diff --git a/.env b/.env new file mode 100644 index 000000000..ed0695aa0 --- /dev/null +++ b/.env @@ -0,0 +1,6 @@ +MONGO_URI=mongodb+srv://lorenzodastoli:1LFjmZjhSMJGi3v3@librarycluster.oj3cnug.mongodb.net/?retryWrites=true&w=majority&appName=LibraryCluster + +PORT=10000 + +password=1LFjmZjhSMJGi3v3 + diff --git a/.gitignore b/.gitignore index f1ff414ed..c2e987e2c 100644 --- a/.gitignore +++ b/.gitignore @@ -5,4 +5,5 @@ node_modules .env.development.local .env.test.local .env.production.local -package-lock.json \ No newline at end of file +package-lock.json +note.md \ No newline at end of file diff --git a/README.md b/README.md index 35019cd8a..ab856be43 100644 --- a/README.md +++ b/README.md @@ -1,13 +1,8 @@ -# Project Mongo API +This project is an API built with Node.js, Express, and MongoDB, designed to manage a collection of books. -Replace this readme with your own information about your project. - -Start by briefly describing the assignment in a sentence or two. Keep it short and to the point. - -## The problem - -Describe how you approached to problem, and what tools and techniques you used to solve it. How did you plan? What technologies did you use? If you had more time, what would be next? - -## View it live +The problem +The task was to create a RESTful API that allows users to perform CRUD operations (Create, Read, Update, Delete) on a collection of books stored in a MongoDB database. The API needed to handle endpoints for retrieving all books, retrieving a single book by ID, adding new books, updating existing books, and deleting books. Every project should be deployed somewhere. Be sure to include the link to the deployed project so that the viewer can click around and see what it's all about. + +https://project-mongo-api-bvvi.onrender.com/ \ No newline at end of file diff --git a/data/avocado-sales.json b/data/avocado-sales.json deleted file mode 100644 index 532f908de..000000000 --- a/data/avocado-sales.json +++ /dev/null @@ -1,10991 +0,0 @@ -[ - { - "id": 1, - "date": "2015-12-27", - "averagePrice": 1.33, - "totalVolume": 64236.62, - "totalBagsSold": 8696.87, - "smallBagsSold": 8603.62, - "largeBagsSold": 93.25, - "xLargeBagsSold": 0, - "region": "Albany" - }, - { - "id": 2, - "date": "2015-12-20", - "averagePrice": 1.35, - "totalVolume": 54876.98, - "totalBagsSold": 9505.56, - "smallBagsSold": 9408.07, - "largeBagsSold": 97.49, - "xLargeBagsSold": 0, - "region": "Albany" - }, - { - "id": 3, - "date": "2015-12-13", - "averagePrice": 0.93, - "totalVolume": 118220.22, - "totalBagsSold": 8145.35, - "smallBagsSold": 8042.21, - "largeBagsSold": 103.14, - "xLargeBagsSold": 0, - "region": "Albany" - }, - { - "id": 4, - "date": "2015-12-06", - "averagePrice": 1.08, - "totalVolume": 78992.15, - "totalBagsSold": 5811.16, - "smallBagsSold": 5677.4, - "largeBagsSold": 133.76, - "xLargeBagsSold": 0, - "region": "Albany" - }, - { - "id": 5, - "date": "2015-11-29", - "averagePrice": 1.28, - "totalVolume": 51039.6, - "totalBagsSold": 6183.95, - "smallBagsSold": 5986.26, - "largeBagsSold": 197.69, - "xLargeBagsSold": 0, - "region": "Albany" - }, - { - "id": 6, - "date": "2015-11-22", - "averagePrice": 1.26, - "totalVolume": 55979.78, - "totalBagsSold": 6683.91, - "smallBagsSold": 6556.47, - "largeBagsSold": 127.44, - "xLargeBagsSold": 0, - "region": "Albany" - }, - { - "id": 7, - "date": "2015-11-15", - "averagePrice": 0.99, - "totalVolume": 83453.76, - "totalBagsSold": 8318.86, - "smallBagsSold": 8196.81, - "largeBagsSold": 122.05, - "xLargeBagsSold": 0, - "region": "Albany" - }, - { - "id": 8, - "date": "2015-11-08", - "averagePrice": 0.98, - "totalVolume": 109428.33, - "totalBagsSold": 6829.22, - "smallBagsSold": 6266.85, - "largeBagsSold": 562.37, - "xLargeBagsSold": 0, - "region": "Albany" - }, - { - "id": 9, - "date": "2015-11-01", - "averagePrice": 1.02, - "totalVolume": 99811.42, - "totalBagsSold": 11388.36, - "smallBagsSold": 11104.53, - "largeBagsSold": 283.83, - "xLargeBagsSold": 0, - "region": "Albany" - }, - { - "id": 10, - "date": "2015-10-25", - "averagePrice": 1.07, - "totalVolume": 74338.76, - "totalBagsSold": 8625.92, - "smallBagsSold": 8061.47, - "largeBagsSold": 564.45, - "xLargeBagsSold": 0, - "region": "Albany" - }, - { - "id": 11, - "date": "2015-10-18", - "averagePrice": 1.12, - "totalVolume": 84843.44, - "totalBagsSold": 8205.66, - "smallBagsSold": 7877.86, - "largeBagsSold": 327.8, - "xLargeBagsSold": 0, - "region": "Albany" - }, - { - "id": 12, - "date": "2015-10-11", - "averagePrice": 1.28, - "totalVolume": 64489.17, - "totalBagsSold": 10123.9, - "smallBagsSold": 9866.27, - "largeBagsSold": 257.63, - "xLargeBagsSold": 0, - "region": "Albany" - }, - { - "id": 13, - "date": "2015-10-04", - "averagePrice": 1.31, - "totalVolume": 61007.1, - "totalBagsSold": 8756.75, - "smallBagsSold": 8379.98, - "largeBagsSold": 376.77, - "xLargeBagsSold": 0, - "region": "Albany" - }, - { - "id": 14, - "date": "2015-09-27", - "averagePrice": 0.99, - "totalVolume": 106803.39, - "totalBagsSold": 6034.46, - "smallBagsSold": 5888.87, - "largeBagsSold": 145.59, - "xLargeBagsSold": 0, - "region": "Albany" - }, - { - "id": 15, - "date": "2015-09-20", - "averagePrice": 1.33, - "totalVolume": 69759.01, - "totalBagsSold": 9267.36, - "smallBagsSold": 8489.1, - "largeBagsSold": 778.26, - "xLargeBagsSold": 0, - "region": "Albany" - }, - { - "id": 16, - "date": "2015-09-13", - "averagePrice": 1.28, - "totalVolume": 76111.27, - "totalBagsSold": 9286.68, - "smallBagsSold": 8665.19, - "largeBagsSold": 621.49, - "xLargeBagsSold": 0, - "region": "Albany" - }, - { - "id": 17, - "date": "2015-09-06", - "averagePrice": 1.11, - "totalVolume": 99172.96, - "totalBagsSold": 7990.1, - "smallBagsSold": 7762.87, - "largeBagsSold": 227.23, - "xLargeBagsSold": 0, - "region": "Albany" - }, - { - "id": 18, - "date": "2015-08-30", - "averagePrice": 1.07, - "totalVolume": 105693.84, - "totalBagsSold": 10306.73, - "smallBagsSold": 10218.93, - "largeBagsSold": 87.8, - "xLargeBagsSold": 0, - "region": "Albany" - }, - { - "id": 19, - "date": "2015-08-23", - "averagePrice": 1.34, - "totalVolume": 79992.09, - "totalBagsSold": 10880.36, - "smallBagsSold": 10745.79, - "largeBagsSold": 134.57, - "xLargeBagsSold": 0, - "region": "Albany" - }, - { - "id": 20, - "date": "2015-08-16", - "averagePrice": 1.33, - "totalVolume": 80043.78, - "totalBagsSold": 10443.22, - "smallBagsSold": 10297.68, - "largeBagsSold": 145.54, - "xLargeBagsSold": 0, - "region": "Albany" - }, - { - "id": 21, - "date": "2015-08-09", - "averagePrice": 1.12, - "totalVolume": 111140.93, - "totalBagsSold": 9225.89, - "smallBagsSold": 9116.34, - "largeBagsSold": 109.55, - "xLargeBagsSold": 0, - "region": "Albany" - }, - { - "id": 22, - "date": "2015-08-02", - "averagePrice": 1.45, - "totalVolume": 75133.1, - "totalBagsSold": 11847.02, - "smallBagsSold": 11768.52, - "largeBagsSold": 78.5, - "xLargeBagsSold": 0, - "region": "Albany" - }, - { - "id": 23, - "date": "2015-07-26", - "averagePrice": 1.11, - "totalVolume": 106757.1, - "totalBagsSold": 13192.69, - "smallBagsSold": 13061.53, - "largeBagsSold": 131.16, - "xLargeBagsSold": 0, - "region": "Albany" - }, - { - "id": 24, - "date": "2015-07-19", - "averagePrice": 1.26, - "totalVolume": 96617, - "totalBagsSold": 11287.48, - "smallBagsSold": 11103.49, - "largeBagsSold": 183.99, - "xLargeBagsSold": 0, - "region": "Albany" - }, - { - "id": 25, - "date": "2015-07-12", - "averagePrice": 1.05, - "totalVolume": 124055.31, - "totalBagsSold": 24431.9, - "smallBagsSold": 24290.08, - "largeBagsSold": 108.49, - "xLargeBagsSold": 33.33, - "region": "Albany" - }, - { - "id": 26, - "date": "2015-07-05", - "averagePrice": 1.35, - "totalVolume": 109252.12, - "totalBagsSold": 29898.96, - "smallBagsSold": 29663.19, - "largeBagsSold": 235.77, - "xLargeBagsSold": 0, - "region": "Albany" - }, - { - "id": 27, - "date": "2015-06-28", - "averagePrice": 1.37, - "totalVolume": 89534.81, - "totalBagsSold": 26662.08, - "smallBagsSold": 26311.76, - "largeBagsSold": 350.32, - "xLargeBagsSold": 0, - "region": "Albany" - }, - { - "id": 28, - "date": "2015-06-21", - "averagePrice": 1.27, - "totalVolume": 104849.39, - "totalBagsSold": 21875.65, - "smallBagsSold": 21662, - "largeBagsSold": 213.65, - "xLargeBagsSold": 0, - "region": "Albany" - }, - { - "id": 29, - "date": "2015-06-14", - "averagePrice": 1.32, - "totalVolume": 89631.3, - "totalBagsSold": 29002.59, - "smallBagsSold": 28343.14, - "largeBagsSold": 659.45, - "xLargeBagsSold": 0, - "region": "Albany" - }, - { - "id": 30, - "date": "2015-06-07", - "averagePrice": 1.07, - "totalVolume": 122743.06, - "totalBagsSold": 22775.21, - "smallBagsSold": 22314.99, - "largeBagsSold": 460.22, - "xLargeBagsSold": 0, - "region": "Albany" - }, - { - "id": 31, - "date": "2015-05-31", - "averagePrice": 1.23, - "totalVolume": 95123.62, - "totalBagsSold": 23681.01, - "smallBagsSold": 23222.49, - "largeBagsSold": 458.52, - "xLargeBagsSold": 0, - "region": "Albany" - }, - { - "id": 32, - "date": "2015-05-24", - "averagePrice": 1.19, - "totalVolume": 101470.91, - "totalBagsSold": 29355.13, - "smallBagsSold": 28761.81, - "largeBagsSold": 593.32, - "xLargeBagsSold": 0, - "region": "Albany" - }, - { - "id": 33, - "date": "2015-05-17", - "averagePrice": 1.43, - "totalVolume": 109857.47, - "totalBagsSold": 26657.44, - "smallBagsSold": 26285.43, - "largeBagsSold": 372.01, - "xLargeBagsSold": 0, - "region": "Albany" - }, - { - "id": 34, - "date": "2015-05-10", - "averagePrice": 1.26, - "totalVolume": 120427.91, - "totalBagsSold": 16821.3, - "smallBagsSold": 16535.55, - "largeBagsSold": 285.75, - "xLargeBagsSold": 0, - "region": "Albany" - }, - { - "id": 35, - "date": "2015-05-03", - "averagePrice": 1.2, - "totalVolume": 59197.67, - "totalBagsSold": 12570.51, - "smallBagsSold": 12201.95, - "largeBagsSold": 368.56, - "xLargeBagsSold": 0, - "region": "Albany" - }, - { - "id": 36, - "date": "2015-04-26", - "averagePrice": 1.22, - "totalVolume": 49585.46, - "totalBagsSold": 12778.44, - "smallBagsSold": 12076.83, - "largeBagsSold": 701.61, - "xLargeBagsSold": 0, - "region": "Albany" - }, - { - "id": 37, - "date": "2015-04-19", - "averagePrice": 1.19, - "totalVolume": 49064.73, - "totalBagsSold": 14301.92, - "smallBagsSold": 13602.97, - "largeBagsSold": 698.95, - "xLargeBagsSold": 0, - "region": "Albany" - }, - { - "id": 38, - "date": "2015-04-12", - "averagePrice": 1.13, - "totalVolume": 48364.29, - "totalBagsSold": 17104.37, - "smallBagsSold": 16438.49, - "largeBagsSold": 665.88, - "xLargeBagsSold": 0, - "region": "Albany" - }, - { - "id": 39, - "date": "2015-04-05", - "averagePrice": 1.16, - "totalVolume": 47362.13, - "totalBagsSold": 10728.94, - "smallBagsSold": 9869.16, - "largeBagsSold": 755.61, - "xLargeBagsSold": 104.17, - "region": "Albany" - }, - { - "id": 40, - "date": "2015-03-29", - "averagePrice": 1.02, - "totalVolume": 67799.08, - "totalBagsSold": 7684.08, - "smallBagsSold": 7208.49, - "largeBagsSold": 475.59, - "xLargeBagsSold": 0, - "region": "Albany" - }, - { - "id": 41, - "date": "2015-03-22", - "averagePrice": 1.12, - "totalVolume": 46346.85, - "totalBagsSold": 9749.66, - "smallBagsSold": 9252.6, - "largeBagsSold": 497.06, - "xLargeBagsSold": 0, - "region": "Albany" - }, - { - "id": 42, - "date": "2015-03-15", - "averagePrice": 1.11, - "totalVolume": 43045.79, - "totalBagsSold": 10370.69, - "smallBagsSold": 9989.59, - "largeBagsSold": 381.1, - "xLargeBagsSold": 0, - "region": "Albany" - }, - { - "id": 43, - "date": "2015-03-08", - "averagePrice": 1.07, - "totalVolume": 40507.36, - "totalBagsSold": 9181.99, - "smallBagsSold": 8827.55, - "largeBagsSold": 354.44, - "xLargeBagsSold": 0, - "region": "Albany" - }, - { - "id": 44, - "date": "2015-03-01", - "averagePrice": 0.99, - "totalVolume": 55595.74, - "totalBagsSold": 9151.45, - "smallBagsSold": 8986.06, - "largeBagsSold": 165.39, - "xLargeBagsSold": 0, - "region": "Albany" - }, - { - "id": 45, - "date": "2015-02-22", - "averagePrice": 1.07, - "totalVolume": 45675.05, - "totalBagsSold": 9379.54, - "smallBagsSold": 9000.16, - "largeBagsSold": 379.38, - "xLargeBagsSold": 0, - "region": "Albany" - }, - { - "id": 46, - "date": "2015-02-15", - "averagePrice": 1.06, - "totalVolume": 41567.62, - "totalBagsSold": 10313.03, - "smallBagsSold": 9979.87, - "largeBagsSold": 333.16, - "xLargeBagsSold": 0, - "region": "Albany" - }, - { - "id": 47, - "date": "2015-02-08", - "averagePrice": 0.99, - "totalVolume": 51253.97, - "totalBagsSold": 10621.54, - "smallBagsSold": 10113.1, - "largeBagsSold": 508.44, - "xLargeBagsSold": 0, - "region": "Albany" - }, - { - "id": 48, - "date": "2015-02-01", - "averagePrice": 0.99, - "totalVolume": 70873.6, - "totalBagsSold": 9323.18, - "smallBagsSold": 9170.82, - "largeBagsSold": 152.36, - "xLargeBagsSold": 0, - "region": "Albany" - }, - { - "id": 49, - "date": "2015-01-25", - "averagePrice": 1.06, - "totalVolume": 45147.5, - "totalBagsSold": 10845.82, - "smallBagsSold": 10103.35, - "largeBagsSold": 742.47, - "xLargeBagsSold": 0, - "region": "Albany" - }, - { - "id": 50, - "date": "2015-01-18", - "averagePrice": 1.17, - "totalVolume": 44511.28, - "totalBagsSold": 11921.05, - "smallBagsSold": 11651.09, - "largeBagsSold": 269.96, - "xLargeBagsSold": 0, - "region": "Albany" - }, - { - "id": 51, - "date": "2015-01-11", - "averagePrice": 1.24, - "totalVolume": 41195.08, - "totalBagsSold": 8424.77, - "smallBagsSold": 8036.04, - "largeBagsSold": 388.73, - "xLargeBagsSold": 0, - "region": "Albany" - }, - { - "id": 52, - "date": "2015-01-04", - "averagePrice": 1.22, - "totalVolume": 40873.28, - "totalBagsSold": 9716.46, - "smallBagsSold": 9186.93, - "largeBagsSold": 529.53, - "xLargeBagsSold": 0, - "region": "Albany" - }, - { - "id": 53, - "date": "2015-12-27", - "averagePrice": 0.99, - "totalVolume": 386100.49, - "totalBagsSold": 66354.31, - "smallBagsSold": 48605.95, - "largeBagsSold": 17748.36, - "xLargeBagsSold": 0, - "region": "Atlanta" - }, - { - "id": 54, - "date": "2015-12-20", - "averagePrice": 1.08, - "totalVolume": 331377.53, - "totalBagsSold": 58797.87, - "smallBagsSold": 46930.26, - "largeBagsSold": 11867.61, - "xLargeBagsSold": 0, - "region": "Atlanta" - }, - { - "id": 55, - "date": "2015-12-13", - "averagePrice": 0.96, - "totalVolume": 417772.47, - "totalBagsSold": 61545.31, - "smallBagsSold": 38903.57, - "largeBagsSold": 22628.21, - "xLargeBagsSold": 13.53, - "region": "Atlanta" - }, - { - "id": 56, - "date": "2015-12-06", - "averagePrice": 1.07, - "totalVolume": 357636.82, - "totalBagsSold": 50690.04, - "smallBagsSold": 37032.67, - "largeBagsSold": 13654.66, - "xLargeBagsSold": 2.71, - "region": "Atlanta" - }, - { - "id": 57, - "date": "2015-11-29", - "averagePrice": 0.99, - "totalVolume": 333280.79, - "totalBagsSold": 53794.68, - "smallBagsSold": 33031.72, - "largeBagsSold": 20738.55, - "xLargeBagsSold": 24.41, - "region": "Atlanta" - }, - { - "id": 58, - "date": "2015-11-22", - "averagePrice": 1, - "totalVolume": 356414.57, - "totalBagsSold": 56382.08, - "smallBagsSold": 36992.3, - "largeBagsSold": 19389.78, - "xLargeBagsSold": 0, - "region": "Atlanta" - }, - { - "id": 59, - "date": "2015-11-15", - "averagePrice": 1.13, - "totalVolume": 339860.68, - "totalBagsSold": 47046.48, - "smallBagsSold": 33656.42, - "largeBagsSold": 13390.06, - "xLargeBagsSold": 0, - "region": "Atlanta" - }, - { - "id": 60, - "date": "2015-11-08", - "averagePrice": 1.12, - "totalVolume": 334041.6, - "totalBagsSold": 48628.65, - "smallBagsSold": 35662.93, - "largeBagsSold": 12941.12, - "xLargeBagsSold": 24.6, - "region": "Atlanta" - }, - { - "id": 61, - "date": "2015-11-01", - "averagePrice": 0.99, - "totalVolume": 419088.74, - "totalBagsSold": 65398.38, - "smallBagsSold": 39460.77, - "largeBagsSold": 25929.39, - "xLargeBagsSold": 8.22, - "region": "Atlanta" - }, - { - "id": 62, - "date": "2015-10-25", - "averagePrice": 1.09, - "totalVolume": 358478.08, - "totalBagsSold": 56751.46, - "smallBagsSold": 31826.88, - "largeBagsSold": 24924.58, - "xLargeBagsSold": 0, - "region": "Atlanta" - }, - { - "id": 63, - "date": "2015-10-18", - "averagePrice": 1.09, - "totalVolume": 349072.48, - "totalBagsSold": 60339.19, - "smallBagsSold": 36884.35, - "largeBagsSold": 23454.84, - "xLargeBagsSold": 0, - "region": "Atlanta" - }, - { - "id": 64, - "date": "2015-10-11", - "averagePrice": 0.95, - "totalVolume": 433874.46, - "totalBagsSold": 86294.11, - "smallBagsSold": 41159.96, - "largeBagsSold": 45134.15, - "xLargeBagsSold": 0, - "region": "Atlanta" - }, - { - "id": 65, - "date": "2015-10-04", - "averagePrice": 0.96, - "totalVolume": 418682.26, - "totalBagsSold": 59460.41, - "smallBagsSold": 14875.64, - "largeBagsSold": 44584.77, - "xLargeBagsSold": 0, - "region": "Atlanta" - }, - { - "id": 66, - "date": "2015-09-27", - "averagePrice": 1.07, - "totalVolume": 370321.17, - "totalBagsSold": 45662.3, - "smallBagsSold": 20533.87, - "largeBagsSold": 25125.65, - "xLargeBagsSold": 2.78, - "region": "Atlanta" - }, - { - "id": 67, - "date": "2015-09-20", - "averagePrice": 0.93, - "totalVolume": 516432.6, - "totalBagsSold": 86201.96, - "smallBagsSold": 33698.43, - "largeBagsSold": 52442.25, - "xLargeBagsSold": 61.28, - "region": "Atlanta" - }, - { - "id": 68, - "date": "2015-09-13", - "averagePrice": 1.07, - "totalVolume": 417232.18, - "totalBagsSold": 75983.02, - "smallBagsSold": 46290.32, - "largeBagsSold": 29678.76, - "xLargeBagsSold": 13.94, - "region": "Atlanta" - }, - { - "id": 69, - "date": "2015-09-06", - "averagePrice": 0.97, - "totalVolume": 472136.53, - "totalBagsSold": 94436.19, - "smallBagsSold": 49833.55, - "largeBagsSold": 44549.67, - "xLargeBagsSold": 52.97, - "region": "Atlanta" - }, - { - "id": 70, - "date": "2015-08-30", - "averagePrice": 1.15, - "totalVolume": 382972.72, - "totalBagsSold": 61281.24, - "smallBagsSold": 47138.07, - "largeBagsSold": 14112.5, - "xLargeBagsSold": 30.67, - "region": "Atlanta" - }, - { - "id": 71, - "date": "2015-08-23", - "averagePrice": 1.12, - "totalVolume": 379054.29, - "totalBagsSold": 57418.09, - "smallBagsSold": 45534.11, - "largeBagsSold": 11883.98, - "xLargeBagsSold": 0, - "region": "Atlanta" - }, - { - "id": 72, - "date": "2015-08-16", - "averagePrice": 1.09, - "totalVolume": 465213.81, - "totalBagsSold": 59216.9, - "smallBagsSold": 45068.25, - "largeBagsSold": 14148.65, - "xLargeBagsSold": 0, - "region": "Atlanta" - }, - { - "id": 73, - "date": "2015-08-09", - "averagePrice": 1.01, - "totalVolume": 503791.72, - "totalBagsSold": 67472.2, - "smallBagsSold": 45820.45, - "largeBagsSold": 21568.48, - "xLargeBagsSold": 83.27, - "region": "Atlanta" - }, - { - "id": 74, - "date": "2015-08-02", - "averagePrice": 1.15, - "totalVolume": 405898.44, - "totalBagsSold": 53888.32, - "smallBagsSold": 42126.47, - "largeBagsSold": 11720.3, - "xLargeBagsSold": 41.55, - "region": "Atlanta" - }, - { - "id": 75, - "date": "2015-07-26", - "averagePrice": 1.08, - "totalVolume": 437377.75, - "totalBagsSold": 57210.66, - "smallBagsSold": 45114.22, - "largeBagsSold": 12096.44, - "xLargeBagsSold": 0, - "region": "Atlanta" - }, - { - "id": 76, - "date": "2015-07-19", - "averagePrice": 0.97, - "totalVolume": 557212.99, - "totalBagsSold": 61292.37, - "smallBagsSold": 45099.87, - "largeBagsSold": 16192.5, - "xLargeBagsSold": 0, - "region": "Atlanta" - }, - { - "id": 77, - "date": "2015-07-12", - "averagePrice": 1.14, - "totalVolume": 407204.88, - "totalBagsSold": 58303.85, - "smallBagsSold": 46023.59, - "largeBagsSold": 12280.26, - "xLargeBagsSold": 0, - "region": "Atlanta" - }, - { - "id": 78, - "date": "2015-07-05", - "averagePrice": 1.01, - "totalVolume": 562462.33, - "totalBagsSold": 70560.49, - "smallBagsSold": 50684.74, - "largeBagsSold": 19851, - "xLargeBagsSold": 24.75, - "region": "Atlanta" - }, - { - "id": 79, - "date": "2015-06-28", - "averagePrice": 1.13, - "totalVolume": 435210.71, - "totalBagsSold": 65342.19, - "smallBagsSold": 52099.76, - "largeBagsSold": 13108.03, - "xLargeBagsSold": 134.4, - "region": "Atlanta" - }, - { - "id": 80, - "date": "2015-06-21", - "averagePrice": 0.99, - "totalVolume": 554763.76, - "totalBagsSold": 74542.11, - "smallBagsSold": 55484.76, - "largeBagsSold": 19010.81, - "xLargeBagsSold": 46.54, - "region": "Atlanta" - }, - { - "id": 81, - "date": "2015-06-14", - "averagePrice": 1.1, - "totalVolume": 465804.78, - "totalBagsSold": 61261.44, - "smallBagsSold": 48612.13, - "largeBagsSold": 12578.28, - "xLargeBagsSold": 71.03, - "region": "Atlanta" - }, - { - "id": 82, - "date": "2015-06-07", - "averagePrice": 0.99, - "totalVolume": 551009.05, - "totalBagsSold": 72290.28, - "smallBagsSold": 50954.84, - "largeBagsSold": 21329.99, - "xLargeBagsSold": 5.45, - "region": "Atlanta" - }, - { - "id": 83, - "date": "2015-05-31", - "averagePrice": 1.1, - "totalVolume": 454702, - "totalBagsSold": 51735.02, - "smallBagsSold": 40505.16, - "largeBagsSold": 11199.95, - "xLargeBagsSold": 29.91, - "region": "Atlanta" - }, - { - "id": 84, - "date": "2015-05-24", - "averagePrice": 0.96, - "totalVolume": 623212.04, - "totalBagsSold": 56539.87, - "smallBagsSold": 33867, - "largeBagsSold": 22651.15, - "xLargeBagsSold": 21.72, - "region": "Atlanta" - }, - { - "id": 85, - "date": "2015-05-17", - "averagePrice": 1.11, - "totalVolume": 451250.7, - "totalBagsSold": 45392.29, - "smallBagsSold": 33710.2, - "largeBagsSold": 11682.09, - "xLargeBagsSold": 0, - "region": "Atlanta" - }, - { - "id": 86, - "date": "2015-05-10", - "averagePrice": 1.1, - "totalVolume": 480071.18, - "totalBagsSold": 46668.26, - "smallBagsSold": 34108.44, - "largeBagsSold": 12559.82, - "xLargeBagsSold": 0, - "region": "Atlanta" - }, - { - "id": 87, - "date": "2015-05-03", - "averagePrice": 1, - "totalVolume": 634213.1, - "totalBagsSold": 66181.63, - "smallBagsSold": 32520.82, - "largeBagsSold": 33660.81, - "xLargeBagsSold": 0, - "region": "Atlanta" - }, - { - "id": 88, - "date": "2015-04-26", - "averagePrice": 1.12, - "totalVolume": 448596.76, - "totalBagsSold": 41511.84, - "smallBagsSold": 31315.29, - "largeBagsSold": 10196.55, - "xLargeBagsSold": 0, - "region": "Atlanta" - }, - { - "id": 89, - "date": "2015-04-19", - "averagePrice": 1.12, - "totalVolume": 430966.34, - "totalBagsSold": 43342.6, - "smallBagsSold": 29661.72, - "largeBagsSold": 13680.88, - "xLargeBagsSold": 0, - "region": "Atlanta" - }, - { - "id": 90, - "date": "2015-04-12", - "averagePrice": 0.99, - "totalVolume": 451101.89, - "totalBagsSold": 50884.32, - "smallBagsSold": 25833.07, - "largeBagsSold": 25051.25, - "xLargeBagsSold": 0, - "region": "Atlanta" - }, - { - "id": 91, - "date": "2015-04-05", - "averagePrice": 1.04, - "totalVolume": 383139.49, - "totalBagsSold": 45037.12, - "smallBagsSold": 28612.48, - "largeBagsSold": 16289.92, - "xLargeBagsSold": 134.72, - "region": "Atlanta" - }, - { - "id": 92, - "date": "2015-03-29", - "averagePrice": 1.11, - "totalVolume": 365722.14, - "totalBagsSold": 43780.25, - "smallBagsSold": 29313.92, - "largeBagsSold": 14466.33, - "xLargeBagsSold": 0, - "region": "Atlanta" - }, - { - "id": 93, - "date": "2015-03-22", - "averagePrice": 1, - "totalVolume": 479590.62, - "totalBagsSold": 62275.1, - "smallBagsSold": 40495.12, - "largeBagsSold": 21766.54, - "xLargeBagsSold": 13.44, - "region": "Atlanta" - }, - { - "id": 94, - "date": "2015-03-15", - "averagePrice": 1.12, - "totalVolume": 399566.22, - "totalBagsSold": 46575.23, - "smallBagsSold": 34911.7, - "largeBagsSold": 11625.94, - "xLargeBagsSold": 37.59, - "region": "Atlanta" - }, - { - "id": 95, - "date": "2015-03-08", - "averagePrice": 1.1, - "totalVolume": 420826.32, - "totalBagsSold": 43241.42, - "smallBagsSold": 33847.33, - "largeBagsSold": 9394.09, - "xLargeBagsSold": 0, - "region": "Atlanta" - }, - { - "id": 96, - "date": "2015-03-01", - "averagePrice": 0.99, - "totalVolume": 512532.44, - "totalBagsSold": 49456.96, - "smallBagsSold": 32180.9, - "largeBagsSold": 17273.38, - "xLargeBagsSold": 2.68, - "region": "Atlanta" - }, - { - "id": 97, - "date": "2015-02-22", - "averagePrice": 1.1, - "totalVolume": 431308.56, - "totalBagsSold": 43430.04, - "smallBagsSold": 33423.74, - "largeBagsSold": 10006.3, - "xLargeBagsSold": 0, - "region": "Atlanta" - }, - { - "id": 98, - "date": "2015-02-15", - "averagePrice": 1.06, - "totalVolume": 427391.28, - "totalBagsSold": 44885.92, - "smallBagsSold": 26727.66, - "largeBagsSold": 18158.26, - "xLargeBagsSold": 0, - "region": "Atlanta" - }, - { - "id": 99, - "date": "2015-02-08", - "averagePrice": 1.03, - "totalVolume": 433883.91, - "totalBagsSold": 38940.18, - "smallBagsSold": 18044.41, - "largeBagsSold": 20895.77, - "xLargeBagsSold": 0, - "region": "Atlanta" - }, - { - "id": 100, - "date": "2015-02-01", - "averagePrice": 0.96, - "totalVolume": 636771.37, - "totalBagsSold": 51694.49, - "smallBagsSold": 10553.73, - "largeBagsSold": 41140.76, - "xLargeBagsSold": 0, - "region": "Atlanta" - }, - { - "id": 101, - "date": "2015-01-25", - "averagePrice": 1.1, - "totalVolume": 449332.85, - "totalBagsSold": 36612.16, - "smallBagsSold": 13176.39, - "largeBagsSold": 23435.77, - "xLargeBagsSold": 0, - "region": "Atlanta" - }, - { - "id": 102, - "date": "2015-01-18", - "averagePrice": 1.11, - "totalVolume": 431490.99, - "totalBagsSold": 40040.48, - "smallBagsSold": 16782.71, - "largeBagsSold": 23257.77, - "xLargeBagsSold": 0, - "region": "Atlanta" - }, - { - "id": 103, - "date": "2015-01-11", - "averagePrice": 1.11, - "totalVolume": 397542.72, - "totalBagsSold": 47038.08, - "smallBagsSold": 21309.61, - "largeBagsSold": 25728.47, - "xLargeBagsSold": 0, - "region": "Atlanta" - }, - { - "id": 104, - "date": "2015-01-04", - "averagePrice": 1, - "totalVolume": 435021.49, - "totalBagsSold": 46815.79, - "smallBagsSold": 16707.15, - "largeBagsSold": 30108.64, - "xLargeBagsSold": 0, - "region": "Atlanta" - }, - { - "id": 105, - "date": "2015-12-27", - "averagePrice": 1.17, - "totalVolume": 596819.4, - "totalBagsSold": 144911.1, - "smallBagsSold": 142543.88, - "largeBagsSold": 2367.22, - "xLargeBagsSold": 0, - "region": "BaltimoreWashington" - }, - { - "id": 106, - "date": "2015-12-20", - "averagePrice": 1.11, - "totalVolume": 642682.4, - "totalBagsSold": 144238.07, - "smallBagsSold": 141751.91, - "largeBagsSold": 2486.16, - "xLargeBagsSold": 0, - "region": "BaltimoreWashington" - }, - { - "id": 107, - "date": "2015-12-13", - "averagePrice": 1.15, - "totalVolume": 619509.33, - "totalBagsSold": 150966.28, - "smallBagsSold": 149070.4, - "largeBagsSold": 1895.88, - "xLargeBagsSold": 0, - "region": "BaltimoreWashington" - }, - { - "id": 108, - "date": "2015-12-06", - "averagePrice": 1.04, - "totalVolume": 649141.25, - "totalBagsSold": 118664.97, - "smallBagsSold": 117112.77, - "largeBagsSold": 1552.2, - "xLargeBagsSold": 0, - "region": "BaltimoreWashington" - }, - { - "id": 109, - "date": "2015-11-29", - "averagePrice": 1.16, - "totalVolume": 545800.05, - "totalBagsSold": 105468.28, - "smallBagsSold": 103615.95, - "largeBagsSold": 1852.33, - "xLargeBagsSold": 0, - "region": "BaltimoreWashington" - }, - { - "id": 110, - "date": "2015-11-22", - "averagePrice": 1.12, - "totalVolume": 572019.8, - "totalBagsSold": 121670.73, - "smallBagsSold": 119007.61, - "largeBagsSold": 2663.12, - "xLargeBagsSold": 0, - "region": "BaltimoreWashington" - }, - { - "id": 111, - "date": "2015-11-15", - "averagePrice": 1.04, - "totalVolume": 718330.48, - "totalBagsSold": 129760.36, - "smallBagsSold": 125297.67, - "largeBagsSold": 4462.69, - "xLargeBagsSold": 0, - "region": "BaltimoreWashington" - }, - { - "id": 112, - "date": "2015-11-08", - "averagePrice": 1.05, - "totalVolume": 830967.23, - "totalBagsSold": 144840.21, - "smallBagsSold": 138777.63, - "largeBagsSold": 6062.58, - "xLargeBagsSold": 0, - "region": "BaltimoreWashington" - }, - { - "id": 113, - "date": "2015-11-01", - "averagePrice": 1.12, - "totalVolume": 742220.67, - "totalBagsSold": 157925.7, - "smallBagsSold": 152716.4, - "largeBagsSold": 5209.3, - "xLargeBagsSold": 0, - "region": "BaltimoreWashington" - }, - { - "id": 114, - "date": "2015-10-25", - "averagePrice": 1.19, - "totalVolume": 656892.03, - "totalBagsSold": 156128.69, - "smallBagsSold": 149987.55, - "largeBagsSold": 6141.14, - "xLargeBagsSold": 0, - "region": "BaltimoreWashington" - }, - { - "id": 115, - "date": "2015-10-18", - "averagePrice": 0.99, - "totalVolume": 1005603.78, - "totalBagsSold": 151925.64, - "smallBagsSold": 146421.02, - "largeBagsSold": 5504.62, - "xLargeBagsSold": 0, - "region": "BaltimoreWashington" - }, - { - "id": 116, - "date": "2015-10-11", - "averagePrice": 1.24, - "totalVolume": 653560.14, - "totalBagsSold": 168354.42, - "smallBagsSold": 163669.01, - "largeBagsSold": 4685.41, - "xLargeBagsSold": 0, - "region": "BaltimoreWashington" - }, - { - "id": 117, - "date": "2015-10-04", - "averagePrice": 1.28, - "totalVolume": 657444.04, - "totalBagsSold": 172234.02, - "smallBagsSold": 167494.61, - "largeBagsSold": 4739.41, - "xLargeBagsSold": 0, - "region": "BaltimoreWashington" - }, - { - "id": 118, - "date": "2015-09-27", - "averagePrice": 1.19, - "totalVolume": 696281.81, - "totalBagsSold": 151893.12, - "smallBagsSold": 146792.81, - "largeBagsSold": 5100.31, - "xLargeBagsSold": 0, - "region": "BaltimoreWashington" - }, - { - "id": 119, - "date": "2015-09-20", - "averagePrice": 1.17, - "totalVolume": 709268.62, - "totalBagsSold": 174029.62, - "smallBagsSold": 168889.78, - "largeBagsSold": 5139.84, - "xLargeBagsSold": 0, - "region": "BaltimoreWashington" - }, - { - "id": 120, - "date": "2015-09-13", - "averagePrice": 1.09, - "totalVolume": 924993.61, - "totalBagsSold": 151499.56, - "smallBagsSold": 145686.02, - "largeBagsSold": 5813.54, - "xLargeBagsSold": 0, - "region": "BaltimoreWashington" - }, - { - "id": 121, - "date": "2015-09-06", - "averagePrice": 1.18, - "totalVolume": 823623.36, - "totalBagsSold": 168970.84, - "smallBagsSold": 165696.58, - "largeBagsSold": 3268.72, - "xLargeBagsSold": 5.54, - "region": "BaltimoreWashington" - }, - { - "id": 122, - "date": "2015-08-30", - "averagePrice": 1.24, - "totalVolume": 734721.29, - "totalBagsSold": 185304.24, - "smallBagsSold": 181968.79, - "largeBagsSold": 3158.9, - "xLargeBagsSold": 176.55, - "region": "BaltimoreWashington" - }, - { - "id": 123, - "date": "2015-08-23", - "averagePrice": 1.16, - "totalVolume": 783935.36, - "totalBagsSold": 178376.77, - "smallBagsSold": 175047.15, - "largeBagsSold": 3060.44, - "xLargeBagsSold": 269.18, - "region": "BaltimoreWashington" - }, - { - "id": 124, - "date": "2015-08-16", - "averagePrice": 1.14, - "totalVolume": 882754.72, - "totalBagsSold": 155975.35, - "smallBagsSold": 153156.63, - "largeBagsSold": 2796.82, - "xLargeBagsSold": 21.9, - "region": "BaltimoreWashington" - }, - { - "id": 125, - "date": "2015-08-09", - "averagePrice": 1.16, - "totalVolume": 821523.45, - "totalBagsSold": 164862.89, - "smallBagsSold": 161564.81, - "largeBagsSold": 3298.08, - "xLargeBagsSold": 0, - "region": "BaltimoreWashington" - }, - { - "id": 126, - "date": "2015-08-02", - "averagePrice": 1.17, - "totalVolume": 800603.23, - "totalBagsSold": 166728.92, - "smallBagsSold": 163667.68, - "largeBagsSold": 3061.24, - "xLargeBagsSold": 0, - "region": "BaltimoreWashington" - }, - { - "id": 127, - "date": "2015-07-26", - "averagePrice": 1.2, - "totalVolume": 772926.12, - "totalBagsSold": 178660.25, - "smallBagsSold": 174774.8, - "largeBagsSold": 3880.04, - "xLargeBagsSold": 5.41, - "region": "BaltimoreWashington" - }, - { - "id": 128, - "date": "2015-07-19", - "averagePrice": 1.18, - "totalVolume": 800194.34, - "totalBagsSold": 200713.09, - "smallBagsSold": 196837.6, - "largeBagsSold": 3862.02, - "xLargeBagsSold": 13.47, - "region": "BaltimoreWashington" - }, - { - "id": 129, - "date": "2015-07-12", - "averagePrice": 1.1, - "totalVolume": 850931.58, - "totalBagsSold": 193887.17, - "smallBagsSold": 189236.32, - "largeBagsSold": 4406.05, - "xLargeBagsSold": 244.8, - "region": "BaltimoreWashington" - }, - { - "id": 130, - "date": "2015-07-05", - "averagePrice": 1.16, - "totalVolume": 896298.77, - "totalBagsSold": 206108.89, - "smallBagsSold": 200097.99, - "largeBagsSold": 5890.57, - "xLargeBagsSold": 120.33, - "region": "BaltimoreWashington" - }, - { - "id": 131, - "date": "2015-06-28", - "averagePrice": 1.15, - "totalVolume": 862261.64, - "totalBagsSold": 211564.63, - "smallBagsSold": 207378.09, - "largeBagsSold": 4022.51, - "xLargeBagsSold": 164.03, - "region": "BaltimoreWashington" - }, - { - "id": 132, - "date": "2015-06-21", - "averagePrice": 1.16, - "totalVolume": 862840.73, - "totalBagsSold": 224622.73, - "smallBagsSold": 220904.35, - "largeBagsSold": 3488.37, - "xLargeBagsSold": 230.01, - "region": "BaltimoreWashington" - }, - { - "id": 133, - "date": "2015-06-14", - "averagePrice": 1.09, - "totalVolume": 955046.82, - "totalBagsSold": 249197.18, - "smallBagsSold": 244982.26, - "largeBagsSold": 3668.3, - "xLargeBagsSold": 546.62, - "region": "BaltimoreWashington" - }, - { - "id": 134, - "date": "2015-06-07", - "averagePrice": 1.26, - "totalVolume": 794310.29, - "totalBagsSold": 225052.84, - "smallBagsSold": 221165.85, - "largeBagsSold": 3626.41, - "xLargeBagsSold": 260.58, - "region": "BaltimoreWashington" - }, - { - "id": 135, - "date": "2015-05-31", - "averagePrice": 1.19, - "totalVolume": 949177.06, - "totalBagsSold": 217785.55, - "smallBagsSold": 211787.29, - "largeBagsSold": 5730.22, - "xLargeBagsSold": 268.04, - "region": "BaltimoreWashington" - }, - { - "id": 136, - "date": "2015-05-24", - "averagePrice": 1.18, - "totalVolume": 908661.83, - "totalBagsSold": 234503.17, - "smallBagsSold": 228842.95, - "largeBagsSold": 5548.94, - "xLargeBagsSold": 111.28, - "region": "BaltimoreWashington" - }, - { - "id": 137, - "date": "2015-05-17", - "averagePrice": 1.27, - "totalVolume": 790853.86, - "totalBagsSold": 227331.17, - "smallBagsSold": 222163.1, - "largeBagsSold": 5152.19, - "xLargeBagsSold": 15.88, - "region": "BaltimoreWashington" - }, - { - "id": 138, - "date": "2015-05-10", - "averagePrice": 1.26, - "totalVolume": 855205.82, - "totalBagsSold": 224519.06, - "smallBagsSold": 215572.03, - "largeBagsSold": 8947.03, - "xLargeBagsSold": 0, - "region": "BaltimoreWashington" - }, - { - "id": 139, - "date": "2015-05-03", - "averagePrice": 1.17, - "totalVolume": 896972.05, - "totalBagsSold": 209686.17, - "smallBagsSold": 201874.28, - "largeBagsSold": 7767.45, - "xLargeBagsSold": 44.44, - "region": "BaltimoreWashington" - }, - { - "id": 140, - "date": "2015-04-26", - "averagePrice": 1.29, - "totalVolume": 747841.09, - "totalBagsSold": 218351.8, - "smallBagsSold": 212064.73, - "largeBagsSold": 6184.29, - "xLargeBagsSold": 102.78, - "region": "BaltimoreWashington" - }, - { - "id": 141, - "date": "2015-04-19", - "averagePrice": 1.28, - "totalVolume": 762862.62, - "totalBagsSold": 225627.29, - "smallBagsSold": 219885.88, - "largeBagsSold": 5741.41, - "xLargeBagsSold": 0, - "region": "BaltimoreWashington" - }, - { - "id": 142, - "date": "2015-04-12", - "averagePrice": 1.15, - "totalVolume": 837629.62, - "totalBagsSold": 201392.01, - "smallBagsSold": 196076.34, - "largeBagsSold": 5315.67, - "xLargeBagsSold": 0, - "region": "BaltimoreWashington" - }, - { - "id": 143, - "date": "2015-04-05", - "averagePrice": 1.29, - "totalVolume": 688065.45, - "totalBagsSold": 191339.73, - "smallBagsSold": 184109.06, - "largeBagsSold": 6357.06, - "xLargeBagsSold": 873.61, - "region": "BaltimoreWashington" - }, - { - "id": 144, - "date": "2015-03-29", - "averagePrice": 1.25, - "totalVolume": 663677.32, - "totalBagsSold": 163768.62, - "smallBagsSold": 158964.08, - "largeBagsSold": 4804.54, - "xLargeBagsSold": 0, - "region": "BaltimoreWashington" - }, - { - "id": 145, - "date": "2015-03-22", - "averagePrice": 1.1, - "totalVolume": 808897.21, - "totalBagsSold": 176385.62, - "smallBagsSold": 171699.95, - "largeBagsSold": 4685.67, - "xLargeBagsSold": 0, - "region": "BaltimoreWashington" - }, - { - "id": 146, - "date": "2015-03-15", - "averagePrice": 1.24, - "totalVolume": 693698.13, - "totalBagsSold": 197864.76, - "smallBagsSold": 193130.9, - "largeBagsSold": 4733.86, - "xLargeBagsSold": 0, - "region": "BaltimoreWashington" - }, - { - "id": 147, - "date": "2015-03-08", - "averagePrice": 1.26, - "totalVolume": 657745.9, - "totalBagsSold": 192522.26, - "smallBagsSold": 188374.49, - "largeBagsSold": 4147.77, - "xLargeBagsSold": 0, - "region": "BaltimoreWashington" - }, - { - "id": 148, - "date": "2015-03-01", - "averagePrice": 1.16, - "totalVolume": 770115.24, - "totalBagsSold": 171961.07, - "smallBagsSold": 168224.2, - "largeBagsSold": 3736.87, - "xLargeBagsSold": 0, - "region": "BaltimoreWashington" - }, - { - "id": 149, - "date": "2015-02-22", - "averagePrice": 1.11, - "totalVolume": 749845.79, - "totalBagsSold": 190762.55, - "smallBagsSold": 186976.97, - "largeBagsSold": 3785.58, - "xLargeBagsSold": 0, - "region": "BaltimoreWashington" - }, - { - "id": 150, - "date": "2015-02-15", - "averagePrice": 1.25, - "totalVolume": 637319.34, - "totalBagsSold": 179990.18, - "smallBagsSold": 174864.87, - "largeBagsSold": 5125.31, - "xLargeBagsSold": 0, - "region": "BaltimoreWashington" - }, - { - "id": 151, - "date": "2015-02-08", - "averagePrice": 1.09, - "totalVolume": 844931.21, - "totalBagsSold": 180932.96, - "smallBagsSold": 175771.39, - "largeBagsSold": 5161.57, - "xLargeBagsSold": 0, - "region": "BaltimoreWashington" - }, - { - "id": 152, - "date": "2015-02-01", - "averagePrice": 1.06, - "totalVolume": 1007418.76, - "totalBagsSold": 164589.36, - "smallBagsSold": 159916.87, - "largeBagsSold": 4672.49, - "xLargeBagsSold": 0, - "region": "BaltimoreWashington" - }, - { - "id": 153, - "date": "2015-01-25", - "averagePrice": 1.2, - "totalVolume": 692934.46, - "totalBagsSold": 217350.64, - "smallBagsSold": 209761.81, - "largeBagsSold": 7588.83, - "xLargeBagsSold": 0, - "region": "BaltimoreWashington" - }, - { - "id": 154, - "date": "2015-01-18", - "averagePrice": 1.23, - "totalVolume": 657741.34, - "totalBagsSold": 173858.5, - "smallBagsSold": 169390.88, - "largeBagsSold": 4467.62, - "xLargeBagsSold": 0, - "region": "BaltimoreWashington" - }, - { - "id": 155, - "date": "2015-01-11", - "averagePrice": 1.17, - "totalVolume": 670231.94, - "totalBagsSold": 155406.52, - "smallBagsSold": 151330.87, - "largeBagsSold": 4075.65, - "xLargeBagsSold": 0, - "region": "BaltimoreWashington" - }, - { - "id": 156, - "date": "2015-01-04", - "averagePrice": 1.08, - "totalVolume": 788025.06, - "totalBagsSold": 141136.68, - "smallBagsSold": 137146.07, - "largeBagsSold": 3990.61, - "xLargeBagsSold": 0, - "region": "BaltimoreWashington" - }, - { - "id": 157, - "date": "2015-12-27", - "averagePrice": 0.97, - "totalVolume": 62909.69, - "totalBagsSold": 23561.1, - "smallBagsSold": 23520.19, - "largeBagsSold": 5.69, - "xLargeBagsSold": 35.22, - "region": "Boise" - }, - { - "id": 158, - "date": "2015-12-20", - "averagePrice": 1.03, - "totalVolume": 57504.05, - "totalBagsSold": 21935.9, - "smallBagsSold": 21900.35, - "largeBagsSold": 11.43, - "xLargeBagsSold": 24.12, - "region": "Boise" - }, - { - "id": 159, - "date": "2015-12-13", - "averagePrice": 0.99, - "totalVolume": 58461.05, - "totalBagsSold": 21868.27, - "smallBagsSold": 21842.87, - "largeBagsSold": 4.44, - "xLargeBagsSold": 20.96, - "region": "Boise" - }, - { - "id": 160, - "date": "2015-12-06", - "averagePrice": 0.71, - "totalVolume": 95295.34, - "totalBagsSold": 43091.6, - "smallBagsSold": 42734.53, - "largeBagsSold": 0, - "xLargeBagsSold": 357.07, - "region": "Boise" - }, - { - "id": 161, - "date": "2015-11-29", - "averagePrice": 1.06, - "totalVolume": 49069.13, - "totalBagsSold": 16057.99, - "smallBagsSold": 15860.63, - "largeBagsSold": 0, - "xLargeBagsSold": 197.36, - "region": "Boise" - }, - { - "id": 162, - "date": "2015-11-22", - "averagePrice": 1.09, - "totalVolume": 52875.58, - "totalBagsSold": 17547.95, - "smallBagsSold": 17530.67, - "largeBagsSold": 4.32, - "xLargeBagsSold": 12.96, - "region": "Boise" - }, - { - "id": 163, - "date": "2015-11-15", - "averagePrice": 1.01, - "totalVolume": 68648.22, - "totalBagsSold": 25635.41, - "smallBagsSold": 25200.25, - "largeBagsSold": 8.65, - "xLargeBagsSold": 426.51, - "region": "Boise" - }, - { - "id": 164, - "date": "2015-11-08", - "averagePrice": 1.11, - "totalVolume": 55847.79, - "totalBagsSold": 12999.91, - "smallBagsSold": 12777.83, - "largeBagsSold": 119.79, - "xLargeBagsSold": 102.29, - "region": "Boise" - }, - { - "id": 165, - "date": "2015-11-01", - "averagePrice": 1.14, - "totalVolume": 53585.51, - "totalBagsSold": 12362.73, - "smallBagsSold": 12331.82, - "largeBagsSold": 0, - "xLargeBagsSold": 30.91, - "region": "Boise" - }, - { - "id": 166, - "date": "2015-10-25", - "averagePrice": 1.11, - "totalVolume": 59874.45, - "totalBagsSold": 13711.48, - "smallBagsSold": 13660.98, - "largeBagsSold": 0, - "xLargeBagsSold": 50.5, - "region": "Boise" - }, - { - "id": 167, - "date": "2015-10-18", - "averagePrice": 1.16, - "totalVolume": 54191.14, - "totalBagsSold": 8921.26, - "smallBagsSold": 8918, - "largeBagsSold": 0, - "xLargeBagsSold": 3.26, - "region": "Boise" - }, - { - "id": 168, - "date": "2015-10-11", - "averagePrice": 0.94, - "totalVolume": 80904.19, - "totalBagsSold": 13769.64, - "smallBagsSold": 13543.47, - "largeBagsSold": 185.46, - "xLargeBagsSold": 40.71, - "region": "Boise" - }, - { - "id": 169, - "date": "2015-10-04", - "averagePrice": 1.12, - "totalVolume": 59496.33, - "totalBagsSold": 5968.42, - "smallBagsSold": 5462.15, - "largeBagsSold": 504.65, - "xLargeBagsSold": 1.62, - "region": "Boise" - }, - { - "id": 170, - "date": "2015-09-27", - "averagePrice": 0.99, - "totalVolume": 64187.8, - "totalBagsSold": 7763.11, - "smallBagsSold": 7596.64, - "largeBagsSold": 160, - "xLargeBagsSold": 6.47, - "region": "Boise" - }, - { - "id": 171, - "date": "2015-09-20", - "averagePrice": 1.03, - "totalVolume": 73952.9, - "totalBagsSold": 10893.8, - "smallBagsSold": 10601.02, - "largeBagsSold": 273.41, - "xLargeBagsSold": 19.37, - "region": "Boise" - }, - { - "id": 172, - "date": "2015-09-13", - "averagePrice": 1.08, - "totalVolume": 64208.84, - "totalBagsSold": 7482.65, - "smallBagsSold": 7482.65, - "largeBagsSold": 0, - "xLargeBagsSold": 0, - "region": "Boise" - }, - { - "id": 173, - "date": "2015-09-06", - "averagePrice": 1.16, - "totalVolume": 64464.61, - "totalBagsSold": 6936.04, - "smallBagsSold": 6934.43, - "largeBagsSold": 0, - "xLargeBagsSold": 1.61, - "region": "Boise" - }, - { - "id": 174, - "date": "2015-08-30", - "averagePrice": 1.19, - "totalVolume": 60099.83, - "totalBagsSold": 5440.56, - "smallBagsSold": 5440.56, - "largeBagsSold": 0, - "xLargeBagsSold": 0, - "region": "Boise" - }, - { - "id": 175, - "date": "2015-08-23", - "averagePrice": 1.05, - "totalVolume": 70773.76, - "totalBagsSold": 7420.09, - "smallBagsSold": 7420.09, - "largeBagsSold": 0, - "xLargeBagsSold": 0, - "region": "Boise" - }, - { - "id": 176, - "date": "2015-08-16", - "averagePrice": 1.12, - "totalVolume": 64001.61, - "totalBagsSold": 6096.91, - "smallBagsSold": 6090.51, - "largeBagsSold": 0, - "xLargeBagsSold": 6.4, - "region": "Boise" - }, - { - "id": 177, - "date": "2015-08-09", - "averagePrice": 1.1, - "totalVolume": 61286.98, - "totalBagsSold": 7582.25, - "smallBagsSold": 7568.92, - "largeBagsSold": 13.33, - "xLargeBagsSold": 0, - "region": "Boise" - }, - { - "id": 178, - "date": "2015-08-02", - "averagePrice": 1.07, - "totalVolume": 67763.91, - "totalBagsSold": 6036.39, - "smallBagsSold": 5987.5, - "largeBagsSold": 48.89, - "xLargeBagsSold": 0, - "region": "Boise" - }, - { - "id": 179, - "date": "2015-07-26", - "averagePrice": 1.07, - "totalVolume": 67826.07, - "totalBagsSold": 6511.85, - "smallBagsSold": 6358.04, - "largeBagsSold": 153.81, - "xLargeBagsSold": 0, - "region": "Boise" - }, - { - "id": 180, - "date": "2015-07-19", - "averagePrice": 1.09, - "totalVolume": 63958.04, - "totalBagsSold": 7170.97, - "smallBagsSold": 6354.45, - "largeBagsSold": 816.52, - "xLargeBagsSold": 0, - "region": "Boise" - }, - { - "id": 181, - "date": "2015-07-12", - "averagePrice": 1.05, - "totalVolume": 74677.72, - "totalBagsSold": 9571.92, - "smallBagsSold": 8335.04, - "largeBagsSold": 1236.88, - "xLargeBagsSold": 0, - "region": "Boise" - }, - { - "id": 182, - "date": "2015-07-05", - "averagePrice": 1.15, - "totalVolume": 85044.45, - "totalBagsSold": 6637.61, - "smallBagsSold": 6557.06, - "largeBagsSold": 80.55, - "xLargeBagsSold": 0, - "region": "Boise" - }, - { - "id": 183, - "date": "2015-06-28", - "averagePrice": 1.04, - "totalVolume": 75280.41, - "totalBagsSold": 5621.07, - "smallBagsSold": 5619.44, - "largeBagsSold": 0, - "xLargeBagsSold": 1.63, - "region": "Boise" - }, - { - "id": 184, - "date": "2015-06-21", - "averagePrice": 1.06, - "totalVolume": 81397.07, - "totalBagsSold": 7286.27, - "smallBagsSold": 7021.56, - "largeBagsSold": 0, - "xLargeBagsSold": 264.71, - "region": "Boise" - }, - { - "id": 185, - "date": "2015-06-14", - "averagePrice": 0.99, - "totalVolume": 87607.71, - "totalBagsSold": 7800.04, - "smallBagsSold": 7800.04, - "largeBagsSold": 0, - "xLargeBagsSold": 0, - "region": "Boise" - }, - { - "id": 186, - "date": "2015-06-07", - "averagePrice": 1.12, - "totalVolume": 80751.29, - "totalBagsSold": 5612.56, - "smallBagsSold": 5603.8, - "largeBagsSold": 8.76, - "xLargeBagsSold": 0, - "region": "Boise" - }, - { - "id": 187, - "date": "2015-05-31", - "averagePrice": 0.97, - "totalVolume": 76689.38, - "totalBagsSold": 7866.15, - "smallBagsSold": 7860.31, - "largeBagsSold": 5.84, - "xLargeBagsSold": 0, - "region": "Boise" - }, - { - "id": 188, - "date": "2015-05-24", - "averagePrice": 1.03, - "totalVolume": 83209.77, - "totalBagsSold": 7507.26, - "smallBagsSold": 7469.51, - "largeBagsSold": 0, - "xLargeBagsSold": 37.75, - "region": "Boise" - }, - { - "id": 189, - "date": "2015-05-17", - "averagePrice": 0.96, - "totalVolume": 77987.53, - "totalBagsSold": 6354.01, - "smallBagsSold": 6345.82, - "largeBagsSold": 0, - "xLargeBagsSold": 8.19, - "region": "Boise" - }, - { - "id": 190, - "date": "2015-05-10", - "averagePrice": 1.06, - "totalVolume": 95788.53, - "totalBagsSold": 9495.53, - "smallBagsSold": 9453.06, - "largeBagsSold": 0, - "xLargeBagsSold": 42.47, - "region": "Boise" - }, - { - "id": 191, - "date": "2015-05-03", - "averagePrice": 1, - "totalVolume": 85466.99, - "totalBagsSold": 6354.81, - "smallBagsSold": 6349.93, - "largeBagsSold": 0, - "xLargeBagsSold": 4.88, - "region": "Boise" - }, - { - "id": 192, - "date": "2015-04-26", - "averagePrice": 0.96, - "totalVolume": 88111.17, - "totalBagsSold": 7179.45, - "smallBagsSold": 7174.6, - "largeBagsSold": 0, - "xLargeBagsSold": 4.85, - "region": "Boise" - }, - { - "id": 193, - "date": "2015-04-19", - "averagePrice": 0.99, - "totalVolume": 89694.96, - "totalBagsSold": 7960.22, - "smallBagsSold": 7953.8, - "largeBagsSold": 0, - "xLargeBagsSold": 6.42, - "region": "Boise" - }, - { - "id": 194, - "date": "2015-04-12", - "averagePrice": 1.19, - "totalVolume": 66246.3, - "totalBagsSold": 5747.78, - "smallBagsSold": 5747.78, - "largeBagsSold": 0, - "xLargeBagsSold": 0, - "region": "Boise" - }, - { - "id": 195, - "date": "2015-04-05", - "averagePrice": 1.09, - "totalVolume": 76704.46, - "totalBagsSold": 6513.78, - "smallBagsSold": 6510.61, - "largeBagsSold": 0, - "xLargeBagsSold": 3.17, - "region": "Boise" - }, - { - "id": 196, - "date": "2015-03-29", - "averagePrice": 0.98, - "totalVolume": 74543.98, - "totalBagsSold": 4789.54, - "smallBagsSold": 4789.54, - "largeBagsSold": 0, - "xLargeBagsSold": 0, - "region": "Boise" - }, - { - "id": 197, - "date": "2015-03-22", - "averagePrice": 1.17, - "totalVolume": 61419.11, - "totalBagsSold": 3311.77, - "smallBagsSold": 3311.77, - "largeBagsSold": 0, - "xLargeBagsSold": 0, - "region": "Boise" - }, - { - "id": 198, - "date": "2015-03-15", - "averagePrice": 1, - "totalVolume": 65918.28, - "totalBagsSold": 4445.9, - "smallBagsSold": 4445.9, - "largeBagsSold": 0, - "xLargeBagsSold": 0, - "region": "Boise" - }, - { - "id": 199, - "date": "2015-03-08", - "averagePrice": 1.14, - "totalVolume": 65350.24, - "totalBagsSold": 4860.43, - "smallBagsSold": 4860.43, - "largeBagsSold": 0, - "xLargeBagsSold": 0, - "region": "Boise" - }, - { - "id": 200, - "date": "2015-03-01", - "averagePrice": 1.06, - "totalVolume": 75046.37, - "totalBagsSold": 7237.98, - "smallBagsSold": 6478.75, - "largeBagsSold": 759.23, - "xLargeBagsSold": 0, - "region": "Boise" - }, - { - "id": 201, - "date": "2015-02-22", - "averagePrice": 0.99, - "totalVolume": 76836.1, - "totalBagsSold": 7467.27, - "smallBagsSold": 7235.2, - "largeBagsSold": 232.07, - "xLargeBagsSold": 0, - "region": "Boise" - }, - { - "id": 202, - "date": "2015-02-15", - "averagePrice": 1.14, - "totalVolume": 61221.98, - "totalBagsSold": 5340.86, - "smallBagsSold": 3647.52, - "largeBagsSold": 1693.34, - "xLargeBagsSold": 0, - "region": "Boise" - }, - { - "id": 203, - "date": "2015-02-08", - "averagePrice": 1.07, - "totalVolume": 69970.75, - "totalBagsSold": 3047.17, - "smallBagsSold": 1373.42, - "largeBagsSold": 1673.75, - "xLargeBagsSold": 0, - "region": "Boise" - }, - { - "id": 204, - "date": "2015-02-01", - "averagePrice": 0.91, - "totalVolume": 113578.24, - "totalBagsSold": 6644.84, - "smallBagsSold": 4867.26, - "largeBagsSold": 1777.58, - "xLargeBagsSold": 0, - "region": "Boise" - }, - { - "id": 205, - "date": "2015-01-25", - "averagePrice": 1.03, - "totalVolume": 66069.21, - "totalBagsSold": 4530.04, - "smallBagsSold": 2009.53, - "largeBagsSold": 2520.51, - "xLargeBagsSold": 0, - "region": "Boise" - }, - { - "id": 206, - "date": "2015-01-18", - "averagePrice": 1.08, - "totalVolume": 62870.49, - "totalBagsSold": 3915.94, - "smallBagsSold": 1119.18, - "largeBagsSold": 2796.76, - "xLargeBagsSold": 0, - "region": "Boise" - }, - { - "id": 207, - "date": "2015-01-11", - "averagePrice": 1.18, - "totalVolume": 57355.52, - "totalBagsSold": 4923.75, - "smallBagsSold": 3295.11, - "largeBagsSold": 1628.64, - "xLargeBagsSold": 0, - "region": "Boise" - }, - { - "id": 208, - "date": "2015-01-04", - "averagePrice": 1.01, - "totalVolume": 80034.32, - "totalBagsSold": 7755.62, - "smallBagsSold": 6064.3, - "largeBagsSold": 1691.32, - "xLargeBagsSold": 0, - "region": "Boise" - }, - { - "id": 209, - "date": "2015-12-27", - "averagePrice": 1.13, - "totalVolume": 450816.39, - "totalBagsSold": 86012.86, - "smallBagsSold": 85913.6, - "largeBagsSold": 99.26, - "xLargeBagsSold": 0, - "region": "Boston" - }, - { - "id": 210, - "date": "2015-12-20", - "averagePrice": 1.07, - "totalVolume": 489802.88, - "totalBagsSold": 88901.8, - "smallBagsSold": 88768.47, - "largeBagsSold": 133.33, - "xLargeBagsSold": 0, - "region": "Boston" - }, - { - "id": 211, - "date": "2015-12-13", - "averagePrice": 1.01, - "totalVolume": 549945.76, - "totalBagsSold": 89722.96, - "smallBagsSold": 89523.38, - "largeBagsSold": 199.58, - "xLargeBagsSold": 0, - "region": "Boston" - }, - { - "id": 212, - "date": "2015-12-06", - "averagePrice": 1.02, - "totalVolume": 488679.31, - "totalBagsSold": 75889.78, - "smallBagsSold": 75666.22, - "largeBagsSold": 223.56, - "xLargeBagsSold": 0, - "region": "Boston" - }, - { - "id": 213, - "date": "2015-11-29", - "averagePrice": 1.19, - "totalVolume": 350559.81, - "totalBagsSold": 74125.62, - "smallBagsSold": 73864.52, - "largeBagsSold": 261.1, - "xLargeBagsSold": 0, - "region": "Boston" - }, - { - "id": 214, - "date": "2015-11-22", - "averagePrice": 1.07, - "totalVolume": 466759.99, - "totalBagsSold": 78648.17, - "smallBagsSold": 78161.82, - "largeBagsSold": 486.35, - "xLargeBagsSold": 0, - "region": "Boston" - }, - { - "id": 215, - "date": "2015-11-15", - "averagePrice": 1.05, - "totalVolume": 513738.98, - "totalBagsSold": 87352.15, - "smallBagsSold": 85604.19, - "largeBagsSold": 1747.96, - "xLargeBagsSold": 0, - "region": "Boston" - }, - { - "id": 216, - "date": "2015-11-08", - "averagePrice": 1.04, - "totalVolume": 641759.57, - "totalBagsSold": 93342.82, - "smallBagsSold": 88265.25, - "largeBagsSold": 5077.57, - "xLargeBagsSold": 0, - "region": "Boston" - }, - { - "id": 217, - "date": "2015-11-01", - "averagePrice": 1.06, - "totalVolume": 553096.84, - "totalBagsSold": 98507.92, - "smallBagsSold": 93443.08, - "largeBagsSold": 5064.84, - "xLargeBagsSold": 0, - "region": "Boston" - }, - { - "id": 218, - "date": "2015-10-25", - "averagePrice": 1.02, - "totalVolume": 534249.47, - "totalBagsSold": 99326.99, - "smallBagsSold": 94581.94, - "largeBagsSold": 4745.05, - "xLargeBagsSold": 0, - "region": "Boston" - }, - { - "id": 219, - "date": "2015-10-18", - "averagePrice": 0.94, - "totalVolume": 725296.29, - "totalBagsSold": 91049.58, - "smallBagsSold": 86046.25, - "largeBagsSold": 5003.33, - "xLargeBagsSold": 0, - "region": "Boston" - }, - { - "id": 220, - "date": "2015-10-11", - "averagePrice": 1.14, - "totalVolume": 485706.68, - "totalBagsSold": 101909.89, - "smallBagsSold": 97513.23, - "largeBagsSold": 4396.66, - "xLargeBagsSold": 0, - "region": "Boston" - }, - { - "id": 221, - "date": "2015-10-04", - "averagePrice": 1.07, - "totalVolume": 536479.42, - "totalBagsSold": 103038.91, - "smallBagsSold": 97207.43, - "largeBagsSold": 5831.48, - "xLargeBagsSold": 0, - "region": "Boston" - }, - { - "id": 222, - "date": "2015-09-27", - "averagePrice": 1.07, - "totalVolume": 553307.04, - "totalBagsSold": 84726.9, - "smallBagsSold": 82123.56, - "largeBagsSold": 2603.34, - "xLargeBagsSold": 0, - "region": "Boston" - }, - { - "id": 223, - "date": "2015-09-20", - "averagePrice": 1.15, - "totalVolume": 498640.23, - "totalBagsSold": 95171.55, - "smallBagsSold": 91612.66, - "largeBagsSold": 3558.89, - "xLargeBagsSold": 0, - "region": "Boston" - }, - { - "id": 224, - "date": "2015-09-13", - "averagePrice": 1.03, - "totalVolume": 655682.95, - "totalBagsSold": 89114.66, - "smallBagsSold": 84843.55, - "largeBagsSold": 4271.11, - "xLargeBagsSold": 0, - "region": "Boston" - }, - { - "id": 225, - "date": "2015-09-06", - "averagePrice": 1.11, - "totalVolume": 577774.74, - "totalBagsSold": 95172.85, - "smallBagsSold": 94558.41, - "largeBagsSold": 614.44, - "xLargeBagsSold": 0, - "region": "Boston" - }, - { - "id": 226, - "date": "2015-08-30", - "averagePrice": 1.13, - "totalVolume": 526664.87, - "totalBagsSold": 83430.9, - "smallBagsSold": 83242.01, - "largeBagsSold": 188.89, - "xLargeBagsSold": 0, - "region": "Boston" - }, - { - "id": 227, - "date": "2015-08-23", - "averagePrice": 1.07, - "totalVolume": 589471.32, - "totalBagsSold": 95826.5, - "smallBagsSold": 95585.38, - "largeBagsSold": 241.12, - "xLargeBagsSold": 0, - "region": "Boston" - }, - { - "id": 228, - "date": "2015-08-16", - "averagePrice": 1.15, - "totalVolume": 565795.06, - "totalBagsSold": 96109.23, - "smallBagsSold": 95887.01, - "largeBagsSold": 222.22, - "xLargeBagsSold": 0, - "region": "Boston" - }, - { - "id": 229, - "date": "2015-08-09", - "averagePrice": 1.07, - "totalVolume": 690517.19, - "totalBagsSold": 94518.79, - "smallBagsSold": 94287.69, - "largeBagsSold": 231.1, - "xLargeBagsSold": 0, - "region": "Boston" - }, - { - "id": 230, - "date": "2015-08-02", - "averagePrice": 1.17, - "totalVolume": 571994.5, - "totalBagsSold": 97508.59, - "smallBagsSold": 97214.15, - "largeBagsSold": 294.44, - "xLargeBagsSold": 0, - "region": "Boston" - }, - { - "id": 231, - "date": "2015-07-26", - "averagePrice": 1.28, - "totalVolume": 500233.69, - "totalBagsSold": 100694.94, - "smallBagsSold": 100466.86, - "largeBagsSold": 228.08, - "xLargeBagsSold": 0, - "region": "Boston" - }, - { - "id": 232, - "date": "2015-07-19", - "averagePrice": 1.18, - "totalVolume": 597168.12, - "totalBagsSold": 109746.47, - "smallBagsSold": 109519, - "largeBagsSold": 227.47, - "xLargeBagsSold": 0, - "region": "Boston" - }, - { - "id": 233, - "date": "2015-07-12", - "averagePrice": 1.14, - "totalVolume": 634515.74, - "totalBagsSold": 148182.59, - "smallBagsSold": 146946.54, - "largeBagsSold": 1236.05, - "xLargeBagsSold": 0, - "region": "Boston" - }, - { - "id": 234, - "date": "2015-07-05", - "averagePrice": 1.27, - "totalVolume": 582909.73, - "totalBagsSold": 148861.42, - "smallBagsSold": 145982.99, - "largeBagsSold": 2878.43, - "xLargeBagsSold": 0, - "region": "Boston" - }, - { - "id": 235, - "date": "2015-06-28", - "averagePrice": 1.25, - "totalVolume": 560494.92, - "totalBagsSold": 143455.74, - "smallBagsSold": 142574.63, - "largeBagsSold": 881.11, - "xLargeBagsSold": 0, - "region": "Boston" - }, - { - "id": 236, - "date": "2015-06-21", - "averagePrice": 1.24, - "totalVolume": 543504.66, - "totalBagsSold": 126114.48, - "smallBagsSold": 125821.15, - "largeBagsSold": 293.33, - "xLargeBagsSold": 0, - "region": "Boston" - }, - { - "id": 237, - "date": "2015-06-14", - "averagePrice": 1.08, - "totalVolume": 684346.48, - "totalBagsSold": 151442.1, - "smallBagsSold": 151258.77, - "largeBagsSold": 183.33, - "xLargeBagsSold": 0, - "region": "Boston" - }, - { - "id": 238, - "date": "2015-06-07", - "averagePrice": 1.25, - "totalVolume": 562542.86, - "totalBagsSold": 137408.28, - "smallBagsSold": 137224.94, - "largeBagsSold": 183.34, - "xLargeBagsSold": 0, - "region": "Boston" - }, - { - "id": 239, - "date": "2015-05-31", - "averagePrice": 1.26, - "totalVolume": 565160.95, - "totalBagsSold": 142818.64, - "smallBagsSold": 142515.32, - "largeBagsSold": 303.32, - "xLargeBagsSold": 0, - "region": "Boston" - }, - { - "id": 240, - "date": "2015-05-24", - "averagePrice": 1.14, - "totalVolume": 633521.98, - "totalBagsSold": 138157.74, - "smallBagsSold": 137769.31, - "largeBagsSold": 388.43, - "xLargeBagsSold": 0, - "region": "Boston" - }, - { - "id": 241, - "date": "2015-05-17", - "averagePrice": 1.26, - "totalVolume": 534488.54, - "totalBagsSold": 149526.12, - "smallBagsSold": 147667.72, - "largeBagsSold": 1858.4, - "xLargeBagsSold": 0, - "region": "Boston" - }, - { - "id": 242, - "date": "2015-05-10", - "averagePrice": 1.14, - "totalVolume": 625558.14, - "totalBagsSold": 143997.65, - "smallBagsSold": 141309.43, - "largeBagsSold": 2688.22, - "xLargeBagsSold": 0, - "region": "Boston" - }, - { - "id": 243, - "date": "2015-05-03", - "averagePrice": 1.17, - "totalVolume": 552368.94, - "totalBagsSold": 118714.26, - "smallBagsSold": 115148.87, - "largeBagsSold": 3565.39, - "xLargeBagsSold": 0, - "region": "Boston" - }, - { - "id": 244, - "date": "2015-04-26", - "averagePrice": 1.28, - "totalVolume": 465911.37, - "totalBagsSold": 109400.12, - "smallBagsSold": 106866.42, - "largeBagsSold": 2533.7, - "xLargeBagsSold": 0, - "region": "Boston" - }, - { - "id": 245, - "date": "2015-04-19", - "averagePrice": 1.15, - "totalVolume": 504619.83, - "totalBagsSold": 115562.72, - "smallBagsSold": 114562.17, - "largeBagsSold": 1000.55, - "xLargeBagsSold": 0, - "region": "Boston" - }, - { - "id": 246, - "date": "2015-04-12", - "averagePrice": 1.26, - "totalVolume": 408485.16, - "totalBagsSold": 110638.95, - "smallBagsSold": 108644.33, - "largeBagsSold": 1994.62, - "xLargeBagsSold": 0, - "region": "Boston" - }, - { - "id": 247, - "date": "2015-04-05", - "averagePrice": 1.27, - "totalVolume": 449818.01, - "totalBagsSold": 115635.81, - "smallBagsSold": 113541.34, - "largeBagsSold": 1948.64, - "xLargeBagsSold": 145.83, - "region": "Boston" - }, - { - "id": 248, - "date": "2015-03-29", - "averagePrice": 1.19, - "totalVolume": 453631.25, - "totalBagsSold": 110561.28, - "smallBagsSold": 108838.11, - "largeBagsSold": 1723.17, - "xLargeBagsSold": 0, - "region": "Boston" - }, - { - "id": 249, - "date": "2015-03-22", - "averagePrice": 1.18, - "totalVolume": 453173.22, - "totalBagsSold": 102664.18, - "smallBagsSold": 102204.17, - "largeBagsSold": 460.01, - "xLargeBagsSold": 0, - "region": "Boston" - }, - { - "id": 250, - "date": "2015-03-15", - "averagePrice": 1.25, - "totalVolume": 417750.36, - "totalBagsSold": 102556.32, - "smallBagsSold": 101931.87, - "largeBagsSold": 624.45, - "xLargeBagsSold": 0, - "region": "Boston" - }, - { - "id": 251, - "date": "2015-03-08", - "averagePrice": 1.17, - "totalVolume": 408403.96, - "totalBagsSold": 114386.82, - "smallBagsSold": 113811.26, - "largeBagsSold": 575.56, - "xLargeBagsSold": 0, - "region": "Boston" - }, - { - "id": 252, - "date": "2015-03-01", - "averagePrice": 1.11, - "totalVolume": 485736.1, - "totalBagsSold": 97862.93, - "smallBagsSold": 97423.17, - "largeBagsSold": 439.76, - "xLargeBagsSold": 0, - "region": "Boston" - }, - { - "id": 253, - "date": "2015-02-22", - "averagePrice": 1.23, - "totalVolume": 355432.28, - "totalBagsSold": 100715.97, - "smallBagsSold": 100498.19, - "largeBagsSold": 217.78, - "xLargeBagsSold": 0, - "region": "Boston" - }, - { - "id": 254, - "date": "2015-02-15", - "averagePrice": 1.2, - "totalVolume": 399883.99, - "totalBagsSold": 114839.16, - "smallBagsSold": 114283.61, - "largeBagsSold": 555.55, - "xLargeBagsSold": 0, - "region": "Boston" - }, - { - "id": 255, - "date": "2015-02-08", - "averagePrice": 1.04, - "totalVolume": 609985.34, - "totalBagsSold": 106216.72, - "smallBagsSold": 105403.38, - "largeBagsSold": 813.34, - "xLargeBagsSold": 0, - "region": "Boston" - }, - { - "id": 256, - "date": "2015-02-01", - "averagePrice": 1.22, - "totalVolume": 490022.14, - "totalBagsSold": 110214.39, - "smallBagsSold": 109900.93, - "largeBagsSold": 313.46, - "xLargeBagsSold": 0, - "region": "Boston" - }, - { - "id": 257, - "date": "2015-01-25", - "averagePrice": 1.17, - "totalVolume": 409343.56, - "totalBagsSold": 116472.16, - "smallBagsSold": 115538.05, - "largeBagsSold": 934.11, - "xLargeBagsSold": 0, - "region": "Boston" - }, - { - "id": 258, - "date": "2015-01-18", - "averagePrice": 1.23, - "totalVolume": 401331.33, - "totalBagsSold": 109036.52, - "smallBagsSold": 108668.74, - "largeBagsSold": 367.78, - "xLargeBagsSold": 0, - "region": "Boston" - }, - { - "id": 259, - "date": "2015-01-11", - "averagePrice": 1.1, - "totalVolume": 437771.89, - "totalBagsSold": 111524.61, - "smallBagsSold": 111192.88, - "largeBagsSold": 331.73, - "xLargeBagsSold": 0, - "region": "Boston" - }, - { - "id": 260, - "date": "2015-01-04", - "averagePrice": 1.02, - "totalVolume": 491738, - "totalBagsSold": 87663.13, - "smallBagsSold": 87406.84, - "largeBagsSold": 256.29, - "xLargeBagsSold": 0, - "region": "Boston" - }, - { - "id": 261, - "date": "2015-12-27", - "averagePrice": 1.35, - "totalVolume": 96233.08, - "totalBagsSold": 55236.68, - "smallBagsSold": 55236.68, - "largeBagsSold": 0, - "xLargeBagsSold": 0, - "region": "BuffaloRochester" - }, - { - "id": 262, - "date": "2015-12-20", - "averagePrice": 1.37, - "totalVolume": 90867.51, - "totalBagsSold": 51165.21, - "smallBagsSold": 51165.21, - "largeBagsSold": 0, - "xLargeBagsSold": 0, - "region": "BuffaloRochester" - }, - { - "id": 263, - "date": "2015-12-13", - "averagePrice": 1.35, - "totalVolume": 98473.23, - "totalBagsSold": 56202.44, - "smallBagsSold": 56202.44, - "largeBagsSold": 0, - "xLargeBagsSold": 0, - "region": "BuffaloRochester" - }, - { - "id": 264, - "date": "2015-12-06", - "averagePrice": 1.23, - "totalVolume": 108457.82, - "totalBagsSold": 48355.65, - "smallBagsSold": 48355.65, - "largeBagsSold": 0, - "xLargeBagsSold": 0, - "region": "BuffaloRochester" - }, - { - "id": 265, - "date": "2015-11-29", - "averagePrice": 1.39, - "totalVolume": 79973.14, - "totalBagsSold": 42662.25, - "smallBagsSold": 42662.25, - "largeBagsSold": 0, - "xLargeBagsSold": 0, - "region": "BuffaloRochester" - }, - { - "id": 266, - "date": "2015-11-22", - "averagePrice": 1.4, - "totalVolume": 90242.31, - "totalBagsSold": 49642.35, - "smallBagsSold": 49642.35, - "largeBagsSold": 0, - "xLargeBagsSold": 0, - "region": "BuffaloRochester" - }, - { - "id": 267, - "date": "2015-11-15", - "averagePrice": 1.36, - "totalVolume": 99703.72, - "totalBagsSold": 56335.34, - "smallBagsSold": 55593.12, - "largeBagsSold": 742.22, - "xLargeBagsSold": 0, - "region": "BuffaloRochester" - }, - { - "id": 268, - "date": "2015-11-08", - "averagePrice": 1.3, - "totalVolume": 111038.95, - "totalBagsSold": 60187.87, - "smallBagsSold": 58885.65, - "largeBagsSold": 1302.22, - "xLargeBagsSold": 0, - "region": "BuffaloRochester" - }, - { - "id": 269, - "date": "2015-11-01", - "averagePrice": 1.23, - "totalVolume": 118541.11, - "totalBagsSold": 54298.62, - "smallBagsSold": 52956.4, - "largeBagsSold": 1342.22, - "xLargeBagsSold": 0, - "region": "BuffaloRochester" - }, - { - "id": 270, - "date": "2015-10-25", - "averagePrice": 1.36, - "totalVolume": 99554.55, - "totalBagsSold": 61283.43, - "smallBagsSold": 59381.21, - "largeBagsSold": 1902.22, - "xLargeBagsSold": 0, - "region": "BuffaloRochester" - }, - { - "id": 271, - "date": "2015-10-18", - "averagePrice": 1.29, - "totalVolume": 106083.75, - "totalBagsSold": 63787.47, - "smallBagsSold": 62627.47, - "largeBagsSold": 1160, - "xLargeBagsSold": 0, - "region": "BuffaloRochester" - }, - { - "id": 272, - "date": "2015-10-11", - "averagePrice": 1.3, - "totalVolume": 109153.84, - "totalBagsSold": 56025.17, - "smallBagsSold": 54829.61, - "largeBagsSold": 1195.56, - "xLargeBagsSold": 0, - "region": "BuffaloRochester" - }, - { - "id": 273, - "date": "2015-10-04", - "averagePrice": 1.33, - "totalVolume": 98900.48, - "totalBagsSold": 57425.67, - "smallBagsSold": 56141.23, - "largeBagsSold": 1284.44, - "xLargeBagsSold": 0, - "region": "BuffaloRochester" - }, - { - "id": 274, - "date": "2015-09-27", - "averagePrice": 1.31, - "totalVolume": 90745.72, - "totalBagsSold": 28438.3, - "smallBagsSold": 27767.19, - "largeBagsSold": 671.11, - "xLargeBagsSold": 0, - "region": "BuffaloRochester" - }, - { - "id": 275, - "date": "2015-09-20", - "averagePrice": 1.54, - "totalVolume": 60624.47, - "totalBagsSold": 19258.95, - "smallBagsSold": 18437.84, - "largeBagsSold": 821.11, - "xLargeBagsSold": 0, - "region": "BuffaloRochester" - }, - { - "id": 276, - "date": "2015-09-13", - "averagePrice": 1.59, - "totalVolume": 73043.2, - "totalBagsSold": 22867.43, - "smallBagsSold": 22421.87, - "largeBagsSold": 445.56, - "xLargeBagsSold": 0, - "region": "BuffaloRochester" - }, - { - "id": 277, - "date": "2015-09-06", - "averagePrice": 1.56, - "totalVolume": 76139.58, - "totalBagsSold": 25106.09, - "smallBagsSold": 25092.76, - "largeBagsSold": 13.33, - "xLargeBagsSold": 0, - "region": "BuffaloRochester" - }, - { - "id": 278, - "date": "2015-08-30", - "averagePrice": 1.38, - "totalVolume": 83731.42, - "totalBagsSold": 20483.02, - "smallBagsSold": 20483.02, - "largeBagsSold": 0, - "xLargeBagsSold": 0, - "region": "BuffaloRochester" - }, - { - "id": 279, - "date": "2015-08-23", - "averagePrice": 1.49, - "totalVolume": 68953.29, - "totalBagsSold": 23840.42, - "smallBagsSold": 23840.42, - "largeBagsSold": 0, - "xLargeBagsSold": 0, - "region": "BuffaloRochester" - }, - { - "id": 280, - "date": "2015-08-16", - "averagePrice": 1.5, - "totalVolume": 69798.09, - "totalBagsSold": 22371.73, - "smallBagsSold": 22371.73, - "largeBagsSold": 0, - "xLargeBagsSold": 0, - "region": "BuffaloRochester" - }, - { - "id": 281, - "date": "2015-08-09", - "averagePrice": 1.47, - "totalVolume": 81830.13, - "totalBagsSold": 24051.92, - "smallBagsSold": 24051.92, - "largeBagsSold": 0, - "xLargeBagsSold": 0, - "region": "BuffaloRochester" - }, - { - "id": 282, - "date": "2015-08-02", - "averagePrice": 1.47, - "totalVolume": 78162.92, - "totalBagsSold": 31622.86, - "smallBagsSold": 31622.86, - "largeBagsSold": 0, - "xLargeBagsSold": 0, - "region": "BuffaloRochester" - }, - { - "id": 283, - "date": "2015-07-26", - "averagePrice": 1.39, - "totalVolume": 91825.07, - "totalBagsSold": 43788.54, - "smallBagsSold": 43788.54, - "largeBagsSold": 0, - "xLargeBagsSold": 0, - "region": "BuffaloRochester" - }, - { - "id": 284, - "date": "2015-07-19", - "averagePrice": 1.36, - "totalVolume": 128846.15, - "totalBagsSold": 70982.41, - "smallBagsSold": 70982.41, - "largeBagsSold": 0, - "xLargeBagsSold": 0, - "region": "BuffaloRochester" - }, - { - "id": 285, - "date": "2015-07-12", - "averagePrice": 1.45, - "totalVolume": 127351.46, - "totalBagsSold": 74222.68, - "smallBagsSold": 73796.01, - "largeBagsSold": 426.67, - "xLargeBagsSold": 0, - "region": "BuffaloRochester" - }, - { - "id": 286, - "date": "2015-07-05", - "averagePrice": 1.47, - "totalVolume": 140413.9, - "totalBagsSold": 75277.49, - "smallBagsSold": 74370.82, - "largeBagsSold": 906.67, - "xLargeBagsSold": 0, - "region": "BuffaloRochester" - }, - { - "id": 287, - "date": "2015-06-28", - "averagePrice": 1.36, - "totalVolume": 137246.7, - "totalBagsSold": 78811.96, - "smallBagsSold": 78749.74, - "largeBagsSold": 62.22, - "xLargeBagsSold": 0, - "region": "BuffaloRochester" - }, - { - "id": 288, - "date": "2015-06-21", - "averagePrice": 1.5, - "totalVolume": 108655.36, - "totalBagsSold": 54130.44, - "smallBagsSold": 54130.44, - "largeBagsSold": 0, - "xLargeBagsSold": 0, - "region": "BuffaloRochester" - }, - { - "id": 289, - "date": "2015-06-14", - "averagePrice": 1.34, - "totalVolume": 149376.79, - "totalBagsSold": 95473.84, - "smallBagsSold": 95473.84, - "largeBagsSold": 0, - "xLargeBagsSold": 0, - "region": "BuffaloRochester" - }, - { - "id": 290, - "date": "2015-06-07", - "averagePrice": 1.38, - "totalVolume": 130908.11, - "totalBagsSold": 71990.67, - "smallBagsSold": 71990.67, - "largeBagsSold": 0, - "xLargeBagsSold": 0, - "region": "BuffaloRochester" - }, - { - "id": 291, - "date": "2015-05-31", - "averagePrice": 1.4, - "totalVolume": 130841.08, - "totalBagsSold": 75473.15, - "smallBagsSold": 75473.15, - "largeBagsSold": 0, - "xLargeBagsSold": 0, - "region": "BuffaloRochester" - }, - { - "id": 292, - "date": "2015-05-24", - "averagePrice": 1.43, - "totalVolume": 121942.61, - "totalBagsSold": 65785.96, - "smallBagsSold": 65741.52, - "largeBagsSold": 44.44, - "xLargeBagsSold": 0, - "region": "BuffaloRochester" - }, - { - "id": 293, - "date": "2015-05-17", - "averagePrice": 1.35, - "totalVolume": 137050.23, - "totalBagsSold": 74392.69, - "smallBagsSold": 73414.91, - "largeBagsSold": 977.78, - "xLargeBagsSold": 0, - "region": "BuffaloRochester" - }, - { - "id": 294, - "date": "2015-05-10", - "averagePrice": 1.33, - "totalVolume": 170547.18, - "totalBagsSold": 95285.89, - "smallBagsSold": 94832.56, - "largeBagsSold": 453.33, - "xLargeBagsSold": 0, - "region": "BuffaloRochester" - }, - { - "id": 295, - "date": "2015-05-03", - "averagePrice": 1.42, - "totalVolume": 136771.79, - "totalBagsSold": 85477.33, - "smallBagsSold": 84332.05, - "largeBagsSold": 1102.22, - "xLargeBagsSold": 43.06, - "region": "BuffaloRochester" - }, - { - "id": 296, - "date": "2015-04-26", - "averagePrice": 1.41, - "totalVolume": 136964.3, - "totalBagsSold": 86183.43, - "smallBagsSold": 85503.15, - "largeBagsSold": 640, - "xLargeBagsSold": 40.28, - "region": "BuffaloRochester" - }, - { - "id": 297, - "date": "2015-04-19", - "averagePrice": 1.42, - "totalVolume": 139612.52, - "totalBagsSold": 85576.8, - "smallBagsSold": 85056.94, - "largeBagsSold": 519.86, - "xLargeBagsSold": 0, - "region": "BuffaloRochester" - }, - { - "id": 298, - "date": "2015-04-12", - "averagePrice": 1.42, - "totalVolume": 118172.53, - "totalBagsSold": 71752.15, - "smallBagsSold": 70938.4, - "largeBagsSold": 813.75, - "xLargeBagsSold": 0, - "region": "BuffaloRochester" - }, - { - "id": 299, - "date": "2015-04-05", - "averagePrice": 1.44, - "totalVolume": 124145.62, - "totalBagsSold": 72056.8, - "smallBagsSold": 71408.88, - "largeBagsSold": 597.92, - "xLargeBagsSold": 50, - "region": "BuffaloRochester" - }, - { - "id": 300, - "date": "2015-03-29", - "averagePrice": 1.39, - "totalVolume": 119890.65, - "totalBagsSold": 70027.47, - "smallBagsSold": 69919, - "largeBagsSold": 108.47, - "xLargeBagsSold": 0, - "region": "BuffaloRochester" - }, - { - "id": 301, - "date": "2015-03-22", - "averagePrice": 1.4, - "totalVolume": 119902.96, - "totalBagsSold": 71344.15, - "smallBagsSold": 71288.59, - "largeBagsSold": 55.56, - "xLargeBagsSold": 0, - "region": "BuffaloRochester" - }, - { - "id": 302, - "date": "2015-03-15", - "averagePrice": 1.47, - "totalVolume": 103413.11, - "totalBagsSold": 54157.6, - "smallBagsSold": 54046.49, - "largeBagsSold": 111.11, - "xLargeBagsSold": 0, - "region": "BuffaloRochester" - }, - { - "id": 303, - "date": "2015-03-08", - "averagePrice": 1.35, - "totalVolume": 125724.96, - "totalBagsSold": 62576.63, - "smallBagsSold": 62216.63, - "largeBagsSold": 360, - "xLargeBagsSold": 0, - "region": "BuffaloRochester" - }, - { - "id": 304, - "date": "2015-03-01", - "averagePrice": 1.43, - "totalVolume": 112363.86, - "totalBagsSold": 69541.74, - "smallBagsSold": 69479.52, - "largeBagsSold": 62.22, - "xLargeBagsSold": 0, - "region": "BuffaloRochester" - }, - { - "id": 305, - "date": "2015-02-22", - "averagePrice": 1.41, - "totalVolume": 109546.92, - "totalBagsSold": 62312.01, - "smallBagsSold": 61765.34, - "largeBagsSold": 546.67, - "xLargeBagsSold": 0, - "region": "BuffaloRochester" - }, - { - "id": 306, - "date": "2015-02-15", - "averagePrice": 1.44, - "totalVolume": 100207.14, - "totalBagsSold": 55357.07, - "smallBagsSold": 55232.63, - "largeBagsSold": 124.44, - "xLargeBagsSold": 0, - "region": "BuffaloRochester" - }, - { - "id": 307, - "date": "2015-02-08", - "averagePrice": 1.36, - "totalVolume": 132760.1, - "totalBagsSold": 64513.81, - "smallBagsSold": 63918.25, - "largeBagsSold": 595.56, - "xLargeBagsSold": 0, - "region": "BuffaloRochester" - }, - { - "id": 308, - "date": "2015-02-01", - "averagePrice": 1.33, - "totalVolume": 153920.35, - "totalBagsSold": 86919.58, - "smallBagsSold": 86848.47, - "largeBagsSold": 71.11, - "xLargeBagsSold": 0, - "region": "BuffaloRochester" - }, - { - "id": 309, - "date": "2015-01-25", - "averagePrice": 1.5, - "totalVolume": 114052.94, - "totalBagsSold": 58649.74, - "smallBagsSold": 57909.74, - "largeBagsSold": 740, - "xLargeBagsSold": 0, - "region": "BuffaloRochester" - }, - { - "id": 310, - "date": "2015-01-18", - "averagePrice": 1.52, - "totalVolume": 107040.29, - "totalBagsSold": 43421.89, - "smallBagsSold": 43419.67, - "largeBagsSold": 2.22, - "xLargeBagsSold": 0, - "region": "BuffaloRochester" - }, - { - "id": 311, - "date": "2015-01-11", - "averagePrice": 1.54, - "totalVolume": 106221.32, - "totalBagsSold": 53514.26, - "smallBagsSold": 53514.26, - "largeBagsSold": 0, - "xLargeBagsSold": 0, - "region": "BuffaloRochester" - }, - { - "id": 312, - "date": "2015-01-04", - "averagePrice": 1.4, - "totalVolume": 116253.44, - "totalBagsSold": 57182.88, - "smallBagsSold": 57182.88, - "largeBagsSold": 0, - "xLargeBagsSold": 0, - "region": "BuffaloRochester" - }, - { - "id": 313, - "date": "2015-12-27", - "averagePrice": 0.9, - "totalVolume": 5040365.47, - "totalBagsSold": 1212707.01, - "smallBagsSold": 1090140.07, - "largeBagsSold": 110737.35, - "xLargeBagsSold": 11829.59, - "region": "California" - }, - { - "id": 314, - "date": "2015-12-20", - "averagePrice": 0.94, - "totalVolume": 4695737.21, - "totalBagsSold": 1209165.2, - "smallBagsSold": 1061703.58, - "largeBagsSold": 136747.1, - "xLargeBagsSold": 10714.52, - "region": "California" - }, - { - "id": 315, - "date": "2015-12-13", - "averagePrice": 0.87, - "totalVolume": 5259354.3, - "totalBagsSold": 1592438.33, - "smallBagsSold": 1404012, - "largeBagsSold": 180150.37, - "xLargeBagsSold": 8275.96, - "region": "California" - }, - { - "id": 316, - "date": "2015-12-06", - "averagePrice": 0.78, - "totalVolume": 5775536.27, - "totalBagsSold": 1510267.34, - "smallBagsSold": 1376640.91, - "largeBagsSold": 126664.37, - "xLargeBagsSold": 6962.06, - "region": "California" - }, - { - "id": 317, - "date": "2015-11-29", - "averagePrice": 0.91, - "totalVolume": 4575710.62, - "totalBagsSold": 1081497.47, - "smallBagsSold": 991568.84, - "largeBagsSold": 82338.39, - "xLargeBagsSold": 7590.24, - "region": "California" - }, - { - "id": 318, - "date": "2015-11-22", - "averagePrice": 0.92, - "totalVolume": 4804278.16, - "totalBagsSold": 1069305.91, - "smallBagsSold": 979612.52, - "largeBagsSold": 82444.32, - "xLargeBagsSold": 7249.07, - "region": "California" - }, - { - "id": 319, - "date": "2015-11-15", - "averagePrice": 0.83, - "totalVolume": 5755190.69, - "totalBagsSold": 1152918.94, - "smallBagsSold": 1091768.68, - "largeBagsSold": 53797.92, - "xLargeBagsSold": 7352.34, - "region": "California" - }, - { - "id": 320, - "date": "2015-11-08", - "averagePrice": 0.98, - "totalVolume": 5148983.51, - "totalBagsSold": 855636.58, - "smallBagsSold": 813006.4, - "largeBagsSold": 36305.96, - "xLargeBagsSold": 6324.22, - "region": "California" - }, - { - "id": 321, - "date": "2015-11-01", - "averagePrice": 0.95, - "totalVolume": 5830427.96, - "totalBagsSold": 651915.96, - "smallBagsSold": 626993.54, - "largeBagsSold": 19804.69, - "xLargeBagsSold": 5117.73, - "region": "California" - }, - { - "id": 322, - "date": "2015-10-25", - "averagePrice": 1.12, - "totalVolume": 4592461.81, - "totalBagsSold": 618031.72, - "smallBagsSold": 606392.86, - "largeBagsSold": 7596.27, - "xLargeBagsSold": 4042.59, - "region": "California" - }, - { - "id": 323, - "date": "2015-10-18", - "averagePrice": 1.07, - "totalVolume": 4999031.79, - "totalBagsSold": 646990.52, - "smallBagsSold": 633893.61, - "largeBagsSold": 10780.32, - "xLargeBagsSold": 2316.59, - "region": "California" - }, - { - "id": 324, - "date": "2015-10-11", - "averagePrice": 1.08, - "totalVolume": 5063309.38, - "totalBagsSold": 555041.88, - "smallBagsSold": 533478.03, - "largeBagsSold": 18373.18, - "xLargeBagsSold": 3190.67, - "region": "California" - }, - { - "id": 325, - "date": "2015-10-04", - "averagePrice": 1.02, - "totalVolume": 4943781.29, - "totalBagsSold": 472090.38, - "smallBagsSold": 442923.78, - "largeBagsSold": 25572.26, - "xLargeBagsSold": 3594.34, - "region": "California" - }, - { - "id": 326, - "date": "2015-09-27", - "averagePrice": 1.04, - "totalVolume": 5216784.63, - "totalBagsSold": 515245.79, - "smallBagsSold": 496867.66, - "largeBagsSold": 13336.34, - "xLargeBagsSold": 5041.79, - "region": "California" - }, - { - "id": 327, - "date": "2015-09-20", - "averagePrice": 1.14, - "totalVolume": 4759791.13, - "totalBagsSold": 552209.77, - "smallBagsSold": 529779.37, - "largeBagsSold": 17303.91, - "xLargeBagsSold": 5126.49, - "region": "California" - }, - { - "id": 328, - "date": "2015-09-13", - "averagePrice": 1.13, - "totalVolume": 5106508.12, - "totalBagsSold": 584419.64, - "smallBagsSold": 502056.88, - "largeBagsSold": 76297.56, - "xLargeBagsSold": 6065.2, - "region": "California" - }, - { - "id": 329, - "date": "2015-09-06", - "averagePrice": 1.09, - "totalVolume": 5806392.78, - "totalBagsSold": 629688.27, - "smallBagsSold": 591629.83, - "largeBagsSold": 33545.37, - "xLargeBagsSold": 4513.07, - "region": "California" - }, - { - "id": 330, - "date": "2015-08-30", - "averagePrice": 1.08, - "totalVolume": 5647385.15, - "totalBagsSold": 649475.65, - "smallBagsSold": 640600.64, - "largeBagsSold": 5989.25, - "xLargeBagsSold": 2885.76, - "region": "California" - }, - { - "id": 331, - "date": "2015-08-23", - "averagePrice": 1.18, - "totalVolume": 5193221, - "totalBagsSold": 545248.81, - "smallBagsSold": 535183.95, - "largeBagsSold": 6573.5, - "xLargeBagsSold": 3491.36, - "region": "California" - }, - { - "id": 332, - "date": "2015-08-16", - "averagePrice": 1.11, - "totalVolume": 5616434.08, - "totalBagsSold": 577651.8, - "smallBagsSold": 572197.46, - "largeBagsSold": 2081.96, - "xLargeBagsSold": 3372.38, - "region": "California" - }, - { - "id": 333, - "date": "2015-08-09", - "averagePrice": 1.1, - "totalVolume": 6232081.27, - "totalBagsSold": 580768.97, - "smallBagsSold": 570728.54, - "largeBagsSold": 7356.84, - "xLargeBagsSold": 2683.59, - "region": "California" - }, - { - "id": 334, - "date": "2015-08-02", - "averagePrice": 1.16, - "totalVolume": 5428238.87, - "totalBagsSold": 566776.08, - "smallBagsSold": 559587.76, - "largeBagsSold": 4953.57, - "xLargeBagsSold": 2234.75, - "region": "California" - }, - { - "id": 335, - "date": "2015-07-26", - "averagePrice": 1.13, - "totalVolume": 5557616.27, - "totalBagsSold": 598607.54, - "smallBagsSold": 590750.1, - "largeBagsSold": 5181.16, - "xLargeBagsSold": 2676.28, - "region": "California" - }, - { - "id": 336, - "date": "2015-07-19", - "averagePrice": 1.18, - "totalVolume": 5225200.52, - "totalBagsSold": 601233.56, - "smallBagsSold": 577736.96, - "largeBagsSold": 20673.8, - "xLargeBagsSold": 2822.8, - "region": "California" - }, - { - "id": 337, - "date": "2015-07-12", - "averagePrice": 1.13, - "totalVolume": 5451636.92, - "totalBagsSold": 622965.78, - "smallBagsSold": 601358.64, - "largeBagsSold": 18032.41, - "xLargeBagsSold": 3574.73, - "region": "California" - }, - { - "id": 338, - "date": "2015-07-05", - "averagePrice": 1.12, - "totalVolume": 6718011.83, - "totalBagsSold": 762371.42, - "smallBagsSold": 731692.08, - "largeBagsSold": 27317.19, - "xLargeBagsSold": 3362.15, - "region": "California" - }, - { - "id": 339, - "date": "2015-06-28", - "averagePrice": 1.1, - "totalVolume": 5641742.02, - "totalBagsSold": 654819, - "smallBagsSold": 630301.44, - "largeBagsSold": 21861.54, - "xLargeBagsSold": 2656.02, - "region": "California" - }, - { - "id": 340, - "date": "2015-06-21", - "averagePrice": 1.07, - "totalVolume": 5952597.29, - "totalBagsSold": 662032.34, - "smallBagsSold": 634244.68, - "largeBagsSold": 24277.53, - "xLargeBagsSold": 3510.13, - "region": "California" - }, - { - "id": 341, - "date": "2015-06-14", - "averagePrice": 0.97, - "totalVolume": 6741662.31, - "totalBagsSold": 683201.17, - "smallBagsSold": 657421.42, - "largeBagsSold": 22961.19, - "xLargeBagsSold": 2818.56, - "region": "California" - }, - { - "id": 342, - "date": "2015-06-07", - "averagePrice": 0.98, - "totalVolume": 6374842.9, - "totalBagsSold": 678868.68, - "smallBagsSold": 651944.51, - "largeBagsSold": 23422.39, - "xLargeBagsSold": 3501.78, - "region": "California" - }, - { - "id": 343, - "date": "2015-05-31", - "averagePrice": 0.98, - "totalVolume": 6236903.31, - "totalBagsSold": 580523.01, - "smallBagsSold": 554224.64, - "largeBagsSold": 23083.08, - "xLargeBagsSold": 3215.29, - "region": "California" - }, - { - "id": 344, - "date": "2015-05-24", - "averagePrice": 1.1, - "totalVolume": 5621713.64, - "totalBagsSold": 574119.93, - "smallBagsSold": 546420.69, - "largeBagsSold": 24485.84, - "xLargeBagsSold": 3213.4, - "region": "California" - }, - { - "id": 345, - "date": "2015-05-17", - "averagePrice": 1.08, - "totalVolume": 5289138.5, - "totalBagsSold": 547243.56, - "smallBagsSold": 525804.7, - "largeBagsSold": 18497.03, - "xLargeBagsSold": 2941.83, - "region": "California" - }, - { - "id": 346, - "date": "2015-05-10", - "averagePrice": 0.93, - "totalVolume": 6650357.96, - "totalBagsSold": 634790.89, - "smallBagsSold": 613601.09, - "largeBagsSold": 18366.27, - "xLargeBagsSold": 2823.53, - "region": "California" - }, - { - "id": 347, - "date": "2015-05-03", - "averagePrice": 0.88, - "totalVolume": 8567534.49, - "totalBagsSold": 631798.44, - "smallBagsSold": 609388.58, - "largeBagsSold": 19735.89, - "xLargeBagsSold": 2673.97, - "region": "California" - }, - { - "id": 348, - "date": "2015-04-26", - "averagePrice": 1.15, - "totalVolume": 4923565.04, - "totalBagsSold": 576599.58, - "smallBagsSold": 548252.41, - "largeBagsSold": 26483.99, - "xLargeBagsSold": 1863.18, - "region": "California" - }, - { - "id": 349, - "date": "2015-04-19", - "averagePrice": 1.05, - "totalVolume": 5871080.81, - "totalBagsSold": 598285.63, - "smallBagsSold": 524767.96, - "largeBagsSold": 71988.59, - "xLargeBagsSold": 1529.08, - "region": "California" - }, - { - "id": 350, - "date": "2015-04-12", - "averagePrice": 1.06, - "totalVolume": 5636644.51, - "totalBagsSold": 614443.51, - "smallBagsSold": 532714.02, - "largeBagsSold": 79865.3, - "xLargeBagsSold": 1864.19, - "region": "California" - }, - { - "id": 351, - "date": "2015-04-05", - "averagePrice": 1.12, - "totalVolume": 5467155.55, - "totalBagsSold": 601124.94, - "smallBagsSold": 539258.29, - "largeBagsSold": 59212.09, - "xLargeBagsSold": 2654.56, - "region": "California" - }, - { - "id": 352, - "date": "2015-03-29", - "averagePrice": 1.1, - "totalVolume": 5341821.67, - "totalBagsSold": 669440.18, - "smallBagsSold": 605995.11, - "largeBagsSold": 61958.73, - "xLargeBagsSold": 1486.34, - "region": "California" - }, - { - "id": 353, - "date": "2015-03-22", - "averagePrice": 1.06, - "totalVolume": 5571812.77, - "totalBagsSold": 713009.12, - "smallBagsSold": 681403.86, - "largeBagsSold": 30058.97, - "xLargeBagsSold": 1546.29, - "region": "California" - }, - { - "id": 354, - "date": "2015-03-15", - "averagePrice": 1.06, - "totalVolume": 5557163.11, - "totalBagsSold": 662527.26, - "smallBagsSold": 632903.55, - "largeBagsSold": 27625.15, - "xLargeBagsSold": 1998.56, - "region": "California" - }, - { - "id": 355, - "date": "2015-03-08", - "averagePrice": 0.96, - "totalVolume": 5990243.89, - "totalBagsSold": 671312.66, - "smallBagsSold": 642307, - "largeBagsSold": 27241.05, - "xLargeBagsSold": 1764.61, - "region": "California" - }, - { - "id": 356, - "date": "2015-03-01", - "averagePrice": 0.84, - "totalVolume": 6700134.25, - "totalBagsSold": 552070.01, - "smallBagsSold": 515386.4, - "largeBagsSold": 34845.51, - "xLargeBagsSold": 1838.1, - "region": "California" - }, - { - "id": 357, - "date": "2015-02-22", - "averagePrice": 0.96, - "totalVolume": 5951871.32, - "totalBagsSold": 635318.73, - "smallBagsSold": 596184.9, - "largeBagsSold": 36940.51, - "xLargeBagsSold": 2193.32, - "region": "California" - }, - { - "id": 358, - "date": "2015-02-15", - "averagePrice": 0.96, - "totalVolume": 5699944.93, - "totalBagsSold": 594411.66, - "smallBagsSold": 544990.68, - "largeBagsSold": 47017.93, - "xLargeBagsSold": 2403.05, - "region": "California" - }, - { - "id": 359, - "date": "2015-02-08", - "averagePrice": 0.91, - "totalVolume": 5871224.58, - "totalBagsSold": 612526.38, - "smallBagsSold": 553682.71, - "largeBagsSold": 56311.08, - "xLargeBagsSold": 2532.59, - "region": "California" - }, - { - "id": 360, - "date": "2015-02-01", - "averagePrice": 0.85, - "totalVolume": 9032180.67, - "totalBagsSold": 600149.24, - "smallBagsSold": 556205.2, - "largeBagsSold": 41203.2, - "xLargeBagsSold": 2740.84, - "region": "California" - }, - { - "id": 361, - "date": "2015-01-25", - "averagePrice": 1.06, - "totalVolume": 4929884.26, - "totalBagsSold": 570609.87, - "smallBagsSold": 521004.15, - "largeBagsSold": 46809.48, - "xLargeBagsSold": 2796.24, - "region": "California" - }, - { - "id": 362, - "date": "2015-01-18", - "averagePrice": 1.02, - "totalVolume": 5570915.26, - "totalBagsSold": 559990.93, - "smallBagsSold": 520299.26, - "largeBagsSold": 36501.18, - "xLargeBagsSold": 3190.49, - "region": "California" - }, - { - "id": 363, - "date": "2015-01-11", - "averagePrice": 0.92, - "totalVolume": 6024932.34, - "totalBagsSold": 546047.53, - "smallBagsSold": 510560.41, - "largeBagsSold": 31874.03, - "xLargeBagsSold": 3613.09, - "region": "California" - }, - { - "id": 364, - "date": "2015-01-04", - "averagePrice": 0.93, - "totalVolume": 5777334.9, - "totalBagsSold": 528451.74, - "smallBagsSold": 477193.38, - "largeBagsSold": 47882.56, - "xLargeBagsSold": 3375.8, - "region": "California" - }, - { - "id": 365, - "date": "2015-12-27", - "averagePrice": 0.96, - "totalVolume": 156698.24, - "totalBagsSold": 37630.04, - "smallBagsSold": 35130.42, - "largeBagsSold": 2499.62, - "xLargeBagsSold": 0, - "region": "Charlotte" - }, - { - "id": 366, - "date": "2015-12-20", - "averagePrice": 0.98, - "totalVolume": 139917.89, - "totalBagsSold": 35054.76, - "smallBagsSold": 33273.25, - "largeBagsSold": 1781.51, - "xLargeBagsSold": 0, - "region": "Charlotte" - }, - { - "id": 367, - "date": "2015-12-13", - "averagePrice": 0.95, - "totalVolume": 157146.19, - "totalBagsSold": 39031.59, - "smallBagsSold": 35793.08, - "largeBagsSold": 3238.51, - "xLargeBagsSold": 0, - "region": "Charlotte" - }, - { - "id": 368, - "date": "2015-12-06", - "averagePrice": 0.99, - "totalVolume": 156114.08, - "totalBagsSold": 30439.26, - "smallBagsSold": 28181.92, - "largeBagsSold": 2257.34, - "xLargeBagsSold": 0, - "region": "Charlotte" - }, - { - "id": 369, - "date": "2015-11-29", - "averagePrice": 0.95, - "totalVolume": 138858.86, - "totalBagsSold": 30791.41, - "smallBagsSold": 27376.3, - "largeBagsSold": 3415.11, - "xLargeBagsSold": 0, - "region": "Charlotte" - }, - { - "id": 370, - "date": "2015-11-22", - "averagePrice": 1, - "totalVolume": 133618.33, - "totalBagsSold": 25723.09, - "smallBagsSold": 22228.47, - "largeBagsSold": 3494.62, - "xLargeBagsSold": 0, - "region": "Charlotte" - }, - { - "id": 371, - "date": "2015-11-15", - "averagePrice": 1.01, - "totalVolume": 169281.16, - "totalBagsSold": 23632.22, - "smallBagsSold": 21132.1, - "largeBagsSold": 2500.12, - "xLargeBagsSold": 0, - "region": "Charlotte" - }, - { - "id": 372, - "date": "2015-11-08", - "averagePrice": 1.03, - "totalVolume": 164322.04, - "totalBagsSold": 29723.04, - "smallBagsSold": 28076.04, - "largeBagsSold": 1647, - "xLargeBagsSold": 0, - "region": "Charlotte" - }, - { - "id": 373, - "date": "2015-11-01", - "averagePrice": 1.11, - "totalVolume": 171793.87, - "totalBagsSold": 37373.73, - "smallBagsSold": 32848.04, - "largeBagsSold": 4525.69, - "xLargeBagsSold": 0, - "region": "Charlotte" - }, - { - "id": 374, - "date": "2015-10-25", - "averagePrice": 1.27, - "totalVolume": 140920.61, - "totalBagsSold": 34587.41, - "smallBagsSold": 30219.23, - "largeBagsSold": 4368.18, - "xLargeBagsSold": 0, - "region": "Charlotte" - }, - { - "id": 375, - "date": "2015-10-18", - "averagePrice": 1.26, - "totalVolume": 156565.98, - "totalBagsSold": 34534.79, - "smallBagsSold": 31176.68, - "largeBagsSold": 3358.11, - "xLargeBagsSold": 0, - "region": "Charlotte" - }, - { - "id": 376, - "date": "2015-10-11", - "averagePrice": 1.14, - "totalVolume": 167396.56, - "totalBagsSold": 39795.83, - "smallBagsSold": 33103.01, - "largeBagsSold": 6692.82, - "xLargeBagsSold": 0, - "region": "Charlotte" - }, - { - "id": 377, - "date": "2015-10-04", - "averagePrice": 1.22, - "totalVolume": 146737.74, - "totalBagsSold": 38050.77, - "smallBagsSold": 30388.81, - "largeBagsSold": 7661.96, - "xLargeBagsSold": 0, - "region": "Charlotte" - }, - { - "id": 378, - "date": "2015-09-27", - "averagePrice": 1.09, - "totalVolume": 168780.22, - "totalBagsSold": 31620.63, - "smallBagsSold": 27053.27, - "largeBagsSold": 4567.36, - "xLargeBagsSold": 0, - "region": "Charlotte" - }, - { - "id": 379, - "date": "2015-09-20", - "averagePrice": 1.2, - "totalVolume": 161443.98, - "totalBagsSold": 47353.43, - "smallBagsSold": 38940.45, - "largeBagsSold": 8412.98, - "xLargeBagsSold": 0, - "region": "Charlotte" - }, - { - "id": 380, - "date": "2015-09-13", - "averagePrice": 1.19, - "totalVolume": 171077.53, - "totalBagsSold": 62868.31, - "smallBagsSold": 56910.24, - "largeBagsSold": 5958.07, - "xLargeBagsSold": 0, - "region": "Charlotte" - }, - { - "id": 381, - "date": "2015-09-06", - "averagePrice": 1.01, - "totalVolume": 227728.43, - "totalBagsSold": 66041.86, - "smallBagsSold": 59197.7, - "largeBagsSold": 6844.16, - "xLargeBagsSold": 0, - "region": "Charlotte" - }, - { - "id": 382, - "date": "2015-08-30", - "averagePrice": 1.2, - "totalVolume": 179026.88, - "totalBagsSold": 65683.65, - "smallBagsSold": 63371.06, - "largeBagsSold": 2312.59, - "xLargeBagsSold": 0, - "region": "Charlotte" - }, - { - "id": 383, - "date": "2015-08-23", - "averagePrice": 1.15, - "totalVolume": 203298.37, - "totalBagsSold": 78864.57, - "smallBagsSold": 76846.13, - "largeBagsSold": 2018.44, - "xLargeBagsSold": 0, - "region": "Charlotte" - }, - { - "id": 384, - "date": "2015-08-16", - "averagePrice": 1.24, - "totalVolume": 178525.52, - "totalBagsSold": 62985.56, - "smallBagsSold": 60769.22, - "largeBagsSold": 2216.34, - "xLargeBagsSold": 0, - "region": "Charlotte" - }, - { - "id": 385, - "date": "2015-08-09", - "averagePrice": 1.21, - "totalVolume": 173059.32, - "totalBagsSold": 61746.27, - "smallBagsSold": 57783.2, - "largeBagsSold": 3963.07, - "xLargeBagsSold": 0, - "region": "Charlotte" - }, - { - "id": 386, - "date": "2015-08-02", - "averagePrice": 1.24, - "totalVolume": 179321.9, - "totalBagsSold": 60699.91, - "smallBagsSold": 58627.67, - "largeBagsSold": 2072.24, - "xLargeBagsSold": 0, - "region": "Charlotte" - }, - { - "id": 387, - "date": "2015-07-26", - "averagePrice": 1.23, - "totalVolume": 173896.82, - "totalBagsSold": 64127.07, - "smallBagsSold": 62053.65, - "largeBagsSold": 2073.42, - "xLargeBagsSold": 0, - "region": "Charlotte" - }, - { - "id": 388, - "date": "2015-07-19", - "averagePrice": 1.19, - "totalVolume": 187575.03, - "totalBagsSold": 65605.47, - "smallBagsSold": 62470.83, - "largeBagsSold": 3134.64, - "xLargeBagsSold": 0, - "region": "Charlotte" - }, - { - "id": 389, - "date": "2015-07-12", - "averagePrice": 1.18, - "totalVolume": 182856.82, - "totalBagsSold": 67851.56, - "smallBagsSold": 65681.23, - "largeBagsSold": 2170.33, - "xLargeBagsSold": 0, - "region": "Charlotte" - }, - { - "id": 390, - "date": "2015-07-05", - "averagePrice": 1.18, - "totalVolume": 216118.9, - "totalBagsSold": 71243.15, - "smallBagsSold": 67865.26, - "largeBagsSold": 3377.89, - "xLargeBagsSold": 0, - "region": "Charlotte" - }, - { - "id": 391, - "date": "2015-06-28", - "averagePrice": 1.17, - "totalVolume": 193654.01, - "totalBagsSold": 69753.61, - "smallBagsSold": 67989.08, - "largeBagsSold": 1764.53, - "xLargeBagsSold": 0, - "region": "Charlotte" - }, - { - "id": 392, - "date": "2015-06-21", - "averagePrice": 1.17, - "totalVolume": 201173.1, - "totalBagsSold": 73048.34, - "smallBagsSold": 69426, - "largeBagsSold": 3622.34, - "xLargeBagsSold": 0, - "region": "Charlotte" - }, - { - "id": 393, - "date": "2015-06-14", - "averagePrice": 1.15, - "totalVolume": 207093.88, - "totalBagsSold": 69824.22, - "smallBagsSold": 67842.39, - "largeBagsSold": 1981.83, - "xLargeBagsSold": 0, - "region": "Charlotte" - }, - { - "id": 394, - "date": "2015-06-07", - "averagePrice": 1.15, - "totalVolume": 199980.3, - "totalBagsSold": 72650.56, - "smallBagsSold": 69123.57, - "largeBagsSold": 3526.99, - "xLargeBagsSold": 0, - "region": "Charlotte" - }, - { - "id": 395, - "date": "2015-05-31", - "averagePrice": 1.19, - "totalVolume": 194630.86, - "totalBagsSold": 61153.08, - "smallBagsSold": 58990.8, - "largeBagsSold": 2162.28, - "xLargeBagsSold": 0, - "region": "Charlotte" - }, - { - "id": 396, - "date": "2015-05-24", - "averagePrice": 1.2, - "totalVolume": 212527.72, - "totalBagsSold": 63676.95, - "smallBagsSold": 59663.25, - "largeBagsSold": 4013.7, - "xLargeBagsSold": 0, - "region": "Charlotte" - }, - { - "id": 397, - "date": "2015-05-17", - "averagePrice": 1.21, - "totalVolume": 190799.99, - "totalBagsSold": 59786.84, - "smallBagsSold": 57583.99, - "largeBagsSold": 2202.85, - "xLargeBagsSold": 0, - "region": "Charlotte" - }, - { - "id": 398, - "date": "2015-05-10", - "averagePrice": 1.19, - "totalVolume": 192767.09, - "totalBagsSold": 63906.65, - "smallBagsSold": 61759.57, - "largeBagsSold": 2147.08, - "xLargeBagsSold": 0, - "region": "Charlotte" - }, - { - "id": 399, - "date": "2015-05-03", - "averagePrice": 1, - "totalVolume": 261492.2, - "totalBagsSold": 64214.79, - "smallBagsSold": 58626.28, - "largeBagsSold": 5588.51, - "xLargeBagsSold": 0, - "region": "Charlotte" - }, - { - "id": 400, - "date": "2015-04-26", - "averagePrice": 1.2, - "totalVolume": 182141.55, - "totalBagsSold": 59902.38, - "smallBagsSold": 58701.2, - "largeBagsSold": 1201.18, - "xLargeBagsSold": 0, - "region": "Charlotte" - }, - { - "id": 401, - "date": "2015-04-19", - "averagePrice": 1.18, - "totalVolume": 180944.22, - "totalBagsSold": 64618.32, - "smallBagsSold": 63182.05, - "largeBagsSold": 1436.27, - "xLargeBagsSold": 0, - "region": "Charlotte" - }, - { - "id": 402, - "date": "2015-04-12", - "averagePrice": 1.17, - "totalVolume": 204005.24, - "totalBagsSold": 65183.51, - "smallBagsSold": 61787.29, - "largeBagsSold": 3396.22, - "xLargeBagsSold": 0, - "region": "Charlotte" - }, - { - "id": 403, - "date": "2015-04-05", - "averagePrice": 1.19, - "totalVolume": 177919.28, - "totalBagsSold": 58148.27, - "smallBagsSold": 56450.56, - "largeBagsSold": 1599.1, - "xLargeBagsSold": 98.61, - "region": "Charlotte" - }, - { - "id": 404, - "date": "2015-03-29", - "averagePrice": 1.23, - "totalVolume": 178788.49, - "totalBagsSold": 52860.94, - "smallBagsSold": 51856.01, - "largeBagsSold": 1004.93, - "xLargeBagsSold": 0, - "region": "Charlotte" - }, - { - "id": 405, - "date": "2015-03-22", - "averagePrice": 1.19, - "totalVolume": 182876.15, - "totalBagsSold": 59411.65, - "smallBagsSold": 56443.98, - "largeBagsSold": 2967.67, - "xLargeBagsSold": 0, - "region": "Charlotte" - }, - { - "id": 406, - "date": "2015-03-15", - "averagePrice": 1.19, - "totalVolume": 183944.05, - "totalBagsSold": 52470.09, - "smallBagsSold": 51028.01, - "largeBagsSold": 1442.08, - "xLargeBagsSold": 0, - "region": "Charlotte" - }, - { - "id": 407, - "date": "2015-03-08", - "averagePrice": 1.25, - "totalVolume": 159386.69, - "totalBagsSold": 53912.29, - "smallBagsSold": 52537.96, - "largeBagsSold": 1374.33, - "xLargeBagsSold": 0, - "region": "Charlotte" - }, - { - "id": 408, - "date": "2015-03-01", - "averagePrice": 1.18, - "totalVolume": 176146.34, - "totalBagsSold": 55725.59, - "smallBagsSold": 52873.84, - "largeBagsSold": 2851.75, - "xLargeBagsSold": 0, - "region": "Charlotte" - }, - { - "id": 409, - "date": "2015-02-22", - "averagePrice": 1.08, - "totalVolume": 201741.43, - "totalBagsSold": 46972.92, - "smallBagsSold": 44919.71, - "largeBagsSold": 2053.21, - "xLargeBagsSold": 0, - "region": "Charlotte" - }, - { - "id": 410, - "date": "2015-02-15", - "averagePrice": 1.22, - "totalVolume": 156798.51, - "totalBagsSold": 49548.44, - "smallBagsSold": 40419.97, - "largeBagsSold": 9128.47, - "xLargeBagsSold": 0, - "region": "Charlotte" - }, - { - "id": 411, - "date": "2015-02-08", - "averagePrice": 1.17, - "totalVolume": 150139.38, - "totalBagsSold": 51284.33, - "smallBagsSold": 41921.3, - "largeBagsSold": 9363.03, - "xLargeBagsSold": 0, - "region": "Charlotte" - }, - { - "id": 412, - "date": "2015-02-01", - "averagePrice": 0.98, - "totalVolume": 254009.7, - "totalBagsSold": 49070.43, - "smallBagsSold": 33450.14, - "largeBagsSold": 15620.29, - "xLargeBagsSold": 0, - "region": "Charlotte" - }, - { - "id": 413, - "date": "2015-01-25", - "averagePrice": 1.18, - "totalVolume": 167270.13, - "totalBagsSold": 54309.81, - "smallBagsSold": 41623.4, - "largeBagsSold": 12686.41, - "xLargeBagsSold": 0, - "region": "Charlotte" - }, - { - "id": 414, - "date": "2015-01-18", - "averagePrice": 1.25, - "totalVolume": 152671.15, - "totalBagsSold": 47055.08, - "smallBagsSold": 33996.73, - "largeBagsSold": 13058.35, - "xLargeBagsSold": 0, - "region": "Charlotte" - }, - { - "id": 415, - "date": "2015-01-11", - "averagePrice": 1.26, - "totalVolume": 159942.68, - "totalBagsSold": 49435.79, - "smallBagsSold": 38822.26, - "largeBagsSold": 10613.53, - "xLargeBagsSold": 0, - "region": "Charlotte" - }, - { - "id": 416, - "date": "2015-01-04", - "averagePrice": 1.19, - "totalVolume": 166006.29, - "totalBagsSold": 50797.56, - "smallBagsSold": 44329.03, - "largeBagsSold": 6468.53, - "xLargeBagsSold": 0, - "region": "Charlotte" - }, - { - "id": 417, - "date": "2015-12-27", - "averagePrice": 0.93, - "totalVolume": 661137.13, - "totalBagsSold": 94741.09, - "smallBagsSold": 83066.75, - "largeBagsSold": 1617.67, - "xLargeBagsSold": 10056.67, - "region": "Chicago" - }, - { - "id": 418, - "date": "2015-12-20", - "averagePrice": 0.91, - "totalVolume": 690669.34, - "totalBagsSold": 94063.9, - "smallBagsSold": 76241.25, - "largeBagsSold": 9592.65, - "xLargeBagsSold": 8230, - "region": "Chicago" - }, - { - "id": 419, - "date": "2015-12-13", - "averagePrice": 1.07, - "totalVolume": 668601.5, - "totalBagsSold": 82588.46, - "smallBagsSold": 76829.42, - "largeBagsSold": 5693.75, - "xLargeBagsSold": 65.29, - "region": "Chicago" - }, - { - "id": 420, - "date": "2015-12-06", - "averagePrice": 1.14, - "totalVolume": 664020.49, - "totalBagsSold": 62910.83, - "smallBagsSold": 62473.12, - "largeBagsSold": 420.95, - "xLargeBagsSold": 16.76, - "region": "Chicago" - }, - { - "id": 421, - "date": "2015-11-29", - "averagePrice": 1.11, - "totalVolume": 602481.22, - "totalBagsSold": 62161.46, - "smallBagsSold": 61862.57, - "largeBagsSold": 298.89, - "xLargeBagsSold": 0, - "region": "Chicago" - }, - { - "id": 422, - "date": "2015-11-22", - "averagePrice": 0.94, - "totalVolume": 751897.89, - "totalBagsSold": 73751.75, - "smallBagsSold": 73457.31, - "largeBagsSold": 294.44, - "xLargeBagsSold": 0, - "region": "Chicago" - }, - { - "id": 423, - "date": "2015-11-15", - "averagePrice": 1.17, - "totalVolume": 641881.96, - "totalBagsSold": 74984.77, - "smallBagsSold": 74723.66, - "largeBagsSold": 261.11, - "xLargeBagsSold": 0, - "region": "Chicago" - }, - { - "id": 424, - "date": "2015-11-08", - "averagePrice": 1.01, - "totalVolume": 711146.61, - "totalBagsSold": 66166.46, - "smallBagsSold": 65842.08, - "largeBagsSold": 324.38, - "xLargeBagsSold": 0, - "region": "Chicago" - }, - { - "id": 425, - "date": "2015-11-01", - "averagePrice": 1, - "totalVolume": 807041.46, - "totalBagsSold": 68869.94, - "smallBagsSold": 68447.93, - "largeBagsSold": 422.01, - "xLargeBagsSold": 0, - "region": "Chicago" - }, - { - "id": 426, - "date": "2015-10-25", - "averagePrice": 1.12, - "totalVolume": 687650.27, - "totalBagsSold": 66124.18, - "smallBagsSold": 65795.24, - "largeBagsSold": 323.33, - "xLargeBagsSold": 5.61, - "region": "Chicago" - }, - { - "id": 427, - "date": "2015-10-18", - "averagePrice": 1.15, - "totalVolume": 690302.58, - "totalBagsSold": 63116.01, - "smallBagsSold": 62076.66, - "largeBagsSold": 285.56, - "xLargeBagsSold": 753.79, - "region": "Chicago" - }, - { - "id": 428, - "date": "2015-10-11", - "averagePrice": 1.08, - "totalVolume": 708914.17, - "totalBagsSold": 68648.48, - "smallBagsSold": 65144.93, - "largeBagsSold": 528.99, - "xLargeBagsSold": 2974.56, - "region": "Chicago" - }, - { - "id": 429, - "date": "2015-10-04", - "averagePrice": 1.18, - "totalVolume": 675172.63, - "totalBagsSold": 69930.27, - "smallBagsSold": 66015.29, - "largeBagsSold": 2240.14, - "xLargeBagsSold": 1674.84, - "region": "Chicago" - }, - { - "id": 430, - "date": "2015-09-27", - "averagePrice": 1.15, - "totalVolume": 720501.55, - "totalBagsSold": 70795.02, - "smallBagsSold": 63370.36, - "largeBagsSold": 2923.19, - "xLargeBagsSold": 4501.47, - "region": "Chicago" - }, - { - "id": 431, - "date": "2015-09-20", - "averagePrice": 1.19, - "totalVolume": 729117.42, - "totalBagsSold": 74891.66, - "smallBagsSold": 71195.89, - "largeBagsSold": 3316.58, - "xLargeBagsSold": 379.19, - "region": "Chicago" - }, - { - "id": 432, - "date": "2015-09-13", - "averagePrice": 1.19, - "totalVolume": 775671.49, - "totalBagsSold": 82914.08, - "smallBagsSold": 78368.45, - "largeBagsSold": 3809.54, - "xLargeBagsSold": 736.09, - "region": "Chicago" - }, - { - "id": 433, - "date": "2015-09-06", - "averagePrice": 1.11, - "totalVolume": 808677.78, - "totalBagsSold": 86202.35, - "smallBagsSold": 82905.34, - "largeBagsSold": 3289.62, - "xLargeBagsSold": 7.39, - "region": "Chicago" - }, - { - "id": 434, - "date": "2015-08-30", - "averagePrice": 1.12, - "totalVolume": 773773.53, - "totalBagsSold": 73918.94, - "smallBagsSold": 71627.03, - "largeBagsSold": 2205.32, - "xLargeBagsSold": 86.59, - "region": "Chicago" - }, - { - "id": 435, - "date": "2015-08-23", - "averagePrice": 1.2, - "totalVolume": 751850.01, - "totalBagsSold": 80272.17, - "smallBagsSold": 77073.51, - "largeBagsSold": 2759.79, - "xLargeBagsSold": 438.87, - "region": "Chicago" - }, - { - "id": 436, - "date": "2015-08-16", - "averagePrice": 1.16, - "totalVolume": 817690.89, - "totalBagsSold": 83807.06, - "smallBagsSold": 80018.54, - "largeBagsSold": 3447.81, - "xLargeBagsSold": 340.71, - "region": "Chicago" - }, - { - "id": 437, - "date": "2015-08-09", - "averagePrice": 1.25, - "totalVolume": 731125.01, - "totalBagsSold": 81788.18, - "smallBagsSold": 79510.48, - "largeBagsSold": 1904.8, - "xLargeBagsSold": 372.9, - "region": "Chicago" - }, - { - "id": 438, - "date": "2015-08-02", - "averagePrice": 1.27, - "totalVolume": 761027.42, - "totalBagsSold": 82175.8, - "smallBagsSold": 79197.97, - "largeBagsSold": 2476.3, - "xLargeBagsSold": 501.53, - "region": "Chicago" - }, - { - "id": 439, - "date": "2015-07-26", - "averagePrice": 1.12, - "totalVolume": 791332.34, - "totalBagsSold": 88152.13, - "smallBagsSold": 83728.75, - "largeBagsSold": 3516.34, - "xLargeBagsSold": 907.04, - "region": "Chicago" - }, - { - "id": 440, - "date": "2015-07-19", - "averagePrice": 1.24, - "totalVolume": 797060.27, - "totalBagsSold": 98743.44, - "smallBagsSold": 92362.71, - "largeBagsSold": 3531.27, - "xLargeBagsSold": 2849.46, - "region": "Chicago" - }, - { - "id": 441, - "date": "2015-07-12", - "averagePrice": 1.26, - "totalVolume": 772151.2, - "totalBagsSold": 94328.48, - "smallBagsSold": 90428.86, - "largeBagsSold": 2536.23, - "xLargeBagsSold": 1363.39, - "region": "Chicago" - }, - { - "id": 442, - "date": "2015-07-05", - "averagePrice": 1.24, - "totalVolume": 937317.45, - "totalBagsSold": 129052.84, - "smallBagsSold": 126579.11, - "largeBagsSold": 2236.49, - "xLargeBagsSold": 237.24, - "region": "Chicago" - }, - { - "id": 443, - "date": "2015-06-28", - "averagePrice": 1.21, - "totalVolume": 786250.22, - "totalBagsSold": 129786.59, - "smallBagsSold": 126835.7, - "largeBagsSold": 1896.33, - "xLargeBagsSold": 1054.56, - "region": "Chicago" - }, - { - "id": 444, - "date": "2015-06-21", - "averagePrice": 1.24, - "totalVolume": 804902.52, - "totalBagsSold": 111021.71, - "smallBagsSold": 107242.86, - "largeBagsSold": 1658.76, - "xLargeBagsSold": 2120.09, - "region": "Chicago" - }, - { - "id": 445, - "date": "2015-06-14", - "averagePrice": 1.21, - "totalVolume": 868197.41, - "totalBagsSold": 119024.61, - "smallBagsSold": 116318.18, - "largeBagsSold": 2618.95, - "xLargeBagsSold": 87.48, - "region": "Chicago" - }, - { - "id": 446, - "date": "2015-06-07", - "averagePrice": 1.24, - "totalVolume": 824216.23, - "totalBagsSold": 105212.4, - "smallBagsSold": 99942.37, - "largeBagsSold": 4693.09, - "xLargeBagsSold": 576.94, - "region": "Chicago" - }, - { - "id": 447, - "date": "2015-05-31", - "averagePrice": 1.26, - "totalVolume": 803571.87, - "totalBagsSold": 101425.36, - "smallBagsSold": 99122.66, - "largeBagsSold": 2299.08, - "xLargeBagsSold": 3.62, - "region": "Chicago" - }, - { - "id": 448, - "date": "2015-05-24", - "averagePrice": 1.23, - "totalVolume": 887105.04, - "totalBagsSold": 104263.68, - "smallBagsSold": 101615.53, - "largeBagsSold": 2639.11, - "xLargeBagsSold": 9.04, - "region": "Chicago" - }, - { - "id": 449, - "date": "2015-05-17", - "averagePrice": 1.23, - "totalVolume": 817870.17, - "totalBagsSold": 85534.2, - "smallBagsSold": 82689.93, - "largeBagsSold": 2813.47, - "xLargeBagsSold": 30.8, - "region": "Chicago" - }, - { - "id": 450, - "date": "2015-05-10", - "averagePrice": 1.23, - "totalVolume": 835938.63, - "totalBagsSold": 93316.19, - "smallBagsSold": 88847.94, - "largeBagsSold": 4468.25, - "xLargeBagsSold": 0, - "region": "Chicago" - }, - { - "id": 451, - "date": "2015-05-03", - "averagePrice": 1.04, - "totalVolume": 978376.13, - "totalBagsSold": 93715.67, - "smallBagsSold": 89297.42, - "largeBagsSold": 4414.64, - "xLargeBagsSold": 3.61, - "region": "Chicago" - }, - { - "id": 452, - "date": "2015-04-26", - "averagePrice": 1.24, - "totalVolume": 779868.01, - "totalBagsSold": 92705.9, - "smallBagsSold": 88341.96, - "largeBagsSold": 3573.83, - "xLargeBagsSold": 790.11, - "region": "Chicago" - }, - { - "id": 453, - "date": "2015-04-19", - "averagePrice": 1.24, - "totalVolume": 832529.06, - "totalBagsSold": 92160.87, - "smallBagsSold": 89276.61, - "largeBagsSold": 2780.32, - "xLargeBagsSold": 103.94, - "region": "Chicago" - }, - { - "id": 454, - "date": "2015-04-12", - "averagePrice": 1.24, - "totalVolume": 710718.98, - "totalBagsSold": 94153.9, - "smallBagsSold": 91664.47, - "largeBagsSold": 2475.13, - "xLargeBagsSold": 14.3, - "region": "Chicago" - }, - { - "id": 455, - "date": "2015-04-05", - "averagePrice": 1.27, - "totalVolume": 751812.42, - "totalBagsSold": 91422.8, - "smallBagsSold": 87170.22, - "largeBagsSold": 3422.83, - "xLargeBagsSold": 829.75, - "region": "Chicago" - }, - { - "id": 456, - "date": "2015-03-29", - "averagePrice": 1.22, - "totalVolume": 757271.96, - "totalBagsSold": 101458.91, - "smallBagsSold": 97284.77, - "largeBagsSold": 4163.46, - "xLargeBagsSold": 10.68, - "region": "Chicago" - }, - { - "id": 457, - "date": "2015-03-22", - "averagePrice": 1.21, - "totalVolume": 799946.53, - "totalBagsSold": 90358.9, - "smallBagsSold": 87394.44, - "largeBagsSold": 2925.41, - "xLargeBagsSold": 39.05, - "region": "Chicago" - }, - { - "id": 458, - "date": "2015-03-15", - "averagePrice": 1.09, - "totalVolume": 827010.39, - "totalBagsSold": 97254.41, - "smallBagsSold": 93312.94, - "largeBagsSold": 3914.88, - "xLargeBagsSold": 26.59, - "region": "Chicago" - }, - { - "id": 459, - "date": "2015-03-08", - "averagePrice": 1.18, - "totalVolume": 772997.09, - "totalBagsSold": 109455.37, - "smallBagsSold": 107215.4, - "largeBagsSold": 2234.66, - "xLargeBagsSold": 5.31, - "region": "Chicago" - }, - { - "id": 460, - "date": "2015-03-01", - "averagePrice": 1.09, - "totalVolume": 863391.73, - "totalBagsSold": 90420.46, - "smallBagsSold": 88092.48, - "largeBagsSold": 2289.01, - "xLargeBagsSold": 38.97, - "region": "Chicago" - }, - { - "id": 461, - "date": "2015-02-22", - "averagePrice": 1.18, - "totalVolume": 773078.09, - "totalBagsSold": 94439.89, - "smallBagsSold": 90447.44, - "largeBagsSold": 3976.51, - "xLargeBagsSold": 15.94, - "region": "Chicago" - }, - { - "id": 462, - "date": "2015-02-15", - "averagePrice": 1.17, - "totalVolume": 726401.24, - "totalBagsSold": 97651.22, - "smallBagsSold": 92518.95, - "largeBagsSold": 5112.69, - "xLargeBagsSold": 19.58, - "region": "Chicago" - }, - { - "id": 463, - "date": "2015-02-08", - "averagePrice": 1.13, - "totalVolume": 729325.61, - "totalBagsSold": 82336.09, - "smallBagsSold": 78980.96, - "largeBagsSold": 3273.2, - "xLargeBagsSold": 81.93, - "region": "Chicago" - }, - { - "id": 464, - "date": "2015-02-01", - "averagePrice": 0.91, - "totalVolume": 1133491.66, - "totalBagsSold": 93077.9, - "smallBagsSold": 89516.93, - "largeBagsSold": 3448.62, - "xLargeBagsSold": 112.35, - "region": "Chicago" - }, - { - "id": 465, - "date": "2015-01-25", - "averagePrice": 1.22, - "totalVolume": 745439.17, - "totalBagsSold": 85220.93, - "smallBagsSold": 75867.61, - "largeBagsSold": 9265.81, - "xLargeBagsSold": 87.51, - "region": "Chicago" - }, - { - "id": 466, - "date": "2015-01-18", - "averagePrice": 1.14, - "totalVolume": 797741.43, - "totalBagsSold": 98865.72, - "smallBagsSold": 95516.44, - "largeBagsSold": 3311.71, - "xLargeBagsSold": 37.57, - "region": "Chicago" - }, - { - "id": 467, - "date": "2015-01-11", - "averagePrice": 1.15, - "totalVolume": 802874.94, - "totalBagsSold": 79298.64, - "smallBagsSold": 74716.43, - "largeBagsSold": 4539.25, - "xLargeBagsSold": 42.96, - "region": "Chicago" - }, - { - "id": 468, - "date": "2015-01-04", - "averagePrice": 1.11, - "totalVolume": 783068.03, - "totalBagsSold": 77539.48, - "smallBagsSold": 72888.46, - "largeBagsSold": 4651.02, - "xLargeBagsSold": 0, - "region": "Chicago" - }, - { - "id": 469, - "date": "2015-12-27", - "averagePrice": 0.87, - "totalVolume": 162993.77, - "totalBagsSold": 50369.3, - "smallBagsSold": 14050.64, - "largeBagsSold": 30968.06, - "xLargeBagsSold": 5350.6, - "region": "CincinnatiDayton" - }, - { - "id": 470, - "date": "2015-12-20", - "averagePrice": 0.85, - "totalVolume": 175425.57, - "totalBagsSold": 56245.76, - "smallBagsSold": 12118.45, - "largeBagsSold": 39679.66, - "xLargeBagsSold": 4447.65, - "region": "CincinnatiDayton" - }, - { - "id": 471, - "date": "2015-12-13", - "averagePrice": 0.79, - "totalVolume": 207386.27, - "totalBagsSold": 75464.86, - "smallBagsSold": 15835.2, - "largeBagsSold": 58783.54, - "xLargeBagsSold": 846.12, - "region": "CincinnatiDayton" - }, - { - "id": 472, - "date": "2015-12-06", - "averagePrice": 0.83, - "totalVolume": 207513.04, - "totalBagsSold": 59144, - "smallBagsSold": 13539.21, - "largeBagsSold": 42885.85, - "xLargeBagsSold": 2718.94, - "region": "CincinnatiDayton" - }, - { - "id": 473, - "date": "2015-11-29", - "averagePrice": 0.88, - "totalVolume": 141356.34, - "totalBagsSold": 38977.9, - "smallBagsSold": 12785.15, - "largeBagsSold": 24850.38, - "xLargeBagsSold": 1342.37, - "region": "CincinnatiDayton" - }, - { - "id": 474, - "date": "2015-11-22", - "averagePrice": 0.89, - "totalVolume": 174892.99, - "totalBagsSold": 47140.21, - "smallBagsSold": 13804.56, - "largeBagsSold": 31446.68, - "xLargeBagsSold": 1888.97, - "region": "CincinnatiDayton" - }, - { - "id": 475, - "date": "2015-11-15", - "averagePrice": 0.88, - "totalVolume": 193723.22, - "totalBagsSold": 56845.8, - "smallBagsSold": 15733.89, - "largeBagsSold": 40083.17, - "xLargeBagsSold": 1028.74, - "region": "CincinnatiDayton" - }, - { - "id": 476, - "date": "2015-11-08", - "averagePrice": 0.87, - "totalVolume": 239070.13, - "totalBagsSold": 60246.26, - "smallBagsSold": 12989.82, - "largeBagsSold": 42509.75, - "xLargeBagsSold": 4746.69, - "region": "CincinnatiDayton" - }, - { - "id": 477, - "date": "2015-11-01", - "averagePrice": 0.93, - "totalVolume": 254760.33, - "totalBagsSold": 71626.45, - "smallBagsSold": 14831.2, - "largeBagsSold": 53584.84, - "xLargeBagsSold": 3210.41, - "region": "CincinnatiDayton" - }, - { - "id": 478, - "date": "2015-10-25", - "averagePrice": 1.01, - "totalVolume": 203681.71, - "totalBagsSold": 59603.9, - "smallBagsSold": 12423.07, - "largeBagsSold": 45209.19, - "xLargeBagsSold": 1971.64, - "region": "CincinnatiDayton" - }, - { - "id": 479, - "date": "2015-10-18", - "averagePrice": 0.98, - "totalVolume": 186044.56, - "totalBagsSold": 43077.8, - "smallBagsSold": 17414.57, - "largeBagsSold": 24553.19, - "xLargeBagsSold": 1110.04, - "region": "CincinnatiDayton" - }, - { - "id": 480, - "date": "2015-10-11", - "averagePrice": 0.91, - "totalVolume": 213527.77, - "totalBagsSold": 50536.17, - "smallBagsSold": 16191.77, - "largeBagsSold": 31742.92, - "xLargeBagsSold": 2601.48, - "region": "CincinnatiDayton" - }, - { - "id": 481, - "date": "2015-10-04", - "averagePrice": 0.93, - "totalVolume": 235243.88, - "totalBagsSold": 64105.72, - "smallBagsSold": 16488.06, - "largeBagsSold": 45980.45, - "xLargeBagsSold": 1637.21, - "region": "CincinnatiDayton" - }, - { - "id": 482, - "date": "2015-09-27", - "averagePrice": 1.08, - "totalVolume": 202012.62, - "totalBagsSold": 49128.68, - "smallBagsSold": 12344.28, - "largeBagsSold": 34341.61, - "xLargeBagsSold": 2442.79, - "region": "CincinnatiDayton" - }, - { - "id": 483, - "date": "2015-09-20", - "averagePrice": 1.05, - "totalVolume": 210445.12, - "totalBagsSold": 47094.76, - "smallBagsSold": 12353.22, - "largeBagsSold": 29601.09, - "xLargeBagsSold": 5140.45, - "region": "CincinnatiDayton" - }, - { - "id": 484, - "date": "2015-09-13", - "averagePrice": 1.05, - "totalVolume": 216548.9, - "totalBagsSold": 56180, - "smallBagsSold": 17271.72, - "largeBagsSold": 34690.26, - "xLargeBagsSold": 4218.02, - "region": "CincinnatiDayton" - }, - { - "id": 485, - "date": "2015-09-06", - "averagePrice": 1.02, - "totalVolume": 232157.91, - "totalBagsSold": 66632.12, - "smallBagsSold": 19499.39, - "largeBagsSold": 45312.94, - "xLargeBagsSold": 1819.79, - "region": "CincinnatiDayton" - }, - { - "id": 486, - "date": "2015-08-30", - "averagePrice": 1.01, - "totalVolume": 234132.09, - "totalBagsSold": 63318.92, - "smallBagsSold": 17804.54, - "largeBagsSold": 42734.02, - "xLargeBagsSold": 2780.36, - "region": "CincinnatiDayton" - }, - { - "id": 487, - "date": "2015-08-23", - "averagePrice": 1.05, - "totalVolume": 208608.84, - "totalBagsSold": 58589.27, - "smallBagsSold": 15961.91, - "largeBagsSold": 41548.22, - "xLargeBagsSold": 1079.14, - "region": "CincinnatiDayton" - }, - { - "id": 488, - "date": "2015-08-16", - "averagePrice": 1.01, - "totalVolume": 234349.47, - "totalBagsSold": 63557.7, - "smallBagsSold": 16806.65, - "largeBagsSold": 41442.96, - "xLargeBagsSold": 5308.09, - "region": "CincinnatiDayton" - }, - { - "id": 489, - "date": "2015-08-09", - "averagePrice": 1.08, - "totalVolume": 214374.41, - "totalBagsSold": 56136.97, - "smallBagsSold": 19933.89, - "largeBagsSold": 34194.18, - "xLargeBagsSold": 2008.9, - "region": "CincinnatiDayton" - }, - { - "id": 490, - "date": "2015-08-02", - "averagePrice": 1.09, - "totalVolume": 206121.36, - "totalBagsSold": 51052.19, - "smallBagsSold": 16179.92, - "largeBagsSold": 33163.78, - "xLargeBagsSold": 1708.49, - "region": "CincinnatiDayton" - }, - { - "id": 491, - "date": "2015-07-26", - "averagePrice": 1.03, - "totalVolume": 216611.18, - "totalBagsSold": 68917.85, - "smallBagsSold": 24769.87, - "largeBagsSold": 43020.67, - "xLargeBagsSold": 1127.31, - "region": "CincinnatiDayton" - }, - { - "id": 492, - "date": "2015-07-19", - "averagePrice": 1.06, - "totalVolume": 223479.02, - "totalBagsSold": 58337.87, - "smallBagsSold": 21470.67, - "largeBagsSold": 33782.97, - "xLargeBagsSold": 3084.23, - "region": "CincinnatiDayton" - }, - { - "id": 493, - "date": "2015-07-12", - "averagePrice": 1.03, - "totalVolume": 218170.8, - "totalBagsSold": 61781.42, - "smallBagsSold": 23225.75, - "largeBagsSold": 37926.4, - "xLargeBagsSold": 629.27, - "region": "CincinnatiDayton" - }, - { - "id": 494, - "date": "2015-07-05", - "averagePrice": 1.03, - "totalVolume": 250626.33, - "totalBagsSold": 71706.32, - "smallBagsSold": 27500.3, - "largeBagsSold": 43026.64, - "xLargeBagsSold": 1179.38, - "region": "CincinnatiDayton" - }, - { - "id": 495, - "date": "2015-06-28", - "averagePrice": 1.01, - "totalVolume": 225165.84, - "totalBagsSold": 72823.95, - "smallBagsSold": 34098.54, - "largeBagsSold": 38098.48, - "xLargeBagsSold": 626.93, - "region": "CincinnatiDayton" - }, - { - "id": 496, - "date": "2015-06-21", - "averagePrice": 1.02, - "totalVolume": 243012.2, - "totalBagsSold": 65000.04, - "smallBagsSold": 25431.9, - "largeBagsSold": 37441.3, - "xLargeBagsSold": 2126.84, - "region": "CincinnatiDayton" - }, - { - "id": 497, - "date": "2015-06-14", - "averagePrice": 1.05, - "totalVolume": 229363.51, - "totalBagsSold": 66485.56, - "smallBagsSold": 30258.12, - "largeBagsSold": 34920.23, - "xLargeBagsSold": 1307.21, - "region": "CincinnatiDayton" - }, - { - "id": 498, - "date": "2015-06-07", - "averagePrice": 1.07, - "totalVolume": 234981.67, - "totalBagsSold": 63389.74, - "smallBagsSold": 23651.85, - "largeBagsSold": 36952.36, - "xLargeBagsSold": 2785.53, - "region": "CincinnatiDayton" - }, - { - "id": 499, - "date": "2015-05-31", - "averagePrice": 1.06, - "totalVolume": 222382.69, - "totalBagsSold": 63377.28, - "smallBagsSold": 20976.26, - "largeBagsSold": 41425.81, - "xLargeBagsSold": 975.21, - "region": "CincinnatiDayton" - }, - { - "id": 500, - "date": "2015-05-24", - "averagePrice": 1.1, - "totalVolume": 222390.09, - "totalBagsSold": 55604.51, - "smallBagsSold": 24486.78, - "largeBagsSold": 30170.62, - "xLargeBagsSold": 947.11, - "region": "CincinnatiDayton" - }, - { - "id": 501, - "date": "2015-05-17", - "averagePrice": 1.04, - "totalVolume": 234579.34, - "totalBagsSold": 59491.63, - "smallBagsSold": 18091.92, - "largeBagsSold": 38536.09, - "xLargeBagsSold": 2863.62, - "region": "CincinnatiDayton" - }, - { - "id": 502, - "date": "2015-05-10", - "averagePrice": 1.06, - "totalVolume": 259598.76, - "totalBagsSold": 73034.51, - "smallBagsSold": 22506.92, - "largeBagsSold": 50265.04, - "xLargeBagsSold": 262.55, - "region": "CincinnatiDayton" - }, - { - "id": 503, - "date": "2015-05-03", - "averagePrice": 1.08, - "totalVolume": 238140.96, - "totalBagsSold": 57176.48, - "smallBagsSold": 18315.96, - "largeBagsSold": 37361.33, - "xLargeBagsSold": 1499.19, - "region": "CincinnatiDayton" - }, - { - "id": 504, - "date": "2015-04-26", - "averagePrice": 1.06, - "totalVolume": 214469.51, - "totalBagsSold": 60583.96, - "smallBagsSold": 21522.31, - "largeBagsSold": 37783.16, - "xLargeBagsSold": 1278.49, - "region": "CincinnatiDayton" - }, - { - "id": 505, - "date": "2015-04-19", - "averagePrice": 1.02, - "totalVolume": 226978.72, - "totalBagsSold": 60889.38, - "smallBagsSold": 35196.33, - "largeBagsSold": 23101.71, - "xLargeBagsSold": 2591.34, - "region": "CincinnatiDayton" - }, - { - "id": 506, - "date": "2015-04-12", - "averagePrice": 1.02, - "totalVolume": 188937.83, - "totalBagsSold": 55624.64, - "smallBagsSold": 38219.34, - "largeBagsSold": 17270.02, - "xLargeBagsSold": 135.28, - "region": "CincinnatiDayton" - }, - { - "id": 507, - "date": "2015-04-05", - "averagePrice": 1.06, - "totalVolume": 196168.6, - "totalBagsSold": 51050.29, - "smallBagsSold": 36567.48, - "largeBagsSold": 14361.02, - "xLargeBagsSold": 121.79, - "region": "CincinnatiDayton" - }, - { - "id": 508, - "date": "2015-03-29", - "averagePrice": 0.95, - "totalVolume": 198365.16, - "totalBagsSold": 70724.27, - "smallBagsSold": 46587.15, - "largeBagsSold": 23745.65, - "xLargeBagsSold": 391.47, - "region": "CincinnatiDayton" - }, - { - "id": 509, - "date": "2015-03-22", - "averagePrice": 0.98, - "totalVolume": 212719.94, - "totalBagsSold": 48822.51, - "smallBagsSold": 11317.29, - "largeBagsSold": 31773.08, - "xLargeBagsSold": 5732.14, - "region": "CincinnatiDayton" - }, - { - "id": 510, - "date": "2015-03-15", - "averagePrice": 0.94, - "totalVolume": 196008.57, - "totalBagsSold": 57836.43, - "smallBagsSold": 19570.41, - "largeBagsSold": 37402.27, - "xLargeBagsSold": 863.75, - "region": "CincinnatiDayton" - }, - { - "id": 511, - "date": "2015-03-08", - "averagePrice": 0.87, - "totalVolume": 219110.81, - "totalBagsSold": 64425.57, - "smallBagsSold": 30834.06, - "largeBagsSold": 32786.33, - "xLargeBagsSold": 805.18, - "region": "CincinnatiDayton" - }, - { - "id": 512, - "date": "2015-03-01", - "averagePrice": 0.89, - "totalVolume": 226951.64, - "totalBagsSold": 47259.72, - "smallBagsSold": 14963.96, - "largeBagsSold": 28229.86, - "xLargeBagsSold": 4065.9, - "region": "CincinnatiDayton" - }, - { - "id": 513, - "date": "2015-02-22", - "averagePrice": 0.93, - "totalVolume": 183072.02, - "totalBagsSold": 41141.35, - "smallBagsSold": 18685.14, - "largeBagsSold": 21703.66, - "xLargeBagsSold": 752.55, - "region": "CincinnatiDayton" - }, - { - "id": 514, - "date": "2015-02-15", - "averagePrice": 0.94, - "totalVolume": 169950.37, - "totalBagsSold": 39617.86, - "smallBagsSold": 21356.07, - "largeBagsSold": 17556.58, - "xLargeBagsSold": 705.21, - "region": "CincinnatiDayton" - }, - { - "id": 515, - "date": "2015-02-08", - "averagePrice": 0.93, - "totalVolume": 186617.2, - "totalBagsSold": 37258.67, - "smallBagsSold": 17773.67, - "largeBagsSold": 18571.14, - "xLargeBagsSold": 913.86, - "region": "CincinnatiDayton" - }, - { - "id": 516, - "date": "2015-02-01", - "averagePrice": 0.86, - "totalVolume": 300905.18, - "totalBagsSold": 51829.32, - "smallBagsSold": 15335.37, - "largeBagsSold": 31756.14, - "xLargeBagsSold": 4737.81, - "region": "CincinnatiDayton" - }, - { - "id": 517, - "date": "2015-01-25", - "averagePrice": 0.93, - "totalVolume": 213554.45, - "totalBagsSold": 46636.08, - "smallBagsSold": 20650.03, - "largeBagsSold": 25970.02, - "xLargeBagsSold": 16.03, - "region": "CincinnatiDayton" - }, - { - "id": 518, - "date": "2015-01-18", - "averagePrice": 0.93, - "totalVolume": 175681.09, - "totalBagsSold": 42403.04, - "smallBagsSold": 24024.17, - "largeBagsSold": 18264.75, - "xLargeBagsSold": 114.12, - "region": "CincinnatiDayton" - }, - { - "id": 519, - "date": "2015-01-11", - "averagePrice": 0.92, - "totalVolume": 201392.27, - "totalBagsSold": 43475.66, - "smallBagsSold": 17035.73, - "largeBagsSold": 26345.43, - "xLargeBagsSold": 94.5, - "region": "CincinnatiDayton" - }, - { - "id": 520, - "date": "2015-01-04", - "averagePrice": 0.88, - "totalVolume": 228569.58, - "totalBagsSold": 55083.44, - "smallBagsSold": 17525.31, - "largeBagsSold": 37445.46, - "xLargeBagsSold": 112.67, - "region": "CincinnatiDayton" - }, - { - "id": 521, - "date": "2015-12-27", - "averagePrice": 0.99, - "totalVolume": 107565.04, - "totalBagsSold": 23071.78, - "smallBagsSold": 15032.43, - "largeBagsSold": 3874.64, - "xLargeBagsSold": 4164.71, - "region": "Columbus" - }, - { - "id": 522, - "date": "2015-12-20", - "averagePrice": 1.03, - "totalVolume": 117393.22, - "totalBagsSold": 20266.48, - "smallBagsSold": 11760.83, - "largeBagsSold": 4248.29, - "xLargeBagsSold": 4257.36, - "region": "Columbus" - }, - { - "id": 523, - "date": "2015-12-13", - "averagePrice": 1.03, - "totalVolume": 124617.07, - "totalBagsSold": 20165.81, - "smallBagsSold": 14642.3, - "largeBagsSold": 4307.42, - "xLargeBagsSold": 1216.09, - "region": "Columbus" - }, - { - "id": 524, - "date": "2015-12-06", - "averagePrice": 0.99, - "totalVolume": 137195.59, - "totalBagsSold": 18819.11, - "smallBagsSold": 12451.6, - "largeBagsSold": 3866.86, - "xLargeBagsSold": 2500.65, - "region": "Columbus" - }, - { - "id": 525, - "date": "2015-11-29", - "averagePrice": 1.03, - "totalVolume": 97235.6, - "totalBagsSold": 17371.46, - "smallBagsSold": 12106.21, - "largeBagsSold": 4115.58, - "xLargeBagsSold": 1149.67, - "region": "Columbus" - }, - { - "id": 526, - "date": "2015-11-22", - "averagePrice": 1.04, - "totalVolume": 115089.62, - "totalBagsSold": 18380.41, - "smallBagsSold": 13855.13, - "largeBagsSold": 2827.12, - "xLargeBagsSold": 1698.16, - "region": "Columbus" - }, - { - "id": 527, - "date": "2015-11-15", - "averagePrice": 0.99, - "totalVolume": 117462.94, - "totalBagsSold": 23023.6, - "smallBagsSold": 19594.87, - "largeBagsSold": 2618.43, - "xLargeBagsSold": 810.3, - "region": "Columbus" - }, - { - "id": 528, - "date": "2015-11-08", - "averagePrice": 0.95, - "totalVolume": 152084.79, - "totalBagsSold": 25669.5, - "smallBagsSold": 14899.79, - "largeBagsSold": 6935.32, - "xLargeBagsSold": 3834.39, - "region": "Columbus" - }, - { - "id": 529, - "date": "2015-11-01", - "averagePrice": 0.99, - "totalVolume": 135237.01, - "totalBagsSold": 21489.11, - "smallBagsSold": 14668.1, - "largeBagsSold": 3691.47, - "xLargeBagsSold": 3129.54, - "region": "Columbus" - }, - { - "id": 530, - "date": "2015-10-25", - "averagePrice": 1.04, - "totalVolume": 119210.27, - "totalBagsSold": 17089.46, - "smallBagsSold": 11461.37, - "largeBagsSold": 3925.91, - "xLargeBagsSold": 1702.18, - "region": "Columbus" - }, - { - "id": 531, - "date": "2015-10-18", - "averagePrice": 0.98, - "totalVolume": 137773.84, - "totalBagsSold": 23459.71, - "smallBagsSold": 18601.8, - "largeBagsSold": 4384.37, - "xLargeBagsSold": 473.54, - "region": "Columbus" - }, - { - "id": 532, - "date": "2015-10-11", - "averagePrice": 0.9, - "totalVolume": 145305.65, - "totalBagsSold": 23892.68, - "smallBagsSold": 16946.85, - "largeBagsSold": 4765.93, - "xLargeBagsSold": 2179.9, - "region": "Columbus" - }, - { - "id": 533, - "date": "2015-10-04", - "averagePrice": 0.93, - "totalVolume": 134326.53, - "totalBagsSold": 19254.83, - "smallBagsSold": 14952.36, - "largeBagsSold": 2202.87, - "xLargeBagsSold": 2099.6, - "region": "Columbus" - }, - { - "id": 534, - "date": "2015-09-27", - "averagePrice": 1.02, - "totalVolume": 137298.77, - "totalBagsSold": 18440.24, - "smallBagsSold": 10970.85, - "largeBagsSold": 5538.06, - "xLargeBagsSold": 1931.33, - "region": "Columbus" - }, - { - "id": 535, - "date": "2015-09-20", - "averagePrice": 1, - "totalVolume": 165068.86, - "totalBagsSold": 21237.4, - "smallBagsSold": 12029.73, - "largeBagsSold": 4671.88, - "xLargeBagsSold": 4535.79, - "region": "Columbus" - }, - { - "id": 536, - "date": "2015-09-13", - "averagePrice": 1.02, - "totalVolume": 169025.14, - "totalBagsSold": 24698.19, - "smallBagsSold": 17099.64, - "largeBagsSold": 4201.55, - "xLargeBagsSold": 3397, - "region": "Columbus" - }, - { - "id": 537, - "date": "2015-09-06", - "averagePrice": 1.04, - "totalVolume": 144563.15, - "totalBagsSold": 21787.18, - "smallBagsSold": 16533.98, - "largeBagsSold": 3611.52, - "xLargeBagsSold": 1641.68, - "region": "Columbus" - }, - { - "id": 538, - "date": "2015-08-30", - "averagePrice": 1.03, - "totalVolume": 147230.76, - "totalBagsSold": 24775.19, - "smallBagsSold": 16928.02, - "largeBagsSold": 4937.44, - "xLargeBagsSold": 2909.73, - "region": "Columbus" - }, - { - "id": 539, - "date": "2015-08-23", - "averagePrice": 1.08, - "totalVolume": 130920.97, - "totalBagsSold": 20871.64, - "smallBagsSold": 14961.58, - "largeBagsSold": 5010.51, - "xLargeBagsSold": 899.55, - "region": "Columbus" - }, - { - "id": 540, - "date": "2015-08-16", - "averagePrice": 1.03, - "totalVolume": 155881.73, - "totalBagsSold": 23949.07, - "smallBagsSold": 15230.44, - "largeBagsSold": 4314.54, - "xLargeBagsSold": 4404.09, - "region": "Columbus" - }, - { - "id": 541, - "date": "2015-08-09", - "averagePrice": 1, - "totalVolume": 167387.9, - "totalBagsSold": 29968.97, - "smallBagsSold": 20668, - "largeBagsSold": 7460.64, - "xLargeBagsSold": 1840.33, - "region": "Columbus" - }, - { - "id": 542, - "date": "2015-08-02", - "averagePrice": 1.05, - "totalVolume": 148597.91, - "totalBagsSold": 23215.97, - "smallBagsSold": 17997.33, - "largeBagsSold": 3281.88, - "xLargeBagsSold": 1936.76, - "region": "Columbus" - }, - { - "id": 543, - "date": "2015-07-26", - "averagePrice": 1.02, - "totalVolume": 159846.2, - "totalBagsSold": 28990.45, - "smallBagsSold": 23981.05, - "largeBagsSold": 3986.29, - "xLargeBagsSold": 1023.11, - "region": "Columbus" - }, - { - "id": 544, - "date": "2015-07-19", - "averagePrice": 1.05, - "totalVolume": 159137.17, - "totalBagsSold": 26449.59, - "smallBagsSold": 21845.65, - "largeBagsSold": 2442.62, - "xLargeBagsSold": 2161.32, - "region": "Columbus" - }, - { - "id": 545, - "date": "2015-07-12", - "averagePrice": 1.04, - "totalVolume": 143992.91, - "totalBagsSold": 25544.6, - "smallBagsSold": 22605.91, - "largeBagsSold": 2366.05, - "xLargeBagsSold": 572.64, - "region": "Columbus" - }, - { - "id": 546, - "date": "2015-07-05", - "averagePrice": 0.98, - "totalVolume": 173370.68, - "totalBagsSold": 30288.91, - "smallBagsSold": 24909.93, - "largeBagsSold": 4244.24, - "xLargeBagsSold": 1134.74, - "region": "Columbus" - }, - { - "id": 547, - "date": "2015-06-28", - "averagePrice": 0.94, - "totalVolume": 159970.54, - "totalBagsSold": 35543.34, - "smallBagsSold": 29338.02, - "largeBagsSold": 5683.66, - "xLargeBagsSold": 521.66, - "region": "Columbus" - }, - { - "id": 548, - "date": "2015-06-21", - "averagePrice": 0.99, - "totalVolume": 164161.25, - "totalBagsSold": 31938.32, - "smallBagsSold": 24969.38, - "largeBagsSold": 4739.34, - "xLargeBagsSold": 2229.6, - "region": "Columbus" - }, - { - "id": 549, - "date": "2015-06-14", - "averagePrice": 1.01, - "totalVolume": 171353.59, - "totalBagsSold": 34656.36, - "smallBagsSold": 27204.22, - "largeBagsSold": 6030.43, - "xLargeBagsSold": 1421.71, - "region": "Columbus" - }, - { - "id": 550, - "date": "2015-06-07", - "averagePrice": 1.03, - "totalVolume": 187983.88, - "totalBagsSold": 33480.24, - "smallBagsSold": 23654.01, - "largeBagsSold": 5888.63, - "xLargeBagsSold": 3937.6, - "region": "Columbus" - }, - { - "id": 551, - "date": "2015-05-31", - "averagePrice": 1.1, - "totalVolume": 143985.96, - "totalBagsSold": 27507.96, - "smallBagsSold": 21434.49, - "largeBagsSold": 4733.2, - "xLargeBagsSold": 1340.27, - "region": "Columbus" - }, - { - "id": 552, - "date": "2015-05-24", - "averagePrice": 1.01, - "totalVolume": 171879.57, - "totalBagsSold": 34792.89, - "smallBagsSold": 22680.26, - "largeBagsSold": 10832.31, - "xLargeBagsSold": 1280.32, - "region": "Columbus" - }, - { - "id": 553, - "date": "2015-05-17", - "averagePrice": 1, - "totalVolume": 180511.78, - "totalBagsSold": 21611.56, - "smallBagsSold": 15997.43, - "largeBagsSold": 2463.86, - "xLargeBagsSold": 3150.27, - "region": "Columbus" - }, - { - "id": 554, - "date": "2015-05-10", - "averagePrice": 1.1, - "totalVolume": 162802.65, - "totalBagsSold": 27215.37, - "smallBagsSold": 23689.19, - "largeBagsSold": 2796.71, - "xLargeBagsSold": 729.47, - "region": "Columbus" - }, - { - "id": 555, - "date": "2015-05-03", - "averagePrice": 0.99, - "totalVolume": 176737.77, - "totalBagsSold": 27235.65, - "smallBagsSold": 16302.79, - "largeBagsSold": 9726.39, - "xLargeBagsSold": 1206.47, - "region": "Columbus" - }, - { - "id": 556, - "date": "2015-04-26", - "averagePrice": 1.02, - "totalVolume": 161438.17, - "totalBagsSold": 28635.3, - "smallBagsSold": 22384.1, - "largeBagsSold": 4959.65, - "xLargeBagsSold": 1291.55, - "region": "Columbus" - }, - { - "id": 557, - "date": "2015-04-19", - "averagePrice": 1, - "totalVolume": 172913.44, - "totalBagsSold": 25870.22, - "smallBagsSold": 20819.2, - "largeBagsSold": 1861.68, - "xLargeBagsSold": 3189.34, - "region": "Columbus" - }, - { - "id": 558, - "date": "2015-04-12", - "averagePrice": 1.07, - "totalVolume": 129397.39, - "totalBagsSold": 24861.81, - "smallBagsSold": 23837.01, - "largeBagsSold": 840.46, - "xLargeBagsSold": 184.34, - "region": "Columbus" - }, - { - "id": 559, - "date": "2015-04-05", - "averagePrice": 1.09, - "totalVolume": 126109.82, - "totalBagsSold": 18571.52, - "smallBagsSold": 17853.07, - "largeBagsSold": 642.52, - "xLargeBagsSold": 75.93, - "region": "Columbus" - }, - { - "id": 560, - "date": "2015-03-29", - "averagePrice": 0.96, - "totalVolume": 139065.31, - "totalBagsSold": 32728.88, - "smallBagsSold": 31416, - "largeBagsSold": 937.48, - "xLargeBagsSold": 375.4, - "region": "Columbus" - }, - { - "id": 561, - "date": "2015-03-22", - "averagePrice": 0.94, - "totalVolume": 182625.49, - "totalBagsSold": 16321.19, - "smallBagsSold": 9158.76, - "largeBagsSold": 2691.96, - "xLargeBagsSold": 4470.47, - "region": "Columbus" - }, - { - "id": 562, - "date": "2015-03-15", - "averagePrice": 1.01, - "totalVolume": 149884.1, - "totalBagsSold": 22629.45, - "smallBagsSold": 18487.57, - "largeBagsSold": 3462.12, - "xLargeBagsSold": 679.76, - "region": "Columbus" - }, - { - "id": 563, - "date": "2015-03-08", - "averagePrice": 0.95, - "totalVolume": 141281.56, - "totalBagsSold": 36170.41, - "smallBagsSold": 29553.3, - "largeBagsSold": 5482.53, - "xLargeBagsSold": 1134.58, - "region": "Columbus" - }, - { - "id": 564, - "date": "2015-03-01", - "averagePrice": 1.03, - "totalVolume": 136795.35, - "totalBagsSold": 19375.08, - "smallBagsSold": 13297.29, - "largeBagsSold": 1837.6, - "xLargeBagsSold": 4240.19, - "region": "Columbus" - }, - { - "id": 565, - "date": "2015-02-22", - "averagePrice": 1.09, - "totalVolume": 114280.87, - "totalBagsSold": 21411.43, - "smallBagsSold": 18266.69, - "largeBagsSold": 2275.13, - "xLargeBagsSold": 869.61, - "region": "Columbus" - }, - { - "id": 566, - "date": "2015-02-15", - "averagePrice": 1.05, - "totalVolume": 106663.68, - "totalBagsSold": 24561.91, - "smallBagsSold": 22104.1, - "largeBagsSold": 1860.18, - "xLargeBagsSold": 597.63, - "region": "Columbus" - }, - { - "id": 567, - "date": "2015-02-08", - "averagePrice": 0.96, - "totalVolume": 128078.27, - "totalBagsSold": 20393.63, - "smallBagsSold": 17859.26, - "largeBagsSold": 1970.91, - "xLargeBagsSold": 563.46, - "region": "Columbus" - }, - { - "id": 568, - "date": "2015-02-01", - "averagePrice": 0.87, - "totalVolume": 216653.06, - "totalBagsSold": 23945.98, - "smallBagsSold": 16360.12, - "largeBagsSold": 3422.61, - "xLargeBagsSold": 4163.25, - "region": "Columbus" - }, - { - "id": 569, - "date": "2015-01-25", - "averagePrice": 1.08, - "totalVolume": 116995.68, - "totalBagsSold": 23196.35, - "smallBagsSold": 21117.47, - "largeBagsSold": 2057.45, - "xLargeBagsSold": 21.43, - "region": "Columbus" - }, - { - "id": 570, - "date": "2015-01-18", - "averagePrice": 1.02, - "totalVolume": 116450.21, - "totalBagsSold": 27417.51, - "smallBagsSold": 24386.64, - "largeBagsSold": 2962.41, - "xLargeBagsSold": 68.46, - "region": "Columbus" - }, - { - "id": 571, - "date": "2015-01-11", - "averagePrice": 0.97, - "totalVolume": 125742.48, - "totalBagsSold": 18981.23, - "smallBagsSold": 16400.27, - "largeBagsSold": 2458.67, - "xLargeBagsSold": 122.29, - "region": "Columbus" - }, - { - "id": 572, - "date": "2015-01-04", - "averagePrice": 0.89, - "totalVolume": 158638.04, - "totalBagsSold": 18869.56, - "smallBagsSold": 16518.15, - "largeBagsSold": 2132.21, - "xLargeBagsSold": 219.2, - "region": "Columbus" - }, - { - "id": 573, - "date": "2015-12-27", - "averagePrice": 0.8, - "totalVolume": 1020390.64, - "totalBagsSold": 164495.27, - "smallBagsSold": 136560.04, - "largeBagsSold": 12277.7, - "xLargeBagsSold": 15657.53, - "region": "DallasFtWorth" - }, - { - "id": 574, - "date": "2015-12-20", - "averagePrice": 0.82, - "totalVolume": 928051.16, - "totalBagsSold": 139567.69, - "smallBagsSold": 103511.91, - "largeBagsSold": 10331.25, - "xLargeBagsSold": 25724.53, - "region": "DallasFtWorth" - }, - { - "id": 575, - "date": "2015-12-13", - "averagePrice": 0.79, - "totalVolume": 980891.18, - "totalBagsSold": 122485.83, - "smallBagsSold": 114978.22, - "largeBagsSold": 7472.99, - "xLargeBagsSold": 34.62, - "region": "DallasFtWorth" - }, - { - "id": 576, - "date": "2015-12-06", - "averagePrice": 0.74, - "totalVolume": 1054849.97, - "totalBagsSold": 119463.87, - "smallBagsSold": 108772.12, - "largeBagsSold": 10525.27, - "xLargeBagsSold": 166.48, - "region": "DallasFtWorth" - }, - { - "id": 577, - "date": "2015-11-29", - "averagePrice": 0.8, - "totalVolume": 839818.87, - "totalBagsSold": 110783.37, - "smallBagsSold": 96799.4, - "largeBagsSold": 13967.44, - "xLargeBagsSold": 16.53, - "region": "DallasFtWorth" - }, - { - "id": 578, - "date": "2015-11-22", - "averagePrice": 0.78, - "totalVolume": 885067.49, - "totalBagsSold": 115460.44, - "smallBagsSold": 102317.99, - "largeBagsSold": 13138.76, - "xLargeBagsSold": 3.69, - "region": "DallasFtWorth" - }, - { - "id": 579, - "date": "2015-11-15", - "averagePrice": 0.71, - "totalVolume": 1040439.71, - "totalBagsSold": 124103.96, - "smallBagsSold": 109552.23, - "largeBagsSold": 14527.64, - "xLargeBagsSold": 24.09, - "region": "DallasFtWorth" - }, - { - "id": 580, - "date": "2015-11-08", - "averagePrice": 0.8, - "totalVolume": 977717.36, - "totalBagsSold": 103376.75, - "smallBagsSold": 92853.6, - "largeBagsSold": 10364.96, - "xLargeBagsSold": 158.19, - "region": "DallasFtWorth" - }, - { - "id": 581, - "date": "2015-11-01", - "averagePrice": 0.78, - "totalVolume": 1114177.66, - "totalBagsSold": 105901.09, - "smallBagsSold": 98097.43, - "largeBagsSold": 7644.9, - "xLargeBagsSold": 158.76, - "region": "DallasFtWorth" - }, - { - "id": 582, - "date": "2015-10-25", - "averagePrice": 0.86, - "totalVolume": 1010394.81, - "totalBagsSold": 101822.75, - "smallBagsSold": 96417.63, - "largeBagsSold": 5279.41, - "xLargeBagsSold": 125.71, - "region": "DallasFtWorth" - }, - { - "id": 583, - "date": "2015-10-18", - "averagePrice": 0.83, - "totalVolume": 992983.76, - "totalBagsSold": 94315.01, - "smallBagsSold": 87201.1, - "largeBagsSold": 7044.44, - "xLargeBagsSold": 69.47, - "region": "DallasFtWorth" - }, - { - "id": 584, - "date": "2015-10-11", - "averagePrice": 0.81, - "totalVolume": 1100679.15, - "totalBagsSold": 107867.59, - "smallBagsSold": 101828.12, - "largeBagsSold": 5967.19, - "xLargeBagsSold": 72.28, - "region": "DallasFtWorth" - }, - { - "id": 585, - "date": "2015-10-04", - "averagePrice": 0.82, - "totalVolume": 1104602.14, - "totalBagsSold": 122784.54, - "smallBagsSold": 107305.26, - "largeBagsSold": 15396.93, - "xLargeBagsSold": 82.35, - "region": "DallasFtWorth" - }, - { - "id": 586, - "date": "2015-09-27", - "averagePrice": 0.84, - "totalVolume": 1063583.86, - "totalBagsSold": 114293.5, - "smallBagsSold": 101477.9, - "largeBagsSold": 12776.1, - "xLargeBagsSold": 39.5, - "region": "DallasFtWorth" - }, - { - "id": 587, - "date": "2015-09-20", - "averagePrice": 0.77, - "totalVolume": 1155212.67, - "totalBagsSold": 112113.8, - "smallBagsSold": 99272.95, - "largeBagsSold": 12833.33, - "xLargeBagsSold": 7.52, - "region": "DallasFtWorth" - }, - { - "id": 588, - "date": "2015-09-13", - "averagePrice": 0.86, - "totalVolume": 1212585.41, - "totalBagsSold": 144444.25, - "smallBagsSold": 119755.29, - "largeBagsSold": 24666.41, - "xLargeBagsSold": 22.55, - "region": "DallasFtWorth" - }, - { - "id": 589, - "date": "2015-09-06", - "averagePrice": 0.84, - "totalVolume": 1270739.69, - "totalBagsSold": 129188.38, - "smallBagsSold": 120588.01, - "largeBagsSold": 8581.65, - "xLargeBagsSold": 18.72, - "region": "DallasFtWorth" - }, - { - "id": 590, - "date": "2015-08-30", - "averagePrice": 0.82, - "totalVolume": 1101680.91, - "totalBagsSold": 110266.58, - "smallBagsSold": 101093.6, - "largeBagsSold": 9171.11, - "xLargeBagsSold": 1.87, - "region": "DallasFtWorth" - }, - { - "id": 591, - "date": "2015-08-23", - "averagePrice": 0.85, - "totalVolume": 1120172.03, - "totalBagsSold": 111144.33, - "smallBagsSold": 102621.57, - "largeBagsSold": 8502.23, - "xLargeBagsSold": 20.53, - "region": "DallasFtWorth" - }, - { - "id": 592, - "date": "2015-08-16", - "averagePrice": 0.88, - "totalVolume": 1122668.33, - "totalBagsSold": 109684.37, - "smallBagsSold": 100806.9, - "largeBagsSold": 8864.44, - "xLargeBagsSold": 13.03, - "region": "DallasFtWorth" - }, - { - "id": 593, - "date": "2015-08-09", - "averagePrice": 0.85, - "totalVolume": 1124259.51, - "totalBagsSold": 109761.68, - "smallBagsSold": 101618.63, - "largeBagsSold": 8139.34, - "xLargeBagsSold": 3.71, - "region": "DallasFtWorth" - }, - { - "id": 594, - "date": "2015-08-02", - "averagePrice": 0.87, - "totalVolume": 1067498.21, - "totalBagsSold": 103103, - "smallBagsSold": 91893.62, - "largeBagsSold": 11209.38, - "xLargeBagsSold": 0, - "region": "DallasFtWorth" - }, - { - "id": 595, - "date": "2015-07-26", - "averagePrice": 0.8, - "totalVolume": 1191310.92, - "totalBagsSold": 116524.06, - "smallBagsSold": 97727.08, - "largeBagsSold": 18793.29, - "xLargeBagsSold": 3.69, - "region": "DallasFtWorth" - }, - { - "id": 596, - "date": "2015-07-19", - "averagePrice": 0.82, - "totalVolume": 1186878.88, - "totalBagsSold": 133329.08, - "smallBagsSold": 115942.32, - "largeBagsSold": 17379.41, - "xLargeBagsSold": 7.35, - "region": "DallasFtWorth" - }, - { - "id": 597, - "date": "2015-07-12", - "averagePrice": 0.82, - "totalVolume": 1144448.23, - "totalBagsSold": 107362.42, - "smallBagsSold": 102573.93, - "largeBagsSold": 4008.88, - "xLargeBagsSold": 779.61, - "region": "DallasFtWorth" - }, - { - "id": 598, - "date": "2015-07-05", - "averagePrice": 0.83, - "totalVolume": 1320696.13, - "totalBagsSold": 145175.58, - "smallBagsSold": 139670.52, - "largeBagsSold": 5497.78, - "xLargeBagsSold": 7.28, - "region": "DallasFtWorth" - }, - { - "id": 599, - "date": "2015-06-28", - "averagePrice": 0.77, - "totalVolume": 1203553.98, - "totalBagsSold": 133410.7, - "smallBagsSold": 125900.09, - "largeBagsSold": 7499.76, - "xLargeBagsSold": 10.85, - "region": "DallasFtWorth" - }, - { - "id": 600, - "date": "2015-06-21", - "averagePrice": 0.75, - "totalVolume": 1283503.44, - "totalBagsSold": 143730.96, - "smallBagsSold": 134708.23, - "largeBagsSold": 9013.74, - "xLargeBagsSold": 8.99, - "region": "DallasFtWorth" - }, - { - "id": 601, - "date": "2015-06-14", - "averagePrice": 0.65, - "totalVolume": 1508750.45, - "totalBagsSold": 134774.73, - "smallBagsSold": 130578.16, - "largeBagsSold": 4187.62, - "xLargeBagsSold": 8.95, - "region": "DallasFtWorth" - }, - { - "id": 602, - "date": "2015-06-07", - "averagePrice": 0.73, - "totalVolume": 1255575.78, - "totalBagsSold": 133958.89, - "smallBagsSold": 126849.55, - "largeBagsSold": 7102.22, - "xLargeBagsSold": 7.12, - "region": "DallasFtWorth" - }, - { - "id": 603, - "date": "2015-05-31", - "averagePrice": 0.68, - "totalVolume": 1377670.81, - "totalBagsSold": 112892.03, - "smallBagsSold": 99456.4, - "largeBagsSold": 13421.47, - "xLargeBagsSold": 14.16, - "region": "DallasFtWorth" - }, - { - "id": 604, - "date": "2015-05-24", - "averagePrice": 0.81, - "totalVolume": 1184131.34, - "totalBagsSold": 101993.85, - "smallBagsSold": 96860.23, - "largeBagsSold": 5117.65, - "xLargeBagsSold": 15.97, - "region": "DallasFtWorth" - }, - { - "id": 605, - "date": "2015-05-17", - "averagePrice": 0.73, - "totalVolume": 1219398.43, - "totalBagsSold": 96117.87, - "smallBagsSold": 88480.13, - "largeBagsSold": 7628.89, - "xLargeBagsSold": 8.85, - "region": "DallasFtWorth" - }, - { - "id": 606, - "date": "2015-05-10", - "averagePrice": 0.75, - "totalVolume": 1298826.19, - "totalBagsSold": 115964.95, - "smallBagsSold": 107302.84, - "largeBagsSold": 8644.44, - "xLargeBagsSold": 17.67, - "region": "DallasFtWorth" - }, - { - "id": 607, - "date": "2015-05-03", - "averagePrice": 0.77, - "totalVolume": 1282852.08, - "totalBagsSold": 111724.32, - "smallBagsSold": 104797.33, - "largeBagsSold": 6148.99, - "xLargeBagsSold": 778, - "region": "DallasFtWorth" - }, - { - "id": 608, - "date": "2015-04-26", - "averagePrice": 0.81, - "totalVolume": 1102639.51, - "totalBagsSold": 102359.29, - "smallBagsSold": 91505.88, - "largeBagsSold": 10463.78, - "xLargeBagsSold": 389.63, - "region": "DallasFtWorth" - }, - { - "id": 609, - "date": "2015-04-19", - "averagePrice": 0.8, - "totalVolume": 1137811.87, - "totalBagsSold": 102270.38, - "smallBagsSold": 89209.96, - "largeBagsSold": 13055.16, - "xLargeBagsSold": 5.26, - "region": "DallasFtWorth" - }, - { - "id": 610, - "date": "2015-04-12", - "averagePrice": 0.72, - "totalVolume": 1266899.55, - "totalBagsSold": 94370.85, - "smallBagsSold": 85100.44, - "largeBagsSold": 9261.6, - "xLargeBagsSold": 8.81, - "region": "DallasFtWorth" - }, - { - "id": 611, - "date": "2015-04-05", - "averagePrice": 0.77, - "totalVolume": 1324348.89, - "totalBagsSold": 120093.08, - "smallBagsSold": 105522.18, - "largeBagsSold": 13748.75, - "xLargeBagsSold": 822.15, - "region": "DallasFtWorth" - }, - { - "id": 612, - "date": "2015-03-29", - "averagePrice": 0.79, - "totalVolume": 1164808.22, - "totalBagsSold": 109584.41, - "smallBagsSold": 95894.64, - "largeBagsSold": 13670.42, - "xLargeBagsSold": 19.35, - "region": "DallasFtWorth" - }, - { - "id": 613, - "date": "2015-03-22", - "averagePrice": 0.67, - "totalVolume": 1333424.37, - "totalBagsSold": 98562.51, - "smallBagsSold": 88559.01, - "largeBagsSold": 9991.57, - "xLargeBagsSold": 11.93, - "region": "DallasFtWorth" - }, - { - "id": 614, - "date": "2015-03-15", - "averagePrice": 0.72, - "totalVolume": 1211158.55, - "totalBagsSold": 102495.19, - "smallBagsSold": 90708.11, - "largeBagsSold": 11780, - "xLargeBagsSold": 7.08, - "region": "DallasFtWorth" - }, - { - "id": 615, - "date": "2015-03-08", - "averagePrice": 0.75, - "totalVolume": 1218684.28, - "totalBagsSold": 111142.58, - "smallBagsSold": 97450.44, - "largeBagsSold": 13677.78, - "xLargeBagsSold": 14.36, - "region": "DallasFtWorth" - }, - { - "id": 616, - "date": "2015-03-01", - "averagePrice": 0.82, - "totalVolume": 1144032.03, - "totalBagsSold": 107972.3, - "smallBagsSold": 95284.48, - "largeBagsSold": 12675.55, - "xLargeBagsSold": 12.27, - "region": "DallasFtWorth" - }, - { - "id": 617, - "date": "2015-02-22", - "averagePrice": 0.8, - "totalVolume": 1116600.76, - "totalBagsSold": 102738.51, - "smallBagsSold": 85321.83, - "largeBagsSold": 17416.68, - "xLargeBagsSold": 0, - "region": "DallasFtWorth" - }, - { - "id": 618, - "date": "2015-02-15", - "averagePrice": 0.77, - "totalVolume": 1020856.87, - "totalBagsSold": 82586.46, - "smallBagsSold": 67518.45, - "largeBagsSold": 15061.17, - "xLargeBagsSold": 6.84, - "region": "DallasFtWorth" - }, - { - "id": 619, - "date": "2015-02-08", - "averagePrice": 0.67, - "totalVolume": 1207167.54, - "totalBagsSold": 80177.93, - "smallBagsSold": 67959.08, - "largeBagsSold": 12176.08, - "xLargeBagsSold": 42.77, - "region": "DallasFtWorth" - }, - { - "id": 620, - "date": "2015-02-01", - "averagePrice": 0.68, - "totalVolume": 1391089.32, - "totalBagsSold": 90804.99, - "smallBagsSold": 79314.06, - "largeBagsSold": 11474.72, - "xLargeBagsSold": 16.21, - "region": "DallasFtWorth" - }, - { - "id": 621, - "date": "2015-01-25", - "averagePrice": 0.8, - "totalVolume": 1008295.47, - "totalBagsSold": 78188.26, - "smallBagsSold": 60158.3, - "largeBagsSold": 18029.96, - "xLargeBagsSold": 0, - "region": "DallasFtWorth" - }, - { - "id": 622, - "date": "2015-01-18", - "averagePrice": 0.76, - "totalVolume": 1091677.29, - "totalBagsSold": 74805.23, - "smallBagsSold": 62375.69, - "largeBagsSold": 12416.71, - "xLargeBagsSold": 12.83, - "region": "DallasFtWorth" - }, - { - "id": 623, - "date": "2015-01-11", - "averagePrice": 0.76, - "totalVolume": 1128693.04, - "totalBagsSold": 87684.88, - "smallBagsSold": 67857.83, - "largeBagsSold": 19801.95, - "xLargeBagsSold": 25.1, - "region": "DallasFtWorth" - }, - { - "id": 624, - "date": "2015-01-04", - "averagePrice": 0.74, - "totalVolume": 1086363.97, - "totalBagsSold": 89330.21, - "smallBagsSold": 54563.33, - "largeBagsSold": 34760.08, - "xLargeBagsSold": 6.8, - "region": "DallasFtWorth" - }, - { - "id": 625, - "date": "2015-12-27", - "averagePrice": 0.98, - "totalVolume": 625475.1, - "totalBagsSold": 266590.08, - "smallBagsSold": 38620.02, - "largeBagsSold": 227884.21, - "xLargeBagsSold": 85.85, - "region": "Denver" - }, - { - "id": 626, - "date": "2015-12-20", - "averagePrice": 1.05, - "totalVolume": 528944.54, - "totalBagsSold": 202799.96, - "smallBagsSold": 34993.02, - "largeBagsSold": 167806.94, - "xLargeBagsSold": 0, - "region": "Denver" - }, - { - "id": 627, - "date": "2015-12-13", - "averagePrice": 0.83, - "totalVolume": 741702.5, - "totalBagsSold": 294366.5, - "smallBagsSold": 34244.4, - "largeBagsSold": 260040.92, - "xLargeBagsSold": 81.18, - "region": "Denver" - }, - { - "id": 628, - "date": "2015-12-06", - "averagePrice": 0.76, - "totalVolume": 838225.19, - "totalBagsSold": 340033.61, - "smallBagsSold": 35086.04, - "largeBagsSold": 304844.07, - "xLargeBagsSold": 103.5, - "region": "Denver" - }, - { - "id": 629, - "date": "2015-11-29", - "averagePrice": 1.12, - "totalVolume": 429109.64, - "totalBagsSold": 149739.49, - "smallBagsSold": 31920.41, - "largeBagsSold": 117819.08, - "xLargeBagsSold": 0, - "region": "Denver" - }, - { - "id": 630, - "date": "2015-11-22", - "averagePrice": 0.85, - "totalVolume": 724865.72, - "totalBagsSold": 282805.93, - "smallBagsSold": 31358.6, - "largeBagsSold": 251447.33, - "xLargeBagsSold": 0, - "region": "Denver" - }, - { - "id": 631, - "date": "2015-11-15", - "averagePrice": 0.82, - "totalVolume": 925618.09, - "totalBagsSold": 378320.36, - "smallBagsSold": 36279.71, - "largeBagsSold": 342040.65, - "xLargeBagsSold": 0, - "region": "Denver" - }, - { - "id": 632, - "date": "2015-11-08", - "averagePrice": 0.93, - "totalVolume": 690633.88, - "totalBagsSold": 209920.36, - "smallBagsSold": 39635.83, - "largeBagsSold": 170279.53, - "xLargeBagsSold": 5, - "region": "Denver" - }, - { - "id": 633, - "date": "2015-11-01", - "averagePrice": 0.82, - "totalVolume": 831994.43, - "totalBagsSold": 237105.47, - "smallBagsSold": 41633.91, - "largeBagsSold": 195471.56, - "xLargeBagsSold": 0, - "region": "Denver" - }, - { - "id": 634, - "date": "2015-10-25", - "averagePrice": 0.93, - "totalVolume": 735206.51, - "totalBagsSold": 223824.71, - "smallBagsSold": 39914.62, - "largeBagsSold": 183910.09, - "xLargeBagsSold": 0, - "region": "Denver" - }, - { - "id": 635, - "date": "2015-10-18", - "averagePrice": 0.87, - "totalVolume": 805437.95, - "totalBagsSold": 239193.51, - "smallBagsSold": 41688.37, - "largeBagsSold": 197487.51, - "xLargeBagsSold": 17.63, - "region": "Denver" - }, - { - "id": 636, - "date": "2015-10-11", - "averagePrice": 0.9, - "totalVolume": 775976.51, - "totalBagsSold": 216495.03, - "smallBagsSold": 40462.27, - "largeBagsSold": 176032.76, - "xLargeBagsSold": 0, - "region": "Denver" - }, - { - "id": 637, - "date": "2015-10-04", - "averagePrice": 1.02, - "totalVolume": 678935.84, - "totalBagsSold": 184827.7, - "smallBagsSold": 41345.58, - "largeBagsSold": 143474.53, - "xLargeBagsSold": 7.59, - "region": "Denver" - }, - { - "id": 638, - "date": "2015-09-27", - "averagePrice": 0.97, - "totalVolume": 694871.74, - "totalBagsSold": 173509.24, - "smallBagsSold": 43108.21, - "largeBagsSold": 130401.03, - "xLargeBagsSold": 0, - "region": "Denver" - }, - { - "id": 639, - "date": "2015-09-20", - "averagePrice": 0.98, - "totalVolume": 760083.16, - "totalBagsSold": 187898.66, - "smallBagsSold": 40644.98, - "largeBagsSold": 147253.68, - "xLargeBagsSold": 0, - "region": "Denver" - }, - { - "id": 640, - "date": "2015-09-13", - "averagePrice": 1.01, - "totalVolume": 735436.91, - "totalBagsSold": 149626.22, - "smallBagsSold": 47733.95, - "largeBagsSold": 101892.27, - "xLargeBagsSold": 0, - "region": "Denver" - }, - { - "id": 641, - "date": "2015-09-06", - "averagePrice": 1.09, - "totalVolume": 729046.74, - "totalBagsSold": 151435.78, - "smallBagsSold": 47833.83, - "largeBagsSold": 103601.95, - "xLargeBagsSold": 0, - "region": "Denver" - }, - { - "id": 642, - "date": "2015-08-30", - "averagePrice": 1.14, - "totalVolume": 721703.83, - "totalBagsSold": 161467.42, - "smallBagsSold": 43991.55, - "largeBagsSold": 117475.87, - "xLargeBagsSold": 0, - "region": "Denver" - }, - { - "id": 643, - "date": "2015-08-23", - "averagePrice": 1.2, - "totalVolume": 598195.03, - "totalBagsSold": 123397.31, - "smallBagsSold": 45407.51, - "largeBagsSold": 77989.8, - "xLargeBagsSold": 0, - "region": "Denver" - }, - { - "id": 644, - "date": "2015-08-16", - "averagePrice": 1.17, - "totalVolume": 648148.15, - "totalBagsSold": 123499.57, - "smallBagsSold": 46710.57, - "largeBagsSold": 76789, - "xLargeBagsSold": 0, - "region": "Denver" - }, - { - "id": 645, - "date": "2015-08-09", - "averagePrice": 1.09, - "totalVolume": 669377.04, - "totalBagsSold": 136451.77, - "smallBagsSold": 46596.12, - "largeBagsSold": 89855.65, - "xLargeBagsSold": 0, - "region": "Denver" - }, - { - "id": 646, - "date": "2015-08-02", - "averagePrice": 1.05, - "totalVolume": 727916.83, - "totalBagsSold": 134187.27, - "smallBagsSold": 45644.8, - "largeBagsSold": 88542.47, - "xLargeBagsSold": 0, - "region": "Denver" - }, - { - "id": 647, - "date": "2015-07-26", - "averagePrice": 1.18, - "totalVolume": 703672.69, - "totalBagsSold": 162596.91, - "smallBagsSold": 58753.1, - "largeBagsSold": 103843.81, - "xLargeBagsSold": 0, - "region": "Denver" - }, - { - "id": 648, - "date": "2015-07-19", - "averagePrice": 1.1, - "totalVolume": 857872.86, - "totalBagsSold": 208462.46, - "smallBagsSold": 68585.03, - "largeBagsSold": 139859.47, - "xLargeBagsSold": 17.96, - "region": "Denver" - }, - { - "id": 649, - "date": "2015-07-12", - "averagePrice": 1.18, - "totalVolume": 738933.68, - "totalBagsSold": 169338.72, - "smallBagsSold": 66816.09, - "largeBagsSold": 101611.95, - "xLargeBagsSold": 910.68, - "region": "Denver" - }, - { - "id": 650, - "date": "2015-07-05", - "averagePrice": 1.19, - "totalVolume": 736913.15, - "totalBagsSold": 142805.6, - "smallBagsSold": 88349.57, - "largeBagsSold": 54456.03, - "xLargeBagsSold": 0, - "region": "Denver" - }, - { - "id": 651, - "date": "2015-06-28", - "averagePrice": 1.2, - "totalVolume": 696697.65, - "totalBagsSold": 153136.3, - "smallBagsSold": 93206.17, - "largeBagsSold": 59917.38, - "xLargeBagsSold": 12.75, - "region": "Denver" - }, - { - "id": 652, - "date": "2015-06-21", - "averagePrice": 1.16, - "totalVolume": 730826.79, - "totalBagsSold": 128296.93, - "smallBagsSold": 83581.46, - "largeBagsSold": 44715.47, - "xLargeBagsSold": 0, - "region": "Denver" - }, - { - "id": 653, - "date": "2015-06-14", - "averagePrice": 1.16, - "totalVolume": 743005.75, - "totalBagsSold": 129731.23, - "smallBagsSold": 79508.59, - "largeBagsSold": 50222.64, - "xLargeBagsSold": 0, - "region": "Denver" - }, - { - "id": 654, - "date": "2015-06-07", - "averagePrice": 1.11, - "totalVolume": 782886.63, - "totalBagsSold": 158078.11, - "smallBagsSold": 70061.87, - "largeBagsSold": 88016.24, - "xLargeBagsSold": 0, - "region": "Denver" - }, - { - "id": 655, - "date": "2015-05-31", - "averagePrice": 1.26, - "totalVolume": 600377.94, - "totalBagsSold": 88434.22, - "smallBagsSold": 52816.05, - "largeBagsSold": 35618.17, - "xLargeBagsSold": 0, - "region": "Denver" - }, - { - "id": 656, - "date": "2015-05-24", - "averagePrice": 1.16, - "totalVolume": 657593.22, - "totalBagsSold": 70664.14, - "smallBagsSold": 50060.32, - "largeBagsSold": 20603.82, - "xLargeBagsSold": 0, - "region": "Denver" - }, - { - "id": 657, - "date": "2015-05-17", - "averagePrice": 1.21, - "totalVolume": 592588.01, - "totalBagsSold": 113999.04, - "smallBagsSold": 50687.72, - "largeBagsSold": 63311.32, - "xLargeBagsSold": 0, - "region": "Denver" - }, - { - "id": 658, - "date": "2015-05-10", - "averagePrice": 1.08, - "totalVolume": 735145.02, - "totalBagsSold": 115631.98, - "smallBagsSold": 49343.56, - "largeBagsSold": 66285.96, - "xLargeBagsSold": 2.46, - "region": "Denver" - }, - { - "id": 659, - "date": "2015-05-03", - "averagePrice": 1.01, - "totalVolume": 781496.4, - "totalBagsSold": 97967.31, - "smallBagsSold": 45163.77, - "largeBagsSold": 52803.54, - "xLargeBagsSold": 0, - "region": "Denver" - }, - { - "id": 660, - "date": "2015-04-26", - "averagePrice": 1.19, - "totalVolume": 620827.49, - "totalBagsSold": 72694.91, - "smallBagsSold": 44469.33, - "largeBagsSold": 27221.41, - "xLargeBagsSold": 1004.17, - "region": "Denver" - }, - { - "id": 661, - "date": "2015-04-19", - "averagePrice": 1.08, - "totalVolume": 797021.22, - "totalBagsSold": 116877.94, - "smallBagsSold": 44279.02, - "largeBagsSold": 72598.92, - "xLargeBagsSold": 0, - "region": "Denver" - }, - { - "id": 662, - "date": "2015-04-12", - "averagePrice": 1.05, - "totalVolume": 858680.51, - "totalBagsSold": 98979.25, - "smallBagsSold": 42716.25, - "largeBagsSold": 56263, - "xLargeBagsSold": 0, - "region": "Denver" - }, - { - "id": 663, - "date": "2015-04-05", - "averagePrice": 1.19, - "totalVolume": 645727.95, - "totalBagsSold": 86002.58, - "smallBagsSold": 53589.8, - "largeBagsSold": 31483.61, - "xLargeBagsSold": 929.17, - "region": "Denver" - }, - { - "id": 664, - "date": "2015-03-29", - "averagePrice": 1.11, - "totalVolume": 627546.3, - "totalBagsSold": 90116.63, - "smallBagsSold": 55936.09, - "largeBagsSold": 34180.54, - "xLargeBagsSold": 0, - "region": "Denver" - }, - { - "id": 665, - "date": "2015-03-22", - "averagePrice": 1.15, - "totalVolume": 603112.11, - "totalBagsSold": 82484.5, - "smallBagsSold": 47368.3, - "largeBagsSold": 35116.2, - "xLargeBagsSold": 0, - "region": "Denver" - }, - { - "id": 666, - "date": "2015-03-15", - "averagePrice": 1.03, - "totalVolume": 662131.8, - "totalBagsSold": 93526.66, - "smallBagsSold": 50621.03, - "largeBagsSold": 42905.63, - "xLargeBagsSold": 0, - "region": "Denver" - }, - { - "id": 667, - "date": "2015-03-08", - "averagePrice": 1.03, - "totalVolume": 719792.51, - "totalBagsSold": 102365.18, - "smallBagsSold": 54092.42, - "largeBagsSold": 48272.76, - "xLargeBagsSold": 0, - "region": "Denver" - }, - { - "id": 668, - "date": "2015-03-01", - "averagePrice": 1.03, - "totalVolume": 670820.5, - "totalBagsSold": 75911.22, - "smallBagsSold": 38246.75, - "largeBagsSold": 37664.47, - "xLargeBagsSold": 0, - "region": "Denver" - }, - { - "id": 669, - "date": "2015-02-22", - "averagePrice": 1, - "totalVolume": 899302.8, - "totalBagsSold": 156112.59, - "smallBagsSold": 62564.22, - "largeBagsSold": 93534.16, - "xLargeBagsSold": 14.21, - "region": "Denver" - }, - { - "id": 670, - "date": "2015-02-15", - "averagePrice": 1.12, - "totalVolume": 629074.28, - "totalBagsSold": 100261.58, - "smallBagsSold": 80270.81, - "largeBagsSold": 19965.51, - "xLargeBagsSold": 25.26, - "region": "Denver" - }, - { - "id": 671, - "date": "2015-02-08", - "averagePrice": 0.95, - "totalVolume": 766576.39, - "totalBagsSold": 141257.84, - "smallBagsSold": 92800.41, - "largeBagsSold": 48427.25, - "xLargeBagsSold": 30.18, - "region": "Denver" - }, - { - "id": 672, - "date": "2015-02-01", - "averagePrice": 0.93, - "totalVolume": 990211.57, - "totalBagsSold": 158602.93, - "smallBagsSold": 90555.95, - "largeBagsSold": 68006.59, - "xLargeBagsSold": 40.39, - "region": "Denver" - }, - { - "id": 673, - "date": "2015-01-25", - "averagePrice": 1.02, - "totalVolume": 695658.81, - "totalBagsSold": 127364.97, - "smallBagsSold": 74743.6, - "largeBagsSold": 52611.95, - "xLargeBagsSold": 9.42, - "region": "Denver" - }, - { - "id": 674, - "date": "2015-01-18", - "averagePrice": 0.99, - "totalVolume": 808194.41, - "totalBagsSold": 151308.9, - "smallBagsSold": 77528.06, - "largeBagsSold": 73764.68, - "xLargeBagsSold": 16.16, - "region": "Denver" - }, - { - "id": 675, - "date": "2015-01-11", - "averagePrice": 1.09, - "totalVolume": 666579.35, - "totalBagsSold": 122524.21, - "smallBagsSold": 85793.27, - "largeBagsSold": 36703.98, - "xLargeBagsSold": 26.96, - "region": "Denver" - }, - { - "id": 676, - "date": "2015-01-04", - "averagePrice": 0.99, - "totalVolume": 668086, - "totalBagsSold": 115559.9, - "smallBagsSold": 67894.33, - "largeBagsSold": 47661.52, - "xLargeBagsSold": 4.05, - "region": "Denver" - }, - { - "id": 677, - "date": "2015-12-27", - "averagePrice": 1.08, - "totalVolume": 255499.7, - "totalBagsSold": 62067.48, - "smallBagsSold": 48936.21, - "largeBagsSold": 762.35, - "xLargeBagsSold": 12368.92, - "region": "Detroit" - }, - { - "id": 678, - "date": "2015-12-20", - "averagePrice": 1.1, - "totalVolume": 250436.24, - "totalBagsSold": 51805.83, - "smallBagsSold": 40496.17, - "largeBagsSold": 2931.68, - "xLargeBagsSold": 8377.98, - "region": "Detroit" - }, - { - "id": 679, - "date": "2015-12-13", - "averagePrice": 1.05, - "totalVolume": 275587.85, - "totalBagsSold": 57504.44, - "smallBagsSold": 48318.35, - "largeBagsSold": 2843.43, - "xLargeBagsSold": 6342.66, - "region": "Detroit" - }, - { - "id": 680, - "date": "2015-12-06", - "averagePrice": 0.98, - "totalVolume": 339797.19, - "totalBagsSold": 54242.79, - "smallBagsSold": 30612.06, - "largeBagsSold": 885.86, - "xLargeBagsSold": 22744.87, - "region": "Detroit" - }, - { - "id": 681, - "date": "2015-11-29", - "averagePrice": 1.11, - "totalVolume": 228427.08, - "totalBagsSold": 42282.8, - "smallBagsSold": 31628.56, - "largeBagsSold": 920.38, - "xLargeBagsSold": 9733.86, - "region": "Detroit" - }, - { - "id": 682, - "date": "2015-11-22", - "averagePrice": 1.09, - "totalVolume": 270529.34, - "totalBagsSold": 55653.33, - "smallBagsSold": 47388.76, - "largeBagsSold": 1257.23, - "xLargeBagsSold": 7007.34, - "region": "Detroit" - }, - { - "id": 683, - "date": "2015-11-15", - "averagePrice": 1.1, - "totalVolume": 248933.35, - "totalBagsSold": 72836.93, - "smallBagsSold": 65345.24, - "largeBagsSold": 1141.32, - "xLargeBagsSold": 6350.37, - "region": "Detroit" - }, - { - "id": 684, - "date": "2015-11-08", - "averagePrice": 1.03, - "totalVolume": 343645.67, - "totalBagsSold": 53703.17, - "smallBagsSold": 30614.89, - "largeBagsSold": 734.95, - "xLargeBagsSold": 22353.33, - "region": "Detroit" - }, - { - "id": 685, - "date": "2015-11-01", - "averagePrice": 1.04, - "totalVolume": 340746.59, - "totalBagsSold": 56532.65, - "smallBagsSold": 35176.99, - "largeBagsSold": 1106.6, - "xLargeBagsSold": 20249.06, - "region": "Detroit" - }, - { - "id": 686, - "date": "2015-10-25", - "averagePrice": 1.17, - "totalVolume": 251336.74, - "totalBagsSold": 42762.15, - "smallBagsSold": 30131.74, - "largeBagsSold": 727.93, - "xLargeBagsSold": 11902.48, - "region": "Detroit" - }, - { - "id": 687, - "date": "2015-10-18", - "averagePrice": 0.97, - "totalVolume": 358143.26, - "totalBagsSold": 70322.58, - "smallBagsSold": 63143.78, - "largeBagsSold": 823.99, - "xLargeBagsSold": 6354.81, - "region": "Detroit" - }, - { - "id": 688, - "date": "2015-10-11", - "averagePrice": 0.99, - "totalVolume": 362400.65, - "totalBagsSold": 73877.49, - "smallBagsSold": 68721.34, - "largeBagsSold": 1222.93, - "xLargeBagsSold": 3933.22, - "region": "Detroit" - }, - { - "id": 689, - "date": "2015-10-04", - "averagePrice": 1.1, - "totalVolume": 286400.89, - "totalBagsSold": 54175.41, - "smallBagsSold": 40779.28, - "largeBagsSold": 1039.04, - "xLargeBagsSold": 12357.09, - "region": "Detroit" - }, - { - "id": 690, - "date": "2015-09-27", - "averagePrice": 1.17, - "totalVolume": 257472.31, - "totalBagsSold": 46419.67, - "smallBagsSold": 33816.62, - "largeBagsSold": 1081.83, - "xLargeBagsSold": 11521.22, - "region": "Detroit" - }, - { - "id": 691, - "date": "2015-09-20", - "averagePrice": 1, - "totalVolume": 373545.23, - "totalBagsSold": 60966.23, - "smallBagsSold": 38180.88, - "largeBagsSold": 839.26, - "xLargeBagsSold": 21946.09, - "region": "Detroit" - }, - { - "id": 692, - "date": "2015-09-13", - "averagePrice": 1.03, - "totalVolume": 401472.63, - "totalBagsSold": 70173.13, - "smallBagsSold": 51456.91, - "largeBagsSold": 1329.55, - "xLargeBagsSold": 17386.67, - "region": "Detroit" - }, - { - "id": 693, - "date": "2015-09-06", - "averagePrice": 1.09, - "totalVolume": 336982.39, - "totalBagsSold": 61933.21, - "smallBagsSold": 49676.97, - "largeBagsSold": 1237.68, - "xLargeBagsSold": 11018.56, - "region": "Detroit" - }, - { - "id": 694, - "date": "2015-08-30", - "averagePrice": 0.96, - "totalVolume": 422762.9, - "totalBagsSold": 68937.09, - "smallBagsSold": 52515.07, - "largeBagsSold": 1066.62, - "xLargeBagsSold": 15355.4, - "region": "Detroit" - }, - { - "id": 695, - "date": "2015-08-23", - "averagePrice": 1.11, - "totalVolume": 267968.5, - "totalBagsSold": 55181.73, - "smallBagsSold": 45741.01, - "largeBagsSold": 2154.69, - "xLargeBagsSold": 7286.03, - "region": "Detroit" - }, - { - "id": 696, - "date": "2015-08-16", - "averagePrice": 0.97, - "totalVolume": 400251.59, - "totalBagsSold": 74575.51, - "smallBagsSold": 53326.63, - "largeBagsSold": 1573.3, - "xLargeBagsSold": 19675.58, - "region": "Detroit" - }, - { - "id": 697, - "date": "2015-08-09", - "averagePrice": 1.07, - "totalVolume": 341289.98, - "totalBagsSold": 67447.96, - "smallBagsSold": 54938.34, - "largeBagsSold": 1471.57, - "xLargeBagsSold": 11038.05, - "region": "Detroit" - }, - { - "id": 698, - "date": "2015-08-02", - "averagePrice": 1.04, - "totalVolume": 364735.69, - "totalBagsSold": 72591.34, - "smallBagsSold": 63454.14, - "largeBagsSold": 1676.31, - "xLargeBagsSold": 7460.89, - "region": "Detroit" - }, - { - "id": 699, - "date": "2015-07-26", - "averagePrice": 0.99, - "totalVolume": 326233.8, - "totalBagsSold": 105548.2, - "smallBagsSold": 98037.18, - "largeBagsSold": 2518.38, - "xLargeBagsSold": 4992.64, - "region": "Detroit" - }, - { - "id": 700, - "date": "2015-07-19", - "averagePrice": 1.04, - "totalVolume": 370830.93, - "totalBagsSold": 73481.26, - "smallBagsSold": 61402.16, - "largeBagsSold": 2038.49, - "xLargeBagsSold": 10040.61, - "region": "Detroit" - }, - { - "id": 701, - "date": "2015-07-12", - "averagePrice": 1.02, - "totalVolume": 310049.5, - "totalBagsSold": 82776.4, - "smallBagsSold": 76701.28, - "largeBagsSold": 1977.04, - "xLargeBagsSold": 4098.08, - "region": "Detroit" - }, - { - "id": 702, - "date": "2015-07-05", - "averagePrice": 1.06, - "totalVolume": 373691.57, - "totalBagsSold": 74583.1, - "smallBagsSold": 66416.56, - "largeBagsSold": 1849.74, - "xLargeBagsSold": 6316.8, - "region": "Detroit" - }, - { - "id": 703, - "date": "2015-06-28", - "averagePrice": 1, - "totalVolume": 329753.61, - "totalBagsSold": 115728.27, - "smallBagsSold": 111301.27, - "largeBagsSold": 2126.05, - "xLargeBagsSold": 2300.95, - "region": "Detroit" - }, - { - "id": 704, - "date": "2015-06-21", - "averagePrice": 0.97, - "totalVolume": 424580.52, - "totalBagsSold": 82434.57, - "smallBagsSold": 70155.32, - "largeBagsSold": 2831.82, - "xLargeBagsSold": 9447.43, - "region": "Detroit" - }, - { - "id": 705, - "date": "2015-06-14", - "averagePrice": 1.04, - "totalVolume": 372413.5, - "totalBagsSold": 86444.91, - "smallBagsSold": 80661.4, - "largeBagsSold": 1786.01, - "xLargeBagsSold": 3997.5, - "region": "Detroit" - }, - { - "id": 706, - "date": "2015-06-07", - "averagePrice": 0.97, - "totalVolume": 447813.52, - "totalBagsSold": 76377.86, - "smallBagsSold": 61921.23, - "largeBagsSold": 1180.76, - "xLargeBagsSold": 13275.87, - "region": "Detroit" - }, - { - "id": 707, - "date": "2015-05-31", - "averagePrice": 1.09, - "totalVolume": 324400.67, - "totalBagsSold": 80020.07, - "smallBagsSold": 74758.21, - "largeBagsSold": 797.64, - "xLargeBagsSold": 4464.22, - "region": "Detroit" - }, - { - "id": 708, - "date": "2015-05-24", - "averagePrice": 1.03, - "totalVolume": 373245.43, - "totalBagsSold": 98619.41, - "smallBagsSold": 94585.49, - "largeBagsSold": 715.81, - "xLargeBagsSold": 3318.11, - "region": "Detroit" - }, - { - "id": 709, - "date": "2015-05-17", - "averagePrice": 0.95, - "totalVolume": 495155.82, - "totalBagsSold": 65900.89, - "smallBagsSold": 53494.15, - "largeBagsSold": 591.25, - "xLargeBagsSold": 11815.49, - "region": "Detroit" - }, - { - "id": 710, - "date": "2015-05-10", - "averagePrice": 1.11, - "totalVolume": 360917.96, - "totalBagsSold": 91797.23, - "smallBagsSold": 87986.35, - "largeBagsSold": 1880.03, - "xLargeBagsSold": 1930.85, - "region": "Detroit" - }, - { - "id": 711, - "date": "2015-05-03", - "averagePrice": 1.06, - "totalVolume": 374659.88, - "totalBagsSold": 66858.29, - "smallBagsSold": 60634.57, - "largeBagsSold": 785.52, - "xLargeBagsSold": 5438.2, - "region": "Detroit" - }, - { - "id": 712, - "date": "2015-04-26", - "averagePrice": 1.01, - "totalVolume": 361243.2, - "totalBagsSold": 100217.05, - "smallBagsSold": 93903.26, - "largeBagsSold": 1475.78, - "xLargeBagsSold": 4838.01, - "region": "Detroit" - }, - { - "id": 713, - "date": "2015-04-19", - "averagePrice": 0.96, - "totalVolume": 468643.05, - "totalBagsSold": 81262.16, - "smallBagsSold": 68265.07, - "largeBagsSold": 4057.84, - "xLargeBagsSold": 8939.25, - "region": "Detroit" - }, - { - "id": 714, - "date": "2015-04-12", - "averagePrice": 1.02, - "totalVolume": 271182.01, - "totalBagsSold": 107068.62, - "smallBagsSold": 101770.1, - "largeBagsSold": 2451.53, - "xLargeBagsSold": 2846.99, - "region": "Detroit" - }, - { - "id": 715, - "date": "2015-04-05", - "averagePrice": 1.11, - "totalVolume": 295385.41, - "totalBagsSold": 69389.45, - "smallBagsSold": 65997.82, - "largeBagsSold": 1999.07, - "xLargeBagsSold": 1392.56, - "region": "Detroit" - }, - { - "id": 716, - "date": "2015-03-29", - "averagePrice": 0.97, - "totalVolume": 304048.16, - "totalBagsSold": 116730.39, - "smallBagsSold": 113016.39, - "largeBagsSold": 2415.87, - "xLargeBagsSold": 1298.13, - "region": "Detroit" - }, - { - "id": 717, - "date": "2015-03-22", - "averagePrice": 0.97, - "totalVolume": 455372.43, - "totalBagsSold": 63171.07, - "smallBagsSold": 44419.39, - "largeBagsSold": 754.44, - "xLargeBagsSold": 17997.24, - "region": "Detroit" - }, - { - "id": 718, - "date": "2015-03-15", - "averagePrice": 1.13, - "totalVolume": 254974.87, - "totalBagsSold": 67078.32, - "smallBagsSold": 62158.56, - "largeBagsSold": 1375.92, - "xLargeBagsSold": 3543.84, - "region": "Detroit" - }, - { - "id": 719, - "date": "2015-03-08", - "averagePrice": 1.01, - "totalVolume": 278695.29, - "totalBagsSold": 104569.21, - "smallBagsSold": 99704.49, - "largeBagsSold": 473.7, - "xLargeBagsSold": 4391.02, - "region": "Detroit" - }, - { - "id": 720, - "date": "2015-03-01", - "averagePrice": 0.97, - "totalVolume": 397899.56, - "totalBagsSold": 69072.83, - "smallBagsSold": 50732.68, - "largeBagsSold": 1144.16, - "xLargeBagsSold": 17195.99, - "region": "Detroit" - }, - { - "id": 721, - "date": "2015-02-22", - "averagePrice": 1.15, - "totalVolume": 250888.8, - "totalBagsSold": 70506.75, - "smallBagsSold": 66789.41, - "largeBagsSold": 267.65, - "xLargeBagsSold": 3449.69, - "region": "Detroit" - }, - { - "id": 722, - "date": "2015-02-15", - "averagePrice": 1.16, - "totalVolume": 255597.63, - "totalBagsSold": 82193.26, - "smallBagsSold": 78474.19, - "largeBagsSold": 676.16, - "xLargeBagsSold": 3042.91, - "region": "Detroit" - }, - { - "id": 723, - "date": "2015-02-08", - "averagePrice": 1.11, - "totalVolume": 268195.87, - "totalBagsSold": 61772.96, - "smallBagsSold": 57777.05, - "largeBagsSold": 1023.87, - "xLargeBagsSold": 2972.04, - "region": "Detroit" - }, - { - "id": 724, - "date": "2015-02-01", - "averagePrice": 0.92, - "totalVolume": 539750.77, - "totalBagsSold": 70681.78, - "smallBagsSold": 54003.36, - "largeBagsSold": 688.47, - "xLargeBagsSold": 15989.95, - "region": "Detroit" - }, - { - "id": 725, - "date": "2015-01-25", - "averagePrice": 1.19, - "totalVolume": 277325.29, - "totalBagsSold": 73764.25, - "smallBagsSold": 69311.52, - "largeBagsSold": 1280.03, - "xLargeBagsSold": 3172.7, - "region": "Detroit" - }, - { - "id": 726, - "date": "2015-01-18", - "averagePrice": 1.1, - "totalVolume": 291788.43, - "totalBagsSold": 94985.22, - "smallBagsSold": 92319.38, - "largeBagsSold": 1066.01, - "xLargeBagsSold": 1599.83, - "region": "Detroit" - }, - { - "id": 727, - "date": "2015-01-11", - "averagePrice": 1.08, - "totalVolume": 332165.05, - "totalBagsSold": 56696.63, - "smallBagsSold": 48639.13, - "largeBagsSold": 620.82, - "xLargeBagsSold": 7436.68, - "region": "Detroit" - }, - { - "id": 728, - "date": "2015-01-04", - "averagePrice": 1.01, - "totalVolume": 369694.27, - "totalBagsSold": 56132.13, - "smallBagsSold": 46679.86, - "largeBagsSold": 1060.51, - "xLargeBagsSold": 8391.76, - "region": "Detroit" - }, - { - "id": 729, - "date": "2015-12-27", - "averagePrice": 1.13, - "totalVolume": 147713.85, - "totalBagsSold": 37856.64, - "smallBagsSold": 30738.09, - "largeBagsSold": 2919.24, - "xLargeBagsSold": 4199.31, - "region": "GrandRapids" - }, - { - "id": 730, - "date": "2015-12-20", - "averagePrice": 1.13, - "totalVolume": 126262.26, - "totalBagsSold": 35160.73, - "smallBagsSold": 30547.62, - "largeBagsSold": 2288.36, - "xLargeBagsSold": 2324.75, - "region": "GrandRapids" - }, - { - "id": 731, - "date": "2015-12-13", - "averagePrice": 1.24, - "totalVolume": 117645.69, - "totalBagsSold": 40989.06, - "smallBagsSold": 38257.02, - "largeBagsSold": 2231.37, - "xLargeBagsSold": 500.67, - "region": "GrandRapids" - }, - { - "id": 732, - "date": "2015-12-06", - "averagePrice": 0.93, - "totalVolume": 217174.66, - "totalBagsSold": 32057.78, - "smallBagsSold": 26570.4, - "largeBagsSold": 1560.59, - "xLargeBagsSold": 3926.79, - "region": "GrandRapids" - }, - { - "id": 733, - "date": "2015-11-29", - "averagePrice": 1.12, - "totalVolume": 120552.43, - "totalBagsSold": 30728.58, - "smallBagsSold": 27835.71, - "largeBagsSold": 2816.43, - "xLargeBagsSold": 76.44, - "region": "GrandRapids" - }, - { - "id": 734, - "date": "2015-11-22", - "averagePrice": 1.11, - "totalVolume": 140981.22, - "totalBagsSold": 36725.69, - "smallBagsSold": 33606.78, - "largeBagsSold": 2327.22, - "xLargeBagsSold": 791.69, - "region": "GrandRapids" - }, - { - "id": 735, - "date": "2015-11-15", - "averagePrice": 1.2, - "totalVolume": 129448.75, - "totalBagsSold": 48756.23, - "smallBagsSold": 47301.23, - "largeBagsSold": 1427.26, - "xLargeBagsSold": 27.74, - "region": "GrandRapids" - }, - { - "id": 736, - "date": "2015-11-08", - "averagePrice": 0.93, - "totalVolume": 198257.69, - "totalBagsSold": 36853.5, - "smallBagsSold": 34956.27, - "largeBagsSold": 1819.27, - "xLargeBagsSold": 77.96, - "region": "GrandRapids" - }, - { - "id": 737, - "date": "2015-11-01", - "averagePrice": 0.91, - "totalVolume": 205592.1, - "totalBagsSold": 45973.75, - "smallBagsSold": 43392.69, - "largeBagsSold": 1757.12, - "xLargeBagsSold": 823.94, - "region": "GrandRapids" - }, - { - "id": 738, - "date": "2015-10-25", - "averagePrice": 1.14, - "totalVolume": 134921.44, - "totalBagsSold": 35155.6, - "smallBagsSold": 30487.72, - "largeBagsSold": 3036.22, - "xLargeBagsSold": 1631.66, - "region": "GrandRapids" - }, - { - "id": 739, - "date": "2015-10-18", - "averagePrice": 0.94, - "totalVolume": 184806.99, - "totalBagsSold": 45134.39, - "smallBagsSold": 40257.54, - "largeBagsSold": 1830.77, - "xLargeBagsSold": 3046.08, - "region": "GrandRapids" - }, - { - "id": 740, - "date": "2015-10-11", - "averagePrice": 0.97, - "totalVolume": 198769.54, - "totalBagsSold": 39487.65, - "smallBagsSold": 21799.3, - "largeBagsSold": 2155.38, - "xLargeBagsSold": 15532.97, - "region": "GrandRapids" - }, - { - "id": 741, - "date": "2015-10-04", - "averagePrice": 0.99, - "totalVolume": 160322.48, - "totalBagsSold": 36660.84, - "smallBagsSold": 29446.94, - "largeBagsSold": 2198.98, - "xLargeBagsSold": 5014.92, - "region": "GrandRapids" - }, - { - "id": 742, - "date": "2015-09-27", - "averagePrice": 1.15, - "totalVolume": 137849.61, - "totalBagsSold": 34572.59, - "smallBagsSold": 28888.74, - "largeBagsSold": 1913.24, - "xLargeBagsSold": 3770.61, - "region": "GrandRapids" - }, - { - "id": 743, - "date": "2015-09-20", - "averagePrice": 0.88, - "totalVolume": 244696.01, - "totalBagsSold": 53745.61, - "smallBagsSold": 51686.05, - "largeBagsSold": 1815.57, - "xLargeBagsSold": 243.99, - "region": "GrandRapids" - }, - { - "id": 744, - "date": "2015-09-13", - "averagePrice": 0.95, - "totalVolume": 219380.93, - "totalBagsSold": 51809.03, - "smallBagsSold": 43865.37, - "largeBagsSold": 2851.68, - "xLargeBagsSold": 5091.98, - "region": "GrandRapids" - }, - { - "id": 745, - "date": "2015-09-06", - "averagePrice": 1.09, - "totalVolume": 170309.3, - "totalBagsSold": 48654.83, - "smallBagsSold": 45108.48, - "largeBagsSold": 3486.89, - "xLargeBagsSold": 59.46, - "region": "GrandRapids" - }, - { - "id": 746, - "date": "2015-08-30", - "averagePrice": 0.91, - "totalVolume": 226898.73, - "totalBagsSold": 53915.89, - "smallBagsSold": 48562.08, - "largeBagsSold": 2309.09, - "xLargeBagsSold": 3044.72, - "region": "GrandRapids" - }, - { - "id": 747, - "date": "2015-08-23", - "averagePrice": 1.28, - "totalVolume": 128681.94, - "totalBagsSold": 45548.13, - "smallBagsSold": 40204.96, - "largeBagsSold": 4716.36, - "xLargeBagsSold": 626.81, - "region": "GrandRapids" - }, - { - "id": 748, - "date": "2015-08-16", - "averagePrice": 0.89, - "totalVolume": 268902.14, - "totalBagsSold": 65762.77, - "smallBagsSold": 55316.85, - "largeBagsSold": 6674.12, - "xLargeBagsSold": 3771.8, - "region": "GrandRapids" - }, - { - "id": 749, - "date": "2015-08-09", - "averagePrice": 1.08, - "totalVolume": 186733.16, - "totalBagsSold": 52956.51, - "smallBagsSold": 49559.83, - "largeBagsSold": 3294.27, - "xLargeBagsSold": 102.41, - "region": "GrandRapids" - }, - { - "id": 750, - "date": "2015-08-02", - "averagePrice": 1.05, - "totalVolume": 184067.49, - "totalBagsSold": 59731.09, - "smallBagsSold": 55048.69, - "largeBagsSold": 4030.14, - "xLargeBagsSold": 652.26, - "region": "GrandRapids" - }, - { - "id": 751, - "date": "2015-07-26", - "averagePrice": 1.12, - "totalVolume": 153868.79, - "totalBagsSold": 74652.44, - "smallBagsSold": 69267.05, - "largeBagsSold": 4085.24, - "xLargeBagsSold": 1300.15, - "region": "GrandRapids" - }, - { - "id": 752, - "date": "2015-07-19", - "averagePrice": 1.05, - "totalVolume": 215736.47, - "totalBagsSold": 61454.75, - "smallBagsSold": 52697.22, - "largeBagsSold": 3806.21, - "xLargeBagsSold": 4951.32, - "region": "GrandRapids" - }, - { - "id": 753, - "date": "2015-07-12", - "averagePrice": 1.19, - "totalVolume": 153112.84, - "totalBagsSold": 72569.86, - "smallBagsSold": 66368.31, - "largeBagsSold": 4901.72, - "xLargeBagsSold": 1299.83, - "region": "GrandRapids" - }, - { - "id": 754, - "date": "2015-07-05", - "averagePrice": 1.16, - "totalVolume": 202842.97, - "totalBagsSold": 55789.84, - "smallBagsSold": 44032.97, - "largeBagsSold": 5692.28, - "xLargeBagsSold": 6064.59, - "region": "GrandRapids" - }, - { - "id": 755, - "date": "2015-06-28", - "averagePrice": 1.1, - "totalVolume": 155972.38, - "totalBagsSold": 87927.29, - "smallBagsSold": 80548.8, - "largeBagsSold": 5044.35, - "xLargeBagsSold": 2334.14, - "region": "GrandRapids" - }, - { - "id": 756, - "date": "2015-06-21", - "averagePrice": 0.96, - "totalVolume": 265555.66, - "totalBagsSold": 62515.24, - "smallBagsSold": 53623.47, - "largeBagsSold": 4943.16, - "xLargeBagsSold": 3948.61, - "region": "GrandRapids" - }, - { - "id": 757, - "date": "2015-06-14", - "averagePrice": 1.07, - "totalVolume": 197387.76, - "totalBagsSold": 71614.68, - "smallBagsSold": 67207.35, - "largeBagsSold": 4401.93, - "xLargeBagsSold": 5.4, - "region": "GrandRapids" - }, - { - "id": 758, - "date": "2015-06-07", - "averagePrice": 1.14, - "totalVolume": 212599.11, - "totalBagsSold": 61035, - "smallBagsSold": 55432.55, - "largeBagsSold": 4067.09, - "xLargeBagsSold": 1535.36, - "region": "GrandRapids" - }, - { - "id": 759, - "date": "2015-05-31", - "averagePrice": 1.31, - "totalVolume": 167907.51, - "totalBagsSold": 67038.66, - "smallBagsSold": 64208.38, - "largeBagsSold": 2794.35, - "xLargeBagsSold": 35.93, - "region": "GrandRapids" - }, - { - "id": 760, - "date": "2015-05-24", - "averagePrice": 1.3, - "totalVolume": 158917.21, - "totalBagsSold": 73748.18, - "smallBagsSold": 69048.81, - "largeBagsSold": 4663.55, - "xLargeBagsSold": 35.82, - "region": "GrandRapids" - }, - { - "id": 761, - "date": "2015-05-17", - "averagePrice": 0.97, - "totalVolume": 277502.12, - "totalBagsSold": 56626.26, - "smallBagsSold": 52456.3, - "largeBagsSold": 3991.49, - "xLargeBagsSold": 178.47, - "region": "GrandRapids" - }, - { - "id": 762, - "date": "2015-05-10", - "averagePrice": 1.36, - "totalVolume": 159642.82, - "totalBagsSold": 63493.67, - "smallBagsSold": 59129.49, - "largeBagsSold": 4335.74, - "xLargeBagsSold": 28.44, - "region": "GrandRapids" - }, - { - "id": 763, - "date": "2015-05-03", - "averagePrice": 1.06, - "totalVolume": 238550.81, - "totalBagsSold": 48803.19, - "smallBagsSold": 46862.74, - "largeBagsSold": 1898.03, - "xLargeBagsSold": 42.42, - "region": "GrandRapids" - }, - { - "id": 764, - "date": "2015-04-26", - "averagePrice": 1.09, - "totalVolume": 189609.49, - "totalBagsSold": 73116.36, - "smallBagsSold": 68758.56, - "largeBagsSold": 4305.08, - "xLargeBagsSold": 52.72, - "region": "GrandRapids" - }, - { - "id": 765, - "date": "2015-04-19", - "averagePrice": 0.93, - "totalVolume": 310672.4, - "totalBagsSold": 72777.59, - "smallBagsSold": 68697.84, - "largeBagsSold": 3761.98, - "xLargeBagsSold": 317.77, - "region": "GrandRapids" - }, - { - "id": 766, - "date": "2015-04-12", - "averagePrice": 1.13, - "totalVolume": 147494.24, - "totalBagsSold": 72097.04, - "smallBagsSold": 68693.55, - "largeBagsSold": 3377.45, - "xLargeBagsSold": 26.04, - "region": "GrandRapids" - }, - { - "id": 767, - "date": "2015-04-05", - "averagePrice": 1.22, - "totalVolume": 157721.54, - "totalBagsSold": 55701.88, - "smallBagsSold": 50462.56, - "largeBagsSold": 5165.79, - "xLargeBagsSold": 73.53, - "region": "GrandRapids" - }, - { - "id": 768, - "date": "2015-03-29", - "averagePrice": 1.11, - "totalVolume": 149631.24, - "totalBagsSold": 81048.91, - "smallBagsSold": 75725.67, - "largeBagsSold": 5299.2, - "xLargeBagsSold": 24.04, - "region": "GrandRapids" - }, - { - "id": 769, - "date": "2015-03-22", - "averagePrice": 0.91, - "totalVolume": 311876.75, - "totalBagsSold": 59636.74, - "smallBagsSold": 57118.41, - "largeBagsSold": 2105.9, - "xLargeBagsSold": 412.43, - "region": "GrandRapids" - }, - { - "id": 770, - "date": "2015-03-15", - "averagePrice": 1.35, - "totalVolume": 123895.07, - "totalBagsSold": 48607.19, - "smallBagsSold": 45347.61, - "largeBagsSold": 3244.22, - "xLargeBagsSold": 15.36, - "region": "GrandRapids" - }, - { - "id": 771, - "date": "2015-03-08", - "averagePrice": 1.08, - "totalVolume": 146835.6, - "totalBagsSold": 72556.48, - "smallBagsSold": 69329.04, - "largeBagsSold": 3169.54, - "xLargeBagsSold": 57.9, - "region": "GrandRapids" - }, - { - "id": 772, - "date": "2015-03-01", - "averagePrice": 0.95, - "totalVolume": 263987.21, - "totalBagsSold": 54083.87, - "smallBagsSold": 47217.11, - "largeBagsSold": 3519.09, - "xLargeBagsSold": 3347.67, - "region": "GrandRapids" - }, - { - "id": 773, - "date": "2015-02-22", - "averagePrice": 1.31, - "totalVolume": 129295.86, - "totalBagsSold": 52872.75, - "smallBagsSold": 48858.06, - "largeBagsSold": 3767.48, - "xLargeBagsSold": 247.21, - "region": "GrandRapids" - }, - { - "id": 774, - "date": "2015-02-15", - "averagePrice": 1.21, - "totalVolume": 136761.35, - "totalBagsSold": 63861.7, - "smallBagsSold": 57601.99, - "largeBagsSold": 6203.39, - "xLargeBagsSold": 56.32, - "region": "GrandRapids" - }, - { - "id": 775, - "date": "2015-02-08", - "averagePrice": 1.24, - "totalVolume": 132621.01, - "totalBagsSold": 52496.61, - "smallBagsSold": 48150.41, - "largeBagsSold": 4209.37, - "xLargeBagsSold": 136.83, - "region": "GrandRapids" - }, - { - "id": 776, - "date": "2015-02-01", - "averagePrice": 0.94, - "totalVolume": 309471.69, - "totalBagsSold": 48422.82, - "smallBagsSold": 43899.75, - "largeBagsSold": 4377.27, - "xLargeBagsSold": 145.8, - "region": "GrandRapids" - }, - { - "id": 777, - "date": "2015-01-25", - "averagePrice": 1.19, - "totalVolume": 144301.73, - "totalBagsSold": 58722.91, - "smallBagsSold": 54053.21, - "largeBagsSold": 4552.75, - "xLargeBagsSold": 116.95, - "region": "GrandRapids" - }, - { - "id": 778, - "date": "2015-01-18", - "averagePrice": 1.07, - "totalVolume": 150201.39, - "totalBagsSold": 64385.9, - "smallBagsSold": 60381.95, - "largeBagsSold": 3727.81, - "xLargeBagsSold": 276.14, - "region": "GrandRapids" - }, - { - "id": 779, - "date": "2015-01-11", - "averagePrice": 1.03, - "totalVolume": 185135.41, - "totalBagsSold": 42379.3, - "smallBagsSold": 39193.44, - "largeBagsSold": 2896.97, - "xLargeBagsSold": 288.89, - "region": "GrandRapids" - }, - { - "id": 780, - "date": "2015-01-04", - "averagePrice": 0.95, - "totalVolume": 258979.63, - "totalBagsSold": 45921.57, - "smallBagsSold": 43899.46, - "largeBagsSold": 1097.68, - "xLargeBagsSold": 924.43, - "region": "GrandRapids" - }, - { - "id": 781, - "date": "2015-12-27", - "averagePrice": 1.01, - "totalVolume": 2580602.96, - "totalBagsSold": 577490.5, - "smallBagsSold": 400003.8, - "largeBagsSold": 98401.09, - "xLargeBagsSold": 79085.61, - "region": "GreatLakes" - }, - { - "id": 782, - "date": "2015-12-20", - "averagePrice": 1.01, - "totalVolume": 2504745.45, - "totalBagsSold": 542059.05, - "smallBagsSold": 358218.65, - "largeBagsSold": 122999.48, - "xLargeBagsSold": 60840.92, - "region": "GreatLakes" - }, - { - "id": 783, - "date": "2015-12-13", - "averagePrice": 1.03, - "totalVolume": 2608448.06, - "totalBagsSold": 574072.01, - "smallBagsSold": 409909.7, - "largeBagsSold": 148004.93, - "xLargeBagsSold": 16157.38, - "region": "GreatLakes" - }, - { - "id": 784, - "date": "2015-12-06", - "averagePrice": 1, - "totalVolume": 2981347.2, - "totalBagsSold": 500758.99, - "smallBagsSold": 325850, - "largeBagsSold": 124306.44, - "xLargeBagsSold": 50602.55, - "region": "GreatLakes" - }, - { - "id": 785, - "date": "2015-11-29", - "averagePrice": 1.07, - "totalVolume": 2198408.92, - "totalBagsSold": 431502.68, - "smallBagsSold": 328369.47, - "largeBagsSold": 83149.01, - "xLargeBagsSold": 19984.2, - "region": "GreatLakes" - }, - { - "id": 786, - "date": "2015-11-22", - "averagePrice": 1.03, - "totalVolume": 2601821.63, - "totalBagsSold": 501609.21, - "smallBagsSold": 391454.61, - "largeBagsSold": 89472.08, - "xLargeBagsSold": 20682.52, - "region": "GreatLakes" - }, - { - "id": 787, - "date": "2015-11-15", - "averagePrice": 1.09, - "totalVolume": 2494044.41, - "totalBagsSold": 580587.77, - "smallBagsSold": 465154.46, - "largeBagsSold": 99695.62, - "xLargeBagsSold": 15737.69, - "region": "GreatLakes" - }, - { - "id": 788, - "date": "2015-11-08", - "averagePrice": 0.98, - "totalVolume": 3184946.53, - "totalBagsSold": 554939.6, - "smallBagsSold": 365002.12, - "largeBagsSold": 138161.32, - "xLargeBagsSold": 51776.16, - "region": "GreatLakes" - }, - { - "id": 789, - "date": "2015-11-01", - "averagePrice": 1, - "totalVolume": 3229124.75, - "totalBagsSold": 578565.03, - "smallBagsSold": 399665.31, - "largeBagsSold": 133071.89, - "xLargeBagsSold": 45827.83, - "region": "GreatLakes" - }, - { - "id": 790, - "date": "2015-10-25", - "averagePrice": 1.1, - "totalVolume": 2671535.94, - "totalBagsSold": 496812.93, - "smallBagsSold": 335249.25, - "largeBagsSold": 130933.76, - "xLargeBagsSold": 30629.92, - "region": "GreatLakes" - }, - { - "id": 791, - "date": "2015-10-18", - "averagePrice": 1.03, - "totalVolume": 2981549.94, - "totalBagsSold": 535275.88, - "smallBagsSold": 419558.97, - "largeBagsSold": 92629.46, - "xLargeBagsSold": 23087.45, - "region": "GreatLakes" - }, - { - "id": 792, - "date": "2015-10-11", - "averagePrice": 1.02, - "totalVolume": 3004133.39, - "totalBagsSold": 539608.87, - "smallBagsSold": 384772.59, - "largeBagsSold": 93016.17, - "xLargeBagsSold": 61820.11, - "region": "GreatLakes" - }, - { - "id": 793, - "date": "2015-10-04", - "averagePrice": 1.05, - "totalVolume": 2814678.93, - "totalBagsSold": 504171.61, - "smallBagsSold": 354840.13, - "largeBagsSold": 106127.86, - "xLargeBagsSold": 43203.62, - "region": "GreatLakes" - }, - { - "id": 794, - "date": "2015-09-27", - "averagePrice": 1.1, - "totalVolume": 2770074.76, - "totalBagsSold": 476539.59, - "smallBagsSold": 327299.75, - "largeBagsSold": 103091.55, - "xLargeBagsSold": 46148.29, - "region": "GreatLakes" - }, - { - "id": 795, - "date": "2015-09-20", - "averagePrice": 1.02, - "totalVolume": 3336245.24, - "totalBagsSold": 570423.23, - "smallBagsSold": 406010.16, - "largeBagsSold": 109268.58, - "xLargeBagsSold": 55144.49, - "region": "GreatLakes" - }, - { - "id": 796, - "date": "2015-09-13", - "averagePrice": 1.03, - "totalVolume": 3532480.92, - "totalBagsSold": 634481.27, - "smallBagsSold": 448051.74, - "largeBagsSold": 132685.58, - "xLargeBagsSold": 53743.95, - "region": "GreatLakes" - }, - { - "id": 797, - "date": "2015-09-06", - "averagePrice": 1.07, - "totalVolume": 3272555.01, - "totalBagsSold": 614942.66, - "smallBagsSold": 468148.29, - "largeBagsSold": 121209.44, - "xLargeBagsSold": 25584.93, - "region": "GreatLakes" - }, - { - "id": 798, - "date": "2015-08-30", - "averagePrice": 1.04, - "totalVolume": 3388803.79, - "totalBagsSold": 612822.05, - "smallBagsSold": 457558.59, - "largeBagsSold": 111788.68, - "xLargeBagsSold": 43474.78, - "region": "GreatLakes" - }, - { - "id": 799, - "date": "2015-08-23", - "averagePrice": 1.14, - "totalVolume": 2849127.29, - "totalBagsSold": 568324.22, - "smallBagsSold": 427635.3, - "largeBagsSold": 122225.92, - "xLargeBagsSold": 18463, - "region": "GreatLakes" - }, - { - "id": 800, - "date": "2015-08-16", - "averagePrice": 1.03, - "totalVolume": 3653376.07, - "totalBagsSold": 676086.49, - "smallBagsSold": 486209.97, - "largeBagsSold": 129683.8, - "xLargeBagsSold": 60192.72, - "region": "GreatLakes" - }, - { - "id": 801, - "date": "2015-08-09", - "averagePrice": 1.12, - "totalVolume": 3230139.65, - "totalBagsSold": 638020.47, - "smallBagsSold": 497895.48, - "largeBagsSold": 115527.66, - "xLargeBagsSold": 24597.33, - "region": "GreatLakes" - }, - { - "id": 802, - "date": "2015-08-02", - "averagePrice": 1.14, - "totalVolume": 3162447.64, - "totalBagsSold": 627504.75, - "smallBagsSold": 500704.88, - "largeBagsSold": 104570.86, - "xLargeBagsSold": 22229.01, - "region": "GreatLakes" - }, - { - "id": 803, - "date": "2015-07-26", - "averagePrice": 1.1, - "totalVolume": 3135698.38, - "totalBagsSold": 762154.55, - "smallBagsSold": 617211.53, - "largeBagsSold": 127530.47, - "xLargeBagsSold": 17412.55, - "region": "GreatLakes" - }, - { - "id": 804, - "date": "2015-07-19", - "averagePrice": 1.12, - "totalVolume": 3436864.41, - "totalBagsSold": 690083.05, - "smallBagsSold": 535843.25, - "largeBagsSold": 110898.39, - "xLargeBagsSold": 43341.41, - "region": "GreatLakes" - }, - { - "id": 805, - "date": "2015-07-12", - "averagePrice": 1.14, - "totalVolume": 3077237.12, - "totalBagsSold": 715927.19, - "smallBagsSold": 581802.24, - "largeBagsSold": 120335.36, - "xLargeBagsSold": 13789.59, - "region": "GreatLakes" - }, - { - "id": 806, - "date": "2015-07-05", - "averagePrice": 1.13, - "totalVolume": 3774004.27, - "totalBagsSold": 774585.36, - "smallBagsSold": 606612.51, - "largeBagsSold": 140253.5, - "xLargeBagsSold": 27719.35, - "region": "GreatLakes" - }, - { - "id": 807, - "date": "2015-06-28", - "averagePrice": 1.07, - "totalVolume": 3336314.35, - "totalBagsSold": 966268.71, - "smallBagsSold": 803974.11, - "largeBagsSold": 148652.02, - "xLargeBagsSold": 13642.58, - "region": "GreatLakes" - }, - { - "id": 808, - "date": "2015-06-21", - "averagePrice": 1.08, - "totalVolume": 3720458.83, - "totalBagsSold": 780156.36, - "smallBagsSold": 611156.81, - "largeBagsSold": 132172.82, - "xLargeBagsSold": 36826.73, - "region": "GreatLakes" - }, - { - "id": 809, - "date": "2015-06-14", - "averagePrice": 1.12, - "totalVolume": 3511185.14, - "totalBagsSold": 815016.42, - "smallBagsSold": 683334.7, - "largeBagsSold": 119899.69, - "xLargeBagsSold": 11782.03, - "region": "GreatLakes" - }, - { - "id": 810, - "date": "2015-06-07", - "averagePrice": 1.13, - "totalVolume": 3602112.79, - "totalBagsSold": 742128.19, - "smallBagsSold": 584086.31, - "largeBagsSold": 122232.65, - "xLargeBagsSold": 35809.23, - "region": "GreatLakes" - }, - { - "id": 811, - "date": "2015-05-31", - "averagePrice": 1.2, - "totalVolume": 3151714, - "totalBagsSold": 725079.29, - "smallBagsSold": 593192.94, - "largeBagsSold": 119920.22, - "xLargeBagsSold": 11966.13, - "region": "GreatLakes" - }, - { - "id": 812, - "date": "2015-05-24", - "averagePrice": 1.15, - "totalVolume": 3574050.61, - "totalBagsSold": 788587.54, - "smallBagsSold": 641756.72, - "largeBagsSold": 134308.54, - "xLargeBagsSold": 12522.28, - "region": "GreatLakes" - }, - { - "id": 813, - "date": "2015-05-17", - "averagePrice": 1.09, - "totalVolume": 3753201.03, - "totalBagsSold": 620547.95, - "smallBagsSold": 481046.82, - "largeBagsSold": 110126.4, - "xLargeBagsSold": 29374.73, - "region": "GreatLakes" - }, - { - "id": 814, - "date": "2015-05-10", - "averagePrice": 1.15, - "totalVolume": 3501344.46, - "totalBagsSold": 737043.24, - "smallBagsSold": 585000.53, - "largeBagsSold": 147022.85, - "xLargeBagsSold": 5019.86, - "region": "GreatLakes" - }, - { - "id": 815, - "date": "2015-05-03", - "averagePrice": 1.05, - "totalVolume": 3901054.42, - "totalBagsSold": 653682.62, - "smallBagsSold": 493009.35, - "largeBagsSold": 146837.36, - "xLargeBagsSold": 13835.91, - "region": "GreatLakes" - }, - { - "id": 816, - "date": "2015-04-26", - "averagePrice": 1.14, - "totalVolume": 3234024.32, - "totalBagsSold": 749589.73, - "smallBagsSold": 615887.17, - "largeBagsSold": 116500.49, - "xLargeBagsSold": 17202.07, - "region": "GreatLakes" - }, - { - "id": 817, - "date": "2015-04-19", - "averagePrice": 1.06, - "totalVolume": 3857605.11, - "totalBagsSold": 717945.69, - "smallBagsSold": 609139.49, - "largeBagsSold": 84879.59, - "xLargeBagsSold": 23926.61, - "region": "GreatLakes" - }, - { - "id": 818, - "date": "2015-04-12", - "averagePrice": 1.11, - "totalVolume": 2895992.9, - "totalBagsSold": 754073.69, - "smallBagsSold": 688965.8, - "largeBagsSold": 60642.37, - "xLargeBagsSold": 4465.52, - "region": "GreatLakes" - }, - { - "id": 819, - "date": "2015-04-05", - "averagePrice": 1.18, - "totalVolume": 2938918.81, - "totalBagsSold": 617473.32, - "smallBagsSold": 552075.78, - "largeBagsSold": 61643.12, - "xLargeBagsSold": 3754.42, - "region": "GreatLakes" - }, - { - "id": 820, - "date": "2015-03-29", - "averagePrice": 1.09, - "totalVolume": 2971443.88, - "totalBagsSold": 845500.49, - "smallBagsSold": 758625.31, - "largeBagsSold": 82421.91, - "xLargeBagsSold": 4453.27, - "region": "GreatLakes" - }, - { - "id": 821, - "date": "2015-03-22", - "averagePrice": 1.04, - "totalVolume": 3746598.18, - "totalBagsSold": 605211.12, - "smallBagsSold": 453829.96, - "largeBagsSold": 105804.36, - "xLargeBagsSold": 45576.8, - "region": "GreatLakes" - }, - { - "id": 822, - "date": "2015-03-15", - "averagePrice": 1.1, - "totalVolume": 2948199.23, - "totalBagsSold": 622038, - "smallBagsSold": 498932.31, - "largeBagsSold": 114147.11, - "xLargeBagsSold": 8958.58, - "region": "GreatLakes" - }, - { - "id": 823, - "date": "2015-03-08", - "averagePrice": 1.04, - "totalVolume": 3134752.64, - "totalBagsSold": 824997.37, - "smallBagsSold": 697812.88, - "largeBagsSold": 114519.6, - "xLargeBagsSold": 12664.89, - "region": "GreatLakes" - }, - { - "id": 824, - "date": "2015-03-01", - "averagePrice": 1.02, - "totalVolume": 3566752.43, - "totalBagsSold": 598713.96, - "smallBagsSold": 462539.26, - "largeBagsSold": 88541.92, - "xLargeBagsSold": 47632.78, - "region": "GreatLakes" - }, - { - "id": 825, - "date": "2015-02-22", - "averagePrice": 1.16, - "totalVolume": 2730224.03, - "totalBagsSold": 610248.66, - "smallBagsSold": 512270.39, - "largeBagsSold": 88536.91, - "xLargeBagsSold": 9441.36, - "region": "GreatLakes" - }, - { - "id": 826, - "date": "2015-02-15", - "averagePrice": 1.15, - "totalVolume": 2610004.41, - "totalBagsSold": 650580.44, - "smallBagsSold": 561485.4, - "largeBagsSold": 81172.24, - "xLargeBagsSold": 7922.8, - "region": "GreatLakes" - }, - { - "id": 827, - "date": "2015-02-08", - "averagePrice": 1.07, - "totalVolume": 2856456.35, - "totalBagsSold": 560633.82, - "smallBagsSold": 472576.07, - "largeBagsSold": 78544.87, - "xLargeBagsSold": 9512.88, - "region": "GreatLakes" - }, - { - "id": 828, - "date": "2015-02-01", - "averagePrice": 0.91, - "totalVolume": 4874124.41, - "totalBagsSold": 646531.7, - "smallBagsSold": 479453.25, - "largeBagsSold": 126925.79, - "xLargeBagsSold": 40152.66, - "region": "GreatLakes" - }, - { - "id": 829, - "date": "2015-01-25", - "averagePrice": 1.13, - "totalVolume": 2928692.32, - "totalBagsSold": 617677.34, - "smallBagsSold": 503612.64, - "largeBagsSold": 109501, - "xLargeBagsSold": 4563.7, - "region": "GreatLakes" - }, - { - "id": 830, - "date": "2015-01-18", - "averagePrice": 1.08, - "totalVolume": 3006207.02, - "totalBagsSold": 697090.44, - "smallBagsSold": 600155.95, - "largeBagsSold": 93434.54, - "xLargeBagsSold": 3499.95, - "region": "GreatLakes" - }, - { - "id": 831, - "date": "2015-01-11", - "averagePrice": 1.1, - "totalVolume": 3067638.32, - "totalBagsSold": 515263.25, - "smallBagsSold": 412976.97, - "largeBagsSold": 91214.54, - "xLargeBagsSold": 11071.74, - "region": "GreatLakes" - }, - { - "id": 832, - "date": "2015-01-04", - "averagePrice": 1.02, - "totalVolume": 3382800.12, - "totalBagsSold": 537780.56, - "smallBagsSold": 412779.64, - "largeBagsSold": 111072.91, - "xLargeBagsSold": 13928.01, - "region": "GreatLakes" - }, - { - "id": 833, - "date": "2015-12-27", - "averagePrice": 1.16, - "totalVolume": 173645.55, - "totalBagsSold": 52172.66, - "smallBagsSold": 51396.6, - "largeBagsSold": 776.06, - "xLargeBagsSold": 0, - "region": "HarrisburgScranton" - }, - { - "id": 834, - "date": "2015-12-20", - "averagePrice": 1.11, - "totalVolume": 180186.23, - "totalBagsSold": 55158.59, - "smallBagsSold": 53929.04, - "largeBagsSold": 1229.55, - "xLargeBagsSold": 0, - "region": "HarrisburgScranton" - }, - { - "id": 835, - "date": "2015-12-13", - "averagePrice": 1.14, - "totalVolume": 187058.65, - "totalBagsSold": 52629.91, - "smallBagsSold": 51752.86, - "largeBagsSold": 877.05, - "xLargeBagsSold": 0, - "region": "HarrisburgScranton" - }, - { - "id": 836, - "date": "2015-12-06", - "averagePrice": 1.1, - "totalVolume": 171195.76, - "totalBagsSold": 46803.55, - "smallBagsSold": 46345.26, - "largeBagsSold": 458.29, - "xLargeBagsSold": 0, - "region": "HarrisburgScranton" - }, - { - "id": 837, - "date": "2015-11-29", - "averagePrice": 1.17, - "totalVolume": 146103.34, - "totalBagsSold": 40269.85, - "smallBagsSold": 39640.65, - "largeBagsSold": 629.2, - "xLargeBagsSold": 0, - "region": "HarrisburgScranton" - }, - { - "id": 838, - "date": "2015-11-22", - "averagePrice": 1.16, - "totalVolume": 162429.43, - "totalBagsSold": 49886.79, - "smallBagsSold": 47519.78, - "largeBagsSold": 2367.01, - "xLargeBagsSold": 0, - "region": "HarrisburgScranton" - }, - { - "id": 839, - "date": "2015-11-15", - "averagePrice": 1.09, - "totalVolume": 189916.88, - "totalBagsSold": 50823.87, - "smallBagsSold": 46939.57, - "largeBagsSold": 3884.3, - "xLargeBagsSold": 0, - "region": "HarrisburgScranton" - }, - { - "id": 840, - "date": "2015-11-08", - "averagePrice": 1.09, - "totalVolume": 214993.36, - "totalBagsSold": 49315.46, - "smallBagsSold": 47637.88, - "largeBagsSold": 1677.58, - "xLargeBagsSold": 0, - "region": "HarrisburgScranton" - }, - { - "id": 841, - "date": "2015-11-01", - "averagePrice": 1.13, - "totalVolume": 219970.37, - "totalBagsSold": 50255.22, - "smallBagsSold": 49340.53, - "largeBagsSold": 914.69, - "xLargeBagsSold": 0, - "region": "HarrisburgScranton" - }, - { - "id": 842, - "date": "2015-10-25", - "averagePrice": 1.11, - "totalVolume": 183276.68, - "totalBagsSold": 53876.65, - "smallBagsSold": 52569.78, - "largeBagsSold": 1306.87, - "xLargeBagsSold": 0, - "region": "HarrisburgScranton" - }, - { - "id": 843, - "date": "2015-10-18", - "averagePrice": 0.93, - "totalVolume": 264223.22, - "totalBagsSold": 49802.07, - "smallBagsSold": 48878.61, - "largeBagsSold": 923.46, - "xLargeBagsSold": 0, - "region": "HarrisburgScranton" - }, - { - "id": 844, - "date": "2015-10-11", - "averagePrice": 1.05, - "totalVolume": 225079.92, - "totalBagsSold": 55402.42, - "smallBagsSold": 53610.63, - "largeBagsSold": 1791.79, - "xLargeBagsSold": 0, - "region": "HarrisburgScranton" - }, - { - "id": 845, - "date": "2015-10-04", - "averagePrice": 1.16, - "totalVolume": 188436.91, - "totalBagsSold": 60166.23, - "smallBagsSold": 59227.5, - "largeBagsSold": 938.73, - "xLargeBagsSold": 0, - "region": "HarrisburgScranton" - }, - { - "id": 846, - "date": "2015-09-27", - "averagePrice": 1.15, - "totalVolume": 192478.26, - "totalBagsSold": 53387.54, - "smallBagsSold": 51731.16, - "largeBagsSold": 1656.38, - "xLargeBagsSold": 0, - "region": "HarrisburgScranton" - }, - { - "id": 847, - "date": "2015-09-20", - "averagePrice": 1.17, - "totalVolume": 188314.24, - "totalBagsSold": 54908.16, - "smallBagsSold": 53988.59, - "largeBagsSold": 919.57, - "xLargeBagsSold": 0, - "region": "HarrisburgScranton" - }, - { - "id": 848, - "date": "2015-09-13", - "averagePrice": 1.07, - "totalVolume": 254744.58, - "totalBagsSold": 50518.36, - "smallBagsSold": 48537.65, - "largeBagsSold": 1980.71, - "xLargeBagsSold": 0, - "region": "HarrisburgScranton" - }, - { - "id": 849, - "date": "2015-09-06", - "averagePrice": 1.19, - "totalVolume": 225494.59, - "totalBagsSold": 58803.58, - "smallBagsSold": 57426.04, - "largeBagsSold": 1344.61, - "xLargeBagsSold": 32.93, - "region": "HarrisburgScranton" - }, - { - "id": 850, - "date": "2015-08-30", - "averagePrice": 1.18, - "totalVolume": 219908.82, - "totalBagsSold": 59591.72, - "smallBagsSold": 57205.13, - "largeBagsSold": 1779.77, - "xLargeBagsSold": 606.82, - "region": "HarrisburgScranton" - }, - { - "id": 851, - "date": "2015-08-23", - "averagePrice": 1.1, - "totalVolume": 222637.15, - "totalBagsSold": 56436.02, - "smallBagsSold": 54580.78, - "largeBagsSold": 1140.14, - "xLargeBagsSold": 715.1, - "region": "HarrisburgScranton" - }, - { - "id": 852, - "date": "2015-08-16", - "averagePrice": 1.09, - "totalVolume": 247813.45, - "totalBagsSold": 49302.8, - "smallBagsSold": 48581.44, - "largeBagsSold": 714.85, - "xLargeBagsSold": 6.51, - "region": "HarrisburgScranton" - }, - { - "id": 853, - "date": "2015-08-09", - "averagePrice": 1.07, - "totalVolume": 247575.06, - "totalBagsSold": 57148.33, - "smallBagsSold": 56333.05, - "largeBagsSold": 815.28, - "xLargeBagsSold": 0, - "region": "HarrisburgScranton" - }, - { - "id": 854, - "date": "2015-08-02", - "averagePrice": 1.1, - "totalVolume": 242281.36, - "totalBagsSold": 57808.16, - "smallBagsSold": 56786.27, - "largeBagsSold": 1018.67, - "xLargeBagsSold": 3.22, - "region": "HarrisburgScranton" - }, - { - "id": 855, - "date": "2015-07-26", - "averagePrice": 1.17, - "totalVolume": 225227.57, - "totalBagsSold": 61945.48, - "smallBagsSold": 60632.24, - "largeBagsSold": 1271.5, - "xLargeBagsSold": 41.74, - "region": "HarrisburgScranton" - }, - { - "id": 856, - "date": "2015-07-19", - "averagePrice": 1.19, - "totalVolume": 229650.57, - "totalBagsSold": 66951.32, - "smallBagsSold": 65842.25, - "largeBagsSold": 1051.54, - "xLargeBagsSold": 57.53, - "region": "HarrisburgScranton" - }, - { - "id": 857, - "date": "2015-07-12", - "averagePrice": 1.17, - "totalVolume": 233638.96, - "totalBagsSold": 68899.75, - "smallBagsSold": 67025.83, - "largeBagsSold": 1705.19, - "xLargeBagsSold": 168.73, - "region": "HarrisburgScranton" - }, - { - "id": 858, - "date": "2015-07-05", - "averagePrice": 1.19, - "totalVolume": 275844.88, - "totalBagsSold": 80549.34, - "smallBagsSold": 78409.83, - "largeBagsSold": 1623.22, - "xLargeBagsSold": 516.29, - "region": "HarrisburgScranton" - }, - { - "id": 859, - "date": "2015-06-28", - "averagePrice": 1.2, - "totalVolume": 243537.29, - "totalBagsSold": 73590.72, - "smallBagsSold": 70488.1, - "largeBagsSold": 2376.23, - "xLargeBagsSold": 726.39, - "region": "HarrisburgScranton" - }, - { - "id": 860, - "date": "2015-06-21", - "averagePrice": 1.19, - "totalVolume": 255431.85, - "totalBagsSold": 79455.29, - "smallBagsSold": 76907.65, - "largeBagsSold": 1624.65, - "xLargeBagsSold": 922.99, - "region": "HarrisburgScranton" - }, - { - "id": 861, - "date": "2015-06-14", - "averagePrice": 1.13, - "totalVolume": 277578.88, - "totalBagsSold": 92380.65, - "smallBagsSold": 87952.58, - "largeBagsSold": 2821.41, - "xLargeBagsSold": 1606.66, - "region": "HarrisburgScranton" - }, - { - "id": 862, - "date": "2015-06-07", - "averagePrice": 1.21, - "totalVolume": 265638.42, - "totalBagsSold": 85424.65, - "smallBagsSold": 81417.34, - "largeBagsSold": 3219.51, - "xLargeBagsSold": 787.8, - "region": "HarrisburgScranton" - }, - { - "id": 863, - "date": "2015-05-31", - "averagePrice": 1.22, - "totalVolume": 260058.34, - "totalBagsSold": 91399.84, - "smallBagsSold": 87880.67, - "largeBagsSold": 2341.73, - "xLargeBagsSold": 1177.44, - "region": "HarrisburgScranton" - }, - { - "id": 864, - "date": "2015-05-24", - "averagePrice": 1.21, - "totalVolume": 270097.92, - "totalBagsSold": 93390.75, - "smallBagsSold": 89913.88, - "largeBagsSold": 2641.89, - "xLargeBagsSold": 834.98, - "region": "HarrisburgScranton" - }, - { - "id": 865, - "date": "2015-05-17", - "averagePrice": 1.19, - "totalVolume": 252843.56, - "totalBagsSold": 86571.14, - "smallBagsSold": 85065.22, - "largeBagsSold": 1400.8, - "xLargeBagsSold": 105.12, - "region": "HarrisburgScranton" - }, - { - "id": 866, - "date": "2015-05-10", - "averagePrice": 1.19, - "totalVolume": 299147.73, - "totalBagsSold": 87226.64, - "smallBagsSold": 85161.38, - "largeBagsSold": 2065.26, - "xLargeBagsSold": 0, - "region": "HarrisburgScranton" - }, - { - "id": 867, - "date": "2015-05-03", - "averagePrice": 1.17, - "totalVolume": 255913.63, - "totalBagsSold": 79068.14, - "smallBagsSold": 76930.85, - "largeBagsSold": 2137.29, - "xLargeBagsSold": 0, - "region": "HarrisburgScranton" - }, - { - "id": 868, - "date": "2015-04-26", - "averagePrice": 1.21, - "totalVolume": 234322.13, - "totalBagsSold": 70271.11, - "smallBagsSold": 68210.88, - "largeBagsSold": 2022.73, - "xLargeBagsSold": 37.5, - "region": "HarrisburgScranton" - }, - { - "id": 869, - "date": "2015-04-19", - "averagePrice": 1.17, - "totalVolume": 237429.16, - "totalBagsSold": 79210.81, - "smallBagsSold": 77244.93, - "largeBagsSold": 1965.88, - "xLargeBagsSold": 0, - "region": "HarrisburgScranton" - }, - { - "id": 870, - "date": "2015-04-12", - "averagePrice": 1.18, - "totalVolume": 201544.53, - "totalBagsSold": 64579.13, - "smallBagsSold": 62948.16, - "largeBagsSold": 1630.97, - "xLargeBagsSold": 0, - "region": "HarrisburgScranton" - }, - { - "id": 871, - "date": "2015-04-05", - "averagePrice": 1.21, - "totalVolume": 216376.66, - "totalBagsSold": 68028, - "smallBagsSold": 66320.66, - "largeBagsSold": 1643.45, - "xLargeBagsSold": 63.89, - "region": "HarrisburgScranton" - }, - { - "id": 872, - "date": "2015-03-29", - "averagePrice": 1.14, - "totalVolume": 197282.25, - "totalBagsSold": 62385.18, - "smallBagsSold": 61035.96, - "largeBagsSold": 1349.22, - "xLargeBagsSold": 0, - "region": "HarrisburgScranton" - }, - { - "id": 873, - "date": "2015-03-22", - "averagePrice": 1.08, - "totalVolume": 219149.75, - "totalBagsSold": 60235.19, - "smallBagsSold": 57777.32, - "largeBagsSold": 2457.87, - "xLargeBagsSold": 0, - "region": "HarrisburgScranton" - }, - { - "id": 874, - "date": "2015-03-15", - "averagePrice": 1.2, - "totalVolume": 190760.3, - "totalBagsSold": 74630.51, - "smallBagsSold": 72181.56, - "largeBagsSold": 2448.95, - "xLargeBagsSold": 0, - "region": "HarrisburgScranton" - }, - { - "id": 875, - "date": "2015-03-08", - "averagePrice": 1.15, - "totalVolume": 192277.92, - "totalBagsSold": 77675.77, - "smallBagsSold": 75825.42, - "largeBagsSold": 1850.35, - "xLargeBagsSold": 0, - "region": "HarrisburgScranton" - }, - { - "id": 876, - "date": "2015-03-01", - "averagePrice": 1.07, - "totalVolume": 230913.14, - "totalBagsSold": 67379.54, - "smallBagsSold": 65870.9, - "largeBagsSold": 1508.64, - "xLargeBagsSold": 0, - "region": "HarrisburgScranton" - }, - { - "id": 877, - "date": "2015-02-22", - "averagePrice": 1.2, - "totalVolume": 191040.19, - "totalBagsSold": 74589.1, - "smallBagsSold": 73386.08, - "largeBagsSold": 1203.02, - "xLargeBagsSold": 0, - "region": "HarrisburgScranton" - }, - { - "id": 878, - "date": "2015-02-15", - "averagePrice": 1.22, - "totalVolume": 187671.77, - "totalBagsSold": 73264.41, - "smallBagsSold": 72146.24, - "largeBagsSold": 1118.17, - "xLargeBagsSold": 0, - "region": "HarrisburgScranton" - }, - { - "id": 879, - "date": "2015-02-08", - "averagePrice": 1.02, - "totalVolume": 239756.62, - "totalBagsSold": 76542.91, - "smallBagsSold": 75408.57, - "largeBagsSold": 1134.34, - "xLargeBagsSold": 0, - "region": "HarrisburgScranton" - }, - { - "id": 880, - "date": "2015-02-01", - "averagePrice": 1.06, - "totalVolume": 283137.88, - "totalBagsSold": 70932.74, - "smallBagsSold": 69529.64, - "largeBagsSold": 1403.1, - "xLargeBagsSold": 0, - "region": "HarrisburgScranton" - }, - { - "id": 881, - "date": "2015-01-25", - "averagePrice": 1.17, - "totalVolume": 206074.14, - "totalBagsSold": 83379.23, - "smallBagsSold": 79720.85, - "largeBagsSold": 3658.38, - "xLargeBagsSold": 0, - "region": "HarrisburgScranton" - }, - { - "id": 882, - "date": "2015-01-18", - "averagePrice": 1.24, - "totalVolume": 182604.68, - "totalBagsSold": 65730.17, - "smallBagsSold": 64180.88, - "largeBagsSold": 1549.29, - "xLargeBagsSold": 0, - "region": "HarrisburgScranton" - }, - { - "id": 883, - "date": "2015-01-11", - "averagePrice": 1.26, - "totalVolume": 178735.25, - "totalBagsSold": 64838.42, - "smallBagsSold": 63840.09, - "largeBagsSold": 998.33, - "xLargeBagsSold": 0, - "region": "HarrisburgScranton" - }, - { - "id": 884, - "date": "2015-01-04", - "averagePrice": 1.05, - "totalVolume": 203939.14, - "totalBagsSold": 48952.57, - "smallBagsSold": 47583.64, - "largeBagsSold": 1368.93, - "xLargeBagsSold": 0, - "region": "HarrisburgScranton" - }, - { - "id": 885, - "date": "2015-12-27", - "averagePrice": 1.27, - "totalVolume": 243556.57, - "totalBagsSold": 44521.4, - "smallBagsSold": 43577.26, - "largeBagsSold": 944.14, - "xLargeBagsSold": 0, - "region": "HartfordSpringfield" - }, - { - "id": 886, - "date": "2015-12-20", - "averagePrice": 1.18, - "totalVolume": 264155.74, - "totalBagsSold": 46958.69, - "smallBagsSold": 45981.69, - "largeBagsSold": 977, - "xLargeBagsSold": 0, - "region": "HartfordSpringfield" - }, - { - "id": 887, - "date": "2015-12-13", - "averagePrice": 1.24, - "totalVolume": 238558.16, - "totalBagsSold": 47235.04, - "smallBagsSold": 46493.47, - "largeBagsSold": 741.57, - "xLargeBagsSold": 0, - "region": "HartfordSpringfield" - }, - { - "id": 888, - "date": "2015-12-06", - "averagePrice": 1.19, - "totalVolume": 239945.42, - "totalBagsSold": 36087.9, - "smallBagsSold": 35448.13, - "largeBagsSold": 639.77, - "xLargeBagsSold": 0, - "region": "HartfordSpringfield" - }, - { - "id": 889, - "date": "2015-11-29", - "averagePrice": 1.32, - "totalVolume": 213631.54, - "totalBagsSold": 37099.33, - "smallBagsSold": 36423.45, - "largeBagsSold": 675.88, - "xLargeBagsSold": 0, - "region": "HartfordSpringfield" - }, - { - "id": 890, - "date": "2015-11-22", - "averagePrice": 1.27, - "totalVolume": 212091.14, - "totalBagsSold": 31693.36, - "smallBagsSold": 30800.02, - "largeBagsSold": 893.34, - "xLargeBagsSold": 0, - "region": "HartfordSpringfield" - }, - { - "id": 891, - "date": "2015-11-15", - "averagePrice": 1.12, - "totalVolume": 275217.97, - "totalBagsSold": 42156.85, - "smallBagsSold": 40290.46, - "largeBagsSold": 1866.39, - "xLargeBagsSold": 0, - "region": "HartfordSpringfield" - }, - { - "id": 892, - "date": "2015-11-08", - "averagePrice": 1.16, - "totalVolume": 309186.06, - "totalBagsSold": 43220.27, - "smallBagsSold": 37770.33, - "largeBagsSold": 5449.94, - "xLargeBagsSold": 0, - "region": "HartfordSpringfield" - }, - { - "id": 893, - "date": "2015-11-01", - "averagePrice": 1.16, - "totalVolume": 326067.03, - "totalBagsSold": 49489.36, - "smallBagsSold": 44831.2, - "largeBagsSold": 4658.16, - "xLargeBagsSold": 0, - "region": "HartfordSpringfield" - }, - { - "id": 894, - "date": "2015-10-25", - "averagePrice": 1.2, - "totalVolume": 234361.36, - "totalBagsSold": 47535.6, - "smallBagsSold": 43920.24, - "largeBagsSold": 3615.36, - "xLargeBagsSold": 0, - "region": "HartfordSpringfield" - }, - { - "id": 895, - "date": "2015-10-18", - "averagePrice": 0.93, - "totalVolume": 407866.27, - "totalBagsSold": 45108.78, - "smallBagsSold": 42004.56, - "largeBagsSold": 3104.22, - "xLargeBagsSold": 0, - "region": "HartfordSpringfield" - }, - { - "id": 896, - "date": "2015-10-11", - "averagePrice": 1.38, - "totalVolume": 264227.78, - "totalBagsSold": 52442.71, - "smallBagsSold": 49064.3, - "largeBagsSold": 3378.41, - "xLargeBagsSold": 0, - "region": "HartfordSpringfield" - }, - { - "id": 897, - "date": "2015-10-04", - "averagePrice": 1.3, - "totalVolume": 262638.61, - "totalBagsSold": 51469.03, - "smallBagsSold": 46352.66, - "largeBagsSold": 5116.37, - "xLargeBagsSold": 0, - "region": "HartfordSpringfield" - }, - { - "id": 898, - "date": "2015-09-27", - "averagePrice": 1.29, - "totalVolume": 247141.63, - "totalBagsSold": 46105.98, - "smallBagsSold": 42271.23, - "largeBagsSold": 3834.75, - "xLargeBagsSold": 0, - "region": "HartfordSpringfield" - }, - { - "id": 899, - "date": "2015-09-20", - "averagePrice": 1.25, - "totalVolume": 241532.74, - "totalBagsSold": 57606.92, - "smallBagsSold": 52877.17, - "largeBagsSold": 4729.75, - "xLargeBagsSold": 0, - "region": "HartfordSpringfield" - }, - { - "id": 900, - "date": "2015-09-13", - "averagePrice": 1.11, - "totalVolume": 341176.21, - "totalBagsSold": 53422.12, - "smallBagsSold": 47929.52, - "largeBagsSold": 5492.6, - "xLargeBagsSold": 0, - "region": "HartfordSpringfield" - }, - { - "id": 901, - "date": "2015-09-06", - "averagePrice": 1.27, - "totalVolume": 281256.19, - "totalBagsSold": 54784.25, - "smallBagsSold": 52839.06, - "largeBagsSold": 1945.19, - "xLargeBagsSold": 0, - "region": "HartfordSpringfield" - }, - { - "id": 902, - "date": "2015-08-30", - "averagePrice": 1.26, - "totalVolume": 292827.27, - "totalBagsSold": 47188.5, - "smallBagsSold": 46616.28, - "largeBagsSold": 572.22, - "xLargeBagsSold": 0, - "region": "HartfordSpringfield" - }, - { - "id": 903, - "date": "2015-08-23", - "averagePrice": 1.14, - "totalVolume": 298493.22, - "totalBagsSold": 45255.29, - "smallBagsSold": 44345.82, - "largeBagsSold": 909.47, - "xLargeBagsSold": 0, - "region": "HartfordSpringfield" - }, - { - "id": 904, - "date": "2015-08-16", - "averagePrice": 1.12, - "totalVolume": 351074.46, - "totalBagsSold": 52808.59, - "smallBagsSold": 51496.76, - "largeBagsSold": 1311.83, - "xLargeBagsSold": 0, - "region": "HartfordSpringfield" - }, - { - "id": 905, - "date": "2015-08-09", - "averagePrice": 1.12, - "totalVolume": 354490.75, - "totalBagsSold": 56845.94, - "smallBagsSold": 55625.9, - "largeBagsSold": 1220.04, - "xLargeBagsSold": 0, - "region": "HartfordSpringfield" - }, - { - "id": 906, - "date": "2015-08-02", - "averagePrice": 1.16, - "totalVolume": 323449.77, - "totalBagsSold": 48824.22, - "smallBagsSold": 47631.34, - "largeBagsSold": 1192.88, - "xLargeBagsSold": 0, - "region": "HartfordSpringfield" - }, - { - "id": 907, - "date": "2015-07-26", - "averagePrice": 1.3, - "totalVolume": 266049.58, - "totalBagsSold": 55094.92, - "smallBagsSold": 52815.8, - "largeBagsSold": 2279.12, - "xLargeBagsSold": 0, - "region": "HartfordSpringfield" - }, - { - "id": 908, - "date": "2015-07-19", - "averagePrice": 1.32, - "totalVolume": 258239.1, - "totalBagsSold": 59063.86, - "smallBagsSold": 56769.39, - "largeBagsSold": 2294.47, - "xLargeBagsSold": 0, - "region": "HartfordSpringfield" - }, - { - "id": 909, - "date": "2015-07-12", - "averagePrice": 1.06, - "totalVolume": 389782.2, - "totalBagsSold": 73611.03, - "smallBagsSold": 71429.27, - "largeBagsSold": 2181.76, - "xLargeBagsSold": 0, - "region": "HartfordSpringfield" - }, - { - "id": 910, - "date": "2015-07-05", - "averagePrice": 1.25, - "totalVolume": 339064.22, - "totalBagsSold": 71726.72, - "smallBagsSold": 67565.11, - "largeBagsSold": 4161.61, - "xLargeBagsSold": 0, - "region": "HartfordSpringfield" - }, - { - "id": 911, - "date": "2015-06-28", - "averagePrice": 1.27, - "totalVolume": 304624.07, - "totalBagsSold": 63988.35, - "smallBagsSold": 60622.57, - "largeBagsSold": 3365.78, - "xLargeBagsSold": 0, - "region": "HartfordSpringfield" - }, - { - "id": 912, - "date": "2015-06-21", - "averagePrice": 1.25, - "totalVolume": 341628.84, - "totalBagsSold": 69297.55, - "smallBagsSold": 67505.16, - "largeBagsSold": 1792.39, - "xLargeBagsSold": 0, - "region": "HartfordSpringfield" - }, - { - "id": 913, - "date": "2015-06-14", - "averagePrice": 1.15, - "totalVolume": 338036.94, - "totalBagsSold": 72846.84, - "smallBagsSold": 69607.77, - "largeBagsSold": 3239.07, - "xLargeBagsSold": 0, - "region": "HartfordSpringfield" - }, - { - "id": 914, - "date": "2015-06-07", - "averagePrice": 1.29, - "totalVolume": 353474.52, - "totalBagsSold": 67534.04, - "smallBagsSold": 66052.8, - "largeBagsSold": 1481.24, - "xLargeBagsSold": 0, - "region": "HartfordSpringfield" - }, - { - "id": 915, - "date": "2015-05-31", - "averagePrice": 1.33, - "totalVolume": 319502.82, - "totalBagsSold": 76734.47, - "smallBagsSold": 74809, - "largeBagsSold": 1925.47, - "xLargeBagsSold": 0, - "region": "HartfordSpringfield" - }, - { - "id": 916, - "date": "2015-05-24", - "averagePrice": 1.34, - "totalVolume": 314930.61, - "totalBagsSold": 80420.66, - "smallBagsSold": 78505.66, - "largeBagsSold": 1915, - "xLargeBagsSold": 0, - "region": "HartfordSpringfield" - }, - { - "id": 917, - "date": "2015-05-17", - "averagePrice": 1.2, - "totalVolume": 358753.17, - "totalBagsSold": 72312.87, - "smallBagsSold": 69888.23, - "largeBagsSold": 2424.64, - "xLargeBagsSold": 0, - "region": "HartfordSpringfield" - }, - { - "id": 918, - "date": "2015-05-10", - "averagePrice": 1.25, - "totalVolume": 370924.13, - "totalBagsSold": 76807.72, - "smallBagsSold": 73455.49, - "largeBagsSold": 3352.23, - "xLargeBagsSold": 0, - "region": "HartfordSpringfield" - }, - { - "id": 919, - "date": "2015-05-03", - "averagePrice": 1.25, - "totalVolume": 329589.03, - "totalBagsSold": 69666.09, - "smallBagsSold": 66957.03, - "largeBagsSold": 2709.06, - "xLargeBagsSold": 0, - "region": "HartfordSpringfield" - }, - { - "id": 920, - "date": "2015-04-26", - "averagePrice": 1.36, - "totalVolume": 277178.42, - "totalBagsSold": 66780.15, - "smallBagsSold": 64008.53, - "largeBagsSold": 2693.84, - "xLargeBagsSold": 77.78, - "region": "HartfordSpringfield" - }, - { - "id": 921, - "date": "2015-04-19", - "averagePrice": 1.35, - "totalVolume": 271198.73, - "totalBagsSold": 70677.64, - "smallBagsSold": 66844.17, - "largeBagsSold": 3833.47, - "xLargeBagsSold": 0, - "region": "HartfordSpringfield" - }, - { - "id": 922, - "date": "2015-04-12", - "averagePrice": 1.25, - "totalVolume": 251083.39, - "totalBagsSold": 64932.26, - "smallBagsSold": 63103.19, - "largeBagsSold": 1829.07, - "xLargeBagsSold": 0, - "region": "HartfordSpringfield" - }, - { - "id": 923, - "date": "2015-04-05", - "averagePrice": 1.33, - "totalVolume": 246967.21, - "totalBagsSold": 58950.13, - "smallBagsSold": 56550.7, - "largeBagsSold": 2399.43, - "xLargeBagsSold": 0, - "region": "HartfordSpringfield" - }, - { - "id": 924, - "date": "2015-03-29", - "averagePrice": 1.22, - "totalVolume": 241495.12, - "totalBagsSold": 53019.67, - "smallBagsSold": 50509.85, - "largeBagsSold": 2509.82, - "xLargeBagsSold": 0, - "region": "HartfordSpringfield" - }, - { - "id": 925, - "date": "2015-03-22", - "averagePrice": 1.11, - "totalVolume": 292821.36, - "totalBagsSold": 56636.95, - "smallBagsSold": 53990.12, - "largeBagsSold": 2646.83, - "xLargeBagsSold": 0, - "region": "HartfordSpringfield" - }, - { - "id": 926, - "date": "2015-03-15", - "averagePrice": 1.4, - "totalVolume": 225761.68, - "totalBagsSold": 68370.25, - "smallBagsSold": 65306.48, - "largeBagsSold": 3063.77, - "xLargeBagsSold": 0, - "region": "HartfordSpringfield" - }, - { - "id": 927, - "date": "2015-03-08", - "averagePrice": 1.43, - "totalVolume": 210375.08, - "totalBagsSold": 81264.03, - "smallBagsSold": 77718.63, - "largeBagsSold": 3545.4, - "xLargeBagsSold": 0, - "region": "HartfordSpringfield" - }, - { - "id": 928, - "date": "2015-03-01", - "averagePrice": 1.12, - "totalVolume": 314917.55, - "totalBagsSold": 59968.22, - "smallBagsSold": 57600.88, - "largeBagsSold": 2367.34, - "xLargeBagsSold": 0, - "region": "HartfordSpringfield" - }, - { - "id": 929, - "date": "2015-02-22", - "averagePrice": 1.38, - "totalVolume": 220210.32, - "totalBagsSold": 73550.85, - "smallBagsSold": 71330.51, - "largeBagsSold": 2220.34, - "xLargeBagsSold": 0, - "region": "HartfordSpringfield" - }, - { - "id": 930, - "date": "2015-02-15", - "averagePrice": 1.39, - "totalVolume": 223170.31, - "totalBagsSold": 80581.7, - "smallBagsSold": 79026.53, - "largeBagsSold": 1555.17, - "xLargeBagsSold": 0, - "region": "HartfordSpringfield" - }, - { - "id": 931, - "date": "2015-02-08", - "averagePrice": 1.09, - "totalVolume": 364571.57, - "totalBagsSold": 68467.05, - "smallBagsSold": 65594.58, - "largeBagsSold": 2872.47, - "xLargeBagsSold": 0, - "region": "HartfordSpringfield" - }, - { - "id": 932, - "date": "2015-02-01", - "averagePrice": 1.32, - "totalVolume": 297969.31, - "totalBagsSold": 75877.74, - "smallBagsSold": 72234.63, - "largeBagsSold": 3643.11, - "xLargeBagsSold": 0, - "region": "HartfordSpringfield" - }, - { - "id": 933, - "date": "2015-01-25", - "averagePrice": 1.35, - "totalVolume": 241174.11, - "totalBagsSold": 86591.5, - "smallBagsSold": 79402.42, - "largeBagsSold": 7189.08, - "xLargeBagsSold": 0, - "region": "HartfordSpringfield" - }, - { - "id": 934, - "date": "2015-01-18", - "averagePrice": 1.39, - "totalVolume": 229216.05, - "totalBagsSold": 64898.32, - "smallBagsSold": 62671.58, - "largeBagsSold": 2226.74, - "xLargeBagsSold": 0, - "region": "HartfordSpringfield" - }, - { - "id": 935, - "date": "2015-01-11", - "averagePrice": 1.38, - "totalVolume": 232640.15, - "totalBagsSold": 85049.89, - "smallBagsSold": 83319.8, - "largeBagsSold": 1730.09, - "xLargeBagsSold": 0, - "region": "HartfordSpringfield" - }, - { - "id": 936, - "date": "2015-01-04", - "averagePrice": 1.06, - "totalVolume": 332208.14, - "totalBagsSold": 58061.57, - "smallBagsSold": 55401.31, - "largeBagsSold": 2660.26, - "xLargeBagsSold": 0, - "region": "HartfordSpringfield" - }, - { - "id": 937, - "date": "2015-12-27", - "averagePrice": 0.78, - "totalVolume": 944506.54, - "totalBagsSold": 140578.89, - "smallBagsSold": 73711.94, - "largeBagsSold": 36493.62, - "xLargeBagsSold": 30373.33, - "region": "Houston" - }, - { - "id": 938, - "date": "2015-12-20", - "averagePrice": 0.75, - "totalVolume": 922355.67, - "totalBagsSold": 134472.15, - "smallBagsSold": 72198.16, - "largeBagsSold": 31520.66, - "xLargeBagsSold": 30753.33, - "region": "Houston" - }, - { - "id": 939, - "date": "2015-12-13", - "averagePrice": 0.73, - "totalVolume": 998752.95, - "totalBagsSold": 118249.9, - "smallBagsSold": 69011.01, - "largeBagsSold": 48622.22, - "xLargeBagsSold": 616.67, - "region": "Houston" - }, - { - "id": 940, - "date": "2015-12-06", - "averagePrice": 0.74, - "totalVolume": 989676.85, - "totalBagsSold": 123301.75, - "smallBagsSold": 61020.31, - "largeBagsSold": 62281.44, - "xLargeBagsSold": 0, - "region": "Houston" - }, - { - "id": 941, - "date": "2015-11-29", - "averagePrice": 0.79, - "totalVolume": 783225.98, - "totalBagsSold": 97740.46, - "smallBagsSold": 67880.28, - "largeBagsSold": 29860.18, - "xLargeBagsSold": 0, - "region": "Houston" - }, - { - "id": 942, - "date": "2015-11-22", - "averagePrice": 0.73, - "totalVolume": 913002.96, - "totalBagsSold": 112776.26, - "smallBagsSold": 70785.25, - "largeBagsSold": 41991.01, - "xLargeBagsSold": 0, - "region": "Houston" - }, - { - "id": 943, - "date": "2015-11-15", - "averagePrice": 0.72, - "totalVolume": 998801.78, - "totalBagsSold": 131185.34, - "smallBagsSold": 62414.66, - "largeBagsSold": 68770.68, - "xLargeBagsSold": 0, - "region": "Houston" - }, - { - "id": 944, - "date": "2015-11-08", - "averagePrice": 0.75, - "totalVolume": 983909.85, - "totalBagsSold": 124311.49, - "smallBagsSold": 56573.89, - "largeBagsSold": 67737.6, - "xLargeBagsSold": 0, - "region": "Houston" - }, - { - "id": 945, - "date": "2015-11-01", - "averagePrice": 0.77, - "totalVolume": 1007805.74, - "totalBagsSold": 135090.91, - "smallBagsSold": 56198.27, - "largeBagsSold": 78892.64, - "xLargeBagsSold": 0, - "region": "Houston" - }, - { - "id": 946, - "date": "2015-10-25", - "averagePrice": 0.88, - "totalVolume": 933623.58, - "totalBagsSold": 101889.59, - "smallBagsSold": 57577.21, - "largeBagsSold": 44260.6, - "xLargeBagsSold": 51.78, - "region": "Houston" - }, - { - "id": 947, - "date": "2015-10-18", - "averagePrice": 0.9, - "totalVolume": 847813.12, - "totalBagsSold": 87942.98, - "smallBagsSold": 59835.83, - "largeBagsSold": 28107.15, - "xLargeBagsSold": 0, - "region": "Houston" - }, - { - "id": 948, - "date": "2015-10-11", - "averagePrice": 0.79, - "totalVolume": 1036269.51, - "totalBagsSold": 112924.68, - "smallBagsSold": 62638.13, - "largeBagsSold": 50286.55, - "xLargeBagsSold": 0, - "region": "Houston" - }, - { - "id": 949, - "date": "2015-10-04", - "averagePrice": 0.82, - "totalVolume": 1019283.99, - "totalBagsSold": 128610.3, - "smallBagsSold": 59751, - "largeBagsSold": 68859.3, - "xLargeBagsSold": 0, - "region": "Houston" - }, - { - "id": 950, - "date": "2015-09-27", - "averagePrice": 0.86, - "totalVolume": 968988.09, - "totalBagsSold": 110005.86, - "smallBagsSold": 61098.51, - "largeBagsSold": 48907.35, - "xLargeBagsSold": 0, - "region": "Houston" - }, - { - "id": 951, - "date": "2015-09-20", - "averagePrice": 0.83, - "totalVolume": 967228.05, - "totalBagsSold": 97093.64, - "smallBagsSold": 55198.32, - "largeBagsSold": 41895.32, - "xLargeBagsSold": 0, - "region": "Houston" - }, - { - "id": 952, - "date": "2015-09-13", - "averagePrice": 0.89, - "totalVolume": 1095790.27, - "totalBagsSold": 128197.69, - "smallBagsSold": 55636.91, - "largeBagsSold": 72560.78, - "xLargeBagsSold": 0, - "region": "Houston" - }, - { - "id": 953, - "date": "2015-09-06", - "averagePrice": 0.89, - "totalVolume": 1090493.39, - "totalBagsSold": 128398.07, - "smallBagsSold": 63724.96, - "largeBagsSold": 64673.11, - "xLargeBagsSold": 0, - "region": "Houston" - }, - { - "id": 954, - "date": "2015-08-30", - "averagePrice": 0.88, - "totalVolume": 926124.93, - "totalBagsSold": 101800.73, - "smallBagsSold": 72264.6, - "largeBagsSold": 29536.13, - "xLargeBagsSold": 0, - "region": "Houston" - }, - { - "id": 955, - "date": "2015-08-23", - "averagePrice": 0.89, - "totalVolume": 933166.17, - "totalBagsSold": 97753.82, - "smallBagsSold": 62733.47, - "largeBagsSold": 35020.35, - "xLargeBagsSold": 0, - "region": "Houston" - }, - { - "id": 956, - "date": "2015-08-16", - "averagePrice": 0.92, - "totalVolume": 968899.09, - "totalBagsSold": 102019.4, - "smallBagsSold": 65764.02, - "largeBagsSold": 36255.38, - "xLargeBagsSold": 0, - "region": "Houston" - }, - { - "id": 957, - "date": "2015-08-09", - "averagePrice": 0.92, - "totalVolume": 935149.69, - "totalBagsSold": 98490.67, - "smallBagsSold": 62834.44, - "largeBagsSold": 35656.23, - "xLargeBagsSold": 0, - "region": "Houston" - }, - { - "id": 958, - "date": "2015-08-02", - "averagePrice": 0.9, - "totalVolume": 948126.9, - "totalBagsSold": 93996.27, - "smallBagsSold": 60782.86, - "largeBagsSold": 33213.41, - "xLargeBagsSold": 0, - "region": "Houston" - }, - { - "id": 959, - "date": "2015-07-26", - "averagePrice": 0.79, - "totalVolume": 1086740.19, - "totalBagsSold": 115646.96, - "smallBagsSold": 69845.31, - "largeBagsSold": 45801.65, - "xLargeBagsSold": 0, - "region": "Houston" - }, - { - "id": 960, - "date": "2015-07-19", - "averagePrice": 0.78, - "totalVolume": 1093424.59, - "totalBagsSold": 146607.39, - "smallBagsSold": 73695.03, - "largeBagsSold": 72912.36, - "xLargeBagsSold": 0, - "region": "Houston" - }, - { - "id": 961, - "date": "2015-07-12", - "averagePrice": 0.79, - "totalVolume": 999607.51, - "totalBagsSold": 129130.78, - "smallBagsSold": 71467.17, - "largeBagsSold": 57474.72, - "xLargeBagsSold": 188.89, - "region": "Houston" - }, - { - "id": 962, - "date": "2015-07-05", - "averagePrice": 0.79, - "totalVolume": 1173819.67, - "totalBagsSold": 145201.69, - "smallBagsSold": 98660.98, - "largeBagsSold": 46540.71, - "xLargeBagsSold": 0, - "region": "Houston" - }, - { - "id": 963, - "date": "2015-06-28", - "averagePrice": 0.74, - "totalVolume": 1135915.03, - "totalBagsSold": 182793.53, - "smallBagsSold": 87444.74, - "largeBagsSold": 95348.79, - "xLargeBagsSold": 0, - "region": "Houston" - }, - { - "id": 964, - "date": "2015-06-21", - "averagePrice": 0.74, - "totalVolume": 1196121.27, - "totalBagsSold": 165540.77, - "smallBagsSold": 84406.17, - "largeBagsSold": 81134.6, - "xLargeBagsSold": 0, - "region": "Houston" - }, - { - "id": 965, - "date": "2015-06-14", - "averagePrice": 0.62, - "totalVolume": 1533409.28, - "totalBagsSold": 164984.41, - "smallBagsSold": 85200.08, - "largeBagsSold": 79784.33, - "xLargeBagsSold": 0, - "region": "Houston" - }, - { - "id": 966, - "date": "2015-06-07", - "averagePrice": 0.72, - "totalVolume": 1172177.72, - "totalBagsSold": 127682.54, - "smallBagsSold": 72504.8, - "largeBagsSold": 55177.74, - "xLargeBagsSold": 0, - "region": "Houston" - }, - { - "id": 967, - "date": "2015-05-31", - "averagePrice": 0.72, - "totalVolume": 1262932.78, - "totalBagsSold": 119148.01, - "smallBagsSold": 53981.67, - "largeBagsSold": 65166.34, - "xLargeBagsSold": 0, - "region": "Houston" - }, - { - "id": 968, - "date": "2015-05-24", - "averagePrice": 0.83, - "totalVolume": 1089679.39, - "totalBagsSold": 97641.42, - "smallBagsSold": 58142.73, - "largeBagsSold": 39498.69, - "xLargeBagsSold": 0, - "region": "Houston" - }, - { - "id": 969, - "date": "2015-05-17", - "averagePrice": 0.82, - "totalVolume": 1025659.59, - "totalBagsSold": 82512.33, - "smallBagsSold": 47881.9, - "largeBagsSold": 34630.43, - "xLargeBagsSold": 0, - "region": "Houston" - }, - { - "id": 970, - "date": "2015-05-10", - "averagePrice": 0.76, - "totalVolume": 1201673.17, - "totalBagsSold": 119273.42, - "smallBagsSold": 49686.88, - "largeBagsSold": 69586.54, - "xLargeBagsSold": 0, - "region": "Houston" - }, - { - "id": 971, - "date": "2015-05-03", - "averagePrice": 0.74, - "totalVolume": 1296308.05, - "totalBagsSold": 138113.52, - "smallBagsSold": 55875.33, - "largeBagsSold": 82238.19, - "xLargeBagsSold": 0, - "region": "Houston" - }, - { - "id": 972, - "date": "2015-04-26", - "averagePrice": 0.79, - "totalVolume": 1082231.89, - "totalBagsSold": 91745.87, - "smallBagsSold": 58557.13, - "largeBagsSold": 33188.74, - "xLargeBagsSold": 0, - "region": "Houston" - }, - { - "id": 973, - "date": "2015-04-19", - "averagePrice": 0.82, - "totalVolume": 933033.17, - "totalBagsSold": 112472.41, - "smallBagsSold": 78217.04, - "largeBagsSold": 34255.37, - "xLargeBagsSold": 0, - "region": "Houston" - }, - { - "id": 974, - "date": "2015-04-12", - "averagePrice": 0.79, - "totalVolume": 1096074.97, - "totalBagsSold": 107051.39, - "smallBagsSold": 97144.19, - "largeBagsSold": 9907.2, - "xLargeBagsSold": 0, - "region": "Houston" - }, - { - "id": 975, - "date": "2015-04-05", - "averagePrice": 0.83, - "totalVolume": 1249645.2, - "totalBagsSold": 139400.33, - "smallBagsSold": 132586.15, - "largeBagsSold": 6814.18, - "xLargeBagsSold": 0, - "region": "Houston" - }, - { - "id": 976, - "date": "2015-03-29", - "averagePrice": 0.79, - "totalVolume": 1116225.29, - "totalBagsSold": 128755.71, - "smallBagsSold": 122988.43, - "largeBagsSold": 5767.28, - "xLargeBagsSold": 0, - "region": "Houston" - }, - { - "id": 977, - "date": "2015-03-22", - "averagePrice": 0.8, - "totalVolume": 1036663.77, - "totalBagsSold": 122875.54, - "smallBagsSold": 71977.68, - "largeBagsSold": 50897.86, - "xLargeBagsSold": 0, - "region": "Houston" - }, - { - "id": 978, - "date": "2015-03-15", - "averagePrice": 0.77, - "totalVolume": 1043172.77, - "totalBagsSold": 110522.1, - "smallBagsSold": 62352.87, - "largeBagsSold": 48169.23, - "xLargeBagsSold": 0, - "region": "Houston" - }, - { - "id": 979, - "date": "2015-03-08", - "averagePrice": 0.78, - "totalVolume": 1166055.83, - "totalBagsSold": 135735.59, - "smallBagsSold": 60498.92, - "largeBagsSold": 75236.67, - "xLargeBagsSold": 0, - "region": "Houston" - }, - { - "id": 980, - "date": "2015-03-01", - "averagePrice": 0.87, - "totalVolume": 991328.46, - "totalBagsSold": 114118.74, - "smallBagsSold": 63264.46, - "largeBagsSold": 50854.28, - "xLargeBagsSold": 0, - "region": "Houston" - }, - { - "id": 981, - "date": "2015-02-22", - "averagePrice": 0.82, - "totalVolume": 978807.74, - "totalBagsSold": 105622.79, - "smallBagsSold": 73227.41, - "largeBagsSold": 32395.38, - "xLargeBagsSold": 0, - "region": "Houston" - }, - { - "id": 982, - "date": "2015-02-15", - "averagePrice": 0.73, - "totalVolume": 1062387.72, - "totalBagsSold": 120148.78, - "smallBagsSold": 83840.62, - "largeBagsSold": 36308.16, - "xLargeBagsSold": 0, - "region": "Houston" - }, - { - "id": 983, - "date": "2015-02-08", - "averagePrice": 0.7, - "totalVolume": 1180723.02, - "totalBagsSold": 114519.05, - "smallBagsSold": 103507.51, - "largeBagsSold": 11011.54, - "xLargeBagsSold": 0, - "region": "Houston" - }, - { - "id": 984, - "date": "2015-02-01", - "averagePrice": 0.72, - "totalVolume": 1280364.01, - "totalBagsSold": 134420.71, - "smallBagsSold": 86145.18, - "largeBagsSold": 48275.53, - "xLargeBagsSold": 0, - "region": "Houston" - }, - { - "id": 985, - "date": "2015-01-25", - "averagePrice": 0.77, - "totalVolume": 983910.94, - "totalBagsSold": 120289.18, - "smallBagsSold": 95546.28, - "largeBagsSold": 24742.9, - "xLargeBagsSold": 0, - "region": "Houston" - }, - { - "id": 986, - "date": "2015-01-18", - "averagePrice": 0.77, - "totalVolume": 1017854.16, - "totalBagsSold": 120280.76, - "smallBagsSold": 107320.39, - "largeBagsSold": 12960.37, - "xLargeBagsSold": 0, - "region": "Houston" - }, - { - "id": 987, - "date": "2015-01-11", - "averagePrice": 0.78, - "totalVolume": 1062071.65, - "totalBagsSold": 152918.86, - "smallBagsSold": 126995.76, - "largeBagsSold": 25923.1, - "xLargeBagsSold": 0, - "region": "Houston" - }, - { - "id": 988, - "date": "2015-01-04", - "averagePrice": 0.71, - "totalVolume": 1062990.62, - "totalBagsSold": 115837.55, - "smallBagsSold": 90299.85, - "largeBagsSold": 25537.7, - "xLargeBagsSold": 0, - "region": "Houston" - }, - { - "id": 989, - "date": "2015-12-27", - "averagePrice": 1.04, - "totalVolume": 123096.09, - "totalBagsSold": 37857.68, - "smallBagsSold": 20644.64, - "largeBagsSold": 11524.06, - "xLargeBagsSold": 5688.98, - "region": "Indianapolis" - }, - { - "id": 990, - "date": "2015-12-20", - "averagePrice": 1.1, - "totalVolume": 116353.68, - "totalBagsSold": 35339.83, - "smallBagsSold": 18144.63, - "largeBagsSold": 12133.67, - "xLargeBagsSold": 5061.53, - "region": "Indianapolis" - }, - { - "id": 991, - "date": "2015-12-13", - "averagePrice": 1.03, - "totalVolume": 125342.89, - "totalBagsSold": 39055.62, - "smallBagsSold": 21259.82, - "largeBagsSold": 15580.08, - "xLargeBagsSold": 2215.72, - "region": "Indianapolis" - }, - { - "id": 992, - "date": "2015-12-06", - "averagePrice": 0.92, - "totalVolume": 145740.44, - "totalBagsSold": 38650.33, - "smallBagsSold": 19365.92, - "largeBagsSold": 17733.68, - "xLargeBagsSold": 1550.73, - "region": "Indianapolis" - }, - { - "id": 993, - "date": "2015-11-29", - "averagePrice": 1.08, - "totalVolume": 108444.41, - "totalBagsSold": 29256.3, - "smallBagsSold": 17455.74, - "largeBagsSold": 9975.21, - "xLargeBagsSold": 1825.35, - "region": "Indianapolis" - }, - { - "id": 994, - "date": "2015-11-22", - "averagePrice": 1.11, - "totalVolume": 115384.56, - "totalBagsSold": 32825.44, - "smallBagsSold": 20313.48, - "largeBagsSold": 11041.51, - "xLargeBagsSold": 1470.45, - "region": "Indianapolis" - }, - { - "id": 995, - "date": "2015-11-15", - "averagePrice": 1.08, - "totalVolume": 124218.61, - "totalBagsSold": 36598.17, - "smallBagsSold": 22294.87, - "largeBagsSold": 11753.19, - "xLargeBagsSold": 2550.11, - "region": "Indianapolis" - }, - { - "id": 996, - "date": "2015-11-08", - "averagePrice": 0.96, - "totalVolume": 147799.55, - "totalBagsSold": 38397.37, - "smallBagsSold": 19246.38, - "largeBagsSold": 15189.72, - "xLargeBagsSold": 3961.27, - "region": "Indianapolis" - }, - { - "id": 997, - "date": "2015-11-01", - "averagePrice": 1.01, - "totalVolume": 147459.62, - "totalBagsSold": 40333.83, - "smallBagsSold": 20800.04, - "largeBagsSold": 16206.13, - "xLargeBagsSold": 3327.66, - "region": "Indianapolis" - }, - { - "id": 998, - "date": "2015-10-25", - "averagePrice": 1.02, - "totalVolume": 151558.74, - "totalBagsSold": 40696.01, - "smallBagsSold": 18548.38, - "largeBagsSold": 19394.8, - "xLargeBagsSold": 2752.83, - "region": "Indianapolis" - }, - { - "id": 999, - "date": "2015-10-18", - "averagePrice": 0.97, - "totalVolume": 159463.52, - "totalBagsSold": 40805.64, - "smallBagsSold": 24129.91, - "largeBagsSold": 15546, - "xLargeBagsSold": 1129.73, - "region": "Indianapolis" - } -] \ No newline at end of file diff --git a/data/golden-globes.json b/data/golden-globes.json deleted file mode 100644 index 66ab782b5..000000000 --- a/data/golden-globes.json +++ /dev/null @@ -1,12512 +0,0 @@ -[ - { - "year_film": 2009, - "year_award": 2010, - "ceremony": 67, - "category": "Best Motion Picture - Drama", - "nominee": "Avatar", - "film": "", - "win": true - }, - { - "year_film": 2009, - "year_award": 2010, - "ceremony": 67, - "category": "Best Motion Picture - Drama", - "nominee": "Hurt Locker, The", - "film": "", - "win": false - }, - { - "year_film": 2009, - "year_award": 2010, - "ceremony": 67, - "category": "Best Motion Picture - Drama", - "nominee": "Inglourious Basterds", - "film": "", - "win": false - }, - { - "year_film": 2009, - "year_award": 2010, - "ceremony": 67, - "category": "Best Motion Picture - Drama", - "nominee": "Precious: Based On The Novel Push By Sapphire", - "film": "", - "win": false - }, - { - "year_film": 2009, - "year_award": 2010, - "ceremony": 67, - "category": "Best Motion Picture - Drama", - "nominee": "Up In The Air", - "film": "", - "win": false - }, - { - "year_film": 2009, - "year_award": 2010, - "ceremony": 67, - "category": "Best Motion Picture - Musical or Comedy", - "nominee": "Hangover, The", - "film": "", - "win": true - }, - { - "year_film": 2009, - "year_award": 2010, - "ceremony": 67, - "category": "Best Motion Picture - Musical or Comedy", - "nominee": "(500) Days of Summer", - "film": "", - "win": false - }, - { - "year_film": 2009, - "year_award": 2010, - "ceremony": 67, - "category": "Best Motion Picture - Musical or Comedy", - "nominee": "It's Complicated", - "film": "", - "win": false - }, - { - "year_film": 2009, - "year_award": 2010, - "ceremony": 67, - "category": "Best Motion Picture - Musical or Comedy", - "nominee": "Julie & Julia", - "film": "", - "win": false - }, - { - "year_film": 2009, - "year_award": 2010, - "ceremony": 67, - "category": "Best Motion Picture - Musical or Comedy", - "nominee": "Nine", - "film": "", - "win": false - }, - { - "year_film": 2009, - "year_award": 2010, - "ceremony": 67, - "category": "Best Performance by an Actress in a Motion Picture - Drama", - "nominee": "Sandra Bullock", - "film": "Blind Side, The", - "win": true - }, - { - "year_film": 2009, - "year_award": 2010, - "ceremony": 67, - "category": "Best Performance by an Actress in a Motion Picture - Drama", - "nominee": "Emily Blunt", - "film": "Young Victoria, The", - "win": false - }, - { - "year_film": 2009, - "year_award": 2010, - "ceremony": 67, - "category": "Best Performance by an Actress in a Motion Picture - Drama", - "nominee": "Helen Mirren", - "film": "Last Station, The", - "win": false - }, - { - "year_film": 2009, - "year_award": 2010, - "ceremony": 67, - "category": "Best Performance by an Actress in a Motion Picture - Drama", - "nominee": "Carey Mulligan", - "film": "Education, An", - "win": false - }, - { - "year_film": 2009, - "year_award": 2010, - "ceremony": 67, - "category": "Best Performance by an Actress in a Motion Picture - Drama", - "nominee": "Gabourey Sidibe", - "film": "Precious: Based On The Novel Push By Sapphire", - "win": false - }, - { - "year_film": 2009, - "year_award": 2010, - "ceremony": 67, - "category": "Best Performance by an Actor in a Motion Picture - Drama", - "nominee": "Jeff Bridges", - "film": "Crazy Heart", - "win": true - }, - { - "year_film": 2009, - "year_award": 2010, - "ceremony": 67, - "category": "Best Performance by an Actor in a Motion Picture - Drama", - "nominee": "George Clooney", - "film": "Up In The Air", - "win": false - }, - { - "year_film": 2009, - "year_award": 2010, - "ceremony": 67, - "category": "Best Performance by an Actor in a Motion Picture - Drama", - "nominee": "Colin Firth", - "film": "A Single Man", - "win": false - }, - { - "year_film": 2009, - "year_award": 2010, - "ceremony": 67, - "category": "Best Performance by an Actor in a Motion Picture - Drama", - "nominee": "Morgan Freeman", - "film": "Invictus", - "win": false - }, - { - "year_film": 2009, - "year_award": 2010, - "ceremony": 67, - "category": "Best Performance by an Actor in a Motion Picture - Drama", - "nominee": "Tobey Maguire", - "film": "Brothers", - "win": false - }, - { - "year_film": 2009, - "year_award": 2010, - "ceremony": 67, - "category": "Best Performance by an Actress in a Motion Picture - Musical or Comedy", - "nominee": "Meryl Streep", - "film": "Julie & Julia", - "win": true - }, - { - "year_film": 2009, - "year_award": 2010, - "ceremony": 67, - "category": "Best Performance by an Actress in a Motion Picture - Musical or Comedy", - "nominee": "Sandra Bullock", - "film": "Proposal, The", - "win": false - }, - { - "year_film": 2009, - "year_award": 2010, - "ceremony": 67, - "category": "Best Performance by an Actress in a Motion Picture - Musical or Comedy", - "nominee": "Marion Cotillard", - "film": "Nine", - "win": false - }, - { - "year_film": 2009, - "year_award": 2010, - "ceremony": 67, - "category": "Best Performance by an Actress in a Motion Picture - Musical or Comedy", - "nominee": "Julia Roberts", - "film": "Duplicity", - "win": false - }, - { - "year_film": 2009, - "year_award": 2010, - "ceremony": 67, - "category": "Best Performance by an Actress in a Motion Picture - Musical or Comedy", - "nominee": "Meryl Streep", - "film": "It's Complicated", - "win": false - }, - { - "year_film": 2009, - "year_award": 2010, - "ceremony": 67, - "category": "Best Performance by an Actor in a Motion Picture - Musical or Comedy", - "nominee": "Robert Downey Jr.", - "film": "Sherlock Holmes", - "win": true - }, - { - "year_film": 2009, - "year_award": 2010, - "ceremony": 67, - "category": "Best Performance by an Actor in a Motion Picture - Musical or Comedy", - "nominee": "Matt Damon", - "film": "The Informant!", - "win": false - }, - { - "year_film": 2009, - "year_award": 2010, - "ceremony": 67, - "category": "Best Performance by an Actor in a Motion Picture - Musical or Comedy", - "nominee": "Daniel Day-Lewis", - "film": "Nine", - "win": false - }, - { - "year_film": 2009, - "year_award": 2010, - "ceremony": 67, - "category": "Best Performance by an Actor in a Motion Picture - Musical or Comedy", - "nominee": "Joseph Gordon-Levitt", - "film": "(500) Days of Summer", - "win": false - }, - { - "year_film": 2009, - "year_award": 2010, - "ceremony": 67, - "category": "Best Performance by an Actor in a Motion Picture - Musical or Comedy", - "nominee": "Michael Stuhlbarg", - "film": "Serious Man, A", - "win": false - }, - { - "year_film": 2009, - "year_award": 2010, - "ceremony": 67, - "category": "Best Performance by an Actress in a Supporting Role in any Motion Picture", - "nominee": "Mo'Nique", - "film": "Precious: Based On The Novel Push By Sapphire", - "win": true - }, - { - "year_film": 2009, - "year_award": 2010, - "ceremony": 67, - "category": "Best Performance by an Actress in a Supporting Role in any Motion Picture", - "nominee": "Vera Farmiga", - "film": "Up In The Air", - "win": false - }, - { - "year_film": 2009, - "year_award": 2010, - "ceremony": 67, - "category": "Best Performance by an Actress in a Supporting Role in any Motion Picture", - "nominee": "Anna Kendrick", - "film": "Up In The Air", - "win": false - }, - { - "year_film": 2009, - "year_award": 2010, - "ceremony": 67, - "category": "Best Performance by an Actress in a Supporting Role in any Motion Picture", - "nominee": "Julianne Moore", - "film": "A Single Man", - "win": false - }, - { - "year_film": 2009, - "year_award": 2010, - "ceremony": 67, - "category": "Best Performance by an Actress in a Supporting Role in any Motion Picture", - "nominee": "Penélope Cruz", - "film": "Nine", - "win": false - }, - { - "year_film": 2009, - "year_award": 2010, - "ceremony": 67, - "category": "Best Performance by an Actor in a Supporting Role in any Motion Picture", - "nominee": "Christoph Waltz", - "film": "Inglourious Basterds", - "win": true - }, - { - "year_film": 2009, - "year_award": 2010, - "ceremony": 67, - "category": "Best Performance by an Actor in a Supporting Role in any Motion Picture", - "nominee": "Matt Damon", - "film": "Invictus", - "win": false - }, - { - "year_film": 2009, - "year_award": 2010, - "ceremony": 67, - "category": "Best Performance by an Actor in a Supporting Role in any Motion Picture", - "nominee": "Woody Harrelson", - "film": "Messenger, The", - "win": false - }, - { - "year_film": 2009, - "year_award": 2010, - "ceremony": 67, - "category": "Best Performance by an Actor in a Supporting Role in any Motion Picture", - "nominee": "Christopher Plummer", - "film": "Last Station, The", - "win": false - }, - { - "year_film": 2009, - "year_award": 2010, - "ceremony": 67, - "category": "Best Performance by an Actor in a Supporting Role in any Motion Picture", - "nominee": "Stanley Tucci", - "film": "Lovely Bones, The", - "win": false - }, - { - "year_film": 2009, - "year_award": 2010, - "ceremony": 67, - "category": "Best Director - Motion Picture", - "nominee": "James Cameron", - "film": "Avatar", - "win": true - }, - { - "year_film": 2009, - "year_award": 2010, - "ceremony": 67, - "category": "Best Director - Motion Picture", - "nominee": "Kathryn Bigelow", - "film": "Hurt Locker, The", - "win": false - }, - { - "year_film": 2009, - "year_award": 2010, - "ceremony": 67, - "category": "Best Director - Motion Picture", - "nominee": "Jason Reitman", - "film": "Up In The Air", - "win": false - }, - { - "year_film": 2009, - "year_award": 2010, - "ceremony": 67, - "category": "Best Director - Motion Picture", - "nominee": "Quentin Tarantino", - "film": "Inglourious Basterds", - "win": false - }, - { - "year_film": 2009, - "year_award": 2010, - "ceremony": 67, - "category": "Best Director - Motion Picture", - "nominee": "Clint Eastwood", - "film": "Invictus", - "win": false - }, - { - "year_film": 2009, - "year_award": 2010, - "ceremony": 67, - "category": "Best Screenplay - Motion Picture", - "nominee": "Jason Reitman, Sheldon Turner", - "film": "Up In The Air", - "win": true - }, - { - "year_film": 2009, - "year_award": 2010, - "ceremony": 67, - "category": "Best Screenplay - Motion Picture", - "nominee": "Neill Blomkamp, Terri Tatchell", - "film": "District 9", - "win": false - }, - { - "year_film": 2009, - "year_award": 2010, - "ceremony": 67, - "category": "Best Screenplay - Motion Picture", - "nominee": "Mark Boal", - "film": "Hurt Locker, The", - "win": false - }, - { - "year_film": 2009, - "year_award": 2010, - "ceremony": 67, - "category": "Best Screenplay - Motion Picture", - "nominee": "Nancy Meyers", - "film": "It's Complicated", - "win": false - }, - { - "year_film": 2009, - "year_award": 2010, - "ceremony": 67, - "category": "Best Screenplay - Motion Picture", - "nominee": "Quentin Tarantino", - "film": "Inglourious Basterds", - "win": false - }, - { - "year_film": 2009, - "year_award": 2010, - "ceremony": 67, - "category": "Best Motion Picture - Animated", - "nominee": "Up", - "film": "", - "win": true - }, - { - "year_film": 2009, - "year_award": 2010, - "ceremony": 67, - "category": "Best Motion Picture - Animated", - "nominee": "Coraline", - "film": "", - "win": false - }, - { - "year_film": 2009, - "year_award": 2010, - "ceremony": 67, - "category": "Best Motion Picture - Animated", - "nominee": "Fantastic Mr. Fox", - "film": "", - "win": false - }, - { - "year_film": 2009, - "year_award": 2010, - "ceremony": 67, - "category": "Best Motion Picture - Animated", - "nominee": "Princess And The Frog, The", - "film": "", - "win": false - }, - { - "year_film": 2009, - "year_award": 2010, - "ceremony": 67, - "category": "Best Motion Picture - Animated", - "nominee": "Cloudy With A Chance Of Meatballs", - "film": "", - "win": false - }, - { - "year_film": 2009, - "year_award": 2010, - "ceremony": 67, - "category": "Best Motion Picture - Foreign Language", - "nominee": "The White Ribbon (Das Weisse Band - Eine Deutsche Kindergeschichte)", - "film": "Germany, Michael Haneke", - "win": true - }, - { - "year_film": 2009, - "year_award": 2010, - "ceremony": 67, - "category": "Best Motion Picture - Foreign Language", - "nominee": "Baarìa", - "film": "Italy, Giuseppe Tornatore", - "win": false - }, - { - "year_film": 2009, - "year_award": 2010, - "ceremony": 67, - "category": "Best Motion Picture - Foreign Language", - "nominee": "Broken Embraces", - "film": "Spain, Pedro Almodóvar", - "win": false - }, - { - "year_film": 2009, - "year_award": 2010, - "ceremony": 67, - "category": "Best Motion Picture - Foreign Language", - "nominee": "The Maid (La Nana)", - "film": "Chile, Sebastián Silva", - "win": false - }, - { - "year_film": 2009, - "year_award": 2010, - "ceremony": 67, - "category": "Best Motion Picture - Foreign Language", - "nominee": "A Prophet (Un Prophete)", - "film": "France, Jacques Audiard", - "win": false - }, - { - "year_film": 2009, - "year_award": 2010, - "ceremony": 67, - "category": "Best Original Score - Motion Picture", - "nominee": "Michael Giacchino", - "film": "Up", - "win": true - }, - { - "year_film": 2009, - "year_award": 2010, - "ceremony": 67, - "category": "Best Original Score - Motion Picture", - "nominee": "Marvin Hamlisch", - "film": "The Informant!", - "win": false - }, - { - "year_film": 2009, - "year_award": 2010, - "ceremony": 67, - "category": "Best Original Score - Motion Picture", - "nominee": "James Horner", - "film": "Avatar", - "win": false - }, - { - "year_film": 2009, - "year_award": 2010, - "ceremony": 67, - "category": "Best Original Score - Motion Picture", - "nominee": "Abel Korzeniowski", - "film": "A Single Man", - "win": false - }, - { - "year_film": 2009, - "year_award": 2010, - "ceremony": 67, - "category": "Best Original Score - Motion Picture", - "nominee": "Karen O, Carter Burwell", - "film": "Where The Wild Things Are", - "win": false - }, - { - "year_film": 2009, - "year_award": 2010, - "ceremony": 67, - "category": "Best Original Song - Motion Picture", - "nominee": "The Weary Kind (Theme From Crazy Heart)\", T Bone Burnett, Ryan Bingham", - "film": "Crazy Heart", - "win": true - }, - { - "year_film": 2009, - "year_award": 2010, - "ceremony": 67, - "category": "Best Original Song - Motion Picture", - "nominee": "Winter\", U2", - "film": "Brothers", - "win": false - }, - { - "year_film": 2009, - "year_award": 2010, - "ceremony": 67, - "category": "Best Original Song - Motion Picture", - "nominee": "Cinema Italiano\", Maury Yeston", - "film": "Nine", - "win": false - }, - { - "year_film": 2009, - "year_award": 2010, - "ceremony": 67, - "category": "Best Original Song - Motion Picture", - "nominee": "(I Want To) Come Home\", Paul McCartney", - "film": "Everybody's Fine", - "win": false - }, - { - "year_film": 2009, - "year_award": 2010, - "ceremony": 67, - "category": "Best Original Song - Motion Picture", - "nominee": "I See You, James Horner, Simon Franglen, Kuk Harrell", - "film": "Avatar", - "win": false - }, - { - "year_film": 2009, - "year_award": 2010, - "ceremony": 67, - "category": "Best Television Series - Drama", - "nominee": "Mad Men", - "film": "", - "win": true - }, - { - "year_film": 2009, - "year_award": 2010, - "ceremony": 67, - "category": "Best Television Series - Drama", - "nominee": "Big Love", - "film": "", - "win": false - }, - { - "year_film": 2009, - "year_award": 2010, - "ceremony": 67, - "category": "Best Television Series - Drama", - "nominee": "Dexter", - "film": "", - "win": false - }, - { - "year_film": 2009, - "year_award": 2010, - "ceremony": 67, - "category": "Best Television Series - Drama", - "nominee": "House", - "film": "", - "win": false - }, - { - "year_film": 2009, - "year_award": 2010, - "ceremony": 67, - "category": "Best Television Series - Drama", - "nominee": "True Blood", - "film": "", - "win": false - }, - { - "year_film": 2009, - "year_award": 2010, - "ceremony": 67, - "category": "Best Television Series - Musical or Comedy", - "nominee": "Glee", - "film": "", - "win": true - }, - { - "year_film": 2009, - "year_award": 2010, - "ceremony": 67, - "category": "Best Television Series - Musical or Comedy", - "nominee": "Office, The", - "film": "", - "win": false - }, - { - "year_film": 2009, - "year_award": 2010, - "ceremony": 67, - "category": "Best Television Series - Musical or Comedy", - "nominee": "30 Rock", - "film": "", - "win": false - }, - { - "year_film": 2009, - "year_award": 2010, - "ceremony": 67, - "category": "Best Television Series - Musical or Comedy", - "nominee": "Entourage", - "film": "", - "win": false - }, - { - "year_film": 2009, - "year_award": 2010, - "ceremony": 67, - "category": "Best Television Series - Musical or Comedy", - "nominee": "Modern Family", - "film": "", - "win": false - }, - { - "year_film": 2009, - "year_award": 2010, - "ceremony": 67, - "category": "Best Television Limited Series or Motion Picture Made for Television", - "nominee": "Grey Gardens", - "film": "", - "win": true - }, - { - "year_film": 2009, - "year_award": 2010, - "ceremony": 67, - "category": "Best Television Limited Series or Motion Picture Made for Television", - "nominee": "Georgia O'Keeffe", - "film": "", - "win": false - }, - { - "year_film": 2009, - "year_award": 2010, - "ceremony": 67, - "category": "Best Television Limited Series or Motion Picture Made for Television", - "nominee": "Into The Storm", - "film": "", - "win": false - }, - { - "year_film": 2009, - "year_award": 2010, - "ceremony": 67, - "category": "Best Television Limited Series or Motion Picture Made for Television", - "nominee": "Little Dorrit", - "film": "", - "win": false - }, - { - "year_film": 2009, - "year_award": 2010, - "ceremony": 67, - "category": "Best Television Limited Series or Motion Picture Made for Television", - "nominee": "Taking Chance", - "film": "", - "win": false - }, - { - "year_film": 2009, - "year_award": 2010, - "ceremony": 67, - "category": "Best Performance by an Actress in a Limited Series or a Motion Picture Made for Television", - "nominee": "Drew Barrymore", - "film": "Grey Gardens", - "win": true - }, - { - "year_film": 2009, - "year_award": 2010, - "ceremony": 67, - "category": "Best Performance by an Actress in a Limited Series or a Motion Picture Made for Television", - "nominee": "Jessica Lange", - "film": "Grey Gardens", - "win": false - }, - { - "year_film": 2009, - "year_award": 2010, - "ceremony": 67, - "category": "Best Performance by an Actress in a Limited Series or a Motion Picture Made for Television", - "nominee": "Anna Paquin", - "film": "The Courageous Heart of Irena Sendler", - "win": false - }, - { - "year_film": 2009, - "year_award": 2010, - "ceremony": 67, - "category": "Best Performance by an Actress in a Limited Series or a Motion Picture Made for Television", - "nominee": "Sigourney Weaver", - "film": "Prayers For Bobby", - "win": false - }, - { - "year_film": 2009, - "year_award": 2010, - "ceremony": 67, - "category": "Best Performance by an Actress in a Limited Series or a Motion Picture Made for Television", - "nominee": "Joan Allen", - "film": "Georgia O'Keeffe", - "win": false - }, - { - "year_film": 2009, - "year_award": 2010, - "ceremony": 67, - "category": "Best Performance by an Actor in a Limited Series or a Motion Picture Made for Television", - "nominee": "Kevin Bacon", - "film": "Taking Chance", - "win": true - }, - { - "year_film": 2009, - "year_award": 2010, - "ceremony": 67, - "category": "Best Performance by an Actor in a Limited Series or a Motion Picture Made for Television", - "nominee": "Kenneth Branagh", - "film": "Wallander: One Step Behind", - "win": false - }, - { - "year_film": 2009, - "year_award": 2010, - "ceremony": 67, - "category": "Best Performance by an Actor in a Limited Series or a Motion Picture Made for Television", - "nominee": "Chiwetel Ejiofor", - "film": "Endgame", - "win": false - }, - { - "year_film": 2009, - "year_award": 2010, - "ceremony": 67, - "category": "Best Performance by an Actor in a Limited Series or a Motion Picture Made for Television", - "nominee": "Brendan Gleeson", - "film": "Into The Storm", - "win": false - }, - { - "year_film": 2009, - "year_award": 2010, - "ceremony": 67, - "category": "Best Performance by an Actor in a Limited Series or a Motion Picture Made for Television", - "nominee": "Jeremy Irons", - "film": "Georgia O'Keeffe", - "win": false - }, - { - "year_film": 2009, - "year_award": 2010, - "ceremony": 67, - "category": "Best Performance by an Actress In A Television Series - Drama", - "nominee": "Julianna Margulies", - "film": "The Good Wife", - "win": true - }, - { - "year_film": 2009, - "year_award": 2010, - "ceremony": 67, - "category": "Best Performance by an Actress In A Television Series - Drama", - "nominee": "Glenn Close", - "film": "Damages", - "win": false - }, - { - "year_film": 2009, - "year_award": 2010, - "ceremony": 67, - "category": "Best Performance by an Actress In A Television Series - Drama", - "nominee": "January Jones", - "film": "Mad Men", - "win": false - }, - { - "year_film": 2009, - "year_award": 2010, - "ceremony": 67, - "category": "Best Performance by an Actress In A Television Series - Drama", - "nominee": "Anna Paquin", - "film": "True Blood", - "win": false - }, - { - "year_film": 2009, - "year_award": 2010, - "ceremony": 67, - "category": "Best Performance by an Actress In A Television Series - Drama", - "nominee": "Kyra Sedgwick", - "film": "Closer, The", - "win": false - }, - { - "year_film": 2009, - "year_award": 2010, - "ceremony": 67, - "category": "Best Performance by an Actor In A Television Series - Drama", - "nominee": "Michael C. Hall", - "film": "Dexter", - "win": true - }, - { - "year_film": 2009, - "year_award": 2010, - "ceremony": 67, - "category": "Best Performance by an Actor In A Television Series - Drama", - "nominee": "Simon Baker", - "film": "Mentalist, The", - "win": false - }, - { - "year_film": 2009, - "year_award": 2010, - "ceremony": 67, - "category": "Best Performance by an Actor In A Television Series - Drama", - "nominee": "Jon Hamm", - "film": "Mad Men", - "win": false - }, - { - "year_film": 2009, - "year_award": 2010, - "ceremony": 67, - "category": "Best Performance by an Actor In A Television Series - Drama", - "nominee": "Hugh Laurie", - "film": "House", - "win": false - }, - { - "year_film": 2009, - "year_award": 2010, - "ceremony": 67, - "category": "Best Performance by an Actor In A Television Series - Drama", - "nominee": "Bill Paxton", - "film": "Big Love", - "win": false - }, - { - "year_film": 2009, - "year_award": 2010, - "ceremony": 67, - "category": "Best Performance by an Actress in a Television Series - Musical or Comedy", - "nominee": "Toni Collette", - "film": "United States Of Tara", - "win": true - }, - { - "year_film": 2009, - "year_award": 2010, - "ceremony": 67, - "category": "Best Performance by an Actress in a Television Series - Musical or Comedy", - "nominee": "Courteney Cox", - "film": "Cougar Town", - "win": false - }, - { - "year_film": 2009, - "year_award": 2010, - "ceremony": 67, - "category": "Best Performance by an Actress in a Television Series - Musical or Comedy", - "nominee": "Edie Falco", - "film": "Nurse Jackie", - "win": false - }, - { - "year_film": 2009, - "year_award": 2010, - "ceremony": 67, - "category": "Best Performance by an Actress in a Television Series - Musical or Comedy", - "nominee": "Tina Fey", - "film": "30 Rock", - "win": false - }, - { - "year_film": 2009, - "year_award": 2010, - "ceremony": 67, - "category": "Best Performance by an Actress in a Television Series - Musical or Comedy", - "nominee": "Lea Michele", - "film": "Glee", - "win": false - }, - { - "year_film": 2009, - "year_award": 2010, - "ceremony": 67, - "category": "Best Performance by an Actor in a Television Series - Musical or Comedy", - "nominee": "Alec Baldwin", - "film": "30 Rock", - "win": true - }, - { - "year_film": 2009, - "year_award": 2010, - "ceremony": 67, - "category": "Best Performance by an Actor in a Television Series - Musical or Comedy", - "nominee": "Steve Carell", - "film": "Office, The", - "win": false - }, - { - "year_film": 2009, - "year_award": 2010, - "ceremony": 67, - "category": "Best Performance by an Actor in a Television Series - Musical or Comedy", - "nominee": "David Duchovny", - "film": "Californication", - "win": false - }, - { - "year_film": 2009, - "year_award": 2010, - "ceremony": 67, - "category": "Best Performance by an Actor in a Television Series - Musical or Comedy", - "nominee": "Thomas Jane", - "film": "Hung", - "win": false - }, - { - "year_film": 2009, - "year_award": 2010, - "ceremony": 67, - "category": "Best Performance by an Actor in a Television Series - Musical or Comedy", - "nominee": "Matthew Morrison", - "film": "Glee", - "win": false - }, - { - "year_film": 2009, - "year_award": 2010, - "ceremony": 67, - "category": "Best Performance by an Actress in a Supporting Role in a Series, Limited Series or Motion Picture Made for Television", - "nominee": "Chloë Sevigny", - "film": "Big Love", - "win": true - }, - { - "year_film": 2009, - "year_award": 2010, - "ceremony": 67, - "category": "Best Performance by an Actress in a Supporting Role in a Series, Limited Series or Motion Picture Made for Television", - "nominee": "Jane Adams", - "film": "Hung", - "win": false - }, - { - "year_film": 2009, - "year_award": 2010, - "ceremony": 67, - "category": "Best Performance by an Actress in a Supporting Role in a Series, Limited Series or Motion Picture Made for Television", - "nominee": "Rose Byrne", - "film": "Damages", - "win": false - }, - { - "year_film": 2009, - "year_award": 2010, - "ceremony": 67, - "category": "Best Performance by an Actress in a Supporting Role in a Series, Limited Series or Motion Picture Made for Television", - "nominee": "Jane Lynch", - "film": "Glee", - "win": false - }, - { - "year_film": 2009, - "year_award": 2010, - "ceremony": 67, - "category": "Best Performance by an Actress in a Supporting Role in a Series, Limited Series or Motion Picture Made for Television", - "nominee": "Janet McTeer", - "film": "Into The Storm", - "win": false - }, - { - "year_film": 2009, - "year_award": 2010, - "ceremony": 67, - "category": "Best Performance by an Actor in a Supporting Role in a Series, Limited Series or Motion Picture Made for Television", - "nominee": "John Lithgow", - "film": "Dexter", - "win": true - }, - { - "year_film": 2009, - "year_award": 2010, - "ceremony": 67, - "category": "Best Performance by an Actor in a Supporting Role in a Series, Limited Series or Motion Picture Made for Television", - "nominee": "Michael Emerson", - "film": "Lost", - "win": false - }, - { - "year_film": 2009, - "year_award": 2010, - "ceremony": 67, - "category": "Best Performance by an Actor in a Supporting Role in a Series, Limited Series or Motion Picture Made for Television", - "nominee": "Neil Patrick Harris", - "film": "How I Met Your Mother", - "win": false - }, - { - "year_film": 2009, - "year_award": 2010, - "ceremony": 67, - "category": "Best Performance by an Actor in a Supporting Role in a Series, Limited Series or Motion Picture Made for Television", - "nominee": "William Hurt", - "film": "Damages", - "win": false - }, - { - "year_film": 2009, - "year_award": 2010, - "ceremony": 67, - "category": "Best Performance by an Actor in a Supporting Role in a Series, Limited Series or Motion Picture Made for Television", - "nominee": "Jeremy Piven", - "film": "Entourage", - "win": false - }, - { - "year_film": 2009, - "year_award": 2010, - "ceremony": 67, - "category": "Cecil B. deMille Award", - "nominee": "Martin Scorsese", - "film": "", - "win": false - }, - { - "year_film": 2010, - "year_award": 2011, - "ceremony": 68, - "category": "Best Motion Picture - Drama", - "nominee": "The Social Network", - "film": "", - "win": true - }, - { - "year_film": 2010, - "year_award": 2011, - "ceremony": 68, - "category": "Best Motion Picture - Drama", - "nominee": "Black Swan", - "film": "", - "win": false - }, - { - "year_film": 2010, - "year_award": 2011, - "ceremony": 68, - "category": "Best Motion Picture - Drama", - "nominee": "Fighter, The", - "film": "", - "win": false - }, - { - "year_film": 2010, - "year_award": 2011, - "ceremony": 68, - "category": "Best Motion Picture - Drama", - "nominee": "Inception", - "film": "", - "win": false - }, - { - "year_film": 2010, - "year_award": 2011, - "ceremony": 68, - "category": "Best Motion Picture - Drama", - "nominee": "The King's Speech", - "film": "", - "win": false - }, - { - "year_film": 2010, - "year_award": 2011, - "ceremony": 68, - "category": "Best Motion Picture - Musical or Comedy", - "nominee": "Kids Are All Right, The", - "film": "", - "win": true - }, - { - "year_film": 2010, - "year_award": 2011, - "ceremony": 68, - "category": "Best Motion Picture - Musical or Comedy", - "nominee": "Alice in Wonderland", - "film": "", - "win": false - }, - { - "year_film": 2010, - "year_award": 2011, - "ceremony": 68, - "category": "Best Motion Picture - Musical or Comedy", - "nominee": "Burlesque", - "film": "", - "win": false - }, - { - "year_film": 2010, - "year_award": 2011, - "ceremony": 68, - "category": "Best Motion Picture - Musical or Comedy", - "nominee": "Red", - "film": "", - "win": false - }, - { - "year_film": 2010, - "year_award": 2011, - "ceremony": 68, - "category": "Best Motion Picture - Musical or Comedy", - "nominee": "Tourist, The", - "film": "", - "win": false - }, - { - "year_film": 2010, - "year_award": 2011, - "ceremony": 68, - "category": "Best Performance by an Actress in a Motion Picture - Drama", - "nominee": "Natalie Portman", - "film": "Black Swan", - "win": true - }, - { - "year_film": 2010, - "year_award": 2011, - "ceremony": 68, - "category": "Best Performance by an Actress in a Motion Picture - Drama", - "nominee": "Halle Berry", - "film": "Frankie and Alice", - "win": false - }, - { - "year_film": 2010, - "year_award": 2011, - "ceremony": 68, - "category": "Best Performance by an Actress in a Motion Picture - Drama", - "nominee": "Nicole Kidman", - "film": "Rabbit Hole", - "win": false - }, - { - "year_film": 2010, - "year_award": 2011, - "ceremony": 68, - "category": "Best Performance by an Actress in a Motion Picture - Drama", - "nominee": "Jennifer Lawrence", - "film": "Winter's Bone", - "win": false - }, - { - "year_film": 2010, - "year_award": 2011, - "ceremony": 68, - "category": "Best Performance by an Actress in a Motion Picture - Drama", - "nominee": "Michelle Williams", - "film": "Blue Valentine", - "win": false - }, - { - "year_film": 2010, - "year_award": 2011, - "ceremony": 68, - "category": "Best Performance by an Actor in a Motion Picture - Drama", - "nominee": "Colin Firth", - "film": "The King's Speech", - "win": true - }, - { - "year_film": 2010, - "year_award": 2011, - "ceremony": 68, - "category": "Best Performance by an Actor in a Motion Picture - Drama", - "nominee": "Ryan Gosling", - "film": "Blue Valentine", - "win": false - }, - { - "year_film": 2010, - "year_award": 2011, - "ceremony": 68, - "category": "Best Performance by an Actor in a Motion Picture - Drama", - "nominee": "Mark Wahlberg", - "film": "Fighter, The", - "win": false - }, - { - "year_film": 2010, - "year_award": 2011, - "ceremony": 68, - "category": "Best Performance by an Actor in a Motion Picture - Drama", - "nominee": "Jesse Eisenberg", - "film": "The Social Network", - "win": false - }, - { - "year_film": 2010, - "year_award": 2011, - "ceremony": 68, - "category": "Best Performance by an Actor in a Motion Picture - Drama", - "nominee": "James Franco", - "film": "127 Hours", - "win": false - }, - { - "year_film": 2010, - "year_award": 2011, - "ceremony": 68, - "category": "Best Performance by an Actress in a Motion Picture - Musical or Comedy", - "nominee": "Annette Bening", - "film": "Kids Are All Right, The", - "win": true - }, - { - "year_film": 2010, - "year_award": 2011, - "ceremony": 68, - "category": "Best Performance by an Actress in a Motion Picture - Musical or Comedy", - "nominee": "Anne Hathaway", - "film": "Love & Other Drugs", - "win": false - }, - { - "year_film": 2010, - "year_award": 2011, - "ceremony": 68, - "category": "Best Performance by an Actress in a Motion Picture - Musical or Comedy", - "nominee": "Angelina Jolie", - "film": "Tourist, The", - "win": false - }, - { - "year_film": 2010, - "year_award": 2011, - "ceremony": 68, - "category": "Best Performance by an Actress in a Motion Picture - Musical or Comedy", - "nominee": "Julianne Moore", - "film": "Kids Are All Right, The", - "win": false - }, - { - "year_film": 2010, - "year_award": 2011, - "ceremony": 68, - "category": "Best Performance by an Actress in a Motion Picture - Musical or Comedy", - "nominee": "Emma Stone", - "film": "Easy A", - "win": false - }, - { - "year_film": 2010, - "year_award": 2011, - "ceremony": 68, - "category": "Best Performance by an Actor in a Motion Picture - Musical or Comedy", - "nominee": "Paul Giamatti", - "film": "Barney's Version", - "win": true - }, - { - "year_film": 2010, - "year_award": 2011, - "ceremony": 68, - "category": "Best Performance by an Actor in a Motion Picture - Musical or Comedy", - "nominee": "Johnny Depp", - "film": "Alice in Wonderland", - "win": false - }, - { - "year_film": 2010, - "year_award": 2011, - "ceremony": 68, - "category": "Best Performance by an Actor in a Motion Picture - Musical or Comedy", - "nominee": "Johnny Depp", - "film": "Tourist, The", - "win": false - }, - { - "year_film": 2010, - "year_award": 2011, - "ceremony": 68, - "category": "Best Performance by an Actor in a Motion Picture - Musical or Comedy", - "nominee": "Jake Gyllenhaal", - "film": "Love & Other Drugs", - "win": false - }, - { - "year_film": 2010, - "year_award": 2011, - "ceremony": 68, - "category": "Best Performance by an Actor in a Motion Picture - Musical or Comedy", - "nominee": "Kevin Spacey", - "film": "Casino Jack", - "win": false - }, - { - "year_film": 2010, - "year_award": 2011, - "ceremony": 68, - "category": "Best Performance by an Actress in a Supporting Role in any Motion Picture", - "nominee": "Melissa Leo", - "film": "Fighter, The", - "win": true - }, - { - "year_film": 2010, - "year_award": 2011, - "ceremony": 68, - "category": "Best Performance by an Actress in a Supporting Role in any Motion Picture", - "nominee": "Helena Bonham Carter", - "film": "The King's Speech", - "win": false - }, - { - "year_film": 2010, - "year_award": 2011, - "ceremony": 68, - "category": "Best Performance by an Actress in a Supporting Role in any Motion Picture", - "nominee": "Mila Kunis", - "film": "Black Swan", - "win": false - }, - { - "year_film": 2010, - "year_award": 2011, - "ceremony": 68, - "category": "Best Performance by an Actress in a Supporting Role in any Motion Picture", - "nominee": "Jacki Weaver", - "film": "Animal Kingdom", - "win": false - }, - { - "year_film": 2010, - "year_award": 2011, - "ceremony": 68, - "category": "Best Performance by an Actress in a Supporting Role in any Motion Picture", - "nominee": "Amy Adams", - "film": "Fighter, The", - "win": false - }, - { - "year_film": 2010, - "year_award": 2011, - "ceremony": 68, - "category": "Best Performance by an Actor in a Supporting Role in any Motion Picture", - "nominee": "Christian Bale", - "film": "Fighter, The", - "win": true - }, - { - "year_film": 2010, - "year_award": 2011, - "ceremony": 68, - "category": "Best Performance by an Actor in a Supporting Role in any Motion Picture", - "nominee": "Michael Douglas", - "film": "Wall Street: Money Never Sleeps", - "win": false - }, - { - "year_film": 2010, - "year_award": 2011, - "ceremony": 68, - "category": "Best Performance by an Actor in a Supporting Role in any Motion Picture", - "nominee": "Andrew Garfield", - "film": "The Social Network", - "win": false - }, - { - "year_film": 2010, - "year_award": 2011, - "ceremony": 68, - "category": "Best Performance by an Actor in a Supporting Role in any Motion Picture", - "nominee": "Jeremy Renner", - "film": "Town, The", - "win": false - }, - { - "year_film": 2010, - "year_award": 2011, - "ceremony": 68, - "category": "Best Performance by an Actor in a Supporting Role in any Motion Picture", - "nominee": "Geoffrey Rush", - "film": "The King's Speech", - "win": false - }, - { - "year_film": 2010, - "year_award": 2011, - "ceremony": 68, - "category": "Best Director - Motion Picture", - "nominee": "David Fincher", - "film": "The Social Network", - "win": true - }, - { - "year_film": 2010, - "year_award": 2011, - "ceremony": 68, - "category": "Best Director - Motion Picture", - "nominee": "Darren Aronofsky", - "film": "Black Swan", - "win": false - }, - { - "year_film": 2010, - "year_award": 2011, - "ceremony": 68, - "category": "Best Director - Motion Picture", - "nominee": "Tom Hooper", - "film": "The King's Speech", - "win": false - }, - { - "year_film": 2010, - "year_award": 2011, - "ceremony": 68, - "category": "Best Director - Motion Picture", - "nominee": "Christopher Nolan", - "film": "Inception", - "win": false - }, - { - "year_film": 2010, - "year_award": 2011, - "ceremony": 68, - "category": "Best Director - Motion Picture", - "nominee": "David O. Russell", - "film": "Fighter, The", - "win": false - }, - { - "year_film": 2010, - "year_award": 2011, - "ceremony": 68, - "category": "Best Screenplay - Motion Picture", - "nominee": "Aaron Sorkin", - "film": "The Social Network", - "win": true - }, - { - "year_film": 2010, - "year_award": 2011, - "ceremony": 68, - "category": "Best Screenplay - Motion Picture", - "nominee": "Danny Boyle, Simon Beaufoy", - "film": "127 Hours", - "win": false - }, - { - "year_film": 2010, - "year_award": 2011, - "ceremony": 68, - "category": "Best Screenplay - Motion Picture", - "nominee": "Lisa Cholodenko, Stuart Blumberg", - "film": "Kids Are All Right, The", - "win": false - }, - { - "year_film": 2010, - "year_award": 2011, - "ceremony": 68, - "category": "Best Screenplay - Motion Picture", - "nominee": "Christopher Nolan", - "film": "Inception", - "win": false - }, - { - "year_film": 2010, - "year_award": 2011, - "ceremony": 68, - "category": "Best Screenplay - Motion Picture", - "nominee": "David Seidler", - "film": "The King's Speech", - "win": false - }, - { - "year_film": 2010, - "year_award": 2011, - "ceremony": 68, - "category": "Best Motion Picture - Animated", - "nominee": "Toy Story 3", - "film": "", - "win": true - }, - { - "year_film": 2010, - "year_award": 2011, - "ceremony": 68, - "category": "Best Motion Picture - Animated", - "nominee": "How To Train Your Dragon", - "film": "", - "win": false - }, - { - "year_film": 2010, - "year_award": 2011, - "ceremony": 68, - "category": "Best Motion Picture - Animated", - "nominee": "Illusionist, The", - "film": "", - "win": false - }, - { - "year_film": 2010, - "year_award": 2011, - "ceremony": 68, - "category": "Best Motion Picture - Animated", - "nominee": "Tangled", - "film": "", - "win": false - }, - { - "year_film": 2010, - "year_award": 2011, - "ceremony": 68, - "category": "Best Motion Picture - Animated", - "nominee": "Despicable Me", - "film": "", - "win": false - }, - { - "year_film": 2010, - "year_award": 2011, - "ceremony": 68, - "category": "Best Motion Picture - Foreign Language", - "nominee": "In A Better World", - "film": "Denmark, Susanne Bier", - "win": true - }, - { - "year_film": 2010, - "year_award": 2011, - "ceremony": 68, - "category": "Best Motion Picture - Foreign Language", - "nominee": "Biutiful", - "film": "Spain, Mexico, Alejandro González Iñárritu", - "win": false - }, - { - "year_film": 2010, - "year_award": 2011, - "ceremony": 68, - "category": "Best Motion Picture - Foreign Language", - "nominee": "The Concert", - "film": "France, Radu Mihaileanu", - "win": false - }, - { - "year_film": 2010, - "year_award": 2011, - "ceremony": 68, - "category": "Best Motion Picture - Foreign Language", - "nominee": "The Edge", - "film": "Russia, Aleksey Uchitel", - "win": false - }, - { - "year_film": 2010, - "year_award": 2011, - "ceremony": 68, - "category": "Best Motion Picture - Foreign Language", - "nominee": "I Am Love", - "film": "Italy, Luca Guadagnino", - "win": false - }, - { - "year_film": 2010, - "year_award": 2011, - "ceremony": 68, - "category": "Best Original Score - Motion Picture", - "nominee": "Trent Reznor, Atticus Ross", - "film": "The Social Network", - "win": true - }, - { - "year_film": 2010, - "year_award": 2011, - "ceremony": 68, - "category": "Best Original Score - Motion Picture", - "nominee": "Alexandre Desplat", - "film": "The King's Speech", - "win": false - }, - { - "year_film": 2010, - "year_award": 2011, - "ceremony": 68, - "category": "Best Original Score - Motion Picture", - "nominee": "Danny Elfman", - "film": "Alice in Wonderland", - "win": false - }, - { - "year_film": 2010, - "year_award": 2011, - "ceremony": 68, - "category": "Best Original Score - Motion Picture", - "nominee": "A. R. Rahman", - "film": "127 Hours", - "win": false - }, - { - "year_film": 2010, - "year_award": 2011, - "ceremony": 68, - "category": "Best Original Score - Motion Picture", - "nominee": "Hans Zimmer", - "film": "Inception", - "win": false - }, - { - "year_film": 2010, - "year_award": 2011, - "ceremony": 68, - "category": "Best Original Song - Motion Picture", - "nominee": "You Haven't Seen The Last of Me\", Diane Warren", - "film": "Burlesque", - "win": true - }, - { - "year_film": 2010, - "year_award": 2011, - "ceremony": 68, - "category": "Best Original Song - Motion Picture", - "nominee": "Coming Home\", Bob DiPiero, Tom Douglas, Hillary Lindsey, Troy Verges", - "film": "Country Strong", - "win": false - }, - { - "year_film": 2010, - "year_award": 2011, - "ceremony": 68, - "category": "Best Original Song - Motion Picture", - "nominee": "I See The Light, Alan Menken, Glenn Slater", - "film": "Tangled", - "win": false - }, - { - "year_film": 2010, - "year_award": 2011, - "ceremony": 68, - "category": "Best Original Song - Motion Picture", - "nominee": "There's A Place For Us\", Carrie Underwood, David Hodges, Hillary Lindsey", - "film": "The Chronicles of Narnia: The Voyage of The Dawn Treader", - "win": false - }, - { - "year_film": 2010, - "year_award": 2011, - "ceremony": 68, - "category": "Best Original Song - Motion Picture", - "nominee": "Bound To You\", Sia, Christina Aguilera, Samuel Dixon", - "film": "Burlesque", - "win": false - }, - { - "year_film": 2010, - "year_award": 2011, - "ceremony": 68, - "category": "Best Television Series - Drama", - "nominee": "Boardwalk Empire", - "film": "", - "win": true - }, - { - "year_film": 2010, - "year_award": 2011, - "ceremony": 68, - "category": "Best Television Series - Drama", - "nominee": "Dexter", - "film": "", - "win": false - }, - { - "year_film": 2010, - "year_award": 2011, - "ceremony": 68, - "category": "Best Television Series - Drama", - "nominee": "The Good Wife", - "film": "", - "win": false - }, - { - "year_film": 2010, - "year_award": 2011, - "ceremony": 68, - "category": "Best Television Series - Drama", - "nominee": "Mad Men", - "film": "", - "win": false - }, - { - "year_film": 2010, - "year_award": 2011, - "ceremony": 68, - "category": "Best Television Series - Drama", - "nominee": "Walking Dead, The", - "film": "", - "win": false - }, - { - "year_film": 2010, - "year_award": 2011, - "ceremony": 68, - "category": "Best Television Series - Musical or Comedy", - "nominee": "Glee", - "film": "", - "win": true - }, - { - "year_film": 2010, - "year_award": 2011, - "ceremony": 68, - "category": "Best Television Series - Musical or Comedy", - "nominee": "Big Bang Theory, The", - "film": "", - "win": false - }, - { - "year_film": 2010, - "year_award": 2011, - "ceremony": 68, - "category": "Best Television Series - Musical or Comedy", - "nominee": "Big C, The", - "film": "", - "win": false - }, - { - "year_film": 2010, - "year_award": 2011, - "ceremony": 68, - "category": "Best Television Series - Musical or Comedy", - "nominee": "Modern Family", - "film": "", - "win": false - }, - { - "year_film": 2010, - "year_award": 2011, - "ceremony": 68, - "category": "Best Television Series - Musical or Comedy", - "nominee": "Nurse Jackie", - "film": "", - "win": false - }, - { - "year_film": 2010, - "year_award": 2011, - "ceremony": 68, - "category": "Best Television Series - Musical or Comedy", - "nominee": "30 Rock", - "film": "", - "win": false - }, - { - "year_film": 2010, - "year_award": 2011, - "ceremony": 68, - "category": "Best Television Limited Series or Motion Picture Made for Television", - "nominee": "Carlos", - "film": "", - "win": true - }, - { - "year_film": 2010, - "year_award": 2011, - "ceremony": 68, - "category": "Best Television Limited Series or Motion Picture Made for Television", - "nominee": "The Pacific", - "film": "", - "win": false - }, - { - "year_film": 2010, - "year_award": 2011, - "ceremony": 68, - "category": "Best Television Limited Series or Motion Picture Made for Television", - "nominee": "Pillars Of The Earth", - "film": "", - "win": false - }, - { - "year_film": 2010, - "year_award": 2011, - "ceremony": 68, - "category": "Best Television Limited Series or Motion Picture Made for Television", - "nominee": "Temple Grandin", - "film": "", - "win": false - }, - { - "year_film": 2010, - "year_award": 2011, - "ceremony": 68, - "category": "Best Television Limited Series or Motion Picture Made for Television", - "nominee": "You Don't Know Jack", - "film": "", - "win": false - }, - { - "year_film": 2010, - "year_award": 2011, - "ceremony": 68, - "category": "Best Performance by an Actress in a Limited Series or a Motion Picture Made for Television", - "nominee": "Claire Danes", - "film": "Temple Grandin", - "win": true - }, - { - "year_film": 2010, - "year_award": 2011, - "ceremony": 68, - "category": "Best Performance by an Actress in a Limited Series or a Motion Picture Made for Television", - "nominee": "Judi Dench", - "film": "Return To Cranford", - "win": false - }, - { - "year_film": 2010, - "year_award": 2011, - "ceremony": 68, - "category": "Best Performance by an Actress in a Limited Series or a Motion Picture Made for Television", - "nominee": "Romola Garai", - "film": "Emma", - "win": false - }, - { - "year_film": 2010, - "year_award": 2011, - "ceremony": 68, - "category": "Best Performance by an Actress in a Limited Series or a Motion Picture Made for Television", - "nominee": "Jennifer Love Hewitt", - "film": "Client List, The", - "win": false - }, - { - "year_film": 2010, - "year_award": 2011, - "ceremony": 68, - "category": "Best Performance by an Actress in a Limited Series or a Motion Picture Made for Television", - "nominee": "Hayley Atwell", - "film": "Pillars Of The Earth", - "win": false - }, - { - "year_film": 2010, - "year_award": 2011, - "ceremony": 68, - "category": "Best Performance by an Actor in a Limited Series or a Motion Picture Made for Television", - "nominee": "Al Pacino", - "film": "You Don't Know Jack", - "win": true - }, - { - "year_film": 2010, - "year_award": 2011, - "ceremony": 68, - "category": "Best Performance by an Actor in a Limited Series or a Motion Picture Made for Television", - "nominee": "Idris Elba", - "film": "Luther", - "win": false - }, - { - "year_film": 2010, - "year_award": 2011, - "ceremony": 68, - "category": "Best Performance by an Actor in a Limited Series or a Motion Picture Made for Television", - "nominee": "Ian McShane", - "film": "Pillars Of The Earth", - "win": false - }, - { - "year_film": 2010, - "year_award": 2011, - "ceremony": 68, - "category": "Best Performance by an Actor in a Limited Series or a Motion Picture Made for Television", - "nominee": "Dennis Quaid", - "film": "Special Relationship, The", - "win": false - }, - { - "year_film": 2010, - "year_award": 2011, - "ceremony": 68, - "category": "Best Performance by an Actor in a Limited Series or a Motion Picture Made for Television", - "nominee": "Edgar Ramírez", - "film": "Carlos", - "win": false - }, - { - "year_film": 2010, - "year_award": 2011, - "ceremony": 68, - "category": "Best Performance by an Actress In A Television Series - Drama", - "nominee": "Katey Sagal", - "film": "Sons of Anarchy", - "win": true - }, - { - "year_film": 2010, - "year_award": 2011, - "ceremony": 68, - "category": "Best Performance by an Actress In A Television Series - Drama", - "nominee": "Julianna Margulies", - "film": "The Good Wife", - "win": false - }, - { - "year_film": 2010, - "year_award": 2011, - "ceremony": 68, - "category": "Best Performance by an Actress In A Television Series - Drama", - "nominee": "Elisabeth Moss", - "film": "Mad Men", - "win": false - }, - { - "year_film": 2010, - "year_award": 2011, - "ceremony": 68, - "category": "Best Performance by an Actress In A Television Series - Drama", - "nominee": "Piper Perabo", - "film": "Covert Affairs", - "win": false - }, - { - "year_film": 2010, - "year_award": 2011, - "ceremony": 68, - "category": "Best Performance by an Actress In A Television Series - Drama", - "nominee": "Kyra Sedgwick", - "film": "Closer, The", - "win": false - }, - { - "year_film": 2010, - "year_award": 2011, - "ceremony": 68, - "category": "Best Performance by an Actor In A Television Series - Drama", - "nominee": "Steve Buscemi", - "film": "Boardwalk Empire", - "win": true - }, - { - "year_film": 2010, - "year_award": 2011, - "ceremony": 68, - "category": "Best Performance by an Actor In A Television Series - Drama", - "nominee": "Bryan Cranston", - "film": "Breaking Bad", - "win": false - }, - { - "year_film": 2010, - "year_award": 2011, - "ceremony": 68, - "category": "Best Performance by an Actor In A Television Series - Drama", - "nominee": "Michael C. Hall", - "film": "Dexter", - "win": false - }, - { - "year_film": 2010, - "year_award": 2011, - "ceremony": 68, - "category": "Best Performance by an Actor In A Television Series - Drama", - "nominee": "Jon Hamm", - "film": "Mad Men", - "win": false - }, - { - "year_film": 2010, - "year_award": 2011, - "ceremony": 68, - "category": "Best Performance by an Actor In A Television Series - Drama", - "nominee": "Hugh Laurie", - "film": "House", - "win": false - }, - { - "year_film": 2010, - "year_award": 2011, - "ceremony": 68, - "category": "Best Performance by an Actress in a Television Series - Musical or Comedy", - "nominee": "Laura Linney", - "film": "Big C, The", - "win": true - }, - { - "year_film": 2010, - "year_award": 2011, - "ceremony": 68, - "category": "Best Performance by an Actress in a Television Series - Musical or Comedy", - "nominee": "Lea Michele", - "film": "Glee", - "win": false - }, - { - "year_film": 2010, - "year_award": 2011, - "ceremony": 68, - "category": "Best Performance by an Actress in a Television Series - Musical or Comedy", - "nominee": "Toni Collette", - "film": "United States Of Tara", - "win": false - }, - { - "year_film": 2010, - "year_award": 2011, - "ceremony": 68, - "category": "Best Performance by an Actress in a Television Series - Musical or Comedy", - "nominee": "Edie Falco", - "film": "Nurse Jackie", - "win": false - }, - { - "year_film": 2010, - "year_award": 2011, - "ceremony": 68, - "category": "Best Performance by an Actress in a Television Series - Musical or Comedy", - "nominee": "Tina Fey", - "film": "30 Rock", - "win": false - }, - { - "year_film": 2010, - "year_award": 2011, - "ceremony": 68, - "category": "Best Performance by an Actor in a Television Series - Musical or Comedy", - "nominee": "Jim Parsons", - "film": "Big Bang Theory, The", - "win": true - }, - { - "year_film": 2010, - "year_award": 2011, - "ceremony": 68, - "category": "Best Performance by an Actor in a Television Series - Musical or Comedy", - "nominee": "Alec Baldwin", - "film": "30 Rock", - "win": false - }, - { - "year_film": 2010, - "year_award": 2011, - "ceremony": 68, - "category": "Best Performance by an Actor in a Television Series - Musical or Comedy", - "nominee": "Steve Carell", - "film": "Office, The", - "win": false - }, - { - "year_film": 2010, - "year_award": 2011, - "ceremony": 68, - "category": "Best Performance by an Actor in a Television Series - Musical or Comedy", - "nominee": "Thomas Jane", - "film": "Hung", - "win": false - }, - { - "year_film": 2010, - "year_award": 2011, - "ceremony": 68, - "category": "Best Performance by an Actor in a Television Series - Musical or Comedy", - "nominee": "Matthew Morrison", - "film": "Glee", - "win": false - }, - { - "year_film": 2010, - "year_award": 2011, - "ceremony": 68, - "category": "Best Performance by an Actress in a Supporting Role in a Series, Limited Series or Motion Picture Made for Television", - "nominee": "Jane Lynch", - "film": "Glee", - "win": true - }, - { - "year_film": 2010, - "year_award": 2011, - "ceremony": 68, - "category": "Best Performance by an Actress in a Supporting Role in a Series, Limited Series or Motion Picture Made for Television", - "nominee": "Sofia Vergara", - "film": "Modern Family", - "win": false - }, - { - "year_film": 2010, - "year_award": 2011, - "ceremony": 68, - "category": "Best Performance by an Actress in a Supporting Role in a Series, Limited Series or Motion Picture Made for Television", - "nominee": "Hope Davis", - "film": "Special Relationship, The", - "win": false - }, - { - "year_film": 2010, - "year_award": 2011, - "ceremony": 68, - "category": "Best Performance by an Actress in a Supporting Role in a Series, Limited Series or Motion Picture Made for Television", - "nominee": "Kelly MacDonald", - "film": "Boardwalk Empire", - "win": false - }, - { - "year_film": 2010, - "year_award": 2011, - "ceremony": 68, - "category": "Best Performance by an Actress in a Supporting Role in a Series, Limited Series or Motion Picture Made for Television", - "nominee": "Julia Stiles", - "film": "Dexter", - "win": false - }, - { - "year_film": 2010, - "year_award": 2011, - "ceremony": 68, - "category": "Best Performance by an Actor in a Supporting Role in a Series, Limited Series or Motion Picture Made for Television", - "nominee": "Chris Colfer", - "film": "Glee", - "win": true - }, - { - "year_film": 2010, - "year_award": 2011, - "ceremony": 68, - "category": "Best Performance by an Actor in a Supporting Role in a Series, Limited Series or Motion Picture Made for Television", - "nominee": "Scott Caan", - "film": "Hawaii Five-O", - "win": false - }, - { - "year_film": 2010, - "year_award": 2011, - "ceremony": 68, - "category": "Best Performance by an Actor in a Supporting Role in a Series, Limited Series or Motion Picture Made for Television", - "nominee": "Chris Noth", - "film": "The Good Wife", - "win": false - }, - { - "year_film": 2010, - "year_award": 2011, - "ceremony": 68, - "category": "Best Performance by an Actor in a Supporting Role in a Series, Limited Series or Motion Picture Made for Television", - "nominee": "Eric Stonestreet", - "film": "Modern Family", - "win": false - }, - { - "year_film": 2010, - "year_award": 2011, - "ceremony": 68, - "category": "Best Performance by an Actor in a Supporting Role in a Series, Limited Series or Motion Picture Made for Television", - "nominee": "David Strathairn", - "film": "Temple Grandin", - "win": false - }, - { - "year_film": 2010, - "year_award": 2011, - "ceremony": 68, - "category": "Cecil B. deMille Award", - "nominee": "Robert De Niro", - "film": "", - "win": false - }, - { - "year_film": 2011, - "year_award": 2012, - "ceremony": 69, - "category": "Best Motion Picture - Drama", - "nominee": "Descendants, The", - "film": "", - "win": true - }, - { - "year_film": 2011, - "year_award": 2012, - "ceremony": 69, - "category": "Best Motion Picture - Drama", - "nominee": "Moneyball", - "film": "", - "win": false - }, - { - "year_film": 2011, - "year_award": 2012, - "ceremony": 69, - "category": "Best Motion Picture - Drama", - "nominee": "War Horse", - "film": "", - "win": false - }, - { - "year_film": 2011, - "year_award": 2012, - "ceremony": 69, - "category": "Best Motion Picture - Drama", - "nominee": "The Help", - "film": "", - "win": false - }, - { - "year_film": 2011, - "year_award": 2012, - "ceremony": 69, - "category": "Best Motion Picture - Drama", - "nominee": "Hugo", - "film": "", - "win": false - }, - { - "year_film": 2011, - "year_award": 2012, - "ceremony": 69, - "category": "Best Motion Picture - Drama", - "nominee": "Ides of March, The", - "film": "", - "win": false - }, - { - "year_film": 2011, - "year_award": 2012, - "ceremony": 69, - "category": "Best Motion Picture - Musical or Comedy", - "nominee": "The Artist", - "film": "", - "win": true - }, - { - "year_film": 2011, - "year_award": 2012, - "ceremony": 69, - "category": "Best Motion Picture - Musical or Comedy", - "nominee": "50/50", - "film": "", - "win": false - }, - { - "year_film": 2011, - "year_award": 2012, - "ceremony": 69, - "category": "Best Motion Picture - Musical or Comedy", - "nominee": "Bridesmaids", - "film": "", - "win": false - }, - { - "year_film": 2011, - "year_award": 2012, - "ceremony": 69, - "category": "Best Motion Picture - Musical or Comedy", - "nominee": "Midnight In Paris", - "film": "", - "win": false - }, - { - "year_film": 2011, - "year_award": 2012, - "ceremony": 69, - "category": "Best Motion Picture - Musical or Comedy", - "nominee": "My Week With Marilyn", - "film": "", - "win": false - }, - { - "year_film": 2011, - "year_award": 2012, - "ceremony": 69, - "category": "Best Performance by an Actress in a Motion Picture - Drama", - "nominee": "Meryl Streep", - "film": "Iron Lady, The", - "win": true - }, - { - "year_film": 2011, - "year_award": 2012, - "ceremony": 69, - "category": "Best Performance by an Actress in a Motion Picture - Drama", - "nominee": "Glenn Close", - "film": "Albert Nobbs", - "win": false - }, - { - "year_film": 2011, - "year_award": 2012, - "ceremony": 69, - "category": "Best Performance by an Actress in a Motion Picture - Drama", - "nominee": "Viola Davis", - "film": "The Help", - "win": false - }, - { - "year_film": 2011, - "year_award": 2012, - "ceremony": 69, - "category": "Best Performance by an Actress in a Motion Picture - Drama", - "nominee": "Rooney Mara", - "film": "The Girl With The Dragon Tattoo", - "win": false - }, - { - "year_film": 2011, - "year_award": 2012, - "ceremony": 69, - "category": "Best Performance by an Actress in a Motion Picture - Drama", - "nominee": "Tilda Swinton", - "film": "We Need To Talk About Kevin", - "win": false - }, - { - "year_film": 2011, - "year_award": 2012, - "ceremony": 69, - "category": "Best Performance by an Actor in a Motion Picture - Drama", - "nominee": "George Clooney", - "film": "Descendants, The", - "win": true - }, - { - "year_film": 2011, - "year_award": 2012, - "ceremony": 69, - "category": "Best Performance by an Actor in a Motion Picture - Drama", - "nominee": "Ryan Gosling", - "film": "Ides of March, The", - "win": false - }, - { - "year_film": 2011, - "year_award": 2012, - "ceremony": 69, - "category": "Best Performance by an Actor in a Motion Picture - Drama", - "nominee": "Brad Pitt", - "film": "Moneyball", - "win": false - }, - { - "year_film": 2011, - "year_award": 2012, - "ceremony": 69, - "category": "Best Performance by an Actor in a Motion Picture - Drama", - "nominee": "Leonardo DiCaprio", - "film": "J. Edgar", - "win": false - }, - { - "year_film": 2011, - "year_award": 2012, - "ceremony": 69, - "category": "Best Performance by an Actor in a Motion Picture - Drama", - "nominee": "Michael Fassbender", - "film": "Shame", - "win": false - }, - { - "year_film": 2011, - "year_award": 2012, - "ceremony": 69, - "category": "Best Performance by an Actress in a Motion Picture - Musical or Comedy", - "nominee": "Michelle Williams", - "film": "My Week With Marilyn", - "win": true - }, - { - "year_film": 2011, - "year_award": 2012, - "ceremony": 69, - "category": "Best Performance by an Actress in a Motion Picture - Musical or Comedy", - "nominee": "Jodie Foster", - "film": "Carnage", - "win": false - }, - { - "year_film": 2011, - "year_award": 2012, - "ceremony": 69, - "category": "Best Performance by an Actress in a Motion Picture - Musical or Comedy", - "nominee": "Charlize Theron", - "film": "Young Adult", - "win": false - }, - { - "year_film": 2011, - "year_award": 2012, - "ceremony": 69, - "category": "Best Performance by an Actress in a Motion Picture - Musical or Comedy", - "nominee": "Kristen Wiig", - "film": "Bridesmaids", - "win": false - }, - { - "year_film": 2011, - "year_award": 2012, - "ceremony": 69, - "category": "Best Performance by an Actress in a Motion Picture - Musical or Comedy", - "nominee": "Kate Winslet", - "film": "Carnage", - "win": false - }, - { - "year_film": 2011, - "year_award": 2012, - "ceremony": 69, - "category": "Best Performance by an Actor in a Motion Picture - Musical or Comedy", - "nominee": "Jean Dujardin", - "film": "The Artist", - "win": true - }, - { - "year_film": 2011, - "year_award": 2012, - "ceremony": 69, - "category": "Best Performance by an Actor in a Motion Picture - Musical or Comedy", - "nominee": "Brendan Gleeson", - "film": "Guard, The", - "win": false - }, - { - "year_film": 2011, - "year_award": 2012, - "ceremony": 69, - "category": "Best Performance by an Actor in a Motion Picture - Musical or Comedy", - "nominee": "Joseph Gordon-Levitt", - "film": "50/50", - "win": false - }, - { - "year_film": 2011, - "year_award": 2012, - "ceremony": 69, - "category": "Best Performance by an Actor in a Motion Picture - Musical or Comedy", - "nominee": "Ryan Gosling", - "film": "Crazy, Stupid, Love.", - "win": false - }, - { - "year_film": 2011, - "year_award": 2012, - "ceremony": 69, - "category": "Best Performance by an Actor in a Motion Picture - Musical or Comedy", - "nominee": "Owen Wilson", - "film": "Midnight In Paris", - "win": false - }, - { - "year_film": 2011, - "year_award": 2012, - "ceremony": 69, - "category": "Best Performance by an Actress in a Supporting Role in any Motion Picture", - "nominee": "Octavia Spencer", - "film": "The Help", - "win": true - }, - { - "year_film": 2011, - "year_award": 2012, - "ceremony": 69, - "category": "Best Performance by an Actress in a Supporting Role in any Motion Picture", - "nominee": "Bérénice Bejo", - "film": "The Artist", - "win": false - }, - { - "year_film": 2011, - "year_award": 2012, - "ceremony": 69, - "category": "Best Performance by an Actress in a Supporting Role in any Motion Picture", - "nominee": "Jessica Chastain", - "film": "The Help", - "win": false - }, - { - "year_film": 2011, - "year_award": 2012, - "ceremony": 69, - "category": "Best Performance by an Actress in a Supporting Role in any Motion Picture", - "nominee": "Janet McTeer", - "film": "Albert Nobbs", - "win": false - }, - { - "year_film": 2011, - "year_award": 2012, - "ceremony": 69, - "category": "Best Performance by an Actress in a Supporting Role in any Motion Picture", - "nominee": "Shailene Woodley", - "film": "Descendants, The", - "win": false - }, - { - "year_film": 2011, - "year_award": 2012, - "ceremony": 69, - "category": "Best Performance by an Actor in a Supporting Role in any Motion Picture", - "nominee": "Christopher Plummer", - "film": "Beginners", - "win": true - }, - { - "year_film": 2011, - "year_award": 2012, - "ceremony": 69, - "category": "Best Performance by an Actor in a Supporting Role in any Motion Picture", - "nominee": "Albert Brooks", - "film": "Drive", - "win": false - }, - { - "year_film": 2011, - "year_award": 2012, - "ceremony": 69, - "category": "Best Performance by an Actor in a Supporting Role in any Motion Picture", - "nominee": "Jonah Hill", - "film": "Moneyball", - "win": false - }, - { - "year_film": 2011, - "year_award": 2012, - "ceremony": 69, - "category": "Best Performance by an Actor in a Supporting Role in any Motion Picture", - "nominee": "Viggo Mortensen", - "film": "Dangerous Method, A", - "win": false - }, - { - "year_film": 2011, - "year_award": 2012, - "ceremony": 69, - "category": "Best Performance by an Actor in a Supporting Role in any Motion Picture", - "nominee": "Kenneth Branagh", - "film": "My Week With Marilyn", - "win": false - }, - { - "year_film": 2011, - "year_award": 2012, - "ceremony": 69, - "category": "Best Director - Motion Picture", - "nominee": "Martin Scorsese", - "film": "Hugo", - "win": true - }, - { - "year_film": 2011, - "year_award": 2012, - "ceremony": 69, - "category": "Best Director - Motion Picture", - "nominee": "Alexander Payne", - "film": "Descendants, The", - "win": false - }, - { - "year_film": 2011, - "year_award": 2012, - "ceremony": 69, - "category": "Best Director - Motion Picture", - "nominee": "Woody Allen", - "film": "Midnight In Paris", - "win": false - }, - { - "year_film": 2011, - "year_award": 2012, - "ceremony": 69, - "category": "Best Director - Motion Picture", - "nominee": "George Clooney", - "film": "Ides of March, The", - "win": false - }, - { - "year_film": 2011, - "year_award": 2012, - "ceremony": 69, - "category": "Best Director - Motion Picture", - "nominee": "Michel Hazanavicius", - "film": "The Artist", - "win": false - }, - { - "year_film": 2011, - "year_award": 2012, - "ceremony": 69, - "category": "Best Screenplay - Motion Picture", - "nominee": "Woody Allen", - "film": "Midnight In Paris", - "win": true - }, - { - "year_film": 2011, - "year_award": 2012, - "ceremony": 69, - "category": "Best Screenplay - Motion Picture", - "nominee": "George Clooney, Grant Heslov, Beau Willimon", - "film": "Ides of March, The", - "win": false - }, - { - "year_film": 2011, - "year_award": 2012, - "ceremony": 69, - "category": "Best Screenplay - Motion Picture", - "nominee": "Michel Hazanavicius", - "film": "The Artist", - "win": false - }, - { - "year_film": 2011, - "year_award": 2012, - "ceremony": 69, - "category": "Best Screenplay - Motion Picture", - "nominee": "Aaron Sorkin, Steve Zaillian, Stan Chervin", - "film": "Moneyball", - "win": false - }, - { - "year_film": 2011, - "year_award": 2012, - "ceremony": 69, - "category": "Best Screenplay - Motion Picture", - "nominee": "Nat Faxon, Jim Rash, Alexander Payne", - "film": "Descendants, The", - "win": false - }, - { - "year_film": 2011, - "year_award": 2012, - "ceremony": 69, - "category": "Best Motion Picture - Animated", - "nominee": "Adventures of Tintin, The", - "film": "", - "win": true - }, - { - "year_film": 2011, - "year_award": 2012, - "ceremony": 69, - "category": "Best Motion Picture - Animated", - "nominee": "Rango", - "film": "", - "win": false - }, - { - "year_film": 2011, - "year_award": 2012, - "ceremony": 69, - "category": "Best Motion Picture - Animated", - "nominee": "Arthur Christmas", - "film": "", - "win": false - }, - { - "year_film": 2011, - "year_award": 2012, - "ceremony": 69, - "category": "Best Motion Picture - Animated", - "nominee": "Cars 2", - "film": "", - "win": false - }, - { - "year_film": 2011, - "year_award": 2012, - "ceremony": 69, - "category": "Best Motion Picture - Animated", - "nominee": "Puss In Boots", - "film": "", - "win": false - }, - { - "year_film": 2011, - "year_award": 2012, - "ceremony": 69, - "category": "Best Motion Picture - Foreign Language", - "nominee": "A Separation", - "film": "Iran, Asghar Farhadi", - "win": true - }, - { - "year_film": 2011, - "year_award": 2012, - "ceremony": 69, - "category": "Best Motion Picture - Foreign Language", - "nominee": "The Flowers Of War", - "film": "China, Zhang Yimou", - "win": false - }, - { - "year_film": 2011, - "year_award": 2012, - "ceremony": 69, - "category": "Best Motion Picture - Foreign Language", - "nominee": "In The Land Of Blood And Honey", - "film": "United States, Angelina Jolie", - "win": false - }, - { - "year_film": 2011, - "year_award": 2012, - "ceremony": 69, - "category": "Best Motion Picture - Foreign Language", - "nominee": "The Kid With A Bike", - "film": "Belgium, Jean-Pierre Dardenne, Luc Dardenne", - "win": false - }, - { - "year_film": 2011, - "year_award": 2012, - "ceremony": 69, - "category": "Best Motion Picture - Foreign Language", - "nominee": "The Skin I Live In", - "film": "Spain, Pedro Almodóvar", - "win": false - }, - { - "year_film": 2011, - "year_award": 2012, - "ceremony": 69, - "category": "Best Original Score - Motion Picture", - "nominee": "Ludovic Bource", - "film": "The Artist", - "win": true - }, - { - "year_film": 2011, - "year_award": 2012, - "ceremony": 69, - "category": "Best Original Score - Motion Picture", - "nominee": "Abel Korzeniowski", - "film": "W.E.", - "win": false - }, - { - "year_film": 2011, - "year_award": 2012, - "ceremony": 69, - "category": "Best Original Score - Motion Picture", - "nominee": "Atticus Ross, Trent Reznor", - "film": "The Girl With The Dragon Tattoo", - "win": false - }, - { - "year_film": 2011, - "year_award": 2012, - "ceremony": 69, - "category": "Best Original Score - Motion Picture", - "nominee": "Howard Shore", - "film": "Hugo", - "win": false - }, - { - "year_film": 2011, - "year_award": 2012, - "ceremony": 69, - "category": "Best Original Score - Motion Picture", - "nominee": "John Williams", - "film": "War Horse", - "win": false - }, - { - "year_film": 2011, - "year_award": 2012, - "ceremony": 69, - "category": "Best Original Song - Motion Picture", - "nominee": "Masterpiece\", Madonna, Julie Frost, Jimmy Harry", - "film": "W.E.", - "win": true - }, - { - "year_film": 2011, - "year_award": 2012, - "ceremony": 69, - "category": "Best Original Song - Motion Picture", - "nominee": "Hello Hello, Elton John, Lady Gaga, Bernie Taupin", - "film": "Gnomeo & Juliet", - "win": false - }, - { - "year_film": 2011, - "year_award": 2012, - "ceremony": 69, - "category": "Best Original Song - Motion Picture", - "nominee": "The Keeper\", Chris Cornell", - "film": "Machine Gun Preacher", - "win": false - }, - { - "year_film": 2011, - "year_award": 2012, - "ceremony": 69, - "category": "Best Original Song - Motion Picture", - "nominee": "Lay Your Head Down\", Brian Byrne, Glenn Close", - "film": "Albert Nobbs", - "win": false - }, - { - "year_film": 2011, - "year_award": 2012, - "ceremony": 69, - "category": "Best Original Song - Motion Picture", - "nominee": "The Living Proof\", Mary J. Blige, Thomas Newman, Harvey Mason, Jr., Damon Thomas", - "film": "The Help", - "win": false - }, - { - "year_film": 2011, - "year_award": 2012, - "ceremony": 69, - "category": "Best Television Series - Drama", - "nominee": "Homeland", - "film": "", - "win": true - }, - { - "year_film": 2011, - "year_award": 2012, - "ceremony": 69, - "category": "Best Television Series - Drama", - "nominee": "Boardwalk Empire", - "film": "", - "win": false - }, - { - "year_film": 2011, - "year_award": 2012, - "ceremony": 69, - "category": "Best Television Series - Drama", - "nominee": "Boss", - "film": "", - "win": false - }, - { - "year_film": 2011, - "year_award": 2012, - "ceremony": 69, - "category": "Best Television Series - Drama", - "nominee": "Game of Thrones", - "film": "", - "win": false - }, - { - "year_film": 2011, - "year_award": 2012, - "ceremony": 69, - "category": "Best Television Series - Drama", - "nominee": "American Horror Story: Asylum", - "film": "", - "win": false - }, - { - "year_film": 2011, - "year_award": 2012, - "ceremony": 69, - "category": "Best Television Series - Musical or Comedy", - "nominee": "Modern Family", - "film": "", - "win": true - }, - { - "year_film": 2011, - "year_award": 2012, - "ceremony": 69, - "category": "Best Television Series - Musical or Comedy", - "nominee": "Enlightened", - "film": "", - "win": false - }, - { - "year_film": 2011, - "year_award": 2012, - "ceremony": 69, - "category": "Best Television Series - Musical or Comedy", - "nominee": "Episodes", - "film": "", - "win": false - }, - { - "year_film": 2011, - "year_award": 2012, - "ceremony": 69, - "category": "Best Television Series - Musical or Comedy", - "nominee": "Glee", - "film": "", - "win": false - }, - { - "year_film": 2011, - "year_award": 2012, - "ceremony": 69, - "category": "Best Television Series - Musical or Comedy", - "nominee": "New Girl", - "film": "", - "win": false - }, - { - "year_film": 2011, - "year_award": 2012, - "ceremony": 69, - "category": "Best Television Limited Series or Motion Picture Made for Television", - "nominee": "Downton Abbey", - "film": "", - "win": true - }, - { - "year_film": 2011, - "year_award": 2012, - "ceremony": 69, - "category": "Best Television Limited Series or Motion Picture Made for Television", - "nominee": "Cinema Verite", - "film": "", - "win": false - }, - { - "year_film": 2011, - "year_award": 2012, - "ceremony": 69, - "category": "Best Television Limited Series or Motion Picture Made for Television", - "nominee": "The Hour", - "film": "", - "win": false - }, - { - "year_film": 2011, - "year_award": 2012, - "ceremony": 69, - "category": "Best Television Limited Series or Motion Picture Made for Television", - "nominee": "Mildred Pierce", - "film": "", - "win": false - }, - { - "year_film": 2011, - "year_award": 2012, - "ceremony": 69, - "category": "Best Television Limited Series or Motion Picture Made for Television", - "nominee": "Too Big To Fail", - "film": "", - "win": false - }, - { - "year_film": 2011, - "year_award": 2012, - "ceremony": 69, - "category": "Best Performance by an Actress in a Limited Series or a Motion Picture Made for Television", - "nominee": "Kate Winslet", - "film": "Mildred Pierce", - "win": true - }, - { - "year_film": 2011, - "year_award": 2012, - "ceremony": 69, - "category": "Best Performance by an Actress in a Limited Series or a Motion Picture Made for Television", - "nominee": "Romola Garai", - "film": "The Hour", - "win": false - }, - { - "year_film": 2011, - "year_award": 2012, - "ceremony": 69, - "category": "Best Performance by an Actress in a Limited Series or a Motion Picture Made for Television", - "nominee": "Diane Lane", - "film": "Cinema Verite", - "win": false - }, - { - "year_film": 2011, - "year_award": 2012, - "ceremony": 69, - "category": "Best Performance by an Actress in a Limited Series or a Motion Picture Made for Television", - "nominee": "Elizabeth McGovern", - "film": "Downton Abbey", - "win": false - }, - { - "year_film": 2011, - "year_award": 2012, - "ceremony": 69, - "category": "Best Performance by an Actress in a Limited Series or a Motion Picture Made for Television", - "nominee": "Emily Watson", - "film": "Appropriate Adult", - "win": false - }, - { - "year_film": 2011, - "year_award": 2012, - "ceremony": 69, - "category": "Best Performance by an Actor in a Limited Series or a Motion Picture Made for Television", - "nominee": "Idris Elba", - "film": "Luther", - "win": true - }, - { - "year_film": 2011, - "year_award": 2012, - "ceremony": 69, - "category": "Best Performance by an Actor in a Limited Series or a Motion Picture Made for Television", - "nominee": "Hugh Bonneville", - "film": "Downton Abbey", - "win": false - }, - { - "year_film": 2011, - "year_award": 2012, - "ceremony": 69, - "category": "Best Performance by an Actor in a Limited Series or a Motion Picture Made for Television", - "nominee": "William Hurt", - "film": "Too Big To Fail", - "win": false - }, - { - "year_film": 2011, - "year_award": 2012, - "ceremony": 69, - "category": "Best Performance by an Actor in a Limited Series or a Motion Picture Made for Television", - "nominee": "Bill Nighy", - "film": "Page Eight (Masterpiece)", - "win": false - }, - { - "year_film": 2011, - "year_award": 2012, - "ceremony": 69, - "category": "Best Performance by an Actor in a Limited Series or a Motion Picture Made for Television", - "nominee": "Dominic West", - "film": "The Hour", - "win": false - }, - { - "year_film": 2011, - "year_award": 2012, - "ceremony": 69, - "category": "Best Performance by an Actress In A Television Series - Drama", - "nominee": "Claire Danes", - "film": "Homeland", - "win": true - }, - { - "year_film": 2011, - "year_award": 2012, - "ceremony": 69, - "category": "Best Performance by an Actress In A Television Series - Drama", - "nominee": "Madeleine Stowe", - "film": "Revenge", - "win": false - }, - { - "year_film": 2011, - "year_award": 2012, - "ceremony": 69, - "category": "Best Performance by an Actress In A Television Series - Drama", - "nominee": "Callie Thorne", - "film": "Necessary Roughness", - "win": false - }, - { - "year_film": 2011, - "year_award": 2012, - "ceremony": 69, - "category": "Best Performance by an Actress In A Television Series - Drama", - "nominee": "Mireille Enos", - "film": "Killing, The", - "win": false - }, - { - "year_film": 2011, - "year_award": 2012, - "ceremony": 69, - "category": "Best Performance by an Actress In A Television Series - Drama", - "nominee": "Julianna Margulies", - "film": "The Good Wife", - "win": false - }, - { - "year_film": 2011, - "year_award": 2012, - "ceremony": 69, - "category": "Best Performance by an Actor In A Television Series - Drama", - "nominee": "Kelsey Grammer", - "film": "Boss", - "win": true - }, - { - "year_film": 2011, - "year_award": 2012, - "ceremony": 69, - "category": "Best Performance by an Actor In A Television Series - Drama", - "nominee": "Jeremy Irons", - "film": "Borgias, The", - "win": false - }, - { - "year_film": 2011, - "year_award": 2012, - "ceremony": 69, - "category": "Best Performance by an Actor In A Television Series - Drama", - "nominee": "Damian Lewis", - "film": "Homeland", - "win": false - }, - { - "year_film": 2011, - "year_award": 2012, - "ceremony": 69, - "category": "Best Performance by an Actor In A Television Series - Drama", - "nominee": "Steve Buscemi", - "film": "Boardwalk Empire", - "win": false - }, - { - "year_film": 2011, - "year_award": 2012, - "ceremony": 69, - "category": "Best Performance by an Actor In A Television Series - Drama", - "nominee": "Bryan Cranston", - "film": "Breaking Bad", - "win": false - }, - { - "year_film": 2011, - "year_award": 2012, - "ceremony": 69, - "category": "Best Performance by an Actress in a Television Series - Musical or Comedy", - "nominee": "Laura Dern", - "film": "Enlightened", - "win": true - }, - { - "year_film": 2011, - "year_award": 2012, - "ceremony": 69, - "category": "Best Performance by an Actress in a Television Series - Musical or Comedy", - "nominee": "Zooey Deschanel", - "film": "New Girl", - "win": false - }, - { - "year_film": 2011, - "year_award": 2012, - "ceremony": 69, - "category": "Best Performance by an Actress in a Television Series - Musical or Comedy", - "nominee": "Tina Fey", - "film": "30 Rock", - "win": false - }, - { - "year_film": 2011, - "year_award": 2012, - "ceremony": 69, - "category": "Best Performance by an Actress in a Television Series - Musical or Comedy", - "nominee": "Laura Linney", - "film": "Big C, The", - "win": false - }, - { - "year_film": 2011, - "year_award": 2012, - "ceremony": 69, - "category": "Best Performance by an Actress in a Television Series - Musical or Comedy", - "nominee": "Amy Poehler", - "film": "Parks And Recreation", - "win": false - }, - { - "year_film": 2011, - "year_award": 2012, - "ceremony": 69, - "category": "Best Performance by an Actor in a Television Series - Musical or Comedy", - "nominee": "Matt LeBlanc", - "film": "Episodes", - "win": true - }, - { - "year_film": 2011, - "year_award": 2012, - "ceremony": 69, - "category": "Best Performance by an Actor in a Television Series - Musical or Comedy", - "nominee": "Alec Baldwin", - "film": "30 Rock", - "win": false - }, - { - "year_film": 2011, - "year_award": 2012, - "ceremony": 69, - "category": "Best Performance by an Actor in a Television Series - Musical or Comedy", - "nominee": "David Duchovny", - "film": "Californication", - "win": false - }, - { - "year_film": 2011, - "year_award": 2012, - "ceremony": 69, - "category": "Best Performance by an Actor in a Television Series - Musical or Comedy", - "nominee": "Johnny Galecki", - "film": "Big Bang Theory, The", - "win": false - }, - { - "year_film": 2011, - "year_award": 2012, - "ceremony": 69, - "category": "Best Performance by an Actor in a Television Series - Musical or Comedy", - "nominee": "Thomas Jane", - "film": "Hung", - "win": false - }, - { - "year_film": 2011, - "year_award": 2012, - "ceremony": 69, - "category": "Best Performance by an Actress in a Supporting Role in a Series, Limited Series or Motion Picture Made for Television", - "nominee": "Jessica Lange", - "film": "American Horror Story", - "win": true - }, - { - "year_film": 2011, - "year_award": 2012, - "ceremony": 69, - "category": "Best Performance by an Actress in a Supporting Role in a Series, Limited Series or Motion Picture Made for Television", - "nominee": "Kelly MacDonald", - "film": "Boardwalk Empire", - "win": false - }, - { - "year_film": 2011, - "year_award": 2012, - "ceremony": 69, - "category": "Best Performance by an Actress in a Supporting Role in a Series, Limited Series or Motion Picture Made for Television", - "nominee": "Maggie Smith", - "film": "Downton Abbey", - "win": false - }, - { - "year_film": 2011, - "year_award": 2012, - "ceremony": 69, - "category": "Best Performance by an Actress in a Supporting Role in a Series, Limited Series or Motion Picture Made for Television", - "nominee": "Sofia Vergara", - "film": "Modern Family", - "win": false - }, - { - "year_film": 2011, - "year_award": 2012, - "ceremony": 69, - "category": "Best Performance by an Actress in a Supporting Role in a Series, Limited Series or Motion Picture Made for Television", - "nominee": "Evan Rachel Wood", - "film": "Mildred Pierce", - "win": false - }, - { - "year_film": 2011, - "year_award": 2012, - "ceremony": 69, - "category": "Best Performance by an Actor in a Supporting Role in a Series, Limited Series or Motion Picture Made for Television", - "nominee": "Peter Dinklage", - "film": "Game of Thrones", - "win": true - }, - { - "year_film": 2011, - "year_award": 2012, - "ceremony": 69, - "category": "Best Performance by an Actor in a Supporting Role in a Series, Limited Series or Motion Picture Made for Television", - "nominee": "Paul Giamatti", - "film": "Too Big To Fail", - "win": false - }, - { - "year_film": 2011, - "year_award": 2012, - "ceremony": 69, - "category": "Best Performance by an Actor in a Supporting Role in a Series, Limited Series or Motion Picture Made for Television", - "nominee": "Guy Pearce", - "film": "Mildred Pierce", - "win": false - }, - { - "year_film": 2011, - "year_award": 2012, - "ceremony": 69, - "category": "Best Performance by an Actor in a Supporting Role in a Series, Limited Series or Motion Picture Made for Television", - "nominee": "Tim Robbins", - "film": "Cinema Verite", - "win": false - }, - { - "year_film": 2011, - "year_award": 2012, - "ceremony": 69, - "category": "Best Performance by an Actor in a Supporting Role in a Series, Limited Series or Motion Picture Made for Television", - "nominee": "Eric Stonestreet", - "film": "Modern Family", - "win": false - }, - { - "year_film": 2011, - "year_award": 2012, - "ceremony": 69, - "category": "Cecil B. deMille Award", - "nominee": "Morgan Freeman", - "film": "", - "win": false - }, - { - "year_film": 2012, - "year_award": 2013, - "ceremony": 70, - "category": "Best Motion Picture - Drama", - "nominee": "Argo", - "film": "", - "win": true - }, - { - "year_film": 2012, - "year_award": 2013, - "ceremony": 70, - "category": "Best Motion Picture - Drama", - "nominee": "Life of Pi", - "film": "", - "win": false - }, - { - "year_film": 2012, - "year_award": 2013, - "ceremony": 70, - "category": "Best Motion Picture - Drama", - "nominee": "Lincoln", - "film": "", - "win": false - }, - { - "year_film": 2012, - "year_award": 2013, - "ceremony": 70, - "category": "Best Motion Picture - Drama", - "nominee": "Zero Dark Thirty", - "film": "", - "win": false - }, - { - "year_film": 2012, - "year_award": 2013, - "ceremony": 70, - "category": "Best Motion Picture - Drama", - "nominee": "Django Unchained", - "film": "", - "win": false - }, - { - "year_film": 2012, - "year_award": 2013, - "ceremony": 70, - "category": "Best Motion Picture - Musical or Comedy", - "nominee": "Les Misérables", - "film": "", - "win": true - }, - { - "year_film": 2012, - "year_award": 2013, - "ceremony": 70, - "category": "Best Motion Picture - Musical or Comedy", - "nominee": "Best Exotic Marigold Hotel, The", - "film": "", - "win": false - }, - { - "year_film": 2012, - "year_award": 2013, - "ceremony": 70, - "category": "Best Motion Picture - Musical or Comedy", - "nominee": "Moonrise Kingdom", - "film": "", - "win": false - }, - { - "year_film": 2012, - "year_award": 2013, - "ceremony": 70, - "category": "Best Motion Picture - Musical or Comedy", - "nominee": "Salmon Fishing in the Yemen", - "film": "", - "win": false - }, - { - "year_film": 2012, - "year_award": 2013, - "ceremony": 70, - "category": "Best Motion Picture - Musical or Comedy", - "nominee": "Silver Linings Playbook", - "film": "", - "win": false - }, - { - "year_film": 2012, - "year_award": 2013, - "ceremony": 70, - "category": "Best Performance by an Actress in a Motion Picture - Drama", - "nominee": "Jessica Chastain", - "film": "Zero Dark Thirty", - "win": true - }, - { - "year_film": 2012, - "year_award": 2013, - "ceremony": 70, - "category": "Best Performance by an Actress in a Motion Picture - Drama", - "nominee": "Marion Cotillard", - "film": "Rust and Bone", - "win": false - }, - { - "year_film": 2012, - "year_award": 2013, - "ceremony": 70, - "category": "Best Performance by an Actress in a Motion Picture - Drama", - "nominee": "Helen Mirren", - "film": "Hitchcock", - "win": false - }, - { - "year_film": 2012, - "year_award": 2013, - "ceremony": 70, - "category": "Best Performance by an Actress in a Motion Picture - Drama", - "nominee": "Naomi Watts", - "film": "Impossible, The", - "win": false - }, - { - "year_film": 2012, - "year_award": 2013, - "ceremony": 70, - "category": "Best Performance by an Actress in a Motion Picture - Drama", - "nominee": "Rachel Weisz", - "film": "Deep Blue Sea, The", - "win": false - }, - { - "year_film": 2012, - "year_award": 2013, - "ceremony": 70, - "category": "Best Performance by an Actor in a Motion Picture - Drama", - "nominee": "Daniel Day-Lewis", - "film": "Lincoln", - "win": true - }, - { - "year_film": 2012, - "year_award": 2013, - "ceremony": 70, - "category": "Best Performance by an Actor in a Motion Picture - Drama", - "nominee": "Richard Gere", - "film": "Arbitrage", - "win": false - }, - { - "year_film": 2012, - "year_award": 2013, - "ceremony": 70, - "category": "Best Performance by an Actor in a Motion Picture - Drama", - "nominee": "Joaquin Phoenix", - "film": "Master, The", - "win": false - }, - { - "year_film": 2012, - "year_award": 2013, - "ceremony": 70, - "category": "Best Performance by an Actor in a Motion Picture - Drama", - "nominee": "Denzel Washington", - "film": "Flight", - "win": false - }, - { - "year_film": 2012, - "year_award": 2013, - "ceremony": 70, - "category": "Best Performance by an Actor in a Motion Picture - Drama", - "nominee": "John Hawkes", - "film": "Sessions, The", - "win": false - }, - { - "year_film": 2012, - "year_award": 2013, - "ceremony": 70, - "category": "Best Performance by an Actress in a Motion Picture - Musical or Comedy", - "nominee": "Jennifer Lawrence", - "film": "Silver Linings Playbook", - "win": true - }, - { - "year_film": 2012, - "year_award": 2013, - "ceremony": 70, - "category": "Best Performance by an Actress in a Motion Picture - Musical or Comedy", - "nominee": "Emily Blunt", - "film": "Salmon Fishing in the Yemen", - "win": false - }, - { - "year_film": 2012, - "year_award": 2013, - "ceremony": 70, - "category": "Best Performance by an Actress in a Motion Picture - Musical or Comedy", - "nominee": "Judi Dench", - "film": "Best Exotic Marigold Hotel, The", - "win": false - }, - { - "year_film": 2012, - "year_award": 2013, - "ceremony": 70, - "category": "Best Performance by an Actress in a Motion Picture - Musical or Comedy", - "nominee": "Maggie Smith", - "film": "Quartet", - "win": false - }, - { - "year_film": 2012, - "year_award": 2013, - "ceremony": 70, - "category": "Best Performance by an Actress in a Motion Picture - Musical or Comedy", - "nominee": "Meryl Streep", - "film": "Hope Springs", - "win": false - }, - { - "year_film": 2012, - "year_award": 2013, - "ceremony": 70, - "category": "Best Performance by an Actor in a Motion Picture - Musical or Comedy", - "nominee": "Hugh Jackman", - "film": "Les Misérables", - "win": true - }, - { - "year_film": 2012, - "year_award": 2013, - "ceremony": 70, - "category": "Best Performance by an Actor in a Motion Picture - Musical or Comedy", - "nominee": "Bill Murray", - "film": "Hyde Park on Hudson", - "win": false - }, - { - "year_film": 2012, - "year_award": 2013, - "ceremony": 70, - "category": "Best Performance by an Actor in a Motion Picture - Musical or Comedy", - "nominee": "Bradley Cooper", - "film": "Silver Linings Playbook", - "win": false - }, - { - "year_film": 2012, - "year_award": 2013, - "ceremony": 70, - "category": "Best Performance by an Actor in a Motion Picture - Musical or Comedy", - "nominee": "Jack Black", - "film": "Bernie", - "win": false - }, - { - "year_film": 2012, - "year_award": 2013, - "ceremony": 70, - "category": "Best Performance by an Actor in a Motion Picture - Musical or Comedy", - "nominee": "Ewan McGregor", - "film": "Salmon Fishing in the Yemen", - "win": false - }, - { - "year_film": 2012, - "year_award": 2013, - "ceremony": 70, - "category": "Best Performance by an Actress in a Supporting Role in any Motion Picture", - "nominee": "Anne Hathaway", - "film": "Les Misérables", - "win": true - }, - { - "year_film": 2012, - "year_award": 2013, - "ceremony": 70, - "category": "Best Performance by an Actress in a Supporting Role in any Motion Picture", - "nominee": "Amy Adams", - "film": "Master, The", - "win": false - }, - { - "year_film": 2012, - "year_award": 2013, - "ceremony": 70, - "category": "Best Performance by an Actress in a Supporting Role in any Motion Picture", - "nominee": "Helen Hunt", - "film": "Sessions, The", - "win": false - }, - { - "year_film": 2012, - "year_award": 2013, - "ceremony": 70, - "category": "Best Performance by an Actress in a Supporting Role in any Motion Picture", - "nominee": "Nicole Kidman", - "film": "Paperboy, The", - "win": false - }, - { - "year_film": 2012, - "year_award": 2013, - "ceremony": 70, - "category": "Best Performance by an Actress in a Supporting Role in any Motion Picture", - "nominee": "Sally Field", - "film": "Lincoln", - "win": false - }, - { - "year_film": 2012, - "year_award": 2013, - "ceremony": 70, - "category": "Best Performance by an Actor in a Supporting Role in any Motion Picture", - "nominee": "Christoph Waltz", - "film": "Django Unchained", - "win": true - }, - { - "year_film": 2012, - "year_award": 2013, - "ceremony": 70, - "category": "Best Performance by an Actor in a Supporting Role in any Motion Picture", - "nominee": "Philip Seymour Hoffman", - "film": "Master, The", - "win": false - }, - { - "year_film": 2012, - "year_award": 2013, - "ceremony": 70, - "category": "Best Performance by an Actor in a Supporting Role in any Motion Picture", - "nominee": "Alan Arkin", - "film": "Argo", - "win": false - }, - { - "year_film": 2012, - "year_award": 2013, - "ceremony": 70, - "category": "Best Performance by an Actor in a Supporting Role in any Motion Picture", - "nominee": "Leonardo DiCaprio", - "film": "Django Unchained", - "win": false - }, - { - "year_film": 2012, - "year_award": 2013, - "ceremony": 70, - "category": "Best Performance by an Actor in a Supporting Role in any Motion Picture", - "nominee": "Tommy Lee Jones", - "film": "Lincoln", - "win": false - }, - { - "year_film": 2012, - "year_award": 2013, - "ceremony": 70, - "category": "Best Director - Motion Picture", - "nominee": "Ben Affleck", - "film": "Argo", - "win": true - }, - { - "year_film": 2012, - "year_award": 2013, - "ceremony": 70, - "category": "Best Director - Motion Picture", - "nominee": "Ang Lee", - "film": "Life of Pi", - "win": false - }, - { - "year_film": 2012, - "year_award": 2013, - "ceremony": 70, - "category": "Best Director - Motion Picture", - "nominee": "Steven Spielberg", - "film": "Lincoln", - "win": false - }, - { - "year_film": 2012, - "year_award": 2013, - "ceremony": 70, - "category": "Best Director - Motion Picture", - "nominee": "Kathryn Bigelow", - "film": "Zero Dark Thirty", - "win": false - }, - { - "year_film": 2012, - "year_award": 2013, - "ceremony": 70, - "category": "Best Director - Motion Picture", - "nominee": "Quentin Tarantino", - "film": "Django Unchained", - "win": false - }, - { - "year_film": 2012, - "year_award": 2013, - "ceremony": 70, - "category": "Best Screenplay - Motion Picture", - "nominee": "Quentin Tarantino", - "film": "Django Unchained", - "win": true - }, - { - "year_film": 2012, - "year_award": 2013, - "ceremony": 70, - "category": "Best Screenplay - Motion Picture", - "nominee": "Tony Kushner", - "film": "Lincoln", - "win": false - }, - { - "year_film": 2012, - "year_award": 2013, - "ceremony": 70, - "category": "Best Screenplay - Motion Picture", - "nominee": "Mark Boal", - "film": "Zero Dark Thirty", - "win": false - }, - { - "year_film": 2012, - "year_award": 2013, - "ceremony": 70, - "category": "Best Screenplay - Motion Picture", - "nominee": "David O. Russell", - "film": "Silver Linings Playbook", - "win": false - }, - { - "year_film": 2012, - "year_award": 2013, - "ceremony": 70, - "category": "Best Screenplay - Motion Picture", - "nominee": "Chris Terrio", - "film": "Argo", - "win": false - }, - { - "year_film": 2012, - "year_award": 2013, - "ceremony": 70, - "category": "Best Motion Picture - Animated", - "nominee": "Brave", - "film": "", - "win": true - }, - { - "year_film": 2012, - "year_award": 2013, - "ceremony": 70, - "category": "Best Motion Picture - Animated", - "nominee": "Frankenweenie", - "film": "", - "win": false - }, - { - "year_film": 2012, - "year_award": 2013, - "ceremony": 70, - "category": "Best Motion Picture - Animated", - "nominee": "Hotel Transylvania", - "film": "", - "win": false - }, - { - "year_film": 2012, - "year_award": 2013, - "ceremony": 70, - "category": "Best Motion Picture - Animated", - "nominee": "Rise of the Guardians", - "film": "", - "win": false - }, - { - "year_film": 2012, - "year_award": 2013, - "ceremony": 70, - "category": "Best Motion Picture - Animated", - "nominee": "Wreck-It Ralph", - "film": "", - "win": false - }, - { - "year_film": 2012, - "year_award": 2013, - "ceremony": 70, - "category": "Best Motion Picture - Foreign Language", - "nominee": "Amour", - "film": "Austria, Michael Haneke", - "win": true - }, - { - "year_film": 2012, - "year_award": 2013, - "ceremony": 70, - "category": "Best Motion Picture - Foreign Language", - "nominee": "A Royal Affair", - "film": "Denmark, Nikolaj Arcel", - "win": false - }, - { - "year_film": 2012, - "year_award": 2013, - "ceremony": 70, - "category": "Best Motion Picture - Foreign Language", - "nominee": "The Intouchables", - "film": "France, Olivier Nakache, Éric Toledano", - "win": false - }, - { - "year_film": 2012, - "year_award": 2013, - "ceremony": 70, - "category": "Best Motion Picture - Foreign Language", - "nominee": "Kon Tiki", - "film": "Norway, United Kingdom, Denmark, Joachim Rønning, Espen Sandberg", - "win": false - }, - { - "year_film": 2012, - "year_award": 2013, - "ceremony": 70, - "category": "Best Motion Picture - Foreign Language", - "nominee": "Rust and Bone", - "film": "France, Jacques Audiard", - "win": false - }, - { - "year_film": 2012, - "year_award": 2013, - "ceremony": 70, - "category": "Best Original Score - Motion Picture", - "nominee": "Mychael Danna", - "film": "Life of Pi", - "win": true - }, - { - "year_film": 2012, - "year_award": 2013, - "ceremony": 70, - "category": "Best Original Score - Motion Picture", - "nominee": "John Williams", - "film": "Lincoln", - "win": false - }, - { - "year_film": 2012, - "year_award": 2013, - "ceremony": 70, - "category": "Best Original Score - Motion Picture", - "nominee": "Dario Marianelli", - "film": "Anna Karenina", - "win": false - }, - { - "year_film": 2012, - "year_award": 2013, - "ceremony": 70, - "category": "Best Original Score - Motion Picture", - "nominee": "Tom Tykwer, Johnny Klimek, Reinhold Heil", - "film": "Cloud Atlas", - "win": false - }, - { - "year_film": 2012, - "year_award": 2013, - "ceremony": 70, - "category": "Best Original Score - Motion Picture", - "nominee": "Alexandre Desplat", - "film": "Argo", - "win": false - }, - { - "year_film": 2012, - "year_award": 2013, - "ceremony": 70, - "category": "Best Original Song - Motion Picture", - "nominee": "Skyfall\", Adele, Paul Epworth", - "film": "Skyfall", - "win": true - }, - { - "year_film": 2012, - "year_award": 2013, - "ceremony": 70, - "category": "Best Original Song - Motion Picture", - "nominee": "For You\", Keith Urban, Monty Powell", - "film": "Act of Valor", - "win": false - }, - { - "year_film": 2012, - "year_award": 2013, - "ceremony": 70, - "category": "Best Original Song - Motion Picture", - "nominee": "Not Running Anymore\", Jon Bon Jovi", - "film": "Stand Up Guys", - "win": false - }, - { - "year_film": 2012, - "year_award": 2013, - "ceremony": 70, - "category": "Best Original Song - Motion Picture", - "nominee": "Safe & Sound\", Taylor Swift, John Paul White, Joy Williams, T Bone Burnett", - "film": "The Hunger Games", - "win": false - }, - { - "year_film": 2012, - "year_award": 2013, - "ceremony": 70, - "category": "Best Original Song - Motion Picture", - "nominee": "Suddenly\", Herbert Kretzmer, Claude-Michel Schonberg, Alain Boublil", - "film": "Les Misérables", - "win": false - }, - { - "year_film": 2012, - "year_award": 2013, - "ceremony": 70, - "category": "Best Television Series - Drama", - "nominee": "Homeland", - "film": "", - "win": true - }, - { - "year_film": 2012, - "year_award": 2013, - "ceremony": 70, - "category": "Best Television Series - Drama", - "nominee": "Boardwalk Empire", - "film": "", - "win": false - }, - { - "year_film": 2012, - "year_award": 2013, - "ceremony": 70, - "category": "Best Television Series - Drama", - "nominee": "Downton Abbey", - "film": "", - "win": false - }, - { - "year_film": 2012, - "year_award": 2013, - "ceremony": 70, - "category": "Best Television Series - Drama", - "nominee": "Newsroom, The", - "film": "", - "win": false - }, - { - "year_film": 2012, - "year_award": 2013, - "ceremony": 70, - "category": "Best Television Series - Drama", - "nominee": "Breaking Bad", - "film": "", - "win": false - }, - { - "year_film": 2012, - "year_award": 2013, - "ceremony": 70, - "category": "Best Television Series - Musical or Comedy", - "nominee": "Girls", - "film": "", - "win": true - }, - { - "year_film": 2012, - "year_award": 2013, - "ceremony": 70, - "category": "Best Television Series - Musical or Comedy", - "nominee": "Big Bang Theory, The", - "film": "", - "win": false - }, - { - "year_film": 2012, - "year_award": 2013, - "ceremony": 70, - "category": "Best Television Series - Musical or Comedy", - "nominee": "Episodes", - "film": "", - "win": false - }, - { - "year_film": 2012, - "year_award": 2013, - "ceremony": 70, - "category": "Best Television Series - Musical or Comedy", - "nominee": "Modern Family", - "film": "", - "win": false - }, - { - "year_film": 2012, - "year_award": 2013, - "ceremony": 70, - "category": "Best Television Series - Musical or Comedy", - "nominee": "Smash", - "film": "", - "win": false - }, - { - "year_film": 2012, - "year_award": 2013, - "ceremony": 70, - "category": "Best Television Limited Series or Motion Picture Made for Television", - "nominee": "Game Change", - "film": "", - "win": true - }, - { - "year_film": 2012, - "year_award": 2013, - "ceremony": 70, - "category": "Best Television Limited Series or Motion Picture Made for Television", - "nominee": "The Hour", - "film": "", - "win": false - }, - { - "year_film": 2012, - "year_award": 2013, - "ceremony": 70, - "category": "Best Television Limited Series or Motion Picture Made for Television", - "nominee": "The Girl", - "film": "", - "win": false - }, - { - "year_film": 2012, - "year_award": 2013, - "ceremony": 70, - "category": "Best Television Limited Series or Motion Picture Made for Television", - "nominee": "Hatfields & McCoys", - "film": "", - "win": false - }, - { - "year_film": 2012, - "year_award": 2013, - "ceremony": 70, - "category": "Best Television Limited Series or Motion Picture Made for Television", - "nominee": "Political Animals", - "film": "", - "win": false - }, - { - "year_film": 2012, - "year_award": 2013, - "ceremony": 70, - "category": "Best Performance by an Actress in a Limited Series or a Motion Picture Made for Television", - "nominee": "Julianne Moore", - "film": "Game Change", - "win": true - }, - { - "year_film": 2012, - "year_award": 2013, - "ceremony": 70, - "category": "Best Performance by an Actress in a Limited Series or a Motion Picture Made for Television", - "nominee": "Sienna Miller", - "film": "The Girl", - "win": false - }, - { - "year_film": 2012, - "year_award": 2013, - "ceremony": 70, - "category": "Best Performance by an Actress in a Limited Series or a Motion Picture Made for Television", - "nominee": "Nicole Kidman", - "film": "Hemingway & Gellhorn", - "win": false - }, - { - "year_film": 2012, - "year_award": 2013, - "ceremony": 70, - "category": "Best Performance by an Actress in a Limited Series or a Motion Picture Made for Television", - "nominee": "Jessica Lange", - "film": "American Horror Story: Asylum", - "win": false - }, - { - "year_film": 2012, - "year_award": 2013, - "ceremony": 70, - "category": "Best Performance by an Actress in a Limited Series or a Motion Picture Made for Television", - "nominee": "Sigourney Weaver", - "film": "Political Animals", - "win": false - }, - { - "year_film": 2012, - "year_award": 2013, - "ceremony": 70, - "category": "Best Performance by an Actor in a Limited Series or a Motion Picture Made for Television", - "nominee": "Kevin Costner", - "film": "Hatfields & McCoys", - "win": true - }, - { - "year_film": 2012, - "year_award": 2013, - "ceremony": 70, - "category": "Best Performance by an Actor in a Limited Series or a Motion Picture Made for Television", - "nominee": "Woody Harrelson", - "film": "Game Change", - "win": false - }, - { - "year_film": 2012, - "year_award": 2013, - "ceremony": 70, - "category": "Best Performance by an Actor in a Limited Series or a Motion Picture Made for Television", - "nominee": "Clive Owen", - "film": "Hemingway & Gellhorn", - "win": false - }, - { - "year_film": 2012, - "year_award": 2013, - "ceremony": 70, - "category": "Best Performance by an Actor in a Limited Series or a Motion Picture Made for Television", - "nominee": "Benedict Cumberbatch", - "film": "Sherlock: Season 2 (Masterpiece)", - "win": false - }, - { - "year_film": 2012, - "year_award": 2013, - "ceremony": 70, - "category": "Best Performance by an Actor in a Limited Series or a Motion Picture Made for Television", - "nominee": "Toby Jones", - "film": "The Girl", - "win": false - }, - { - "year_film": 2012, - "year_award": 2013, - "ceremony": 70, - "category": "Best Performance by an Actress In A Television Series - Drama", - "nominee": "Claire Danes", - "film": "Homeland", - "win": true - }, - { - "year_film": 2012, - "year_award": 2013, - "ceremony": 70, - "category": "Best Performance by an Actress In A Television Series - Drama", - "nominee": "Connie Britton", - "film": "Nashville ( TV )", - "win": false - }, - { - "year_film": 2012, - "year_award": 2013, - "ceremony": 70, - "category": "Best Performance by an Actress In A Television Series - Drama", - "nominee": "Michelle Dockery", - "film": "Downton Abbey", - "win": false - }, - { - "year_film": 2012, - "year_award": 2013, - "ceremony": 70, - "category": "Best Performance by an Actress In A Television Series - Drama", - "nominee": "Glenn Close", - "film": "Damages", - "win": false - }, - { - "year_film": 2012, - "year_award": 2013, - "ceremony": 70, - "category": "Best Performance by an Actress In A Television Series - Drama", - "nominee": "Julianna Margulies", - "film": "The Good Wife", - "win": false - }, - { - "year_film": 2012, - "year_award": 2013, - "ceremony": 70, - "category": "Best Performance by an Actor In A Television Series - Drama", - "nominee": "Damian Lewis", - "film": "Homeland", - "win": true - }, - { - "year_film": 2012, - "year_award": 2013, - "ceremony": 70, - "category": "Best Performance by an Actor In A Television Series - Drama", - "nominee": "Steve Buscemi", - "film": "Boardwalk Empire", - "win": false - }, - { - "year_film": 2012, - "year_award": 2013, - "ceremony": 70, - "category": "Best Performance by an Actor In A Television Series - Drama", - "nominee": "Bryan Cranston", - "film": "Breaking Bad", - "win": false - }, - { - "year_film": 2012, - "year_award": 2013, - "ceremony": 70, - "category": "Best Performance by an Actor In A Television Series - Drama", - "nominee": "Jeff Daniels", - "film": "Newsroom, The", - "win": false - }, - { - "year_film": 2012, - "year_award": 2013, - "ceremony": 70, - "category": "Best Performance by an Actor In A Television Series - Drama", - "nominee": "Jon Hamm", - "film": "Mad Men", - "win": false - }, - { - "year_film": 2012, - "year_award": 2013, - "ceremony": 70, - "category": "Best Performance by an Actress in a Television Series - Musical or Comedy", - "nominee": "Lena Dunham", - "film": "Girls", - "win": true - }, - { - "year_film": 2012, - "year_award": 2013, - "ceremony": 70, - "category": "Best Performance by an Actress in a Television Series - Musical or Comedy", - "nominee": "Tina Fey", - "film": "30 Rock", - "win": false - }, - { - "year_film": 2012, - "year_award": 2013, - "ceremony": 70, - "category": "Best Performance by an Actress in a Television Series - Musical or Comedy", - "nominee": "Amy Poehler", - "film": "Parks And Recreation", - "win": false - }, - { - "year_film": 2012, - "year_award": 2013, - "ceremony": 70, - "category": "Best Performance by an Actress in a Television Series - Musical or Comedy", - "nominee": "Julia Louis-Dreyfus", - "film": "Veep", - "win": false - }, - { - "year_film": 2012, - "year_award": 2013, - "ceremony": 70, - "category": "Best Performance by an Actress in a Television Series - Musical or Comedy", - "nominee": "Zooey Deschanel", - "film": "New Girl", - "win": false - }, - { - "year_film": 2012, - "year_award": 2013, - "ceremony": 70, - "category": "Best Performance by an Actor in a Television Series - Musical or Comedy", - "nominee": "Don Cheadle", - "film": "House of Lies", - "win": true - }, - { - "year_film": 2012, - "year_award": 2013, - "ceremony": 70, - "category": "Best Performance by an Actor in a Television Series - Musical or Comedy", - "nominee": "Alec Baldwin", - "film": "30 Rock", - "win": false - }, - { - "year_film": 2012, - "year_award": 2013, - "ceremony": 70, - "category": "Best Performance by an Actor in a Television Series - Musical or Comedy", - "nominee": "Matt LeBlanc", - "film": "Episodes", - "win": false - }, - { - "year_film": 2012, - "year_award": 2013, - "ceremony": 70, - "category": "Best Performance by an Actor in a Television Series - Musical or Comedy", - "nominee": "Louis C.K.", - "film": "Louie", - "win": false - }, - { - "year_film": 2012, - "year_award": 2013, - "ceremony": 70, - "category": "Best Performance by an Actor in a Television Series - Musical or Comedy", - "nominee": "Jim Parsons", - "film": "Big Bang Theory, The", - "win": false - }, - { - "year_film": 2012, - "year_award": 2013, - "ceremony": 70, - "category": "Best Performance by an Actress in a Supporting Role in a Series, Limited Series or Motion Picture Made for Television", - "nominee": "Maggie Smith", - "film": "Downton Abbey", - "win": true - }, - { - "year_film": 2012, - "year_award": 2013, - "ceremony": 70, - "category": "Best Performance by an Actress in a Supporting Role in a Series, Limited Series or Motion Picture Made for Television", - "nominee": "Sofia Vergara", - "film": "Modern Family", - "win": false - }, - { - "year_film": 2012, - "year_award": 2013, - "ceremony": 70, - "category": "Best Performance by an Actress in a Supporting Role in a Series, Limited Series or Motion Picture Made for Television", - "nominee": "Archie Panjabi", - "film": "The Good Wife", - "win": false - }, - { - "year_film": 2012, - "year_award": 2013, - "ceremony": 70, - "category": "Best Performance by an Actress in a Supporting Role in a Series, Limited Series or Motion Picture Made for Television", - "nominee": "Hayden Panettiere", - "film": "Nashville ( TV )", - "win": false - }, - { - "year_film": 2012, - "year_award": 2013, - "ceremony": 70, - "category": "Best Performance by an Actress in a Supporting Role in a Series, Limited Series or Motion Picture Made for Television", - "nominee": "Sarah Paulson", - "film": "Game Change", - "win": false - }, - { - "year_film": 2012, - "year_award": 2013, - "ceremony": 70, - "category": "Best Performance by an Actor in a Supporting Role in a Series, Limited Series or Motion Picture Made for Television", - "nominee": "Ed Harris", - "film": "Game Change", - "win": true - }, - { - "year_film": 2012, - "year_award": 2013, - "ceremony": 70, - "category": "Best Performance by an Actor in a Supporting Role in a Series, Limited Series or Motion Picture Made for Television", - "nominee": "Eric Stonestreet", - "film": "Modern Family", - "win": false - }, - { - "year_film": 2012, - "year_award": 2013, - "ceremony": 70, - "category": "Best Performance by an Actor in a Supporting Role in a Series, Limited Series or Motion Picture Made for Television", - "nominee": "Max Greenfield", - "film": "New Girl", - "win": false - }, - { - "year_film": 2012, - "year_award": 2013, - "ceremony": 70, - "category": "Best Performance by an Actor in a Supporting Role in a Series, Limited Series or Motion Picture Made for Television", - "nominee": "Danny Huston", - "film": "Magic City", - "win": false - }, - { - "year_film": 2012, - "year_award": 2013, - "ceremony": 70, - "category": "Best Performance by an Actor in a Supporting Role in a Series, Limited Series or Motion Picture Made for Television", - "nominee": "Mandy Patinkin", - "film": "Homeland", - "win": false - }, - { - "year_film": 2012, - "year_award": 2013, - "ceremony": 70, - "category": "Cecil B. deMille Award", - "nominee": "Jodie Foster", - "film": "", - "win": false - }, - { - "year_film": 2013, - "year_award": 2014, - "ceremony": 71, - "category": "Best Motion Picture - Drama", - "nominee": "12 Years a Slave", - "film": "", - "win": true - }, - { - "year_film": 2013, - "year_award": 2014, - "ceremony": 71, - "category": "Best Motion Picture - Drama", - "nominee": "Captain Phillips", - "film": "", - "win": false - }, - { - "year_film": 2013, - "year_award": 2014, - "ceremony": 71, - "category": "Best Motion Picture - Drama", - "nominee": "Gravity", - "film": "", - "win": false - }, - { - "year_film": 2013, - "year_award": 2014, - "ceremony": 71, - "category": "Best Motion Picture - Drama", - "nominee": "Philomena", - "film": "", - "win": false - }, - { - "year_film": 2013, - "year_award": 2014, - "ceremony": 71, - "category": "Best Motion Picture - Drama", - "nominee": "Rush", - "film": "", - "win": false - }, - { - "year_film": 2013, - "year_award": 2014, - "ceremony": 71, - "category": "Best Motion Picture - Musical or Comedy", - "nominee": "American Hustle", - "film": "", - "win": true - }, - { - "year_film": 2013, - "year_award": 2014, - "ceremony": 71, - "category": "Best Motion Picture - Musical or Comedy", - "nominee": "Nebraska", - "film": "", - "win": false - }, - { - "year_film": 2013, - "year_award": 2014, - "ceremony": 71, - "category": "Best Motion Picture - Musical or Comedy", - "nominee": "Inside Llewyn Davis", - "film": "", - "win": false - }, - { - "year_film": 2013, - "year_award": 2014, - "ceremony": 71, - "category": "Best Motion Picture - Musical or Comedy", - "nominee": "Her", - "film": "", - "win": false - }, - { - "year_film": 2013, - "year_award": 2014, - "ceremony": 71, - "category": "Best Motion Picture - Musical or Comedy", - "nominee": "Wolf of Wall Street, The", - "film": "", - "win": false - }, - { - "year_film": 2013, - "year_award": 2014, - "ceremony": 71, - "category": "Best Performance by an Actress in a Motion Picture - Drama", - "nominee": "Cate Blanchett", - "film": "Blue Jasmine", - "win": true - }, - { - "year_film": 2013, - "year_award": 2014, - "ceremony": 71, - "category": "Best Performance by an Actress in a Motion Picture - Drama", - "nominee": "Sandra Bullock", - "film": "Gravity", - "win": false - }, - { - "year_film": 2013, - "year_award": 2014, - "ceremony": 71, - "category": "Best Performance by an Actress in a Motion Picture - Drama", - "nominee": "Judi Dench", - "film": "Philomena", - "win": false - }, - { - "year_film": 2013, - "year_award": 2014, - "ceremony": 71, - "category": "Best Performance by an Actress in a Motion Picture - Drama", - "nominee": "Kate Winslet", - "film": "Labor Day", - "win": false - }, - { - "year_film": 2013, - "year_award": 2014, - "ceremony": 71, - "category": "Best Performance by an Actress in a Motion Picture - Drama", - "nominee": "Emma Thompson", - "film": "Saving Mr. Banks", - "win": false - }, - { - "year_film": 2013, - "year_award": 2014, - "ceremony": 71, - "category": "Best Performance by an Actor in a Motion Picture - Drama", - "nominee": "Matthew McConaughey", - "film": "Dallas Buyers Club", - "win": true - }, - { - "year_film": 2013, - "year_award": 2014, - "ceremony": 71, - "category": "Best Performance by an Actor in a Motion Picture - Drama", - "nominee": "Robert Redford", - "film": "All Is Lost", - "win": false - }, - { - "year_film": 2013, - "year_award": 2014, - "ceremony": 71, - "category": "Best Performance by an Actor in a Motion Picture - Drama", - "nominee": "Chiwetel Ejiofor", - "film": "12 Years a Slave", - "win": false - }, - { - "year_film": 2013, - "year_award": 2014, - "ceremony": 71, - "category": "Best Performance by an Actor in a Motion Picture - Drama", - "nominee": "Tom Hanks", - "film": "Captain Phillips", - "win": false - }, - { - "year_film": 2013, - "year_award": 2014, - "ceremony": 71, - "category": "Best Performance by an Actor in a Motion Picture - Drama", - "nominee": "Idris Elba", - "film": "Mandela: Long Walk to Freedom", - "win": false - }, - { - "year_film": 2013, - "year_award": 2014, - "ceremony": 71, - "category": "Best Performance by an Actress in a Motion Picture - Musical or Comedy", - "nominee": "Amy Adams", - "film": "American Hustle", - "win": true - }, - { - "year_film": 2013, - "year_award": 2014, - "ceremony": 71, - "category": "Best Performance by an Actress in a Motion Picture - Musical or Comedy", - "nominee": "Julia Louis-Dreyfus", - "film": "Enough Said", - "win": false - }, - { - "year_film": 2013, - "year_award": 2014, - "ceremony": 71, - "category": "Best Performance by an Actress in a Motion Picture - Musical or Comedy", - "nominee": "Greta Gerwig", - "film": "Frances Ha", - "win": false - }, - { - "year_film": 2013, - "year_award": 2014, - "ceremony": 71, - "category": "Best Performance by an Actress in a Motion Picture - Musical or Comedy", - "nominee": "Meryl Streep", - "film": "August: Osage County", - "win": false - }, - { - "year_film": 2013, - "year_award": 2014, - "ceremony": 71, - "category": "Best Performance by an Actress in a Motion Picture - Musical or Comedy", - "nominee": "Julie Delpy", - "film": "Before Midnight", - "win": false - }, - { - "year_film": 2013, - "year_award": 2014, - "ceremony": 71, - "category": "Best Performance by an Actor in a Motion Picture - Musical or Comedy", - "nominee": "Leonardo DiCaprio", - "film": "Wolf of Wall Street, The", - "win": true - }, - { - "year_film": 2013, - "year_award": 2014, - "ceremony": 71, - "category": "Best Performance by an Actor in a Motion Picture - Musical or Comedy", - "nominee": "Christian Bale", - "film": "American Hustle", - "win": false - }, - { - "year_film": 2013, - "year_award": 2014, - "ceremony": 71, - "category": "Best Performance by an Actor in a Motion Picture - Musical or Comedy", - "nominee": "Bruce Dern", - "film": "Nebraska", - "win": false - }, - { - "year_film": 2013, - "year_award": 2014, - "ceremony": 71, - "category": "Best Performance by an Actor in a Motion Picture - Musical or Comedy", - "nominee": "Oscar Isaac", - "film": "Inside Llewyn Davis", - "win": false - }, - { - "year_film": 2013, - "year_award": 2014, - "ceremony": 71, - "category": "Best Performance by an Actor in a Motion Picture - Musical or Comedy", - "nominee": "Joaquin Phoenix", - "film": "Her", - "win": false - }, - { - "year_film": 2013, - "year_award": 2014, - "ceremony": 71, - "category": "Best Performance by an Actress in a Supporting Role in any Motion Picture", - "nominee": "Jennifer Lawrence", - "film": "American Hustle", - "win": true - }, - { - "year_film": 2013, - "year_award": 2014, - "ceremony": 71, - "category": "Best Performance by an Actress in a Supporting Role in any Motion Picture", - "nominee": "Sally Hawkins", - "film": "Blue Jasmine", - "win": false - }, - { - "year_film": 2013, - "year_award": 2014, - "ceremony": 71, - "category": "Best Performance by an Actress in a Supporting Role in any Motion Picture", - "nominee": "Lupita Nyong'o", - "film": "12 Years a Slave", - "win": false - }, - { - "year_film": 2013, - "year_award": 2014, - "ceremony": 71, - "category": "Best Performance by an Actress in a Supporting Role in any Motion Picture", - "nominee": "June Squibb", - "film": "Nebraska", - "win": false - }, - { - "year_film": 2013, - "year_award": 2014, - "ceremony": 71, - "category": "Best Performance by an Actress in a Supporting Role in any Motion Picture", - "nominee": "Julia Roberts", - "film": "August: Osage County", - "win": false - }, - { - "year_film": 2013, - "year_award": 2014, - "ceremony": 71, - "category": "Best Performance by an Actor in a Supporting Role in any Motion Picture", - "nominee": "Jared Leto", - "film": "Dallas Buyers Club", - "win": true - }, - { - "year_film": 2013, - "year_award": 2014, - "ceremony": 71, - "category": "Best Performance by an Actor in a Supporting Role in any Motion Picture", - "nominee": "Michael Fassbender", - "film": "12 Years a Slave", - "win": false - }, - { - "year_film": 2013, - "year_award": 2014, - "ceremony": 71, - "category": "Best Performance by an Actor in a Supporting Role in any Motion Picture", - "nominee": "Barkhad Abdi", - "film": "Captain Phillips", - "win": false - }, - { - "year_film": 2013, - "year_award": 2014, - "ceremony": 71, - "category": "Best Performance by an Actor in a Supporting Role in any Motion Picture", - "nominee": "Daniel Brühl", - "film": "Rush", - "win": false - }, - { - "year_film": 2013, - "year_award": 2014, - "ceremony": 71, - "category": "Best Performance by an Actor in a Supporting Role in any Motion Picture", - "nominee": "Bradley Cooper", - "film": "American Hustle", - "win": false - }, - { - "year_film": 2013, - "year_award": 2014, - "ceremony": 71, - "category": "Best Director - Motion Picture", - "nominee": "Alfonso Cuarón", - "film": "Gravity", - "win": true - }, - { - "year_film": 2013, - "year_award": 2014, - "ceremony": 71, - "category": "Best Director - Motion Picture", - "nominee": "Steve McQueen", - "film": "12 Years a Slave", - "win": false - }, - { - "year_film": 2013, - "year_award": 2014, - "ceremony": 71, - "category": "Best Director - Motion Picture", - "nominee": "Paul Greengrass", - "film": "Captain Phillips", - "win": false - }, - { - "year_film": 2013, - "year_award": 2014, - "ceremony": 71, - "category": "Best Director - Motion Picture", - "nominee": "David O. Russell", - "film": "American Hustle", - "win": false - }, - { - "year_film": 2013, - "year_award": 2014, - "ceremony": 71, - "category": "Best Director - Motion Picture", - "nominee": "Alexander Payne", - "film": "Nebraska", - "win": false - }, - { - "year_film": 2013, - "year_award": 2014, - "ceremony": 71, - "category": "Best Screenplay - Motion Picture", - "nominee": "Spike Jonze", - "film": "Her", - "win": true - }, - { - "year_film": 2013, - "year_award": 2014, - "ceremony": 71, - "category": "Best Screenplay - Motion Picture", - "nominee": "John Ridley", - "film": "12 Years a Slave", - "win": false - }, - { - "year_film": 2013, - "year_award": 2014, - "ceremony": 71, - "category": "Best Screenplay - Motion Picture", - "nominee": "Steve Coogan, Jeff Pope", - "film": "Philomena", - "win": false - }, - { - "year_film": 2013, - "year_award": 2014, - "ceremony": 71, - "category": "Best Screenplay - Motion Picture", - "nominee": "Eric Warren Singer , David O. Russell", - "film": "American Hustle", - "win": false - }, - { - "year_film": 2013, - "year_award": 2014, - "ceremony": 71, - "category": "Best Screenplay - Motion Picture", - "nominee": "Bob Nelson", - "film": "Nebraska", - "win": false - }, - { - "year_film": 2013, - "year_award": 2014, - "ceremony": 71, - "category": "Best Motion Picture - Animated", - "nominee": "Frozen", - "film": "", - "win": true - }, - { - "year_film": 2013, - "year_award": 2014, - "ceremony": 71, - "category": "Best Motion Picture - Animated", - "nominee": "Despicable Me 2", - "film": "", - "win": false - }, - { - "year_film": 2013, - "year_award": 2014, - "ceremony": 71, - "category": "Best Motion Picture - Animated", - "nominee": "Croods, The", - "film": "", - "win": false - }, - { - "year_film": 2013, - "year_award": 2014, - "ceremony": 71, - "category": "Best Motion Picture - Foreign Language", - "nominee": "The Great Beauty", - "film": "Italy, Paolo Sorrentino", - "win": true - }, - { - "year_film": 2013, - "year_award": 2014, - "ceremony": 71, - "category": "Best Motion Picture - Foreign Language", - "nominee": "Blue is the Warmest Color", - "film": "France, Abdellatif Kechiche", - "win": false - }, - { - "year_film": 2013, - "year_award": 2014, - "ceremony": 71, - "category": "Best Motion Picture - Foreign Language", - "nominee": "The Hunt", - "film": "Denmark, Thomas Vinterberg", - "win": false - }, - { - "year_film": 2013, - "year_award": 2014, - "ceremony": 71, - "category": "Best Motion Picture - Foreign Language", - "nominee": "The Past", - "film": "Iran, Asghar Farhadi", - "win": false - }, - { - "year_film": 2013, - "year_award": 2014, - "ceremony": 71, - "category": "Best Motion Picture - Foreign Language", - "nominee": "The Wind Rises", - "film": "Japan, Hayao Miyazaki", - "win": false - }, - { - "year_film": 2013, - "year_award": 2014, - "ceremony": 71, - "category": "Best Original Score - Motion Picture", - "nominee": "Alex Ebert", - "film": "All Is Lost", - "win": true - }, - { - "year_film": 2013, - "year_award": 2014, - "ceremony": 71, - "category": "Best Original Score - Motion Picture", - "nominee": "John Williams", - "film": "The Book Thief", - "win": false - }, - { - "year_film": 2013, - "year_award": 2014, - "ceremony": 71, - "category": "Best Original Score - Motion Picture", - "nominee": "Hans Zimmer", - "film": "12 Years a Slave", - "win": false - }, - { - "year_film": 2013, - "year_award": 2014, - "ceremony": 71, - "category": "Best Original Score - Motion Picture", - "nominee": "Steven Price", - "film": "Gravity", - "win": false - }, - { - "year_film": 2013, - "year_award": 2014, - "ceremony": 71, - "category": "Best Original Score - Motion Picture", - "nominee": "Alex Heffes", - "film": "Mandela: Long Walk to Freedom", - "win": false - }, - { - "year_film": 2013, - "year_award": 2014, - "ceremony": 71, - "category": "Best Original Song - Motion Picture", - "nominee": "Ordinary Love\", U2, Danger Mouse, Bono", - "film": "Mandela: Long Walk to Freedom", - "win": true - }, - { - "year_film": 2013, - "year_award": 2014, - "ceremony": 71, - "category": "Best Original Song - Motion Picture", - "nominee": "Please Mr. Kennedy\", Ed Rush, George Cromarty, T Bone Burnett, Justin Timberlake, Joel Coen, Ethan Coen", - "film": "Inside Llewyn Davis", - "win": false - }, - { - "year_film": 2013, - "year_award": 2014, - "ceremony": 71, - "category": "Best Original Song - Motion Picture", - "nominee": "Let It Go\", Kristen Anderson Lopez, Robert Lopez", - "film": "Frozen", - "win": false - }, - { - "year_film": 2013, - "year_award": 2014, - "ceremony": 71, - "category": "Best Original Song - Motion Picture", - "nominee": "Sweeter Than Fiction\", Taylor Swift, Jack Antonoff", - "film": "One Chance", - "win": false - }, - { - "year_film": 2013, - "year_award": 2014, - "ceremony": 71, - "category": "Best Original Song - Motion Picture", - "nominee": "Atlas\", Chris Martin, Guy Berryman, Jon Buckland, Will Champion", - "film": "The Hunger Games: Catching Fire", - "win": false - }, - { - "year_film": 2013, - "year_award": 2014, - "ceremony": 71, - "category": "Best Television Series - Drama", - "nominee": "Breaking Bad", - "film": "", - "win": true - }, - { - "year_film": 2013, - "year_award": 2014, - "ceremony": 71, - "category": "Best Television Series - Drama", - "nominee": "The Good Wife", - "film": "", - "win": false - }, - { - "year_film": 2013, - "year_award": 2014, - "ceremony": 71, - "category": "Best Television Series - Drama", - "nominee": "House of Cards", - "film": "", - "win": false - }, - { - "year_film": 2013, - "year_award": 2014, - "ceremony": 71, - "category": "Best Television Series - Drama", - "nominee": "Masters of Sex", - "film": "", - "win": false - }, - { - "year_film": 2013, - "year_award": 2014, - "ceremony": 71, - "category": "Best Television Series - Drama", - "nominee": "Downton Abbey", - "film": "", - "win": false - }, - { - "year_film": 2013, - "year_award": 2014, - "ceremony": 71, - "category": "Best Television Series - Musical or Comedy", - "nominee": "Brooklyn Nine-Nine", - "film": "", - "win": true - }, - { - "year_film": 2013, - "year_award": 2014, - "ceremony": 71, - "category": "Best Television Series - Musical or Comedy", - "nominee": "Girls", - "film": "", - "win": false - }, - { - "year_film": 2013, - "year_award": 2014, - "ceremony": 71, - "category": "Best Television Series - Musical or Comedy", - "nominee": "Modern Family", - "film": "", - "win": false - }, - { - "year_film": 2013, - "year_award": 2014, - "ceremony": 71, - "category": "Best Television Series - Musical or Comedy", - "nominee": "Parks And Recreation", - "film": "", - "win": false - }, - { - "year_film": 2013, - "year_award": 2014, - "ceremony": 71, - "category": "Best Television Series - Musical or Comedy", - "nominee": "Big Bang Theory, The", - "film": "", - "win": false - }, - { - "year_film": 2013, - "year_award": 2014, - "ceremony": 71, - "category": "Best Television Limited Series or Motion Picture Made for Television", - "nominee": "Behind the Candelabra", - "film": "", - "win": true - }, - { - "year_film": 2013, - "year_award": 2014, - "ceremony": 71, - "category": "Best Television Limited Series or Motion Picture Made for Television", - "nominee": "American Horror Story: Coven", - "film": "", - "win": false - }, - { - "year_film": 2013, - "year_award": 2014, - "ceremony": 71, - "category": "Best Television Limited Series or Motion Picture Made for Television", - "nominee": "Top of the Lake", - "film": "", - "win": false - }, - { - "year_film": 2013, - "year_award": 2014, - "ceremony": 71, - "category": "Best Television Limited Series or Motion Picture Made for Television", - "nominee": "Dancing on the Edge", - "film": "", - "win": false - }, - { - "year_film": 2013, - "year_award": 2014, - "ceremony": 71, - "category": "Best Television Limited Series or Motion Picture Made for Television", - "nominee": "The White Queen", - "film": "", - "win": false - }, - { - "year_film": 2013, - "year_award": 2014, - "ceremony": 71, - "category": "Best Performance by an Actress in a Limited Series or a Motion Picture Made for Television", - "nominee": "Elisabeth Moss", - "film": "Top of the Lake", - "win": true - }, - { - "year_film": 2013, - "year_award": 2014, - "ceremony": 71, - "category": "Best Performance by an Actress in a Limited Series or a Motion Picture Made for Television", - "nominee": "Rebecca Ferguson", - "film": "The White Queen", - "win": false - }, - { - "year_film": 2013, - "year_award": 2014, - "ceremony": 71, - "category": "Best Performance by an Actress in a Limited Series or a Motion Picture Made for Television", - "nominee": "Jessica Lange", - "film": "American Horror Story: Coven", - "win": false - }, - { - "year_film": 2013, - "year_award": 2014, - "ceremony": 71, - "category": "Best Performance by an Actress in a Limited Series or a Motion Picture Made for Television", - "nominee": "Helena Bonham Carter", - "film": "Burton and Taylor", - "win": false - }, - { - "year_film": 2013, - "year_award": 2014, - "ceremony": 71, - "category": "Best Performance by an Actress in a Limited Series or a Motion Picture Made for Television", - "nominee": "Helen Mirren", - "film": "Phil Spector", - "win": false - }, - { - "year_film": 2013, - "year_award": 2014, - "ceremony": 71, - "category": "Best Performance by an Actor in a Limited Series or a Motion Picture Made for Television", - "nominee": "Michael Douglas", - "film": "Behind the Candelabra", - "win": true - }, - { - "year_film": 2013, - "year_award": 2014, - "ceremony": 71, - "category": "Best Performance by an Actor in a Limited Series or a Motion Picture Made for Television", - "nominee": "Al Pacino", - "film": "Phil Spector", - "win": false - }, - { - "year_film": 2013, - "year_award": 2014, - "ceremony": 71, - "category": "Best Performance by an Actor in a Limited Series or a Motion Picture Made for Television", - "nominee": "Matt Damon", - "film": "Behind the Candelabra", - "win": false - }, - { - "year_film": 2013, - "year_award": 2014, - "ceremony": 71, - "category": "Best Performance by an Actor in a Limited Series or a Motion Picture Made for Television", - "nominee": "Chiwetel Ejiofor", - "film": "Dancing on the Edge", - "win": false - }, - { - "year_film": 2013, - "year_award": 2014, - "ceremony": 71, - "category": "Best Performance by an Actor in a Limited Series or a Motion Picture Made for Television", - "nominee": "Idris Elba", - "film": "Luther", - "win": false - }, - { - "year_film": 2013, - "year_award": 2014, - "ceremony": 71, - "category": "Best Performance by an Actress In A Television Series - Drama", - "nominee": "Robin Wright", - "film": "House of Cards", - "win": true - }, - { - "year_film": 2013, - "year_award": 2014, - "ceremony": 71, - "category": "Best Performance by an Actress In A Television Series - Drama", - "nominee": "Taylor Schilling", - "film": "Orange is the New Black", - "win": false - }, - { - "year_film": 2013, - "year_award": 2014, - "ceremony": 71, - "category": "Best Performance by an Actress In A Television Series - Drama", - "nominee": "Tatiana Maslany", - "film": "Orphan Black", - "win": false - }, - { - "year_film": 2013, - "year_award": 2014, - "ceremony": 71, - "category": "Best Performance by an Actress In A Television Series - Drama", - "nominee": "Kerry Washington", - "film": "Scandal (TV)", - "win": false - }, - { - "year_film": 2013, - "year_award": 2014, - "ceremony": 71, - "category": "Best Performance by an Actress In A Television Series - Drama", - "nominee": "Julianna Margulies", - "film": "The Good Wife", - "win": false - }, - { - "year_film": 2013, - "year_award": 2014, - "ceremony": 71, - "category": "Best Performance by an Actor In A Television Series - Drama", - "nominee": "Bryan Cranston", - "film": "Breaking Bad", - "win": true - }, - { - "year_film": 2013, - "year_award": 2014, - "ceremony": 71, - "category": "Best Performance by an Actor In A Television Series - Drama", - "nominee": "Liev Schreiber", - "film": "Ray Donovan", - "win": false - }, - { - "year_film": 2013, - "year_award": 2014, - "ceremony": 71, - "category": "Best Performance by an Actor In A Television Series - Drama", - "nominee": "James Spader", - "film": "Blacklist, The", - "win": false - }, - { - "year_film": 2013, - "year_award": 2014, - "ceremony": 71, - "category": "Best Performance by an Actor In A Television Series - Drama", - "nominee": "Kevin Spacey", - "film": "House of Cards", - "win": false - }, - { - "year_film": 2013, - "year_award": 2014, - "ceremony": 71, - "category": "Best Performance by an Actor In A Television Series - Drama", - "nominee": "Michael Sheen", - "film": "Masters of Sex", - "win": false - }, - { - "year_film": 2013, - "year_award": 2014, - "ceremony": 71, - "category": "Best Performance by an Actress in a Television Series - Musical or Comedy", - "nominee": "Amy Poehler", - "film": "Parks And Recreation", - "win": true - }, - { - "year_film": 2013, - "year_award": 2014, - "ceremony": 71, - "category": "Best Performance by an Actress in a Television Series - Musical or Comedy", - "nominee": "Lena Dunham", - "film": "Girls", - "win": false - }, - { - "year_film": 2013, - "year_award": 2014, - "ceremony": 71, - "category": "Best Performance by an Actress in a Television Series - Musical or Comedy", - "nominee": "Zooey Deschanel", - "film": "New Girl", - "win": false - }, - { - "year_film": 2013, - "year_award": 2014, - "ceremony": 71, - "category": "Best Performance by an Actress in a Television Series - Musical or Comedy", - "nominee": "Edie Falco", - "film": "Nurse Jackie", - "win": false - }, - { - "year_film": 2013, - "year_award": 2014, - "ceremony": 71, - "category": "Best Performance by an Actress in a Television Series - Musical or Comedy", - "nominee": "Julia Louis-Dreyfus", - "film": "Veep", - "win": false - }, - { - "year_film": 2013, - "year_award": 2014, - "ceremony": 71, - "category": "Best Performance by an Actor in a Television Series - Musical or Comedy", - "nominee": "Andy Samberg", - "film": "Brooklyn Nine-Nine", - "win": true - }, - { - "year_film": 2013, - "year_award": 2014, - "ceremony": 71, - "category": "Best Performance by an Actor in a Television Series - Musical or Comedy", - "nominee": "Michael J. Fox", - "film": "Michael J. Fox Show, The", - "win": false - }, - { - "year_film": 2013, - "year_award": 2014, - "ceremony": 71, - "category": "Best Performance by an Actor in a Television Series - Musical or Comedy", - "nominee": "Jim Parsons", - "film": "Big Bang Theory, The", - "win": false - }, - { - "year_film": 2013, - "year_award": 2014, - "ceremony": 71, - "category": "Best Performance by an Actor in a Television Series - Musical or Comedy", - "nominee": "Jason Bateman", - "film": "Arrested Development", - "win": false - }, - { - "year_film": 2013, - "year_award": 2014, - "ceremony": 71, - "category": "Best Performance by an Actor in a Television Series - Musical or Comedy", - "nominee": "Don Cheadle", - "film": "House of Lies", - "win": false - }, - { - "year_film": 2013, - "year_award": 2014, - "ceremony": 71, - "category": "Best Performance by an Actress in a Supporting Role in a Series, Limited Series or Motion Picture Made for Television", - "nominee": "Jacqueline Bisset", - "film": "Dancing on the Edge", - "win": true - }, - { - "year_film": 2013, - "year_award": 2014, - "ceremony": 71, - "category": "Best Performance by an Actress in a Supporting Role in a Series, Limited Series or Motion Picture Made for Television", - "nominee": "Janet McTeer", - "film": "The White Queen", - "win": false - }, - { - "year_film": 2013, - "year_award": 2014, - "ceremony": 71, - "category": "Best Performance by an Actress in a Supporting Role in a Series, Limited Series or Motion Picture Made for Television", - "nominee": "Sofia Vergara", - "film": "Modern Family", - "win": false - }, - { - "year_film": 2013, - "year_award": 2014, - "ceremony": 71, - "category": "Best Performance by an Actress in a Supporting Role in a Series, Limited Series or Motion Picture Made for Television", - "nominee": "Hayden Panettiere", - "film": "Nashville ( TV )", - "win": false - }, - { - "year_film": 2013, - "year_award": 2014, - "ceremony": 71, - "category": "Best Performance by an Actress in a Supporting Role in a Series, Limited Series or Motion Picture Made for Television", - "nominee": "Monica Potter", - "film": "Parenthood (TV)", - "win": false - }, - { - "year_film": 2013, - "year_award": 2014, - "ceremony": 71, - "category": "Best Performance by an Actor in a Supporting Role in a Series, Limited Series or Motion Picture Made for Television", - "nominee": "Jon Voight", - "film": "Ray Donovan", - "win": true - }, - { - "year_film": 2013, - "year_award": 2014, - "ceremony": 71, - "category": "Best Performance by an Actor in a Supporting Role in a Series, Limited Series or Motion Picture Made for Television", - "nominee": "Rob Lowe", - "film": "Behind the Candelabra", - "win": false - }, - { - "year_film": 2013, - "year_award": 2014, - "ceremony": 71, - "category": "Best Performance by an Actor in a Supporting Role in a Series, Limited Series or Motion Picture Made for Television", - "nominee": "Corey Stoll", - "film": "House of Cards", - "win": false - }, - { - "year_film": 2013, - "year_award": 2014, - "ceremony": 71, - "category": "Best Performance by an Actor in a Supporting Role in a Series, Limited Series or Motion Picture Made for Television", - "nominee": "Aaron Paul", - "film": "Breaking Bad", - "win": false - }, - { - "year_film": 2013, - "year_award": 2014, - "ceremony": 71, - "category": "Best Performance by an Actor in a Supporting Role in a Series, Limited Series or Motion Picture Made for Television", - "nominee": "Josh Charles", - "film": "The Good Wife", - "win": false - }, - { - "year_film": 2013, - "year_award": 2014, - "ceremony": 71, - "category": "Cecil B. deMille Award", - "nominee": "Woody Allen", - "film": "", - "win": false - }, - { - "year_film": 2014, - "year_award": 2015, - "ceremony": 72, - "category": "Best Motion Picture - Drama", - "nominee": "Boyhood", - "film": "", - "win": true - }, - { - "year_film": 2014, - "year_award": 2015, - "ceremony": 72, - "category": "Best Motion Picture - Drama", - "nominee": "The Imitation Game", - "film": "", - "win": false - }, - { - "year_film": 2014, - "year_award": 2015, - "ceremony": 72, - "category": "Best Motion Picture - Drama", - "nominee": "Selma", - "film": "", - "win": false - }, - { - "year_film": 2014, - "year_award": 2015, - "ceremony": 72, - "category": "Best Motion Picture - Drama", - "nominee": "Foxcatcher", - "film": "", - "win": false - }, - { - "year_film": 2014, - "year_award": 2015, - "ceremony": 72, - "category": "Best Motion Picture - Drama", - "nominee": "The Theory of Everything", - "film": "", - "win": false - }, - { - "year_film": 2014, - "year_award": 2015, - "ceremony": 72, - "category": "Best Motion Picture - Musical or Comedy", - "nominee": "Grand Budapest Hotel, The", - "film": "", - "win": true - }, - { - "year_film": 2014, - "year_award": 2015, - "ceremony": 72, - "category": "Best Motion Picture - Musical or Comedy", - "nominee": "Into the Woods", - "film": "", - "win": false - }, - { - "year_film": 2014, - "year_award": 2015, - "ceremony": 72, - "category": "Best Motion Picture - Musical or Comedy", - "nominee": "St. Vincent", - "film": "", - "win": false - }, - { - "year_film": 2014, - "year_award": 2015, - "ceremony": 72, - "category": "Best Motion Picture - Musical or Comedy", - "nominee": "Pride", - "film": "", - "win": false - }, - { - "year_film": 2014, - "year_award": 2015, - "ceremony": 72, - "category": "Best Motion Picture - Musical or Comedy", - "nominee": "Birdman", - "film": "", - "win": false - }, - { - "year_film": 2014, - "year_award": 2015, - "ceremony": 72, - "category": "Best Performance by an Actress in a Motion Picture - Drama", - "nominee": "Julianne Moore", - "film": "Still Alice", - "win": true - }, - { - "year_film": 2014, - "year_award": 2015, - "ceremony": 72, - "category": "Best Performance by an Actress in a Motion Picture - Drama", - "nominee": "Jennifer Aniston", - "film": "Cake", - "win": false - }, - { - "year_film": 2014, - "year_award": 2015, - "ceremony": 72, - "category": "Best Performance by an Actress in a Motion Picture - Drama", - "nominee": "Felicity Jones", - "film": "The Theory of Everything", - "win": false - }, - { - "year_film": 2014, - "year_award": 2015, - "ceremony": 72, - "category": "Best Performance by an Actress in a Motion Picture - Drama", - "nominee": "Rosamund Pike", - "film": "Gone Girl", - "win": false - }, - { - "year_film": 2014, - "year_award": 2015, - "ceremony": 72, - "category": "Best Performance by an Actress in a Motion Picture - Drama", - "nominee": "Reese Witherspoon", - "film": "Wild", - "win": false - }, - { - "year_film": 2014, - "year_award": 2015, - "ceremony": 72, - "category": "Best Performance by an Actor in a Motion Picture - Drama", - "nominee": "Eddie Redmayne", - "film": "The Theory of Everything", - "win": true - }, - { - "year_film": 2014, - "year_award": 2015, - "ceremony": 72, - "category": "Best Performance by an Actor in a Motion Picture - Drama", - "nominee": "Steve Carell", - "film": "Foxcatcher", - "win": false - }, - { - "year_film": 2014, - "year_award": 2015, - "ceremony": 72, - "category": "Best Performance by an Actor in a Motion Picture - Drama", - "nominee": "Jake Gyllenhaal", - "film": "Nightcrawler", - "win": false - }, - { - "year_film": 2014, - "year_award": 2015, - "ceremony": 72, - "category": "Best Performance by an Actor in a Motion Picture - Drama", - "nominee": "Benedict Cumberbatch", - "film": "The Imitation Game", - "win": false - }, - { - "year_film": 2014, - "year_award": 2015, - "ceremony": 72, - "category": "Best Performance by an Actor in a Motion Picture - Drama", - "nominee": "David Oyelowo", - "film": "Selma", - "win": false - }, - { - "year_film": 2014, - "year_award": 2015, - "ceremony": 72, - "category": "Best Performance by an Actress in a Motion Picture - Musical or Comedy", - "nominee": "Amy Adams", - "film": "Big Eyes", - "win": true - }, - { - "year_film": 2014, - "year_award": 2015, - "ceremony": 72, - "category": "Best Performance by an Actress in a Motion Picture - Musical or Comedy", - "nominee": "Emily Blunt", - "film": "Into the Woods", - "win": false - }, - { - "year_film": 2014, - "year_award": 2015, - "ceremony": 72, - "category": "Best Performance by an Actress in a Motion Picture - Musical or Comedy", - "nominee": "Helen Mirren", - "film": "Hundred-Foot Journey, The", - "win": false - }, - { - "year_film": 2014, - "year_award": 2015, - "ceremony": 72, - "category": "Best Performance by an Actress in a Motion Picture - Musical or Comedy", - "nominee": "Julianne Moore", - "film": "Maps To The Stars", - "win": false - }, - { - "year_film": 2014, - "year_award": 2015, - "ceremony": 72, - "category": "Best Performance by an Actress in a Motion Picture - Musical or Comedy", - "nominee": "Quvenzhané Wallis", - "film": "Annie (2014)", - "win": false - }, - { - "year_film": 2014, - "year_award": 2015, - "ceremony": 72, - "category": "Best Performance by an Actor in a Motion Picture - Musical or Comedy", - "nominee": "Michael Keaton", - "film": "Birdman", - "win": true - }, - { - "year_film": 2014, - "year_award": 2015, - "ceremony": 72, - "category": "Best Performance by an Actor in a Motion Picture - Musical or Comedy", - "nominee": "Ralph Fiennes", - "film": "Grand Budapest Hotel, The", - "win": false - }, - { - "year_film": 2014, - "year_award": 2015, - "ceremony": 72, - "category": "Best Performance by an Actor in a Motion Picture - Musical or Comedy", - "nominee": "Christoph Waltz", - "film": "Big Eyes", - "win": false - }, - { - "year_film": 2014, - "year_award": 2015, - "ceremony": 72, - "category": "Best Performance by an Actor in a Motion Picture - Musical or Comedy", - "nominee": "Bill Murray", - "film": "St. Vincent", - "win": false - }, - { - "year_film": 2014, - "year_award": 2015, - "ceremony": 72, - "category": "Best Performance by an Actor in a Motion Picture - Musical or Comedy", - "nominee": "Joaquin Phoenix", - "film": "Inherent Vice", - "win": false - }, - { - "year_film": 2014, - "year_award": 2015, - "ceremony": 72, - "category": "Best Performance by an Actress in a Supporting Role in any Motion Picture", - "nominee": "Patricia Arquette", - "film": "Boyhood", - "win": true - }, - { - "year_film": 2014, - "year_award": 2015, - "ceremony": 72, - "category": "Best Performance by an Actress in a Supporting Role in any Motion Picture", - "nominee": "Emma Stone", - "film": "Birdman", - "win": false - }, - { - "year_film": 2014, - "year_award": 2015, - "ceremony": 72, - "category": "Best Performance by an Actress in a Supporting Role in any Motion Picture", - "nominee": "Keira Knightley", - "film": "The Imitation Game", - "win": false - }, - { - "year_film": 2014, - "year_award": 2015, - "ceremony": 72, - "category": "Best Performance by an Actress in a Supporting Role in any Motion Picture", - "nominee": "Meryl Streep", - "film": "Into the Woods", - "win": false - }, - { - "year_film": 2014, - "year_award": 2015, - "ceremony": 72, - "category": "Best Performance by an Actress in a Supporting Role in any Motion Picture", - "nominee": "Jessica Chastain", - "film": "A Most Violent Year", - "win": false - }, - { - "year_film": 2014, - "year_award": 2015, - "ceremony": 72, - "category": "Best Performance by an Actor in a Supporting Role in any Motion Picture", - "nominee": "J.K. Simmons", - "film": "Whiplash", - "win": true - }, - { - "year_film": 2014, - "year_award": 2015, - "ceremony": 72, - "category": "Best Performance by an Actor in a Supporting Role in any Motion Picture", - "nominee": "Mark Ruffalo", - "film": "Foxcatcher", - "win": false - }, - { - "year_film": 2014, - "year_award": 2015, - "ceremony": 72, - "category": "Best Performance by an Actor in a Supporting Role in any Motion Picture", - "nominee": "Robert Duvall", - "film": "Judge, The", - "win": false - }, - { - "year_film": 2014, - "year_award": 2015, - "ceremony": 72, - "category": "Best Performance by an Actor in a Supporting Role in any Motion Picture", - "nominee": "Ethan Hawke", - "film": "Boyhood", - "win": false - }, - { - "year_film": 2014, - "year_award": 2015, - "ceremony": 72, - "category": "Best Performance by an Actor in a Supporting Role in any Motion Picture", - "nominee": "Edward Norton", - "film": "Birdman", - "win": false - }, - { - "year_film": 2014, - "year_award": 2015, - "ceremony": 72, - "category": "Best Director - Motion Picture", - "nominee": "Richard Linklater", - "film": "Boyhood", - "win": true - }, - { - "year_film": 2014, - "year_award": 2015, - "ceremony": 72, - "category": "Best Director - Motion Picture", - "nominee": "Alejandro González Iñárritu", - "film": "Birdman", - "win": false - }, - { - "year_film": 2014, - "year_award": 2015, - "ceremony": 72, - "category": "Best Director - Motion Picture", - "nominee": "David Fincher", - "film": "Gone Girl", - "win": false - }, - { - "year_film": 2014, - "year_award": 2015, - "ceremony": 72, - "category": "Best Director - Motion Picture", - "nominee": "Wes Anderson", - "film": "Grand Budapest Hotel, The", - "win": false - }, - { - "year_film": 2014, - "year_award": 2015, - "ceremony": 72, - "category": "Best Director - Motion Picture", - "nominee": "Ava DuVernay", - "film": "Selma", - "win": false - }, - { - "year_film": 2014, - "year_award": 2015, - "ceremony": 72, - "category": "Best Screenplay - Motion Picture", - "nominee": "Alejandro González Iñárritu, Nicolás Giacobone, Alexander Dinelaris, Armando Bo", - "film": "Birdman", - "win": true - }, - { - "year_film": 2014, - "year_award": 2015, - "ceremony": 72, - "category": "Best Screenplay - Motion Picture", - "nominee": "Graham Moore", - "film": "The Imitation Game", - "win": false - }, - { - "year_film": 2014, - "year_award": 2015, - "ceremony": 72, - "category": "Best Screenplay - Motion Picture", - "nominee": "Gillian Flynn", - "film": "Gone Girl", - "win": false - }, - { - "year_film": 2014, - "year_award": 2015, - "ceremony": 72, - "category": "Best Screenplay - Motion Picture", - "nominee": "Wes Anderson", - "film": "Grand Budapest Hotel, The", - "win": false - }, - { - "year_film": 2014, - "year_award": 2015, - "ceremony": 72, - "category": "Best Screenplay - Motion Picture", - "nominee": "Richard Linklater", - "film": "Boyhood", - "win": false - }, - { - "year_film": 2014, - "year_award": 2015, - "ceremony": 72, - "category": "Best Motion Picture - Animated", - "nominee": "How to Train Your Dragon 2", - "film": "", - "win": true - }, - { - "year_film": 2014, - "year_award": 2015, - "ceremony": 72, - "category": "Best Motion Picture - Animated", - "nominee": "Big Hero 6", - "film": "", - "win": false - }, - { - "year_film": 2014, - "year_award": 2015, - "ceremony": 72, - "category": "Best Motion Picture - Animated", - "nominee": "Book of Life, The", - "film": "", - "win": false - }, - { - "year_film": 2014, - "year_award": 2015, - "ceremony": 72, - "category": "Best Motion Picture - Animated", - "nominee": "Boxtrolls, The", - "film": "", - "win": false - }, - { - "year_film": 2014, - "year_award": 2015, - "ceremony": 72, - "category": "Best Motion Picture - Animated", - "nominee": "LEGO Movie, The", - "film": "", - "win": false - }, - { - "year_film": 2014, - "year_award": 2015, - "ceremony": 72, - "category": "Best Motion Picture - Foreign Language", - "nominee": "Leviathan", - "film": "Russia, Andrey Zvyagintsev", - "win": true - }, - { - "year_film": 2014, - "year_award": 2015, - "ceremony": 72, - "category": "Best Motion Picture - Foreign Language", - "nominee": "Gett: The Trial of Viviane Amsalem", - "film": "Israel, Ronit Elkabetz, Shlomi Elkabetz", - "win": false - }, - { - "year_film": 2014, - "year_award": 2015, - "ceremony": 72, - "category": "Best Motion Picture - Foreign Language", - "nominee": "Ida", - "film": "Poland, Denmark, Pawel Pawlikowski", - "win": false - }, - { - "year_film": 2014, - "year_award": 2015, - "ceremony": 72, - "category": "Best Motion Picture - Foreign Language", - "nominee": "Tangerines", - "film": "Estonia, Zaza Urushadze", - "win": false - }, - { - "year_film": 2014, - "year_award": 2015, - "ceremony": 72, - "category": "Best Motion Picture - Foreign Language", - "nominee": "Force Majeure", - "film": "Sweden, Ruben Östlund", - "win": false - }, - { - "year_film": 2014, - "year_award": 2015, - "ceremony": 72, - "category": "Best Original Score - Motion Picture", - "nominee": "Jóhann Jóhannsson", - "film": "The Theory of Everything", - "win": true - }, - { - "year_film": 2014, - "year_award": 2015, - "ceremony": 72, - "category": "Best Original Score - Motion Picture", - "nominee": "Antonio Sanchez", - "film": "Birdman", - "win": false - }, - { - "year_film": 2014, - "year_award": 2015, - "ceremony": 72, - "category": "Best Original Score - Motion Picture", - "nominee": "Alexandre Desplat", - "film": "The Imitation Game", - "win": false - }, - { - "year_film": 2014, - "year_award": 2015, - "ceremony": 72, - "category": "Best Original Score - Motion Picture", - "nominee": "Trent Reznor, Atticus Ross", - "film": "Gone Girl", - "win": false - }, - { - "year_film": 2014, - "year_award": 2015, - "ceremony": 72, - "category": "Best Original Score - Motion Picture", - "nominee": "Hans Zimmer", - "film": "Interstellar", - "win": false - }, - { - "year_film": 2014, - "year_award": 2015, - "ceremony": 72, - "category": "Best Original Song - Motion Picture", - "nominee": "Glory\", Common, John Legend", - "film": "Selma", - "win": true - }, - { - "year_film": 2014, - "year_award": 2015, - "ceremony": 72, - "category": "Best Original Song - Motion Picture", - "nominee": "Big Eyes\", Lana Del Rey, Daniel Heath", - "film": "Big Eyes", - "win": false - }, - { - "year_film": 2014, - "year_award": 2015, - "ceremony": 72, - "category": "Best Original Song - Motion Picture", - "nominee": "Yellow Flicker Beat\", Lorde, Joel Little", - "film": "The Hunger Games: Mockingjay - Part 1", - "win": false - }, - { - "year_film": 2014, - "year_award": 2015, - "ceremony": 72, - "category": "Best Original Song - Motion Picture", - "nominee": "Mercy Is\", Patti Smith, Lenny Kaye", - "film": "Noah", - "win": false - }, - { - "year_film": 2014, - "year_award": 2015, - "ceremony": 72, - "category": "Best Original Song - Motion Picture", - "nominee": "Opportunity\", Sia, Will Gluck, Greg Kurstin", - "film": "Annie (2014)", - "win": false - }, - { - "year_film": 2014, - "year_award": 2015, - "ceremony": 72, - "category": "Best Television Series - Drama", - "nominee": "Affair, The", - "film": "", - "win": true - }, - { - "year_film": 2014, - "year_award": 2015, - "ceremony": 72, - "category": "Best Television Series - Drama", - "nominee": "House of Cards", - "film": "", - "win": false - }, - { - "year_film": 2014, - "year_award": 2015, - "ceremony": 72, - "category": "Best Television Series - Drama", - "nominee": "Downton Abbey", - "film": "", - "win": false - }, - { - "year_film": 2014, - "year_award": 2015, - "ceremony": 72, - "category": "Best Television Series - Drama", - "nominee": "Game of Thrones", - "film": "", - "win": false - }, - { - "year_film": 2014, - "year_award": 2015, - "ceremony": 72, - "category": "Best Television Series - Drama", - "nominee": "The Good Wife", - "film": "", - "win": false - }, - { - "year_film": 2014, - "year_award": 2015, - "ceremony": 72, - "category": "Best Television Series - Musical or Comedy", - "nominee": "Transparent", - "film": "", - "win": true - }, - { - "year_film": 2014, - "year_award": 2015, - "ceremony": 72, - "category": "Best Television Series - Musical or Comedy", - "nominee": "Orange is the New Black", - "film": "", - "win": false - }, - { - "year_film": 2014, - "year_award": 2015, - "ceremony": 72, - "category": "Best Television Series - Musical or Comedy", - "nominee": "Girls", - "film": "", - "win": false - }, - { - "year_film": 2014, - "year_award": 2015, - "ceremony": 72, - "category": "Best Television Series - Musical or Comedy", - "nominee": "Jane The Virgin", - "film": "", - "win": false - }, - { - "year_film": 2014, - "year_award": 2015, - "ceremony": 72, - "category": "Best Television Series - Musical or Comedy", - "nominee": "Silicon Valley", - "film": "", - "win": false - }, - { - "year_film": 2014, - "year_award": 2015, - "ceremony": 72, - "category": "Best Television Limited Series or Motion Picture Made for Television", - "nominee": "Fargo", - "film": "", - "win": true - }, - { - "year_film": 2014, - "year_award": 2015, - "ceremony": 72, - "category": "Best Television Limited Series or Motion Picture Made for Television", - "nominee": "True Detective", - "film": "", - "win": false - }, - { - "year_film": 2014, - "year_award": 2015, - "ceremony": 72, - "category": "Best Television Limited Series or Motion Picture Made for Television", - "nominee": "The Normal Heart", - "film": "", - "win": false - }, - { - "year_film": 2014, - "year_award": 2015, - "ceremony": 72, - "category": "Best Television Limited Series or Motion Picture Made for Television", - "nominee": "Olive Kitteridge", - "film": "", - "win": false - }, - { - "year_film": 2014, - "year_award": 2015, - "ceremony": 72, - "category": "Best Television Limited Series or Motion Picture Made for Television", - "nominee": "The Missing", - "film": "", - "win": false - }, - { - "year_film": 2014, - "year_award": 2015, - "ceremony": 72, - "category": "Best Performance by an Actress in a Limited Series or a Motion Picture Made for Television", - "nominee": "Maggie Gyllenhaal", - "film": "Honourable Woman, The", - "win": true - }, - { - "year_film": 2014, - "year_award": 2015, - "ceremony": 72, - "category": "Best Performance by an Actress in a Limited Series or a Motion Picture Made for Television", - "nominee": "Allison Tolman", - "film": "Fargo", - "win": false - }, - { - "year_film": 2014, - "year_award": 2015, - "ceremony": 72, - "category": "Best Performance by an Actress in a Limited Series or a Motion Picture Made for Television", - "nominee": "Frances McDormand", - "film": "Olive Kitteridge", - "win": false - }, - { - "year_film": 2014, - "year_award": 2015, - "ceremony": 72, - "category": "Best Performance by an Actress in a Limited Series or a Motion Picture Made for Television", - "nominee": "Jessica Lange", - "film": "American Horror Story: Freak Show", - "win": false - }, - { - "year_film": 2014, - "year_award": 2015, - "ceremony": 72, - "category": "Best Performance by an Actress in a Limited Series or a Motion Picture Made for Television", - "nominee": "Frances O'Connor", - "film": "The Missing", - "win": false - }, - { - "year_film": 2014, - "year_award": 2015, - "ceremony": 72, - "category": "Best Performance by an Actor in a Limited Series or a Motion Picture Made for Television", - "nominee": "Billy Bob Thornton", - "film": "Fargo", - "win": true - }, - { - "year_film": 2014, - "year_award": 2015, - "ceremony": 72, - "category": "Best Performance by an Actor in a Limited Series or a Motion Picture Made for Television", - "nominee": "Woody Harrelson", - "film": "True Detective", - "win": false - }, - { - "year_film": 2014, - "year_award": 2015, - "ceremony": 72, - "category": "Best Performance by an Actor in a Limited Series or a Motion Picture Made for Television", - "nominee": "Matthew McConaughey", - "film": "True Detective", - "win": false - }, - { - "year_film": 2014, - "year_award": 2015, - "ceremony": 72, - "category": "Best Performance by an Actor in a Limited Series or a Motion Picture Made for Television", - "nominee": "Mark Ruffalo", - "film": "The Normal Heart", - "win": false - }, - { - "year_film": 2014, - "year_award": 2015, - "ceremony": 72, - "category": "Best Performance by an Actor in a Limited Series or a Motion Picture Made for Television", - "nominee": "Martin Freeman", - "film": "Fargo", - "win": false - }, - { - "year_film": 2014, - "year_award": 2015, - "ceremony": 72, - "category": "Best Performance by an Actress In A Television Series - Drama", - "nominee": "Ruth Wilson", - "film": "Affair, The", - "win": true - }, - { - "year_film": 2014, - "year_award": 2015, - "ceremony": 72, - "category": "Best Performance by an Actress In A Television Series - Drama", - "nominee": "Julianna Margulies", - "film": "The Good Wife", - "win": false - }, - { - "year_film": 2014, - "year_award": 2015, - "ceremony": 72, - "category": "Best Performance by an Actress In A Television Series - Drama", - "nominee": "Robin Wright", - "film": "House of Cards", - "win": false - }, - { - "year_film": 2014, - "year_award": 2015, - "ceremony": 72, - "category": "Best Performance by an Actress In A Television Series - Drama", - "nominee": "Claire Danes", - "film": "Homeland", - "win": false - }, - { - "year_film": 2014, - "year_award": 2015, - "ceremony": 72, - "category": "Best Performance by an Actress In A Television Series - Drama", - "nominee": "Viola Davis", - "film": "How To Get Away With Murder", - "win": false - }, - { - "year_film": 2014, - "year_award": 2015, - "ceremony": 72, - "category": "Best Performance by an Actor In A Television Series - Drama", - "nominee": "Kevin Spacey", - "film": "House of Cards", - "win": true - }, - { - "year_film": 2014, - "year_award": 2015, - "ceremony": 72, - "category": "Best Performance by an Actor In A Television Series - Drama", - "nominee": "James Spader", - "film": "Blacklist, The", - "win": false - }, - { - "year_film": 2014, - "year_award": 2015, - "ceremony": 72, - "category": "Best Performance by an Actor In A Television Series - Drama", - "nominee": "Clive Owen", - "film": "Knick, The", - "win": false - }, - { - "year_film": 2014, - "year_award": 2015, - "ceremony": 72, - "category": "Best Performance by an Actor In A Television Series - Drama", - "nominee": "Dominic West", - "film": "Affair, The", - "win": false - }, - { - "year_film": 2014, - "year_award": 2015, - "ceremony": 72, - "category": "Best Performance by an Actor In A Television Series - Drama", - "nominee": "Liev Schreiber", - "film": "Ray Donovan", - "win": false - }, - { - "year_film": 2014, - "year_award": 2015, - "ceremony": 72, - "category": "Best Performance by an Actress in a Television Series - Musical or Comedy", - "nominee": "Gina Rodriguez", - "film": "Jane The Virgin", - "win": true - }, - { - "year_film": 2014, - "year_award": 2015, - "ceremony": 72, - "category": "Best Performance by an Actress in a Television Series - Musical or Comedy", - "nominee": "Taylor Schilling", - "film": "Orange is the New Black", - "win": false - }, - { - "year_film": 2014, - "year_award": 2015, - "ceremony": 72, - "category": "Best Performance by an Actress in a Television Series - Musical or Comedy", - "nominee": "Lena Dunham", - "film": "Girls", - "win": false - }, - { - "year_film": 2014, - "year_award": 2015, - "ceremony": 72, - "category": "Best Performance by an Actress in a Television Series - Musical or Comedy", - "nominee": "Edie Falco", - "film": "Nurse Jackie", - "win": false - }, - { - "year_film": 2014, - "year_award": 2015, - "ceremony": 72, - "category": "Best Performance by an Actress in a Television Series - Musical or Comedy", - "nominee": "Julia Louis-Dreyfus", - "film": "Veep", - "win": false - }, - { - "year_film": 2014, - "year_award": 2015, - "ceremony": 72, - "category": "Best Performance by an Actor in a Television Series - Musical or Comedy", - "nominee": "Jeffrey Tambor", - "film": "Transparent", - "win": true - }, - { - "year_film": 2014, - "year_award": 2015, - "ceremony": 72, - "category": "Best Performance by an Actor in a Television Series - Musical or Comedy", - "nominee": "William H. Macy", - "film": "Shameless", - "win": false - }, - { - "year_film": 2014, - "year_award": 2015, - "ceremony": 72, - "category": "Best Performance by an Actor in a Television Series - Musical or Comedy", - "nominee": "Ricky Gervais", - "film": "Derek", - "win": false - }, - { - "year_film": 2014, - "year_award": 2015, - "ceremony": 72, - "category": "Best Performance by an Actor in a Television Series - Musical or Comedy", - "nominee": "Don Cheadle", - "film": "House of Lies", - "win": false - }, - { - "year_film": 2014, - "year_award": 2015, - "ceremony": 72, - "category": "Best Performance by an Actor in a Television Series - Musical or Comedy", - "nominee": "Louis C.K.", - "film": "Louie", - "win": false - }, - { - "year_film": 2014, - "year_award": 2015, - "ceremony": 72, - "category": "Best Performance by an Actress in a Supporting Role in a Series, Limited Series or Motion Picture Made for Television", - "nominee": "Joanne Froggatt", - "film": "Downton Abbey", - "win": true - }, - { - "year_film": 2014, - "year_award": 2015, - "ceremony": 72, - "category": "Best Performance by an Actress in a Supporting Role in a Series, Limited Series or Motion Picture Made for Television", - "nominee": "Michelle Monaghan", - "film": "True Detective", - "win": false - }, - { - "year_film": 2014, - "year_award": 2015, - "ceremony": 72, - "category": "Best Performance by an Actress in a Supporting Role in a Series, Limited Series or Motion Picture Made for Television", - "nominee": "Uzo Aduba", - "film": "Orange is the New Black", - "win": false - }, - { - "year_film": 2014, - "year_award": 2015, - "ceremony": 72, - "category": "Best Performance by an Actress in a Supporting Role in a Series, Limited Series or Motion Picture Made for Television", - "nominee": "Kathy Bates", - "film": "American Horror Story: Freak Show", - "win": false - }, - { - "year_film": 2014, - "year_award": 2015, - "ceremony": 72, - "category": "Best Performance by an Actress in a Supporting Role in a Series, Limited Series or Motion Picture Made for Television", - "nominee": "Allison Janney", - "film": "Mom", - "win": false - }, - { - "year_film": 2014, - "year_award": 2015, - "ceremony": 72, - "category": "Best Performance by an Actor in a Supporting Role in a Series, Limited Series or Motion Picture Made for Television", - "nominee": "Matt Bomer", - "film": "The Normal Heart", - "win": true - }, - { - "year_film": 2014, - "year_award": 2015, - "ceremony": 72, - "category": "Best Performance by an Actor in a Supporting Role in a Series, Limited Series or Motion Picture Made for Television", - "nominee": "Bill Murray", - "film": "Olive Kitteridge", - "win": false - }, - { - "year_film": 2014, - "year_award": 2015, - "ceremony": 72, - "category": "Best Performance by an Actor in a Supporting Role in a Series, Limited Series or Motion Picture Made for Television", - "nominee": "Jon Voight", - "film": "Ray Donovan", - "win": false - }, - { - "year_film": 2014, - "year_award": 2015, - "ceremony": 72, - "category": "Best Performance by an Actor in a Supporting Role in a Series, Limited Series or Motion Picture Made for Television", - "nominee": "Colin Hanks", - "film": "Fargo", - "win": false - }, - { - "year_film": 2014, - "year_award": 2015, - "ceremony": 72, - "category": "Best Performance by an Actor in a Supporting Role in a Series, Limited Series or Motion Picture Made for Television", - "nominee": "Alan Cumming", - "film": "", - "win": false - }, - { - "year_film": 2014, - "year_award": 2015, - "ceremony": 72, - "category": "Cecil B. deMille Award", - "nominee": "George Clooney", - "film": "", - "win": false - }, - { - "year_film": 2015, - "year_award": 2016, - "ceremony": 73, - "category": "Best Motion Picture - Drama", - "nominee": "The Revenant", - "film": "", - "win": true - }, - { - "year_film": 2015, - "year_award": 2016, - "ceremony": 73, - "category": "Best Motion Picture - Drama", - "nominee": "Carol", - "film": "", - "win": false - }, - { - "year_film": 2015, - "year_award": 2016, - "ceremony": 73, - "category": "Best Motion Picture - Drama", - "nominee": "Mad Max: Fury Road", - "film": "", - "win": false - }, - { - "year_film": 2015, - "year_award": 2016, - "ceremony": 73, - "category": "Best Motion Picture - Drama", - "nominee": "Room", - "film": "", - "win": false - }, - { - "year_film": 2015, - "year_award": 2016, - "ceremony": 73, - "category": "Best Motion Picture - Drama", - "nominee": "Spotlight", - "film": "", - "win": false - }, - { - "year_film": 2015, - "year_award": 2016, - "ceremony": 73, - "category": "Best Motion Picture - Musical or Comedy", - "nominee": "The Martian", - "film": "", - "win": true - }, - { - "year_film": 2015, - "year_award": 2016, - "ceremony": 73, - "category": "Best Motion Picture - Musical or Comedy", - "nominee": "Spy", - "film": "", - "win": false - }, - { - "year_film": 2015, - "year_award": 2016, - "ceremony": 73, - "category": "Best Motion Picture - Musical or Comedy", - "nominee": "Big Short, The", - "film": "", - "win": false - }, - { - "year_film": 2015, - "year_award": 2016, - "ceremony": 73, - "category": "Best Motion Picture - Musical or Comedy", - "nominee": "Trainwreck", - "film": "", - "win": false - }, - { - "year_film": 2015, - "year_award": 2016, - "ceremony": 73, - "category": "Best Motion Picture - Musical or Comedy", - "nominee": "Joy", - "film": "", - "win": false - }, - { - "year_film": 2015, - "year_award": 2016, - "ceremony": 73, - "category": "Best Performance by an Actress in a Motion Picture - Drama", - "nominee": "Brie Larson", - "film": "Room", - "win": true - }, - { - "year_film": 2015, - "year_award": 2016, - "ceremony": 73, - "category": "Best Performance by an Actress in a Motion Picture - Drama", - "nominee": "Cate Blanchett", - "film": "Carol", - "win": false - }, - { - "year_film": 2015, - "year_award": 2016, - "ceremony": 73, - "category": "Best Performance by an Actress in a Motion Picture - Drama", - "nominee": "Rooney Mara", - "film": "Carol", - "win": false - }, - { - "year_film": 2015, - "year_award": 2016, - "ceremony": 73, - "category": "Best Performance by an Actress in a Motion Picture - Drama", - "nominee": "Alicia Vikander", - "film": "The Danish Girl", - "win": false - }, - { - "year_film": 2015, - "year_award": 2016, - "ceremony": 73, - "category": "Best Performance by an Actress in a Motion Picture - Drama", - "nominee": "Saoirse Ronan", - "film": "Brooklyn", - "win": false - }, - { - "year_film": 2015, - "year_award": 2016, - "ceremony": 73, - "category": "Best Performance by an Actor in a Motion Picture - Drama", - "nominee": "Leonardo DiCaprio", - "film": "The Revenant", - "win": true - }, - { - "year_film": 2015, - "year_award": 2016, - "ceremony": 73, - "category": "Best Performance by an Actor in a Motion Picture - Drama", - "nominee": "Will Smith", - "film": "Concussion", - "win": false - }, - { - "year_film": 2015, - "year_award": 2016, - "ceremony": 73, - "category": "Best Performance by an Actor in a Motion Picture - Drama", - "nominee": "Michael Fassbender", - "film": "Steve Jobs", - "win": false - }, - { - "year_film": 2015, - "year_award": 2016, - "ceremony": 73, - "category": "Best Performance by an Actor in a Motion Picture - Drama", - "nominee": "Eddie Redmayne", - "film": "The Danish Girl", - "win": false - }, - { - "year_film": 2015, - "year_award": 2016, - "ceremony": 73, - "category": "Best Performance by an Actor in a Motion Picture - Drama", - "nominee": "Bryan Cranston", - "film": "Trumbo", - "win": false - }, - { - "year_film": 2015, - "year_award": 2016, - "ceremony": 73, - "category": "Best Performance by an Actress in a Motion Picture - Musical or Comedy", - "nominee": "Jennifer Lawrence", - "film": "Joy", - "win": true - }, - { - "year_film": 2015, - "year_award": 2016, - "ceremony": 73, - "category": "Best Performance by an Actress in a Motion Picture - Musical or Comedy", - "nominee": "Maggie Smith", - "film": "Lady in the Van, The", - "win": false - }, - { - "year_film": 2015, - "year_award": 2016, - "ceremony": 73, - "category": "Best Performance by an Actress in a Motion Picture - Musical or Comedy", - "nominee": "Amy Schumer", - "film": "Trainwreck", - "win": false - }, - { - "year_film": 2015, - "year_award": 2016, - "ceremony": 73, - "category": "Best Performance by an Actress in a Motion Picture - Musical or Comedy", - "nominee": "Lily Tomlin", - "film": "Grandma", - "win": false - }, - { - "year_film": 2015, - "year_award": 2016, - "ceremony": 73, - "category": "Best Performance by an Actress in a Motion Picture - Musical or Comedy", - "nominee": "Melissa McCarthy", - "film": "Spy", - "win": false - }, - { - "year_film": 2015, - "year_award": 2016, - "ceremony": 73, - "category": "Best Performance by an Actor in a Motion Picture - Musical or Comedy", - "nominee": "Matt Damon", - "film": "The Martian", - "win": true - }, - { - "year_film": 2015, - "year_award": 2016, - "ceremony": 73, - "category": "Best Performance by an Actor in a Motion Picture - Musical or Comedy", - "nominee": "Al Pacino", - "film": "Danny Collins", - "win": false - }, - { - "year_film": 2015, - "year_award": 2016, - "ceremony": 73, - "category": "Best Performance by an Actor in a Motion Picture - Musical or Comedy", - "nominee": "Mark Ruffalo", - "film": "Infinitely Polar Bear", - "win": false - }, - { - "year_film": 2015, - "year_award": 2016, - "ceremony": 73, - "category": "Best Performance by an Actor in a Motion Picture - Musical or Comedy", - "nominee": "Christian Bale", - "film": "Big Short, The", - "win": false - }, - { - "year_film": 2015, - "year_award": 2016, - "ceremony": 73, - "category": "Best Performance by an Actor in a Motion Picture - Musical or Comedy", - "nominee": "Steve Carell", - "film": "Big Short, The", - "win": false - }, - { - "year_film": 2015, - "year_award": 2016, - "ceremony": 73, - "category": "Best Performance by an Actress in a Supporting Role in any Motion Picture", - "nominee": "Kate Winslet", - "film": "Steve Jobs", - "win": true - }, - { - "year_film": 2015, - "year_award": 2016, - "ceremony": 73, - "category": "Best Performance by an Actress in a Supporting Role in any Motion Picture", - "nominee": "Jane Fonda", - "film": "Youth", - "win": false - }, - { - "year_film": 2015, - "year_award": 2016, - "ceremony": 73, - "category": "Best Performance by an Actress in a Supporting Role in any Motion Picture", - "nominee": "Alicia Vikander", - "film": "Ex Machina", - "win": false - }, - { - "year_film": 2015, - "year_award": 2016, - "ceremony": 73, - "category": "Best Performance by an Actress in a Supporting Role in any Motion Picture", - "nominee": "Jennifer Jason Leigh", - "film": "The Hateful Eight", - "win": false - }, - { - "year_film": 2015, - "year_award": 2016, - "ceremony": 73, - "category": "Best Performance by an Actress in a Supporting Role in any Motion Picture", - "nominee": "Helen Mirren", - "film": "Trumbo", - "win": false - }, - { - "year_film": 2015, - "year_award": 2016, - "ceremony": 73, - "category": "Best Performance by an Actor in a Supporting Role in any Motion Picture", - "nominee": "Sylvester Stallone", - "film": "Creed", - "win": true - }, - { - "year_film": 2015, - "year_award": 2016, - "ceremony": 73, - "category": "Best Performance by an Actor in a Supporting Role in any Motion Picture", - "nominee": "Michael Shannon", - "film": "99 Homes", - "win": false - }, - { - "year_film": 2015, - "year_award": 2016, - "ceremony": 73, - "category": "Best Performance by an Actor in a Supporting Role in any Motion Picture", - "nominee": "Idris Elba", - "film": "Beasts of No Nation", - "win": false - }, - { - "year_film": 2015, - "year_award": 2016, - "ceremony": 73, - "category": "Best Performance by an Actor in a Supporting Role in any Motion Picture", - "nominee": "Mark Rylance", - "film": "Bridge of Spies", - "win": false - }, - { - "year_film": 2015, - "year_award": 2016, - "ceremony": 73, - "category": "Best Performance by an Actor in a Supporting Role in any Motion Picture", - "nominee": "Paul Dano", - "film": "Love & Mercy", - "win": false - }, - { - "year_film": 2015, - "year_award": 2016, - "ceremony": 73, - "category": "Best Director - Motion Picture", - "nominee": "Alejandro González Iñárritu", - "film": "The Revenant", - "win": true - }, - { - "year_film": 2015, - "year_award": 2016, - "ceremony": 73, - "category": "Best Director - Motion Picture", - "nominee": "Ridley Scott", - "film": "The Martian", - "win": false - }, - { - "year_film": 2015, - "year_award": 2016, - "ceremony": 73, - "category": "Best Director - Motion Picture", - "nominee": "Todd Haynes", - "film": "Carol", - "win": false - }, - { - "year_film": 2015, - "year_award": 2016, - "ceremony": 73, - "category": "Best Director - Motion Picture", - "nominee": "George Miller", - "film": "Mad Max: Fury Road", - "win": false - }, - { - "year_film": 2015, - "year_award": 2016, - "ceremony": 73, - "category": "Best Director - Motion Picture", - "nominee": "Tom McCarthy", - "film": "Spotlight", - "win": false - }, - { - "year_film": 2015, - "year_award": 2016, - "ceremony": 73, - "category": "Best Screenplay - Motion Picture", - "nominee": "Aaron Sorkin", - "film": "Steve Jobs", - "win": true - }, - { - "year_film": 2015, - "year_award": 2016, - "ceremony": 73, - "category": "Best Screenplay - Motion Picture", - "nominee": "Emma Donoghue", - "film": "Room", - "win": false - }, - { - "year_film": 2015, - "year_award": 2016, - "ceremony": 73, - "category": "Best Screenplay - Motion Picture", - "nominee": "Tom McCarthy, Josh Singer", - "film": "Spotlight", - "win": false - }, - { - "year_film": 2015, - "year_award": 2016, - "ceremony": 73, - "category": "Best Screenplay - Motion Picture", - "nominee": "Charles Randolph, Adam McKay", - "film": "Big Short, The", - "win": false - }, - { - "year_film": 2015, - "year_award": 2016, - "ceremony": 73, - "category": "Best Screenplay - Motion Picture", - "nominee": "Quentin Tarantino", - "film": "The Hateful Eight", - "win": false - }, - { - "year_film": 2015, - "year_award": 2016, - "ceremony": 73, - "category": "Best Motion Picture - Animated", - "nominee": "Inside Out", - "film": "", - "win": true - }, - { - "year_film": 2015, - "year_award": 2016, - "ceremony": 73, - "category": "Best Motion Picture - Animated", - "nominee": "The Peanuts Movie", - "film": "", - "win": false - }, - { - "year_film": 2015, - "year_award": 2016, - "ceremony": 73, - "category": "Best Motion Picture - Animated", - "nominee": "Anomalisa", - "film": "", - "win": false - }, - { - "year_film": 2015, - "year_award": 2016, - "ceremony": 73, - "category": "Best Motion Picture - Animated", - "nominee": "Shaun the Sheep Movie", - "film": "", - "win": false - }, - { - "year_film": 2015, - "year_award": 2016, - "ceremony": 73, - "category": "Best Motion Picture - Animated", - "nominee": "The Good Dinosaur", - "film": "", - "win": false - }, - { - "year_film": 2015, - "year_award": 2016, - "ceremony": 73, - "category": "Best Motion Picture - Foreign Language", - "nominee": "Son of Saul", - "film": "Hungary, László Nemes", - "win": true - }, - { - "year_film": 2015, - "year_award": 2016, - "ceremony": 73, - "category": "Best Motion Picture - Foreign Language", - "nominee": "Mustang", - "film": "France, Deniz Gamze Ergüven", - "win": false - }, - { - "year_film": 2015, - "year_award": 2016, - "ceremony": 73, - "category": "Best Motion Picture - Foreign Language", - "nominee": "The Brand New Testament", - "film": "Belgium, France, Luxembourg, Jaco Van Dormael", - "win": false - }, - { - "year_film": 2015, - "year_award": 2016, - "ceremony": 73, - "category": "Best Motion Picture - Foreign Language", - "nominee": "The Club", - "film": "Chile, Pablo Larraín", - "win": false - }, - { - "year_film": 2015, - "year_award": 2016, - "ceremony": 73, - "category": "Best Motion Picture - Foreign Language", - "nominee": "The Fencer", - "film": "Finland, Germany, Estonia, Klaus Härö", - "win": false - }, - { - "year_film": 2015, - "year_award": 2016, - "ceremony": 73, - "category": "Best Original Score - Motion Picture", - "nominee": "Ennio Morricone", - "film": "The Hateful Eight", - "win": true - }, - { - "year_film": 2015, - "year_award": 2016, - "ceremony": 73, - "category": "Best Original Score - Motion Picture", - "nominee": "Carter Burwell", - "film": "Carol", - "win": false - }, - { - "year_film": 2015, - "year_award": 2016, - "ceremony": 73, - "category": "Best Original Score - Motion Picture", - "nominee": "Daniel Pemberton", - "film": "Steve Jobs", - "win": false - }, - { - "year_film": 2015, - "year_award": 2016, - "ceremony": 73, - "category": "Best Original Score - Motion Picture", - "nominee": "Alexandre Desplat", - "film": "The Danish Girl", - "win": false - }, - { - "year_film": 2015, - "year_award": 2016, - "ceremony": 73, - "category": "Best Original Score - Motion Picture", - "nominee": "Ryuichi Sakamoto, Alva Noto", - "film": "The Revenant", - "win": false - }, - { - "year_film": 2015, - "year_award": 2016, - "ceremony": 73, - "category": "Best Original Song - Motion Picture", - "nominee": "Writing's On The Wall\", Sam Smith, Jimmy Napes", - "film": "Spectre", - "win": true - }, - { - "year_film": 2015, - "year_award": 2016, - "ceremony": 73, - "category": "Best Original Song - Motion Picture", - "nominee": "Love Me Like You Do\", Tove Lo, Max Martin, Savan Kotecha, Ali Payami, Ilya Salmanzadeh", - "film": "Fifty Shades of Grey", - "win": false - }, - { - "year_film": 2015, - "year_award": 2016, - "ceremony": 73, - "category": "Best Original Song - Motion Picture", - "nominee": "See You Again\", DJ Frank E, Andrew Cedar, Charlie Puth, Wiz Khalifa", - "film": "Furious 7", - "win": false - }, - { - "year_film": 2015, - "year_award": 2016, - "ceremony": 73, - "category": "Best Original Song - Motion Picture", - "nominee": "One Kind of Love\", Brian Wilson, Scott Bennett", - "film": "Love & Mercy", - "win": false - }, - { - "year_film": 2015, - "year_award": 2016, - "ceremony": 73, - "category": "Best Original Song - Motion Picture", - "nominee": "Simple Song #3\", David Lang", - "film": "Youth", - "win": false - }, - { - "year_film": 2015, - "year_award": 2016, - "ceremony": 73, - "category": "Best Television Series - Drama", - "nominee": "Mr. Robot", - "film": "", - "win": true - }, - { - "year_film": 2015, - "year_award": 2016, - "ceremony": 73, - "category": "Best Television Series - Drama", - "nominee": "Game of Thrones", - "film": "", - "win": false - }, - { - "year_film": 2015, - "year_award": 2016, - "ceremony": 73, - "category": "Best Television Series - Drama", - "nominee": "Narcos", - "film": "", - "win": false - }, - { - "year_film": 2015, - "year_award": 2016, - "ceremony": 73, - "category": "Best Television Series - Drama", - "nominee": "Outlander", - "film": "", - "win": false - }, - { - "year_film": 2015, - "year_award": 2016, - "ceremony": 73, - "category": "Best Television Series - Drama", - "nominee": "Empire", - "film": "", - "win": false - }, - { - "year_film": 2015, - "year_award": 2016, - "ceremony": 73, - "category": "Best Television Series - Musical or Comedy", - "nominee": "Mozart in the Jungle", - "film": "", - "win": true - }, - { - "year_film": 2015, - "year_award": 2016, - "ceremony": 73, - "category": "Best Television Series - Musical or Comedy", - "nominee": "Casual", - "film": "", - "win": false - }, - { - "year_film": 2015, - "year_award": 2016, - "ceremony": 73, - "category": "Best Television Series - Musical or Comedy", - "nominee": "Orange is the New Black", - "film": "", - "win": false - }, - { - "year_film": 2015, - "year_award": 2016, - "ceremony": 73, - "category": "Best Television Series - Musical or Comedy", - "nominee": "Silicon Valley", - "film": "", - "win": false - }, - { - "year_film": 2015, - "year_award": 2016, - "ceremony": 73, - "category": "Best Television Series - Musical or Comedy", - "nominee": "Transparent", - "film": "", - "win": false - }, - { - "year_film": 2015, - "year_award": 2016, - "ceremony": 73, - "category": "Best Television Series - Musical or Comedy", - "nominee": "Veep", - "film": "", - "win": false - }, - { - "year_film": 2015, - "year_award": 2016, - "ceremony": 73, - "category": "Best Television Limited Series or Motion Picture Made for Television", - "nominee": "Wolf Hall", - "film": "", - "win": true - }, - { - "year_film": 2015, - "year_award": 2016, - "ceremony": 73, - "category": "Best Television Limited Series or Motion Picture Made for Television", - "nominee": "American Crime", - "film": "", - "win": false - }, - { - "year_film": 2015, - "year_award": 2016, - "ceremony": 73, - "category": "Best Television Limited Series or Motion Picture Made for Television", - "nominee": "American Horror Story: Hotel", - "film": "", - "win": false - }, - { - "year_film": 2015, - "year_award": 2016, - "ceremony": 73, - "category": "Best Television Limited Series or Motion Picture Made for Television", - "nominee": "Fargo", - "film": "", - "win": false - }, - { - "year_film": 2015, - "year_award": 2016, - "ceremony": 73, - "category": "Best Television Limited Series or Motion Picture Made for Television", - "nominee": "Flesh & Bone", - "film": "", - "win": false - }, - { - "year_film": 2015, - "year_award": 2016, - "ceremony": 73, - "category": "Best Performance by an Actress in a Limited Series or a Motion Picture Made for Television", - "nominee": "Lady Gaga", - "film": "American Horror Story: Hotel", - "win": true - }, - { - "year_film": 2015, - "year_award": 2016, - "ceremony": 73, - "category": "Best Performance by an Actress in a Limited Series or a Motion Picture Made for Television", - "nominee": "Sarah Hay", - "film": "Flesh & Bone", - "win": false - }, - { - "year_film": 2015, - "year_award": 2016, - "ceremony": 73, - "category": "Best Performance by an Actress in a Limited Series or a Motion Picture Made for Television", - "nominee": "Felicity Huffman", - "film": "American Crime", - "win": false - }, - { - "year_film": 2015, - "year_award": 2016, - "ceremony": 73, - "category": "Best Performance by an Actress in a Limited Series or a Motion Picture Made for Television", - "nominee": "Queen Latifah", - "film": "Bessie", - "win": false - }, - { - "year_film": 2015, - "year_award": 2016, - "ceremony": 73, - "category": "Best Performance by an Actress in a Limited Series or a Motion Picture Made for Television", - "nominee": "Kirsten Dunst", - "film": "Fargo", - "win": false - }, - { - "year_film": 2015, - "year_award": 2016, - "ceremony": 73, - "category": "Best Performance by an Actor in a Limited Series or a Motion Picture Made for Television", - "nominee": "Oscar Isaac", - "film": "Show Me a Hero", - "win": true - }, - { - "year_film": 2015, - "year_award": 2016, - "ceremony": 73, - "category": "Best Performance by an Actor in a Limited Series or a Motion Picture Made for Television", - "nominee": "Patrick Wilson", - "film": "Fargo", - "win": false - }, - { - "year_film": 2015, - "year_award": 2016, - "ceremony": 73, - "category": "Best Performance by an Actor in a Limited Series or a Motion Picture Made for Television", - "nominee": "Idris Elba", - "film": "Luther", - "win": false - }, - { - "year_film": 2015, - "year_award": 2016, - "ceremony": 73, - "category": "Best Performance by an Actor in a Limited Series or a Motion Picture Made for Television", - "nominee": "David Oyelowo", - "film": "Nightingale", - "win": false - }, - { - "year_film": 2015, - "year_award": 2016, - "ceremony": 73, - "category": "Best Performance by an Actor in a Limited Series or a Motion Picture Made for Television", - "nominee": "Mark Rylance", - "film": "Wolf Hall", - "win": false - }, - { - "year_film": 2015, - "year_award": 2016, - "ceremony": 73, - "category": "Best Performance by an Actress In A Television Series - Drama", - "nominee": "Taraji P. Henson", - "film": "Empire", - "win": true - }, - { - "year_film": 2015, - "year_award": 2016, - "ceremony": 73, - "category": "Best Performance by an Actress In A Television Series - Drama", - "nominee": "Caitriona Balfe", - "film": "Outlander", - "win": false - }, - { - "year_film": 2015, - "year_award": 2016, - "ceremony": 73, - "category": "Best Performance by an Actress In A Television Series - Drama", - "nominee": "Eva Green", - "film": "Penny Dreadful", - "win": false - }, - { - "year_film": 2015, - "year_award": 2016, - "ceremony": 73, - "category": "Best Performance by an Actress In A Television Series - Drama", - "nominee": "Robin Wright", - "film": "House of Cards", - "win": false - }, - { - "year_film": 2015, - "year_award": 2016, - "ceremony": 73, - "category": "Best Performance by an Actress In A Television Series - Drama", - "nominee": "Viola Davis", - "film": "How To Get Away With Murder", - "win": false - }, - { - "year_film": 2015, - "year_award": 2016, - "ceremony": 73, - "category": "Best Performance by an Actor In A Television Series - Drama", - "nominee": "Jon Hamm", - "film": "Mad Men", - "win": true - }, - { - "year_film": 2015, - "year_award": 2016, - "ceremony": 73, - "category": "Best Performance by an Actor In A Television Series - Drama", - "nominee": "Wagner Moura", - "film": "Narcos", - "win": false - }, - { - "year_film": 2015, - "year_award": 2016, - "ceremony": 73, - "category": "Best Performance by an Actor In A Television Series - Drama", - "nominee": "Liev Schreiber", - "film": "Ray Donovan", - "win": false - }, - { - "year_film": 2015, - "year_award": 2016, - "ceremony": 73, - "category": "Best Performance by an Actor In A Television Series - Drama", - "nominee": "Bob Odenkirk", - "film": "Better Call Saul", - "win": false - }, - { - "year_film": 2015, - "year_award": 2016, - "ceremony": 73, - "category": "Best Performance by an Actor In A Television Series - Drama", - "nominee": "Rami Malek", - "film": "Mr. Robot", - "win": false - }, - { - "year_film": 2015, - "year_award": 2016, - "ceremony": 73, - "category": "Best Performance by an Actress in a Television Series - Musical or Comedy", - "nominee": "Rachel Bloom", - "film": "Crazy Ex-Girlfriend", - "win": true - }, - { - "year_film": 2015, - "year_award": 2016, - "ceremony": 73, - "category": "Best Performance by an Actress in a Television Series - Musical or Comedy", - "nominee": "Lily Tomlin", - "film": "Grace and Frankie", - "win": false - }, - { - "year_film": 2015, - "year_award": 2016, - "ceremony": 73, - "category": "Best Performance by an Actress in a Television Series - Musical or Comedy", - "nominee": "Gina Rodriguez", - "film": "Jane The Virgin", - "win": false - }, - { - "year_film": 2015, - "year_award": 2016, - "ceremony": 73, - "category": "Best Performance by an Actress in a Television Series - Musical or Comedy", - "nominee": "Jamie Lee Curtis", - "film": "Scream Queens", - "win": false - }, - { - "year_film": 2015, - "year_award": 2016, - "ceremony": 73, - "category": "Best Performance by an Actress in a Television Series - Musical or Comedy", - "nominee": "Julia Louis-Dreyfus", - "film": "Veep", - "win": false - }, - { - "year_film": 2015, - "year_award": 2016, - "ceremony": 73, - "category": "Best Performance by an Actor in a Television Series - Musical or Comedy", - "nominee": "Gael García Bernal", - "film": "Mozart in the Jungle", - "win": true - }, - { - "year_film": 2015, - "year_award": 2016, - "ceremony": 73, - "category": "Best Performance by an Actor in a Television Series - Musical or Comedy", - "nominee": "Jeffrey Tambor", - "film": "Transparent", - "win": false - }, - { - "year_film": 2015, - "year_award": 2016, - "ceremony": 73, - "category": "Best Performance by an Actor in a Television Series - Musical or Comedy", - "nominee": "Patrick Stewart", - "film": "Blunt Talk", - "win": false - }, - { - "year_film": 2015, - "year_award": 2016, - "ceremony": 73, - "category": "Best Performance by an Actor in a Television Series - Musical or Comedy", - "nominee": "Aziz Ansari", - "film": "Master of None", - "win": false - }, - { - "year_film": 2015, - "year_award": 2016, - "ceremony": 73, - "category": "Best Performance by an Actor in a Television Series - Musical or Comedy", - "nominee": "Rob Lowe", - "film": "The Grinder", - "win": false - }, - { - "year_film": 2015, - "year_award": 2016, - "ceremony": 73, - "category": "Best Performance by an Actress in a Supporting Role in a Series, Limited Series or Motion Picture Made for Television", - "nominee": "Maura Tierney", - "film": "The Affair", - "win": true - }, - { - "year_film": 2015, - "year_award": 2016, - "ceremony": 73, - "category": "Best Performance by an Actress in a Supporting Role in a Series, Limited Series or Motion Picture Made for Television", - "nominee": "Regina King", - "film": "American Crime", - "win": false - }, - { - "year_film": 2015, - "year_award": 2016, - "ceremony": 73, - "category": "Best Performance by an Actress in a Supporting Role in a Series, Limited Series or Motion Picture Made for Television", - "nominee": "Joanne Froggatt", - "film": "Downton Abbey", - "win": false - }, - { - "year_film": 2015, - "year_award": 2016, - "ceremony": 73, - "category": "Best Performance by an Actress in a Supporting Role in a Series, Limited Series or Motion Picture Made for Television", - "nominee": "Uzo Aduba", - "film": "Orange is the New Black", - "win": false - }, - { - "year_film": 2015, - "year_award": 2016, - "ceremony": 73, - "category": "Best Performance by an Actress in a Supporting Role in a Series, Limited Series or Motion Picture Made for Television", - "nominee": "Judith Light", - "film": "Transparent", - "win": false - }, - { - "year_film": 2015, - "year_award": 2016, - "ceremony": 73, - "category": "Best Performance by an Actor in a Supporting Role in a Series, Limited Series or Motion Picture Made for Television", - "nominee": "Christian Slater", - "film": "Mr. Robot", - "win": true - }, - { - "year_film": 2015, - "year_award": 2016, - "ceremony": 73, - "category": "Best Performance by an Actor in a Supporting Role in a Series, Limited Series or Motion Picture Made for Television", - "nominee": "Tobias Menzies", - "film": "Outlander", - "win": false - }, - { - "year_film": 2015, - "year_award": 2016, - "ceremony": 73, - "category": "Best Performance by an Actor in a Supporting Role in a Series, Limited Series or Motion Picture Made for Television", - "nominee": "Alan Cumming", - "film": "", - "win": false - }, - { - "year_film": 2015, - "year_award": 2016, - "ceremony": 73, - "category": "Best Performance by an Actor in a Supporting Role in a Series, Limited Series or Motion Picture Made for Television", - "nominee": "Damian Lewis", - "film": "Wolf Hall", - "win": false - }, - { - "year_film": 2015, - "year_award": 2016, - "ceremony": 73, - "category": "Best Performance by an Actor in a Supporting Role in a Series, Limited Series or Motion Picture Made for Television", - "nominee": "Ben Mendelsohn", - "film": "Bloodline", - "win": false - }, - { - "year_film": 2015, - "year_award": 2016, - "ceremony": 73, - "category": "Cecil B. deMille Award", - "nominee": "Denzel Washington", - "film": "", - "win": false - }, - { - "year_film": 2016, - "year_award": 2017, - "ceremony": 74, - "category": "Best Motion Picture - Drama", - "nominee": "Moonlight", - "film": "", - "win": true - }, - { - "year_film": 2016, - "year_award": 2017, - "ceremony": 74, - "category": "Best Motion Picture - Drama", - "nominee": "Hell or High Water", - "film": "", - "win": false - }, - { - "year_film": 2016, - "year_award": 2017, - "ceremony": 74, - "category": "Best Motion Picture - Drama", - "nominee": "Lion", - "film": "", - "win": false - }, - { - "year_film": 2016, - "year_award": 2017, - "ceremony": 74, - "category": "Best Motion Picture - Drama", - "nominee": "Manchester by the Sea", - "film": "", - "win": false - }, - { - "year_film": 2016, - "year_award": 2017, - "ceremony": 74, - "category": "Best Motion Picture - Drama", - "nominee": "Hacksaw Ridge", - "film": "", - "win": false - }, - { - "year_film": 2016, - "year_award": 2017, - "ceremony": 74, - "category": "Best Motion Picture - Musical or Comedy", - "nominee": "La La Land", - "film": "", - "win": true - }, - { - "year_film": 2016, - "year_award": 2017, - "ceremony": 74, - "category": "Best Motion Picture - Musical or Comedy", - "nominee": "20th Century Women", - "film": "", - "win": false - }, - { - "year_film": 2016, - "year_award": 2017, - "ceremony": 74, - "category": "Best Motion Picture - Musical or Comedy", - "nominee": "Deadpool", - "film": "", - "win": false - }, - { - "year_film": 2016, - "year_award": 2017, - "ceremony": 74, - "category": "Best Motion Picture - Musical or Comedy", - "nominee": "Florence Foster Jenkins", - "film": "", - "win": false - }, - { - "year_film": 2016, - "year_award": 2017, - "ceremony": 74, - "category": "Best Motion Picture - Musical or Comedy", - "nominee": "Sing Street", - "film": "", - "win": false - }, - { - "year_film": 2016, - "year_award": 2017, - "ceremony": 74, - "category": "Best Performance by an Actress in a Motion Picture - Drama", - "nominee": "Isabelle Huppert", - "film": "Elle", - "win": true - }, - { - "year_film": 2016, - "year_award": 2017, - "ceremony": 74, - "category": "Best Performance by an Actress in a Motion Picture - Drama", - "nominee": "Amy Adams", - "film": "Arrival", - "win": false - }, - { - "year_film": 2016, - "year_award": 2017, - "ceremony": 74, - "category": "Best Performance by an Actress in a Motion Picture - Drama", - "nominee": "Jessica Chastain", - "film": "Miss Sloane", - "win": false - }, - { - "year_film": 2016, - "year_award": 2017, - "ceremony": 74, - "category": "Best Performance by an Actress in a Motion Picture - Drama", - "nominee": "Ruth Negga", - "film": "Loving", - "win": false - }, - { - "year_film": 2016, - "year_award": 2017, - "ceremony": 74, - "category": "Best Performance by an Actress in a Motion Picture - Drama", - "nominee": "Natalie Portman", - "film": "Jackie", - "win": false - }, - { - "year_film": 2016, - "year_award": 2017, - "ceremony": 74, - "category": "Best Performance by an Actor in a Motion Picture - Drama", - "nominee": "Casey Affleck", - "film": "Manchester by the Sea", - "win": true - }, - { - "year_film": 2016, - "year_award": 2017, - "ceremony": 74, - "category": "Best Performance by an Actor in a Motion Picture - Drama", - "nominee": "Joel Edgerton", - "film": "Loving", - "win": false - }, - { - "year_film": 2016, - "year_award": 2017, - "ceremony": 74, - "category": "Best Performance by an Actor in a Motion Picture - Drama", - "nominee": "Andrew Garfield", - "film": "Hacksaw Ridge", - "win": false - }, - { - "year_film": 2016, - "year_award": 2017, - "ceremony": 74, - "category": "Best Performance by an Actor in a Motion Picture - Drama", - "nominee": "Viggo Mortensen", - "film": "Captain Fantastic", - "win": false - }, - { - "year_film": 2016, - "year_award": 2017, - "ceremony": 74, - "category": "Best Performance by an Actor in a Motion Picture - Drama", - "nominee": "Denzel Washington", - "film": "Fences", - "win": false - }, - { - "year_film": 2016, - "year_award": 2017, - "ceremony": 74, - "category": "Best Performance by an Actress in a Motion Picture - Musical or Comedy", - "nominee": "Emma Stone", - "film": "La La Land", - "win": true - }, - { - "year_film": 2016, - "year_award": 2017, - "ceremony": 74, - "category": "Best Performance by an Actress in a Motion Picture - Musical or Comedy", - "nominee": "Annette Bening", - "film": "20th Century Women", - "win": false - }, - { - "year_film": 2016, - "year_award": 2017, - "ceremony": 74, - "category": "Best Performance by an Actress in a Motion Picture - Musical or Comedy", - "nominee": "Lily Collins", - "film": "Rules Don't Apply", - "win": false - }, - { - "year_film": 2016, - "year_award": 2017, - "ceremony": 74, - "category": "Best Performance by an Actress in a Motion Picture - Musical or Comedy", - "nominee": "Hailee Steinfeld", - "film": "The Edge of Seventeen", - "win": false - }, - { - "year_film": 2016, - "year_award": 2017, - "ceremony": 74, - "category": "Best Performance by an Actress in a Motion Picture - Musical or Comedy", - "nominee": "Meryl Streep", - "film": "Florence Foster Jenkins", - "win": false - }, - { - "year_film": 2016, - "year_award": 2017, - "ceremony": 74, - "category": "Best Performance by an Actor in a Motion Picture - Musical or Comedy", - "nominee": "Ryan Gosling", - "film": "La La Land", - "win": true - }, - { - "year_film": 2016, - "year_award": 2017, - "ceremony": 74, - "category": "Best Performance by an Actor in a Motion Picture - Musical or Comedy", - "nominee": "Colin Farrell", - "film": "The Lobster", - "win": false - }, - { - "year_film": 2016, - "year_award": 2017, - "ceremony": 74, - "category": "Best Performance by an Actor in a Motion Picture - Musical or Comedy", - "nominee": "Hugh Grant", - "film": "Florence Foster Jenkins", - "win": false - }, - { - "year_film": 2016, - "year_award": 2017, - "ceremony": 74, - "category": "Best Performance by an Actor in a Motion Picture - Musical or Comedy", - "nominee": "Jonah Hill", - "film": "War Dogs", - "win": false - }, - { - "year_film": 2016, - "year_award": 2017, - "ceremony": 74, - "category": "Best Performance by an Actor in a Motion Picture - Musical or Comedy", - "nominee": "Ryan Reynolds", - "film": "Deadpool", - "win": false - }, - { - "year_film": 2016, - "year_award": 2017, - "ceremony": 74, - "category": "Best Performance by an Actress in a Supporting Role in any Motion Picture", - "nominee": "Viola Davis", - "film": "Fences", - "win": true - }, - { - "year_film": 2016, - "year_award": 2017, - "ceremony": 74, - "category": "Best Performance by an Actress in a Supporting Role in any Motion Picture", - "nominee": "Naomie Harris", - "film": "Moonlight", - "win": false - }, - { - "year_film": 2016, - "year_award": 2017, - "ceremony": 74, - "category": "Best Performance by an Actress in a Supporting Role in any Motion Picture", - "nominee": "Nicole Kidman", - "film": "Lion", - "win": false - }, - { - "year_film": 2016, - "year_award": 2017, - "ceremony": 74, - "category": "Best Performance by an Actress in a Supporting Role in any Motion Picture", - "nominee": "Octavia Spencer", - "film": "Hidden Figures", - "win": false - }, - { - "year_film": 2016, - "year_award": 2017, - "ceremony": 74, - "category": "Best Performance by an Actress in a Supporting Role in any Motion Picture", - "nominee": "Michelle Williams", - "film": "Manchester by the Sea", - "win": false - }, - { - "year_film": 2016, - "year_award": 2017, - "ceremony": 74, - "category": "Best Performance by an Actor in a Supporting Role in any Motion Picture", - "nominee": "Aaron Taylor-Johnson", - "film": "Nocturnal Animals", - "win": true - }, - { - "year_film": 2016, - "year_award": 2017, - "ceremony": 74, - "category": "Best Performance by an Actor in a Supporting Role in any Motion Picture", - "nominee": "Mahershala Ali", - "film": "Moonlight", - "win": false - }, - { - "year_film": 2016, - "year_award": 2017, - "ceremony": 74, - "category": "Best Performance by an Actor in a Supporting Role in any Motion Picture", - "nominee": "Jeff Bridges", - "film": "Hell or High Water", - "win": false - }, - { - "year_film": 2016, - "year_award": 2017, - "ceremony": 74, - "category": "Best Performance by an Actor in a Supporting Role in any Motion Picture", - "nominee": "Simon Helberg", - "film": "Florence Foster Jenkins", - "win": false - }, - { - "year_film": 2016, - "year_award": 2017, - "ceremony": 74, - "category": "Best Performance by an Actor in a Supporting Role in any Motion Picture", - "nominee": "Dev Patel", - "film": "Lion", - "win": false - }, - { - "year_film": 2016, - "year_award": 2017, - "ceremony": 74, - "category": "Best Director - Motion Picture", - "nominee": "Damien Chazelle", - "film": "La La Land", - "win": true - }, - { - "year_film": 2016, - "year_award": 2017, - "ceremony": 74, - "category": "Best Director - Motion Picture", - "nominee": "Barry Jenkins", - "film": "Moonlight", - "win": false - }, - { - "year_film": 2016, - "year_award": 2017, - "ceremony": 74, - "category": "Best Director - Motion Picture", - "nominee": "Kenneth Lonergan", - "film": "Manchester by the Sea", - "win": false - }, - { - "year_film": 2016, - "year_award": 2017, - "ceremony": 74, - "category": "Best Director - Motion Picture", - "nominee": "Tom Ford", - "film": "Nocturnal Animals", - "win": false - }, - { - "year_film": 2016, - "year_award": 2017, - "ceremony": 74, - "category": "Best Director - Motion Picture", - "nominee": "Mel Gibson", - "film": "Hacksaw Ridge", - "win": false - }, - { - "year_film": 2016, - "year_award": 2017, - "ceremony": 74, - "category": "Best Screenplay - Motion Picture", - "nominee": "Damien Chazelle", - "film": "La La Land", - "win": true - }, - { - "year_film": 2016, - "year_award": 2017, - "ceremony": 74, - "category": "Best Screenplay - Motion Picture", - "nominee": "Tom Ford", - "film": "Nocturnal Animals", - "win": false - }, - { - "year_film": 2016, - "year_award": 2017, - "ceremony": 74, - "category": "Best Screenplay - Motion Picture", - "nominee": "Barry Jenkins", - "film": "Moonlight", - "win": false - }, - { - "year_film": 2016, - "year_award": 2017, - "ceremony": 74, - "category": "Best Screenplay - Motion Picture", - "nominee": "Kenneth Lonergan", - "film": "Manchester by the Sea", - "win": false - }, - { - "year_film": 2016, - "year_award": 2017, - "ceremony": 74, - "category": "Best Screenplay - Motion Picture", - "nominee": "Taylor Sheridan", - "film": "Hell or High Water", - "win": false - }, - { - "year_film": 2016, - "year_award": 2017, - "ceremony": 74, - "category": "Best Motion Picture - Animated", - "nominee": "Zootopia", - "film": "", - "win": true - }, - { - "year_film": 2016, - "year_award": 2017, - "ceremony": 74, - "category": "Best Motion Picture - Animated", - "nominee": "Kubo and the Two Strings", - "film": "", - "win": false - }, - { - "year_film": 2016, - "year_award": 2017, - "ceremony": 74, - "category": "Best Motion Picture - Animated", - "nominee": "Moana", - "film": "", - "win": false - }, - { - "year_film": 2016, - "year_award": 2017, - "ceremony": 74, - "category": "Best Motion Picture - Animated", - "nominee": "My Life as a Zucchini", - "film": "", - "win": false - }, - { - "year_film": 2016, - "year_award": 2017, - "ceremony": 74, - "category": "Best Motion Picture - Animated", - "nominee": "Sing", - "film": "", - "win": false - }, - { - "year_film": 2016, - "year_award": 2017, - "ceremony": 74, - "category": "Best Motion Picture - Foreign Language", - "nominee": "Elle", - "film": "France, Paul Verhoeven", - "win": true - }, - { - "year_film": 2016, - "year_award": 2017, - "ceremony": 74, - "category": "Best Motion Picture - Foreign Language", - "nominee": "Divines", - "film": "France, Houda Benyamina", - "win": false - }, - { - "year_film": 2016, - "year_award": 2017, - "ceremony": 74, - "category": "Best Motion Picture - Foreign Language", - "nominee": "Neruda", - "film": "Chile, Pablo Larraín", - "win": false - }, - { - "year_film": 2016, - "year_award": 2017, - "ceremony": 74, - "category": "Best Motion Picture - Foreign Language", - "nominee": "The Salesman", - "film": "Iran, Asghar Farhadi", - "win": false - }, - { - "year_film": 2016, - "year_award": 2017, - "ceremony": 74, - "category": "Best Motion Picture - Foreign Language", - "nominee": "Toni Erdmann", - "film": "Germany, Maren Ade", - "win": false - }, - { - "year_film": 2016, - "year_award": 2017, - "ceremony": 74, - "category": "Best Original Score - Motion Picture", - "nominee": "Justin Hurwitz", - "film": "La La Land", - "win": true - }, - { - "year_film": 2016, - "year_award": 2017, - "ceremony": 74, - "category": "Best Original Score - Motion Picture", - "nominee": "Nicholas Britell", - "film": "Moonlight", - "win": false - }, - { - "year_film": 2016, - "year_award": 2017, - "ceremony": 74, - "category": "Best Original Score - Motion Picture", - "nominee": "Jóhann Jóhannsson", - "film": "Arrival", - "win": false - }, - { - "year_film": 2016, - "year_award": 2017, - "ceremony": 74, - "category": "Best Original Score - Motion Picture", - "nominee": "Dustin O'Halloran, Hauschka", - "film": "Lion", - "win": false - }, - { - "year_film": 2016, - "year_award": 2017, - "ceremony": 74, - "category": "Best Original Score - Motion Picture", - "nominee": "Hans Zimmer, Pharrell Williams, Benjamin Wallfisch", - "film": "Hidden Figures", - "win": false - }, - { - "year_film": 2016, - "year_award": 2017, - "ceremony": 74, - "category": "Best Original Song - Motion Picture", - "nominee": "City of Stars\", Justin Hurwitz, Benj Pasek, Justin Paul", - "film": "La La Land", - "win": true - }, - { - "year_film": 2016, - "year_award": 2017, - "ceremony": 74, - "category": "Best Original Song - Motion Picture", - "nominee": "Gold\", Iggy Pop, Danger Mouse, Daniel Pemberton, Stephen Gaghan", - "film": "Gold", - "win": false - }, - { - "year_film": 2016, - "year_award": 2017, - "ceremony": 74, - "category": "Best Original Song - Motion Picture", - "nominee": "How Far I'll Go\", Lin-Manuel Miranda", - "film": "Moana", - "win": false - }, - { - "year_film": 2016, - "year_award": 2017, - "ceremony": 74, - "category": "Best Original Song - Motion Picture", - "nominee": "Can't Stop the Feeling!\", Justin Timberlake, Max Martin, Shellback", - "film": "Trolls", - "win": false - }, - { - "year_film": 2016, - "year_award": 2017, - "ceremony": 74, - "category": "Best Original Song - Motion Picture", - "nominee": "Faith\", Stevie Wonder, Ryan Tedder, Francis and the Lights", - "film": "Sing", - "win": false - }, - { - "year_film": 2016, - "year_award": 2017, - "ceremony": 74, - "category": "Best Television Series - Drama", - "nominee": "Crown, The", - "film": "", - "win": true - }, - { - "year_film": 2016, - "year_award": 2017, - "ceremony": 74, - "category": "Best Television Series - Drama", - "nominee": "Game of Thrones", - "film": "", - "win": false - }, - { - "year_film": 2016, - "year_award": 2017, - "ceremony": 74, - "category": "Best Television Series - Drama", - "nominee": "Stranger Things", - "film": "", - "win": false - }, - { - "year_film": 2016, - "year_award": 2017, - "ceremony": 74, - "category": "Best Television Series - Drama", - "nominee": "This Is Us", - "film": "", - "win": false - }, - { - "year_film": 2016, - "year_award": 2017, - "ceremony": 74, - "category": "Best Television Series - Drama", - "nominee": "Westworld", - "film": "", - "win": false - }, - { - "year_film": 2016, - "year_award": 2017, - "ceremony": 74, - "category": "Best Television Series - Musical or Comedy", - "nominee": "Atlanta", - "film": "", - "win": true - }, - { - "year_film": 2016, - "year_award": 2017, - "ceremony": 74, - "category": "Best Television Series - Musical or Comedy", - "nominee": "Veep", - "film": "", - "win": false - }, - { - "year_film": 2016, - "year_award": 2017, - "ceremony": 74, - "category": "Best Television Series - Musical or Comedy", - "nominee": "Black-ish", - "film": "", - "win": false - }, - { - "year_film": 2016, - "year_award": 2017, - "ceremony": 74, - "category": "Best Television Series - Musical or Comedy", - "nominee": "Mozart in the Jungle", - "film": "", - "win": false - }, - { - "year_film": 2016, - "year_award": 2017, - "ceremony": 74, - "category": "Best Television Series - Musical or Comedy", - "nominee": "Transparent", - "film": "", - "win": false - }, - { - "year_film": 2016, - "year_award": 2017, - "ceremony": 74, - "category": "Best Television Limited Series or Motion Picture Made for Television", - "nominee": "The People v. O.J. Simpson: American Crime Story", - "film": "", - "win": true - }, - { - "year_film": 2016, - "year_award": 2017, - "ceremony": 74, - "category": "Best Television Limited Series or Motion Picture Made for Television", - "nominee": "The Night Of", - "film": "", - "win": false - }, - { - "year_film": 2016, - "year_award": 2017, - "ceremony": 74, - "category": "Best Television Limited Series or Motion Picture Made for Television", - "nominee": "American Crime", - "film": "", - "win": false - }, - { - "year_film": 2016, - "year_award": 2017, - "ceremony": 74, - "category": "Best Television Limited Series or Motion Picture Made for Television", - "nominee": "The Dresser", - "film": "", - "win": false - }, - { - "year_film": 2016, - "year_award": 2017, - "ceremony": 74, - "category": "Best Television Limited Series or Motion Picture Made for Television", - "nominee": "The Night Manager", - "film": "", - "win": false - }, - { - "year_film": 2016, - "year_award": 2017, - "ceremony": 74, - "category": "Best Performance by an Actress in a Limited Series or a Motion Picture Made for Television", - "nominee": "Sarah Paulson", - "film": "The People v. O.J. Simpson: American Crime Story", - "win": true - }, - { - "year_film": 2016, - "year_award": 2017, - "ceremony": 74, - "category": "Best Performance by an Actress in a Limited Series or a Motion Picture Made for Television", - "nominee": "Felicity Huffman", - "film": "American Crime", - "win": false - }, - { - "year_film": 2016, - "year_award": 2017, - "ceremony": 74, - "category": "Best Performance by an Actress in a Limited Series or a Motion Picture Made for Television", - "nominee": "Riley Keough", - "film": "The Girlfriend Experience", - "win": false - }, - { - "year_film": 2016, - "year_award": 2017, - "ceremony": 74, - "category": "Best Performance by an Actress in a Limited Series or a Motion Picture Made for Television", - "nominee": "Charlotte Rampling", - "film": "London Spy", - "win": false - }, - { - "year_film": 2016, - "year_award": 2017, - "ceremony": 74, - "category": "Best Performance by an Actress in a Limited Series or a Motion Picture Made for Television", - "nominee": "Kerry Washington", - "film": "Confirmation", - "win": false - }, - { - "year_film": 2016, - "year_award": 2017, - "ceremony": 74, - "category": "Best Performance by an Actor in a Limited Series or a Motion Picture Made for Television", - "nominee": "Tom Hiddleston", - "film": "The Night Manager", - "win": true - }, - { - "year_film": 2016, - "year_award": 2017, - "ceremony": 74, - "category": "Best Performance by an Actor in a Limited Series or a Motion Picture Made for Television", - "nominee": "Courtney B. Vance", - "film": "The People v. O.J. Simpson: American Crime Story", - "win": false - }, - { - "year_film": 2016, - "year_award": 2017, - "ceremony": 74, - "category": "Best Performance by an Actor in a Limited Series or a Motion Picture Made for Television", - "nominee": "Riz Ahmed", - "film": "The Night Of", - "win": false - }, - { - "year_film": 2016, - "year_award": 2017, - "ceremony": 74, - "category": "Best Performance by an Actor in a Limited Series or a Motion Picture Made for Television", - "nominee": "Bryan Cranston", - "film": "All the Way", - "win": false - }, - { - "year_film": 2016, - "year_award": 2017, - "ceremony": 74, - "category": "Best Performance by an Actor in a Limited Series or a Motion Picture Made for Television", - "nominee": "John Turturro", - "film": "The Night Of", - "win": false - }, - { - "year_film": 2016, - "year_award": 2017, - "ceremony": 74, - "category": "Best Performance by an Actress In A Television Series - Drama", - "nominee": "Claire Foy", - "film": "Crown, The", - "win": true - }, - { - "year_film": 2016, - "year_award": 2017, - "ceremony": 74, - "category": "Best Performance by an Actress In A Television Series - Drama", - "nominee": "Caitriona Balfe", - "film": "Outlander", - "win": false - }, - { - "year_film": 2016, - "year_award": 2017, - "ceremony": 74, - "category": "Best Performance by an Actress In A Television Series - Drama", - "nominee": "Keri Russell", - "film": "The Americans", - "win": false - }, - { - "year_film": 2016, - "year_award": 2017, - "ceremony": 74, - "category": "Best Performance by an Actress In A Television Series - Drama", - "nominee": "Winona Ryder", - "film": "Stranger Things", - "win": false - }, - { - "year_film": 2016, - "year_award": 2017, - "ceremony": 74, - "category": "Best Performance by an Actress In A Television Series - Drama", - "nominee": "Evan Rachel Wood", - "film": "Westworld", - "win": false - }, - { - "year_film": 2016, - "year_award": 2017, - "ceremony": 74, - "category": "Best Performance by an Actor In A Television Series - Drama", - "nominee": "Billy Bob Thornton", - "film": "Goliath", - "win": true - }, - { - "year_film": 2016, - "year_award": 2017, - "ceremony": 74, - "category": "Best Performance by an Actor In A Television Series - Drama", - "nominee": "Rami Malek", - "film": "Mr. Robot", - "win": false - }, - { - "year_film": 2016, - "year_award": 2017, - "ceremony": 74, - "category": "Best Performance by an Actor In A Television Series - Drama", - "nominee": "Bob Odenkirk", - "film": "Better Call Saul", - "win": false - }, - { - "year_film": 2016, - "year_award": 2017, - "ceremony": 74, - "category": "Best Performance by an Actor In A Television Series - Drama", - "nominee": "Matthew Rhys", - "film": "The Americans", - "win": false - }, - { - "year_film": 2016, - "year_award": 2017, - "ceremony": 74, - "category": "Best Performance by an Actor In A Television Series - Drama", - "nominee": "Liev Schreiber", - "film": "Ray Donovan", - "win": false - }, - { - "year_film": 2016, - "year_award": 2017, - "ceremony": 74, - "category": "Best Performance by an Actress in a Television Series - Musical or Comedy", - "nominee": "Tracee Ellis Ross", - "film": "Black-ish", - "win": true - }, - { - "year_film": 2016, - "year_award": 2017, - "ceremony": 74, - "category": "Best Performance by an Actress in a Television Series - Musical or Comedy", - "nominee": "Julia Louis-Dreyfus", - "film": "Veep", - "win": false - }, - { - "year_film": 2016, - "year_award": 2017, - "ceremony": 74, - "category": "Best Performance by an Actress in a Television Series - Musical or Comedy", - "nominee": "Sarah Jessica Parker", - "film": "Divorce", - "win": false - }, - { - "year_film": 2016, - "year_award": 2017, - "ceremony": 74, - "category": "Best Performance by an Actress in a Television Series - Musical or Comedy", - "nominee": "Issa Rae", - "film": "Insecure", - "win": false - }, - { - "year_film": 2016, - "year_award": 2017, - "ceremony": 74, - "category": "Best Performance by an Actress in a Television Series - Musical or Comedy", - "nominee": "Gina Rodriguez", - "film": "Jane The Virgin", - "win": false - }, - { - "year_film": 2016, - "year_award": 2017, - "ceremony": 74, - "category": "Best Performance by an Actress in a Television Series - Musical or Comedy", - "nominee": "Rachel Bloom", - "film": "Crazy Ex-Girlfriend", - "win": false - }, - { - "year_film": 2016, - "year_award": 2017, - "ceremony": 74, - "category": "Best Performance by an Actor in a Television Series - Musical or Comedy", - "nominee": "Donald Glover", - "film": "Atlanta", - "win": true - }, - { - "year_film": 2016, - "year_award": 2017, - "ceremony": 74, - "category": "Best Performance by an Actor in a Television Series - Musical or Comedy", - "nominee": "Anthony Anderson", - "film": "Black-ish", - "win": false - }, - { - "year_film": 2016, - "year_award": 2017, - "ceremony": 74, - "category": "Best Performance by an Actor in a Television Series - Musical or Comedy", - "nominee": "Gael García Bernal", - "film": "Mozart in the Jungle", - "win": false - }, - { - "year_film": 2016, - "year_award": 2017, - "ceremony": 74, - "category": "Best Performance by an Actor in a Television Series - Musical or Comedy", - "nominee": "Nick Nolte", - "film": "Graves", - "win": false - }, - { - "year_film": 2016, - "year_award": 2017, - "ceremony": 74, - "category": "Best Performance by an Actor in a Television Series - Musical or Comedy", - "nominee": "Jeffrey Tambor", - "film": "Transparent", - "win": false - }, - { - "year_film": 2016, - "year_award": 2017, - "ceremony": 74, - "category": "Best Performance by an Actress in a Supporting Role in a Series, Limited Series or Motion Picture Made for Television", - "nominee": "Olivia Colman", - "film": "The Night Manager", - "win": true - }, - { - "year_film": 2016, - "year_award": 2017, - "ceremony": 74, - "category": "Best Performance by an Actress in a Supporting Role in a Series, Limited Series or Motion Picture Made for Television", - "nominee": "Lena Headey", - "film": "Game of Thrones", - "win": false - }, - { - "year_film": 2016, - "year_award": 2017, - "ceremony": 74, - "category": "Best Performance by an Actress in a Supporting Role in a Series, Limited Series or Motion Picture Made for Television", - "nominee": "Chrissy Metz", - "film": "This Is Us", - "win": false - }, - { - "year_film": 2016, - "year_award": 2017, - "ceremony": 74, - "category": "Best Performance by an Actress in a Supporting Role in a Series, Limited Series or Motion Picture Made for Television", - "nominee": "Mandy Moore", - "film": "This Is Us", - "win": false - }, - { - "year_film": 2016, - "year_award": 2017, - "ceremony": 74, - "category": "Best Performance by an Actress in a Supporting Role in a Series, Limited Series or Motion Picture Made for Television", - "nominee": "Thandie Newton", - "film": "Westworld", - "win": false - }, - { - "year_film": 2016, - "year_award": 2017, - "ceremony": 74, - "category": "Best Performance by an Actor in a Supporting Role in a Series, Limited Series or Motion Picture Made for Television", - "nominee": "Hugh Laurie", - "film": "The Night Manager", - "win": true - }, - { - "year_film": 2016, - "year_award": 2017, - "ceremony": 74, - "category": "Best Performance by an Actor in a Supporting Role in a Series, Limited Series or Motion Picture Made for Television", - "nominee": "John Lithgow", - "film": "Crown, The", - "win": false - }, - { - "year_film": 2016, - "year_award": 2017, - "ceremony": 74, - "category": "Best Performance by an Actor in a Supporting Role in a Series, Limited Series or Motion Picture Made for Television", - "nominee": "Christian Slater", - "film": "Mr. Robot", - "win": false - }, - { - "year_film": 2016, - "year_award": 2017, - "ceremony": 74, - "category": "Best Performance by an Actor in a Supporting Role in a Series, Limited Series or Motion Picture Made for Television", - "nominee": "John Travolta", - "film": "The People v. O.J. Simpson: American Crime Story", - "win": false - }, - { - "year_film": 2016, - "year_award": 2017, - "ceremony": 74, - "category": "Best Performance by an Actor in a Supporting Role in a Series, Limited Series or Motion Picture Made for Television", - "nominee": "Sterling K. Brown", - "film": "The People v. O.J. Simpson: American Crime Story", - "win": false - }, - { - "year_film": 2016, - "year_award": 2017, - "ceremony": 74, - "category": "Cecil B. deMille Award", - "nominee": "Meryl Streep", - "film": "", - "win": false - }, - { - "year_film": 2017, - "year_award": 2018, - "ceremony": 75, - "category": "Best Motion Picture - Drama", - "nominee": "Three Billboards Outside Ebbing, Missouri", - "film": "", - "win": true - }, - { - "year_film": 2017, - "year_award": 2018, - "ceremony": 75, - "category": "Best Motion Picture - Drama", - "nominee": "Call Me By Your Name", - "film": "", - "win": false - }, - { - "year_film": 2017, - "year_award": 2018, - "ceremony": 75, - "category": "Best Motion Picture - Drama", - "nominee": "Dunkirk", - "film": "", - "win": false - }, - { - "year_film": 2017, - "year_award": 2018, - "ceremony": 75, - "category": "Best Motion Picture - Drama", - "nominee": "The Post", - "film": "", - "win": false - }, - { - "year_film": 2017, - "year_award": 2018, - "ceremony": 75, - "category": "Best Motion Picture - Drama", - "nominee": "The Shape of Water", - "film": "", - "win": false - }, - { - "year_film": 2017, - "year_award": 2018, - "ceremony": 75, - "category": "Best Motion Picture - Musical or Comedy", - "nominee": "Lady Bird", - "film": "", - "win": true - }, - { - "year_film": 2017, - "year_award": 2018, - "ceremony": 75, - "category": "Best Motion Picture - Musical or Comedy", - "nominee": "Disaster Artist, The", - "film": "", - "win": false - }, - { - "year_film": 2017, - "year_award": 2018, - "ceremony": 75, - "category": "Best Motion Picture - Musical or Comedy", - "nominee": "Get Out", - "film": "", - "win": false - }, - { - "year_film": 2017, - "year_award": 2018, - "ceremony": 75, - "category": "Best Motion Picture - Musical or Comedy", - "nominee": "The Greatest Showman", - "film": "", - "win": false - }, - { - "year_film": 2017, - "year_award": 2018, - "ceremony": 75, - "category": "Best Motion Picture - Musical or Comedy", - "nominee": "I, Tonya", - "film": "", - "win": false - }, - { - "year_film": 2017, - "year_award": 2018, - "ceremony": 75, - "category": "Best Performance by an Actress in a Motion Picture - Drama", - "nominee": "Frances McDormand", - "film": "Three Billboards Outside Ebbing, Missouri", - "win": true - }, - { - "year_film": 2017, - "year_award": 2018, - "ceremony": 75, - "category": "Best Performance by an Actress in a Motion Picture - Drama", - "nominee": "Meryl Streep", - "film": "The Post", - "win": false - }, - { - "year_film": 2017, - "year_award": 2018, - "ceremony": 75, - "category": "Best Performance by an Actress in a Motion Picture - Drama", - "nominee": "Michelle Williams", - "film": "All The Money In The World", - "win": false - }, - { - "year_film": 2017, - "year_award": 2018, - "ceremony": 75, - "category": "Best Performance by an Actress in a Motion Picture - Drama", - "nominee": "Jessica Chastain", - "film": "Molly's Game", - "win": false - }, - { - "year_film": 2017, - "year_award": 2018, - "ceremony": 75, - "category": "Best Performance by an Actress in a Motion Picture - Drama", - "nominee": "Sally Hawkins", - "film": "The Shape of Water", - "win": false - }, - { - "year_film": 2017, - "year_award": 2018, - "ceremony": 75, - "category": "Best Performance by an Actor in a Motion Picture - Drama", - "nominee": "Gary Oldman", - "film": "Darkest Hour", - "win": true - }, - { - "year_film": 2017, - "year_award": 2018, - "ceremony": 75, - "category": "Best Performance by an Actor in a Motion Picture - Drama", - "nominee": "Timothée Chalamet", - "film": "Call Me By Your Name", - "win": false - }, - { - "year_film": 2017, - "year_award": 2018, - "ceremony": 75, - "category": "Best Performance by an Actor in a Motion Picture - Drama", - "nominee": "Daniel Day-Lewis", - "film": "Phantom Thread", - "win": false - }, - { - "year_film": 2017, - "year_award": 2018, - "ceremony": 75, - "category": "Best Performance by an Actor in a Motion Picture - Drama", - "nominee": "Tom Hanks", - "film": "The Post", - "win": false - }, - { - "year_film": 2017, - "year_award": 2018, - "ceremony": 75, - "category": "Best Performance by an Actor in a Motion Picture - Drama", - "nominee": "Denzel Washington", - "film": "Roman J. Israel, Esq.", - "win": false - }, - { - "year_film": 2017, - "year_award": 2018, - "ceremony": 75, - "category": "Best Performance by an Actress in a Motion Picture - Musical or Comedy", - "nominee": "Saoirse Ronan", - "film": "Lady Bird", - "win": true - }, - { - "year_film": 2017, - "year_award": 2018, - "ceremony": 75, - "category": "Best Performance by an Actress in a Motion Picture - Musical or Comedy", - "nominee": "Judi Dench", - "film": "Victoria & Abdul", - "win": false - }, - { - "year_film": 2017, - "year_award": 2018, - "ceremony": 75, - "category": "Best Performance by an Actress in a Motion Picture - Musical or Comedy", - "nominee": "Helen Mirren", - "film": "Leisure Seeker, The", - "win": false - }, - { - "year_film": 2017, - "year_award": 2018, - "ceremony": 75, - "category": "Best Performance by an Actress in a Motion Picture - Musical or Comedy", - "nominee": "Margot Robbie", - "film": "I, Tonya", - "win": false - }, - { - "year_film": 2017, - "year_award": 2018, - "ceremony": 75, - "category": "Best Performance by an Actress in a Motion Picture - Musical or Comedy", - "nominee": "Emma Stone", - "film": "Battle of the Sexes", - "win": false - }, - { - "year_film": 2017, - "year_award": 2018, - "ceremony": 75, - "category": "Best Performance by an Actor in a Motion Picture - Musical or Comedy", - "nominee": "James Franco", - "film": "Disaster Artist, The", - "win": true - }, - { - "year_film": 2017, - "year_award": 2018, - "ceremony": 75, - "category": "Best Performance by an Actor in a Motion Picture - Musical or Comedy", - "nominee": "Hugh Jackman", - "film": "The Greatest Showman", - "win": false - }, - { - "year_film": 2017, - "year_award": 2018, - "ceremony": 75, - "category": "Best Performance by an Actor in a Motion Picture - Musical or Comedy", - "nominee": "Daniel Kaluuya", - "film": "Get Out", - "win": false - }, - { - "year_film": 2017, - "year_award": 2018, - "ceremony": 75, - "category": "Best Performance by an Actor in a Motion Picture - Musical or Comedy", - "nominee": "Steve Carell", - "film": "Battle of the Sexes", - "win": false - }, - { - "year_film": 2017, - "year_award": 2018, - "ceremony": 75, - "category": "Best Performance by an Actor in a Motion Picture - Musical or Comedy", - "nominee": "Ansel Elgort", - "film": "Baby Driver", - "win": false - }, - { - "year_film": 2017, - "year_award": 2018, - "ceremony": 75, - "category": "Best Performance by an Actress in a Supporting Role in any Motion Picture", - "nominee": "Allison Janney", - "film": "I, Tonya", - "win": true - }, - { - "year_film": 2017, - "year_award": 2018, - "ceremony": 75, - "category": "Best Performance by an Actress in a Supporting Role in any Motion Picture", - "nominee": "Mary J. Blige", - "film": "Mudbound", - "win": false - }, - { - "year_film": 2017, - "year_award": 2018, - "ceremony": 75, - "category": "Best Performance by an Actress in a Supporting Role in any Motion Picture", - "nominee": "Hong Chau", - "film": "Downsizing", - "win": false - }, - { - "year_film": 2017, - "year_award": 2018, - "ceremony": 75, - "category": "Best Performance by an Actress in a Supporting Role in any Motion Picture", - "nominee": "Laurie Metcalf", - "film": "Lady Bird", - "win": false - }, - { - "year_film": 2017, - "year_award": 2018, - "ceremony": 75, - "category": "Best Performance by an Actress in a Supporting Role in any Motion Picture", - "nominee": "Octavia Spencer", - "film": "The Shape of Water", - "win": false - }, - { - "year_film": 2017, - "year_award": 2018, - "ceremony": 75, - "category": "Best Performance by an Actor in a Supporting Role in any Motion Picture", - "nominee": "Sam Rockwell", - "film": "Three Billboards Outside Ebbing, Missouri", - "win": true - }, - { - "year_film": 2017, - "year_award": 2018, - "ceremony": 75, - "category": "Best Performance by an Actor in a Supporting Role in any Motion Picture", - "nominee": "Willem Dafoe", - "film": "Florida Project, The", - "win": false - }, - { - "year_film": 2017, - "year_award": 2018, - "ceremony": 75, - "category": "Best Performance by an Actor in a Supporting Role in any Motion Picture", - "nominee": "Armie Hammer", - "film": "Call Me By Your Name", - "win": false - }, - { - "year_film": 2017, - "year_award": 2018, - "ceremony": 75, - "category": "Best Performance by an Actor in a Supporting Role in any Motion Picture", - "nominee": "Richard Jenkins", - "film": "The Shape of Water", - "win": false - }, - { - "year_film": 2017, - "year_award": 2018, - "ceremony": 75, - "category": "Best Performance by an Actor in a Supporting Role in any Motion Picture", - "nominee": "Christopher Plummer", - "film": "All The Money In The World", - "win": false - }, - { - "year_film": 2017, - "year_award": 2018, - "ceremony": 75, - "category": "Best Director - Motion Picture", - "nominee": "Guillermo del Toro", - "film": "The Shape of Water", - "win": true - }, - { - "year_film": 2017, - "year_award": 2018, - "ceremony": 75, - "category": "Best Director - Motion Picture", - "nominee": "Ridley Scott", - "film": "All The Money In The World", - "win": false - }, - { - "year_film": 2017, - "year_award": 2018, - "ceremony": 75, - "category": "Best Director - Motion Picture", - "nominee": "Steven Spielberg", - "film": "The Post", - "win": false - }, - { - "year_film": 2017, - "year_award": 2018, - "ceremony": 75, - "category": "Best Director - Motion Picture", - "nominee": "Martin McDonagh", - "film": "Three Billboards Outside Ebbing, Missouri", - "win": false - }, - { - "year_film": 2017, - "year_award": 2018, - "ceremony": 75, - "category": "Best Director - Motion Picture", - "nominee": "Christopher Nolan", - "film": "Dunkirk", - "win": false - }, - { - "year_film": 2017, - "year_award": 2018, - "ceremony": 75, - "category": "Best Screenplay - Motion Picture", - "nominee": "Martin McDonagh", - "film": "Three Billboards Outside Ebbing, Missouri", - "win": true - }, - { - "year_film": 2017, - "year_award": 2018, - "ceremony": 75, - "category": "Best Screenplay - Motion Picture", - "nominee": "Guillermo del Toro, Vanessa Taylor", - "film": "The Shape of Water", - "win": false - }, - { - "year_film": 2017, - "year_award": 2018, - "ceremony": 75, - "category": "Best Screenplay - Motion Picture", - "nominee": "Greta Gerwig", - "film": "Lady Bird", - "win": false - }, - { - "year_film": 2017, - "year_award": 2018, - "ceremony": 75, - "category": "Best Screenplay - Motion Picture", - "nominee": "Liz Hannah, Josh Singer", - "film": "The Post", - "win": false - }, - { - "year_film": 2017, - "year_award": 2018, - "ceremony": 75, - "category": "Best Screenplay - Motion Picture", - "nominee": "Aaron Sorkin", - "film": "Molly's Game", - "win": false - }, - { - "year_film": 2017, - "year_award": 2018, - "ceremony": 75, - "category": "Best Motion Picture - Animated", - "nominee": "Coco", - "film": "", - "win": true - }, - { - "year_film": 2017, - "year_award": 2018, - "ceremony": 75, - "category": "Best Motion Picture - Animated", - "nominee": "Loving Vincent", - "film": "", - "win": false - }, - { - "year_film": 2017, - "year_award": 2018, - "ceremony": 75, - "category": "Best Motion Picture - Animated", - "nominee": "Boss Baby, The", - "film": "", - "win": false - }, - { - "year_film": 2017, - "year_award": 2018, - "ceremony": 75, - "category": "Best Motion Picture - Animated", - "nominee": "Breadwinner, The", - "film": "", - "win": false - }, - { - "year_film": 2017, - "year_award": 2018, - "ceremony": 75, - "category": "Best Motion Picture - Animated", - "nominee": "Ferdinand", - "film": "", - "win": false - }, - { - "year_film": 2017, - "year_award": 2018, - "ceremony": 75, - "category": "Best Motion Picture - Foreign Language", - "nominee": "In The Fade", - "film": "Germany, Fatih Akin", - "win": true - }, - { - "year_film": 2017, - "year_award": 2018, - "ceremony": 75, - "category": "Best Motion Picture - Foreign Language", - "nominee": "A Fantastic Woman", - "film": "Chile, Sebastián Lelio", - "win": false - }, - { - "year_film": 2017, - "year_award": 2018, - "ceremony": 75, - "category": "Best Motion Picture - Foreign Language", - "nominee": "First They Killed My Father", - "film": "Cambodia, Angelina Jolie", - "win": false - }, - { - "year_film": 2017, - "year_award": 2018, - "ceremony": 75, - "category": "Best Motion Picture - Foreign Language", - "nominee": "Loveless", - "film": "Russia, Andrey Zvyagintsev", - "win": false - }, - { - "year_film": 2017, - "year_award": 2018, - "ceremony": 75, - "category": "Best Motion Picture - Foreign Language", - "nominee": "The Square", - "film": "Sweden, Ruben Östlund", - "win": false - }, - { - "year_film": 2017, - "year_award": 2018, - "ceremony": 75, - "category": "Best Original Score - Motion Picture", - "nominee": "Alexandre Desplat", - "film": "The Shape of Water", - "win": true - }, - { - "year_film": 2017, - "year_award": 2018, - "ceremony": 75, - "category": "Best Original Score - Motion Picture", - "nominee": "Carter Burwell", - "film": "Three Billboards Outside Ebbing, Missouri", - "win": false - }, - { - "year_film": 2017, - "year_award": 2018, - "ceremony": 75, - "category": "Best Original Score - Motion Picture", - "nominee": "Jonny Greenwood", - "film": "Phantom Thread", - "win": false - }, - { - "year_film": 2017, - "year_award": 2018, - "ceremony": 75, - "category": "Best Original Score - Motion Picture", - "nominee": "John Williams", - "film": "The Post", - "win": false - }, - { - "year_film": 2017, - "year_award": 2018, - "ceremony": 75, - "category": "Best Original Score - Motion Picture", - "nominee": "Hans Zimmer", - "film": "Dunkirk", - "win": false - }, - { - "year_film": 2017, - "year_award": 2018, - "ceremony": 75, - "category": "Best Original Song - Motion Picture", - "nominee": "This Is Me\", Justin Paul, Benj Pasek", - "film": "The Greatest Showman", - "win": true - }, - { - "year_film": 2017, - "year_award": 2018, - "ceremony": 75, - "category": "Best Original Song - Motion Picture", - "nominee": "The Star\", Mariah Carey, Marc Shaiman", - "film": "The Star", - "win": false - }, - { - "year_film": 2017, - "year_award": 2018, - "ceremony": 75, - "category": "Best Original Song - Motion Picture", - "nominee": "Home\", Nick Jonas, Justin Tranter, Nick Monson", - "film": "Ferdinand", - "win": false - }, - { - "year_film": 2017, - "year_award": 2018, - "ceremony": 75, - "category": "Best Original Song - Motion Picture", - "nominee": "Mighty River\", Raphael Saadiq, Taura Stinson, Mary J. Blige", - "film": "Mudbound", - "win": false - }, - { - "year_film": 2017, - "year_award": 2018, - "ceremony": 75, - "category": "Best Original Song - Motion Picture", - "nominee": "Remember Me\", Kristen Anderson Lopez, Robert Lopez", - "film": "Coco", - "win": false - }, - { - "year_film": 2017, - "year_award": 2018, - "ceremony": 75, - "category": "Best Television Series - Drama", - "nominee": "Handmaid's Tale, The", - "film": "", - "win": true - }, - { - "year_film": 2017, - "year_award": 2018, - "ceremony": 75, - "category": "Best Television Series - Drama", - "nominee": "Crown, The", - "film": "", - "win": false - }, - { - "year_film": 2017, - "year_award": 2018, - "ceremony": 75, - "category": "Best Television Series - Drama", - "nominee": "Game of Thrones", - "film": "", - "win": false - }, - { - "year_film": 2017, - "year_award": 2018, - "ceremony": 75, - "category": "Best Television Series - Drama", - "nominee": "Stranger Things", - "film": "", - "win": false - }, - { - "year_film": 2017, - "year_award": 2018, - "ceremony": 75, - "category": "Best Television Series - Drama", - "nominee": "This Is Us", - "film": "", - "win": false - }, - { - "year_film": 2017, - "year_award": 2018, - "ceremony": 75, - "category": "Best Television Series - Musical or Comedy", - "nominee": "Marvelous Mrs. Maisel, The", - "film": "", - "win": true - }, - { - "year_film": 2017, - "year_award": 2018, - "ceremony": 75, - "category": "Best Television Series - Musical or Comedy", - "nominee": "Black-ish", - "film": "", - "win": false - }, - { - "year_film": 2017, - "year_award": 2018, - "ceremony": 75, - "category": "Best Television Series - Musical or Comedy", - "nominee": "Master of None", - "film": "", - "win": false - }, - { - "year_film": 2017, - "year_award": 2018, - "ceremony": 75, - "category": "Best Television Series - Musical or Comedy", - "nominee": "SMILF", - "film": "", - "win": false - }, - { - "year_film": 2017, - "year_award": 2018, - "ceremony": 75, - "category": "Best Television Series - Musical or Comedy", - "nominee": "Will & Grace", - "film": "", - "win": false - }, - { - "year_film": 2017, - "year_award": 2018, - "ceremony": 75, - "category": "Best Television Limited Series or Motion Picture Made for Television", - "nominee": "Big Little Lies", - "film": "", - "win": true - }, - { - "year_film": 2017, - "year_award": 2018, - "ceremony": 75, - "category": "Best Television Limited Series or Motion Picture Made for Television", - "nominee": "Fargo", - "film": "", - "win": false - }, - { - "year_film": 2017, - "year_award": 2018, - "ceremony": 75, - "category": "Best Television Limited Series or Motion Picture Made for Television", - "nominee": "Feud: Bette And Joan", - "film": "", - "win": false - }, - { - "year_film": 2017, - "year_award": 2018, - "ceremony": 75, - "category": "Best Television Limited Series or Motion Picture Made for Television", - "nominee": "The Sinner", - "film": "", - "win": false - }, - { - "year_film": 2017, - "year_award": 2018, - "ceremony": 75, - "category": "Best Television Limited Series or Motion Picture Made for Television", - "nominee": "Top of The Lake: China Girl", - "film": "", - "win": false - }, - { - "year_film": 2017, - "year_award": 2018, - "ceremony": 75, - "category": "Best Performance by an Actress in a Limited Series or a Motion Picture Made for Television", - "nominee": "Nicole Kidman", - "film": "Big Little Lies", - "win": true - }, - { - "year_film": 2017, - "year_award": 2018, - "ceremony": 75, - "category": "Best Performance by an Actress in a Limited Series or a Motion Picture Made for Television", - "nominee": "Reese Witherspoon", - "film": "Big Little Lies", - "win": false - }, - { - "year_film": 2017, - "year_award": 2018, - "ceremony": 75, - "category": "Best Performance by an Actress in a Limited Series or a Motion Picture Made for Television", - "nominee": "Jessica Biel", - "film": "The Sinner", - "win": false - }, - { - "year_film": 2017, - "year_award": 2018, - "ceremony": 75, - "category": "Best Performance by an Actress in a Limited Series or a Motion Picture Made for Television", - "nominee": "Jessica Lange", - "film": "Feud: Bette And Joan", - "win": false - }, - { - "year_film": 2017, - "year_award": 2018, - "ceremony": 75, - "category": "Best Performance by an Actress in a Limited Series or a Motion Picture Made for Television", - "nominee": "Susan Sarandon", - "film": "Feud: Bette And Joan", - "win": false - }, - { - "year_film": 2017, - "year_award": 2018, - "ceremony": 75, - "category": "Best Performance by an Actor in a Limited Series or a Motion Picture Made for Television", - "nominee": "Ewan McGregor", - "film": "Fargo", - "win": true - }, - { - "year_film": 2017, - "year_award": 2018, - "ceremony": 75, - "category": "Best Performance by an Actor in a Limited Series or a Motion Picture Made for Television", - "nominee": "Robert De Niro", - "film": "Wizard of Lies, The", - "win": false - }, - { - "year_film": 2017, - "year_award": 2018, - "ceremony": 75, - "category": "Best Performance by an Actor in a Limited Series or a Motion Picture Made for Television", - "nominee": "Jude Law", - "film": "Young Pope, The", - "win": false - }, - { - "year_film": 2017, - "year_award": 2018, - "ceremony": 75, - "category": "Best Performance by an Actor in a Limited Series or a Motion Picture Made for Television", - "nominee": "Kyle MacLachlan", - "film": "Twin Peaks, The Return", - "win": false - }, - { - "year_film": 2017, - "year_award": 2018, - "ceremony": 75, - "category": "Best Performance by an Actor in a Limited Series or a Motion Picture Made for Television", - "nominee": "Geoffrey Rush", - "film": "Genius", - "win": false - }, - { - "year_film": 2017, - "year_award": 2018, - "ceremony": 75, - "category": "Best Performance by an Actress In A Television Series - Drama", - "nominee": "Elisabeth Moss", - "film": "Handmaid's Tale, The", - "win": true - }, - { - "year_film": 2017, - "year_award": 2018, - "ceremony": 75, - "category": "Best Performance by an Actress In A Television Series - Drama", - "nominee": "Katherine Langford", - "film": "13 Reasons Why", - "win": false - }, - { - "year_film": 2017, - "year_award": 2018, - "ceremony": 75, - "category": "Best Performance by an Actress In A Television Series - Drama", - "nominee": "Caitriona Balfe", - "film": "Outlander", - "win": false - }, - { - "year_film": 2017, - "year_award": 2018, - "ceremony": 75, - "category": "Best Performance by an Actress In A Television Series - Drama", - "nominee": "Claire Foy", - "film": "Crown, The", - "win": false - }, - { - "year_film": 2017, - "year_award": 2018, - "ceremony": 75, - "category": "Best Performance by an Actress In A Television Series - Drama", - "nominee": "Maggie Gyllenhaal", - "film": "Deuce, The", - "win": false - }, - { - "year_film": 2017, - "year_award": 2018, - "ceremony": 75, - "category": "Best Performance by an Actor In A Television Series - Drama", - "nominee": "Sterling K. Brown", - "film": "This Is Us", - "win": true - }, - { - "year_film": 2017, - "year_award": 2018, - "ceremony": 75, - "category": "Best Performance by an Actor In A Television Series - Drama", - "nominee": "Jason Bateman", - "film": "Ozark", - "win": false - }, - { - "year_film": 2017, - "year_award": 2018, - "ceremony": 75, - "category": "Best Performance by an Actor In A Television Series - Drama", - "nominee": "Freddie Highmore", - "film": "Good Doctor, The", - "win": false - }, - { - "year_film": 2017, - "year_award": 2018, - "ceremony": 75, - "category": "Best Performance by an Actor In A Television Series - Drama", - "nominee": "Bob Odenkirk", - "film": "Better Call Saul", - "win": false - }, - { - "year_film": 2017, - "year_award": 2018, - "ceremony": 75, - "category": "Best Performance by an Actor In A Television Series - Drama", - "nominee": "Liev Schreiber", - "film": "Ray Donovan", - "win": false - }, - { - "year_film": 2017, - "year_award": 2018, - "ceremony": 75, - "category": "Best Performance by an Actress in a Television Series - Musical or Comedy", - "nominee": "Rachel Brosnahan", - "film": "Marvelous Mrs. Maisel, The", - "win": true - }, - { - "year_film": 2017, - "year_award": 2018, - "ceremony": 75, - "category": "Best Performance by an Actress in a Television Series - Musical or Comedy", - "nominee": "Pamela Adlon", - "film": "Better Things", - "win": false - }, - { - "year_film": 2017, - "year_award": 2018, - "ceremony": 75, - "category": "Best Performance by an Actress in a Television Series - Musical or Comedy", - "nominee": "Alison Brie", - "film": "GLOW", - "win": false - }, - { - "year_film": 2017, - "year_award": 2018, - "ceremony": 75, - "category": "Best Performance by an Actress in a Television Series - Musical or Comedy", - "nominee": "Issa Rae", - "film": "Insecure", - "win": false - }, - { - "year_film": 2017, - "year_award": 2018, - "ceremony": 75, - "category": "Best Performance by an Actress in a Television Series - Musical or Comedy", - "nominee": "Frankie Shaw", - "film": "SMILF", - "win": false - }, - { - "year_film": 2017, - "year_award": 2018, - "ceremony": 75, - "category": "Best Performance by an Actor in a Television Series - Musical or Comedy", - "nominee": "Aziz Ansari", - "film": "Master of None", - "win": true - }, - { - "year_film": 2017, - "year_award": 2018, - "ceremony": 75, - "category": "Best Performance by an Actor in a Television Series - Musical or Comedy", - "nominee": "Kevin Bacon", - "film": "I Love Dick", - "win": false - }, - { - "year_film": 2017, - "year_award": 2018, - "ceremony": 75, - "category": "Best Performance by an Actor in a Television Series - Musical or Comedy", - "nominee": "William H. Macy", - "film": "Shameless", - "win": false - }, - { - "year_film": 2017, - "year_award": 2018, - "ceremony": 75, - "category": "Best Performance by an Actor in a Television Series - Musical or Comedy", - "nominee": "Eric McCormack", - "film": "Will & Grace", - "win": false - }, - { - "year_film": 2017, - "year_award": 2018, - "ceremony": 75, - "category": "Best Performance by an Actor in a Television Series - Musical or Comedy", - "nominee": "Anthony Anderson", - "film": "Black-ish", - "win": false - }, - { - "year_film": 2017, - "year_award": 2018, - "ceremony": 75, - "category": "Best Performance by an Actress in a Supporting Role in a Series, Limited Series or Motion Picture Made for Television", - "nominee": "Laura Dern", - "film": "Big Little Lies", - "win": true - }, - { - "year_film": 2017, - "year_award": 2018, - "ceremony": 75, - "category": "Best Performance by an Actress in a Supporting Role in a Series, Limited Series or Motion Picture Made for Television", - "nominee": "Ann Dowd", - "film": "Handmaid's Tale, The", - "win": false - }, - { - "year_film": 2017, - "year_award": 2018, - "ceremony": 75, - "category": "Best Performance by an Actress in a Supporting Role in a Series, Limited Series or Motion Picture Made for Television", - "nominee": "Chrissy Metz", - "film": "This Is Us", - "win": false - }, - { - "year_film": 2017, - "year_award": 2018, - "ceremony": 75, - "category": "Best Performance by an Actress in a Supporting Role in a Series, Limited Series or Motion Picture Made for Television", - "nominee": "Michelle Pfeiffer", - "film": "Wizard of Lies, The", - "win": false - }, - { - "year_film": 2017, - "year_award": 2018, - "ceremony": 75, - "category": "Best Performance by an Actress in a Supporting Role in a Series, Limited Series or Motion Picture Made for Television", - "nominee": "Shailene Woodley", - "film": "Big Little Lies", - "win": false - }, - { - "year_film": 2017, - "year_award": 2018, - "ceremony": 75, - "category": "Best Performance by an Actor in a Supporting Role in a Series, Limited Series or Motion Picture Made for Television", - "nominee": "Alexander Skarsgård", - "film": "Big Little Lies", - "win": true - }, - { - "year_film": 2017, - "year_award": 2018, - "ceremony": 75, - "category": "Best Performance by an Actor in a Supporting Role in a Series, Limited Series or Motion Picture Made for Television", - "nominee": "David Harbour", - "film": "Stranger Things", - "win": false - }, - { - "year_film": 2017, - "year_award": 2018, - "ceremony": 75, - "category": "Best Performance by an Actor in a Supporting Role in a Series, Limited Series or Motion Picture Made for Television", - "nominee": "Alfred Molina", - "film": "Feud: Bette And Joan", - "win": false - }, - { - "year_film": 2017, - "year_award": 2018, - "ceremony": 75, - "category": "Best Performance by an Actor in a Supporting Role in a Series, Limited Series or Motion Picture Made for Television", - "nominee": "Christian Slater", - "film": "Mr. Robot", - "win": false - }, - { - "year_film": 2017, - "year_award": 2018, - "ceremony": 75, - "category": "Best Performance by an Actor in a Supporting Role in a Series, Limited Series or Motion Picture Made for Television", - "nominee": "David Thewlis", - "film": "Fargo", - "win": false - }, - { - "year_film": 2017, - "year_award": 2018, - "ceremony": 75, - "category": "Cecil B. deMille Award", - "nominee": "Oprah Winfrey", - "film": "", - "win": false - }, - { - "year_film": 2018, - "year_award": 2019, - "ceremony": 76, - "category": "Best Motion Picture - Drama", - "nominee": "Bohemian Rhapsody", - "film": "", - "win": true - }, - { - "year_film": 2018, - "year_award": 2019, - "ceremony": 76, - "category": "Best Motion Picture - Drama", - "nominee": "BlacKkKlansman", - "film": "", - "win": false - }, - { - "year_film": 2018, - "year_award": 2019, - "ceremony": 76, - "category": "Best Motion Picture - Drama", - "nominee": "If Beale Street Could Talk", - "film": "", - "win": false - }, - { - "year_film": 2018, - "year_award": 2019, - "ceremony": 76, - "category": "Best Motion Picture - Drama", - "nominee": "Star Is Born, A (2018)", - "film": "", - "win": false - }, - { - "year_film": 2018, - "year_award": 2019, - "ceremony": 76, - "category": "Best Motion Picture - Drama", - "nominee": "Black Panther", - "film": "", - "win": false - }, - { - "year_film": 2018, - "year_award": 2019, - "ceremony": 76, - "category": "Best Motion Picture - Musical or Comedy", - "nominee": "Green Book", - "film": "", - "win": true - }, - { - "year_film": 2018, - "year_award": 2019, - "ceremony": 76, - "category": "Best Motion Picture - Musical or Comedy", - "nominee": "Crazy Rich Asians", - "film": "", - "win": false - }, - { - "year_film": 2018, - "year_award": 2019, - "ceremony": 76, - "category": "Best Motion Picture - Musical or Comedy", - "nominee": "Favourite, The", - "film": "", - "win": false - }, - { - "year_film": 2018, - "year_award": 2019, - "ceremony": 76, - "category": "Best Motion Picture - Musical or Comedy", - "nominee": "Mary Poppins Returns", - "film": "", - "win": false - }, - { - "year_film": 2018, - "year_award": 2019, - "ceremony": 76, - "category": "Best Motion Picture - Musical or Comedy", - "nominee": "Vice", - "film": "", - "win": false - }, - { - "year_film": 2018, - "year_award": 2019, - "ceremony": 76, - "category": "Best Performance by an Actress in a Motion Picture - Drama", - "nominee": "Glenn Close", - "film": "Wife, The", - "win": true - }, - { - "year_film": 2018, - "year_award": 2019, - "ceremony": 76, - "category": "Best Performance by an Actress in a Motion Picture - Drama", - "nominee": "Lady Gaga", - "film": "Star Is Born, A (2018)", - "win": false - }, - { - "year_film": 2018, - "year_award": 2019, - "ceremony": 76, - "category": "Best Performance by an Actress in a Motion Picture - Drama", - "nominee": "Nicole Kidman", - "film": "Destroyer", - "win": false - }, - { - "year_film": 2018, - "year_award": 2019, - "ceremony": 76, - "category": "Best Performance by an Actress in a Motion Picture - Drama", - "nominee": "Melissa McCarthy", - "film": "Can You Ever Forgive Me?", - "win": false - }, - { - "year_film": 2018, - "year_award": 2019, - "ceremony": 76, - "category": "Best Performance by an Actress in a Motion Picture - Drama", - "nominee": "Rosamund Pike", - "film": "Private War, A", - "win": false - }, - { - "year_film": 2018, - "year_award": 2019, - "ceremony": 76, - "category": "Best Performance by an Actor in a Motion Picture - Drama", - "nominee": "Rami Malek", - "film": "Bohemian Rhapsody", - "win": true - }, - { - "year_film": 2018, - "year_award": 2019, - "ceremony": 76, - "category": "Best Performance by an Actor in a Motion Picture - Drama", - "nominee": "Bradley Cooper", - "film": "Star Is Born, A (2018)", - "win": false - }, - { - "year_film": 2018, - "year_award": 2019, - "ceremony": 76, - "category": "Best Performance by an Actor in a Motion Picture - Drama", - "nominee": "Willem Dafoe", - "film": "At Eternity's Gate", - "win": false - }, - { - "year_film": 2018, - "year_award": 2019, - "ceremony": 76, - "category": "Best Performance by an Actor in a Motion Picture - Drama", - "nominee": "Lucas Hedges", - "film": "Boy Erased", - "win": false - }, - { - "year_film": 2018, - "year_award": 2019, - "ceremony": 76, - "category": "Best Performance by an Actor in a Motion Picture - Drama", - "nominee": "John David Washington", - "film": "BlacKkKlansman", - "win": false - }, - { - "year_film": 2018, - "year_award": 2019, - "ceremony": 76, - "category": "Best Performance by an Actress in a Motion Picture - Musical or Comedy", - "nominee": "Olivia Colman", - "film": "Favourite, The", - "win": true - }, - { - "year_film": 2018, - "year_award": 2019, - "ceremony": 76, - "category": "Best Performance by an Actress in a Motion Picture - Musical or Comedy", - "nominee": "Emily Blunt", - "film": "Mary Poppins Returns", - "win": false - }, - { - "year_film": 2018, - "year_award": 2019, - "ceremony": 76, - "category": "Best Performance by an Actress in a Motion Picture - Musical or Comedy", - "nominee": "Elsie Fisher", - "film": "Eighth Grade", - "win": false - }, - { - "year_film": 2018, - "year_award": 2019, - "ceremony": 76, - "category": "Best Performance by an Actress in a Motion Picture - Musical or Comedy", - "nominee": "Charlize Theron", - "film": "Tully", - "win": false - }, - { - "year_film": 2018, - "year_award": 2019, - "ceremony": 76, - "category": "Best Performance by an Actress in a Motion Picture - Musical or Comedy", - "nominee": "Constance Wu", - "film": "Crazy Rich Asians", - "win": false - }, - { - "year_film": 2018, - "year_award": 2019, - "ceremony": 76, - "category": "Best Performance by an Actor in a Motion Picture - Musical or Comedy", - "nominee": "Christian Bale", - "film": "Vice", - "win": true - }, - { - "year_film": 2018, - "year_award": 2019, - "ceremony": 76, - "category": "Best Performance by an Actor in a Motion Picture - Musical or Comedy", - "nominee": "Lin-Manuel Miranda", - "film": "Mary Poppins Returns", - "win": false - }, - { - "year_film": 2018, - "year_award": 2019, - "ceremony": 76, - "category": "Best Performance by an Actor in a Motion Picture - Musical or Comedy", - "nominee": "Viggo Mortensen", - "film": "Green Book", - "win": false - }, - { - "year_film": 2018, - "year_award": 2019, - "ceremony": 76, - "category": "Best Performance by an Actor in a Motion Picture - Musical or Comedy", - "nominee": "Robert Redford", - "film": "Old Man & the Gun, The", - "win": false - }, - { - "year_film": 2018, - "year_award": 2019, - "ceremony": 76, - "category": "Best Performance by an Actor in a Motion Picture - Musical or Comedy", - "nominee": "John C. Reilly", - "film": "Stan & Ollie", - "win": false - }, - { - "year_film": 2018, - "year_award": 2019, - "ceremony": 76, - "category": "Best Performance by an Actress in a Supporting Role in any Motion Picture", - "nominee": "Regina King", - "film": "If Beale Street Could Talk", - "win": true - }, - { - "year_film": 2018, - "year_award": 2019, - "ceremony": 76, - "category": "Best Performance by an Actress in a Supporting Role in any Motion Picture", - "nominee": "Claire Foy", - "film": "First Man", - "win": false - }, - { - "year_film": 2018, - "year_award": 2019, - "ceremony": 76, - "category": "Best Performance by an Actress in a Supporting Role in any Motion Picture", - "nominee": "Emma Stone", - "film": "Favourite, The", - "win": false - }, - { - "year_film": 2018, - "year_award": 2019, - "ceremony": 76, - "category": "Best Performance by an Actress in a Supporting Role in any Motion Picture", - "nominee": "Rachel Weisz", - "film": "Favourite, The", - "win": false - }, - { - "year_film": 2018, - "year_award": 2019, - "ceremony": 76, - "category": "Best Performance by an Actress in a Supporting Role in any Motion Picture", - "nominee": "Amy Adams", - "film": "Vice", - "win": false - }, - { - "year_film": 2018, - "year_award": 2019, - "ceremony": 76, - "category": "Best Performance by an Actor in a Supporting Role in any Motion Picture", - "nominee": "Mahershala Ali", - "film": "Green Book", - "win": true - }, - { - "year_film": 2018, - "year_award": 2019, - "ceremony": 76, - "category": "Best Performance by an Actor in a Supporting Role in any Motion Picture", - "nominee": "Timothée Chalamet", - "film": "Beautiful Boy", - "win": false - }, - { - "year_film": 2018, - "year_award": 2019, - "ceremony": 76, - "category": "Best Performance by an Actor in a Supporting Role in any Motion Picture", - "nominee": "Adam Driver", - "film": "BlacKkKlansman", - "win": false - }, - { - "year_film": 2018, - "year_award": 2019, - "ceremony": 76, - "category": "Best Performance by an Actor in a Supporting Role in any Motion Picture", - "nominee": "Richard E. Grant", - "film": "Can You Ever Forgive Me?", - "win": false - }, - { - "year_film": 2018, - "year_award": 2019, - "ceremony": 76, - "category": "Best Performance by an Actor in a Supporting Role in any Motion Picture", - "nominee": "Sam Rockwell", - "film": "Vice", - "win": false - }, - { - "year_film": 2018, - "year_award": 2019, - "ceremony": 76, - "category": "Best Director - Motion Picture", - "nominee": "Alfonso Cuarón", - "film": "Roma", - "win": true - }, - { - "year_film": 2018, - "year_award": 2019, - "ceremony": 76, - "category": "Best Director - Motion Picture", - "nominee": "Bradley Cooper", - "film": "Star Is Born, A (2018)", - "win": false - }, - { - "year_film": 2018, - "year_award": 2019, - "ceremony": 76, - "category": "Best Director - Motion Picture", - "nominee": "Peter Farrelly", - "film": "Green Book", - "win": false - }, - { - "year_film": 2018, - "year_award": 2019, - "ceremony": 76, - "category": "Best Director - Motion Picture", - "nominee": "Spike Lee", - "film": "BlacKkKlansman", - "win": false - }, - { - "year_film": 2018, - "year_award": 2019, - "ceremony": 76, - "category": "Best Director - Motion Picture", - "nominee": "Adam McKay", - "film": "Vice", - "win": false - }, - { - "year_film": 2018, - "year_award": 2019, - "ceremony": 76, - "category": "Best Screenplay - Motion Picture", - "nominee": "Nick Vallelonga, Brian Currie, Peter Farrelly", - "film": "Green Book", - "win": true - }, - { - "year_film": 2018, - "year_award": 2019, - "ceremony": 76, - "category": "Best Screenplay - Motion Picture", - "nominee": "Deborah Davis, Tony McNamara", - "film": "Favourite, The", - "win": false - }, - { - "year_film": 2018, - "year_award": 2019, - "ceremony": 76, - "category": "Best Screenplay - Motion Picture", - "nominee": "Barry Jenkins", - "film": "If Beale Street Could Talk", - "win": false - }, - { - "year_film": 2018, - "year_award": 2019, - "ceremony": 76, - "category": "Best Screenplay - Motion Picture", - "nominee": "Adam McKay", - "film": "Vice", - "win": false - }, - { - "year_film": 2018, - "year_award": 2019, - "ceremony": 76, - "category": "Best Screenplay - Motion Picture", - "nominee": "Alfonso Cuarón", - "film": "Roma", - "win": false - }, - { - "year_film": 2018, - "year_award": 2019, - "ceremony": 76, - "category": "Best Motion Picture - Animated", - "nominee": "Spider-Man: Into the Spider-Verse", - "film": "", - "win": true - }, - { - "year_film": 2018, - "year_award": 2019, - "ceremony": 76, - "category": "Best Motion Picture - Animated", - "nominee": "Incredibles 2", - "film": "", - "win": false - }, - { - "year_film": 2018, - "year_award": 2019, - "ceremony": 76, - "category": "Best Motion Picture - Animated", - "nominee": "Isle of Dogs", - "film": "", - "win": false - }, - { - "year_film": 2018, - "year_award": 2019, - "ceremony": 76, - "category": "Best Motion Picture - Animated", - "nominee": "Mirai", - "film": "", - "win": false - }, - { - "year_film": 2018, - "year_award": 2019, - "ceremony": 76, - "category": "Best Motion Picture - Animated", - "nominee": "Ralph Breaks the Internet", - "film": "", - "win": false - }, - { - "year_film": 2018, - "year_award": 2019, - "ceremony": 76, - "category": "Best Motion Picture - Foreign Language", - "nominee": "Roma", - "film": "Mexico, Alfonso Cuarón", - "win": true - }, - { - "year_film": 2018, - "year_award": 2019, - "ceremony": 76, - "category": "Best Motion Picture - Foreign Language", - "nominee": "Girl", - "film": "Belgium, Lukas Dhont", - "win": false - }, - { - "year_film": 2018, - "year_award": 2019, - "ceremony": 76, - "category": "Best Motion Picture - Foreign Language", - "nominee": "Never Look Away", - "film": "Germany, Florian Henckel von Donnersmarck", - "win": false - }, - { - "year_film": 2018, - "year_award": 2019, - "ceremony": 76, - "category": "Best Motion Picture - Foreign Language", - "nominee": "Shoplifters", - "film": "Japan, Hirokazu Koreeda", - "win": false - }, - { - "year_film": 2018, - "year_award": 2019, - "ceremony": 76, - "category": "Best Motion Picture - Foreign Language", - "nominee": "Capernaum", - "film": "Lebanon, Nadine Labaki", - "win": false - }, - { - "year_film": 2018, - "year_award": 2019, - "ceremony": 76, - "category": "Best Original Score - Motion Picture", - "nominee": "Justin Hurwitz", - "film": "First Man", - "win": true - }, - { - "year_film": 2018, - "year_award": 2019, - "ceremony": 76, - "category": "Best Original Score - Motion Picture", - "nominee": "Marco Beltrami", - "film": "Quiet Place, A", - "win": false - }, - { - "year_film": 2018, - "year_award": 2019, - "ceremony": 76, - "category": "Best Original Score - Motion Picture", - "nominee": "Alexandre Desplat", - "film": "Isle of Dogs", - "win": false - }, - { - "year_film": 2018, - "year_award": 2019, - "ceremony": 76, - "category": "Best Original Score - Motion Picture", - "nominee": "Ludwig Göransson", - "film": "Black Panther", - "win": false - }, - { - "year_film": 2018, - "year_award": 2019, - "ceremony": 76, - "category": "Best Original Score - Motion Picture", - "nominee": "Marc Shaiman", - "film": "Mary Poppins Returns", - "win": false - }, - { - "year_film": 2018, - "year_award": 2019, - "ceremony": 76, - "category": "Best Original Song - Motion Picture", - "nominee": "Shallow, Lady Gaga, Mark Ronson, Anthony Rossomando, Andrew Wyatt", - "film": "Star Is Born, A (2018)", - "win": true - }, - { - "year_film": 2018, - "year_award": 2019, - "ceremony": 76, - "category": "Best Original Song - Motion Picture", - "nominee": "All The Stars", - "film": "Black Panther", - "win": false - }, - { - "year_film": 2018, - "year_award": 2019, - "ceremony": 76, - "category": "Best Original Song - Motion Picture", - "nominee": "Girl in the Movies, Dolly Parton, Linda Perry", - "film": "Dumplin'", - "win": false - }, - { - "year_film": 2018, - "year_award": 2019, - "ceremony": 76, - "category": "Best Original Song - Motion Picture", - "nominee": "Requiem For A Private War, Annie Lennox", - "film": "Private War, A", - "win": false - }, - { - "year_film": 2018, - "year_award": 2019, - "ceremony": 76, - "category": "Best Original Song - Motion Picture", - "nominee": "Revelation", - "film": "Boy Erased", - "win": false - }, - { - "year_film": 2018, - "year_award": 2019, - "ceremony": 76, - "category": "Best Television Series - Drama", - "nominee": "The Americans", - "film": "", - "win": true - }, - { - "year_film": 2018, - "year_award": 2019, - "ceremony": 76, - "category": "Best Television Series - Drama", - "nominee": "Bodyguard", - "film": "", - "win": false - }, - { - "year_film": 2018, - "year_award": 2019, - "ceremony": 76, - "category": "Best Television Series - Drama", - "nominee": "Homecoming", - "film": "", - "win": false - }, - { - "year_film": 2018, - "year_award": 2019, - "ceremony": 76, - "category": "Best Television Series - Drama", - "nominee": "Killing Eve", - "film": "", - "win": false - }, - { - "year_film": 2018, - "year_award": 2019, - "ceremony": 76, - "category": "Best Television Series - Drama", - "nominee": "Pose", - "film": "", - "win": false - }, - { - "year_film": 2018, - "year_award": 2019, - "ceremony": 76, - "category": "Best Television Series - Musical or Comedy", - "nominee": "Kominsky Method, The", - "film": "", - "win": true - }, - { - "year_film": 2018, - "year_award": 2019, - "ceremony": 76, - "category": "Best Television Series - Musical or Comedy", - "nominee": "Barry", - "film": "", - "win": false - }, - { - "year_film": 2018, - "year_award": 2019, - "ceremony": 76, - "category": "Best Television Series - Musical or Comedy", - "nominee": "Good Place, The", - "film": "", - "win": false - }, - { - "year_film": 2018, - "year_award": 2019, - "ceremony": 76, - "category": "Best Television Series - Musical or Comedy", - "nominee": "Kidding", - "film": "", - "win": false - }, - { - "year_film": 2018, - "year_award": 2019, - "ceremony": 76, - "category": "Best Television Series - Musical or Comedy", - "nominee": "Marvelous Mrs. Maisel, The", - "film": "", - "win": false - }, - { - "year_film": 2018, - "year_award": 2019, - "ceremony": 76, - "category": "Best Television Limited Series or Motion Picture Made for Television", - "nominee": "Assassination of Gianni Versace: American Crime Story, The", - "film": "", - "win": true - }, - { - "year_film": 2018, - "year_award": 2019, - "ceremony": 76, - "category": "Best Television Limited Series or Motion Picture Made for Television", - "nominee": "Sharp Objects", - "film": "", - "win": false - }, - { - "year_film": 2018, - "year_award": 2019, - "ceremony": 76, - "category": "Best Television Limited Series or Motion Picture Made for Television", - "nominee": "Very English Scandal, A", - "film": "", - "win": false - }, - { - "year_film": 2018, - "year_award": 2019, - "ceremony": 76, - "category": "Best Television Limited Series or Motion Picture Made for Television", - "nominee": "Alienist, The", - "film": "", - "win": false - }, - { - "year_film": 2018, - "year_award": 2019, - "ceremony": 76, - "category": "Best Television Limited Series or Motion Picture Made for Television", - "nominee": "Escape at Dannemora", - "film": "", - "win": false - }, - { - "year_film": 2018, - "year_award": 2019, - "ceremony": 76, - "category": "Best Performance by an Actress in a Limited Series or a Motion Picture Made for Television", - "nominee": "Patricia Arquette", - "film": "Escape at Dannemora", - "win": true - }, - { - "year_film": 2018, - "year_award": 2019, - "ceremony": 76, - "category": "Best Performance by an Actress in a Limited Series or a Motion Picture Made for Television", - "nominee": "Amy Adams", - "film": "Sharp Objects", - "win": false - }, - { - "year_film": 2018, - "year_award": 2019, - "ceremony": 76, - "category": "Best Performance by an Actress in a Limited Series or a Motion Picture Made for Television", - "nominee": "Connie Britton", - "film": "Dirty John", - "win": false - }, - { - "year_film": 2018, - "year_award": 2019, - "ceremony": 76, - "category": "Best Performance by an Actress in a Limited Series or a Motion Picture Made for Television", - "nominee": "Laura Dern", - "film": "Tale, The", - "win": false - }, - { - "year_film": 2018, - "year_award": 2019, - "ceremony": 76, - "category": "Best Performance by an Actress in a Limited Series or a Motion Picture Made for Television", - "nominee": "Regina King", - "film": "Seven Seconds", - "win": false - }, - { - "year_film": 2018, - "year_award": 2019, - "ceremony": 76, - "category": "Best Performance by an Actor in a Limited Series or a Motion Picture Made for Television", - "nominee": "Darren Criss", - "film": "Assassination of Gianni Versace: American Crime Story, The", - "win": true - }, - { - "year_film": 2018, - "year_award": 2019, - "ceremony": 76, - "category": "Best Performance by an Actor in a Limited Series or a Motion Picture Made for Television", - "nominee": "Hugh Grant", - "film": "Very English Scandal, A", - "win": false - }, - { - "year_film": 2018, - "year_award": 2019, - "ceremony": 76, - "category": "Best Performance by an Actor in a Limited Series or a Motion Picture Made for Television", - "nominee": "Antonio Banderas", - "film": "Genius: Picasso", - "win": false - }, - { - "year_film": 2018, - "year_award": 2019, - "ceremony": 76, - "category": "Best Performance by an Actor in a Limited Series or a Motion Picture Made for Television", - "nominee": "Daniel Brühl", - "film": "Alienist, The", - "win": false - }, - { - "year_film": 2018, - "year_award": 2019, - "ceremony": 76, - "category": "Best Performance by an Actor in a Limited Series or a Motion Picture Made for Television", - "nominee": "Benedict Cumberbatch", - "film": "Patrick Melrose", - "win": false - }, - { - "year_film": 2018, - "year_award": 2019, - "ceremony": 76, - "category": "Best Performance by an Actress In A Television Series - Drama", - "nominee": "Sandra Oh", - "film": "Killing Eve", - "win": true - }, - { - "year_film": 2018, - "year_award": 2019, - "ceremony": 76, - "category": "Best Performance by an Actress In A Television Series - Drama", - "nominee": "Caitriona Balfe", - "film": "Outlander", - "win": false - }, - { - "year_film": 2018, - "year_award": 2019, - "ceremony": 76, - "category": "Best Performance by an Actress In A Television Series - Drama", - "nominee": "Elisabeth Moss", - "film": "Handmaid's Tale, The", - "win": false - }, - { - "year_film": 2018, - "year_award": 2019, - "ceremony": 76, - "category": "Best Performance by an Actress In A Television Series - Drama", - "nominee": "Julia Roberts", - "film": "Homecoming", - "win": false - }, - { - "year_film": 2018, - "year_award": 2019, - "ceremony": 76, - "category": "Best Performance by an Actress In A Television Series - Drama", - "nominee": "Keri Russell", - "film": "The Americans", - "win": false - }, - { - "year_film": 2018, - "year_award": 2019, - "ceremony": 76, - "category": "Best Performance by an Actor In A Television Series - Drama", - "nominee": "Richard Madden", - "film": "Bodyguard", - "win": true - }, - { - "year_film": 2018, - "year_award": 2019, - "ceremony": 76, - "category": "Best Performance by an Actor In A Television Series - Drama", - "nominee": "Jason Bateman", - "film": "Ozark", - "win": false - }, - { - "year_film": 2018, - "year_award": 2019, - "ceremony": 76, - "category": "Best Performance by an Actor In A Television Series - Drama", - "nominee": "Stephan James", - "film": "Homecoming", - "win": false - }, - { - "year_film": 2018, - "year_award": 2019, - "ceremony": 76, - "category": "Best Performance by an Actor In A Television Series - Drama", - "nominee": "Billy Porter", - "film": "Pose", - "win": false - }, - { - "year_film": 2018, - "year_award": 2019, - "ceremony": 76, - "category": "Best Performance by an Actor In A Television Series - Drama", - "nominee": "Matthew Rhys", - "film": "The Americans", - "win": false - }, - { - "year_film": 2018, - "year_award": 2019, - "ceremony": 76, - "category": "Best Performance by an Actress in a Television Series - Musical or Comedy", - "nominee": "Rachel Brosnahan", - "film": "Marvelous Mrs. Maisel, The", - "win": true - }, - { - "year_film": 2018, - "year_award": 2019, - "ceremony": 76, - "category": "Best Performance by an Actress in a Television Series - Musical or Comedy", - "nominee": "Kristen Bell", - "film": "Good Place, The", - "win": false - }, - { - "year_film": 2018, - "year_award": 2019, - "ceremony": 76, - "category": "Best Performance by an Actress in a Television Series - Musical or Comedy", - "nominee": "Candice Bergen", - "film": "Murphy Brown", - "win": false - }, - { - "year_film": 2018, - "year_award": 2019, - "ceremony": 76, - "category": "Best Performance by an Actress in a Television Series - Musical or Comedy", - "nominee": "Alison Brie", - "film": "GLOW", - "win": false - }, - { - "year_film": 2018, - "year_award": 2019, - "ceremony": 76, - "category": "Best Performance by an Actress in a Television Series - Musical or Comedy", - "nominee": "Debra Messing", - "film": "Will & Grace", - "win": false - }, - { - "year_film": 2018, - "year_award": 2019, - "ceremony": 76, - "category": "Best Performance by an Actor in a Television Series - Musical or Comedy", - "nominee": "Michael Douglas", - "film": "Kominsky Method, The", - "win": true - }, - { - "year_film": 2018, - "year_award": 2019, - "ceremony": 76, - "category": "Best Performance by an Actor in a Television Series - Musical or Comedy", - "nominee": "Jim Carrey", - "film": "Kidding", - "win": false - }, - { - "year_film": 2018, - "year_award": 2019, - "ceremony": 76, - "category": "Best Performance by an Actor in a Television Series - Musical or Comedy", - "nominee": "Donald Glover", - "film": "Atlanta", - "win": false - }, - { - "year_film": 2018, - "year_award": 2019, - "ceremony": 76, - "category": "Best Performance by an Actor in a Television Series - Musical or Comedy", - "nominee": "Bill Hader", - "film": "Barry", - "win": false - }, - { - "year_film": 2018, - "year_award": 2019, - "ceremony": 76, - "category": "Best Performance by an Actor in a Television Series - Musical or Comedy", - "nominee": "Sacha Baron Cohen", - "film": "Who is America?", - "win": false - }, - { - "year_film": 2018, - "year_award": 2019, - "ceremony": 76, - "category": "Best Performance by an Actress in a Supporting Role in a Series, Limited Series or Motion Picture Made for Television", - "nominee": "Patricia Clarkson", - "film": "Sharp Objects", - "win": true - }, - { - "year_film": 2018, - "year_award": 2019, - "ceremony": 76, - "category": "Best Performance by an Actress in a Supporting Role in a Series, Limited Series or Motion Picture Made for Television", - "nominee": "Alex Borstein", - "film": "Marvelous Mrs. Maisel, The", - "win": false - }, - { - "year_film": 2018, - "year_award": 2019, - "ceremony": 76, - "category": "Best Performance by an Actress in a Supporting Role in a Series, Limited Series or Motion Picture Made for Television", - "nominee": "Penélope Cruz", - "film": "Assassination of Gianni Versace: American Crime Story, The", - "win": false - }, - { - "year_film": 2018, - "year_award": 2019, - "ceremony": 76, - "category": "Best Performance by an Actress in a Supporting Role in a Series, Limited Series or Motion Picture Made for Television", - "nominee": "Thandie Newton", - "film": "Westworld", - "win": false - }, - { - "year_film": 2018, - "year_award": 2019, - "ceremony": 76, - "category": "Best Performance by an Actress in a Supporting Role in a Series, Limited Series or Motion Picture Made for Television", - "nominee": "Yvonne Strahovski", - "film": "Handmaid's Tale, The", - "win": false - }, - { - "year_film": 2018, - "year_award": 2019, - "ceremony": 76, - "category": "Best Performance by an Actor in a Supporting Role in a Series, Limited Series or Motion Picture Made for Television", - "nominee": "Ben Whishaw", - "film": "Very English Scandal, A", - "win": true - }, - { - "year_film": 2018, - "year_award": 2019, - "ceremony": 76, - "category": "Best Performance by an Actor in a Supporting Role in a Series, Limited Series or Motion Picture Made for Television", - "nominee": "Alan Arkin", - "film": "Kominsky Method, The", - "win": false - }, - { - "year_film": 2018, - "year_award": 2019, - "ceremony": 76, - "category": "Best Performance by an Actor in a Supporting Role in a Series, Limited Series or Motion Picture Made for Television", - "nominee": "Kieran Culkin", - "film": "Succession", - "win": false - }, - { - "year_film": 2018, - "year_award": 2019, - "ceremony": 76, - "category": "Best Performance by an Actor in a Supporting Role in a Series, Limited Series or Motion Picture Made for Television", - "nominee": "Edgar Ramírez", - "film": "Assassination of Gianni Versace: American Crime Story, The", - "win": false - }, - { - "year_film": 2018, - "year_award": 2019, - "ceremony": 76, - "category": "Best Performance by an Actor in a Supporting Role in a Series, Limited Series or Motion Picture Made for Television", - "nominee": "Henry Winkler", - "film": "Barry", - "win": false - }, - { - "year_film": 2018, - "year_award": 2019, - "ceremony": 76, - "category": "Cecil B. deMille Award", - "nominee": "Jeff Bridges", - "film": "", - "win": false - }, - { - "year_film": 2018, - "year_award": 2019, - "ceremony": 76, - "category": "Carol Burnett Award", - "nominee": "Carol Burnett", - "film": "", - "win": false - }, - { - "year_film": 2019, - "year_award": 2020, - "ceremony": 77, - "category": "Best Motion Picture - Drama", - "nominee": "1917", - "film": "", - "win": true - }, - { - "year_film": 2019, - "year_award": 2020, - "ceremony": 77, - "category": "Best Motion Picture - Drama", - "nominee": "Irishman, The", - "film": "", - "win": false - }, - { - "year_film": 2019, - "year_award": 2020, - "ceremony": 77, - "category": "Best Motion Picture - Drama", - "nominee": "Joker", - "film": "", - "win": false - }, - { - "year_film": 2019, - "year_award": 2020, - "ceremony": 77, - "category": "Best Motion Picture - Drama", - "nominee": "Marriage Story", - "film": "", - "win": false - }, - { - "year_film": 2019, - "year_award": 2020, - "ceremony": 77, - "category": "Best Motion Picture - Drama", - "nominee": "Two Popes, The", - "film": "", - "win": false - }, - { - "year_film": 2019, - "year_award": 2020, - "ceremony": 77, - "category": "Best Motion Picture - Musical or Comedy", - "nominee": "Once Upon a Time...in Hollywood", - "film": "", - "win": true - }, - { - "year_film": 2019, - "year_award": 2020, - "ceremony": 77, - "category": "Best Motion Picture - Musical or Comedy", - "nominee": "Dolemite Is My Name", - "film": "", - "win": false - }, - { - "year_film": 2019, - "year_award": 2020, - "ceremony": 77, - "category": "Best Motion Picture - Musical or Comedy", - "nominee": "Jojo Rabbit", - "film": "", - "win": false - }, - { - "year_film": 2019, - "year_award": 2020, - "ceremony": 77, - "category": "Best Motion Picture - Musical or Comedy", - "nominee": "Knives Out", - "film": "", - "win": false - }, - { - "year_film": 2019, - "year_award": 2020, - "ceremony": 77, - "category": "Best Motion Picture - Musical or Comedy", - "nominee": "Rocketman", - "film": "", - "win": false - }, - { - "year_film": 2019, - "year_award": 2020, - "ceremony": 77, - "category": "Best Performance by an Actress in a Motion Picture - Drama", - "nominee": "Renée Zellweger", - "film": "Judy", - "win": true - }, - { - "year_film": 2019, - "year_award": 2020, - "ceremony": 77, - "category": "Best Performance by an Actress in a Motion Picture - Drama", - "nominee": "Cynthia Erivo", - "film": "Harriet", - "win": false - }, - { - "year_film": 2019, - "year_award": 2020, - "ceremony": 77, - "category": "Best Performance by an Actress in a Motion Picture - Drama", - "nominee": "Scarlett Johansson", - "film": "Marriage Story", - "win": false - }, - { - "year_film": 2019, - "year_award": 2020, - "ceremony": 77, - "category": "Best Performance by an Actress in a Motion Picture - Drama", - "nominee": "Saoirse Ronan", - "film": "Little Women", - "win": false - }, - { - "year_film": 2019, - "year_award": 2020, - "ceremony": 77, - "category": "Best Performance by an Actress in a Motion Picture - Drama", - "nominee": "Charlize Theron", - "film": "Bombshell", - "win": false - }, - { - "year_film": 2019, - "year_award": 2020, - "ceremony": 77, - "category": "Best Performance by an Actor in a Motion Picture - Drama", - "nominee": "Joaquin Phoenix", - "film": "Joker", - "win": true - }, - { - "year_film": 2019, - "year_award": 2020, - "ceremony": 77, - "category": "Best Performance by an Actor in a Motion Picture - Drama", - "nominee": "Christian Bale", - "film": "Ford v Ferrari", - "win": false - }, - { - "year_film": 2019, - "year_award": 2020, - "ceremony": 77, - "category": "Best Performance by an Actor in a Motion Picture - Drama", - "nominee": "Antonio Banderas", - "film": "Pain and Glory", - "win": false - }, - { - "year_film": 2019, - "year_award": 2020, - "ceremony": 77, - "category": "Best Performance by an Actor in a Motion Picture - Drama", - "nominee": "Adam Driver", - "film": "Marriage Story", - "win": false - }, - { - "year_film": 2019, - "year_award": 2020, - "ceremony": 77, - "category": "Best Performance by an Actor in a Motion Picture - Drama", - "nominee": "Jonathan Pryce", - "film": "Two Popes, The", - "win": false - }, - { - "year_film": 2019, - "year_award": 2020, - "ceremony": 77, - "category": "Best Performance by an Actress in a Motion Picture - Musical or Comedy", - "nominee": "Awkwafina", - "film": "Farewell, The", - "win": true - }, - { - "year_film": 2019, - "year_award": 2020, - "ceremony": 77, - "category": "Best Performance by an Actress in a Motion Picture - Musical or Comedy", - "nominee": "Ana de Armas", - "film": "Knives Out", - "win": false - }, - { - "year_film": 2019, - "year_award": 2020, - "ceremony": 77, - "category": "Best Performance by an Actress in a Motion Picture - Musical or Comedy", - "nominee": "Cate Blanchett", - "film": "Where'd You Go, Bernadette", - "win": false - }, - { - "year_film": 2019, - "year_award": 2020, - "ceremony": 77, - "category": "Best Performance by an Actress in a Motion Picture - Musical or Comedy", - "nominee": "Beanie Feldstein", - "film": "Booksmart", - "win": false - }, - { - "year_film": 2019, - "year_award": 2020, - "ceremony": 77, - "category": "Best Performance by an Actress in a Motion Picture - Musical or Comedy", - "nominee": "Emma Thompson", - "film": "Late Night", - "win": false - }, - { - "year_film": 2019, - "year_award": 2020, - "ceremony": 77, - "category": "Best Performance by an Actor in a Motion Picture - Musical or Comedy", - "nominee": "Taron Egerton", - "film": "Rocketman", - "win": true - }, - { - "year_film": 2019, - "year_award": 2020, - "ceremony": 77, - "category": "Best Performance by an Actor in a Motion Picture - Musical or Comedy", - "nominee": "Daniel Craig", - "film": "Knives Out", - "win": false - }, - { - "year_film": 2019, - "year_award": 2020, - "ceremony": 77, - "category": "Best Performance by an Actor in a Motion Picture - Musical or Comedy", - "nominee": "Roman Griffin Davis", - "film": "Jojo Rabbit", - "win": false - }, - { - "year_film": 2019, - "year_award": 2020, - "ceremony": 77, - "category": "Best Performance by an Actor in a Motion Picture - Musical or Comedy", - "nominee": "Leonardo DiCaprio", - "film": "Once Upon a Time...in Hollywood", - "win": false - }, - { - "year_film": 2019, - "year_award": 2020, - "ceremony": 77, - "category": "Best Performance by an Actor in a Motion Picture - Musical or Comedy", - "nominee": "Eddie Murphy", - "film": "Dolemite Is My Name", - "win": false - }, - { - "year_film": 2019, - "year_award": 2020, - "ceremony": 77, - "category": "Best Performance by an Actress in a Supporting Role in any Motion Picture", - "nominee": "Laura Dern", - "film": "Marriage Story", - "win": true - }, - { - "year_film": 2019, - "year_award": 2020, - "ceremony": 77, - "category": "Best Performance by an Actress in a Supporting Role in any Motion Picture", - "nominee": "Annette Bening", - "film": "Report, The", - "win": false - }, - { - "year_film": 2019, - "year_award": 2020, - "ceremony": 77, - "category": "Best Performance by an Actress in a Supporting Role in any Motion Picture", - "nominee": "Jennifer Lopez", - "film": "Hustlers", - "win": false - }, - { - "year_film": 2019, - "year_award": 2020, - "ceremony": 77, - "category": "Best Performance by an Actress in a Supporting Role in any Motion Picture", - "nominee": "Margot Robbie", - "film": "Bombshell", - "win": false - }, - { - "year_film": 2019, - "year_award": 2020, - "ceremony": 77, - "category": "Best Performance by an Actress in a Supporting Role in any Motion Picture", - "nominee": "Kathy Bates", - "film": "Richard Jewell", - "win": false - }, - { - "year_film": 2019, - "year_award": 2020, - "ceremony": 77, - "category": "Best Performance by an Actor in a Supporting Role in any Motion Picture", - "nominee": "Brad Pitt", - "film": "Once Upon a Time...in Hollywood", - "win": true - }, - { - "year_film": 2019, - "year_award": 2020, - "ceremony": 77, - "category": "Best Performance by an Actor in a Supporting Role in any Motion Picture", - "nominee": "Tom Hanks", - "film": "Beautiful Day in the Neighborhood, A", - "win": false - }, - { - "year_film": 2019, - "year_award": 2020, - "ceremony": 77, - "category": "Best Performance by an Actor in a Supporting Role in any Motion Picture", - "nominee": "Anthony Hopkins", - "film": "Two Popes, The", - "win": false - }, - { - "year_film": 2019, - "year_award": 2020, - "ceremony": 77, - "category": "Best Performance by an Actor in a Supporting Role in any Motion Picture", - "nominee": "Al Pacino", - "film": "Irishman, The", - "win": false - }, - { - "year_film": 2019, - "year_award": 2020, - "ceremony": 77, - "category": "Best Performance by an Actor in a Supporting Role in any Motion Picture", - "nominee": "Joe Pesci", - "film": "Irishman, The", - "win": false - }, - { - "year_film": 2019, - "year_award": 2020, - "ceremony": 77, - "category": "Best Director - Motion Picture", - "nominee": "Sam Mendes", - "film": "1917", - "win": true - }, - { - "year_film": 2019, - "year_award": 2020, - "ceremony": 77, - "category": "Best Director - Motion Picture", - "nominee": "Bong Joon Ho", - "film": "Parasite", - "win": false - }, - { - "year_film": 2019, - "year_award": 2020, - "ceremony": 77, - "category": "Best Director - Motion Picture", - "nominee": "Todd Phillips", - "film": "Joker", - "win": false - }, - { - "year_film": 2019, - "year_award": 2020, - "ceremony": 77, - "category": "Best Director - Motion Picture", - "nominee": "Martin Scorsese", - "film": "Irishman, The", - "win": false - }, - { - "year_film": 2019, - "year_award": 2020, - "ceremony": 77, - "category": "Best Director - Motion Picture", - "nominee": "Quentin Tarantino", - "film": "Once Upon a Time...in Hollywood", - "win": false - }, - { - "year_film": 2019, - "year_award": 2020, - "ceremony": 77, - "category": "Best Screenplay - Motion Picture", - "nominee": "Quentin Tarantino", - "film": "Once Upon a Time...in Hollywood", - "win": true - }, - { - "year_film": 2019, - "year_award": 2020, - "ceremony": 77, - "category": "Best Screenplay - Motion Picture", - "nominee": "Noah Baumbach", - "film": "Marriage Story", - "win": false - }, - { - "year_film": 2019, - "year_award": 2020, - "ceremony": 77, - "category": "Best Screenplay - Motion Picture", - "nominee": "Bong Joon Ho, Han Jin Won", - "film": "Parasite", - "win": false - }, - { - "year_film": 2019, - "year_award": 2020, - "ceremony": 77, - "category": "Best Screenplay - Motion Picture", - "nominee": "Anthony McCarten", - "film": "Two Popes, The", - "win": false - }, - { - "year_film": 2019, - "year_award": 2020, - "ceremony": 77, - "category": "Best Screenplay - Motion Picture", - "nominee": "Steven Zaillian", - "film": "Irishman, The", - "win": false - }, - { - "year_film": 2019, - "year_award": 2020, - "ceremony": 77, - "category": "Best Motion Picture - Animated", - "nominee": "Missing Link", - "film": "", - "win": true - }, - { - "year_film": 2019, - "year_award": 2020, - "ceremony": 77, - "category": "Best Motion Picture - Animated", - "nominee": "How to Train Your Dragon: The Hidden World", - "film": "", - "win": false - }, - { - "year_film": 2019, - "year_award": 2020, - "ceremony": 77, - "category": "Best Motion Picture - Animated", - "nominee": "Lion King, The", - "film": "", - "win": false - }, - { - "year_film": 2019, - "year_award": 2020, - "ceremony": 77, - "category": "Best Motion Picture - Animated", - "nominee": "Toy Story 4", - "film": "", - "win": false - }, - { - "year_film": 2019, - "year_award": 2020, - "ceremony": 77, - "category": "Best Motion Picture - Animated", - "nominee": "Frozen II", - "film": "", - "win": false - }, - { - "year_film": 2019, - "year_award": 2020, - "ceremony": 77, - "category": "Best Motion Picture - Foreign Language", - "nominee": "Parasite", - "film": "South Korea, Bong Joon Ho", - "win": true - }, - { - "year_film": 2019, - "year_award": 2020, - "ceremony": 77, - "category": "Best Motion Picture - Foreign Language", - "nominee": "Farewell, The", - "film": "USA, Lulu Wang", - "win": false - }, - { - "year_film": 2019, - "year_award": 2020, - "ceremony": 77, - "category": "Best Motion Picture - Foreign Language", - "nominee": "Les Misérables", - "film": "France, Ladj Ly", - "win": false - }, - { - "year_film": 2019, - "year_award": 2020, - "ceremony": 77, - "category": "Best Motion Picture - Foreign Language", - "nominee": "Pain and Glory", - "film": "Spain, Pedro Almodóvar", - "win": false - }, - { - "year_film": 2019, - "year_award": 2020, - "ceremony": 77, - "category": "Best Motion Picture - Foreign Language", - "nominee": "Portrait of a Lady on Fire", - "film": "France, Céline Sciamma", - "win": false - }, - { - "year_film": 2019, - "year_award": 2020, - "ceremony": 77, - "category": "Best Original Score - Motion Picture", - "nominee": "Hildur Guðnadóttir", - "film": "Joker", - "win": true - }, - { - "year_film": 2019, - "year_award": 2020, - "ceremony": 77, - "category": "Best Original Score - Motion Picture", - "nominee": "Alexandre Desplat", - "film": "Little Women", - "win": false - }, - { - "year_film": 2019, - "year_award": 2020, - "ceremony": 77, - "category": "Best Original Score - Motion Picture", - "nominee": "Randy Newman", - "film": "Marriage Story", - "win": false - }, - { - "year_film": 2019, - "year_award": 2020, - "ceremony": 77, - "category": "Best Original Score - Motion Picture", - "nominee": "Thomas Newman", - "film": "1917", - "win": false - }, - { - "year_film": 2019, - "year_award": 2020, - "ceremony": 77, - "category": "Best Original Score - Motion Picture", - "nominee": "Daniel Pemberton", - "film": "Motherless Brooklyn", - "win": false - }, - { - "year_film": 2019, - "year_award": 2020, - "ceremony": 77, - "category": "Best Original Song - Motion Picture", - "nominee": "I'm Gonna Love Me Again, Elton John, Bernie Taupin", - "film": "Rocketman", - "win": true - }, - { - "year_film": 2019, - "year_award": 2020, - "ceremony": 77, - "category": "Best Original Song - Motion Picture", - "nominee": "Beautiful Ghosts, Andrew Lloyd Webber, Taylor Swift", - "film": "Cats", - "win": false - }, - { - "year_film": 2019, - "year_award": 2020, - "ceremony": 77, - "category": "Best Original Song - Motion Picture", - "nominee": "Into the Unknown, Kristen Anderson Lopez, Robert Lopez", - "film": "Frozen II", - "win": false - }, - { - "year_film": 2019, - "year_award": 2020, - "ceremony": 77, - "category": "Best Original Song - Motion Picture", - "nominee": "Spirit, Timothy McKenzie, Ilya Salmanzadeh, Beyoncé", - "film": "Lion King, The", - "win": false - }, - { - "year_film": 2019, - "year_award": 2020, - "ceremony": 77, - "category": "Best Original Song - Motion Picture", - "nominee": "Stand Up, Joshuah Brian Campbell, Cynthia Erivo", - "film": "Harriet", - "win": false - }, - { - "year_film": 2019, - "year_award": 2020, - "ceremony": 77, - "category": "Best Television Series - Drama", - "nominee": "Succession", - "film": "", - "win": true - }, - { - "year_film": 2019, - "year_award": 2020, - "ceremony": 77, - "category": "Best Television Series - Drama", - "nominee": "Crown, The", - "film": "", - "win": false - }, - { - "year_film": 2019, - "year_award": 2020, - "ceremony": 77, - "category": "Best Television Series - Drama", - "nominee": "Killing Eve", - "film": "", - "win": false - }, - { - "year_film": 2019, - "year_award": 2020, - "ceremony": 77, - "category": "Best Television Series - Drama", - "nominee": "Morning Show, The", - "film": "", - "win": false - }, - { - "year_film": 2019, - "year_award": 2020, - "ceremony": 77, - "category": "Best Television Series - Drama", - "nominee": "Big Little Lies", - "film": "", - "win": false - }, - { - "year_film": 2019, - "year_award": 2020, - "ceremony": 77, - "category": "Best Television Series - Musical or Comedy", - "nominee": "Fleabag", - "film": "", - "win": true - }, - { - "year_film": 2019, - "year_award": 2020, - "ceremony": 77, - "category": "Best Television Series - Musical or Comedy", - "nominee": "Barry", - "film": "", - "win": false - }, - { - "year_film": 2019, - "year_award": 2020, - "ceremony": 77, - "category": "Best Television Series - Musical or Comedy", - "nominee": "Kominsky Method, The", - "film": "", - "win": false - }, - { - "year_film": 2019, - "year_award": 2020, - "ceremony": 77, - "category": "Best Television Series - Musical or Comedy", - "nominee": "Marvelous Mrs. Maisel, The", - "film": "", - "win": false - }, - { - "year_film": 2019, - "year_award": 2020, - "ceremony": 77, - "category": "Best Television Series - Musical or Comedy", - "nominee": "Politician, The", - "film": "", - "win": false - }, - { - "year_film": 2019, - "year_award": 2020, - "ceremony": 77, - "category": "Best Television Limited Series or Motion Picture Made for Television", - "nominee": "Chernobyl", - "film": "", - "win": true - }, - { - "year_film": 2019, - "year_award": 2020, - "ceremony": 77, - "category": "Best Television Limited Series or Motion Picture Made for Television", - "nominee": "Catch-22", - "film": "", - "win": false - }, - { - "year_film": 2019, - "year_award": 2020, - "ceremony": 77, - "category": "Best Television Limited Series or Motion Picture Made for Television", - "nominee": "Fosse/Verdon", - "film": "", - "win": false - }, - { - "year_film": 2019, - "year_award": 2020, - "ceremony": 77, - "category": "Best Television Limited Series or Motion Picture Made for Television", - "nominee": "Loudest Voice, The", - "film": "", - "win": false - }, - { - "year_film": 2019, - "year_award": 2020, - "ceremony": 77, - "category": "Best Television Limited Series or Motion Picture Made for Television", - "nominee": "Unbelievable", - "film": "", - "win": false - }, - { - "year_film": 2019, - "year_award": 2020, - "ceremony": 77, - "category": "Best Performance by an Actress in a Limited Series or a Motion Picture Made for Television", - "nominee": "Michelle Williams", - "film": "Fosse/Verdon", - "win": true - }, - { - "year_film": 2019, - "year_award": 2020, - "ceremony": 77, - "category": "Best Performance by an Actress in a Limited Series or a Motion Picture Made for Television", - "nominee": "Kaitlyn Dever", - "film": "Unbelievable", - "win": false - }, - { - "year_film": 2019, - "year_award": 2020, - "ceremony": 77, - "category": "Best Performance by an Actress in a Limited Series or a Motion Picture Made for Television", - "nominee": "Joey King", - "film": "Act, The", - "win": false - }, - { - "year_film": 2019, - "year_award": 2020, - "ceremony": 77, - "category": "Best Performance by an Actress in a Limited Series or a Motion Picture Made for Television", - "nominee": "Helen Mirren", - "film": "Catherine the Great", - "win": false - }, - { - "year_film": 2019, - "year_award": 2020, - "ceremony": 77, - "category": "Best Performance by an Actress in a Limited Series or a Motion Picture Made for Television", - "nominee": "Merritt Wever", - "film": "Unbelievable", - "win": false - }, - { - "year_film": 2019, - "year_award": 2020, - "ceremony": 77, - "category": "Best Performance by an Actor in a Limited Series or a Motion Picture Made for Television", - "nominee": "Russell Crowe", - "film": "Loudest Voice, The", - "win": true - }, - { - "year_film": 2019, - "year_award": 2020, - "ceremony": 77, - "category": "Best Performance by an Actor in a Limited Series or a Motion Picture Made for Television", - "nominee": "Christopher Abbott", - "film": "Catch-22", - "win": false - }, - { - "year_film": 2019, - "year_award": 2020, - "ceremony": 77, - "category": "Best Performance by an Actor in a Limited Series or a Motion Picture Made for Television", - "nominee": "Sacha Baron Cohen", - "film": "Spy, The", - "win": false - }, - { - "year_film": 2019, - "year_award": 2020, - "ceremony": 77, - "category": "Best Performance by an Actor in a Limited Series or a Motion Picture Made for Television", - "nominee": "Jared Harris", - "film": "Chernobyl", - "win": false - }, - { - "year_film": 2019, - "year_award": 2020, - "ceremony": 77, - "category": "Best Performance by an Actor in a Limited Series or a Motion Picture Made for Television", - "nominee": "Sam Rockwell", - "film": "Fosse/Verdon", - "win": false - }, - { - "year_film": 2019, - "year_award": 2020, - "ceremony": 77, - "category": "Best Performance by an Actress In A Television Series - Drama", - "nominee": "Olivia Colman", - "film": "Crown, The", - "win": true - }, - { - "year_film": 2019, - "year_award": 2020, - "ceremony": 77, - "category": "Best Performance by an Actress In A Television Series - Drama", - "nominee": "Nicole Kidman", - "film": "Big Little Lies", - "win": false - }, - { - "year_film": 2019, - "year_award": 2020, - "ceremony": 77, - "category": "Best Performance by an Actress In A Television Series - Drama", - "nominee": "Reese Witherspoon", - "film": "Morning Show, The", - "win": false - }, - { - "year_film": 2019, - "year_award": 2020, - "ceremony": 77, - "category": "Best Performance by an Actress In A Television Series - Drama", - "nominee": "Jennifer Aniston", - "film": "Morning Show, The", - "win": false - }, - { - "year_film": 2019, - "year_award": 2020, - "ceremony": 77, - "category": "Best Performance by an Actress In A Television Series - Drama", - "nominee": "Jodie Comer", - "film": "Killing Eve", - "win": false - }, - { - "year_film": 2019, - "year_award": 2020, - "ceremony": 77, - "category": "Best Performance by an Actor In A Television Series - Drama", - "nominee": "Brian Cox", - "film": "Succession", - "win": true - }, - { - "year_film": 2019, - "year_award": 2020, - "ceremony": 77, - "category": "Best Performance by an Actor In A Television Series - Drama", - "nominee": "Kit Harington", - "film": "Game of Thrones", - "win": false - }, - { - "year_film": 2019, - "year_award": 2020, - "ceremony": 77, - "category": "Best Performance by an Actor In A Television Series - Drama", - "nominee": "Rami Malek", - "film": "Mr. Robot", - "win": false - }, - { - "year_film": 2019, - "year_award": 2020, - "ceremony": 77, - "category": "Best Performance by an Actor In A Television Series - Drama", - "nominee": "Tobias Menzies", - "film": "Crown, The", - "win": false - }, - { - "year_film": 2019, - "year_award": 2020, - "ceremony": 77, - "category": "Best Performance by an Actor In A Television Series - Drama", - "nominee": "Billy Porter", - "film": "Pose", - "win": false - }, - { - "year_film": 2019, - "year_award": 2020, - "ceremony": 77, - "category": "Best Performance by an Actress in a Television Series - Musical or Comedy", - "nominee": "Phoebe Waller-Bridge", - "film": "Fleabag", - "win": true - }, - { - "year_film": 2019, - "year_award": 2020, - "ceremony": 77, - "category": "Best Performance by an Actress in a Television Series - Musical or Comedy", - "nominee": "Christina Applegate", - "film": "Dead to Me", - "win": false - }, - { - "year_film": 2019, - "year_award": 2020, - "ceremony": 77, - "category": "Best Performance by an Actress in a Television Series - Musical or Comedy", - "nominee": "Rachel Brosnahan", - "film": "Marvelous Mrs. Maisel, The", - "win": false - }, - { - "year_film": 2019, - "year_award": 2020, - "ceremony": 77, - "category": "Best Performance by an Actress in a Television Series - Musical or Comedy", - "nominee": "Kirsten Dunst", - "film": "On Becoming a God in Central Florida", - "win": false - }, - { - "year_film": 2019, - "year_award": 2020, - "ceremony": 77, - "category": "Best Performance by an Actress in a Television Series - Musical or Comedy", - "nominee": "Natasha Lyonne", - "film": "Russian Doll", - "win": false - }, - { - "year_film": 2019, - "year_award": 2020, - "ceremony": 77, - "category": "Best Performance by an Actor in a Television Series - Musical or Comedy", - "nominee": "Ramy Youssef", - "film": "Ramy", - "win": true - }, - { - "year_film": 2019, - "year_award": 2020, - "ceremony": 77, - "category": "Best Performance by an Actor in a Television Series - Musical or Comedy", - "nominee": "Bill Hader", - "film": "Barry", - "win": false - }, - { - "year_film": 2019, - "year_award": 2020, - "ceremony": 77, - "category": "Best Performance by an Actor in a Television Series - Musical or Comedy", - "nominee": "Ben Platt", - "film": "Politician, The", - "win": false - }, - { - "year_film": 2019, - "year_award": 2020, - "ceremony": 77, - "category": "Best Performance by an Actor in a Television Series - Musical or Comedy", - "nominee": "Paul Rudd", - "film": "Living with Yourself", - "win": false - }, - { - "year_film": 2019, - "year_award": 2020, - "ceremony": 77, - "category": "Best Performance by an Actor in a Television Series - Musical or Comedy", - "nominee": "Michael Douglas", - "film": "Kominsky Method, The", - "win": false - }, - { - "year_film": 2019, - "year_award": 2020, - "ceremony": 77, - "category": "Best Performance by an Actress in a Supporting Role in a Series, Limited Series or Motion Picture Made for Television", - "nominee": "Patricia Arquette", - "film": "Act, The", - "win": true - }, - { - "year_film": 2019, - "year_award": 2020, - "ceremony": 77, - "category": "Best Performance by an Actress in a Supporting Role in a Series, Limited Series or Motion Picture Made for Television", - "nominee": "Helena Bonham Carter", - "film": "Crown, The", - "win": false - }, - { - "year_film": 2019, - "year_award": 2020, - "ceremony": 77, - "category": "Best Performance by an Actress in a Supporting Role in a Series, Limited Series or Motion Picture Made for Television", - "nominee": "Toni Collette", - "film": "Unbelievable", - "win": false - }, - { - "year_film": 2019, - "year_award": 2020, - "ceremony": 77, - "category": "Best Performance by an Actress in a Supporting Role in a Series, Limited Series or Motion Picture Made for Television", - "nominee": "Meryl Streep", - "film": "Big Little Lies", - "win": false - }, - { - "year_film": 2019, - "year_award": 2020, - "ceremony": 77, - "category": "Best Performance by an Actress in a Supporting Role in a Series, Limited Series or Motion Picture Made for Television", - "nominee": "Emily Watson", - "film": "Chernobyl", - "win": false - }, - { - "year_film": 2019, - "year_award": 2020, - "ceremony": 77, - "category": "Best Performance by an Actor in a Supporting Role in a Series, Limited Series or Motion Picture Made for Television", - "nominee": "Stellan Skarsgård", - "film": "Chernobyl", - "win": true - }, - { - "year_film": 2019, - "year_award": 2020, - "ceremony": 77, - "category": "Best Performance by an Actor in a Supporting Role in a Series, Limited Series or Motion Picture Made for Television", - "nominee": "Alan Arkin", - "film": "Kominsky Method, The", - "win": false - }, - { - "year_film": 2019, - "year_award": 2020, - "ceremony": 77, - "category": "Best Performance by an Actor in a Supporting Role in a Series, Limited Series or Motion Picture Made for Television", - "nominee": "Kieran Culkin", - "film": "Succession", - "win": false - }, - { - "year_film": 2019, - "year_award": 2020, - "ceremony": 77, - "category": "Best Performance by an Actor in a Supporting Role in a Series, Limited Series or Motion Picture Made for Television", - "nominee": "Andrew Scott", - "film": "Fleabag", - "win": false - }, - { - "year_film": 2019, - "year_award": 2020, - "ceremony": 77, - "category": "Best Performance by an Actor in a Supporting Role in a Series, Limited Series or Motion Picture Made for Television", - "nominee": "Henry Winkler", - "film": "Barry", - "win": false - }, - { - "year_film": 2019, - "year_award": 2020, - "ceremony": 77, - "category": "Cecil B. deMille Award", - "nominee": "Tom Hanks", - "film": "", - "win": false - }, - { - "year_film": 2019, - "year_award": 2020, - "ceremony": 77, - "category": "Carol Burnett Award", - "nominee": "Ellen DeGeneres", - "film": "", - "win": false - } -] diff --git a/data/netflix-titles.json b/data/netflix-titles.json deleted file mode 100644 index a9dbfadae..000000000 --- a/data/netflix-titles.json +++ /dev/null @@ -1,19252 +0,0 @@ -[ - { - "show_id": 81193313, - "title": "Chocolate", - "director": "", - "cast": "Ha Ji-won, Yoon Kye-sang, Jang Seung-jo, Kang Bu-ja, Lee Jae-ryong, Min Jin-woong, Kim Won-hae, Yoo Teo", - "country": "South Korea", - "date_added": "November 30, 2019", - "release_year": 2019, - "rating": "TV-14", - "duration": "1 Season", - "listed_in": "International TV Shows, Korean TV Shows, Romantic TV Shows", - "description": "Brought together by meaningful meals in the past and present, a doctor and a chef are reacquainted when they begin working at a hospice ward.", - "type": "TV Show" - }, - { - "show_id": 81197050, - "title": "Guatemala: Heart of the Mayan World", - "director": "Luis Ara, Ignacio Jaunsolo", - "cast": "Christian Morales", - "country": "", - "date_added": "November 30, 2019", - "release_year": 2019, - "rating": "TV-G", - "duration": "67 min", - "listed_in": "Documentaries, International Movies", - "description": "From Sierra de las Minas to Esquipulas, explore Guatemala's cultural and geological wealth, including ancient Mayan cities and other natural wonders.", - "type": "Movie" - }, - { - "show_id": 81213894, - "title": "The Zoya Factor", - "director": "Abhishek Sharma", - "cast": "Sonam Kapoor, Dulquer Salmaan, Sanjay Kapoor, Sikander Kher, Angad Bedi, Koel Purie, Pooja Bhamrah, Manu Rishi Chadha", - "country": "India", - "date_added": "November 30, 2019", - "release_year": 2019, - "rating": "TV-14", - "duration": "135 min", - "listed_in": "Comedies, Dramas, International Movies", - "description": "A goofy copywriter unwittingly convinces the Indian cricket team that she’s their lucky mascot, to the dismay of their superstition-shunning captain.", - "type": "Movie" - }, - { - "show_id": 81082007, - "title": "Atlantics", - "director": "Mati Diop", - "cast": "Mama Sane, Amadou Mbow, Ibrahima Traore, Nicole Sougou, Amina Kane, Mariama Gassama, Coumba Dieng, Ibrahima Mbaye, Diankou Sembene", - "country": "France, Senegal, Belgium", - "date_added": "November 29, 2019", - "release_year": 2019, - "rating": "TV-14", - "duration": "106 min", - "listed_in": "Dramas, Independent Movies, International Movies", - "description": "Arranged to marry a rich man, young Ada is crushed when her true love goes missing at sea during a migration attempt – until a miracle reunites them.", - "type": "Movie" - }, - { - "show_id": 80213643, - "title": "Chip and Potato", - "director": "", - "cast": "Abigail Oliver, Andrea Libman, Briana Buckmaster, Brian Dobson, Chance Hurstfield, Dominic Good, Emma Jayne Maas, Evan Byarushengo, Scotia Anderson, Alessandro Juliani", - "country": "Canada, United Kingdom", - "date_added": "", - "release_year": 2019, - "rating": "TV-Y", - "duration": "2 Seasons", - "listed_in": "Kids' TV", - "description": "Lovable pug Chip starts kindergarten, makes new friends and tries new things – with a little help from Potato, her secret mouse pal.", - "type": "TV Show" - }, - { - "show_id": 81172754, - "title": "Crazy people", - "director": "Moses Inwang", - "cast": "Ramsey Nouah, Chigul, Sola Sobowale, Ireti Doyle, Ben Touitou, Francis Onwochei, Ememobong Nkana, Emem Inwang, Patrick Onyeke", - "country": "Nigeria", - "date_added": "November 29, 2019", - "release_year": 2018, - "rating": "TV-14", - "duration": "107 min", - "listed_in": "Comedies, International Movies, Thrillers", - "description": "Nollywood star Ramsey Nouah learns that someone is impersonating him and breaks out of a mental institution to expose the imposter.", - "type": "Movie" - }, - { - "show_id": 81120982, - "title": "I Lost My Body", - "director": "Jérémy Clapin", - "cast": "Hakim Faris, Victoire Du Bois, Patrick d'Assumçao, Dev Patel, Alia Shawkat, George Wendt", - "country": "France", - "date_added": "November 29, 2019", - "release_year": 2019, - "rating": "TV-MA", - "duration": "81 min", - "listed_in": "Dramas, Independent Movies, International Movies", - "description": "Romance, mystery and adventure intertwine as a young man falls in love and a severed hand scours Paris for its owner in this mesmerizing animated film.", - "type": "Movie" - }, - { - "show_id": 81227195, - "title": "Kalushi: The Story of Solomon Mahlangu", - "director": "Mandla Dube", - "cast": "Thabo Rametsi, Thabo Malema, Welile Nzuza, Jafta Mamabolo, Louw Venter, Pearl Thusi", - "country": "South Africa", - "date_added": "November 29, 2019", - "release_year": 2016, - "rating": "TV-MA", - "duration": "107 min", - "listed_in": "Dramas, International Movies", - "description": "The life and times of iconic South African liberation fighter Solomon Mahlangu, who battled the forces of apartheid, come into focus.", - "type": "Movie" - }, - { - "show_id": 70205672, - "title": "La Reina del Sur", - "director": "", - "cast": "Kate del Castillo, Cristina Urgel, Alberto Jiménez, Juan José Arjona, Humberto Zurita, Dagoberto Gama, Christian Tappán, Miguel de Miguel, Salvador Zerboni, Carmen Navarro, Santiago Meléndez, Juan Carlos Solarte", - "country": "United States, Spain, Colombia, Mexico", - "date_added": "", - "release_year": 2019, - "rating": "TV-14", - "duration": "2 Seasons", - "listed_in": "Crime TV Shows, International TV Shows, Spanish-Language TV Shows", - "description": "This compelling show tells the story of the legendary Teresa Mendoza, a courageous woman who is perceived as conquering the world of drug trafficking.", - "type": "TV Show" - }, - { - "show_id": 81172841, - "title": "Lagos Real Fake Life", - "director": "Mike Ezuruonye", - "cast": "Nonso Diobi, Mike Ezuruonye, Mercy Aigbe, Rex Nosa, Annie Macaulay Idibia, Ik Ogbonna, Nedu Wazobia, Uzee Usman, Odunlade Adekola, Mr Jollof, Efe Irele, Josh 2 Funny, Haillie Sumney, Emmanuella, MC Lively", - "country": "", - "date_added": "November 29, 2019", - "release_year": 2018, - "rating": "TV-14", - "duration": "118 min", - "listed_in": "Comedies, International Movies", - "description": "Two mooching friends vie for the attention of wealthy, beautiful women only to discover that their lavish lifestyles are bogus.", - "type": "Movie" - }, - { - "show_id": 81172899, - "title": "Payday", - "director": "Cheta Chukwu", - "cast": "Baaj Adebule, Ebiye Victor, Meg Otanwa, Bisola Aiyeola, Mawuli Gavor, Zack Orji, Segilola Ogidan", - "country": "Nigeria", - "date_added": "November 29, 2019", - "release_year": 2018, - "rating": "TV-MA", - "duration": "110 min", - "listed_in": "Comedies, Independent Movies, International Movies", - "description": "After an expensive night out, two flatmates get tangled in an overnight misadventure to recover their rent money to pay their dead landlord's daughter.", - "type": "Movie" - }, - { - "show_id": 81094391, - "title": "Sugar Rush Christmas", - "director": "", - "cast": "Hunter March, Candace Nelson, Adriano Zumbo", - "country": "United States", - "date_added": "November 29, 2019", - "release_year": 2019, - "rating": "TV-PG", - "duration": "1 Season", - "listed_in": "Reality TV", - "description": "It's everything you love about \"Sugar Rush\" – with a holly jolly holiday twist – in this Christmas-themed spin on competitive baking.", - "type": "TV Show" - }, - { - "show_id": 81172908, - "title": "The Accidental Spy", - "director": "Roger Russell", - "cast": "Ramsey Nouah, Christine Allado, Ayo Makun, Emmanuel Edunjobi, Thenjiwe Moseley, Miguel A. Núñez Jr., Bucci Franklin", - "country": "Nigeria", - "date_added": "November 29, 2019", - "release_year": 2017, - "rating": "TV-14", - "duration": "104 min", - "listed_in": "Action & Adventure, Comedies, International Movies", - "description": "Nursing a broken heart, an IT specialist moves to London to audition for a reality TV show that unexpectedly turns into a real-life cartel drama.", - "type": "Movie" - }, - { - "show_id": 81152641, - "title": "The Charming Stepmom", - "director": "", - "cast": "Shahkrit Yamnarm, View Wannarot Sontichai, Krittanai Arsalprakit, Ployshompoo Supasap, Boriboon Chanrueng, Shawankorn Wanthanapisitkul, Duangta Toongkamanee, Daraneenuch Pasutanavin, Phuwin Tangsakyuen, Nuntasai Pisolyabut, Pimmara Charoenpakdee, Thanawat Rattanakitpaisan", - "country": "", - "date_added": "November 29, 2019", - "release_year": 2019, - "rating": "TV-14", - "duration": "1 Season", - "listed_in": "International TV Shows, Romantic TV Shows, TV Comedies", - "description": "A quirky fashion student becomes the nanny of a handsome widower’s three kids, experiencing a series of silly antics and schemes.", - "type": "TV Show" - }, - { - "show_id": 81172901, - "title": "The Island", - "director": "Toka McBaror", - "cast": "Sambasa Nzeribe, Segun Arinze, Tokunbo Idowu, Femi Adebayo", - "country": "Nigeria", - "date_added": "November 29, 2019", - "release_year": 2018, - "rating": "TV-14", - "duration": "93 min", - "listed_in": "Dramas, International Movies, Thrillers", - "description": "When a colonel uncovers controversial intel about the government, he makes a shocking discovery and must decide whether to reveal it or risk his life.", - "type": "Movie" - }, - { - "show_id": 80990849, - "title": "The Movies That Made Us", - "director": "", - "cast": "", - "country": "United States", - "date_added": "November 29, 2019", - "release_year": 2019, - "rating": "TV-MA", - "duration": "1 Season", - "listed_in": "Docuseries", - "description": "These blockbusters brought us together and gave us the time of our lives. Meet the actors, directors and industry insiders who made them happen.", - "type": "TV Show" - }, - { - "show_id": 81033086, - "title": "Holiday Rush", - "director": "Leslie Small", - "cast": "Romany Malco, Sonequa Martin-Green, Darlene Love, Deon Cole, La La Anthony, Deysha Nelson, Amarr M. Wooten, Selena-Marie Alphonse, Andrea-Marie Alphonse", - "country": "United States", - "date_added": "November 28, 2019", - "release_year": 2019, - "rating": "TV-PG", - "duration": "94 min", - "listed_in": "Children & Family Movies, Dramas", - "description": "A widowed radio DJ and his four spoiled kids need to tighten their belts and pull together when their life of luxury turns lean just before Christmas.", - "type": "Movie" - }, - { - "show_id": 80156799, - "title": "Levius", - "director": "", - "cast": "Nobunaga Shimazaki, Junichi Suwabe, Takahiro Sakurai, Ayane Sakura, Hochu Otsuka, Daisuke Ono, Saori Hayami, Mamoru Miyano", - "country": "Japan", - "date_added": "November 28, 2019", - "release_year": 2019, - "rating": "TV-14", - "duration": "1 Season", - "listed_in": "Anime Series, International TV Shows", - "description": "Young Levius rises through the ranks in the brutal world of metal boxing under his uncle's guidance. Forces outside the ring have their eye on him.", - "type": "TV Show" - }, - { - "show_id": 81161538, - "title": "Lugar de Mulher", - "director": "", - "cast": "", - "country": "Brazil", - "date_added": "November 28, 2019", - "release_year": 2019, - "rating": "TV-MA", - "duration": "1 Season", - "listed_in": "International TV Shows, Stand-Up Comedy & Talk Shows, TV Comedies", - "description": "Four comedians from Brazil riff on sexuality, politics, religion and motherhood – and set out to prove a woman's place is anywhere she wants it to be.", - "type": "TV Show" - }, - { - "show_id": 80997965, - "title": "Merry Happy Whatever", - "director": "", - "cast": "Dennis Quaid, Bridgit Mendler, Brent Morin, Ashley Tisdale, Siobhan Murphy, Adam Rose, Elizabeth Ho, Hayes MacArthur, Garcelle Beauvais, Tyler Ritter, Mason Davis, Lucas Jaye", - "country": "United States", - "date_added": "November 28, 2019", - "release_year": 2019, - "rating": "TV-PG", - "duration": "1 Season", - "listed_in": "TV Comedies", - "description": "A struggling LA musician tries to win over his new girlfriend's gruff dad and quirky, tight-knit siblings on a 10-day Christmas visit to Philadelphia.", - "type": "TV Show" - }, - { - "show_id": 81018979, - "title": "Mythomaniac", - "director": "", - "cast": "Marina Hands, Mathieu Demy, Marie Drion, Jérémy Gillet, Zélie Rhixon, Yves Jacques, Jean-Charles Clichet, Julia Faure, Andrea Roncato, Linh Dan Pham", - "country": "France", - "date_added": "November 28, 2019", - "release_year": 2019, - "rating": "TV-MA", - "duration": "1 Season", - "listed_in": "International TV Shows, TV Comedies, TV Dramas", - "description": "Burned out and taken for granted, a working mom suspects her partner is cheating, so to win back his attentions, she feigns a medical diagnosis.", - "type": "TV Show" - }, - { - "show_id": 60020826, - "title": "The Score", - "director": "Frank Oz", - "cast": "Robert De Niro, Edward Norton, Marlon Brando, Angela Bassett, Gary Farmer, Paul Soles, Jamie Harrold, Serge Houde", - "country": "Germany, Canada, United States", - "date_added": "November 28, 2019", - "release_year": 2001, - "rating": "R", - "duration": "124 min", - "listed_in": "Dramas, Thrillers", - "description": "Ready-to-retire safecracker Nick, flamboyant fence Max and talented but volatile thief Jackie team up to rob the Montreal Customs House.", - "type": "Movie" - }, - { - "show_id": 81002391, - "title": "Broken", - "director": "", - "cast": "", - "country": "United States", - "date_added": "November 27, 2019", - "release_year": 2019, - "rating": "TV-14", - "duration": "1 Season", - "listed_in": "Docuseries", - "description": "This investigative docuseries shows how negligence and deceit in the production and marketing of popular consumer items can result in dire outcomes.", - "type": "TV Show" - }, - { - "show_id": 70101696, - "title": "Defiance", - "director": "Edward Zwick", - "cast": "Daniel Craig, Liev Schreiber, Jamie Bell, Alexa Davalos, Allan Corduner, Mark Feuerstein, Tomas Arana, Jodhi May, Kate Fahy, Iddo Goldberg, George MacKay, Iben Hjejle, Martin Hancock, Jacek Koman, Ravil Isyanov", - "country": "United States", - "date_added": "November 27, 2019", - "release_year": 2008, - "rating": "R", - "duration": "137 min", - "listed_in": "Action & Adventure, Dramas", - "description": "In this action-packed drama based on an extraordinary true story, four brothers protect more than 1,000 Jewish refugees during World War II.", - "type": "Movie" - }, - { - "show_id": 81194544, - "title": "Evvarikee Cheppoddu", - "director": "Basava Shankar Eeday", - "cast": "Rakesh Varre, Gargeyi, Vamsi raj Nekkanti, D P Ghani, K Prasanna", - "country": "India", - "date_added": "November 27, 2019", - "release_year": 2019, - "rating": "TV-14", - "duration": "134 min", - "listed_in": "Comedies, International Movies, Romantic Movies", - "description": "When caste differences throw a wrench into their otherwise blossoming relationship, a couple must somehow convince the girl’s father to let them marry.", - "type": "Movie" - }, - { - "show_id": 80995081, - "title": "Little Singham: Mahabali", - "director": "Prakash Satam", - "cast": "Saumya Daan, Sonal Kaushal, Anamaya Verma, Ganesh Divekar, Neshma Chemburkar", - "country": "", - "date_added": "November 27, 2019", - "release_year": 2019, - "rating": "TV-Y7", - "duration": "69 min", - "listed_in": "Children & Family Movies, Comedies", - "description": "In a journey back in time to the ancient city of Mirchigadh, Little Singham vies for the title of Ultimate Warrior and fights a zombie king’s army.", - "type": "Movie" - }, - { - "show_id": 81177504, - "title": "The Body Remembers When the World Broke Open", - "director": "Elle-Máijá Tailfeathers, Kathleen Hepburn", - "cast": "Violet Nelson, Elle-Máijá Tailfeathers, Charlie Hannah, Barbara Eve Harris, Sonny Surowiec, Jay Cardinal Villeneuve, Tony Massil, Aidan Dee, James Angus Cowan, Anthony Bolognese", - "country": "Canada, Norway", - "date_added": "November 27, 2019", - "release_year": 2019, - "rating": "TV-MA", - "duration": "106 min", - "listed_in": "Dramas, Independent Movies", - "description": "After a traumatic event, two Indigenous women in Vancouver are brought together and form a deep bond despite leading different lives.", - "type": "Movie" - }, - { - "show_id": 80175798, - "title": "The Irishman", - "director": "Martin Scorsese", - "cast": "Robert De Niro, Al Pacino, Joe Pesci, Harvey Keitel, Ray Romano, Bobby Cannavale, Anna Paquin, Stephen Graham, Stephanie Kurtzuba, Kathrine Narducci, Welker White, Jesse Plemons, Jack Huston, Domenick Lombardozzi, Louis Cancelmi, Paul Herman, Gary Basaraba, Marin Ireland, Sebastian Maniscalco, Steven Van Zandt", - "country": "United States", - "date_added": "November 27, 2019", - "release_year": 2019, - "rating": "R", - "duration": "209 min", - "listed_in": "Dramas", - "description": "Hit man Frank Sheeran looks back at the secrets he kept as a loyal member of the Bufalino crime family in this acclaimed film from Martin Scorsese.", - "type": "Movie" - }, - { - "show_id": 81062293, - "title": "Mike Birbiglia: The New One", - "director": "Seth Barrish", - "cast": "Mike Birbiglia", - "country": "United States", - "date_added": "November 26, 2019", - "release_year": 2019, - "rating": "TV-MA", - "duration": "86 min", - "listed_in": "Stand-Up Comedy", - "description": "Comedian Mike Birbiglia hits Broadway with a hilarious yet profound one-man show that recounts his emotional and physical journey to parenthood.", - "type": "Movie" - }, - { - "show_id": 80235524, - "title": "Super Monsters Save Christmas", - "director": "Steve Ball", - "cast": "Elyse Maloway, Vincent Tong, Erin Mathews, Andrea Libman, Alessandro Juliani, Nicole Anthony, Diana Kaarina, Ian James Corlett, Britt McKillip, Kathleen Barr, Gigi Saul Guerrero, Brian Drummond", - "country": "United States", - "date_added": "November 26, 2019", - "release_year": 2019, - "rating": "TV-Y", - "duration": "24 min", - "listed_in": "Children & Family Movies", - "description": "It's Christmas Eve in Pitchfork Pines, and the Super Monsters are joining forces to deck the halls, find Santa's missing reindeer and save the holiday!", - "type": "Movie" - }, - { - "show_id": 81204911, - "title": "The Crime", - "director": "", - "cast": "Magdalena Boczarska, Wojciech Zieliński, Joanna Kulig, Radosław Pazura, Magdalena Zawadzka, Dorota Kolak, Zdzislaw Wardejn, Małgorzata Rożniatowska, Aleksandra Popławska, Lukasz Nowicki, Tamara Arciuch, Rafał Cieszyński, Karolina Kominek", - "country": "Poland", - "date_added": "", - "release_year": 2015, - "rating": "TV-14", - "duration": "2 Seasons", - "listed_in": "Crime TV Shows, International TV Shows, TV Dramas", - "description": "The peaceful lives of the residents inhabiting a breathtaking seaside town are shaken following a series of macabre crimes.", - "type": "TV Show" - }, - { - "show_id": 81035121, - "title": "True: Winter Wishes", - "director": "", - "cast": "Michela Luci, Jamie Watson, Eric Peterson, Anna Claire Bartlam, Nicolas Aqui, Cory Doran, Julie Lemieux, Derek McGrath", - "country": "", - "date_added": "November 26, 2019", - "release_year": 2019, - "rating": "TV-Y", - "duration": "46 min", - "listed_in": "Movies", - "description": "An ice crystal from a frosty realm is freezing everything in the Rainbow Kingdom, its citizens too! Can True save Winter Wishfest – and her friends?", - "type": "Movie" - }, - { - "show_id": 81140259, - "title": "Zona Rosa", - "director": "", - "cast": "Manu NNa, Ana Julia Yeyé, Ray Contreras, Pablo Morán", - "country": "Mexico", - "date_added": "November 26, 2019", - "release_year": 2019, - "rating": "TV-MA", - "duration": "1 Season", - "listed_in": "International TV Shows, Spanish-Language TV Shows, Stand-Up Comedy & Talk Shows", - "description": "An assortment of talent takes the stage for a night of honest stand-up featuring four of Mexico's funniest LGBTQ comedians.", - "type": "TV Show" - }, - { - "show_id": 80241855, - "title": "Dirty John", - "director": "", - "cast": "Connie Britton, Eric Bana, Juno Temple, Julia Garner, Jean Smart, Keiko Agena, Jeff Perry, Kevin Zegers, Jake Abel", - "country": "United States", - "date_added": "November 25, 2019", - "release_year": 2018, - "rating": "TV-14", - "duration": "1 Season", - "listed_in": "Crime TV Shows, TV Dramas, TV Mysteries", - "description": "Businesswoman Debra Newell's life unravels when she falls for the lies and manipulation of con man John Meehan. Based on the true-crime podcast.", - "type": "TV Show" - }, - { - "show_id": 81215481, - "title": "Pranaam", - "director": "Sanjiv Jaiswal", - "cast": "Rajeev Khandelwal, Samiksha Singh, S.M. Zaheer, Vikram Gokhale, Meenakshi Sethi, Atul Kulkarni, Abhimanyu Singh, Aniruddha Dave", - "country": "India", - "date_added": "November 25, 2019", - "release_year": 2019, - "rating": "TV-MA", - "duration": "117 min", - "listed_in": "Action & Adventure, Dramas, International Movies", - "description": "Aspiring to fulfill his father’s dream and become a civil services officer, a young man loses his way upon becoming entangled with a criminal lynchpin.", - "type": "Movie" - }, - { - "show_id": 81005044, - "title": "What the F* Is Going On?", - "director": "Marta Jaenes, Rosa Márquez", - "cast": "", - "country": "", - "date_added": "November 25, 2019", - "release_year": 2019, - "rating": "TV-MA", - "duration": "87 min", - "listed_in": "Documentaries, International Movies", - "description": "Featuring extensive interviews, this documentary takes a critical look at the gender inequality in Spain as the feminist movement aims to shift reality.", - "type": "Movie" - }, - { - "show_id": 81218079, - "title": "Awake", - "director": "Aleksandr Chernyaev, Fedor Lyass", - "cast": "Jonathan Rhys Meyers, Francesca Eastwood, Malik Yoba, William Forsythe, James Austin Kerr, Jeremy Parr", - "country": "United States", - "date_added": "November 24, 2019", - "release_year": 2019, - "rating": "TV-MA", - "duration": "92 min", - "listed_in": "Thrillers", - "description": "After an accident leaves him with no recollection of who he is, a man becomes a prime suspect in the search for a serial killer targeting young women.", - "type": "Movie" - }, - { - "show_id": 60028294, - "title": "Popeye", - "director": "Robert Altman", - "cast": "Robin Williams, Shelley Duvall, Ray Walston, Paul Dooley, Paul L. Smith, Richard Libertini, Donald Moffat, Macintyre Dixon, Roberta Maxwell, Donovan Scott", - "country": "United States", - "date_added": "November 24, 2019", - "release_year": 1980, - "rating": "PG", - "duration": "114 min", - "listed_in": "Action & Adventure, Children & Family Movies, Comedies", - "description": "During a storm that wrecks his ship, super-strong sailor Popeye washes ashore and winds up rooming at the Oyl household, where he meets Olive.", - "type": "Movie" - }, - { - "show_id": 80125671, - "title": "Shot Caller", - "director": "Ric Roman Waugh", - "cast": "Nikolaj Coster-Waldau, Omari Hardwick, Lake Bell, Jon Bernthal, Emory Cohen, Jeffrey Donovan, Evan Jones, Benjamin Bratt, Holt McCallany", - "country": "United States", - "date_added": "November 24, 2019", - "release_year": 2017, - "rating": "R", - "duration": "121 min", - "listed_in": "Dramas, Thrillers", - "description": "Trying to go straight, a once-successful businessman fresh out of prison is forced to orchestrate a brazen crime or risk his family.", - "type": "Movie" - }, - { - "show_id": 80198001, - "title": "Strong Girl Bong-soon", - "director": "", - "cast": "Park Bo-young, Park Hyung-sik, Ji Soo, Shim Hye-jin, Yu Jae-myeong, Jeon Seok-ho, Im Won-hee, Kim Won-hae", - "country": "South Korea", - "date_added": "November 24, 2019", - "release_year": 2017, - "rating": "TV-14", - "duration": "1 Season", - "listed_in": "Crime TV Shows, International TV Shows, Korean TV Shows", - "description": "Born with supernatural strength, Bong-soon fights evil and procures justice while getting tangled in a love triangle with her CEO boss and cop crush.", - "type": "TV Show" - }, - { - "show_id": 60020948, - "title": "Charlotte's Web", - "director": "Charles A. Nichols, Iwao Takamoto", - "cast": "Debbie Reynolds, Charles Nelson Reilly, Paul Lynde, Henry Gibson, Rex Allen, Danny Bonaduce, Pamelyn Ferdin, Don Messick, Agnes Moorehead, Martha Scott, John Stephenson, Herb Vigran, Dave Madden", - "country": "United States", - "date_added": "November 23, 2019", - "release_year": 1973, - "rating": "G", - "duration": "94 min", - "listed_in": "Children & Family Movies, Classic Movies", - "description": "Follow the adventures of Wilbur the pig, Templeton the rat and Charlotte the spider in this animated musical version of E.B. White's timeless story.", - "type": "Movie" - }, - { - "show_id": 70235384, - "title": "End of Watch", - "director": "David Ayer", - "cast": "Jake Gyllenhaal, Michael Peña, Natalie Martinez, Anna Kendrick, David Harbour, Frank Grillo, America Ferrera, Cle Sloan, Jaime FitzSimons, Cody Horn, Shondrella Avery, America Ferrara", - "country": "United States", - "date_added": "November 23, 2019", - "release_year": 2012, - "rating": "R", - "duration": "109 min", - "listed_in": "Action & Adventure", - "description": "Officers Taylor and Zavala patrol the streets of South Central Los Angeles, an area of the city ruled by gangs and riddled with drug violence.", - "type": "Movie" - }, - { - "show_id": 569355, - "title": "Hamburger Hill", - "director": "John Irvin", - "cast": "Anthony Barille, Michael Boatman, Don Cheadle, Michael Dolan, Don James, Dylan McDermott, Michael A. Nickles, Harry O'Reilly, Daniel O'Shea, Tim Quill, Tommy Swerdlow, Courtney B. Vance, Steven Weber, Tegan West", - "country": "United States", - "date_added": "November 23, 2019", - "release_year": 1987, - "rating": "R", - "duration": "110 min", - "listed_in": "Action & Adventure, Dramas", - "description": "The Vietnam War's horrors come brutally to life through the eyes of American soldiers trying to take a heavily fortified hill under Vietcong control.", - "type": "Movie" - }, - { - "show_id": 81208888, - "title": "Once Upon A Time In Lingjian Mountain", - "director": "", - "cast": "Xu Kai, Sandrine Pinna, Ryan Zhu, Gao Yuer, Cristy Guo, He Wenjun, Zheng Yawen, Li Junhao, Roger Kwok, James Wen", - "country": "China", - "date_added": "November 23, 2019", - "release_year": 2019, - "rating": "TV-PG", - "duration": "1 Season", - "listed_in": "International TV Shows, TV Comedies, TV Sci-Fi & Fantasy", - "description": "As the nine continents face a crisis, a young disciple joins the Spirit Blade sect and comes under the tutelage of a temperamental sage.", - "type": "TV Show" - }, - { - "show_id": 60022645, - "title": "The Time Machine", - "director": "Simon Wells", - "cast": "Guy Pearce, Samantha Mumba, Jeremy Irons, Mark Addy, Sienna Guillory, Phyllida Law, Alan Young, Omero Mumba, Yancey Arias, Orlando Jones", - "country": "United States, United Arab Emirates", - "date_added": "November 23, 2019", - "release_year": 2002, - "rating": "PG-13", - "duration": "96 min", - "listed_in": "Action & Adventure, Sci-Fi & Fantasy", - "description": "Based on the H.G. Wells classic, this adventure follows a scientist and inventor who's determined to prove to doubters that time travel is possible.", - "type": "Movie" - }, - { - "show_id": 80198859, - "title": "Brother", - "director": "Julien Abraham", - "cast": "MHD, Darren Muselet, Aïssa Maïga, Jalil Lespert, Youssouf Gueye, Hiam Abbass, Lisette Malidor", - "country": "France", - "date_added": "November 22, 2019", - "release_year": 2019, - "rating": "TV-MA", - "duration": "97 min", - "listed_in": "Dramas, Independent Movies, International Movies", - "description": "Thrust from a violent home into a brutal custody center, a teenager learns to navigate a tough new reality and forge unlikely alliances to survive.", - "type": "Movie" - }, - { - "show_id": 80216180, - "title": "Dino Girl Gauko", - "director": "", - "cast": "Naoko Matsui, Hiroshi Kamiya, Kazue Ikura, Chafurin, Chie Kojiro, Mari Mashiba, Ryoko Shiraishi, Hidekatsu Shibata, Tadashi Miyazawa, Sonosuke Hattori, Karen, Yui Toita, Izu Konishi, Eri Ozaki, Risa Nakamura, Tomoyo Chujo, Takuro Hijioka, Sawako Yoshida, Chika Okubo, Yuri Fujiwara, Tomomi Yamakawa, Hikaru Yuki, Miyako Kobayashi, Mutsuki Arisawa, Koharu Nogata, Tomoka Kuzutani, Madoka Yokoyama, Madoka Hiraide, Ayako Takamura, Yuki Arimoto, Yuto Kazama, Arisa Takami, Chika Sakamoto", - "country": "United States, Japan", - "date_added": "November 22, 2019", - "release_year": 2019, - "rating": "TV-Y7-FV", - "duration": "1 Season", - "listed_in": "Anime Series, Kids' TV", - "description": "When she gets angry, middle schooler Naoko turns into fierce dinosaur Gauko! Thanks to friends, aliens and more, her life is full of wacky incidents.", - "type": "TV Show" - }, - { - "show_id": 80244846, - "title": "Dolly Parton's Heartstrings", - "director": "", - "cast": "Dolly Parton, Julianne Hough, Kimberly Williams-Paisley, Dallas Roberts, Melissa Leo, Andy Mientus, Katie Stevens, Michael J. Willett, Aidan Langford, Ray McKinnon, Delta Burke, Gerald McRaney, Ben Lawson, Brooke Elliott, Michele Weaver, Tim Reid, Sarah Shahi, Rochelle Aytes, Jessica Collins, Tammy Lynn Michaels, Robert Taylor, Holly Taylor, Shane Paul McGhie, Mary Lane Haskell, Camryn Manheim, Bellamy Young, Patricia Wettig, Timothy Busfield, Tom Brittney, Virginia Gardner, Colin O'Donoghue, Willa Fitzgerald, David Denman, Vanessa Rubio, Mac Davis, Kathleen Turner, Ginnifer Goodwin, Kyle Bornheimer, Tyler Crumley, Mary Donnelly Haskell, Ed Amatrudo", - "country": "United States", - "date_added": "November 22, 2019", - "release_year": 2019, - "rating": "TV-14", - "duration": "1 Season", - "listed_in": "TV Dramas", - "description": "Eight stories celebrating family, faith, love and forgiveness come to life in this series inspired by Dolly Parton's iconic country music catalog.", - "type": "TV Show" - }, - { - "show_id": 80159876, - "title": "Girls und Panzer der Film", - "director": "Tsutomu Mizushima", - "cast": "Mai Fuchigami, Ai Kayano, Mami Ozaki, Ikumi Nakagami, Yuka Iguchi, Misato Fukuen, Mikako Takahashi, Kana Ueda, Mika Kikuchi, Maya Yoshioka", - "country": "Japan", - "date_added": "November 22, 2019", - "release_year": 2015, - "rating": "TV-14", - "duration": "121 min", - "listed_in": "Action & Adventure, Anime Features, International Movies", - "description": "The girls of Ōarai High must face off against a formidable university team in a fierce tank battle to once again avoid closure of their school.", - "type": "Movie" - }, - { - "show_id": 80233258, - "title": "High Seas", - "director": "", - "cast": "Ivana Baquero, Jon Kortajarena, Alejandra Onieva, Eloy Azorín, Chiqui Fernández, Tamar Novas, Daniel Lundh, Manuela Vellés, Natalia Rodríguez, Laura Prats, Ignacio Montes, Begoña Vargas, Luis Bermejo, Pepe Ocio, Ben Temple, Félix Gómez, Antonio Durán 'Morris', Eduardo Blanco, José Sacristán", - "country": "Spain", - "date_added": "", - "release_year": 2019, - "rating": "TV-MA", - "duration": "2 Seasons", - "listed_in": "Crime TV Shows, International TV Shows, Spanish-Language TV Shows", - "description": "Two sisters discover disturbing family secrets after a string of mysterious deaths occur on a luxury ship traveling from Spain to Brazil in the 1940s.", - "type": "TV Show" - }, - { - "show_id": 70091304, - "title": "Mike Birbiglia: What I Should Have Said Was Nothing: Tales from My Secret Public Journal", - "director": "", - "cast": "Mike Birbiglia", - "country": "United States", - "date_added": "November 22, 2019", - "release_year": 2008, - "rating": "TV-14", - "duration": "56 min", - "listed_in": "Stand-Up Comedy", - "description": "Mike Birbiglia performs in this live concert special that features a riotous selection of the unique insights and observations culled from his diary.", - "type": "Movie" - }, - { - "show_id": 81019894, - "title": "Nailed It! Holiday!", - "director": "", - "cast": "Nicole Byer, Jacques Torres", - "country": "United States", - "date_added": "", - "release_year": 2019, - "rating": "TV-PG", - "duration": "2 Seasons", - "listed_in": "Reality TV", - "description": "It's the \"Nailed It!\" holiday special you've been waiting for, with missing ingredients, impossible asks and desserts that look delightfully sad.", - "type": "TV Show" - }, - { - "show_id": 81169145, - "title": "Narcoworld: Dope Stories", - "director": "", - "cast": "", - "country": "United States", - "date_added": "November 22, 2019", - "release_year": 2019, - "rating": "TV-MA", - "duration": "1 Season", - "listed_in": "Crime TV Shows, Docuseries", - "description": "Ride along as police officers and drug smugglers go toe-to-toe, trying to outwit each other in locales around the world.", - "type": "TV Show" - }, - { - "show_id": 80244700, - "title": "Nobody's Looking", - "director": "", - "cast": "Victor Lamoglia, Júlia Rabello, Kéfera Buchmann, Augusto Madeira, Danilo de Moura, Leandro Ramos, Telma Souza, Priscila Sol, Wallie Ruy, Maurício de Barros, Hermínio Ribeiro", - "country": "Brazil", - "date_added": "November 22, 2019", - "release_year": 2019, - "rating": "TV-MA", - "duration": "1 Season", - "listed_in": "International TV Shows, TV Comedies, TV Dramas", - "description": "A new guardian \"angelus\" uncovers a secret behind the Angelus System's bureaucracy that leads him to break its official rules about protecting humans.", - "type": "TV Show" - }, - { - "show_id": 81218074, - "title": "Shelby American", - "director": "Nate Adams, Adam Carolla", - "cast": "Carroll Shelby", - "country": "United States", - "date_added": "November 22, 2019", - "release_year": 2019, - "rating": "TV-14", - "duration": "119 min", - "listed_in": "Documentaries, Sports Movies", - "description": "Featuring interviews and vintage footage, this documentary traces American icon Carroll Shelby's life of reinvention from farmer to racer to entrepreneur.", - "type": "Movie" - }, - { - "show_id": 80245262, - "title": "Singapore Social", - "director": "", - "cast": "Nicole Ong, Mae Tan, Sukki Singapora, Vinny Sharp, Paul Foster, Tabitha Nauser", - "country": "Singapore, United States", - "date_added": "November 22, 2019", - "release_year": 2019, - "rating": "TV-MA", - "duration": "1 Season", - "listed_in": "International TV Shows, Reality TV", - "description": "Peer into the lives of young Singaporeans as they defy expectations and traverse the tricky terrain of career, romance and family.", - "type": "TV Show" - }, - { - "show_id": 80212245, - "title": "The Dragon Prince", - "director": "", - "cast": "Jack De Sena, Paula Burrows, Sasha Rojen, Jason Simpson, Racquel Belmonte, Jesse Inocalla, Luc Roderique, Jonathan Holmes, Adrian Petriw", - "country": "United States, Canada", - "date_added": "", - "release_year": 2019, - "rating": "TV-Y7-FV", - "duration": "3 Seasons", - "listed_in": "Kids' TV, TV Action & Adventure, TV Sci-Fi & Fantasy", - "description": "An extraordinary discovery inspires two human princes and an elven assassin to team up on an epic quest to bring peace to their warring lands.", - "type": "TV Show" - }, - { - "show_id": 80117560, - "title": "Trolls: The Beat Goes On!", - "director": "", - "cast": "Amanda Leighton, Skylar Astin, Ron Funches, David Fynn, David Koechner, David Kaye, Sean T. Krishnan, Sam Lerner, Patrick Pinney, Kevin Michael Richardson, Kari Wahlgren, Fryda Wolff", - "country": "United States", - "date_added": "", - "release_year": 2019, - "rating": "TV-G", - "duration": "8 Seasons", - "listed_in": "Kids' TV, TV Comedies", - "description": "As Queen Poppy welcomes a new time of peace in Troll Village with parties, sports and holiday celebrations, Branch tries to be more fun-loving.", - "type": "TV Show" - }, - { - "show_id": 60023606, - "title": "K-19: The Widowmaker", - "director": "Kathryn Bigelow", - "cast": "Harrison Ford, Liam Neeson, Peter Sarsgaard, Sam Spruell, Joss Ackland, Peter Stebbings, Christian Camargo, Sam Redford, John Shrapnel, Donald Sumpter", - "country": "United Kingdom, Germany, Canada, United States", - "date_added": "November 21, 2019", - "release_year": 2002, - "rating": "PG-13", - "duration": "138 min", - "listed_in": "Action & Adventure, Dramas", - "description": "On board Russia's first nuclear ballistic submarine, Capt. Vostrikov must race against time to prevent a Chernobyl-like explosion.", - "type": "Movie" - }, - { - "show_id": 80241539, - "title": "Mortel", - "director": "", - "cast": "Carl Malapa, Nemo Schiffman, Manon Bresch, Corentin Fila, Anaïs Thomas, Firmine Richard, Raphaëlle Agogué, Marvin Dubart, Léa Léviant, Assa Sylla, Stéphane Brel", - "country": "France", - "date_added": "November 21, 2019", - "release_year": 2019, - "rating": "TV-MA", - "duration": "1 Season", - "listed_in": "Crime TV Shows, International TV Shows, TV Dramas", - "description": "After making a deal with a supernatural figure, two high schoolers emerge with extraordinary powers and join forces to solve a murder.", - "type": "TV Show" - }, - { - "show_id": 81026188, - "title": "The Knight Before Christmas", - "director": "Monika Mitchell", - "cast": "Vanessa Hudgens, Josh Whitehouse, Emmanuelle Chriqui, Harry Jarvis, Mimi Gianopulos, Ella Kenion, Jean-Michel Le Gal, Arnold Pinnock", - "country": "United States", - "date_added": "November 21, 2019", - "release_year": 2019, - "rating": "TV-14", - "duration": "93 min", - "listed_in": "Children & Family Movies, Comedies, Romantic Movies", - "description": "Medieval magic sends a 14th-century knight to modern-day Ohio, where he falls for a high school science teacher who's disillusioned by love.", - "type": "Movie" - }, - { - "show_id": 70267398, - "title": "Adore", - "director": "Anne Fontaine", - "cast": "Naomi Watts, Robin Wright, Xavier Samuel, James Frecheville, Ben Mendelsohn, Jessica Tovey, Sophie Lowe, Gary Sweet, Alyson Standen, Skye Sutherland, Sarah Henderson", - "country": "Australia, France", - "date_added": "November 20, 2019", - "release_year": 2013, - "rating": "R", - "duration": "111 min", - "listed_in": "Dramas, Independent Movies, International Movies", - "description": "When lifelong friends Roz and Lil fall in love with each other's teenage sons, they must carry out their affairs in relative secrecy.", - "type": "Movie" - }, - { - "show_id": 81152643, - "title": "Bangkok Buddies", - "director": "", - "cast": "Vayu Kessuvit, Ekapol Deebunmee, Nuttapong Boonyuen, Thanadol Auepongs, Martin Sidel, Nichaphat Chatchaipholrat, Narupornkamol Chaisang, Jidapa Siribunchawan, Hortnarong Teng, Everest Moe, Le Trung Hieu", - "country": "", - "date_added": "November 20, 2019", - "release_year": 2019, - "rating": "TV-14", - "duration": "1 Season", - "listed_in": "International TV Shows, TV Comedies, TV Dramas", - "description": "Living under the same roof, a group of unabashed friends wrestle with everyday issues from financial woes and shared quarters to romantic misfires.", - "type": "TV Show" - }, - { - "show_id": 80108983, - "title": "Be Somebody", - "director": "Joshua Caldwell", - "cast": "Matthew Espinosa, Sarah Jeffery, Allison Paige, Tava Smiley, Caitlin Keats, LaMonica Garrett, Mahaley Patel, Mason McCulley, Liana Ramirez", - "country": "United States", - "date_added": "November 20, 2019", - "release_year": 2016, - "rating": "PG", - "duration": "88 min", - "listed_in": "Comedies, Dramas, Romantic Movies", - "description": "To escape the stress of fame, teen pop star Jordan goes incognito in a small town, where he forms a special bond with high school art student Emily.", - "type": "Movie" - }, - { - "show_id": 292118, - "title": "Beavis and Butt-head Do America", - "director": "Mike Judge", - "cast": "Mike Judge, Bruce Willis, Demi Moore, Cloris Leachman, Robert Stack, Jacqueline Barba, Pamela Blair, Eric Bogosian, Kristofor Brown, Tony Darling, David Letterman", - "country": "United States", - "date_added": "November 20, 2019", - "release_year": 1996, - "rating": "PG-13", - "duration": "81 min", - "listed_in": "Comedies, Cult Movies", - "description": "After realizing that their boob tube is gone, Beavis and Butt-head set off on an expedition that takes them from Las Vegas to the nation's capital.", - "type": "Movie" - }, - { - "show_id": 70003046, - "title": "Bebe's Kids", - "director": "Bruce W. Smith", - "cast": "Faizon Love, Vanessa Bell Calloway, Wayne Collins, Jonell Green, Marques Houston, Tone-Loc, Myra J., Nell Carter", - "country": "United States", - "date_added": "November 20, 2019", - "release_year": 1992, - "rating": "PG-13", - "duration": "73 min", - "listed_in": "Comedies", - "description": "When ladies' man Robin meets Jamika, he falls head over heels, but she greets him with four surprises: her son and her girlfriend Bebe's three kids.", - "type": "Movie" - }, - { - "show_id": 80221584, - "title": "Bikram: Yogi, Guru, Predator", - "director": "Eva Orner", - "cast": "Bikram Choudhury", - "country": "United States", - "date_added": "November 20, 2019", - "release_year": 2019, - "rating": "TV-MA", - "duration": "86 min", - "listed_in": "Documentaries", - "description": "This documentary charts the rise and fall of hot yoga founder Bikram Choudhury as his global empire is born and disturbing revelations come to light.", - "type": "Movie" - }, - { - "show_id": 70053833, - "title": "Black Snake Moan", - "director": "Craig Brewer", - "cast": "Samuel L. Jackson, Christina Ricci, Justin Timberlake, S. Epatha Merkerson, John Cothran, David Banner, Michael Raymond-James, Adriane Lenox, Kim Richards, Neimus K. Williams", - "country": "United States", - "date_added": "November 20, 2019", - "release_year": 2007, - "rating": "R", - "duration": "116 min", - "listed_in": "Dramas, Independent Movies", - "description": "Lazarus finds Rae beaten and near death, and acts as a father figure to help redeem her. But before saving anyone, Lazarus must face his own demons.", - "type": "Movie" - }, - { - "show_id": 70122722, - "title": "Carriers", - "director": "Àlex Pastor, David Pastor", - "cast": "Lou Taylor Pucci, Chris Pine, Piper Perabo, Emily VanCamp, Christopher Meloni, Kiernan Shipka, Ron McClary, Mark Moses", - "country": "United States", - "date_added": "November 20, 2019", - "release_year": 2009, - "rating": "PG-13", - "duration": "85 min", - "listed_in": "Horror Movies, Sci-Fi & Fantasy, Thrillers", - "description": "As a lethal virus spreads globally, four friends seek a reputed plague-free haven. But while avoiding the infected, the travelers turn on one another.", - "type": "Movie" - }, - { - "show_id": 81217738, - "title": "Dorasaani", - "director": "KVR Mahendra", - "cast": "Anand Deverakonda, Shivatmika Rajasekhar, Kannada Kishore", - "country": "India", - "date_added": "November 20, 2019", - "release_year": 2019, - "rating": "TV-14", - "duration": "134 min", - "listed_in": "Dramas, International Movies, Romantic Movies", - "description": "A village landlord's daughter and an educated commoner must decide if their budding forbidden love is worth resisting a repressive social hierarchy.", - "type": "Movie" - }, - { - "show_id": 80081990, - "title": "Dream/Killer", - "director": "Andrew Jenks", - "cast": "Bill Ferguson, Ryan Ferguson", - "country": "United States", - "date_added": "November 20, 2019", - "release_year": 2015, - "rating": "TV-MA", - "duration": "109 min", - "listed_in": "Documentaries", - "description": "This riveting crime doc follows Bill as he confronts America's broken judicial system after his son is falsely sentenced to 40 years in prison.", - "type": "Movie" - }, - { - "show_id": 60004471, - "title": "Evolution", - "director": "Ivan Reitman", - "cast": "David Duchovny, Julianne Moore, Orlando Jones, Seann William Scott, Ted Levine, Ethan Suplee, Michael Bower, Pat Kilbane, Ty Burrell, Dan Aykroyd", - "country": "United States", - "date_added": "November 20, 2019", - "release_year": 2001, - "rating": "PG-13", - "duration": "102 min", - "listed_in": "Comedies, Sci-Fi & Fantasy", - "description": "After two community college geology professors discover microscopic alien life-forms on a meteorite, the military and government become involved.", - "type": "Movie" - }, - { - "show_id": 60022413, - "title": "Eye for an Eye", - "director": "John Schlesinger", - "cast": "Sally Field, Kiefer Sutherland, Ed Harris, Beverly D'Angelo, Charlayne Woodard, Joe Mantegna, Olivia Burnette, Alexandra Kyle, Keith David, Philip Baker Hall", - "country": "United States", - "date_added": "November 20, 2019", - "release_year": 1996, - "rating": "R", - "duration": "101 min", - "listed_in": "Dramas, Thrillers", - "description": "Grieving mother Karen McCann takes justice into her own hands when the man who raped and murdered her daughter is freed on a technicality.", - "type": "Movie" - }, - { - "show_id": 81011957, - "title": "Holiday Secrets", - "director": "", - "cast": "Corinna Harfouch, Christiane Paul, Svenja Jung, Leonie Benesch, Anita Vulesica, Barbara Nüsse, Hans-Uwe Bauer, Lorna zu Solms, Tilda Jenkins, Emilie Neumeister, Golo Euler, Dennis Herrmann, Maik Solbach, Merlin Rose", - "country": "Germany", - "date_added": "November 20, 2019", - "release_year": 2019, - "rating": "TV-MA", - "duration": "1 Season", - "listed_in": "International TV Shows, TV Dramas", - "description": "A Christmas reunion becomes a gateway to the past in this three-part series that explores the intimate complexities of one family's history.", - "type": "TV Show" - }, - { - "show_id": 70058022, - "title": "Hot Rod", - "director": "Akiva Schaffer", - "cast": "Andy Samberg, Jorma Taccone, Bill Hader, Danny McBride, Isla Fisher, Sissy Spacek, Ian McShane, Will Arnett, Chris Parnell, Chester Tam", - "country": "United States", - "date_added": "November 20, 2019", - "release_year": 2007, - "rating": "PG-13", - "duration": "88 min", - "listed_in": "Comedies, Sports Movies", - "description": "Andy Samberg stars in this comedy as an accident-prone daredevil who's determined to jump 15 buses on his moped and impress his abusive stepfather.", - "type": "Movie" - }, - { - "show_id": 60022502, - "title": "It Takes Two", - "director": "Andy Tennant", - "cast": "Kirstie Alley, Steve Guttenberg, Mary-Kate Olsen, Ashley Olsen, Philip Bosco, Jane Sibbett", - "country": "United States", - "date_added": "November 20, 2019", - "release_year": 1995, - "rating": "PG", - "duration": "101 min", - "listed_in": "Children & Family Movies, Comedies", - "description": "The Olsen twins put a cute new spin on Mark Twain's classic tale \"The Prince and the Pauper,\" playing identical 9-year-olds from very different backgrounds: orphaned Amanda and wealthy Alyssa.", - "type": "Movie" - }, - { - "show_id": 80244683, - "title": "Lorena, Light-Footed Woman", - "director": "Juan Carlos Rulfo", - "cast": "Lorena Ramírez", - "country": "Mexico", - "date_added": "November 20, 2019", - "release_year": 2019, - "rating": "TV-G", - "duration": "28 min", - "listed_in": "Documentaries, International Movies, Sports Movies", - "description": "Lorena Ramírez of Mexico's Rarámuri community lives a pastoral life – except when she straps on her sandals to compete as an ultramarathon runner.", - "type": "Movie" - }, - { - "show_id": 80028357, - "title": "Love, Rosie", - "director": "Christian Ditter", - "cast": "Lily Collins, Sam Claflin, Christian Cooke, Jamie Beamish, Suki Waterhouse, Tamsin Egerton, Jaime Winstone, Lorcan Cranitch", - "country": "Germany, United Kingdom", - "date_added": "November 20, 2019", - "release_year": 2014, - "rating": "R", - "duration": "103 min", - "listed_in": "Comedies, International Movies, Romantic Movies", - "description": "Over the years, as they come and go in each other's life, childhood pals Rosie and Alex struggle to resolve the lasting, intimate bond between them.", - "type": "Movie" - }, - { - "show_id": 81217739, - "title": "Mallesham", - "director": "Raj R", - "cast": "Jhansi, Priyadarshi Pullikonda, Ananya Nagalla", - "country": "India", - "date_added": "November 20, 2019", - "release_year": 2019, - "rating": "TV-PG", - "duration": "131 min", - "listed_in": "Dramas, Independent Movies, International Movies", - "description": "A self-trained engineer risks debt, love and reputation in his quest to improve the grueling work conditions of his mother and her weaving community.", - "type": "Movie" - }, - { - "show_id": 60031884, - "title": "Once Upon a Time in the West", - "director": "Sergio Leone", - "cast": "Henry Fonda, Charles Bronson, Claudia Cardinale, Jason Robards, Gabriele Ferzetti, Paolo Stoppa, Woody Strode, Jack Elam, Keenan Wynn, Frank Wolff, Lionel Stander", - "country": "Italy, United States", - "date_added": "November 20, 2019", - "release_year": 1968, - "rating": "PG-13", - "duration": "166 min", - "listed_in": "Action & Adventure, Classic Movies, International Movies", - "description": "In this epic spaghetti Western, a flinty gunslinger is hired by a railroad tycoon to kill anyone standing in the way of his trans-American iron horse.", - "type": "Movie" - }, - { - "show_id": 70117289, - "title": "She's Out of My League", - "director": "Jim Field Smith", - "cast": "Jay Baruchel, Alice Eve, T.J. Miller, Mike Vogel, Nate Torrence, Krysten Ritter, Geoff Stults, Lindsay Sloane, Andrew Daly, Jasika Nicole, Kyle Bornheimer", - "country": "United States", - "date_added": "November 20, 2019", - "release_year": 2010, - "rating": "R", - "duration": "105 min", - "listed_in": "Comedies, Romantic Movies", - "description": "When average-guy Kirk starts dating drop-dead-gorgeous Molly, his friends don't see it lasting, so Kirk does everything he can to avoid losing Molly.", - "type": "Movie" - }, - { - "show_id": 28631236, - "title": "Superstar", - "director": "Bruce McCulloch", - "cast": "Molly Shannon, Will Ferrell, Elaine Hendrix, Harland Williams, Mark McKinney, Glynis Johns, Jason Blicker, Gerry Bamman, Emmy Laybourne, Jennifer Irwin, Tom Green", - "country": "United States", - "date_added": "November 20, 2019", - "release_year": 1999, - "rating": "PG-13", - "duration": "82 min", - "listed_in": "Comedies", - "description": "A socially awkward Catholic schoolgirl vows to win a dreamy classmate’s affections by taking first prize at an upcoming talent show.", - "type": "Movie" - }, - { - "show_id": 70121502, - "title": "The Adventures of Tintin", - "director": "Steven Spielberg", - "cast": "Jamie Bell, Andy Serkis, Daniel Craig, Nick Frost, Simon Pegg, Daniel Mays, Gad Elmaleh, Toby Jones, Joe Starr", - "country": "United States, New Zealand, United Kingdom", - "date_added": "November 20, 2019", - "release_year": 2011, - "rating": "PG", - "duration": "107 min", - "listed_in": "Children & Family Movies", - "description": "This 3-D motion capture adapts Georges Remi's classic comic strip about the adventures of fearless young journalist Tintin and his trusty dog, Snowy.", - "type": "Movie" - }, - { - "show_id": 70215455, - "title": "The Devil Inside", - "director": "William Brent Bell", - "cast": "Fernanda Andrade, Simon Quarterman, Evan Helmuth, Ionut Grama, Suzan Crowley, Bonnie Morgan, Brian Johnson", - "country": "United States", - "date_added": "November 20, 2019", - "release_year": 2012, - "rating": "R", - "duration": "84 min", - "listed_in": "Horror Movies, Thrillers", - "description": "At once spooky and grisly, this thriller follows a woman's quest to find the truth behind claims her mother killed three people during an exorcism.", - "type": "Movie" - }, - { - "show_id": 506464, - "title": "The First Wives Club", - "director": "Hugh WIlson", - "cast": "Bette Midler, Goldie Hawn, Diane Keaton, Maggie Smith, Dan Hedaya, Sarah Jessica Parker, Stockard Channing, Victor Garber, Stephen Collins, Marcia Gay Harden, Jennie Dundas, Elizabeth Berkley, Eileen Heckart, Bronson Pinchot, Rob Reiner", - "country": "United States", - "date_added": "November 20, 2019", - "release_year": 1996, - "rating": "PG", - "duration": "103 min", - "listed_in": "Comedies", - "description": "Following a friend's suicide after her husband dumps her for a younger model, three women plot payback against their two-timing exes.", - "type": "Movie" - }, - { - "show_id": 60003508, - "title": "The Gift", - "director": "Sam Raimi", - "cast": "Cate Blanchett, Giovanni Ribisi, Keanu Reeves, Katie Holmes, Greg Kinnear, Hilary Swank, Michael Jeter, Kim Dickens, Gary Cole, Rosemary Harris, J.K. Simmons, Chelcie Ross, John Beasley", - "country": "United States", - "date_added": "November 20, 2019", - "release_year": 2000, - "rating": "R", - "duration": "112 min", - "listed_in": "Dramas, Thrillers", - "description": "When the authorities find a drowned woman's body, a small-town psychic starts having visions of who committed the murder.", - "type": "Movie" - }, - { - "show_id": 70105132, - "title": "The Goods: Live Hard, Sell Hard", - "director": "Neal Brennan", - "cast": "Jeremy Piven, Ving Rhames, James Brolin, David Koechner, Kathryn Hahn, Ed Helms, Jordana Spiro, Tony Hale, Ken Jeong, Rob Riggle, Kristen Schaal, Alan Thicke, Jonathan Sadowski, Joey Kern, Craig Robinson", - "country": "United States", - "date_added": "November 20, 2019", - "release_year": 2009, - "rating": "R", - "duration": "89 min", - "listed_in": "Comedies", - "description": "Hired to rescue a flagging car dealership during a major sale, a fast-talking closer spends his days on the lot and his nights at local strip clubs.", - "type": "Movie" - }, - { - "show_id": 60004083, - "title": "The Longest Yard", - "director": "Robert Aldrich", - "cast": "Burt Reynolds, Eddie Albert, Ed Lauter, James Hampton, Charles Tyner, Bernadette Peters, Richard Kiel, Joe Dorsey, Joe Jackson, Harry Caesar, John Steadman, Jim Nicholson, Tony Cacciotti", - "country": "United States", - "date_added": "November 20, 2019", - "release_year": 1974, - "rating": "R", - "duration": "121 min", - "listed_in": "Classic Movies, Comedies, Sports Movies", - "description": "Washed-up professional quarterback Paul Crewe is sent to jail and forced to put together an inmate gridiron team to take on a group of prison guards.", - "type": "Movie" - }, - { - "show_id": 70087538, - "title": "The Love Guru", - "director": "Marco Schnabel", - "cast": "Mike Myers, Jessica Alba, Justin Timberlake, Ben Kingsley, Romany Malco, Meagan Good, Verne Troyer, Omid Djalili, Telma Hopkins", - "country": "United Kingdom, Germany, United States", - "date_added": "November 20, 2019", - "release_year": 2008, - "rating": "PG-13", - "duration": "87 min", - "listed_in": "Comedies, Sports Movies", - "description": "Raised on an ashram in India, a self-styled love guru returns to his native America to settle a romantic rivalry between two pro hockey players.", - "type": "Movie" - }, - { - "show_id": 1181661, - "title": "The Rainmaker", - "director": "Francis Ford Coppola", - "cast": "Matt Damon, Danny DeVito, Claire Danes, Jon Voight, Mary Kay Place, Dean Stockwell, Teresa Wright, Virginia Madsen, Mickey Rourke, Andrew Shue", - "country": "United States, Germany", - "date_added": "November 20, 2019", - "release_year": 1997, - "rating": "PG-13", - "duration": "136 min", - "listed_in": "Dramas, Thrillers", - "description": "A young attorney and a scrappy paralegal work to help the parents of a terminally ill boy in their suit against an insurance company.", - "type": "Movie" - }, - { - "show_id": 60011552, - "title": "What's Eating Gilbert Grape", - "director": "Lasse Hallström", - "cast": "Johnny Depp, Leonardo DiCaprio, Juliette Lewis, Mary Steenburgen, Darlene Cates, Laura Harrington, Mary Kate Schellhardt, Kevin Tighe, John C. Reilly, Crispin Glover", - "country": "United States", - "date_added": "November 20, 2019", - "release_year": 1993, - "rating": "PG-13", - "duration": "118 min", - "listed_in": "Classic Movies, Dramas, Independent Movies", - "description": "In a backwater Iowa town, young Gilbert is torn between taking care of his troubled family and a girl who shows him new possibilities for his life.", - "type": "Movie" - }, - { - "show_id": 80222157, - "title": "Who Killed Little Gregory?", - "director": "", - "cast": "", - "country": "France", - "date_added": "November 20, 2019", - "release_year": 2019, - "rating": "TV-MA", - "duration": "1 Season", - "listed_in": "Crime TV Shows, Docuseries, International TV Shows", - "description": "When their 4-year-old son is murdered, a young couple fights a twisting and arduous battle trying to identify a frustratingly elusive killer.", - "type": "TV Show" - }, - { - "show_id": 70044693, - "title": "World Trade Center", - "director": "Oliver Stone", - "cast": "Nicolas Cage, Michael Peña, Maggie Gyllenhaal, Maria Bello, Stephen Dorff, Jay Hernandez, Michael Shannon, Frank Whaley, Jon Bernthal, Morgan Flynn, Nick Damici, Viola Davis, William Mapother", - "country": "United States", - "date_added": "November 20, 2019", - "release_year": 2006, - "rating": "PG-13", - "duration": "129 min", - "listed_in": "Action & Adventure, Dramas", - "description": "Working under treacherous conditions, an army of dedicated rescuers struggles to find anyone who survived the World Trade Center's tragic collapse.", - "type": "Movie" - }, - { - "show_id": 70173046, - "title": "Young Adult", - "director": "Jason Reitman", - "cast": "Charlize Theron, Patton Oswalt, Patrick Wilson, Elizabeth Reaser, Jill Eikenberry, Mary Beth Hurt, Collette Wolfe, Richard Bekins, Kate Nowlin", - "country": "United States", - "date_added": "November 20, 2019", - "release_year": 2011, - "rating": "R", - "duration": "94 min", - "listed_in": "Comedies, Dramas, Independent Movies", - "description": "When a divorced writer gets a letter from an old boyfriend announcing his wife's had a baby, she returns to her hometown to reconnect with her ex.", - "type": "Movie" - }, - { - "show_id": 70039187, - "title": "Yours, Mine and Ours", - "director": "Raja Gosnell", - "cast": "Dennis Quaid, Rene Russo, Sean Faris, Katija Pevec, Dean Collins, Tyler Patrick Jones, Haley Ramm, Brecken Palmer, Bridger Palmer, Ty Panitz", - "country": "United States", - "date_added": "November 20, 2019", - "release_year": 2005, - "rating": "PG", - "duration": "88 min", - "listed_in": "Children & Family Movies, Comedies", - "description": "When a father of eight and a mother of 10 prepare to wed, the couple's children attempt to sabotage the union in this remake of a 1968 comedy.", - "type": "Movie" - }, - { - "show_id": 70044686, - "title": "Zodiac", - "director": "David Fincher", - "cast": "Mark Ruffalo, Jake Gyllenhaal, Robert Downey Jr., Anthony Edwards, Brian Cox, Elias Koteas, Donal Logue, John Carroll Lynch, Dermot Mulroney, Chloë Sevigny", - "country": "United States", - "date_added": "November 20, 2019", - "release_year": 2007, - "rating": "R", - "duration": "158 min", - "listed_in": "Cult Movies, Dramas, Thrillers", - "description": "A political cartoonist, a crime reporter and a pair of cops investigate San Francisco's infamous Zodiac Killer in this thriller based on a true story.", - "type": "Movie" - }, - { - "show_id": 81073633, - "title": "Iliza Shlesinger: Unveiled", - "director": "Steve Paley", - "cast": "Iliza Shlesinger", - "country": "United States", - "date_added": "November 19, 2019", - "release_year": 2019, - "rating": "TV-MA", - "duration": "78 min", - "listed_in": "Stand-Up Comedy", - "description": "Here comes the bride, and she's got plenty to say. Newlywed Iliza Shlesinger dissects wedding traditions as she mines her nuptials for laughs.", - "type": "Movie" - }, - { - "show_id": 81152642, - "title": "Miss Culinary", - "director": "", - "cast": "Wanida Termthanaporn, Jason Young, Thanawin Teeraphosukarn, Thanabordee Jaiyen, Chonnikan Netjui, Passaranan Ussadamongkol, Janya Thanasawangkun, Jaturong Mokjok, Panadda Wongphudee️️", - "country": "", - "date_added": "November 19, 2019", - "release_year": 2019, - "rating": "TV-14", - "duration": "1 Season", - "listed_in": "International TV Shows, Romantic TV Shows, TV Comedies", - "description": "After ditching her domestic life to become a chef, a clueless maid crosses paths with two charming suitors who help her reach her dreams.", - "type": "TV Show" - }, - { - "show_id": 81105522, - "title": "No Time for Shame", - "director": "", - "cast": "Santiago Artemis", - "country": "Argentina", - "date_added": "November 19, 2019", - "release_year": 2019, - "rating": "TV-MA", - "duration": "1 Season", - "listed_in": "International TV Shows, Reality TV, Spanish-Language TV Shows", - "description": "Follow Santiago Artemis, a Buenos Aires fashion dynamo, as he makes his dreams come true while grappling with his love life, therapist and clients.", - "type": "TV Show" - }, - { - "show_id": 81191473, - "title": "Candy Online", - "director": "", - "cast": "Ruby Zhan, Suun Lin, Sunnie Wang, Dean Tang, Lain Lu, Cheng Ko, Jacqueline Zhu, Chen Wen-shan, Ada Pan", - "country": "Taiwan", - "date_added": "November 17, 2019", - "release_year": 2019, - "rating": "TV-MA", - "duration": "1 Season", - "listed_in": "International TV Shows, TV Dramas, Teen TV Shows", - "description": "When a wardrobe malfunction goes viral, a bubbly live streamer struggles to navigate her classmates' cruel judgment and the small town she lives in.", - "type": "TV Show" - }, - { - "show_id": 80025678, - "title": "The Crown", - "director": "", - "cast": "Claire Foy, John Lithgow, Matt Smith, Vanessa Kirby, Jared Harris, Victoria Hamilton, Eileen Atkins, Jeremy Northam, Alex Jennings, Ben Miles, Pip Torrens, Will Keen, Harry Hadden-Paton, Daniel Ings, Greg Wise, Harriet Walter, Lia Williams, Matthew Goode, Anton Lesser", - "country": "United Kingdom, United States", - "date_added": "", - "release_year": 2019, - "rating": "TV-MA", - "duration": "3 Seasons", - "listed_in": "British TV Shows, International TV Shows, TV Dramas", - "description": "This drama follows the political rivalries and romance of Queen Elizabeth II's reign and the events that shaped the second half of the 20th century.", - "type": "TV Show" - }, - { - "show_id": 70189289, - "title": "Drive", - "director": "Nicolas Winding Refn", - "cast": "Ryan Gosling, Carey Mulligan, Bryan Cranston, Christina Hendricks, Ron Perlman, Oscar Isaac, Albert Brooks, Kaden Leos, Jeff Wolfe, James Biberi", - "country": "United States", - "date_added": "November 16, 2019", - "release_year": 2011, - "rating": "R", - "duration": "100 min", - "listed_in": "Action & Adventure, Dramas, Independent Movies", - "description": "A Hollywood stuntman and getaway driver is lured from his isolated life by a lovely neighbor – until her violent husband is released from prison.", - "type": "Movie" - }, - { - "show_id": 81132624, - "title": "Iron Sky: The Coming Race", - "director": "Timo Vuorensola", - "cast": "", - "country": "Finland, Germany, Belgium", - "date_added": "November 16, 2019", - "release_year": 2019, - "rating": "TV-MA", - "duration": "93 min", - "listed_in": "Action & Adventure, Comedies, International Movies", - "description": "Decades after a nuclear war, survivors on the moon revisit Earth to locate a potential power source – and find shape-shifting reptiles instead.", - "type": "Movie" - }, - { - "show_id": 80013267, - "title": "Jeff Dunham: All Over the Map", - "director": "Robb Dipple", - "cast": "Jeff Dunham", - "country": "United States", - "date_added": "November 16, 2019", - "release_year": 2014, - "rating": "TV-14", - "duration": "84 min", - "listed_in": "Stand-Up Comedy", - "description": "America's most beloved ventriloquist hits the road, bringing along all of his most popular pals, including Achmed, Peanut and Walter.", - "type": "Movie" - }, - { - "show_id": 80046819, - "title": "Suffragette", - "director": "Sarah Gavron", - "cast": "Carey Mulligan, Helena Bonham Carter, Brendan Gleeson, Anne-Marie Duff, Ben Whishaw, Romola Garai, Meryl Streep, Finbar Lynch, Natalie Press, Samuel West, Geoff Bell, Amanda Lawrence, Shelley Longworth", - "country": "United Kingdom, France", - "date_added": "November 16, 2019", - "release_year": 2015, - "rating": "PG-13", - "duration": "107 min", - "listed_in": "Dramas, International Movies", - "description": "At the beginning of the 20th century, circumstances drive a young, idealistic suffragette to find radical approaches to fighting male oppression.", - "type": "Movie" - }, - { - "show_id": 70293315, - "title": "The Green Inferno", - "director": "Eli Roth", - "cast": "Ignacia Allamand, Daryl Sabara, Nicolás Martínez, Lorenza Izzo, Ariel Levy, Magda Apanowicz, Sky Ferreira, Kirby Bliss Blanton, Aaron Burns, Ramón Llao, Richard Burgi", - "country": "United States, Spain, Chile, Peru", - "date_added": "November 16, 2019", - "release_year": 2013, - "rating": "R", - "duration": "101 min", - "listed_in": "Horror Movies, Independent Movies", - "description": "Determined to save an Amazon tribe being squeezed by logging, a group of students finds nothing but trouble when their plane crashes in the jungle.", - "type": "Movie" - }, - { - "show_id": 81179844, - "title": "At the Dolphin Bay", - "director": "", - "cast": "Angela Chang, Ambrose Hui, Wallace Huo, Jill Hsu, Lin Wei Jun, Josie Leung, Mountain Kao, Liang Hsiu-shen", - "country": "Taiwan", - "date_added": "November 15, 2019", - "release_year": 2003, - "rating": "TV-14", - "duration": "1 Season", - "listed_in": "International TV Shows, Romantic TV Shows", - "description": "Encountering each other after a long separation, two childhood friends from orphanage must overcome great odds to fulfill an old promise and find love.", - "type": "TV Show" - }, - { - "show_id": 80244457, - "title": "Earthquake Bird", - "director": "Wash Westmoreland", - "cast": "Alicia Vikander, Riley Keough, Naoki Kobayashi, Jack Huston, Kiki Sukezane, Yoshiko Sakuma, Ken Yamamura, Kazuhiro Muroyama, Akiko Iwase, Crystal Kay", - "country": "United States", - "date_added": "November 15, 2019", - "release_year": 2019, - "rating": "R", - "duration": "107 min", - "listed_in": "Dramas, Romantic Movies", - "description": "In 1980s Tokyo, an enigmatic expat is suspected of killing her friend, who's gone missing in the wake of their love triangle with a local photographer.", - "type": "Movie" - }, - { - "show_id": 81196441, - "title": "El sendero de la anaconda", - "director": "Alessandro Angulo", - "cast": "Wade Davis, Martin von Hildebrand", - "country": "Colombia", - "date_added": "November 15, 2019", - "release_year": 2019, - "rating": "TV-PG", - "duration": "74 min", - "listed_in": "Documentaries, International Movies", - "description": "In the most remote areas of the Amazon jungle, a writer and his anthropologist friend meet communities who have resisted change for centuries.", - "type": "Movie" - }, - { - "show_id": 81162089, - "title": "GO! The Unforgettable Party", - "director": "Mauro Scandolari", - "cast": "Pilar Pascual, José Gimenez Zapiola, Renata Toscano, Santiago Saez, Carmela Barsamian, Paulo Sánchez Lima, Daniel Rosado, Laura Azcurra, Gastón Ricaud, Florencia Benítez, Majo Cardozo", - "country": "Argentina", - "date_added": "November 15, 2019", - "release_year": 2019, - "rating": "TV-PG", - "duration": "60 min", - "listed_in": "Children & Family Movies, Music & Musicals", - "description": "Mía's vacation with her dad is disrupted by the surprise arrival of Lupe, Mercedes, Juanma and Álvaro as their school drama moves lakeside.", - "type": "Movie" - }, - { - "show_id": 81217737, - "title": "Guna 369", - "director": "Arjun Jandyala", - "cast": "Adithya Menon, Kartikeya Gummakonda, Anagha LK", - "country": "India", - "date_added": "November 15, 2019", - "release_year": 2019, - "rating": "TV-MA", - "duration": "143 min", - "listed_in": "Action & Adventure, Dramas, International Movies", - "description": "A pampered but kind-hearted average joe ditches his romancing and peacekeeping ways when he’s framed for a murder he didn’t commit.", - "type": "Movie" - }, - { - "show_id": 81076114, - "title": "House Arrest", - "director": "Shashanka Ghosh, Samit Basu", - "cast": "Ali Fazal, Shriya Pilgaonkar, Jim Sarbh, Barkha Singh, Badrul Islam, Sunil Kumar", - "country": "India", - "date_added": "November 15, 2019", - "release_year": 2019, - "rating": "TV-14", - "duration": "105 min", - "listed_in": "Comedies, Independent Movies, International Movies", - "description": "A world-weary man’s self-imposed home confinement becomes a comedy of errors with the simultaneous arrivals of a peculiar package and a curious journalist.", - "type": "Movie" - }, - { - "show_id": 80217594, - "title": "I'm with the Band: Nasty Cherry", - "director": "", - "cast": "Charli XCX, Emmie Lichtenberg, Gabbriette Bechtel, Chloe Chaidez, Deborah Knox- Hewson, Georgia Somary", - "country": "United States", - "date_added": "November 15, 2019", - "release_year": 2019, - "rating": "TV-MA", - "duration": "1 Season", - "listed_in": "Reality TV", - "description": "In an unfiltered, intimate docuseries, pop star mentor Charli XCX finds out what it takes to build – and break – a real, badass all-girl punk band.", - "type": "TV Show" - }, - { - "show_id": 81033650, - "title": "Inheritors", - "director": "", - "cast": "Lee Min-ho, Park Shin-hye, Kim Woo-bin, Krystal Jung, Kim Ji-won, Choi Jin-hyuk, Kang Ha-neul, Kim Sung-ryoung, Kim Mee-kyeong, Yoon Jin-seo", - "country": "South Korea", - "date_added": "November 15, 2019", - "release_year": 2013, - "rating": "TV-14", - "duration": "1 Season", - "listed_in": "International TV Shows, Korean TV Shows, Romantic TV Shows", - "description": "After a chance encounter in LA, two teens from different social backgrounds reunite at an exclusive high school attended by Korea’s über rich.", - "type": "TV Show" - }, - { - "show_id": 80003477, - "title": "K-On!", - "director": "", - "cast": "Aki Toyosaki, Ayana Taketatsu, Chika Fujito, Madoka Yonezawa, Minako Kotobuki, Satomi Sato, Yoko Hikasa", - "country": "Japan", - "date_added": "", - "release_year": 2010, - "rating": "TV-PG", - "duration": "2 Seasons", - "listed_in": "Anime Series, Teen TV Shows", - "description": "When they're not gorging themselves on sugary snacks, four aspiring high school musicians crank out catchy tunes as members of the Light Music Club.", - "type": "TV Show" - }, - { - "show_id": 80093820, - "title": "K-on! the movie", - "director": "Naoko Yamada", - "cast": "Aki Toyosaki, Yoko Hikasa, Satomi Sato, Minako Kotobuki, Ayana Taketatsu, Asami Sanada, Madoka Yonezawa, Chika Fujito, Yoriko Nagata", - "country": "Japan", - "date_added": "November 15, 2019", - "release_year": 2011, - "rating": "TV-PG", - "duration": "110 min", - "listed_in": "Anime Features", - "description": "The seniors in Sakuragaoka High School's music club live out the graduation trip of their dreams when they celebrate by performing in London.", - "type": "Movie" - }, - { - "show_id": 80183187, - "title": "Klaus", - "director": "Sergio Pablos", - "cast": "Jason Schwartzman, J.K. Simmons, Rashida Jones, Will Sasso, Neda Margrethe Labba, Sergio Pablos, Norm Macdonald, Joan Cusack", - "country": "Spain", - "date_added": "November 15, 2019", - "release_year": 2019, - "rating": "PG", - "duration": "98 min", - "listed_in": "Children & Family Movies, Comedies", - "description": "A selfish postman and a reclusive toymaker form an unlikely friendship, delivering joy to a cold, dark town that desperately needs it.", - "type": "Movie" - }, - { - "show_id": 81179882, - "title": "La Robe De Mariee Des Cieux", - "director": "", - "cast": "Cyndi Wang, Leon Jay Williams, Chu Chung-heng, Michael Tao, Ming Dao, Jacky Chu, Ehlo Huang, Terri Kwan", - "country": "Taiwan", - "date_added": "November 15, 2019", - "release_year": 2004, - "rating": "TV-14", - "duration": "1 Season", - "listed_in": "International TV Shows, Romantic TV Shows", - "description": "After a chance encounter that ends on bad terms, two clashing strangers soon cross paths again as their fates become inevitably intertwined.", - "type": "TV Show" - }, - { - "show_id": 70124331, - "title": "Leap Year", - "director": "Anand Tucker", - "cast": "Amy Adams, Matthew Goode, Adam Scott, John Lithgow, Noel O'Donovan, Tony Rohr, Pat Laffan, Alan Devlin, Ian McElhinney, Dominique McElligott", - "country": "United States, Ireland", - "date_added": "November 15, 2019", - "release_year": 2010, - "rating": "PG", - "duration": "100 min", - "listed_in": "Comedies, Romantic Movies", - "description": "Anna chooses February 29 to propose marriage to her boyfriend, but after meeting a charming innkeeper, she must evaluate her original plans.", - "type": "Movie" - }, - { - "show_id": 80115338, - "title": "Llama Llama", - "director": "", - "cast": "Jennifer Garner, Shayle Simons, Vania Gill, Islie Hirvonen, Brendon Sunderland, Austin Abell, Evans Johnson, Kathleen Barr, David Hoole", - "country": "United States", - "date_added": "", - "release_year": 2019, - "rating": "TV-Y", - "duration": "2 Seasons", - "listed_in": "Kids' TV", - "description": "Beloved children's book character Llama Llama springs to life in this heartwarming series about family, friendship and learning new things.", - "type": "TV Show" - }, - { - "show_id": 81179821, - "title": "My MVP Valentine", - "director": "", - "cast": "Angela Chang, Tony Sun, Johnny Yan, Margaret Lin, David Chen, Sam Wang, Zax Wang, Jason Hsu, Joe Chen", - "country": "Taiwan", - "date_added": "November 15, 2019", - "release_year": 2002, - "rating": "TV-PG", - "duration": "1 Season", - "listed_in": "International TV Shows, Romantic TV Shows, TV Dramas", - "description": "An unfortunate accident alters the life of a high school basketball prodigy, who abandons his beloved sport and becomes entangled in a love triangle.", - "type": "TV Show" - }, - { - "show_id": 81033645, - "title": "My Sassy Girl", - "director": "", - "cast": "Joo Won, Oh Yeon-seo, Lee Jung-shin, Kim Yoon-hye, Sohn Chang-min, Yoon Se-a, Cho Hee-bong, Jung Woong-in, Lee Kyung-hwa", - "country": "South Korea", - "date_added": "November 15, 2019", - "release_year": 2017, - "rating": "TV-14", - "duration": "1 Season", - "listed_in": "International TV Shows, Korean TV Shows, Romantic TV Shows", - "description": "A refined young Joseon scholar's life turns upside down after he rescues a drunk princess who later accuses him of taking something precious from her.", - "type": "TV Show" - }, - { - "show_id": 81217749, - "title": "SunGanges", - "director": "Valli Bindana", - "cast": "Naseeruddin Shah", - "country": "India, United States", - "date_added": "November 15, 2019", - "release_year": 2018, - "rating": "TV-PG", - "duration": "74 min", - "listed_in": "Documentaries, International Movies", - "description": "A trio of filmmakers treks across India to explore the correlation between vanishing rivers, massive energy projects and renewable energy sources.", - "type": "Movie" - }, - { - "show_id": 80158800, - "title": "The 24 Hour War", - "director": "Nate Adams, Adam Carolla", - "cast": "", - "country": "United States", - "date_added": "November 15, 2019", - "release_year": 2016, - "rating": "TV-14", - "duration": "100 min", - "listed_in": "Documentaries, Sports Movies", - "description": "An intense rivalry between Henry Ford II of the Ford Motor Company and Enzo Ferrari results in the most epic showdown in racing history.", - "type": "Movie" - }, - { - "show_id": 80238391, - "title": "The Club", - "director": "", - "cast": "Alejandro Speitzer, Minnie West, Jorge Caballero, Ana González Bello, Axel Arenas, Arcelia Ramírez, Omar Germenos, Anna Ciocchetti, Aurora Gil, Martha Julia, Alejandro Puente, Estrella Solís, Martín Saracho, Sofía de Llaca, Marco Tostado", - "country": "Mexico", - "date_added": "November 15, 2019", - "release_year": 2019, - "rating": "TV-MA", - "duration": "1 Season", - "listed_in": "Crime TV Shows, International TV Shows, Spanish-Language TV Shows", - "description": "A band of misfit rich kids in Mexico strike out on their own selling MDMA and quickly run into trouble with other narcos, the law and their families.", - "type": "TV Show" - }, - { - "show_id": 70291121, - "title": "The Garden of Words", - "director": "Makoto Shinkai", - "cast": "Miyu Irino, Kana Hanazawa, Fumi Hirano, Takeshi Maeda, Yuka Terasaki, Takanori Hoshino, Suguru Inoue, Megumi Han, Mikako Komatsu, Yuki Hayashi", - "country": "Japan", - "date_added": "November 15, 2019", - "release_year": 2013, - "rating": "TV-14", - "duration": "46 min", - "listed_in": "Anime Features, International Movies, Romantic Movies", - "description": "When a lonely teenager skips his morning classes to sit in a lovely garden, he meets a mysterious older woman who shares his feelings of alienation.", - "type": "Movie" - }, - { - "show_id": 80242491, - "title": "The Stranded", - "director": "", - "cast": "Papangkorn Lerkchaleampote, Chayanit Chansangavej, Chutavuth Pattarakampol, Kittisak Patomburana, Sinjai Plengpanich, Oabnithi Wiwattanawarang, Ticha Wongthipkanont, Chaleeda Gilbert, Chanya McClory", - "country": "Thailand", - "date_added": "November 15, 2019", - "release_year": 2019, - "rating": "TV-MA", - "duration": "1 Season", - "listed_in": "International TV Shows, TV Action & Adventure, TV Dramas", - "description": "Trapped on an island destroyed by a tsunami, the students of an elite school try to hold on to hope. But mysterious forces seem to work against them.", - "type": "TV Show" - }, - { - "show_id": 80161497, - "title": "The Toys That Made Us", - "director": "", - "cast": "", - "country": "United States", - "date_added": "", - "release_year": 2019, - "rating": "TV-14", - "duration": "3 Seasons", - "listed_in": "Docuseries, Reality TV", - "description": "The minds behind history's most iconic toy franchises discuss the rise – and sometimes fall – of their billion-dollar creations.", - "type": "TV Show" - }, - { - "show_id": 81086462, - "title": "The Yard", - "director": "", - "cast": "Demet Evgar, Ceren Moray, Nursel Köse, Kenan Ece, Teoman Kumbaracıbaşı, Çağdaş Onur Öztürk, Deniz Barut, Onuryay Evrentan, Görkem Mertsöz, Mert Tanık, Ayça Damgacı", - "country": "Turkey", - "date_added": "", - "release_year": 2019, - "rating": "TV-MA", - "duration": "2 Seasons", - "listed_in": "Crime TV Shows, International TV Shows, TV Dramas", - "description": "After a fateful domestic clash, a devoted mother finds herself in prison and fighting to survive in hopes of reuniting with her daughter.", - "type": "TV Show" - }, - { - "show_id": 81179864, - "title": "Westside Story", - "director": "", - "cast": "Tony Sun, Wallace Huo, Esther Liu, Cyndi Wang, Zax Wang, Sam Wang, Jason Hsu, Whyn Wu, Ben Lee, Vicky Chen", - "country": "", - "date_added": "November 15, 2019", - "release_year": 2003, - "rating": "TV-14", - "duration": "1 Season", - "listed_in": "International TV Shows, Romantic TV Shows, TV Action & Adventure", - "description": "Spirited high school misfits with hearts of gold begin their journeys into adulthood as they navigate school, friendship, romance and heartbreak.", - "type": "TV Show" - }, - { - "show_id": 81156627, - "title": "Clarence Clemons: Who Do I Think I Am?", - "director": "Nick Mead", - "cast": "Clarence Clemons", - "country": "United States", - "date_added": "November 14, 2019", - "release_year": 2019, - "rating": "TV-MA", - "duration": "88 min", - "listed_in": "Documentaries, Music & Musicals", - "description": "This intimate documentary follows the life of legendary saxophonist Clarence Clemons and his spiritual awakening before his death in 2011.", - "type": "Movie" - }, - { - "show_id": 81096745, - "title": "Fadily Camara : La plus drôle de tes copines", - "director": "Gautier & Leduc", - "cast": "Fadily Camara", - "country": "France", - "date_added": "November 14, 2019", - "release_year": 2019, - "rating": "TV-MA", - "duration": "54 min", - "listed_in": "Stand-Up Comedy", - "description": "Irrepressible French comedian Fadily Camara weaves jokes, vivid characters and physical comedy into a lively stand-up show at La Cigale in Paris.", - "type": "Movie" - }, - { - "show_id": 81163776, - "title": "My Dear Warrior", - "director": "", - "cast": "Leo Putt, Pimchanok Luevisadpaibul, Suthada Jongjaiphar, Chatra Baude, Claudia Chakrapan, Oabnithi Wiwattanawarang, Varatta Vajrathon, Varot Makaduangkeo, Supasit Chinvinijkul", - "country": "Thailand", - "date_added": "November 14, 2019", - "release_year": 2019, - "rating": "TV-14", - "duration": "1 Season", - "listed_in": "International TV Shows, Romantic TV Shows, TV Comedies", - "description": "Love leaps off the page when an astronomer magically meets her comic book hero in the flesh, but learns that his fictional problems are very real.", - "type": "TV Show" - }, - { - "show_id": 81034946, - "title": "Maradona in Mexico", - "director": "", - "cast": "Diego Armando Maradona", - "country": "Argentina, United States, Mexico", - "date_added": "November 13, 2019", - "release_year": 2020, - "rating": "TV-MA", - "duration": "1 Season", - "listed_in": "Docuseries, Spanish-Language TV Shows", - "description": "In this docuseries, soccer great Diego Maradona comes to Culiacán, the heart of the Sinaloa Cartel, to save the local team, the Dorados, and maybe himself, too.", - "type": "TV Show" - }, - { - "show_id": 81070963, - "title": "Chief of Staff", - "director": "", - "cast": "Lee Jung-jae, Shin Mina, Lee Elijah, Kim Dong-jun, Jung Jin-young, Kim Kap-soo, Jung Woong-in, Im Won-hee, Kim Hong-pa", - "country": "South Korea", - "date_added": "", - "release_year": 2019, - "rating": "TV-14", - "duration": "2 Seasons", - "listed_in": "International TV Shows, Korean TV Shows, TV Dramas", - "description": "As a chief of staff in the National Assembly, Jang Tae-jun influences power behind the scenes while pursuing his own ambitions to rise to the top.", - "type": "TV Show" - }, - { - "show_id": 80178941, - "title": "Harvey Street Kids", - "director": "", - "cast": "Lauren Lapkus, Stephanie Lemelin, Kelly McCreary, Atticus Shaffer, Danny Pudi, Grey Griffin, Utkarsh Ambudkar, Roger Craig Smith", - "country": "United States", - "date_added": "", - "release_year": 2019, - "rating": "TV-Y7", - "duration": "3 Seasons", - "listed_in": "Kids' TV, TV Comedies", - "description": "Kids rule in a place called Harvey Street, where a trio of girls right wrongs, ice cream is always an option, and every day feels like Saturday.", - "type": "TV Show" - }, - { - "show_id": 81078466, - "title": "Jeff Garlin: Our Man In Chicago", - "director": "Christopher Storer", - "cast": "Jeff Garlin", - "country": "United States", - "date_added": "November 12, 2019", - "release_year": 2019, - "rating": "TV-MA", - "duration": "59 min", - "listed_in": "Stand-Up Comedy", - "description": "Comedian Jeff Garlin (unintentionally) celebrates his 37th year of stand-up and shares his learnings on love, loss, success and food addiction.", - "type": "Movie" - }, - { - "show_id": 70117297, - "title": "A Single Man", - "director": "Tom Ford", - "cast": "Colin Firth, Julianne Moore, Nicholas Hoult, Ginnifer Goodwin, Matthew Goode, Paul Butler, Ryan Simpkins, Teddy Sears, Paulette Lamori, Jon Kortajarena", - "country": "United States", - "date_added": "November 11, 2019", - "release_year": 2009, - "rating": "R", - "duration": "100 min", - "listed_in": "Dramas, Independent Movies, LGBTQ Movies", - "description": "This stream-of-consciousness drama centers on a day in the life of a gay college professor who's reeling from his longtime lover's recent death.", - "type": "Movie" - }, - { - "show_id": 81200229, - "title": "Put Your Head on My Shoulder", - "director": "", - "cast": "Fair Xing, Lin Yi, Daddi Tang, Yi Sha, Zhou Zixin, Zheng Yingchen, Cai Gang, Liang Aiqi, Rong Rong, He Qiang", - "country": "China", - "date_added": "November 11, 2019", - "release_year": 2019, - "rating": "TV-PG", - "duration": "1 Season", - "listed_in": "International TV Shows, Romantic TV Shows, Teen TV Shows", - "description": "On the cusp of graduation, an accounting major searching for her career winds up living with a genius physics student who shakes up her daily routine.", - "type": "TV Show" - }, - { - "show_id": 81152923, - "title": "Submission", - "director": "J.M. Berrios", - "cast": "Scott Pryor, Darrin Dewitt Henson, Eric Roberts, Kevin Sizemore, Lorynn York, John Gray, Sara McMann, Ovince Saint Preux", - "country": "United States", - "date_added": "November 11, 2019", - "release_year": 2019, - "rating": "TV-MA", - "duration": "95 min", - "listed_in": "Action & Adventure, Dramas", - "description": "After a near-death trip home, a Marine looking to help his comrade survive returns to the underground world of MMA, where new battles await.", - "type": "Movie" - }, - { - "show_id": 81171862, - "title": "To Be of Service", - "director": "Josh Aronson", - "cast": "", - "country": "United States", - "date_added": "November 11, 2019", - "release_year": 2019, - "rating": "TV-MA", - "duration": "88 min", - "listed_in": "Documentaries", - "description": "Traumatized by combat, newly returned war veterans find solace in service dogs that guide them back to a fulfilling civilian life.", - "type": "Movie" - }, - { - "show_id": 80239931, - "title": "Patriot Act with Hasan Minhaj", - "director": "", - "cast": "Hasan Minhaj", - "country": "", - "date_added": "", - "release_year": 2019, - "rating": "TV-MA", - "duration": "5 Seasons", - "listed_in": "TV Comedies", - "description": "Every Sunday, Hasan Minhaj brings an incisive and nuanced perspective to global news, politics and culture in his unique comedy series.", - "type": "TV Show" - }, - { - "show_id": 81011159, - "title": "Little Things", - "director": "", - "cast": "Dhruv Sehgal, Mithila Palkar", - "country": "India", - "date_added": "", - "release_year": 2019, - "rating": "TV-MA", - "duration": "3 Seasons", - "listed_in": "International TV Shows, Romantic TV Shows, TV Comedies", - "description": "A cohabiting couple in their 20s navigate the ups and downs of work, modern-day relationships and finding themselves in contemporary Mumbai.", - "type": "TV Show" - }, - { - "show_id": 80209553, - "title": "Busted!", - "director": "", - "cast": "Yoo Jae-suk, Ahn Jae-wook, Kim Jong-min, Lee Kwang-soo, Park Min-young, Sehun, Kim Se-jeong", - "country": "South Korea", - "date_added": "", - "release_year": 2019, - "rating": "TV-14", - "duration": "2 Seasons", - "listed_in": "International TV Shows, Korean TV Shows, Stand-Up Comedy & Talk Shows", - "description": "Tackling different mysteries in each episode of this game show, seven sleuths get closer to solving the biggest one of all: What happened to Project D?", - "type": "TV Show" - }, - { - "show_id": 80989924, - "title": "Greatest Events of WWII in Colour", - "director": "", - "cast": "", - "country": "United Kingdom", - "date_added": "November 8, 2019", - "release_year": 2019, - "rating": "TV-14", - "duration": "1 Season", - "listed_in": "British TV Shows, Docuseries, International TV Shows", - "description": "From the attack on Pearl Harbor to D-Day, the most pivotal events of World War II come to life in this vivid docuseries featuring colorized footage.", - "type": "TV Show" - }, - { - "show_id": 80057250, - "title": "Green Eggs and Ham", - "director": "", - "cast": "Michael Douglas, Adam Devine, Keegan-Michael Key, Eddie Izzard, Jillian Bell, Ilana Glazer, Diane Keaton, Jeffrey Wright, John Turturro, Tracy Morgan, Daveed Diggs", - "country": "United States, United Kingdom, Canada", - "date_added": "November 8, 2019", - "release_year": 2019, - "rating": "TV-Y7", - "duration": "1 Season", - "listed_in": "Kids' TV, TV Action & Adventure, TV Comedies", - "description": "On a road trip to save an endangered animal, polar opposites Guy and Sam learn to try new things like friendship – and a certain delectable dish.", - "type": "TV Show" - }, - { - "show_id": 70243445, - "title": "Hit & Run", - "director": "David Palmer, Dax Shepard", - "cast": "Kristen Bell, Dax Shepard, Kristin Chenoweth, Tom Arnold, Bradley Cooper, Jess Rowland, Ryan Hansen, Beau Bridges, Michael Rosenbaum, David Koechner, Joy Bryant", - "country": "United States", - "date_added": "November 8, 2019", - "release_year": 2012, - "rating": "R", - "duration": "100 min", - "listed_in": "Action & Adventure, Comedies, Romantic Movies", - "description": "Determined to get his fiancée to L.A. to take advantage of an amazing opportunity, Charlie breaks out of the witness protection program to drive her.", - "type": "Movie" - }, - { - "show_id": 80201542, - "title": "Let It Snow", - "director": "Luke Snellin", - "cast": "Isabela Moner, Shameik Moore, Kiernan Shipka, Odeya Rush, Liv Hewson, Mitchell Hope, Jacob Batalon, Joan Cusack, Matthew Noszka, Anna Akana, Miles Robbins, D'Arcy Carden, Mason Gooding, Andrea De Oliveira, Victor Rivers", - "country": "United States", - "date_added": "November 8, 2019", - "release_year": 2019, - "rating": "PG-13", - "duration": "93 min", - "listed_in": "Comedies, Dramas, LGBTQ Movies", - "description": "A snowstorm hits a small town on a cold Christmas Eve, affecting the friendships, love lives and futures of several high school seniors.", - "type": "Movie" - }, - { - "show_id": 81079723, - "title": "Paradise Beach", - "director": "Xavier Durringer", - "cast": "Sami Bouajila, Tewfik Jallab, Mélanie Doutey, Hugo Becker, Kool Shen, Hubert Koundé, Seth Gueko, Sonia Couling, Chalad Na Songkhla, Flore Bonaventura, Nessbeal, Dorian N'Goumou dit Dosseh, Hache-P", - "country": "France", - "date_added": "November 8, 2019", - "release_year": 2019, - "rating": "TV-MA", - "duration": "94 min", - "listed_in": "Action & Adventure, Dramas, International Movies", - "description": "Mehdi gets out of prison, planning to settle old scores. But first, he must reconnect with his gang, now living in an idyllic beach resort in Thailand.", - "type": "Movie" - }, - { - "show_id": 81013505, - "title": "The Great British Baking Show: Holidays", - "director": "", - "cast": "Paul Hollywood, Prue Leith, Sandi Toksvig, Noel Fielding", - "country": "", - "date_added": "", - "release_year": 2019, - "rating": "TV-PG", - "duration": "2 Seasons", - "listed_in": "British TV Shows, Reality TV", - "description": "Deck the halls with sugar, butter and chocolate as competitors from past seasons bake sweet Yuletide treats for judges Paul Hollywood and Prue Leith.", - "type": "TV Show" - }, - { - "show_id": 80230435, - "title": "Wild District", - "director": "", - "cast": "Juan Pablo Raba, Cristina Umaña, Camila Sodi, Christian Tappán, Juan Fernando Sánchez, Juan Sebastián Calero, Paula Castaño, Nicolás Quiroga, Alina Lozano, Carolina Acevedo, Julio César Pachón, Roberto Cano", - "country": "Colombia", - "date_added": "", - "release_year": 2019, - "rating": "TV-MA", - "duration": "2 Seasons", - "listed_in": "Crime TV Shows, International TV Shows, Spanish-Language TV Shows", - "description": "After surrendering to Bogotá police, an ex-guerrilla avoids prison by working undercover to investigate a ruthless enforcer of government corruption.", - "type": "TV Show" - }, - { - "show_id": 80127886, - "title": "U Turn", - "director": "Pawan Kumar", - "cast": "Roger Narayan, Shraddha Srinath, Dileep Raj, Krishna Hebbale, Ram Manjjonaath, Chethan Dsouza", - "country": "India", - "date_added": "November 7, 2019", - "release_year": 2016, - "rating": "TV-14", - "duration": "121 min", - "listed_in": "International Movies, Thrillers", - "description": "A reporter must hunt for the truth behind a strange murder after she crosses paths with a young cop and becomes the investigation's prime suspect.", - "type": "Movie" - }, - { - "show_id": 81092045, - "title": "Burning Cane", - "director": "Phillip Youmans", - "cast": "Wendell Pierce, Karen Kaia Livers, Dominique McClellan, Braelyn Kelly, Emyri Crutchfield, Cynthia Capers, Erika Woods", - "country": "United States", - "date_added": "November 6, 2019", - "release_year": 2019, - "rating": "TV-MA", - "duration": "78 min", - "listed_in": "Dramas", - "description": "A small-town Louisiana minister and one of his parishioners cope with grief, alcoholism and a crisis of faith in this dramatic character study.", - "type": "Movie" - }, - { - "show_id": 81153751, - "title": "SCAMS", - "director": "", - "cast": "Yosuke Sugino, Tomoya Maeno, Maika Yamamoto, Junki Tozuka, Shodai Fukuyama, Ron Mizuma, Takuya Wakabayashi, Asuka Hanamura, Shuntaro Yanagi, Takashi Yamanaka, Masato Wada, Naomi Nishida, Tetta Sugimoto, Ryohei Otani", - "country": "Japan", - "date_added": "November 6, 2019", - "release_year": 2019, - "rating": "TV-14", - "duration": "1 Season", - "listed_in": "Crime TV Shows, International TV Shows, TV Dramas", - "description": "Hit hard by the Lehman shock, a well-meaning young man joins a phone scam operation and gets increasingly embroiled in the underworld.", - "type": "TV Show" - }, - { - "show_id": 81034600, - "title": "Shadow", - "director": "Zhang Yimou", - "cast": "Deng Chao, Sun Li, Ryan Cheng, Wang Qianyuan, Hu Jun, Wang Jingchun, Guan Xiaotong, Leo Wu", - "country": "China, Hong Kong", - "date_added": "November 6, 2019", - "release_year": 2018, - "rating": "TV-MA", - "duration": "116 min", - "listed_in": "Action & Adventure, Dramas, International Movies", - "description": "As three kingdoms struggle for control of a walled city, a figure with a rare power spins a web of intrigue that entangles a king's court.", - "type": "Movie" - }, - { - "show_id": 81209203, - "title": "Luccas Neto in: Summer Camp", - "director": "Lucas Margutti", - "cast": "Luccas Neto, Gi Alparone, Jéssica Diehl, Roni Fischer, Karol Alves, João Pessanha", - "country": "", - "date_added": "November 5, 2019", - "release_year": 2019, - "rating": "TV-G", - "duration": "87 min", - "listed_in": "Children & Family Movies, Comedies", - "description": "Luccas and Gi are heading to a world famous gymkhana camp. Only problem: so are their bullies... A fun musical that will get you in a vacation mood.", - "type": "Movie" - }, - { - "show_id": 81042948, - "title": "Millennials", - "director": "", - "cast": "Nicolás Riera, Laura Laprida, Juan Manuel Guilera, Johanna Francella, Matías Meyer, Noelia Marzol, Luisa Drozdek, Agustina Mindlin, Santiago Talledo, Chang Sung Kim, Osmar Nuñez, Fabio Aste", - "country": "Argentina", - "date_added": "", - "release_year": 2019, - "rating": "TV-MA", - "duration": "2 Seasons", - "listed_in": "International TV Shows, Romantic TV Shows, Spanish-Language TV Shows", - "description": "A group of millennials copes with the pressures of adulting by tackling a diverse set of problems from unemployment to cheating.", - "type": "TV Show" - }, - { - "show_id": 80027564, - "title": "Sam & Cat", - "director": "", - "cast": "Jennette McCurdy, Ariana Grande, Cameron Ocasio, Brandon Weaver, Zoran Korach, Dre Swain, Maree Cheatham, Eduardo Drummond, Alondra Hidalgo", - "country": "United States", - "date_added": "", - "release_year": 2014, - "rating": "TV-PG", - "duration": "2 Seasons", - "listed_in": "Kids' TV, TV Comedies", - "description": "To earn cash, roommates Sam and Cat start a baby-sitting service – and quickly discover just what an adventure baby-sitting can be.", - "type": "TV Show" - }, - { - "show_id": 81058497, - "title": "Seth Meyers: Lobby Baby", - "director": "Neal Brennan", - "cast": "Seth Meyers", - "country": "United States", - "date_added": "November 5, 2019", - "release_year": 2019, - "rating": "TV-MA", - "duration": "61 min", - "listed_in": "Stand-Up Comedy", - "description": "SNL alumnus and subversive master of late-night TV Seth Meyers comes out from behind the desk to share some lighthearted stories from his own life.", - "type": "Movie" - }, - { - "show_id": 80179762, - "title": "She-Ra and the Princesses of Power", - "director": "", - "cast": "Aimee Carrero, AJ Michalka, Marcus Scribner, Karen Fukuhara, Reshma Shetty, Lorraine Toussaint, Keston John, Lauren Ash, Christine Woods, Morla Gorrondona, Antony Del Rio, Dana Davis, Grey Griffin, Genesis Rodriguez, Jordan Fisher, Vella Lovell, Merit Leighton, Sandra Oh, Krystal Joy Brown", - "country": "United States", - "date_added": "", - "release_year": 2019, - "rating": "TV-Y7-FV", - "duration": "4 Seasons", - "listed_in": "Kids' TV, TV Action & Adventure, TV Sci-Fi & Fantasy", - "description": "Soldier Adora finds a magic sword – and her identity as legendary hero She-Ra. She joins the Rebellion, but her best friend stays with the evil Horde.", - "type": "TV Show" - }, - { - "show_id": 80175722, - "title": "The End of the F***ing World", - "director": "", - "cast": "Jessica Barden, Alex Lawther, Steve Oram, Christine Bottomley, Navin Chowdhry, Wunmi Mosaku, Gemma Whelan, Jonathan Aris, Eileen Davies", - "country": "United Kingdom", - "date_added": "", - "release_year": 2019, - "rating": "TV-MA", - "duration": "2 Seasons", - "listed_in": "British TV Shows, International TV Shows, TV Comedies", - "description": "A budding teen psychopath and a rebel hungry for adventure embark on a star-crossed road trip in this darkly comic series based on a graphic novel.", - "type": "TV Show" - }, - { - "show_id": 80167628, - "title": "The Lovers", - "director": "Azazel Jacobs", - "cast": "Aidan Gillen, Melora Walters, Tyler Ross, Jessica Sula, Lesley Fera, Tracy Letts, Debra Winger", - "country": "United States", - "date_added": "November 5, 2019", - "release_year": 2017, - "rating": "R", - "duration": "98 min", - "listed_in": "Comedies, Dramas, Independent Movies", - "description": "On the verge of divorce, a middle-aged couple, each involved in a serious affair, rethink their marriage and the meaning of love and fidelity.", - "type": "Movie" - }, - { - "show_id": 81165326, - "title": "Tune in for Love", - "director": "Jung Ji-woo", - "cast": "Kim Go-eun, Jung Hae-in, Park Hae-joon, Kim Guk-hee, Jung Eugene, Choi Jun-young, Yoo Yeol, Nam Mun-cheol", - "country": "South Korea", - "date_added": "November 5, 2019", - "release_year": 2019, - "rating": "TV-MA", - "duration": "123 min", - "listed_in": "Dramas, International Movies, Romantic Movies", - "description": "A student and a reticent teen first meet at a bakery in the 1990s and try to find each other through the years, as fate keeps pulling them apart.", - "type": "Movie" - }, - { - "show_id": 81053961, - "title": "Undercover Brother 2", - "director": "Leslie Small", - "cast": "Michael Jai White, Vince Swann, Barry Bostwick, Laila Odom, Gary Owen, Affion Crockett, Steven Lee Johnson, Lindsay Lamb, Zac Zedalis, Cj Sykes", - "country": "United States", - "date_added": "November 5, 2019", - "release_year": 2019, - "rating": "R", - "duration": "85 min", - "listed_in": "Comedies", - "description": "When a beloved secret agent falls deep into a coma, his bumbling brother must defend their community from a divisive political threat.", - "type": "Movie" - }, - { - "show_id": 81142595, - "title": "Voice", - "director": "", - "cast": "Andrew Gregson, Khemanit Jamikorn, Nattarat Nopparattayaporn, Pat Chatborirak, Nuttanan Kunnawat, Piyawatt Nivatvongs, Chalad Na Songkhla, Saranyoo Prachakit, Thanongsak Supasap, Supasit Chinvinijkul, Phuksanunt Tanamahataweekit", - "country": "", - "date_added": "November 5, 2019", - "release_year": 2019, - "rating": "TV-14", - "duration": "1 Season", - "listed_in": "Crime TV Shows, International TV Shows, TV Dramas", - "description": "In this remake of the Korean thriller, an esteemed detective and a talented cop join forces to nail the killer who took the lives of their loved ones.", - "type": "TV Show" - }, - { - "show_id": 70209267, - "title": "A Holiday Engagement", - "director": "Jim Fall", - "cast": "Bonnie Somerville, Shelley Long, Jordan Bridges, Sam McMurray, Haylie Duff, Sam Horrigan, Carrie Wiita, Chris McKenna, Edi Patterson, Jennifer Elise Cox", - "country": "United States", - "date_added": "November 4, 2019", - "release_year": 2011, - "rating": "TV-G", - "duration": "92 min", - "listed_in": "Children & Family Movies, Comedies, Romantic Movies", - "description": "Hilary's plan to hire a good-looking guy to act as her boyfriend backfires when she brings him home for the holidays to try and fool her family.", - "type": "Movie" - }, - { - "show_id": 70306305, - "title": "Christmas Crush", - "director": "Marita Grabiak", - "cast": "Rachel Boston, Jonathan Bennett, Jon Prescott, Sunny Mabrey, Julia Voth, Elizabeth Lauren Hoffman, Eileen April Boylan, Josh Crotty", - "country": "Canada, United States", - "date_added": "November 4, 2019", - "release_year": 2012, - "rating": "TV-PG", - "duration": "87 min", - "listed_in": "Comedies, Romantic Movies", - "description": "Twentysomething Georgia pines for her old boyfriend and is thrilled to have a second chance at love when she attends their high school reunion.", - "type": "Movie" - }, - { - "show_id": 70262831, - "title": "Dear Santa", - "director": "Jason Priestley", - "cast": "Amy Acker, David Haydn-Jones, Patrick Creery, Gina Holden, James Dugan, Margherita Donato, Brooklynn Proulx, James D. Hopkin, Bob Irvine", - "country": "Canada", - "date_added": "November 4, 2019", - "release_year": 2011, - "rating": "TV-PG", - "duration": "92 min", - "listed_in": "Comedies, Romantic Movies", - "description": "Finding a letter mailed to Santa by a girl asking for a new wife for her daddy, twentysomething Crystal sets out to make the girl's wishes come true.", - "type": "Movie" - }, - { - "show_id": 70113005, - "title": "District 9", - "director": "Neill Blomkamp", - "cast": "Sharlto Copley, Jason Cope, David James, Vanessa Haywood, Mandla Gaduka, Kenneth Nkosi, Eugene Khumbanyiwa, Louis Minnaar, William Allen Young, Nathalie Boltt", - "country": "South Africa, United States, New Zealand, Canada", - "date_added": "November 4, 2019", - "release_year": 2009, - "rating": "R", - "duration": "112 min", - "listed_in": "Action & Adventure, International Movies, Sci-Fi & Fantasy", - "description": "After years of segregation and forced labor, a race of stranded aliens enlists in a resistance movement spearheaded by a rogue government agent.", - "type": "Movie" - }, - { - "show_id": 70052286, - "title": "Kicking and Screaming", - "director": "Noah Baumbach", - "cast": "Josh Hamilton, Olivia d'Abo, Carlos Jacott, Chris Eigeman, Eric Stoltz, Jason Wiles, Parker Posey, Cara Buono, Elliott Gould, Samuel Gould", - "country": "United States", - "date_added": "November 4, 2019", - "release_year": 1995, - "rating": "R", - "duration": "97 min", - "listed_in": "Comedies, Independent Movies, Romantic Movies", - "description": "After graduating, four college roomies – petrified by the prospect of facing \"real life\" – reluctantly step into adulthood in this ensemble comedy.", - "type": "Movie" - }, - { - "show_id": 81200716, - "title": "Meet the Adebanjos", - "director": "", - "cast": "Wale Ojo, Yetunde Oduwole, Andrea Aboagye, Daniel Davids, Moji Bamtefa, Jordan Coulson", - "country": "United Kingdom", - "date_added": "", - "release_year": 2016, - "rating": "TV-PG", - "duration": "3 Seasons", - "listed_in": "British TV Shows, TV Comedies", - "description": "In South London, tradition clashes with culture as a Nigerian father tries to instill his old-fashioned African values into his modern British family.", - "type": "TV Show" - }, - { - "show_id": 80114460, - "title": "Minimalism: A Documentary About the Important Things", - "director": "Matt D'Avella", - "cast": "Joshua Fields Millburn, Ryan Nicodemus", - "country": "United States", - "date_added": "November 4, 2019", - "release_year": 2016, - "rating": "TV-14", - "duration": "78 min", - "listed_in": "Documentaries", - "description": "People dedicated to rejecting the American ideal that things bring happiness are interviewed in this documentary showing the virtues of less is more.", - "type": "Movie" - }, - { - "show_id": 81206389, - "title": "Oththa Seruppu Size 7", - "director": "Parthiban", - "cast": "Parthiban", - "country": "India", - "date_added": "November 4, 2019", - "release_year": 2019, - "rating": "TV-MA", - "duration": "103 min", - "listed_in": "Dramas, International Movies, Thrillers", - "description": "Taken into custody, a murder suspect's theatrical explanations of his peculiar modus operandi unearth truths far beyond the crime he’s accused of.", - "type": "Movie" - }, - { - "show_id": 80201488, - "title": "The Devil Next Door", - "director": "", - "cast": "", - "country": "United States", - "date_added": "November 4, 2019", - "release_year": 2019, - "rating": "TV-MA", - "duration": "1 Season", - "listed_in": "Crime TV Shows, Docuseries", - "description": "A Cleveland grandfather is brought to trial in Israel, accused of being the infamous Nazi death camp guard known as Ivan the Terrible.", - "type": "TV Show" - }, - { - "show_id": 70117294, - "title": "Takers", - "director": "John Luessenhop", - "cast": "Matt Dillon, Paul Walker, Chris Brown, Idris Elba, Jay Hernandez, Hayden Christensen, Michael Ealy, T.I., Marianne Jean-Baptiste, Zoe Saldana, Steve Harris, Johnathon Schaech", - "country": "United States", - "date_added": "November 3, 2019", - "release_year": 2010, - "rating": "PG-13", - "duration": "107 min", - "listed_in": "Action & Adventure", - "description": "A motley crew of bank robbers plans their next heist after a former colleague convinces them to target an armored car carrying $20 million.", - "type": "Movie" - }, - { - "show_id": 81215856, - "title": "100 Things to do Before High School", - "director": "", - "cast": "Isabela Moner, Jaheem Toombs, Owen Joyner, Jack De Sena, Brady Reiter, Lisa Arch, Stephanie Escajeda", - "country": "United States", - "date_added": "November 2, 2019", - "release_year": 2014, - "rating": "TV-G", - "duration": "44 min", - "listed_in": "Movies", - "description": "Led by seventh-grader C.J., three students who have been warned about the dangers of high school decide to make the best of their middle-school years.", - "type": "Movie" - }, - { - "show_id": 81214223, - "title": "A Fairly Odd Summer", - "director": "Savage Steve Holland", - "cast": "Drake Bell, Daniella Monet, David Lewis, Susanne Blakeslee, Daran Norris, Scott Baio, Devon Weigel, Ella Anderson, Carter Hastings", - "country": "United States", - "date_added": "November 2, 2019", - "release_year": 2014, - "rating": "TV-G", - "duration": "68 min", - "listed_in": "Children & Family Movies, Comedies", - "description": "In this live-action adventure, the gang heads to Hawaii, where Timmy learns the source of all fairy magic is in dangerous hands.", - "type": "Movie" - }, - { - "show_id": 80045925, - "title": "Bella and the Bulldogs", - "director": "", - "cast": "Brec Bassinger, Coy Stewart, Jackie Radinsky, Buddy Handleson, Lilimar, Haley Tju, Dorien Wilson, Rio Mangini, Annie Tedesco", - "country": "United States", - "date_added": "November 2, 2019", - "release_year": 2015, - "rating": "TV-G", - "duration": "1 Season", - "listed_in": "Kids' TV, TV Comedies", - "description": "The life of cheerleader Bella Dawson turns upside down when, in a twist of fate, she becomes quarterback for her middle school's football team.", - "type": "TV Show" - }, - { - "show_id": 80027560, - "title": "Big Time Movie", - "director": "Savage Steve Holland", - "cast": "Kendall Schmidt, James Maslow, Carlos PenaVega, Logan Henderson, Ciara Bravo, Challen Cates, Tanya Chisholm, Stephen Kramer Glickman, Trevor Devall, Christopher Shyer", - "country": "United States, Canada", - "date_added": "November 2, 2019", - "release_year": 2012, - "rating": "TV-PG", - "duration": "68 min", - "listed_in": "Children & Family Movies, Comedies", - "description": "Big Time Rush heads to London for their first world tour, but when the boys' bags are switched, they get mixed up in a mission to save the world.", - "type": "Movie" - }, - { - "show_id": 70135899, - "title": "Don't Be Afraid of the Dark", - "director": "Troy Nixey", - "cast": "Katie Holmes, Guy Pearce, Bailee Madison, Jack Thompson, Garry McDonald, Alan Dale, Julia Blake, Edwina Ritchard, Emilia Burns, Guillermo del Toro", - "country": "United States, Australia, Mexico", - "date_added": "November 2, 2019", - "release_year": 2010, - "rating": "R", - "duration": "99 min", - "listed_in": "Horror Movies", - "description": "Young Sally Hurst discovers she isn't alone in her new house: strange creatures live there – and they might not be as friendly as Sally thinks.", - "type": "Movie" - }, - { - "show_id": 81215437, - "title": "Escape from Mr. Lemoncello’s Library", - "director": "Scott McAboy", - "cast": "Casey Simpson, Breanna Yde, Klarke Pipkin, Angel Luis Rivera Jr., Russell Roberts, Ty Consiglio, Hayley Scherpenisse, Patti Allan, Katey Hoffman", - "country": "United States", - "date_added": "November 2, 2019", - "release_year": 2017, - "rating": "TV-G", - "duration": "69 min", - "listed_in": "Children & Family Movies", - "description": "An eccentric game designer builds a library full of traps and tricks for a group of kids who score the chance to navigate his elaborate scavenger hunt.", - "type": "Movie" - }, - { - "show_id": 81215438, - "title": "Hey Arnold! The Jungle Movie", - "director": "Raymie Muzquiz, Stu Livingston", - "cast": "Mason Vale Cotton, Benjamin Flores Jr., Francesca Smith, Alfred Molina, Dan Castellaneta, Tress MacNeille, Craig Bartlett, Carlos Alazraqui", - "country": "United States, South Korea, Japan", - "date_added": "November 2, 2019", - "release_year": 2017, - "rating": "TV-PG", - "duration": "81 min", - "listed_in": "Children & Family Movies, Comedies", - "description": "When Arnold and his crew win a trip to San Lorenzo, their adventure in the wild forces them to take the same risky path as Arnold's missing parents.", - "type": "Movie" - }, - { - "show_id": 81214187, - "title": "Jinxed", - "director": "Stephen Herek", - "cast": "Ciara Bravo, Jacob Bertrand, Elena Kampouris, Jack Griffo, Donavon Stinson, Keegan Connor Tracy, Jay Brazeau", - "country": "United States, Canada", - "date_added": "November 2, 2019", - "release_year": 2013, - "rating": "TV-G", - "duration": "69 min", - "listed_in": "Children & Family Movies, Comedies", - "description": "After a century-old curse of bad luck, a determined teen embarks on a journey to break her family’s generational misfortune.", - "type": "Movie" - }, - { - "show_id": 80160987, - "title": "LEGENDS OF THE HIDDEN TEMPLE", - "director": "Joe Menendez", - "cast": "Isabela Moner, Jet Jurgensmeyer, Colin Critchley, Kirk Fogg, Dee Bradley Baker", - "country": "United States", - "date_added": "November 2, 2019", - "release_year": 2016, - "rating": "TV-PG", - "duration": "68 min", - "listed_in": "Children & Family Movies", - "description": "A trio of siblings gets trapped in a secret temple, where they must navigate a risky obstacle course to make it out. Inspired by the ‘90s game show.", - "type": "Movie" - }, - { - "show_id": 81215439, - "title": "Liar, Liar, Vampire", - "director": "Vince Marcello", - "cast": "Rahart Adams, Brec Bassinger, Tiera Skovbye, Larissa Albuquerque, Sarah Grey, Drew Tanner, Pauline Egan, Alex Zahara, Samuel Patrick Chu", - "country": "United States", - "date_added": "November 2, 2019", - "release_year": 2015, - "rating": "TV-PG", - "duration": "68 min", - "listed_in": "Children & Family Movies, Comedies", - "description": "When a shy teen transfers to a new school, he elects to mix things up by playing along with the rumor that he's a vampire.", - "type": "Movie" - }, - { - "show_id": 70178618, - "title": "Shark Night", - "director": "David R. Ellis", - "cast": "Sara Paxton, Dustin Milligan, Chris Carmack, Katharine McPhee, Donal Logue, Joshua Leonard, Sinqua Walls, Chris Zylka, Alyssa Diaz, Joel David Moore", - "country": "United States", - "date_added": "November 2, 2019", - "release_year": 2011, - "rating": "PG-13", - "duration": "91 min", - "listed_in": "Horror Movies", - "description": "A weekend of beach-house debauchery turns into a nightmare for a group of friends when they discover that the waters are infested with vicious sharks.", - "type": "Movie" - }, - { - "show_id": 70292700, - "title": "The Boy Who Cried Werewolf", - "director": "Eric Bross", - "cast": "Victoria Justice, Chase Ellison, Anna Galvin, Matt Winston, Jillian Marie, Valerie Tian, Kerry James, Andrea Brooks, Christie Laing, Cainan Wiebe, Brooke Shields, Brooke D'Orsay, Steven Grayhm", - "country": "United States, Canada", - "date_added": "November 2, 2019", - "release_year": 2010, - "rating": "TV-G", - "duration": "86 min", - "listed_in": "Children & Family Movies, Comedies", - "description": "When high school girl-geek Jordan becomes a werewolf after moving to Romania, she must elude her own brother, who sets out to slay her.", - "type": "Movie" - }, - { - "show_id": 81214214, - "title": "The Massively Mixed-Up Middle School Mystery", - "director": "Will Eisenberg", - "cast": "Garrett Ryan, Adam Hochstetter, Haley Tju, Brianne Tju, Jenna Ortega, Aaron Eisenberg, Celestial, Richard Balin", - "country": "United States", - "date_added": "November 2, 2019", - "release_year": 2015, - "rating": "TV-G", - "duration": "40 min", - "listed_in": "Children & Family Movies, Comedies", - "description": "After the school principal gets pranked, a curious crew of preteen super sleuths tests their detective skills to solve an underwater ruse.", - "type": "Movie" - }, - { - "show_id": 70172485, - "title": "Victorious", - "director": "", - "cast": "Victoria Justice, Leon Thomas III, Matt Bennett, Elizabeth Gillies, Ariana Grande, Avan Jogia, Daniella Monet, Michael Eric Reid, Jake Farrow, Eric Lange", - "country": "United States", - "date_added": "", - "release_year": 2013, - "rating": "TV-G", - "duration": "3 Seasons", - "listed_in": "Kids' TV, TV Comedies", - "description": "When aspiring singer Tori Vega joins the eccentric students at Hollywood Arts High, she struggles to fit in with the amazingly talented teens.", - "type": "TV Show" - }, - { - "show_id": 80234414, - "title": "100% Hotter", - "director": "", - "cast": "Daniel Palmer, Melissa Sophia, Karen Williams, Grace Woodward", - "country": "United Kingdom", - "date_added": "November 1, 2019", - "release_year": 2017, - "rating": "TV-14", - "duration": "1 Season", - "listed_in": "British TV Shows, International TV Shows, Reality TV", - "description": "A stylist, a hair designer and a makeup artist team up to give Britain's biggest fashion disasters some much-needed makeunders.", - "type": "TV Show" - }, - { - "show_id": 70044870, - "title": "16 Blocks", - "director": "Richard Donner", - "cast": "Bruce Willis, Mos Def, David Morse, Jenna Stern, Cylk Cozart, Casey Sander, David Zayas, Robert Racki, Patrick Garrow, Sasha Roiz", - "country": "United States, Germany", - "date_added": "November 1, 2019", - "release_year": 2006, - "rating": "PG-13", - "duration": "102 min", - "listed_in": "Action & Adventure", - "description": "Tasked with escorting a prosecution witness to court, an aging cop gears up for the 16-block trek – but they'll be lucky to make it there alive.", - "type": "Movie" - }, - { - "show_id": 26597413, - "title": "187", - "director": "Kevin Reynolds", - "cast": "Samuel L. Jackson, John Heard, Kelly Rowan, Clifton Collins Jr., Tony Plana", - "country": "United States", - "date_added": "November 1, 2019", - "release_year": 1997, - "rating": "R", - "duration": "119 min", - "listed_in": "Dramas", - "description": "After one of his high school students attacks him, dedicated teacher Trevor Garfield grows weary of the gang warfare in the New York City school system and moves to California to teach there, thinking it must be a less hostile environment.", - "type": "Movie" - }, - { - "show_id": 80245356, - "title": "A Remarkable Tale", - "director": "Marina Seresesky", - "cast": "Carmen Machi, Pepón Nieto, Kiti Mánver, Jon Kortajarena, Jimmy Castro, Ricardo Nkosi, Montse Pla, Malcolm Treviño-Sitté, Pepa Charro, Esperanza Elipe, Mariana Cordero, Txema Blasco", - "country": "Spain", - "date_added": "November 1, 2019", - "release_year": 2019, - "rating": "TV-MA", - "duration": "94 min", - "listed_in": "Comedies, International Movies", - "description": "The residents of an isolated town look to revive their home's identity when a group of foreigners unexpectedly arrive, bringing culture shock with them.", - "type": "Movie" - }, - { - "show_id": 81193616, - "title": "A Year In Space", - "director": "", - "cast": "Scott Kelly", - "country": "United States", - "date_added": "November 1, 2019", - "release_year": 2015, - "rating": "TV-PG", - "duration": "1 Season", - "listed_in": "Docuseries, International TV Shows, Science & Nature TV", - "description": "Two astronauts attempt to brave a life in Earth's orbit on a record-setting mission to see if humans have the endurance to survive a flight to Mars.", - "type": "TV Show" - }, - { - "show_id": 81082327, - "title": "Ad Vitam", - "director": "", - "cast": "Yvan Attal, Garance Marillier, Niels Schneider, Victor Assié, Rod Paradot, Anne Azoulay, Adel Bencherif", - "country": "France", - "date_added": "November 1, 2019", - "release_year": 2018, - "rating": "TV-MA", - "duration": "1 Season", - "listed_in": "Crime TV Shows, International TV Shows, TV Dramas", - "description": "In a future where regeneration technology lets humans live indefinitely, a cop and a troubled young woman investigate a strange wave of youth suicides.", - "type": "TV Show" - }, - { - "show_id": 18002692, - "title": "American History X", - "director": "Tony Kaye", - "cast": "Edward Norton, Edward Furlong, Beverly D'Angelo, Jennifer Lien, Ethan Suplee, Fairuza Balk, Avery Brooks, Elliott Gould, Stacy Keach, William Russ, Guy Torry", - "country": "United States", - "date_added": "November 1, 2019", - "release_year": 1998, - "rating": "R", - "duration": "119 min", - "listed_in": "Dramas", - "description": "A neo-Nazi gets sent to prison for murder and comes out a changed man. But can he prevent his younger brother from following in his footsteps?", - "type": "Movie" - }, - { - "show_id": 81024100, - "title": "American Son", - "director": "Kenny Leon", - "cast": "Kerry Washington, Steven Pasquale, Jeremy Jordan, Eugene Lee", - "country": "United States", - "date_added": "November 1, 2019", - "release_year": 2019, - "rating": "TV-MA", - "duration": "90 min", - "listed_in": "Dramas", - "description": "Time passes and tension mounts in a Florida police station as an estranged interracial couple awaits news of their missing teenage son.", - "type": "Movie" - }, - { - "show_id": 60027583, - "title": "Anger Management", - "director": "Peter Segal", - "cast": "Adam Sandler, Jack Nicholson, Marisa Tomei, Luis Guzmán, Allen Covert, Lynne Thigpen, Kurt Fuller, Jonathan Loughran, Krista Allen, January Jones, Woody Harrelson, John Turturro, Kevin Nealon", - "country": "United States", - "date_added": "November 1, 2019", - "release_year": 2003, - "rating": "PG-13", - "duration": "105 min", - "listed_in": "Comedies", - "description": "After a gentle businessman is forced to get anger management counseling, his therapist moves in – but turns out to have anger issues of his own.", - "type": "Movie" - }, - { - "show_id": 80216003, - "title": "Apache Warrior", - "director": "David Salzberg, Christian Tureaud", - "cast": "", - "country": "United States", - "date_added": "November 1, 2019", - "release_year": 2017, - "rating": "TV-MA", - "duration": "89 min", - "listed_in": "Documentaries", - "description": "Recovered cockpit footage and telling interviews reveal the true stories of US fighter pilots in one of the largest combat strikes in history.", - "type": "Movie" - }, - { - "show_id": 80117540, - "title": "Atypical", - "director": "", - "cast": "Jennifer Jason Leigh, Keir Gilchrist, Michael Rapaport, Brigette Lundy-Paine, Amy Okuda, Jenna Boyd, Graham Rogers, Nik Dodani", - "country": "United States", - "date_added": "", - "release_year": 2019, - "rating": "TV-MA", - "duration": "3 Seasons", - "listed_in": "TV Comedies, TV Dramas, Teen TV Shows", - "description": "When a teen on the autism spectrum decides to get a girlfriend, his bid for more independence puts his whole family on a path of self-discovery.", - "type": "TV Show" - }, - { - "show_id": 81184735, - "title": "Barbie Dreamhouse Adventures: Go Team Roberts", - "director": "", - "cast": "America Young, Kirsten Day, Cassandra Morris, Cassidy Naber, Emma Galvin, Stephanie Sheh, Desirae Whitfield, Cristina Milizia, Lisa Fuson, Greg Chun, Ritesh Rajan, Eamon Brennan", - "country": "", - "date_added": "November 1, 2019", - "release_year": 2019, - "rating": "TV-Y", - "duration": "1 Season", - "listed_in": "Kids' TV", - "description": "As the Roberts family heads to Costa Rica to investigate a mermaid legend, Barbie takes on a summer job at a water park run by a devious boss.", - "type": "TV Show" - }, - { - "show_id": 81183624, - "title": "Billy on the Street", - "director": "", - "cast": "Billy Eichner", - "country": "United States", - "date_added": "", - "release_year": 2016, - "rating": "TV-14", - "duration": "4 Seasons", - "listed_in": "International TV Shows, Reality TV, TV Comedies", - "description": "Comedian Billy Eichner sprints through New York with celebrities to stun pedestrians with unapologetic, unfiltered and unique pop culture questions.", - "type": "TV Show" - }, - { - "show_id": 80221999, - "title": "Bondi Rescue", - "director": "", - "cast": "Andrew Günsberg, Dean Gladstone, Bruce Hopkins, Trent 'Maxi' Maxwell, Andrew Reid, Ryan Clark, Chris Chapman, Anthony 'Harries' Caroll", - "country": "Australia", - "date_added": "", - "release_year": 2016, - "rating": "TV-PG", - "duration": "1 Season", - "listed_in": "Reality TV", - "description": "This reality series follows elite professional lifeguards on Sydney's Bondi Beach, as they take on everything from animal stings to criminals.", - "type": "TV Show" - }, - { - "show_id": 60002033, - "title": "Butterfield 8", - "director": "Daniel Mann", - "cast": "Elizabeth Taylor, Laurence Harvey, Eddie Fisher, Dina Merrill, Mildred Dunnock, Betty Field, Jeffrey Lynn, Susan Oliver", - "country": "United States", - "date_added": "November 1, 2019", - "release_year": 1960, - "rating": "TV-14", - "duration": "108 min", - "listed_in": "Classic Movies, Dramas, Romantic Movies", - "description": "Elizabeth Taylor won an Oscar as Gloria Wandrous, a stylish call girl who yearns to go straight, especially after she thinks she's found Mr. Right.", - "type": "Movie" - }, - { - "show_id": 70046968, - "title": "Cat on a Hot Tin Roof", - "director": "Richard Brooks", - "cast": "Elizabeth Taylor, Paul Newman, Burl Ives, Jack Carson, Judith Anderson, Madeleine Sherwood, Larry Gates, Vaughn Taylor", - "country": "United States", - "date_added": "November 1, 2019", - "release_year": 1958, - "rating": "NR", - "duration": "108 min", - "listed_in": "Classic Movies, Dramas", - "description": "Members of a Southern clan scramble to curry favor with a dying, wealthy patriarch in this adaptation of Tennessee Williams's sizzling stage drama.", - "type": "Movie" - }, - { - "show_id": 81154982, - "title": "Christmas Break-In", - "director": "Michael Kampa", - "cast": "Danny Glover, Denise Richards, Cameron Seely, Sean O'Bryan, Katrina Begin, Jake Van Wagoner, Douglas Spain, Dawson Ehlke", - "country": "United States", - "date_added": "November 1, 2019", - "release_year": 2019, - "rating": "TV-PG", - "duration": "87 min", - "listed_in": "Children & Family Movies, Comedies", - "description": "Stranded at school before holiday break, a precocious girl gets into the spirit of saving when a trio of robbers trespass and hold the janitor hostage.", - "type": "Movie" - }, - { - "show_id": 81063129, - "title": "Christmas in the Heartland", - "director": "Harvey Lowry", - "cast": "Sierra McCormick, Brighton Sharbino, Bo Derek, Shelley Long, Christopher Rich, JoeDon Rooney, Tiffany Fallon, Paula Trickey, Christian Kane", - "country": "United States", - "date_added": "November 1, 2019", - "release_year": 2017, - "rating": "TV-PG", - "duration": "112 min", - "listed_in": "Dramas", - "description": "Two girls realize they're both visiting grandparents they’ve never met and decide to switch places to see how the other half lives.", - "type": "Movie" - }, - { - "show_id": 81074542, - "title": "Christmas Survival", - "director": "James Dearden", - "cast": "Julian Ovenden, Gemma Whelan, Joely Richardson, Michael Landes, Sally Phillips, Patricia Hodge, Ronni Ancona, James Fox, Sophie Simnett, Jade Ma", - "country": "United Kingdom", - "date_added": "November 1, 2019", - "release_year": 2018, - "rating": "TV-MA", - "duration": "101 min", - "listed_in": "Comedies", - "description": "With Christmas just around the corner, sisters Miranda and Lyla bring their families to their childhood home, where rivalries don't take a holiday.", - "type": "Movie" - }, - { - "show_id": 70204963, - "title": "CLANNAD", - "director": "", - "cast": "Yuichi Nakamura, David Matranga, Mai Nakahara, Luci Christian, Ryo Hirohashi, Shelley Calene-Black, Ai Nonaka, Hilary Haag, Akemi Kanda, Brittney Karbowski, Houko Kuwashima, Kaytha Coker, Mamiko Noto, Emily Neves, Daisuke Sakaguchi, Greg Ayres", - "country": "Japan", - "date_added": "", - "release_year": 2008, - "rating": "TV-PG", - "duration": "2 Seasons", - "listed_in": "Anime Series, Teen TV Shows", - "description": "Maladjusted high school student Tomoya's life begins to change when he befriends his classmate Nagisa and several other eccentric girls.", - "type": "TV Show" - }, - { - "show_id": 382650, - "title": "Cleopatra Jones", - "director": "Jack Starrett", - "cast": "Tamara Dobson, Bernie Casey, BrendaSykes, Esther Rolle, Shelley Winters", - "country": "United States", - "date_added": "November 1, 2019", - "release_year": 1973, - "rating": "PG", - "duration": "89 min", - "listed_in": "Action & Adventure, Classic Movies", - "description": "A stylin' special agent chases down drug lords and does her part to stop trafficking. Soon, she finds herself seeking revenge on a dealer.", - "type": "Movie" - }, - { - "show_id": 70044705, - "title": "Code Name: The Cleaner", - "director": "Les Mayfield", - "cast": "Cedric the Entertainer, Lucy Liu, Nicollette Sheridan, Mark Dacascos, Callum Keith Rennie, DeRay Davis, Niecy Nash, Will Patton", - "country": "United States", - "date_added": "November 1, 2019", - "release_year": 2007, - "rating": "PG-13", - "duration": "91 min", - "listed_in": "Action & Adventure, Comedies", - "description": "A mild-mannered janitor duped into believing he's an undercover agent stumbles into an international arms ring plot involving the CIA and the FBI.", - "type": "Movie" - }, - { - "show_id": 449931, - "title": "Doctor Zhivago", - "director": "David Lean", - "cast": "Omar Sharif, Julie Christie, Geraldine Chaplin, Rod Steiger, Alec Guinness, Tom Courtenay, Siobhan McKenna, Ralph Richardson, Jeffrey Rockland", - "country": "United States, Italy, United Kingdom, Liechtenstein", - "date_added": "November 1, 2019", - "release_year": 1965, - "rating": "PG-13", - "duration": "200 min", - "listed_in": "Classic Movies, Dramas, Romantic Movies", - "description": "A young physician and his beautiful mistress get swept up in the danger and drama of the Bolshevik Revolution in this Oscar-winning epic.", - "type": "Movie" - }, - { - "show_id": 81189912, - "title": "Drive", - "director": "Tarun Mansukhani", - "cast": "Jacqueline Fernandez, Sushant Singh Rajput, Boman Irani, Pankaj Tripathi, Vikramjeet Virk, Sapna Pabbi, Vibha Chhibber, Kaustubh Kumar", - "country": "India", - "date_added": "November 1, 2019", - "release_year": 2019, - "rating": "TV-14", - "duration": "119 min", - "listed_in": "Action & Adventure, International Movies", - "description": "A notorious thief allies with a street racer for a grand heist involving an elaborate game of deceit with authorities, who have their own dirty secrets.", - "type": "Movie" - }, - { - "show_id": 80215046, - "title": "Elliot the Littlest Reindeer", - "director": "Jennifer Westcott", - "cast": "Josh Hutcherson, Samantha Bee, Martin Short, Morena Baccarin, Jeff Dunham, John Cleese", - "country": "Canada", - "date_added": "November 1, 2019", - "release_year": 2018, - "rating": "PG", - "duration": "90 min", - "listed_in": "Children & Family Movies", - "description": "When Blitzen suddenly retires, a miniature horse determined to join Santa's reindeer team faces fierce competition in the North Pole tryouts.", - "type": "Movie" - }, - { - "show_id": 60036838, - "title": "Enter the Dragon", - "director": "Robert Clouse", - "cast": "Bruce Lee, John Saxon, Jim Kelly, Ahna Capri, Kien Shih, Robert Wall, Angela Mao, Betty Chung, Geoffrey Weeks, Bolo Yeung, Peter Archer", - "country": "Hong Kong, United States", - "date_added": "November 1, 2019", - "release_year": 1973, - "rating": "R", - "duration": "103 min", - "listed_in": "Action & Adventure, Classic Movies", - "description": "Recruited by a British agent, Shaolin master Lee infiltrates a remote island and a brutal martial arts tournament to spy on a sinister crime lord.", - "type": "Movie" - }, - { - "show_id": 81179693, - "title": "Euphoria", - "director": "Valeria Golino", - "cast": "Riccardo Scamarcio, Valerio Mastandrea, Isabella Ferrari, Valentina Cervi, Jasmine Trinca, Andrea Germani, Marzia Ubaldi, Iaia Forte", - "country": "Italy", - "date_added": "November 1, 2019", - "release_year": 2018, - "rating": "R", - "duration": "110 min", - "listed_in": "Dramas, International Movies, LGBTQ Movies", - "description": "An entrepreneur prone to partying and his estranged brother, a teacher resigned to a humdrum life, begin to bond under fragile circumstances.", - "type": "Movie" - }, - { - "show_id": 485218, - "title": "Executive Decision", - "director": "Stuart Baird", - "cast": "Kurt Russell, Halle Berry, John Leguizamo, Oliver Platt, Steven Seagal, Joe Morton, David Suchet, BD Wong, Len Cariou, Whip Hubley", - "country": "United States", - "date_added": "November 1, 2019", - "release_year": 1996, - "rating": "R", - "duration": "133 min", - "listed_in": "Action & Adventure", - "description": "When terrorists hijack a 747 and turn it into a nerve gas bomb aimed at Washington, D.C., commandos use an experimental plane to try to stop them.", - "type": "Movie" - }, - { - "show_id": 1192866, - "title": "Fallen", - "director": "Gregory Hoblit", - "cast": "Denzel Washington, John Goodman, Donald Sutherland, Embeth Davidtz, James Gandolfini, Elias Koteas, Gabriel Casseus, Michael J. Pagan, Robert Joy", - "country": "United States", - "date_added": "November 1, 2019", - "release_year": 1998, - "rating": "R", - "duration": "124 min", - "listed_in": "Thrillers", - "description": "A tough homicide cop faces his most dangerous assignment when he must stop a murderous evil spirit who can move from one host to the next.", - "type": "Movie" - }, - { - "show_id": 11819434, - "title": "Fear and Loathing in Las Vegas", - "director": "Terry Gilliam", - "cast": "Johnny Depp, Benicio Del Toro, Tobey Maguire, Ellen Barkin, Gary Busey, Christina Ricci, Mark Harmon, Cameron Diaz, Katherine Helmond, Michael Jeter, Craig Bierko, Lyle Lovett, Flea, Christopher Meloni, Harry Dean Stanton, Tim Thomerson", - "country": "United States", - "date_added": "November 1, 2019", - "release_year": 1998, - "rating": "R", - "duration": "118 min", - "listed_in": "Comedies, Cult Movies, Dramas", - "description": "A sportswriter and his Samoan lawyer embark on a hallucinogenic three-day romp from Los Angeles to Las Vegas in this counterculture cult favorite.", - "type": "Movie" - }, - { - "show_id": 81050375, - "title": "Fire in Paradise", - "director": "Drea Cooper, Zackary Canepari", - "cast": "", - "country": "United States", - "date_added": "November 1, 2019", - "release_year": 2019, - "rating": "TV-MA", - "duration": "40 min", - "listed_in": "Documentaries", - "description": "In this documentary, survivors recall the catastrophic 2018 Camp Fire, which razed the town of Paradise and became California’s deadliest wildfire.", - "type": "Movie" - }, - { - "show_id": 516788, - "title": "Forbidden Planet", - "director": "Fred M. Wilcox", - "cast": "Leslie Nielsen, Walter Pidgeon, Anne Francis, Jack Kelly, Warren Stevens, James Drury, Earl Holliman", - "country": "United States", - "date_added": "November 1, 2019", - "release_year": 1956, - "rating": "G", - "duration": "98 min", - "listed_in": "Action & Adventure, Classic Movies, Sci-Fi & Fantasy", - "description": "A pulp-fiction sci-fi classic, Forbidden Planet stars Leslie Nielsen as a heroic starship captain who finds the paradise planet Altair-IV.", - "type": "Movie" - }, - { - "show_id": 70048968, - "title": "Getting Played", - "director": "David Silberg", - "cast": "Carmen Electra, Stacey Dash, Vivica A. Fox, Bill Bellamy, Kathy Najimy, Joe Torry, Dorian Gregory, Mindy Sterling, Joseph C. Phillips, Larry B. Scott, Michael Jai White, Sheryl Underwood, Earthquake", - "country": "United States", - "date_added": "November 1, 2019", - "release_year": 2005, - "rating": "PG-13", - "duration": "85 min", - "listed_in": "Comedies, Romantic Movies", - "description": "Tired of dealing with boyfriends who wrong them, gal pals Lauren, Emily and Andrea decide to turn the tables and become the players themselves.", - "type": "Movie" - }, - { - "show_id": 542137, - "title": "Gigi", - "director": "Vincente Minnelli, Charles Walters", - "cast": "Leslie Caron, Maurice Chevalier, Louis Jourdan, Hermione Gingold, Eva Gabor, Jacques Bergerac, Isabel Jeans, John Abbott, Edwin Jerome, Corinne Marchand", - "country": "United States", - "date_added": "November 1, 2019", - "release_year": 1958, - "rating": "G", - "duration": "115 min", - "listed_in": "Classic Movies, Comedies, Music & Musicals", - "description": "Gigi's an avant-garde French waif being groomed as the fille de joie of affluent and handsome Gaston. Soon Gigi metamorphoses into a stunning beauty.", - "type": "Movie" - }, - { - "show_id": 60021796, - "title": "Gosford Park", - "director": "Robert Altman", - "cast": "Eileen Atkins, Bob Balaban, Alan Bates, Charles Dance, Stephen Fry, Michael Gambon, Richard E. Grant, Tom Hollander, Derek Jacobi, Kelly Macdonald, Helen Mirren, Jeremy Northam, Clive Owen, Ryan Phillippe, Maggie Smith, Geraldine Somerville, Kristin Scott Thomas, Sophie Thompson, Emily Watson, James Wilby", - "country": "United States, United Kingdom, Italy", - "date_added": "November 1, 2019", - "release_year": 2001, - "rating": "R", - "duration": "137 min", - "listed_in": "Comedies, Dramas, International Movies", - "description": "In this witty whodunit, wealthy guests and their servants gather for a weekend stay at the home of Sir William McCordle, who is soon found murdered.", - "type": "Movie" - }, - { - "show_id": 60031247, - "title": "Gothika", - "director": "Mathieu Kassovitz", - "cast": "Halle Berry, Robert Downey Jr., Charles S. Dutton, John Carroll Lynch, Bernard Hill, Penélope Cruz, Dorian Harewood, Bronwen Mantel", - "country": "United States, France, Canada, Spain", - "date_added": "November 1, 2019", - "release_year": 2003, - "rating": "R", - "duration": "98 min", - "listed_in": "Horror Movies, Thrillers", - "description": "After a car crash, a criminal psychiatrist awakens to find that she's a patient in the same mental institution that currently employs her.", - "type": "Movie" - }, - { - "show_id": 60000577, - "title": "Grease", - "director": "Randal Kleiser", - "cast": "John Travolta, Olivia Newton-John, Stockard Channing, Jeff Conaway, Barry Pearl, Michael Tucci, Kelly Ward, Didi Conn, Jamie Donnelly, Dinah Manoff, Eve Arden, Dody Goodman, Sid Caesar, Joan Blondell, Frankie Avalon", - "country": "United States", - "date_added": "November 1, 2019", - "release_year": 1978, - "rating": "PG", - "duration": "110 min", - "listed_in": "Classic Movies, Comedies, Music & Musicals", - "description": "John Travolta and Olivia Newton-John star in this hit musical comedy about a greaser and the good girl he falls for – much to his friends' chagrin.", - "type": "Movie" - }, - { - "show_id": 80241387, - "title": "Hache", - "director": "", - "cast": "Adriana Ugarte, Javier Rey, Eduardo Noriega, Marc Martínez, Ingrid Rubio, Pep Ambròs, Núria Prims, Roger Casamajor", - "country": "Spain", - "date_added": "November 1, 2019", - "release_year": 2019, - "rating": "TV-MA", - "duration": "1 Season", - "listed_in": "Crime TV Shows, International TV Shows, Spanish-Language TV Shows", - "description": "As Helena gains the love and trust of a dangerous heroin cartel leader in 1960s Barcelona, she hones the skills she needs to rise up the ranks.", - "type": "TV Show" - }, - { - "show_id": 80090673, - "title": "Haikyu!!", - "director": "", - "cast": "Ayumu Murase, Kaito Ishikawa, Satoshi Hino, Miyu Irino, Yu Hayashi, Koki Uchiyama, Soma Saito, Nobuhiko Okamoto, Yoshimasa Hosoya, Toshiki Masuda, Kaori Nazuka, Hiroshi Kamiya, Kazunari Tanaka, Daisuke Namikawa, Hiroyuki Yoshino, Sumire Morohoshi, Yuichi Nakamura, Yuki Kaji, Shinnosuke Tachibana, Mark Ishii, Ryohei Kimura, Ryota Takeuchi, Hisao Egawa, Subaru Kimura", - "country": "Japan", - "date_added": "", - "release_year": 2015, - "rating": "TV-14", - "duration": "2 Seasons", - "listed_in": "Anime Series, International TV Shows, Teen TV Shows", - "description": "Inspired by a championship match he sees on TV, junior high schooler Hinata joins a volleyball club and begins training, despite his short height.", - "type": "TV Show" - }, - { - "show_id": 70039241, - "title": "Harlem Globetrotters: The Team That Changed the World", - "director": "", - "cast": "Chuck D., Harlem Globetrotters", - "country": "", - "date_added": "November 1, 2019", - "release_year": 2005, - "rating": "TV-14", - "duration": "55 min", - "listed_in": "Documentaries, Sports Movies", - "description": "Relive the greatest moments of the Harlem Globetrotters with this documentary that chronicles the team's legendary 1948 defeat over the Minneapolis Lakers and their historic 1951 Berlin trip.", - "type": "Movie" - }, - { - "show_id": 80227818, - "title": "Hello Ninja", - "director": "", - "cast": "Lukas Engel, Zoey Siewert, Sam Vincent, Mayumi Yoshida", - "country": "", - "date_added": "November 1, 2019", - "release_year": 2019, - "rating": "TV-Y", - "duration": "1 Season", - "listed_in": "Kids' TV", - "description": "BFFs Wesley and Georgie and their silly cat sidekick Pretzel transform into ninjas and enter a magic world, where they solve problems and save the day.", - "type": "TV Show" - }, - { - "show_id": 80094603, - "title": "Highway Thru Hell", - "director": "", - "cast": "Dave Pettitt, Jamie Davis, Adam Gazzola, Kevin Ritchie", - "country": "Canada", - "date_added": "", - "release_year": 2016, - "rating": "TV-PG", - "duration": "3 Seasons", - "listed_in": "Reality TV", - "description": "On the hazardous highways of Canada's interior, heavy vehicle towing companies experience hardship and triumph rescuing wrecked and stranded trucks.", - "type": "TV Show" - }, - { - "show_id": 80231468, - "title": "Holiday in the Wild", - "director": "Ernie Barbarash", - "cast": "Rob Lowe, Kristin Davis, Fezile Mpela, John Owen Lowe, Colin Moss", - "country": "", - "date_added": "November 1, 2019", - "release_year": 2019, - "rating": "TV-PG", - "duration": "86 min", - "listed_in": "Children & Family Movies, Dramas, Romantic Movies", - "description": "When her husband abruptly ends their marriage, empty nester Kate embarks on a solo second honeymoon in Africa, finding purpose – and potential romance.", - "type": "Movie" - }, - { - "show_id": 81083786, - "title": "Holly Star", - "director": "Michael A. Nickles", - "cast": "Katlyn Carlson, Brian Muller, Teya Patt, Pamela Chabora", - "country": "United States", - "date_added": "November 1, 2019", - "release_year": 2018, - "rating": "PG", - "duration": "92 min", - "listed_in": "Children & Family Movies, Comedies, Romantic Movies", - "description": "Home for the holidays, a broke puppeteer knows there’s treasure buried somewhere under her town. To find it, all she has to do is die – almost.", - "type": "Movie" - }, - { - "show_id": 80153894, - "title": "How to Be a Latin Lover", - "director": "Ken Marino", - "cast": "Eugenio Derbez, Salma Hayek, Rob Lowe, Raphael Alejandro, Kristen Bell, Raquel Welch, Linda Lavin, Renée Taylor, Rob Riggle, Rob Corddry, Rob Huebel, Michael Cera, Michaela Watkins", - "country": "Mexico, United States", - "date_added": "November 1, 2019", - "release_year": 2017, - "rating": "PG-13", - "duration": "116 min", - "listed_in": "Comedies", - "description": "When an aging Lothario gets the boot from his sugar mama, he must pull out all the stops to find a new female sponsor.", - "type": "Movie" - }, - { - "show_id": 1179333, - "title": "How to Be a Player", - "director": "Lionel C. Martin", - "cast": "Bill Bellamy, Natalie Desselle, Lark Voorhies, Mari Morrow, Pierre Edwards, Jermaine 'Huggy' Hopkins, Anthony Johnson, Max Julien, Beverly Johnson, Gilbert Gottfried, Bernie Mac", - "country": "United States", - "date_added": "November 1, 2019", - "release_year": 1997, - "rating": "R", - "duration": "94 min", - "listed_in": "Comedies", - "description": "Dray lives life one woman at a time and is the envy of all his friends, until his sister decides to show him the error of his philandering ways.", - "type": "Movie" - }, - { - "show_id": 70118779, - "title": "Invictus", - "director": "Clint Eastwood", - "cast": "Morgan Freeman, Matt Damon, Tony Kgoroge, Patrick Mofokeng, Matt Stern, Julian Lewis Jones, Adjoa Andoh, Marguerite Wheatley, Leleti Khumalo, Patrick Lyster, Penny Downie", - "country": "United States", - "date_added": "November 1, 2019", - "release_year": 2009, - "rating": "PG-13", - "duration": "134 min", - "listed_in": "Dramas, Sports Movies", - "description": "After the end of apartheid, newly elected President Nelson Mandela uses the 1995 World Cup rugby matches to unite his people in South Africa.", - "type": "Movie" - }, - { - "show_id": 653673, - "title": "Jimi Hendrix", - "director": "Joe Boyd", - "cast": "Jimi Hendrix, Eric Clapton, Billy Cox", - "country": "United States", - "date_added": "November 1, 2019", - "release_year": 1973, - "rating": "R", - "duration": "102 min", - "listed_in": "Documentaries, Music & Musicals", - "description": "Jimi Hendrix's family, friends, and fellow musicians discuss his life and influence. Hendrix also appears in classic performance footage.", - "type": "Movie" - }, - { - "show_id": 70020947, - "title": "King's Ransom", - "director": "Jeffrey W. Byrd", - "cast": "Anthony Anderson, Jay Mohr, Kellita Smith, Nicole Ari Parker, Regina Hall, Loretta Devine, Donald Faison, Leila Arcieri, Charlie Murphy, Brooke D'Orsay", - "country": "United States, Canada", - "date_added": "November 1, 2019", - "release_year": 2005, - "rating": "PG-13", - "duration": "98 min", - "listed_in": "Action & Adventure, Comedies", - "description": "A wealthy, despicable businessman comes to the realization that he may lose half his fortune to the obnoxious wife he's trying to divorce. So, he decides to arrange his own kidnapping in order to wipe himself out and claim poverty.", - "type": "Movie" - }, - { - "show_id": 70117305, - "title": "Legion", - "director": "Scott Stewart", - "cast": "Paul Bettany, Lucas Black, Tyrese Gibson, Adrianne Palicki, Charles S. Dutton, Jon Tenney, Kevin Durand, Willa Holland, Kate Walsh, Dennis Quaid, Jeanette Miller, Cameron Harlow, Doug Jones, Josh Stamberg, Yancey Arias", - "country": "United States", - "date_added": "November 1, 2019", - "release_year": 2010, - "rating": "R", - "duration": "100 min", - "listed_in": "Action & Adventure, Horror Movies, Sci-Fi & Fantasy", - "description": "A motley crew of apocalypse survivors living at an abandoned truck stop never suspects that the pregnant woman among them is carrying the Messiah.", - "type": "Movie" - }, - { - "show_id": 701346, - "title": "Like Water for Chocolate", - "director": "Alfonso Arau", - "cast": "Marco Leonardi, Lumi Cavazos, Regina Torné, Mario Iván Martínez, Ada Carrasco, Yareli Arizmendi, Claudette Maillé, Pilar Aranda", - "country": "Mexico", - "date_added": "November 1, 2019", - "release_year": 1992, - "rating": "R", - "duration": "105 min", - "listed_in": "Classic Movies, Dramas, International Movies", - "description": "When Pedro marries her sister, Tita throws herself into her cooking – and discovers she can transfer her emotions through the food she prepares.", - "type": "Movie" - }, - { - "show_id": 70111489, - "title": "Listen Up! The Lives of Quincy Jones", - "director": "Ellen Weissbrod", - "cast": "Quincy Jones, Miles Davis, Ray Charles, Sheila E., Ella Fitzgerald, Flavor Flav, Aretha Franklin, Dizzy Gillespie, Lesley Gore, Herbie Hancock, Ice-T, Jesse Jackson, Michael Jackson, Frank Sinatra, Oprah Winfrey", - "country": "", - "date_added": "November 1, 2019", - "release_year": 1990, - "rating": "TV-14", - "duration": "116 min", - "listed_in": "Documentaries, Music & Musicals", - "description": "Steering clear of convention, this affecting documentary pays tribute to the life and work of composer, musician and producer Quincy Jones, one of the best-known and most respected men in the music industry.", - "type": "Movie" - }, - { - "show_id": 709163, - "title": "Logan's Run", - "director": "Michael Anderson", - "cast": "Michael York, Richard Jordan, Farrah Fawcett, Jenny Agutter, Peter Ustinov, Roscoe Lee Browne, Randolph Roberts, Gary Morgan, Greg Lewis", - "country": "United States", - "date_added": "November 1, 2019", - "release_year": 1976, - "rating": "PG", - "duration": "118 min", - "listed_in": "Action & Adventure, Classic Movies, Cult Movies", - "description": "In the 23rd century, inhabitants of a domed city exist in a world filled with life's pleasures – but no one is allowed to live past the age of 30.", - "type": "Movie" - }, - { - "show_id": 709380, - "title": "Lolita", - "director": "Stanley Kubrick", - "cast": "James Mason, Shelley Winters, Peter Sellers, Sue Lyon, Gary Cockrell, Jerry Stovin, Diana Decker, Lois Maxwell, Cec Linder", - "country": "United Kingdom, United States", - "date_added": "November 1, 2019", - "release_year": 1962, - "rating": "R", - "duration": "153 min", - "listed_in": "Classic Movies, Dramas, Romantic Movies", - "description": "In this black comedy, an English professor marries his landlady to get closer to his forbidden obsession: her teenage daughter.", - "type": "Movie" - }, - { - "show_id": 1150871, - "title": "Love Jones", - "director": "Theodore Witcher", - "cast": "Larenz Tate, Nia Long, Isaiah Washington, Lisa Nicole Carson, Bill Bellamy, Leonard Roberts, Bernadette L. Clarke, Khalil Kain", - "country": "United States", - "date_added": "November 1, 2019", - "release_year": 1997, - "rating": "R", - "duration": "109 min", - "listed_in": "Comedies, Dramas, Independent Movies", - "description": "In this urban romantic comedy set in Chicago, the ups and downs of courtship play out between a young black poet and a pretty shutterbug.", - "type": "Movie" - }, - { - "show_id": 80239860, - "title": "Love, Chunibyo & Other Delusions!", - "director": "", - "cast": "Jun Fukuyama, Maaya Uchida, Chinatsu Akasaki, Azumi Asakura, Sumire Uesaka, Yuri Amano, Kaori Fukuhara, Mami Shitara, Soichiro Hoshi, Kikuko Inoue, Eri Sendai, Juri Nagatsuma", - "country": "Japan", - "date_added": "", - "release_year": 2014, - "rating": "TV-PG", - "duration": "2 Seasons", - "listed_in": "Anime Series, Romantic TV Shows, Teen TV Shows", - "description": "High schooler Yuta wants to leave his past as a delusional weirdo behind. But his classmate Rikka has her own delusions, and she's interested in his.", - "type": "TV Show" - }, - { - "show_id": 70082264, - "title": "Mad Money", - "director": "Callie Khouri, Jesse V. Johnson", - "cast": "Diane Keaton, Queen Latifah, Katie Holmes, Ted Danson, Roger Cross, Adam Rothenberg, Stephen Root, Christopher McDonald, Meagen Fay, J.C. MacKenzie, Finesse Mitchell, Eric Keenleyside", - "country": "United States", - "date_added": "November 1, 2019", - "release_year": 2008, - "rating": "PG-13", - "duration": "99 min", - "listed_in": "Comedies", - "description": "A woman joins the janitorial staff of the Federal Reserve Bank and conspires with two co-workers to pilfer old money that's scheduled to be destroyed.", - "type": "Movie" - }, - { - "show_id": 81104406, - "title": "Maid-Sama!", - "director": "", - "cast": "Ayumi Fujimura, Nobuhiko Okamoto, Kazuyoshi Shiibashi, Kana Hanazawa, Yu Kobayashi, Mitsuhiro Ichiki, Takuma Terashima, Yoshimasa Hosoya", - "country": "Japan", - "date_added": "November 1, 2019", - "release_year": 2010, - "rating": "TV-14", - "duration": "1 Season", - "listed_in": "Anime Series, Romantic TV Shows", - "description": "To keep the boys in line, student council president Misaki runs the school with an iron fist – while secretly working as a waitress at a maid café.", - "type": "TV Show" - }, - { - "show_id": 80144355, - "title": "Mars", - "director": "Everardo Gout", - "cast": "Jihae, Alberto Ammann, Clémentine Poidatz, Anamaria Marinca, Sammi Rotibi, Nicholas Wittman, Cosima Shaw", - "country": "United States", - "date_added": "", - "release_year": 2018, - "rating": "TV-PG", - "duration": "2 Seasons", - "listed_in": "Docuseries, Science & Nature TV, TV Dramas", - "description": "Fact meets fiction in this docudrama chronicling the journey of a spacecraft crew as it embarks in 2033 on a mission to colonize the red planet.", - "type": "TV Show" - }, - { - "show_id": 80150290, - "title": "Mobile Suit Gundam: Iron-Blooded Orphans", - "director": "", - "cast": "Kengo Kawanishi, Yoshimasa Hosoya, Natsuki Hanae, Yuuichirou Umehara, Yasuaki Takumi, Taishi Murata, Kouhei Amasaki, Mutsumi Tamura, Soma Saito, Yuka Terasaki, Hisako Kanemoto, Takahiro Sakurai, Masaya Matsukaze, Toru Okawa", - "country": "", - "date_added": "", - "release_year": 2016, - "rating": "TV-14", - "duration": "2 Seasons", - "listed_in": "Anime Series, International TV Shows", - "description": "On a terraformed post-disaster Mars, a group of child security agents rebel against the adults who betrayed them and the oppressive Earth government.", - "type": "TV Show" - }, - { - "show_id": 1179583, - "title": "Money Talks", - "director": "Brett Ratner", - "cast": "Charlie Sheen, Chris Tucker, Heather Locklear, Paul Sorvino, Gérard Ismaël, Damian Chapa, Elise Neal, Michael Wright, Veronica Cartwright", - "country": "United States", - "date_added": "November 1, 2019", - "release_year": 1997, - "rating": "R", - "duration": "96 min", - "listed_in": "Action & Adventure, Comedies", - "description": "TV news reporter James Russell helps put small-time criminal Franklin Hatchett in jail, but turns to protecting Hatchett when he escapes from prison.", - "type": "Movie" - }, - { - "show_id": 70044595, - "title": "Monster House", - "director": "Gil Kenan", - "cast": "Mitchel Musso, Sam Lerner, Spencer Locke, Steve Buscemi, Kathleen Turner, Jason Lee, Jon Heder, Maggie Gyllenhaal, Catherine O'Hara, Fred Willard, Nick Cannon, Kevin James", - "country": "United States", - "date_added": "November 1, 2019", - "release_year": 2006, - "rating": "PG", - "duration": "91 min", - "listed_in": "Children & Family Movies, Comedies", - "description": "Three friends uncover the truth about a scary abandoned house in their neighborhood that has a personality of its own and seems to be eating people.", - "type": "Movie" - }, - { - "show_id": 60011729, - "title": "Mutiny on the Bounty", - "director": "Lewis Milestone, Carol Reed", - "cast": "Marlon Brando, Trevor Howard, Richard Harris, Hugh Griffith, Richard Haydn, Tarita", - "country": "United States", - "date_added": "November 1, 2019", - "release_year": 1962, - "rating": "TV-PG", - "duration": "185 min", - "listed_in": "Action & Adventure, Classic Movies, Dramas", - "description": "Marlon Brando gives a nuanced performance as the aristocratic Lt. Fletcher Christian, an officer aboard the HMS Bounty who leads a mutiny against the ship's tyrannical Capt. Bligh.", - "type": "Movie" - }, - { - "show_id": 70044883, - "title": "Nacho Libre", - "director": "Jared Hess", - "cast": "Jack Black, Ana de la Reguera, Héctor Jiménez, Darius Rose, Moises Arias, Diego Eduardo Gomez, Carlos Maycotte, Richard Montoya, Cesar Gonzalez, Rafael Montalvo", - "country": "United States, Mexico", - "date_added": "November 1, 2019", - "release_year": 2006, - "rating": "PG", - "duration": "92 min", - "listed_in": "Comedies, Sports Movies", - "description": "When Ignacio learns of an orphanage's financial woes, he pitches in to help – by disguising himself and joining the professional wrestling circuit.", - "type": "Movie" - }, - { - "show_id": 22497725, - "title": "National Lampoon's Loaded Weapon 1", - "director": "Gene Quintano", - "cast": "Emilio Estevez, Samuel L. Jackson, Jon Lovitz, Tim Curry, Kathy Ireland, Frank McRae, William Shatner, Dhiru Shah, Gokul, Thomas Bruggemann", - "country": "", - "date_added": "November 1, 2019", - "release_year": 1993, - "rating": "PG-13", - "duration": "82 min", - "listed_in": "Action & Adventure, Comedies, Independent Movies", - "description": "In this parody of the Lethal Weapon franchise, criminals murder a detective and steal her prized evidence: microfilm with a recipe for cocaine cookies. Luckily, loose-cannon cop Jack Colt and his by-the-book partner, Wes Luger, are on the case.", - "type": "Movie" - }, - { - "show_id": 60021590, - "title": "Ocean's Eleven", - "director": "Lewis Milestone", - "cast": "Frank Sinatra, Dean Martin, Sammy Davis Jr., Peter Lawford, Angie Dickinson, Richard Conte, Cesar Romero, Patrice Wymore, Joey Bishop", - "country": "United States", - "date_added": "November 1, 2019", - "release_year": 1960, - "rating": "TV-PG", - "duration": "127 min", - "listed_in": "Action & Adventure, Classic Movies, Comedies", - "description": "Frank Sinatra leads an all-star cast as Danny Ocean, who decides to knock over a few casinos on the Las Vegas Strip with his buddies.", - "type": "Movie" - }, - { - "show_id": 60023638, - "title": "Paid in Full", - "director": "Charles Stone III", - "cast": "Wood Harris, Mekhi Phifer, Kevin Carroll, Esai Morales, Chi McBride, Cam'ron, Remo Greene, Cynthia Martells, Elise Neal, Regina Hall, Joyce Walker", - "country": "United States", - "date_added": "November 1, 2019", - "release_year": 2002, - "rating": "R", - "duration": "98 min", - "listed_in": "Action & Adventure, Dramas", - "description": "This fictionalized account of three real-life notorious Harlem drug dealers is told in flashbacks as they plunge into the world of hustling.", - "type": "Movie" - }, - { - "show_id": 81075744, - "title": "Queer Eye: We're in Japan!", - "director": "", - "cast": "Bobby Berk, Karamo Brown, Tan France, Antoni Porowski, Jonathan Van Ness, Kiko Mizuhara", - "country": "United States, Japan", - "date_added": "November 1, 2019", - "release_year": 2019, - "rating": "TV-14", - "duration": "1 Season", - "listed_in": "International TV Shows, Reality TV", - "description": "The Fab Five touch down in Tokyo to spread the joy, explore the culture, and help four Japanese men and women find the confidence to be themselves.", - "type": "TV Show" - }, - { - "show_id": 70031792, - "title": "Rebel Without a Cause", - "director": "Nicholas Ray", - "cast": "James Dean, Natalie Wood, Sal Mineo, Jim Backus, Ann Doran, Corey Allen, William Hopper, Rochelle Hudson, Dennis Hopper, Edward Platt", - "country": "United States", - "date_added": "November 1, 2019", - "release_year": 1955, - "rating": "PG-13", - "duration": "111 min", - "listed_in": "Classic Movies, Dramas", - "description": "When Jim Stark arrives in a new town with his troubled past firmly in tow, he quickly falls for the girl next door and befriends the vulnerable Plato.", - "type": "Movie" - }, - { - "show_id": 70100383, - "title": "Revolutionary Road", - "director": "Sam Mendes", - "cast": "Leonardo DiCaprio, Kate Winslet, Kathy Bates, Michael Shannon, Kathryn Hahn, David Harbour, Dylan Baker, Richard Easton, Zoe Kazan, Jay O. Sanders, Max Casella", - "country": "United States, United Kingdom", - "date_added": "November 1, 2019", - "release_year": 2008, - "rating": "R", - "duration": "120 min", - "listed_in": "Dramas, Romantic Movies", - "description": "April and Frank's marriage unravels when a plan to change their \"perfect\" lives becomes their last hope to escape lives engulfed in emptiness.", - "type": "Movie" - }, - { - "show_id": 60002403, - "title": "Rosemary's Baby", - "director": "Roman Polanski", - "cast": "Mia Farrow, John Cassavetes, Ruth Gordon, Sidney Blackmer, Maurice Evans, Ralph Bellamy, Patsy Kelly, Elisha Cook Jr., Emmaline Henry, Charles Grodin", - "country": "United States", - "date_added": "November 1, 2019", - "release_year": 1968, - "rating": "R", - "duration": "137 min", - "listed_in": "Classic Movies, Horror Movies, Thrillers", - "description": "A woman is thrilled to find out she's pregnant. But as her belly grows, the more certain she becomes that her unborn child is in serious danger.", - "type": "Movie" - }, - { - "show_id": 17236920, - "title": "Rounders", - "director": "John Dahl", - "cast": "Matt Damon, Edward Norton, John Turturro, Gretchen Mol, Famke Janssen, John Malkovich, Martin Landau, Michael Rispoli, Josh Mostel, Tom Aldredge", - "country": "United States", - "date_added": "November 1, 2019", - "release_year": 1998, - "rating": "R", - "duration": "121 min", - "listed_in": "Dramas", - "description": "A law student befriends and \"befoes\" a fellow gambling addict and a club owner, and tensions run high when they must come up with $15k in just 5 days.", - "type": "Movie" - }, - { - "show_id": 923574, - "title": "Rumble in the Bronx", - "director": "Stanley Tong", - "cast": "Jackie Chan, Anita Mui, Françoise Yip, Bill Tung, Marc Akerstream, Garvin Cross, Morgan Lam, Ailen Sit", - "country": "Hong Kong", - "date_added": "November 1, 2019", - "release_year": 1995, - "rating": "R", - "duration": "89 min", - "listed_in": "Action & Adventure, Comedies, International Movies", - "description": "During a visit to the Bronx to help out at his uncle's store, a cheerful martial arts expert springs into action when a gang terrorizes the shop.", - "type": "Movie" - }, - { - "show_id": 81152930, - "title": "Santa Girl", - "director": "Blayne Weaver", - "cast": "Barry Bostwick, Jennifer Stone, Devon Werkheiser, McKayla Witt, Joshua Cody, Hank Stone", - "country": "United States", - "date_added": "November 1, 2019", - "release_year": 2019, - "rating": "TV-PG", - "duration": "91 min", - "listed_in": "Children & Family Movies, Comedies, Romantic Movies", - "description": "Fleeing the family business and an arranged marriage, Santa’s daughter chooses a magical adventure of her own: College.", - "type": "Movie" - }, - { - "show_id": 973861, - "title": "Sling Blade", - "director": "Billy Bob Thornton", - "cast": "Billy Bob Thornton, Dwight Yoakam, J.T. Walsh, John Ritter, Lucas Black, Natalie Canerday, James Hampton, Robert Duvall, Rick Dial, Brent Briscoe", - "country": "United States", - "date_added": "November 1, 2019", - "release_year": 1996, - "rating": "R", - "duration": "135 min", - "listed_in": "Dramas, Independent Movies", - "description": "A man returns home after being released from a psychiatric hospital, where he'd been confined since age 12 for murdering his mother and her lover.", - "type": "Movie" - }, - { - "show_id": 70058796, - "title": "Sparkle", - "director": "Sam O'Steen", - "cast": "Tony King, Mary Alice, Irene Cara, Dorian Harewood, Paul Lambert, Beatrice Winde, Lonette McKee", - "country": "United States", - "date_added": "November 1, 2019", - "release_year": 1976, - "rating": "PG", - "duration": "98 min", - "listed_in": "Dramas, Music & Musicals", - "description": "In 1950s Harlem, three singing sisters hit the big time and end up losing one another in this musical melodrama inspired by the Supremes.", - "type": "Movie" - }, - { - "show_id": 70047101, - "title": "Spider-Man 3", - "director": "Sam Raimi", - "cast": "Tobey Maguire, Kirsten Dunst, James Franco, Thomas Haden Church, Topher Grace, Bryce Dallas Howard, Rosemary Harris, J.K. Simmons, James Cromwell, Theresa Russell, Dylan Baker, Bill Nunn, Bruce Campbell, Elizabeth Banks", - "country": "United States", - "date_added": "November 1, 2019", - "release_year": 2007, - "rating": "PG-13", - "duration": "139 min", - "listed_in": "Action & Adventure, Sci-Fi & Fantasy", - "description": "The seemingly invincible Spider-Man goes up against an all-new crop of villains in the third installment of the blockbuster adventure series.", - "type": "Movie" - }, - { - "show_id": 81189396, - "title": "Spitfire: The Plane that Saved the World", - "director": "David Fairhead, Anthony Palmer", - "cast": "Charles Dance", - "country": "United Kingdom", - "date_added": "November 1, 2019", - "release_year": 2018, - "rating": "TV-14", - "duration": "95 min", - "listed_in": "Documentaries", - "description": "In this epic documentary, last-surviving veterans trace the history of a legendary fighter aircraft that dominated the air during the Battle of Britain.", - "type": "Movie" - }, - { - "show_id": 70093991, - "title": "Step Brothers", - "director": "Adam McKay", - "cast": "Will Ferrell, John C. Reilly, Mary Steenburgen, Richard Jenkins, Adam Scott, Kathryn Hahn, Andrea Savage, Lurie Poston, Elizabeth Yozamp, Logan Manus, Rob Riggle", - "country": "United States", - "date_added": "November 1, 2019", - "release_year": 2008, - "rating": "R", - "duration": "98 min", - "listed_in": "Comedies", - "description": "Brennan and Dale might be grown men, but that doesn't stop a childish sibling rivalry from erupting after Brennan's mom marries Dale's dad.", - "type": "Movie" - }, - { - "show_id": 60033247, - "title": "Superfly", - "director": "Gordon Parks", - "cast": "Ron O'Neal, Carl Lee, Sheila Frazier, Julius Harris, Charles McGregor, Nate Adams, Polly Niles, Yvonne Delaine", - "country": "United States", - "date_added": "November 1, 2019", - "release_year": 1972, - "rating": "R", - "duration": "91 min", - "listed_in": "Action & Adventure, Classic Movies, Dramas", - "description": "To get away from the thug life, cocaine dealer Youngblood Priest puts together one last deal that will net him enough money to start over.", - "type": "Movie" - }, - { - "show_id": 81022003, - "title": "The Boulet Brothers Dragula", - "director": "", - "cast": "Boulet Brothers", - "country": "United States", - "date_added": "", - "release_year": 2019, - "rating": "TV-MA", - "duration": "2 Seasons", - "listed_in": "Reality TV", - "description": "Ten queens must slay the competition and put their fiercest, filthiest faces forward for the chance to be crowned the world's next drag supermonster.", - "type": "TV Show" - }, - { - "show_id": 70060000, - "title": "The Brave One", - "director": "Neil Jordan", - "cast": "Jodie Foster, Terrence Howard, Naveen Andrews, Carmen Ejogo, Nicky Katt, Mary Steenburgen, Lenny Venito, Zoë Kravitz, Jane Adams, Gordon MacDonald", - "country": "United States", - "date_added": "November 1, 2019", - "release_year": 2007, - "rating": "R", - "duration": "122 min", - "listed_in": "Dramas, Thrillers", - "description": "New York City radio host Erica Bain decides to take the law into her own hands after losing her fiancé in a brutal Central Park attack.", - "type": "Movie" - }, - { - "show_id": 70295067, - "title": "The Christmas Candle", - "director": "John Stephenson", - "cast": "Hans Matheson, Samantha Barks, Lesley Manville, Sylvester McCoy, Susan Boyle, John Hannah, Barbara Flynn, James Cosmo", - "country": "United Kingdom, United States", - "date_added": "November 1, 2019", - "release_year": 2013, - "rating": "PG", - "duration": "100 min", - "listed_in": "Dramas, Faith & Spirituality", - "description": "A progressive new minister's arrival in a small village threatens to end an age-old tradition that brings a yuletide miracle to one of the residents.", - "type": "Movie" - }, - { - "show_id": 70031779, - "title": "The Cincinnati Kid", - "director": "Norman Jewison", - "cast": "Steve McQueen, Edward G. Robinson, Ann-Margret, Karl Malden, Tuesday Weld, Joan Blondell, Rip Torn, Jack Weston, Cab Calloway, Jeff Corey, Theo Marcuse", - "country": "United States", - "date_added": "November 1, 2019", - "release_year": 1965, - "rating": "TV-14", - "duration": "103 min", - "listed_in": "Classic Movies, Dramas", - "description": "In Depression-era New Orleans, cocksure stud poker player Eric Stoner – the titular Cincinnati Kid – challenges longtime champ Lancey \"The Man\" Howard to a showdown at the table, where a war of wills – and nerve – ensues.", - "type": "Movie" - }, - { - "show_id": 80101401, - "title": "The Deep", - "director": "", - "cast": "Vincent Tong, Ashleigh Ball, Kathleen Barr, Michael Dobson, Brian Drummond", - "country": "Canada, Australia", - "date_added": "", - "release_year": 2019, - "rating": "TV-Y7", - "duration": "3 Seasons", - "listed_in": "Kids' TV", - "description": "The Nektons are a family of underwater explorers who discover the hidden secrets of the oceans, including sunken cities, sea creatures and pirates.", - "type": "TV Show" - }, - { - "show_id": 1178866, - "title": "The Game", - "director": "David Fincher", - "cast": "Michael Douglas, Sean Penn, Deborah Kara Unger, James Rebhorn, Peter Donat, Carroll Baker, Anna Katarina, Armin Mueller-Stahl", - "country": "United States", - "date_added": "November 1, 2019", - "release_year": 1997, - "rating": "R", - "duration": "129 min", - "listed_in": "Thrillers", - "description": "Nicholas receives an unusual birthday present from his brother, Conrad – a gift certificate to play a unique kind of game formulated by \"CRS.", - "type": "Movie" - }, - { - "show_id": 60033312, - "title": "The Great Raid", - "director": "John Dahl", - "cast": "Benjamin Bratt, James Franco, Connie Nielsen, Marton Csokas, Joseph Fiennes, Motoki Kobayashi, Robert Mammone, Natalie Mendoza, Cesar Montano, James Carpinello, Mark Consuelos, Sam Worthington, Craig McLachlan, Max Martini, Clayne Crawford", - "country": "United States, Australia", - "date_added": "November 1, 2019", - "release_year": 2005, - "rating": "R", - "duration": "133 min", - "listed_in": "Action & Adventure, Dramas", - "description": "In World War II, a battalion goes on a daring rescue mission to liberate the Americans and Filipinos who've been captured by the Japanese.", - "type": "Movie" - }, - { - "show_id": 81030409, - "title": "The House of Flowers Presents: The Funeral", - "director": "Manolo Caro", - "cast": "Cecilia Suárez, Aislinn Derbez, Dario Yazbek, Juan Pablo Medina, Arturo Ríos, Paco León, Norma Angélica, David Ostrosky, Verónica Langer, Lucas Velázquez", - "country": "", - "date_added": "November 1, 2019", - "release_year": 2019, - "rating": "TV-MA", - "duration": "36 min", - "listed_in": "Movies", - "description": "The de la Mora siblings publicly mourn the death of their mother amid multiple surprises and mishaps at Virginia's funeral.", - "type": "Movie" - }, - { - "show_id": 80182016, - "title": "The King", - "director": "David Michôd", - "cast": "Timothée Chalamet, Joel Edgerton, Robert Pattinson, Ben Mendelsohn, Sean Harris, Tom Glynn-Carney, Lily-Rose Depp, Thomasin McKenzie", - "country": "", - "date_added": "November 1, 2019", - "release_year": 2019, - "rating": "R", - "duration": "141 min", - "listed_in": "Dramas", - "description": "Wayward Prince Hal must turn from carouser to warrior king as he faces hostilities from inside and outside the castle walls in the battle for England.", - "type": "Movie" - }, - { - "show_id": 684847, - "title": "The Last Boy Scout", - "director": "Tony Scott", - "cast": "Bruce Willis, Damon Wayans, Chelsea Field, Noble Willingham, Taylor Negron, Danielle Harris, Halle Berry, Bruce McGill", - "country": "United States", - "date_added": "November 1, 2019", - "release_year": 1991, - "rating": "R", - "duration": "105 min", - "listed_in": "Action & Adventure, Comedies", - "description": "Private eye Joe Hallenbeck is forced to team up with a disgraced quarterback to uncover a conspiracy by a politician and a football team owner.", - "type": "Movie" - }, - { - "show_id": 81150305, - "title": "The Man Without Gravity", - "director": "Marco Bonfanti", - "cast": "Elio Germano, Michela Cescon, Elena Cotta, Silvia D'Amico, Vincent Scarito", - "country": "Italy, Belgium, France", - "date_added": "November 1, 2019", - "release_year": 2019, - "rating": "TV-14", - "duration": "107 min", - "listed_in": "Dramas, International Movies", - "description": "A gravity-defying boy raised in seclusion matures into an extraordinary man – and an international celebrity – who longs for human connection.", - "type": "Movie" - }, - { - "show_id": 20557937, - "title": "The Matrix", - "director": "Lilly Wachowski, Lana Wachowski", - "cast": "Keanu Reeves, Laurence Fishburne, Carrie-Anne Moss, Hugo Weaving, Gloria Foster, Joe Pantoliano, Marcus Chong, Julian Arahanga, Matt Doran, Belinda McClory", - "country": "United States", - "date_added": "November 1, 2019", - "release_year": 1999, - "rating": "R", - "duration": "136 min", - "listed_in": "Action & Adventure, Sci-Fi & Fantasy", - "description": "A computer hacker learns that what most people perceive as reality is actually a simulation created by machines, and joins a rebellion to break free.", - "type": "Movie" - }, - { - "show_id": 60027695, - "title": "The Matrix Reloaded", - "director": "Lilly Wachowski, Lana Wachowski", - "cast": "Keanu Reeves, Laurence Fishburne, Carrie-Anne Moss, Hugo Weaving, Jada Pinkett Smith, Gloria Foster, Harold Perrineau, Monica Bellucci, Harry Lennix, Lambert Wilson, Randall Duk Kim, Nona Gaye", - "country": "United States", - "date_added": "November 1, 2019", - "release_year": 2003, - "rating": "R", - "duration": "138 min", - "listed_in": "Action & Adventure, Sci-Fi & Fantasy", - "description": "The crew must protect Zion, the last outpost still under human control, after it is pinpointed by the machines responsible for the Matrix.", - "type": "Movie" - }, - { - "show_id": 60031303, - "title": "The Matrix Revolutions", - "director": "Lilly Wachowski, Lana Wachowski", - "cast": "Keanu Reeves, Laurence Fishburne, Carrie-Anne Moss, Hugo Weaving, Jada Pinkett Smith, Mary Alice, Harold Perrineau, Monica Bellucci, Harry Lennix, Lambert Wilson, Nona Gaye", - "country": "United States", - "date_added": "November 1, 2019", - "release_year": 2003, - "rating": "R", - "duration": "129 min", - "listed_in": "Action & Adventure, Sci-Fi & Fantasy", - "description": "The final installment in the Matrix trilogy finds an unconscious Neo trapped in a subway station in a zone between the Matrix and the machine world.", - "type": "Movie" - }, - { - "show_id": 81170692, - "title": "The Old Thieves: The Legend of Artegios", - "director": "Everardo González", - "cast": "", - "country": "", - "date_added": "November 1, 2019", - "release_year": 2007, - "rating": "TV-14", - "duration": "97 min", - "listed_in": "Documentaries, International Movies", - "description": "While carrying out prison sentences, five notorious thieves in Mexico City share their principles, preferred methods and respect for the craft.", - "type": "Movie" - }, - { - "show_id": 848915, - "title": "The Pelican Brief", - "director": "Alan J. Pakula", - "cast": "Julia Roberts, Denzel Washington, Sam Shepard, John Heard, Tony Goldwyn, James Sikking, William Atherton, Robert Culp, Stanley Tucci, John Lithgow, Hume Cronyn", - "country": "United States", - "date_added": "November 1, 2019", - "release_year": 1993, - "rating": "PG-13", - "duration": "141 min", - "listed_in": "Dramas, Thrillers", - "description": "When law student Darby Shaw theorizes about the assassinations of two Supreme Court justices, she is put in danger and turns to a reporter for help.", - "type": "Movie" - }, - { - "show_id": 60022980, - "title": "The Tuxedo", - "director": "Kevin Donovan", - "cast": "Jackie Chan, Jennifer Love Hewitt, Jason Isaacs, Debi Mazar, Ritchie Coster, Peter Stormare, Mia Cottet, Romany Malco, Daniel Kash", - "country": "United States", - "date_added": "November 1, 2019", - "release_year": 2002, - "rating": "PG-13", - "duration": "99 min", - "listed_in": "Action & Adventure, Comedies", - "description": "After a government spy is hospitalized, New York City cab driver Jimmy unwillingly takes over the spy's role – with the aid of a computerized tuxedo.", - "type": "Movie" - }, - { - "show_id": 60003961, - "title": "Thelonious Monk: Straight, No Chaser", - "director": "Charlotte Zwerin", - "cast": "Thelonious Monk, Samuel E. Wright", - "country": "United States", - "date_added": "November 1, 2019", - "release_year": 1988, - "rating": "PG-13", - "duration": "89 min", - "listed_in": "Documentaries, Music & Musicals", - "description": "The spotlight shines on iconic jazz pianist and composer Thelonious Monk in this 1988 documentary featuring vintage performance clips and interviews.", - "type": "Movie" - }, - { - "show_id": 81035120, - "title": "True: Grabbleapple Harvest", - "director": "", - "cast": "Michela Luci, Jamie Watson, Eric Peterson, Anna Claire Bartlam, Nicolas Aqui, Cory Doran, Julie Lemieux, Derek McGrath", - "country": "", - "date_added": "November 1, 2019", - "release_year": 2019, - "rating": "TV-Y", - "duration": "24 min", - "listed_in": "Movies", - "description": "It's Grabbleapple harvest season in the Rainbow Kingdom ... but Glummy Glooma doesn't want autumn to come. Can True and her friends save the festival?", - "type": "Movie" - }, - { - "show_id": 70060005, - "title": "Vantage Point", - "director": "Pete Travis", - "cast": "Dennis Quaid, Matthew Fox, Forest Whitaker, Bruce McGill, Edgar Ramírez, Saïd Taghmaoui, Ayelet Zurer, Zoe Saldana, Sigourney Weaver, William Hurt", - "country": "United States", - "date_added": "November 1, 2019", - "release_year": 2008, - "rating": "PG-13", - "duration": "90 min", - "listed_in": "Action & Adventure", - "description": "Moments after he arrives in Spain for an antiterrorism summit, U.S. President Ashton is shot.", - "type": "Movie" - }, - { - "show_id": 70266992, - "title": "Vientos de agua", - "director": "", - "cast": "Ernesto Alterio, Eduardo Blanco, Héctor Alterio, Darío Valenzuela, Pablo Rago, Angie Cepeda, Marta Etura, Giulia Michelini, Carlos Kaspar", - "country": "Argentina, Spain", - "date_added": "November 1, 2019", - "release_year": 2006, - "rating": "TV-MA", - "duration": "1 Season", - "listed_in": "International TV Shows, Spanish-Language TV Shows, TV Dramas", - "description": "José Olaya, a Spanish miner, emigrates to Argentina in 1934, while his son, an architect, moves to Spain after Argentina's economic collapse in 2001.", - "type": "TV Show" - }, - { - "show_id": 80218819, - "title": "We Are the Wave", - "director": "", - "cast": "Ludwig Simon, Luise Befort, Michelle Barthel, Mohamed Issa, Daniel Friedl, Robert Schupp", - "country": "", - "date_added": "November 1, 2019", - "release_year": 2019, - "rating": "TV-MA", - "duration": "1 Season", - "listed_in": "International TV Shows, TV Dramas, TV Mysteries", - "description": "A mysterious classmate leads four idealistic teens in a revolt against a rising tide of nationalistic fervor, but their movement takes a dark turn.", - "type": "TV Show" - }, - { - "show_id": 70084791, - "title": "Wild Child", - "director": "Nick Moore", - "cast": "Emma Roberts, Kimberley Nixon, Juno Temple, Linzey Cocker, Sophie Wu, Alex Pettyfer, Georgia King, Natasha Richardson, Aidan Quinn, Lexi Ainsworth", - "country": "United States, United Kingdom, France", - "date_added": "November 1, 2019", - "release_year": 2008, - "rating": "PG-13", - "duration": "98 min", - "listed_in": "Comedies, Romantic Movies", - "description": "When a spoiled girl pushes her father too far with her spending and outlandish behavior, he ships the Malibu princess off to a strict boarding school.", - "type": "Movie" - }, - { - "show_id": 81170694, - "title": "Zoé: Panoramas", - "director": "Rodrigo Guardiola, Gabriel Cruz Rivas", - "cast": "Sergio Acosta, Jesús Báez, Ángel Mosqueda, Rodrigo Guardiola, León Larregui", - "country": "", - "date_added": "November 1, 2019", - "release_year": 2016, - "rating": "TV-14", - "duration": "89 min", - "listed_in": "Documentaries, International Movies, Music & Musicals", - "description": "This introspective rockumentary follows the career triumphs and intimate moments of legendary Mexican band Zoé as they embark on a global tour.", - "type": "Movie" - }, - { - "show_id": 70123542, - "title": "Zombieland", - "director": "Ruben Fleischer", - "cast": "Jesse Eisenberg, Woody Harrelson, Emma Stone, Abigail Breslin, Amber Heard, Bill Murray, Derek Graf", - "country": "United States", - "date_added": "November 1, 2019", - "release_year": 2009, - "rating": "R", - "duration": "88 min", - "listed_in": "Comedies, Horror Movies", - "description": "Looking to survive in a world taken over by zombies, a dorky college student teams with an urban roughneck and a pair of grifter sisters.", - "type": "Movie" - }, - { - "show_id": 81084225, - "title": "Grego Rossello: Disculpe las molestias", - "director": "Juani Libonatti", - "cast": "Grego Rossello", - "country": "Argentina", - "date_added": "October 31, 2019", - "release_year": 2019, - "rating": "TV-MA", - "duration": "65 min", - "listed_in": "Stand-Up Comedy", - "description": "Argentine comedian Grego Rossello takes the stage in Buenos Aires to share his takes on modern stardom, airline dining, brotherly love and more.", - "type": "Movie" - }, - { - "show_id": 80992228, - "title": "KENGAN ASHURA", - "director": "", - "cast": "Tatsuhisa Suzuki, Cho, Jouji Nakata, Yumi Uchiyama, Hayato Kaneko, Tetsu Inada, Yasuyuki Kase, Junya Enoki, Daisuke Namikawa, Ryuzo Hasuike", - "country": "United States, Japan", - "date_added": "", - "release_year": 2019, - "rating": "TV-MA", - "duration": "2 Seasons", - "listed_in": "Anime Series, International TV Shows", - "description": "Ohma Tokita enters a hidden world where corporate disputes are settled in brutal gladiator bouts. Forget the money, he just wants to fight – and win.", - "type": "TV Show" - }, - { - "show_id": 80113037, - "title": "Midnight Diner: Tokyo Stories", - "director": "", - "cast": "Kaoru Kobayashi, Joe Odagiri, Mansaku Fuwa, Reiko Kataoka, Koen Kondo, Bsaku Sato, Hirofumi Arai, Mamiko Itoh, Yuma Yamoto, Yoshinori Okada, Ah-sung Ko, Kosuke Toyohara, Yoshiyuki Morishita, Junko Miyashita, Tamaki Ogawa, Toru Kazama, Kotaro Shiga, Mitsuru Hirata, Toshiki Ayata, Shohei Uno, Tamae Ando, Risa Sudou, Asako Kobayashi, Takashi Yamanaka, Yutaka Matsushige, Ken Mitsuishi, Mikako Tabe, Kimiko Yo", - "country": "Japan", - "date_added": "", - "release_year": 2019, - "rating": "TV-14", - "duration": "2 Seasons", - "listed_in": "International TV Shows, TV Dramas", - "description": "Patrons of an otherwise mundane Japanese diner find simple yet profound connections with one another based on the shared love of a particular dish.", - "type": "TV Show" - }, - { - "show_id": 80203920, - "title": "Nowhere Man", - "director": "DJ Chen", - "cast": "Alyssa Chia, Mavis Fan, Joseph Chang, Wang Po-chieh, Jeremiah Zhang, Chou Min-fu, Greg Hsu, Kuo Tze-cheng, Shen Hai-jung, Lu Yi-long", - "country": "Taiwan", - "date_added": "October 31, 2019", - "release_year": 2019, - "rating": "TV-MA", - "duration": "1 Season", - "listed_in": "Crime TV Shows, International TV Shows, TV Action & Adventure", - "description": "Two nefarious schemes taking place 10 years apart entangle a dauntless triad member, who must break out of prison to rescue a loved one.", - "type": "TV Show" - }, - { - "show_id": 80242051, - "title": "Sleepless Society: Bedtime Wishes", - "director": "", - "cast": "Shahkrit Yamnarm, Savika Chaiyadej, Supoj Chancharoen, Pairoj Sangwariboot, Suchao Pongwilai, Nataya Chanrung, Papangkorn Lerkchaleampote, Suchada Tongam, Sasin Chow", - "country": "", - "date_added": "October 31, 2019", - "release_year": 2019, - "rating": "TV-MA", - "duration": "1 Season", - "listed_in": "Crime TV Shows, International TV Shows, TV Dramas", - "description": "During a holiday stay at a hotel resort, a flight attendant encounters a wealthy, mysterious man with two different personas.", - "type": "TV Show" - }, - { - "show_id": 81166978, - "title": "Bring It On, Ghost", - "director": "Park Joon-hwa", - "cast": "Taecyeon, Kim So-hyun, Kwon Yul, Kim Sang-ho, Kang Ki-young, Lee Da-wit, Kim Min-sang, Yun Seo-hyun", - "country": "South Korea", - "date_added": "October 30, 2019", - "release_year": 2016, - "rating": "TV-14", - "duration": "1 Season", - "listed_in": "International TV Shows, Korean TV Shows, Romantic TV Shows", - "description": "A college student with psychic abilities takes in an amnesiac ghost as his roommate – who ends up helping him hunt down spooky spirits.", - "type": "TV Show" - }, - { - "show_id": 80991060, - "title": "Flavorful Origins", - "director": "", - "cast": "Yang Chen", - "country": "China", - "date_added": "", - "release_year": 2019, - "rating": "TV-G", - "duration": "2 Seasons", - "listed_in": "Docuseries, International TV Shows", - "description": "Delve into the delectable world of Chaoshan cuisine, explore its unique ingredients and hear the stories of the people behind its creation.", - "type": "TV Show" - }, - { - "show_id": 81177371, - "title": "Mehandi Circus", - "director": "Saravana Rajendran", - "cast": "Madhampatti Rangaraj, Shweta Tripathi, Vela Ramamoorthy, Ankur Vikal, G. Marimuthu, Sunny Charles", - "country": "India", - "date_added": "October 30, 2019", - "release_year": 2019, - "rating": "TV-14", - "duration": "126 min", - "listed_in": "Dramas, International Movies, Romantic Movies", - "description": "In the early 1990s, the love between a cassette shop owner and a traveling circus performer challenges caste barriers and disapproving parents.", - "type": "Movie" - }, - { - "show_id": 81167029, - "title": "Tomorrow with You", - "director": "", - "cast": "Shin Mina, Lee Je-hoon, Kim Ye-won, Cho Han-cheul, Baek Hyeon-jin, Kang Ki-doong, Park Joo-hee, Oh Gwang-rok", - "country": "South Korea", - "date_added": "October 30, 2019", - "release_year": 2017, - "rating": "TV-14", - "duration": "1 Season", - "listed_in": "International TV Shows, Korean TV Shows, Romantic TV Shows", - "description": "The head of a real estate firm with the ability to travel through time by taking the subway marries a photographer to try and change his future.", - "type": "TV Show" - }, - { - "show_id": 81142594, - "title": "Tunnel", - "director": "", - "cast": "Todsapol Maisuk, Johnny Hao, Morakot Liu, Pemy Peramin Thabkaew, Phenphet Phenkul, Sumet Ong-Art, Amarin Nitipon, Tor Techathuwanan, Komsan Kajonpaisansuk", - "country": "", - "date_added": "October 30, 2019", - "release_year": 2019, - "rating": "TV-MA", - "duration": "1 Season", - "listed_in": "Crime TV Shows, International TV Shows, TV Dramas", - "description": "A detective finds himself 30 years in the future and must solve a string of grisly crimes before he can return to the past.", - "type": "TV Show" - }, - { - "show_id": 81148672, - "title": "Arsenio Hall: Smart & Classy", - "director": "Brian Volk-Weiss", - "cast": "Arsenio Hall", - "country": "United States", - "date_added": "October 29, 2019", - "release_year": 2019, - "rating": "TV-MA", - "duration": "63 min", - "listed_in": "Stand-Up Comedy", - "description": "In his first stand-up special, Arsenio Hall discusses getting older, the changing times and culture, social issues and even bothersome baby toes.", - "type": "Movie" - }, - { - "show_id": 81169914, - "title": "Shine On with Reese", - "director": "", - "cast": "Reese Witherspoon", - "country": "United States", - "date_added": "October 29, 2019", - "release_year": 2018, - "rating": "TV-14", - "duration": "1 Season", - "listed_in": "Docuseries", - "description": "In a talk show straight from the heart, actor and producer Reese Witherspoon visits with groundbreaking women to discuss their inspiring journeys.", - "type": "TV Show" - }, - { - "show_id": 81211714, - "title": "The Road to El Camino: Behind the Scenes of El Camino: A Breaking Bad Movie", - "director": "", - "cast": "", - "country": "United States", - "date_added": "October 29, 2019", - "release_year": 2019, - "rating": "TV-14", - "duration": "14 min", - "listed_in": "Documentaries, International Movies", - "description": "Aaron Paul, Vince Gilligan and other cast members, producers and crew share stories and footage from the making of \"El Camino.", - "type": "Movie" - }, - { - "show_id": 80244679, - "title": "A 3 Minute Hug", - "director": "Everardo González", - "cast": "", - "country": "Mexico, United States", - "date_added": "October 28, 2019", - "release_year": 2019, - "rating": "TV-PG", - "duration": "28 min", - "listed_in": "Documentaries, International Movies", - "description": "This documentary captures the joy and heartbreak of families separated by the U.S.-Mexico border sharing a short but bittersweet reunion in 2018.", - "type": "Movie" - }, - { - "show_id": 81034099, - "title": "Jeopardy!", - "director": "", - "cast": "Alex Trebek", - "country": "United States", - "date_added": "", - "release_year": 2019, - "rating": "TV-G", - "duration": "5 Seasons", - "listed_in": "Reality TV", - "description": "Alex Trebek hosts one of TV's longest-running game shows, where a trio of players buzz in with their knowledge of history, arts, pop culture and more.", - "type": "TV Show" - }, - { - "show_id": 81110394, - "title": "Little Miss Sumo", - "director": "Matt Kay", - "cast": "Hiyori Kon", - "country": "United Kingdom", - "date_added": "October 28, 2019", - "release_year": 2018, - "rating": "TV-G", - "duration": "20 min", - "listed_in": "Documentaries, International Movies, Sports Movies", - "description": "In an ancient sport traditionally reserved for men, 20-year-old female sumo prodigy Hiyori attempts to revolutionize Japan’s national pastime.", - "type": "Movie" - }, - { - "show_id": 81197399, - "title": "Wait, My Youth", - "director": "", - "cast": "Zhao Yiqin, Li Jiaqi, Li Geyang, Xu Mengyuan, Wu Shuangyi, Dong Yanlei, Vincent Wei", - "country": "", - "date_added": "October 27, 2019", - "release_year": 2019, - "rating": "TV-PG", - "duration": "1 Season", - "listed_in": "International TV Shows, Romantic TV Shows, Teen TV Shows", - "description": "Six hopeful friends journey into adulthood to create the moments that pull them together, draw them apart and make them fall in love.", - "type": "TV Show" - }, - { - "show_id": 81185502, - "title": "A Little Thing Called First Love", - "director": "", - "cast": "Lai Kuan-lin, Zhao Jinmai, Wang Runze, Chai Wei, Wang Bowen", - "country": "China", - "date_added": "October 26, 2019", - "release_year": 2019, - "rating": "TV-G", - "duration": "1 Season", - "listed_in": "International TV Shows, Romantic TV Shows, Teen TV Shows", - "description": "A shy college student with a knack for drawing develops a crush on a musically gifted classmate and embarks on a journey of self-discovery.", - "type": "TV Show" - }, - { - "show_id": 81123469, - "title": "The Last Whistle", - "director": "Rob Smat", - "cast": "Brad Leland, Jim O'Heir, Deanne Lauvin, Les Miles, Eric Nelsen, Fred Tolliver Jr, Tyler Perez, Sainty Nelsen", - "country": "United States", - "date_added": "October 26, 2019", - "release_year": 2019, - "rating": "PG", - "duration": "88 min", - "listed_in": "Dramas, Sports Movies", - "description": "After a star player dies during football practice, his coach’s career and reputation are on the line as he refuses to quit his win-at-all-costs style.", - "type": "Movie" - }, - { - "show_id": 80081372, - "title": "A Tale of Love and Darkness", - "director": "Natalie Portman", - "cast": "Natalie Portman, Gilad Kahana, Amir Tessler, Moni Moshonov, Ohad Knoller, Makram Khoury, Neta Riskin, Alexander Peleg, Rotem Keinan, Tomer Kapon", - "country": "Israel, United States", - "date_added": "October 25, 2019", - "release_year": 2015, - "rating": "PG-13", - "duration": "98 min", - "listed_in": "Dramas, International Movies", - "description": "Based on the memoirs of author Amos Oz, this poetic drama shares his family's tale of suffering and survival in the early years of independent Israel.", - "type": "Movie" - }, - { - "show_id": 81136744, - "title": "Assimilate", - "director": "John Murlowski", - "cast": "Joel Courtney, Calum Worthy, Andi Matichak, Katherine McNamara, Cam Gigandet, Mason McNulty, Terry Dale Parks, Vito Viscuso, Jennifer Pierce Mathus, Kevin Remington", - "country": "United States", - "date_added": "October 25, 2019", - "release_year": 2019, - "rating": "TV-14", - "duration": "94 min", - "listed_in": "Horror Movies, Sci-Fi & Fantasy, Thrillers", - "description": "A group of friends making a web series about their hometown realize it isn’t as boring as they thought when their neighbors start behaving strangely.", - "type": "Movie" - }, - { - "show_id": 70300800, - "title": "BoJack Horseman", - "director": "", - "cast": "Will Arnett, Aaron Paul, Amy Sedaris, Alison Brie, Paul F. Tompkins", - "country": "United States", - "date_added": "", - "release_year": 2019, - "rating": "TV-MA", - "duration": "6 Seasons", - "listed_in": "TV Comedies", - "description": "Meet the most beloved sitcom horse of the '90s, 20 years later. He’s a curmudgeon with a heart of...not quite gold...but something like gold. Copper?", - "type": "TV Show" - }, - { - "show_id": 80221210, - "title": "Brotherhood", - "director": "", - "cast": "Naruna Costa, Seu Jorge, Hermila Guedes, Lee Taylor, Danilo Grangheia, Wesley Guimarães, Pedro Wagner", - "country": "Brazil", - "date_added": "October 25, 2019", - "release_year": 2019, - "rating": "TV-MA", - "duration": "1 Season", - "listed_in": "Crime TV Shows, International TV Shows, TV Dramas", - "description": "An honest lawyer reaches a moral crossroads after the cops force her to inform on her incarcerated brother, the leader of a rising criminal faction.", - "type": "TV Show" - }, - { - "show_id": 81192130, - "title": "ChuChu TV Kids Songs, Learning Videos & Bedtime Stories", - "director": "", - "cast": "", - "country": "", - "date_added": "", - "release_year": 2019, - "rating": "TV-Y", - "duration": "2 Seasons", - "listed_in": "Kids' TV", - "description": "This educational series for tiny tots features a toe-tapping spin on nursery rhymes with upbeat tunes and a diverse set of easy-to-follow lessons.", - "type": "TV Show" - }, - { - "show_id": 81132444, - "title": "Consequences", - "director": "Ozan Açıktan", - "cast": "Nehir Erdoğan, Tardu Flordun, İlker Kaleli, Serkan Keskin, Esra Bezen Bilgin, Aytaç Uşun, Cem Özeren, Caner Arçkan", - "country": "Turkey", - "date_added": "October 25, 2019", - "release_year": 2014, - "rating": "TV-MA", - "duration": "106 min", - "listed_in": "Dramas, International Movies, Thrillers", - "description": "Secrets bubble to the surface after a sensual encounter and an unforeseen crime entangle two friends and a woman caught between them.", - "type": "Movie" - }, - { - "show_id": 80182014, - "title": "Dolemite Is My Name", - "director": "Craig Brewer", - "cast": "Eddie Murphy, Wesley Snipes, Keegan-Michael Key, Mike Epps, Craig Robinson, Tituss Burgess, Da'Vine Joy Randolph, Kodi Smit-McPhee", - "country": "United States", - "date_added": "October 25, 2019", - "release_year": 2019, - "rating": "R", - "duration": "118 min", - "listed_in": "Comedies, Dramas", - "description": "In 1970s LA, struggling comedian Rudy Ray Moore hits it big with his raunchy alter ego, Dolemite, then risks it all to take his act to the big screen.", - "type": "Movie" - }, - { - "show_id": 81010786, - "title": "Drug Squad: Costa del Sol", - "director": "", - "cast": "Hugo Silva, Álvaro Cervantes, Miki Esparbé, Jesús Castro, Sara Sálamo, Jorge Usón, Cayetana Cabezas, Pablo Béjar, Marco Cáceres, Olivia Delcán, Jorge Suquet, Daniel Holguín, Joaquín Galletero, Carolina Yuste, Ana Fernández", - "country": "Spain", - "date_added": "October 25, 2019", - "release_year": 2019, - "rating": "TV-MA", - "duration": "1 Season", - "listed_in": "Crime TV Shows, International TV Shows, Spanish-Language TV Shows", - "description": "Four intrepid and impulsive police officers form a special narcotics unit to combat the birth of drug trafficking on Spain's Costa del Sol in the 1970s.", - "type": "TV Show" - }, - { - "show_id": 80095435, - "title": "Greenhouse Academy", - "director": "", - "cast": "Ariel Mortman, Finn Roberts, Chris O'Neal, Dallas Hart, Cinthya Carmona, Grace Van Dien, Benjamin Papac, Jessica Amlee, BJ Mitchell, Aviv Buchler, Nadine Ellis, Yiftach Mizrahi, Parker Stevenson, Ishai Golan, Selina Giles, Reina Hardesty", - "country": "United States", - "date_added": "", - "release_year": 2019, - "rating": "TV-PG", - "duration": "3 Seasons", - "listed_in": "Kids' TV, TV Dramas, Teen TV Shows", - "description": "When teen siblings Hayley and Alex enter an elite boarding school, they find rivalry, romance and a mystery related to the recent loss of their mom.", - "type": "TV Show" - }, - { - "show_id": 81078456, - "title": "It Takes a Lunatic", - "director": "Billy Lyons", - "cast": "", - "country": "United States, United Kingdom, Germany", - "date_added": "October 25, 2019", - "release_year": 2019, - "rating": "TV-MA", - "duration": "127 min", - "listed_in": "Documentaries", - "description": "The extraordinary life of beloved acting teacher and theatre producer Wynn Handman is recalled in this portrait of a provocative, innovative artist.", - "type": "Movie" - }, - { - "show_id": 81105406, - "title": "Monzón: A Knockout Blow", - "director": "", - "cast": "Jorge Román, Mauricio Paniagua, Carla Quevedo, Paloma Ker, Soledad Silveyra, Diego Cremonesi, Florencia Raggi, Gustavo Garzón, Yayo Guridi, Fabián Arenillas, Nacho Gadano, Belén Chavanne", - "country": "Argentina", - "date_added": "October 25, 2019", - "release_year": 2018, - "rating": "TV-MA", - "duration": "1 Season", - "listed_in": "Crime TV Shows, International TV Shows, Spanish-Language TV Shows", - "description": "This dramatization tells the story of Argentine boxing champion Carlos Monzón, as well as the investigation into the death of his wife Alicia Muñiz.", - "type": "TV Show" - }, - { - "show_id": 81121023, - "title": "My Next Guest with David Letterman and Shah Rukh Khan", - "director": "Michael Steed", - "cast": "Shah Rukh Khan, David Letterman", - "country": "", - "date_added": "October 25, 2019", - "release_year": 2019, - "rating": "TV-PG", - "duration": "61 min", - "listed_in": "International Movies", - "description": "King of Bollywood\" Shah Rukh Khan opens up about his rise to fame, his family and his billions of fans as he and Dave meet up in Mumbai and New York.", - "type": "Movie" - }, - { - "show_id": 81061828, - "title": "Nailed It! France", - "director": "", - "cast": "Artus, Noémie Honiat", - "country": "France", - "date_added": "October 25, 2019", - "release_year": 2019, - "rating": "TV-14", - "duration": "1 Season", - "listed_in": "International TV Shows, Reality TV", - "description": "On this fun and funny competition show, home bakers talented in catastrophe struggle to re-create dessert masterpieces and win a 5,000 euro prize.", - "type": "TV Show" - }, - { - "show_id": 81062582, - "title": "Nailed It! Spain", - "director": "", - "cast": "La Terremoto de Alcorcón, Christian Escribà", - "country": "Spain", - "date_added": "October 25, 2019", - "release_year": 2019, - "rating": "TV-PG", - "duration": "1 Season", - "listed_in": "International TV Shows, Reality TV, Spanish-Language TV Shows", - "description": "On this competition show, novice bakers try to avoid a fiasco while duplicating stunning sweets. At stake are a trophy and 5,000 euros.", - "type": "TV Show" - }, - { - "show_id": 81017316, - "title": "Prank Encounters", - "director": "", - "cast": "Gaten Matarazzo", - "country": "United States", - "date_added": "October 25, 2019", - "release_year": 2019, - "rating": "TV-MA", - "duration": "1 Season", - "listed_in": "Reality TV, TV Comedies, TV Horror", - "description": "Monstrous frights meet hilarious reveals on this hidden-camera prank show as real people become the stars of their own full-blown horror movie.", - "type": "TV Show" - }, - { - "show_id": 81018455, - "title": "Rattlesnake", - "director": "Zak Hilditch", - "cast": "Carmen Ejogo, Theo Rossi, Emma Greenwell, Apollonia Pratt, Debrianna Mansini, Bruce Davis", - "country": "United States", - "date_added": "October 25, 2019", - "release_year": 2019, - "rating": "TV-MA", - "duration": "86 min", - "listed_in": "Horror Movies, Independent Movies, Thrillers", - "description": "After a mysterious woman saves her daughter from a deadly snakebite, a single mother must repay the debt by killing a stranger before sundown.", - "type": "Movie" - }, - { - "show_id": 81110383, - "title": "The Awakening of Motti Wolkenbruch", - "director": "Michael Steiner", - "cast": "Inge Maux, Noémie Schmidt, Joel Basman, Sunnyi Melles, Udo Samel, Rachel Braunschweig, Oriana Schrage, Meytal Gal", - "country": "Switzerland", - "date_added": "October 25, 2019", - "release_year": 2018, - "rating": "TV-MA", - "duration": "94 min", - "listed_in": "Comedies, Dramas, International Movies", - "description": "Pressured to marry a nice Orthodox Jewish woman, Motti is thrown for a loop when he falls for classmate Laura, who his mother will never approve of.", - "type": "Movie" - }, - { - "show_id": 80201680, - "title": "The Kominsky Method", - "director": "", - "cast": "Michael Douglas, Alan Arkin, Sarah Baker, Nancy Travis, Susan Sullivan, Lisa Edelstein, Emily Osment, Graham Rogers, Jenna Lyng Adams, Ashleigh LaThrop, Melissa Tang, Casey Thomas Brown, Ann-Margret, Danny DeVito", - "country": "United States", - "date_added": "", - "release_year": 2019, - "rating": "TV-MA", - "duration": "2 Seasons", - "listed_in": "TV Comedies, TV Dramas", - "description": "Acting coach Sandy Kominsky and best friend Norman Newlander keep each other laughing as they navigate the ups and downs of getting older.", - "type": "TV Show" - }, - { - "show_id": 81200228, - "title": "The Untamed", - "director": "", - "cast": "Sean Xiao, Wang Yibo, Zoey Meng, Xuan Lu, Yu Bin, Wang Zhuocheng, Liu Haikuan, Zhu Zanjin, Wang Haoxuan, Ji Li", - "country": "China", - "date_added": "October 25, 2019", - "release_year": 2019, - "rating": "TV-14", - "duration": "1 Season", - "listed_in": "International TV Shows, TV Action & Adventure, TV Mysteries", - "description": "In a magical world of inter-clan rivalry, two soulmates face treacherous schemes and uncover a dark mystery linked to a tragic event in the past.", - "type": "TV Show" - }, - { - "show_id": 81011059, - "title": "Booba", - "director": "", - "cast": "Roman Karev", - "country": "Russia", - "date_added": "", - "release_year": 2019, - "rating": "TV-Y", - "duration": "3 Seasons", - "listed_in": "Kids' TV, TV Comedies", - "description": "The world is a mystery to little Booba. But he approaches the curiosities around him with wonder, finding adventure in his everyday surroundings.", - "type": "TV Show" - }, - { - "show_id": 80197462, - "title": "Daybreak", - "director": "", - "cast": "Colin Ford, Alyvia Alyn Lind, Sophie Simnett, Austin Crute, Cody Kearsley, Jeanté Godlock, Gregory Kasyan, Krysta Rodriguez, Matthew Broderick", - "country": "United States", - "date_added": "October 24, 2019", - "release_year": 2019, - "rating": "TV-MA", - "duration": "1 Season", - "listed_in": "TV Action & Adventure, TV Comedies, TV Horror", - "description": "Living his best life in post-apocalyptic LA, a slacker strives to find the girl of his dreams while outwitting mindless ghouls and cliquish gangs.", - "type": "TV Show" - }, - { - "show_id": 81034741, - "title": "Echo in the Canyon", - "director": "Andrew Slater", - "cast": "Jakob Dylan, Ringo Starr, Michelle Phillips, Stephen Stills, Regina Spektor, Beck, Eric Clapton, Tom Petty, Jackson Browne, Norah Jones", - "country": "United States", - "date_added": "October 24, 2019", - "release_year": 2019, - "rating": "PG-13", - "duration": "82 min", - "listed_in": "Documentaries, Music & Musicals", - "description": "An affectionate documentary looks back at the mid-1960s, when Hollywood’s Laurel Canyon was a creative nexus for young, innovative musicians.", - "type": "Movie" - }, - { - "show_id": 81075461, - "title": "Revenge of the Pontianak", - "director": "Glen Goei, Gavin Yap", - "cast": "Nur Fazura, Remy Ishak, Hisyam Hamid, Shenty Feliziana, Nam Ron, Tony Eusoff, Wan Hanafi Su", - "country": "Singapore, Malaysia", - "date_added": "October 24, 2019", - "release_year": 2019, - "rating": "TV-14", - "duration": "92 min", - "listed_in": "Horror Movies, International Movies", - "description": "A wedding in a Malaysian village leaves out one guest: a scorned vampire ghost bent on settling a secret score with the groom and anyone in her way.", - "type": "Movie" - }, - { - "show_id": 80017261, - "title": "American Heist", - "director": "Sarik Andreasyan", - "cast": "Hayden Christensen, Adrien Brody, Jordana Brewster, Tory Kittles, Akon, Luis Da Silva Jr., Lance E. Nichols, Joe Chrest", - "country": "Canada, Luxembourg", - "date_added": "October 23, 2019", - "release_year": 2014, - "rating": "R", - "duration": "95 min", - "listed_in": "Action & Adventure, Dramas", - "description": "An ex-con is just getting his life back on track when his older brother is released from prison and drags him into the underworld for one final heist.", - "type": "Movie" - }, - { - "show_id": 81038022, - "title": "Breakfast, Lunch & Dinner", - "director": "", - "cast": "David Chang, Seth Rogen, Chrissy Teigen, Lena Waithe, Kate McKinnon", - "country": "United States", - "date_added": "October 23, 2019", - "release_year": 2019, - "rating": "TV-MA", - "duration": "1 Season", - "listed_in": "Docuseries", - "description": "Chef David Chang takes his insatiable curiosity about food, culture and identity on the road, in the convivial company of fun-loving celebrity guests.", - "type": "TV Show" - }, - { - "show_id": 80186796, - "title": "Dancing with the Birds", - "director": "Huw Cordey", - "cast": "Stephen Fry", - "country": "United States", - "date_added": "October 23, 2019", - "release_year": 2019, - "rating": "TV-PG", - "duration": "52 min", - "listed_in": "Documentaries", - "description": "From ruffling their majestic feathers to nailing im-peck-able courtship routines, birds in paradise flaunt their best moves in hopes of landing a mate.", - "type": "Movie" - }, - { - "show_id": 81071891, - "title": "Master Z: The Ip Man Legacy", - "director": "Yuen Woo-ping", - "cast": "Zhang Jin, Dave Bautista, Michelle Yeoh, Tony Jaa, Liu Yan, Kevin Cheng, Chrissie Chow, Xing Yu", - "country": "Hong Kong, China", - "date_added": "October 23, 2019", - "release_year": 2018, - "rating": "TV-MA", - "duration": "108 min", - "listed_in": "Action & Adventure, International Movies", - "description": "In this spin-off, a martial arts expert once defeated by Ip Man is forced to abandon his reclusive lifestyle to combat a rising Chinese triad.", - "type": "Movie" - }, - { - "show_id": 70295169, - "title": "Hunter's Prayer", - "director": "Jonathan Mostow", - "cast": "Sam Worthington, Odeya Rush, Amy Landecker, Allen Leech, Verónica Echegui", - "country": "United States, Spain, Germany", - "date_added": "October 22, 2019", - "release_year": 2015, - "rating": "R", - "duration": "91 min", - "listed_in": "Action & Adventure, Independent Movies", - "description": "A hired gun has second thoughts when he's contracted to kill a teenage girl whose father's shady business dealings put her life in danger.", - "type": "Movie" - }, - { - "show_id": 80039050, - "title": "I'll See You in My Dreams", - "director": "Brett Haley", - "cast": "Blythe Danner, Martin Starr, June Squibb, Rhea Perlman, Mary Kay Place, Malin Akerman, Sam Elliott, Aarti Mann, Mark Adair-Rios, Ashley Spillers", - "country": "United States", - "date_added": "October 22, 2019", - "release_year": 2015, - "rating": "PG-13", - "duration": "96 min", - "listed_in": "Comedies, Dramas, Independent Movies", - "description": "After the passing of her dog, a long-widowed senior citizen is in need of companionship. Two very different possibilities present themselves.", - "type": "Movie" - }, - { - "show_id": 81027753, - "title": "Jenny Slate: Stage Fright", - "director": "Gillian Robespierre", - "cast": "Jenny Slate", - "country": "United States", - "date_added": "October 22, 2019", - "release_year": 2019, - "rating": "TV-MA", - "duration": "67 min", - "listed_in": "Documentaries, Stand-Up Comedy", - "description": "Jenny Slate's first stand-up special is a mix of stage time, funny stories about adulthood and conversations with family in her childhood home.", - "type": "Movie" - }, - { - "show_id": 15815343, - "title": "The Texas Chainsaw Massacre", - "director": "Tobe Hooper", - "cast": "Gunnar Hansen, Jim Siedow, Marilyn Burns, Edwin Neal, Paul A. Partain, Teri McMinn, William Vail, John Dugan, John Henry Faulk, Allen Danziger", - "country": "United States", - "date_added": "October 22, 2019", - "release_year": 1974, - "rating": "R", - "duration": "83 min", - "listed_in": "Cult Movies, Horror Movies, Independent Movies", - "description": "When some friends visit a vandalized graveyard, they come upon a chainsaw-wielding maniac, and it's a fight to the bloody death between good and evil.", - "type": "Movie" - }, - { - "show_id": 70295176, - "title": "Tracers", - "director": "Daniel Benmayor", - "cast": "Luciano Acuna Jr., Adam Rayner, Marie Avgeropoulos, Rafi Gavron, Taylor Lautner, Sam Medina, Amirah Vann, Johnny M. Wu, Josh Yadon, Christian Steel", - "country": "United States", - "date_added": "October 22, 2019", - "release_year": 2015, - "rating": "PG-13", - "duration": "94 min", - "listed_in": "Action & Adventure", - "description": "When a bike messenger falls into debt with organized criminals, a sexy woman draws him into her high-stakes world of parkour, teaching him new skills.", - "type": "Movie" - }, - { - "show_id": 81043190, - "title": "يوم الدين", - "director": "Abu Bakr Shawky", - "cast": "Rady Gamal, Ahmed Abdelhafiz, Shahira Fahmy, Shehab Ibrahim, Mohamed Abd El Azim, Osama Abdullah, Khaled Raafat, Mohamed Qishta, Shoq Emara, Mahmoud Fares", - "country": "Egypt, Austria, United States", - "date_added": "October 22, 2019", - "release_year": 2018, - "rating": "TV-14", - "duration": "97 min", - "listed_in": "Dramas, Independent Movies, International Movies", - "description": "A man cured of leprosy and a young orphan leave their colony for the first time to travel across Egypt, hoping to find the families they lost.", - "type": "Movie" - }, - { - "show_id": 80091310, - "title": "Free Fire", - "director": "Ben Wheatley", - "cast": "Sharlto Copley, Armie Hammer, Brie Larson, Cillian Murphy, Jack Reynor, Babou Ceesay, Enzo Cilenti, Sam Riley, Michael Smiley, Noah Taylor, Patrick Bergin, Mark Monero", - "country": "United Kingdom", - "date_added": "October 21, 2019", - "release_year": 2016, - "rating": "R", - "duration": "91 min", - "listed_in": "Action & Adventure, Comedies, Independent Movies", - "description": "A sketchy arms transaction in a deserted warehouse turns into a free-for-all when the two sides engage in a take-no-prisoners shootout.", - "type": "Movie" - }, - { - "show_id": 80995687, - "title": "Little Singham: Kaal Ki Tabaahi", - "director": "Prakash Satam", - "cast": "", - "country": "", - "date_added": "October 19, 2019", - "release_year": 2019, - "rating": "TV-Y7", - "duration": "66 min", - "listed_in": "Children & Family Movies, Comedies", - "description": "Kaal is back – bigger and badder than ever! Can Little Singham fight the battle of a lifetime to stop the demon’s plans to wreak havoc on earth?", - "type": "Movie" - }, - { - "show_id": 60001650, - "title": "Men in Black", - "director": "Barry Sonnenfeld", - "cast": "Tommy Lee Jones, Will Smith, Linda Fiorentino, Vincent D'Onofrio, Rip Torn, Tony Shalhoub, Siobhan Fallon Hogan, Mike Nussbaum, Jon Gries, Sergio Calderón", - "country": "United States", - "date_added": "October 19, 2019", - "release_year": 1997, - "rating": "PG-13", - "duration": "98 min", - "listed_in": "Action & Adventure, Comedies, Sci-Fi & Fantasy", - "description": "A streetwise cop teams with a veteran government agent to work for a super-secret, extremely dapper team that monitors extraterrestrials on Earth.", - "type": "Movie" - }, - { - "show_id": 81172848, - "title": "Moms at War", - "director": "Omoni Oboli", - "cast": "Omoni Oboli, Funke Akindele, Yul Edochie, Abayomi Alvin, Adebukola Oladipupo, Sharon Ooja, Eucharia-Anunobi Ekwu, Harriet Akinola, Michelle Dede", - "country": "Nigeria", - "date_added": "October 19, 2019", - "release_year": 2018, - "rating": "TV-14", - "duration": "92 min", - "listed_in": "Comedies, Dramas, International Movies", - "description": "Two fierce mothers become rivals when a school contest forces their kids, both model students, to compete against one another to be the best in class.", - "type": "Movie" - }, - { - "show_id": 81034575, - "title": "The Command", - "director": "Thomas Vinterberg", - "cast": "Matthias Schoenaerts, Léa Seydoux, Colin Firth, Peter Simonischek, August Diehl, Max von Sydow, Bjarne Henriksen, Magnus Millang, Artemiy Spiridonov", - "country": "Belgium, Luxembourg, France", - "date_added": "October 19, 2019", - "release_year": 2018, - "rating": "PG-13", - "duration": "118 min", - "listed_in": "Dramas, International Movies, Thrillers", - "description": "For the crew trapped aboard a sunken Russian submarine the deadliest threat is the bureaucracy on land. Based on a true story.", - "type": "Movie" - }, - { - "show_id": 81172729, - "title": "10 Days in Sun City", - "director": "Adze Ugah", - "cast": "Ayo Makun, Adesua Etomi, Richard Mofe-Damijo, Mercy Johnson, Falz, Tuface Idibia, Thenjiwe Moseley, Motlatsi Mafatshe, Celeste Ntuli, Miguel A. Núñez Jr.", - "country": "South Africa", - "date_added": "October 18, 2019", - "release_year": 2017, - "rating": "TV-14", - "duration": "87 min", - "listed_in": "Comedies, International Movies, Romantic Movies", - "description": "After his girlfriend wins the Miss Nigeria pageant, a young man faces unexpected competition of his own when he joins her on a campaign in South Africa.", - "type": "Movie" - }, - { - "show_id": 81172895, - "title": "93 Days", - "director": "Steve Gukas", - "cast": "Bimbo Akintola, Somkele Iyamah, Danny Glover, Gideon Okeke, Seun Kentebe, Keppy Ekpenyong, Zara Udofia Ejoh, Bimbo Manuel, Patrick Diabuah, Tina Mba, Alastair Mackenzie, Tim Reid", - "country": "Nigeria", - "date_added": "October 18, 2019", - "release_year": 2016, - "rating": "TV-14", - "duration": "121 min", - "listed_in": "Dramas, International Movies, Thrillers", - "description": "Heroic health workers fight to contain an Ebola outbreak when a patient arrives in Lagos with symptoms of the deadly virus. Based on a true story.", - "type": "Movie" - }, - { - "show_id": 80211634, - "title": "Baby", - "director": "", - "cast": "Benedetta Porcaroli, Alice Pagani, Riccardo Mandolini, Chabeli Sastre Gonzalez, Brando Pacitto, Lorenzo Zurzolo, Claudia Pandolfi, Galatea Ranzi", - "country": "Italy", - "date_added": "", - "release_year": 2019, - "rating": "TV-MA", - "duration": "2 Seasons", - "listed_in": "International TV Shows, TV Dramas, Teen TV Shows", - "description": "Fed up with their families and classmates, two teen girls from a wealthy part of Rome are drawn to the city's underworld and start leading double lives.", - "type": "TV Show" - }, - { - "show_id": 80206910, - "title": "Eli", - "director": "Ciarán Foy", - "cast": "Charlie Shotwell, Lili Taylor, Kelly Reilly, Max Martini, Sadie Sink, Deneen Tyler, Katia Gomez", - "country": "United States", - "date_added": "October 18, 2019", - "release_year": 2019, - "rating": "TV-MA", - "duration": "98 min", - "listed_in": "Horror Movies", - "description": "With his desperate parents in tow, an 11-year-old boy with a debilitating illness checks into an isolated clinic to undergo experimental therapy.", - "type": "Movie" - }, - { - "show_id": 81172905, - "title": "In My Country", - "director": "Frank Rajah Arase", - "cast": "Sam Dede, Bimbo Manuel, Okawa Shaznay, Shan George, Austin Enabulele, Precious Udoh", - "country": "", - "date_added": "October 18, 2019", - "release_year": 2018, - "rating": "TV-14", - "duration": "99 min", - "listed_in": "Dramas, International Movies", - "description": "A teacher turns to a dubious man to raise money for her daughter's life-saving surgery, a crisis that is unexpectedly catapulted to a national stage.", - "type": "Movie" - }, - { - "show_id": 80217627, - "title": "Interior Design Masters", - "director": "", - "cast": "", - "country": "United Kingdom", - "date_added": "October 18, 2019", - "release_year": 2019, - "rating": "TV-PG", - "duration": "1 Season", - "listed_in": "British TV Shows, International TV Shows, Reality TV", - "description": "Aspiring interior designers transform a variety of spaces from dowdy to delightful as they vie for a life-changing contract with a top London hotel.", - "type": "TV Show" - }, - { - "show_id": 80176872, - "title": "Little Baby Bum: Nursery Rhyme Friends", - "director": "", - "cast": "Chloe Marsden, Aaron Marsden, María Esnoz", - "country": "", - "date_added": "", - "release_year": 2019, - "rating": "TV-Y", - "duration": "2 Seasons", - "listed_in": "British TV Shows, Kids' TV", - "description": "Twinkle, Mia, Jacus and the rest of the Nursery Rhyme Friends perform catchy tunes for the little ones.", - "type": "TV Show" - }, - { - "show_id": 80178724, - "title": "Living with Yourself", - "director": "", - "cast": "Paul Rudd, Aisling Bea, Desmin Borges, Zoë Chao, Karen Pittman", - "country": "United States", - "date_added": "October 18, 2019", - "release_year": 2019, - "rating": "TV-MA", - "duration": "1 Season", - "listed_in": "TV Comedies, TV Dramas", - "description": "Burned out on life, Miles undergoes a strange procedure at a strip mall spa – and wakes to find he's been replaced by a better version of himself.", - "type": "TV Show" - }, - { - "show_id": 81132442, - "title": "Love, Surreal and Odd", - "director": "Yılmaz Erdoğan", - "cast": "Aylin Kontante, Bülent Emrah Parlak, Büşra Pekin, Çağlar Çorumlu, Fatih Artman, Gupse Özay, Serkan Keskin, Şebnem Bozoklu", - "country": "Turkey", - "date_added": "October 18, 2019", - "release_year": 2017, - "rating": "TV-14", - "duration": "95 min", - "listed_in": "Comedies, International Movies, Romantic Movies", - "description": "When a group of people meets at the same party, they form four different relationships, each experiencing similar phases of love.", - "type": "Movie" - }, - { - "show_id": 80126646, - "title": "MeatEater", - "director": "", - "cast": "Steven Rinella", - "country": "United States", - "date_added": "", - "release_year": 2019, - "rating": "TV-14", - "duration": "4 Seasons", - "listed_in": "Docuseries, Reality TV, Science & Nature TV", - "description": "Steven Rinella scrounges in some of America's wildest terrains in this unscripted series showing him on the hunt for wild animals from ducks to deer.", - "type": "TV Show" - }, - { - "show_id": 81020066, - "title": "Mighty Little Bheem: Diwali", - "director": "", - "cast": "Samriddhi Shukla, Nishka Raheja, Arannya Kaur, Shanoor Mirza, Rajesh Kava", - "country": "India", - "date_added": "October 18, 2019", - "release_year": 2019, - "rating": "TV-Y", - "duration": "1 Season", - "listed_in": "Kids' TV, TV Comedies", - "description": "From decorating his home to devouring sweets, join Bheem as he makes merry – and a bit of mischief – while the festival of lights is in full swing.", - "type": "TV Show" - }, - { - "show_id": 81193245, - "title": "MONKART", - "director": "", - "cast": "Kim Jae-ha, Kwon Ji-hye, Lee Bo-hee, Um Sang-hyun, Jung Yoon-jung, Kim Bo-min, Hong So-young, Hong Bum-ki, Ahn Jang-hyuk", - "country": "", - "date_added": "October 18, 2019", - "release_year": 2017, - "rating": "TV-Y7", - "duration": "1 Season", - "listed_in": "Kids' TV, Korean TV Shows", - "description": "Jin and his dragon monster Draka set out on a racing adventure and try to save the kingdom from evil forces.", - "type": "TV Show" - }, - { - "show_id": 81172723, - "title": "New Money", - "director": "Tope Oshin", - "cast": "Jemima Osunde, Blossom Chukwujekwu, Kate Henshaw-Nuttal, Dakore Akande, Wale Ojo, Wofai Fada, Osas Ighodaro Ajibade, Falz, Daniel Effiong, Adeolu Adefarasin", - "country": "Nigeria", - "date_added": "October 18, 2019", - "release_year": 2018, - "rating": "TV-14", - "duration": "107 min", - "listed_in": "Dramas, International Movies", - "description": "An aspiring fashion designer's life is transformed after she discovers she’s the heiress of a billion-dollar empire left by her estranged father.", - "type": "Movie" - }, - { - "show_id": 80990336, - "title": "Seventeen", - "director": "Daniel Sánchez Arévalo", - "cast": "Biel Montoro, Nacho Sánchez, Lola Cordón, Itsaso Arana, Chani Martín, Iñigo Aranburu, Kandido Uranga, Javier Cifrián, Mamen Duch, Carolina Clemente, Jorge Cabrera, Daniel Fuster, Edgar Costas, Patxi Santamaría", - "country": "Spain", - "date_added": "October 18, 2019", - "release_year": 2019, - "rating": "TV-MA", - "duration": "100 min", - "listed_in": "Comedies, Dramas, International Movies", - "description": "To find his therapy dog, a 17-year-old escapes from juvie and embarks on a journey of reconnection with his brother and grandmother through Cantabria.", - "type": "Movie" - }, - { - "show_id": 81094271, - "title": "Spirit Riding Free: Pony Tales", - "director": "", - "cast": "Amber Frank, Bailey Gambertoglio, Sydney Park, Darcy Rose Byrnes, Gabriella Graves, Duncan Joiner, Nolan North", - "country": "United States", - "date_added": "", - "release_year": 2019, - "rating": "TV-Y", - "duration": "2 Seasons", - "listed_in": "Kids' TV", - "description": "Find the fun and adventure of \"Spirit Riding Free\" in this mix of music videos and short episodes featuring Lucky and all of her friends!", - "type": "TV Show" - }, - { - "show_id": 81172909, - "title": "Tatu", - "director": "Don Omope", - "cast": "Rahama Sadau, Sambasa Nzeribe, Segun Arinze, Gabriel Afolayan, Desmond Elliot, Funlola Aofiyebi, Toyin Aimakhu, Stephen Demian, Afeez Oyetoro, Oludara Egerton Shyngle", - "country": "Nigeria", - "date_added": "October 18, 2019", - "release_year": 2017, - "rating": "TV-MA", - "duration": "101 min", - "listed_in": "Action & Adventure, Dramas, International Movies", - "description": "Doubting her future as a nun, a woman attempts to have a child, triggering a mystic tribal prophecy that could force her to make a godly sacrifice.", - "type": "Movie" - }, - { - "show_id": 80214706, - "title": "Tell Me Who I Am", - "director": "Ed Perkins", - "cast": "", - "country": "United Kingdom", - "date_added": "October 18, 2019", - "release_year": 2019, - "rating": "TV-MA", - "duration": "86 min", - "listed_in": "Documentaries", - "description": "In this documentary, Alex trusts his twin, Marcus, to tell him about his past after he loses his memory. But Marcus is hiding a dark family secret.", - "type": "Movie" - }, - { - "show_id": 80160935, - "title": "The House of Flowers", - "director": "", - "cast": "Verónica Castro, Aislinn Derbez, Cecilia Suárez, Dario Yazbek Bernal, Paco León, Arturo Ríos, Juan Pablo Medina, Verónica Langer, Lucas Velázquez", - "country": "Mexico", - "date_added": "", - "release_year": 2019, - "rating": "TV-MA", - "duration": "2 Seasons", - "listed_in": "International TV Shows, Spanish-Language TV Shows, TV Comedies", - "description": "In this dark comedy, a wealthy matriarch tries to maintain her family's facade of perfection after her husband's mistress exposes their dirty secrets.", - "type": "TV Show" - }, - { - "show_id": 80994011, - "title": "The Laundromat", - "director": "Steven Soderbergh", - "cast": "Meryl Streep, Gary Oldman, Antonio Banderas, Sharon Stone, James Cromwell, Jeffrey Wright, Melissa Rauch, Jeff Michalski, Jane Morris, Robert Patrick, David Schwimmer", - "country": "United States", - "date_added": "October 18, 2019", - "release_year": 2019, - "rating": "R", - "duration": "96 min", - "listed_in": "Comedies, Dramas", - "description": "When a widow gets swindled out of insurance money, her search for answers leads to two cunning lawyers in Panama who hide cash for the superrich.", - "type": "Movie" - }, - { - "show_id": 81064730, - "title": "Toon", - "director": "", - "cast": "Joep Vermolen, Amy van der Weerden, Loulou Hameleers, Robbert Bleij", - "country": "Netherlands", - "date_added": "", - "release_year": 2017, - "rating": "TV-MA", - "duration": "2 Seasons", - "listed_in": "International TV Shows, TV Comedies", - "description": "Reclusive, socially awkward jingle composer Toon must navigate the nightmarish world of show biz after a viral video skyrockets him to fame.", - "type": "TV Show" - }, - { - "show_id": 80208910, - "title": "Unnatural Selection", - "director": "", - "cast": "", - "country": "United States", - "date_added": "October 18, 2019", - "release_year": 2019, - "rating": "TV-MA", - "duration": "1 Season", - "listed_in": "Docuseries, Science & Nature TV", - "description": "From eradicating disease to selecting a child’s traits, gene editing gives humans the chance to hack biology. Meet the real people behind the science.", - "type": "TV Show" - }, - { - "show_id": 81172902, - "title": "Up North", - "director": "Tope Oshin", - "cast": "Banky Wellington, Rahama Sadau, Kanayo O. Kanayo, Ibrahim Suleiman, Michelle Dede, Adesua Etomi, Hilda Dokubo, Akin Lewis", - "country": "Nigeria", - "date_added": "October 18, 2019", - "release_year": 2018, - "rating": "TV-14", - "duration": "99 min", - "listed_in": "Dramas, International Movies", - "description": "A pampered heir must complete a year of service work to inherit his dad's assets but unearths new goals when he's placed in an unfamiliar region.", - "type": "Movie" - }, - { - "show_id": 80998890, - "title": "Upstarts", - "director": "Udai Singh Pawar", - "cast": "Priyanshu Painyuli, Chandrachoor Rai, Shadab Kamal, Rajeev Siddhartha, Sheetal Thakur, Ninad Kamat, Swati Semwal, Eijaz Khan", - "country": "India", - "date_added": "October 18, 2019", - "release_year": 2019, - "rating": "TV-14", - "duration": "112 min", - "listed_in": "Comedies, Dramas, International Movies", - "description": "Hoping to do good while making millions, three college graduates create a startup. But as business begins to flourish, their own bond starts to fray.", - "type": "Movie" - }, - { - "show_id": 81047903, - "title": "Verses of Love 2", - "director": "Guntur Soeharjanto", - "cast": "Fedi Nuril, Tatjana Saphira, Dewi Sandra, Chelsea Islan, Nur Fazura, Pandji Pragiwaksono, Arie Untung, Bront Palarae, Dewi Irawan", - "country": "Indonesia", - "date_added": "October 18, 2019", - "release_year": 2017, - "rating": "TV-14", - "duration": "127 min", - "listed_in": "Dramas, Faith & Spirituality, International Movies", - "description": "Now a lecturer in Edinburgh, Fahri tries to begin a new chapter as the love of his life, Aisha, volunteers in the Gaza Strip. Have they moved on?", - "type": "Movie" - }, - { - "show_id": 80227516, - "title": "Chosen", - "director": "", - "cast": "Lan Cheng-Lung, Deng JiaJia, Han Pengyi, Sam Hayden-Smith, Jenny Zhou, Paul He, Nathaniel Kelly", - "country": "China", - "date_added": "", - "release_year": 2019, - "rating": "TV-MA", - "duration": "2 Seasons", - "listed_in": "Crime TV Shows, International TV Shows, TV Action & Adventure", - "description": "When a mysterious box arrives at his door, a doctor and father is forced to participate in a twisted killing game, or risk losing everything.", - "type": "TV Show" - }, - { - "show_id": 70125931, - "title": "The Karate Kid", - "director": "Harald Zwart", - "cast": "Jaden Smith, Jackie Chan, Taraji P. Henson, Wenwen Han, Yu Rongguang, Zhensu Wu, Zhiheng Wang, Zhenwei Wang, Shijia Lü, Yi Zhao", - "country": "United States, China", - "date_added": "October 17, 2019", - "release_year": 2010, - "rating": "PG", - "duration": "140 min", - "listed_in": "Children & Family Movies, Dramas", - "description": "After moving to Beijing with his mother, Dre falls prey to a bully, so he takes lessons from a martial arts master in this remake of the 1984 classic.", - "type": "Movie" - }, - { - "show_id": 80222326, - "title": "THE UNLISTED", - "director": "", - "cast": "Vrund Rao, Ved Rao, Abigail Adriano, Miah Madden, Jean Hinchliffe, Nya Cofie, Saba Zaidi Abdi, Nicholas Brown, Virginie Laverdure, Avishma Lohith, Zenia Starr, Suzi Dougherty, Aria Ferris, Danny Kim, Annabel Wolfe", - "country": "Australia", - "date_added": "October 17, 2019", - "release_year": 2019, - "rating": "TV-PG", - "duration": "1 Season", - "listed_in": "Kids' TV, TV Thrillers", - "description": "When they learn of a secret plot to track and control kids, identical twins Dru and Kal team up with a band of runaway rebels to take back their world.", - "type": "TV Show" - }, - { - "show_id": 81077044, - "title": "Another Miss Oh", - "director": "", - "cast": "Seo Hyun-jin, Eric Moon, Jeon Hye-bin, Ye Ji-won, Kim Ji-seok, Lee Jae-yoon, Lee Han-wi, Kim Mee-kyeong, Oh Man-seok, Lee Pil-mo", - "country": "South Korea", - "date_added": "October 16, 2019", - "release_year": 2016, - "rating": "TV-14", - "duration": "1 Season", - "listed_in": "International TV Shows, Korean TV Shows, Romantic TV Shows", - "description": "A sound director who suddenly starts getting visions of someone else’s future gets mired in the lives of two women, who happen to share the same name.", - "type": "TV Show" - }, - { - "show_id": 81081656, - "title": "Ghosts of Sugar Land", - "director": "Bassam Tariq", - "cast": "", - "country": "United States", - "date_added": "October 16, 2019", - "release_year": 2019, - "rating": "TV-MA", - "duration": "22 min", - "listed_in": "Documentaries", - "description": "Shocked when their friend embraces extremism, a group of Muslim Americans in Texas recount their time with him and theories about his fate.", - "type": "Movie" - }, - { - "show_id": 81187847, - "title": "League of Legends Origins", - "director": "Leslie Iwerks", - "cast": "", - "country": "United States", - "date_added": "October 16, 2019", - "release_year": 2019, - "rating": "TV-MA", - "duration": "78 min", - "listed_in": "Documentaries", - "description": "Fans, experts and creators of the \"League of Legends\" detail the game’s rise from free demo to global esports titan.", - "type": "Movie" - }, - { - "show_id": 81053240, - "title": "Park Na-rae: Glamour Warning", - "director": "Kim Joo-hyung", - "cast": "Park Na-rae", - "country": "South Korea", - "date_added": "October 16, 2019", - "release_year": 2019, - "rating": "TV-MA", - "duration": "63 min", - "listed_in": "Stand-Up Comedy", - "description": "Korea’s beloved comedian and favorite big sister figure talks sex, relationships and celebrity life. And she’s sassier and dirtier than ever before.", - "type": "Movie" - }, - { - "show_id": 81167011, - "title": "Second 20s", - "director": "", - "cast": "Choi Ji-woo, Lee Sang-yun, Choi Won-young, Kim Min-jae, Son Na-eun, Jung Soo-young, Choi Yoon-so, Park Hyo-ju", - "country": "South Korea", - "date_added": "October 16, 2019", - "release_year": 2015, - "rating": "TV-14", - "duration": "1 Season", - "listed_in": "International TV Shows, Korean TV Shows, Romantic TV Shows", - "description": "Facing major changes, a mother realizes it's time to live for herself and decides to enroll in college, where she finds her dream as well as new love.", - "type": "TV Show" - }, - { - "show_id": 80043834, - "title": "Sinister 2", - "director": "Ciarán Foy", - "cast": "Shannyn Sossamon, John Beasley, James Ransone, Tate Ellington, Robert Daniel Sloan, Dartanian Sloan, Lucas Jade Zumann, Lea Coco", - "country": "United States, United Kingdom", - "date_added": "October 16, 2019", - "release_year": 2015, - "rating": "R", - "duration": "97 min", - "listed_in": "Horror Movies", - "description": "A single mother and her twin sons move into a rural house, unaware of its history of being inhabited by an evil spirit that preys upon young children.", - "type": "Movie" - }, - { - "show_id": 81157840, - "title": "The Game Changers", - "director": "Louie Psihoyos", - "cast": "Arnold Schwarzenegger, Lewis Hamilton, James Wilks, Patrik Baboumian, Scott Jurek, Nimai Delgado, Morgan Mitchell, Rip Esselstyn, Dotsie Bausch, Damien Mander, Michael Thomas, Dr. Dean Ornish, David Goldman", - "country": "United States", - "date_added": "October 16, 2019", - "release_year": 2018, - "rating": "TV-MA", - "duration": "86 min", - "listed_in": "Documentaries, Sports Movies", - "description": "Special Forces trainer James Wilks asks elite athletes to compare the merits of meat, protein and plants for building strength. Spoiler: plants win.", - "type": "Movie" - }, - { - "show_id": 80176234, - "title": "Black Money Love", - "director": "Ahmet Katıksız", - "cast": "Güler Ökten, Hazal Türesan, İlkin Tüfekçi, Bedia Ener, Erkan Can, Öykü Karayel, Emre Kızılırmak, Bestemsu Özdemir, Engin Akyürek, Burak Tamdoğan, Saygın Soysal, Tuba Büyüküstün, Ali Yörenç, Ahmet Tansu Taşanlar, Elif İnci", - "country": "Turkey", - "date_added": "October 15, 2019", - "release_year": 2014, - "rating": "TV-MA", - "duration": "1 Season", - "listed_in": "Crime TV Shows, International TV Shows, TV Dramas", - "description": "After a cop's fiancée and a jewelry designer's father are found dead together, the two bereaved ones face a perilous aftermath of a theft gone wrong.", - "type": "TV Show" - }, - { - "show_id": 80992769, - "title": "Dark Crimes", - "director": "Alexandros Avranas", - "cast": "Jim Carrey, Marton Csokas, Charlotte Gainsbourg, Agata Kulesza, Kati Outinen, Zbigniew Zamachowski, Danuta Kowalska, Vlad Ivanov, Robert Więckiewicz, Piotr Głowacki", - "country": "United Kingdom, Poland, United States", - "date_added": "October 15, 2019", - "release_year": 2016, - "rating": "R", - "duration": "93 min", - "listed_in": "Dramas, Thrillers", - "description": "A detective on a cold murder case discovers that a famous writer’s latest novel contains details chillingly similar to the crime he’s investigating.", - "type": "Movie" - }, - { - "show_id": 81191228, - "title": "Homeland", - "director": "Anindya Chatterjee", - "cast": "Parambrata Chatterjee, Ani Hovhannisyan, Jonathan Dumontier, Varzu, Sylvie de Neef, Prakashchandra Roy, Nicolas Pierson, Anahit Simonyan", - "country": "", - "date_added": "October 15, 2019", - "release_year": 2019, - "rating": "TV-PG", - "duration": "73 min", - "listed_in": "Dramas, Independent Movies, International Movies", - "description": "Determined to trace her ancestral history, an Armenian woman travels to a French village, where she befriends a kind man and, better yet, finds herself.", - "type": "Movie" - }, - { - "show_id": 81154549, - "title": "Magical Andes", - "director": "", - "cast": "", - "country": "", - "date_added": "October 15, 2019", - "release_year": 2019, - "rating": "TV-G", - "duration": "1 Season", - "listed_in": "Docuseries, International TV Shows, Science & Nature TV", - "description": "From Argentina to Colombia, this stunning documentary follows five characters who share their deep connection to South America's majestic mountains.", - "type": "TV Show" - }, - { - "show_id": 81192594, - "title": "Power Rangers Beast Morphers", - "director": "", - "cast": "Rorrie D. Travis, Jazz Baduwalia, Jacqueline Scislowski, Abraham Rodríguez, Teuila Blakely, Kristina Ho, Cosme Flores, Kevin Copeland", - "country": "United States", - "date_added": "October 15, 2019", - "release_year": 2019, - "rating": "TV-Y7-FV", - "duration": "1 Season", - "listed_in": "Kids' TV", - "description": "A new breed of secret agents must stop a ruthless computer virus and its minions from stealing the unlimited clean energy source that created them.", - "type": "TV Show" - }, - { - "show_id": 70267476, - "title": "Saint Seiya", - "director": "", - "cast": "Toru Furuya, Hirotaka Suzuoki, Ryo Horikawa, Koichi Hashimoto, Hideyuki Hori, Keiko Han, Yuriko Yamamoto, Kohei Miyauchi, Mami Koyama", - "country": "Japan", - "date_added": "", - "release_year": 1986, - "rating": "TV-PG", - "duration": "3 Seasons", - "listed_in": "Anime Series", - "description": "A band of young warriors in magical armor vow to defend the reincarnation of Greek goddess Athena against evil forces and to return her to the throne.", - "type": "TV Show" - }, - { - "show_id": 80990869, - "title": "Martin Matte: La vie, la mort...eh la la..!", - "director": "Jean-François Blais", - "cast": "Martin Matte", - "country": "Canada", - "date_added": "October 14, 2019", - "release_year": 2019, - "rating": "TV-14", - "duration": "62 min", - "listed_in": "Stand-Up Comedy", - "description": "Quebecois comedy star Martin Matte serves up embarrassing personal stories, a solution for social media trolls and more in this unpredictable special.", - "type": "Movie" - }, - { - "show_id": 81034012, - "title": "Street Flow", - "director": "Leïla Sy, Kery James", - "cast": "Kery James, Jammeh Diangana, Chloé Jouannet, Bakary Diombera", - "country": "France", - "date_added": "October 13, 2019", - "release_year": 2019, - "rating": "TV-MA", - "duration": "96 min", - "listed_in": "Dramas, International Movies", - "description": "Three brothers – a gangster, a scholar and an impressionable teen – learn hard lessons in the gritty suburbs while searching for the means to survive.", - "type": "Movie" - }, - { - "show_id": 81191500, - "title": "The Lies Within", - "director": "", - "cast": "Lee Min-ki, Lee Yoo-young, On Ju-wan, Lee Jun-hyeok, Yun Jong-seok, Kim Jong-soo, Seo Hyun-woo, Song Young-chang, Lee Jun-hyuk", - "country": "South Korea", - "date_added": "October 13, 2019", - "release_year": 2019, - "rating": "TV-14", - "duration": "1 Season", - "listed_in": "Crime TV Shows, International TV Shows, Korean TV Shows", - "description": "After her father dies and her husband goes missing, Kim Seo-hui teams up with detective Jo Tae-sik and joins the National Assembly.", - "type": "TV Show" - }, - { - "show_id": 81132441, - "title": "Bygones Be Bygones", - "director": "Hakan Algül", - "cast": "Ata Demirer, Tuvana Türkay, Ülkü Duru, Salih Kalyon, Renan Bilek, Seda Güven, Toprak Sergen, Ali Yoğurtçuoğlu, Bedir Bedir, Gümeç Alpay Aslan", - "country": "Turkey", - "date_added": "October 11, 2019", - "release_year": 2017, - "rating": "TV-MA", - "duration": "104 min", - "listed_in": "Comedies, International Movies, Romantic Movies", - "description": "A mother's plan to find her bachelor son a match derails when a new prospect turns up and sinister schemes unfold.", - "type": "Movie" - }, - { - "show_id": 81078819, - "title": "El Camino: A Breaking Bad Movie", - "director": "Vince Gilligan", - "cast": "Aaron Paul", - "country": "United States", - "date_added": "October 11, 2019", - "release_year": 2019, - "rating": "TV-MA", - "duration": "123 min", - "listed_in": "Dramas, Thrillers", - "description": "Fugitive Jesse Pinkman attempts to outrun his past. Written and directed by \"Breaking Bad\" creator Vince Gilligan, starring Aaron Paul.", - "type": "Movie" - }, - { - "show_id": 80223997, - "title": "Fractured", - "director": "Brad Anderson", - "cast": "Sam Worthington, Lily Rabe, Stephen Tobolowsky, Adjoa Andoh, Lucy Capri, Lauren Cochrane, Shane Dean", - "country": "United States", - "date_added": "October 11, 2019", - "release_year": 2019, - "rating": "TV-MA", - "duration": "100 min", - "listed_in": "Thrillers", - "description": "After his wife and injured daughter disappear from an ER, a man conducts a panicked search and becomes convinced the hospital is hiding something.", - "type": "Movie" - }, - { - "show_id": 80195378, - "title": "Haunted", - "director": "", - "cast": "", - "country": "United States, Czech Republic", - "date_added": "", - "release_year": 2019, - "rating": "TV-MA", - "duration": "2 Seasons", - "listed_in": "Reality TV, TV Horror, TV Thrillers", - "description": "Real people sit down with friends and family to share terrifying true stories from their past, re-created through chilling re-enactments.", - "type": "TV Show" - }, - { - "show_id": 80179905, - "title": "Insatiable", - "director": "", - "cast": "Dallas Roberts, Debby Ryan, Alyssa Milano, Christopher Gorham, Kimmy Shields, Michael Provost, Erinn Westbrook, Daniel Kang, Arden Myrin", - "country": "United States", - "date_added": "", - "release_year": 2019, - "rating": "TV-MA", - "duration": "2 Seasons", - "listed_in": "TV Comedies, TV Dramas, Teen TV Shows", - "description": "A bullied teenager turns to beauty pageants as a way to exact her revenge, with the help of a disgraced coach who soon realizes he's in over his head.", - "type": "TV Show" - }, - { - "show_id": 81191666, - "title": "The Bling Lagosians", - "director": "Bolanle Austen-Peters", - "cast": "Gbenga Titiloye, Elvina Ibru, Sharon Ooja, Osas Ighodaro Ajibade, Monalisa Chinda, Toyin Abraham, Bisola Aiyeola, Oladele Ogunlana, Jimmy Odukoya, Alex Ekubo", - "country": "Nigeria", - "date_added": "October 11, 2019", - "release_year": 2019, - "rating": "TV-14", - "duration": "99 min", - "listed_in": "Dramas, International Movies", - "description": "With a matriarch bent on having a lavish 51st birthday party, her family's debt is on the verge of exposure, threatening their business – and legacy.", - "type": "Movie" - }, - { - "show_id": 81133621, - "title": "The Forest of Love", - "director": "Sion Sono", - "cast": "Kippei Shiina, Shinnosuke Mitsushima, Kyooko Hinami, Eri Kamataki, Young Dais, Natsuki Kawamura, Yuzuka Nakaya, Dai Hasegawa, Chiho Fujii, Sei Matobu, Denden", - "country": "Japan", - "date_added": "October 11, 2019", - "release_year": 2019, - "rating": "TV-MA", - "duration": "151 min", - "listed_in": "Dramas, International Movies, Thrillers", - "description": "A con man and a would-be filmmaking crew force themselves into the lives of two grief-scarred young women. But nothing is as it seems.", - "type": "Movie" - }, - { - "show_id": 80190086, - "title": "The Hook Up Plan", - "director": "", - "cast": "Marc Ruchmann, Zita Hanrot, Sabrina Ouazani, Joséphine Drai, Syrus Shahidi, Yvan Naubron, Guillaume Labbé, Tom Dingler", - "country": "France", - "date_added": "", - "release_year": 2019, - "rating": "TV-14", - "duration": "2 Seasons", - "listed_in": "International TV Shows, Romantic TV Shows, TV Comedies", - "description": "When Parisian Elsa gets hung up on her ex, her best friends secretly hire a male escort to help her move on. But their plan works a little too well.", - "type": "TV Show" - }, - { - "show_id": 81038598, - "title": "The Influence", - "director": "Dennis Rovira van Boekholt", - "cast": "Manuela Vellés, Maggie Civantos, Alain Hernández, Claudia Placer, Daniela Rubio, Emma Suárez, Ramón Esquinas, Felipe García Vélez, Mariana Cordero", - "country": "Spain, France", - "date_added": "October 11, 2019", - "release_year": 2019, - "rating": "TV-MA", - "duration": "102 min", - "listed_in": "Horror Movies, International Movies", - "description": "Back in her childhood home to help her sister care for their comatose mother, Alicia must face a dark force from her past that now threatens her child.", - "type": "Movie" - }, - { - "show_id": 80212481, - "title": "YooHoo to the Rescue", - "director": "", - "cast": "Kira Buckland, Ryan Bartley, Bryce Papenbrook, Cassandra Morris, Lucien Dodge, Kyle Hebert", - "country": "South Korea", - "date_added": "", - "release_year": 2019, - "rating": "TV-Y", - "duration": "2 Seasons", - "listed_in": "Kids' TV, Korean TV Shows", - "description": "In a series of magical missions, quick-witted YooHoo and his can-do crew travel the globe to help animals in need.", - "type": "TV Show" - }, - { - "show_id": 81172568, - "title": "Beyblade Burst Turbo", - "director": "", - "cast": "Laura Stahl, Billy Kametz, Derek Stephen Prince, Kyle McCarley, Brandon Winckler, Kimlinh Tran", - "country": "", - "date_added": "October 10, 2019", - "release_year": 2018, - "rating": "TV-Y7", - "duration": "1 Season", - "listed_in": "Anime Series, Kids' TV", - "description": "Yearning to earn the title of world blading champion, a novice competitor must harness his untamed potential through training and tournaments.", - "type": "TV Show" - }, - { - "show_id": 81171871, - "title": "GEN HOSHINO STADIUM TOUR “POP VIRUS”", - "director": "Naoto Amazutsumi", - "cast": "Gen Hoshino", - "country": "", - "date_added": "October 10, 2019", - "release_year": 2019, - "rating": "TV-PG", - "duration": "154 min", - "listed_in": "International Movies, Music & Musicals", - "description": "Singer-songwriter Gen Hoshino takes the stage at the sold out Tokyo Dome in his highly anticipated 2019 Pop Virus dome tour.", - "type": "Movie" - }, - { - "show_id": 80036165, - "title": "Schitt's Creek", - "director": "", - "cast": "Eugene Levy, Catherine O'Hara, Daniel Levy, Annie Murphy, Chris Elliott, Jennifer Robertson, Emily Hampshire, Tim Rozon, Sarah Levy, Dustin Milligan", - "country": "Canada, United States", - "date_added": "", - "release_year": 2019, - "rating": "TV-14", - "duration": "5 Seasons", - "listed_in": "TV Comedies", - "description": "Suddenly broke, the formerly filthy-rich Rose family is reduced to living in a ramshackle motel in a town they once bought as a joke: Schitt's Creek.", - "type": "TV Show" - }, - { - "show_id": 81019771, - "title": "Ultramarine Magmell", - "director": "", - "cast": "Kengo Kawanishi, M・A・O, Toshiyuki Morikawa, Hibiku Yamamura, Satoshi Mikami, Koji Yusa, Hiroshi Yanaka, Shiro Saito, Keiichi Sonobe", - "country": "Japan", - "date_added": "October 10, 2019", - "release_year": 2019, - "rating": "TV-14", - "duration": "1 Season", - "listed_in": "Anime Series, International TV Shows", - "description": "Decades after the sudden birth of a new continent, a young rescuer-for-hire provides aid to adventurers exploring this dangerous, uncharted world.", - "type": "TV Show" - }, - { - "show_id": 80244311, - "title": "After", - "director": "Jenny Gage", - "cast": "Josephine Langford, Hero Fiennes Tiffin, Selma Blair, Inanna Sarkis, Shane Paul McGhie, Pia Mia, Khadijha Red Thunder, Dylan Arnold, Samuel Larsen, Jennifer Beals, Peter Gallagher", - "country": "United States", - "date_added": "October 9, 2019", - "release_year": 2019, - "rating": "PG-13", - "duration": "106 min", - "listed_in": "Dramas, Romantic Movies", - "description": "Wholesome college freshman Tessa Young thinks she knows what she wants out of life, until she crosses paths with complicated bad boy Hardin Scott.", - "type": "Movie" - }, - { - "show_id": 81183570, - "title": "Home Is Where the Killer Is", - "director": "Kaila York", - "cast": "Stacy Haiduk, Kelly Kruger, Christopher Sean, Anne Leighton, Beth Littleford, John-Paul Lavoisier, Kristoff St. John, Pallavi Sastry", - "country": "United States", - "date_added": "October 9, 2019", - "release_year": 2019, - "rating": "TV-14", - "duration": "87 min", - "listed_in": "Dramas, Thrillers", - "description": "Recovering from cancer, a young woman thinks she’s found a friend when she rents a room from a caring ex-doctor. But empathy soon becomes obsession.", - "type": "Movie" - }, - { - "show_id": 80216665, - "title": "Rhythm + Flow", - "director": "", - "cast": "Cardi B, Chance The Rapper, T.I.", - "country": "United States", - "date_added": "October 9, 2019", - "release_year": 2019, - "rating": "TV-MA", - "duration": "1 Season", - "listed_in": "Reality TV", - "description": "In this music competition show, judges Tip “T.I.” Harris, Cardi B and Chance the Rapper hit the streets to find the next rap superstar.", - "type": "TV Show" - }, - { - "show_id": 80995737, - "title": "Deon Cole: Cole Hearted", - "director": "Ryan Polito", - "cast": "Deon Cole", - "country": "United States", - "date_added": "October 8, 2019", - "release_year": 2019, - "rating": "TV-MA", - "duration": "70 min", - "listed_in": "Stand-Up Comedy", - "description": "Embracing his belief that comedy is the last raw form of expression, Deon Cole explains the right time to thank Jesus and the wrong time to say \"welp.", - "type": "Movie" - }, - { - "show_id": 81021976, - "title": "The Spooky Tale of Captain Underpants Hack-a-ween", - "director": "", - "cast": "Nat Faxon, Jay Gragnani, Ramone Hamilton, Sean Astin, Dayci Brookshire, Clancy Brown, Jorge Diaz, Peter Hastings, Evan Kishiyama, David Koechner, Erica Luttrell, Patty Mattson, Brennan Murray, Kevin Michael Richardson, Mindy Sterling, Stephen Tobolowsky, Kari Wahlgren", - "country": "United States", - "date_added": "October 8, 2019", - "release_year": 2019, - "rating": "TV-Y7", - "duration": "46 min", - "listed_in": "Children & Family Movies, Comedies", - "description": "When Melvin tries to cancel Halloween, clever best friends Harold and George create their own spooky holiday – and it's a huge success!", - "type": "Movie" - }, - { - "show_id": 80025390, - "title": "The Water Diviner", - "director": "Russell Crowe", - "cast": "Russell Crowe, Olga Kurylenko, Yılmaz Erdoğan, Cem Yılmaz, Jai Courtney, Ryan Corr, James Fraser, Ben O'Toole, Steve Bastoni, Salih Kalyon", - "country": "Australia, United States", - "date_added": "October 7, 2019", - "release_year": 2014, - "rating": "R", - "duration": "111 min", - "listed_in": "Dramas, International Movies", - "description": "Years after the presumed death of his three sons in battle, a grieving farmer journeys to Turkey to find them and return them to their homeland.", - "type": "Movie" - }, - { - "show_id": 81016338, - "title": "Love for Sale", - "director": "Andibachtiar Yusuf", - "cast": "Gading Marten, Della Dartyan, Rukman Rosadi, Albert Halim, Verdi Solaiman, Adriano Qalbi, Sabrina Rochelle Kalangie, Rizky Mocil", - "country": "Indonesia", - "date_added": "October 6, 2019", - "release_year": 2018, - "rating": "TV-14", - "duration": "101 min", - "listed_in": "Dramas, International Movies, Romantic Movies", - "description": "Richard accepts a bet that he can't find a companion to a friend's wedding, not knowing the dating app he's using includes a 45-day contract.", - "type": "Movie" - }, - { - "show_id": 80215730, - "title": "Legend Quest: Masters of Myth", - "director": "", - "cast": "Johnny Rose, Annemarie Blanco, Paul Tei, Oscar Cheda, Chuck Morgan, Jenna Lamia, James Carrey", - "country": "Mexico", - "date_added": "October 5, 2019", - "release_year": 2019, - "rating": "TV-Y7", - "duration": "1 Season", - "listed_in": "Kids' TV", - "description": "When mythical creatures come to life, it's up to Leo, Teodora, Don Andrés and Alebrije – super-secret monster hunters – to save the day.", - "type": "TV Show" - }, - { - "show_id": 81161487, - "title": "My Country: The New Age", - "director": "", - "cast": "Yang Se-Jong, Woo Do‑hwan, Seolhyun, Jang Hyuk, Kim Young-chul, In Gyo-jin, Yu Oh-seong, Ahn Nae-sang", - "country": "South Korea", - "date_added": "October 5, 2019", - "release_year": 2019, - "rating": "TV-14", - "duration": "1 Season", - "listed_in": "International TV Shows, Korean TV Shows, TV Action & Adventure", - "description": "At the end of the Goryeo period, there were those who led the charge to proclaim a new age – and the ordinary individuals who risked everything.", - "type": "TV Show" - }, - { - "show_id": 81177367, - "title": "Noblemen", - "director": "Vandana Kataria", - "cast": "Ali Haji, Kunal Kapoor, Muskkaan Jaferi, Hardik Thakkar, Ali Mir, Shaan Grover, M.K. Raina, Ivan Rodrigues", - "country": "India", - "date_added": "October 5, 2019", - "release_year": 2019, - "rating": "TV-MA", - "duration": "109 min", - "listed_in": "Dramas, Independent Movies, International Movies", - "description": "When he lands the lead in his Christian school's production of \"The Merchant of Venice,\" a secretly gay student is bullied by wealthy upperclassmen.", - "type": "Movie" - }, - { - "show_id": 80164032, - "title": "A Plastic Ocean", - "director": "", - "cast": "Tanya Streeter", - "country": "United Kingdom, Hong Kong", - "date_added": "October 4, 2019", - "release_year": 2016, - "rating": "TV-PG", - "duration": "100 min", - "listed_in": "Documentaries", - "description": "When he discovers the world's oceans brimming with plastic waste, a documentary filmmaker investigates the pollution's environmental impacts.", - "type": "Movie" - }, - { - "show_id": 81158574, - "title": "Brother in Love", - "director": "Onur Bilgetay", - "cast": "Cem Gelinoğlu, Melis Babadag, Ege Kökenli, Müfit Kayacan, Lale Başar, Ali Erkazan, Özlem Çakar, Selen Domaç, Ferdi Sancar, Güven Hokna", - "country": "Turkey", - "date_added": "October 4, 2019", - "release_year": 2019, - "rating": "TV-14", - "duration": "110 min", - "listed_in": "Comedies, International Movies, Romantic Movies", - "description": "A robbery leaves a proprietor penniless before his wedding, but becoming a son-in-law to a second family might be the financial solution he needs.", - "type": "Movie" - }, - { - "show_id": 80214792, - "title": "Creeped Out", - "director": "", - "cast": "Victoria Diamond, William Romain, Sydney Wade, Jennifer James, Daniel Ryan, Robert Styles, Rhys Gannon, Maeve Larkin, Margaret Jackman, Katie Proctor, Jonathan Blake, Maximus Evans, Anya Lawrence, Tiffany Elefano, Diya Kittur, Berkley Silverman, Malen Clarkson, Jason Done, Rosina Carbone, Boris Burnell Anderson, Macey Howarth, Rebecca Hanssen, William Haresceugh, Chris Jack, Zita Sattar, Acushla-Tara Kupe, Tillie Amartey, Isabella Pinto, Bella Band, Lola Ogunyemi, Elizabeth Bower, Gianluca Gallucci, Jacob Henshaw, Amelia Curtis, Romy Weltman, Justin Paul Kelly, Jordan Poole, Thamela Mpumlwana, Jake Sim, Leah Choudhry, Daniel Ogbeide-John, Emma Gregory, Rachel Leskovac, Andonis Anthony, Kyle Breitkopf, Julian Richings, Kathryn Emily Douglas", - "country": "United Kingdom, Canada", - "date_added": "", - "release_year": 2019, - "rating": "TV-Y7", - "duration": "2 Seasons", - "listed_in": "British TV Shows, Kids' TV, TV Thrillers", - "description": "A masked figure known as \"The Curious\" collects tales of dark magic, otherworldly encounters and twisted technology in this kids anthology series.", - "type": "TV Show" - }, - { - "show_id": 80237905, - "title": "In the Tall Grass", - "director": "Vincenzo Natali", - "cast": "Patrick Wilson, Laysla De Oliveira, Avery Whitted, Harrison Gilbertson, Rachel Wilson, Will Buie Jr.", - "country": "Canada", - "date_added": "October 4, 2019", - "release_year": 2019, - "rating": "TV-MA", - "duration": "102 min", - "listed_in": "Horror Movies, Thrillers", - "description": "After hearing a boy's cry for help, a pregnant woman and her brother wade into a vast field of grass, only to discover there may be no way out.", - "type": "Movie" - }, - { - "show_id": 81132440, - "title": "Kids on the Block", - "director": "Tugçe Soysop", - "cast": "Selim Bayraktar, Berat Efe Parlar, Esat Polat Güler, Eda Döğer, Dora Dalgıç, Taha Sönmezisik, Zeynep Ilgin Çelik, Arda Taşarcan, Alperen Efe Esmer, İlknur Külahlıoglu, İkra Külahlıoğlu", - "country": "Turkey", - "date_added": "October 4, 2019", - "release_year": 2019, - "rating": "TV-PG", - "duration": "102 min", - "listed_in": "Children & Family Movies, Comedies", - "description": "When their fun in the park is threatened by a neighborhood nagger, a group of friends declares war to play freely on their turf.", - "type": "Movie" - }, - { - "show_id": 80002479, - "title": "Peaky Blinders", - "director": "", - "cast": "Cillian Murphy, Sam Neill, Helen McCrory, Paul Anderson, Iddo Goldberg, Annabelle Wallis, Sophie Rundle, Tom Hardy, Joe Cole, Ned Dennehy, Andy Nyman, Charlie Creed-Miles, Charlotte Riley, David Dawson, Jeffrey Postlethwaite, Matthew Postlethwaite, Ian Peck, Tony Pitts, Aidan Gillen, Adrien Brody, Charlie Murphy, Aimee-Ffion Edwards", - "country": "United Kingdom", - "date_added": "", - "release_year": 2019, - "rating": "TV-MA", - "duration": "5 Seasons", - "listed_in": "British TV Shows, Crime TV Shows, International TV Shows", - "description": "A notorious gang in 1919 Birmingham, England, is led by the fierce Tommy Shelby, a crime boss set on moving up in the world no matter the cost.", - "type": "TV Show" - }, - { - "show_id": 80117803, - "title": "Raising Dion", - "director": "", - "cast": "Alisha Wainwright, Ja'Siah Young, Jason Ritter, Michael B. Jordan, Jazmyn Simon, Ali Ahn, Sammi Haney", - "country": "United States", - "date_added": "October 4, 2019", - "release_year": 2019, - "rating": "TV-PG", - "duration": "1 Season", - "listed_in": "Kids' TV, TV Action & Adventure, TV Dramas", - "description": "A widowed mom sets out to solve the mystery surrounding her young son's emerging superpowers while keeping his extraordinary gifts under wraps.", - "type": "TV Show" - }, - { - "show_id": 80146284, - "title": "Rotten", - "director": "", - "cast": "", - "country": "United States", - "date_added": "", - "release_year": 2019, - "rating": "TV-MA", - "duration": "2 Seasons", - "listed_in": "Docuseries, Science & Nature TV", - "description": "This docuseries travels deep into the heart of the food supply chain to reveal unsavory truths and expose hidden forces that shape what we eat.", - "type": "TV Show" - }, - { - "show_id": 80124711, - "title": "Super Monsters", - "director": "", - "cast": "Elyse Maloway, Vincent Tong, Erin Matthews, Andrea Libman, Alessandro Juliani, Nicole Anthony, Ian James Corlett, Britt McKillip, Kathleen Barr, Diana Kaarina", - "country": "", - "date_added": "", - "release_year": 2019, - "rating": "TV-Y", - "duration": "3 Seasons", - "listed_in": "Kids' TV", - "description": "Preschool kids whose parents are the world's most famous monsters try to master their special powers while preparing for kindergarten.", - "type": "TV Show" - }, - { - "show_id": 81021243, - "title": "Super Monsters: Vida's First Halloween", - "director": "Jacob Joice, Steve Ball", - "cast": "Gigi Saul Guerrero, Elyse Maloway, Vincent Tong, Erin Mathews, Andrea Libman, Alessandro Juliani, Nicole Anthony, Diana Kaarina, Ian James Corlett, Britt McKillip, Kathleen Barr", - "country": "United States", - "date_added": "October 4, 2019", - "release_year": 2019, - "rating": "TV-Y", - "duration": "24 min", - "listed_in": "Children & Family Movies", - "description": "The Super Monsters share their Halloween traditions with Vida, then get invited to a Día de los Muertos party in the Howlers' backyard.", - "type": "Movie" - }, - { - "show_id": 70185045, - "title": "Forks Over Knives", - "director": "Lee Fulkerson", - "cast": "", - "country": "United States", - "date_added": "October 3, 2019", - "release_year": 2011, - "rating": "PG", - "duration": "96 min", - "listed_in": "Documentaries", - "description": "According to the research of two food scientists, the popularity of processed foods has led to epidemic rates of obesity, diabetes and other diseases.", - "type": "Movie" - }, - { - "show_id": 80217066, - "title": "Seis Manos", - "director": "", - "cast": "Aislinn Derbez, Mike Colter, Jonny Cruz, Angélica Vale, Vic Chao, Danny Trejo", - "country": "United States", - "date_added": "October 3, 2019", - "release_year": 2019, - "rating": "TV-MA", - "duration": "1 Season", - "listed_in": "Anime Series, Crime TV Shows", - "description": "Orphans raised by a martial arts master are plunged into a mystery involving demonic powers, drug cartels, ancient rituals and blood sacrifice.", - "type": "TV Show" - }, - { - "show_id": 80222133, - "title": "Border Patrol", - "director": "", - "cast": "Timothy Balme", - "country": "", - "date_added": "October 2, 2019", - "release_year": 2016, - "rating": "TV-PG", - "duration": "1 Season", - "listed_in": "Reality TV", - "description": "This reality TV series follows the men and women of New Zealand's border patrol in their quest to keep their country safe and secure.", - "type": "TV Show" - }, - { - "show_id": 81029301, - "title": "Botched Up Bodies", - "director": "", - "cast": "Charlie Brooks, Sue Johnston", - "country": "United Kingdom", - "date_added": "October 2, 2019", - "release_year": 2013, - "rating": "TV-MA", - "duration": "1 Season", - "listed_in": "British TV Shows, Docuseries, International TV Shows", - "description": "From lifting saggy skin to repairing shoddy breast enhancements, plastic surgeons tackle extreme fixer-uppers.", - "type": "TV Show" - }, - { - "show_id": 81025218, - "title": "Bringing Sexy Back", - "director": "", - "cast": "Samantha Armstrong", - "country": "", - "date_added": "October 2, 2019", - "release_year": 2015, - "rating": "TV-14", - "duration": "1 Season", - "listed_in": "International TV Shows, Reality TV", - "description": "In this reality series, everyday individuals adopt healthier lifestyles and transform their bodies to reclaim their confidence – with dramatic results.", - "type": "TV Show" - }, - { - "show_id": 81025251, - "title": "Court Justice", - "director": "", - "cast": "Chris Bourke", - "country": "Australia", - "date_added": "October 2, 2019", - "release_year": 2017, - "rating": "TV-MA", - "duration": "1 Season", - "listed_in": "Crime TV Shows, Docuseries, International TV Shows", - "description": "In a bustling local court in Sydney, 12 magistrates preside over different levels of criminal offenses and deliver life-changing verdicts.", - "type": "TV Show" - }, - { - "show_id": 80224490, - "title": "Diva Brides", - "director": "", - "cast": "", - "country": "", - "date_added": "October 2, 2019", - "release_year": 2017, - "rating": "TV-MA", - "duration": "1 Season", - "listed_in": "British TV Shows, Reality TV", - "description": "In this reality series, brides-to-be stop at nothing to have their dream weddings despite meager funds, fallouts with friends or even absent grooms.", - "type": "TV Show" - }, - { - "show_id": 81025309, - "title": "Ghost Town Gold", - "director": "", - "cast": "Brit Eaton, Scott Glaves", - "country": "United States", - "date_added": "October 2, 2019", - "release_year": 2012, - "rating": "TV-14", - "duration": "1 Season", - "listed_in": "Reality TV", - "description": "Two history buffs with an eye for valuables traverse through forgotten mines and abandoned landmarks in the wild, wild West to score collectibles.", - "type": "TV Show" - }, - { - "show_id": 81025263, - "title": "Horror Homes", - "director": "", - "cast": "Jill Halfpenny", - "country": "United Kingdom", - "date_added": "October 2, 2019", - "release_year": 2016, - "rating": "TV-14", - "duration": "1 Season", - "listed_in": "British TV Shows, Docuseries, International TV Shows", - "description": "Dream homes turn into property nightmares when mold, maggots, natural disasters and other inconveniences move in.", - "type": "TV Show" - }, - { - "show_id": 81025361, - "title": "Kitten Rescuers", - "director": "", - "cast": "Jo Brand", - "country": "United Kingdom", - "date_added": "October 2, 2019", - "release_year": 2017, - "rating": "TV-14", - "duration": "1 Season", - "listed_in": "British TV Shows, International TV Shows, Reality TV", - "description": "Cat-crazy host Jo Brand follows vets and animal welfare officers who take on daring rescues to save furry felines subjected to different cat-astrophes.", - "type": "TV Show" - }, - { - "show_id": 81025317, - "title": "License to Drill: Louisiana", - "director": "", - "cast": "", - "country": "Canada", - "date_added": "October 2, 2019", - "release_year": 2014, - "rating": "TV-PG", - "duration": "1 Season", - "listed_in": "Reality TV", - "description": "A crew of oil riggers work an off-season job and swap the blistering cold of their native Canada for sunny, Southern comfort in the Big Easy.", - "type": "TV Show" - }, - { - "show_id": 80209609, - "title": "Living Undocumented", - "director": "", - "cast": "", - "country": "United States", - "date_added": "October 2, 2019", - "release_year": 2019, - "rating": "TV-MA", - "duration": "1 Season", - "listed_in": "Docuseries", - "description": "Eight undocumented families' fates roller-coast as the United States' immigration policies are transformed.", - "type": "TV Show" - }, - { - "show_id": 81094801, - "title": "Ready to Mingle", - "director": "Luis Javier Henaine", - "cast": "Cassandra Ciangherotti, Gabriela de la Garza, Irán Castillo, Sophie Alexander-Katz, Flor Eduarda Gurrola, Mariana Cabrera, Juan Pablo Medina, Pablo Cruz Guerrero, Diana Bovio, Andrés Almeida", - "country": "Mexico", - "date_added": "October 2, 2019", - "release_year": 2019, - "rating": "TV-MA", - "duration": "98 min", - "listed_in": "Comedies, International Movies, Romantic Movies", - "description": "After the man she thought she'd marry breaks up with her, Ana joins a class for single women who are in search of a husband.", - "type": "Movie" - }, - { - "show_id": 81191195, - "title": "Salam - The First ****** Nobel Laureate", - "director": "Anand Kamalakar", - "cast": "", - "country": "United States", - "date_added": "October 2, 2019", - "release_year": 2018, - "rating": "TV-PG", - "duration": "76 min", - "listed_in": "Documentaries", - "description": "Shunned by his country due to religion, Abdus Salam strives for an achievement that would define modern physics and redefine his place back home.", - "type": "Movie" - }, - { - "show_id": 81168338, - "title": "300 Miles to Heaven", - "director": "Maciej Dejczer", - "cast": "Krzysztof Stroiński, Andrzej Mellin, Adrianna Biedrzyńska, Adrianna Biedrzyńska, Rafał Zimowski, Kama Kowalewska, Wiesław Komasa, Aleksander Bednarz, Jadwiga Jankowska-Cieslak, Wojciech Klata", - "country": "Denmark, France, Poland", - "date_added": "October 1, 2019", - "release_year": 1989, - "rating": "TV-14", - "duration": "93 min", - "listed_in": "Dramas, International Movies", - "description": "Hoping to help their dissident parents, two brothers sneak out of Poland and land as refugees in Denmark, where they are prevented from returning home.", - "type": "Movie" - }, - { - "show_id": 81103033, - "title": "A.M.I.", - "director": "Rusty Nixon", - "cast": "Debs Howard, Philip Granger, Sam Robert Muik, Havana Guppy, Bonnie Hay, Veronica Hampson, Lori Triolo, Andrew Coghlan, Laura Mitchell, Elinet Louicius", - "country": "Canada", - "date_added": "October 1, 2019", - "release_year": 2019, - "rating": "TV-MA", - "duration": "77 min", - "listed_in": "Horror Movies", - "description": "After losing her mother, a teenage girl bonds with her phone’s artificial intelligence app, a relationship that soon takes a dark and violent turn.", - "type": "Movie" - }, - { - "show_id": 60002273, - "title": "Along Came a Spider", - "director": "Lee Tamahori", - "cast": "Morgan Freeman, Monica Potter, Michael Wincott, Dylan Baker, Mika Boorem, Anton Yelchin, Kim Hawthorne, Jay O. Sanders, Billy Burke, Michael Moriarty, Penelope Ann Miller", - "country": "United States, Germany, Canada", - "date_added": "October 1, 2019", - "release_year": 2001, - "rating": "R", - "duration": "103 min", - "listed_in": "Thrillers", - "description": "When a girl is kidnapped from a prestigious prep school, a homicide detective takes the case, teaming up with young security agent.", - "type": "Movie" - }, - { - "show_id": 70297962, - "title": "Alpha and Omega 2: A Howl-iday Adventure", - "director": "Richard Rich", - "cast": "Ben Diskin, Kate Higgins, Blackie Rose, Lindsay Torrance, Liza West, Tracy Pfau, Bill Lader, Meryl Leigh, Shaun Gerardo", - "country": "United States", - "date_added": "October 1, 2019", - "release_year": 2013, - "rating": "TV-G", - "duration": "45 min", - "listed_in": "Children & Family Movies", - "description": "In this animated outdoor adventure, wolf couple Humphrey and Kate face a crisis when one of their three cubs disappears without explanation.", - "type": "Movie" - }, - { - "show_id": 269880, - "title": "Bad Boys", - "director": "Michael Bay", - "cast": "Will Smith, Martin Lawrence, Téa Leoni, Tchéky Karyo, Theresa Randle, Joe Pantoliano, Emmanuel Xuereb, Michael Imperioli, Nestor Serrano, Julio Oscar Mechoso", - "country": "United States", - "date_added": "October 1, 2019", - "release_year": 1995, - "rating": "R", - "duration": "119 min", - "listed_in": "Action & Adventure, Comedies", - "description": "In this fast-paced actioner, two Miami narcotics cops are hot on the trail of a master crook who has snatched $100 million worth of heroin.", - "type": "Movie" - }, - { - "show_id": 60029167, - "title": "Bad Boys II", - "director": "Michael Bay", - "cast": "Will Smith, Martin Lawrence, Jordi Mollà, Gabrielle Union, Peter Stormare, Theresa Randle, Joe Pantoliano, Michael Shannon, Jon Seda, Yul Vazquez", - "country": "United States", - "date_added": "October 1, 2019", - "release_year": 2003, - "rating": "R", - "duration": "147 min", - "listed_in": "Action & Adventure, Comedies", - "description": "In this hyperkinetic sequel, a pair of Miami narcotics cops investigate a Cuban drug kingpin's connection to Florida's influx of Ecstasy.", - "type": "Movie" - }, - { - "show_id": 60020891, - "title": "Blow", - "director": "Ted Demme", - "cast": "Johnny Depp, Penélope Cruz, Franka Potente, Rachel Griffiths, Paul Reubens, Jordi Mollà, Cliff Curtis, Miguel Sandoval, Ethan Suplee, Ray Liotta", - "country": "United States", - "date_added": "October 1, 2019", - "release_year": 2001, - "rating": "R", - "duration": "123 min", - "listed_in": "Dramas", - "description": "Cocaine smuggler George rises from poverty to become one of the biggest drug dealers in America before his eventual downfall.", - "type": "Movie" - }, - { - "show_id": 80083261, - "title": "Burnistoun", - "director": "", - "cast": "Iain Connell, Robert Florence, Kirsty Strain, Richard Rankin, Allan Miller, Louise Stewart", - "country": "United Kingdom", - "date_added": "", - "release_year": 2012, - "rating": "TV-MA", - "duration": "2 Seasons", - "listed_in": "British TV Shows, TV Comedies", - "description": "This sketch series focuses on the eccentric characters in a small Scottish town, including bumbling cops, \"DJ Jesus\" and a disgruntled serial killer.", - "type": "TV Show" - }, - { - "show_id": 347365, - "title": "Candyman", - "director": "Bernard Rose", - "cast": "Virginia Madsen, Tony Todd, Xander Berkeley, Kasi Lemmons, Vanessa Williams, DeJuan Guy, Michael Culkin, Stanley DeSantis", - "country": "United States, United Kingdom", - "date_added": "October 1, 2019", - "release_year": 1992, - "rating": "R", - "duration": "99 min", - "listed_in": "Cult Movies, Horror Movies", - "description": "Grad student Helen Lyle unintentionally summons the Candyman, a hook-handed creature made flesh by other people's belief in him.", - "type": "Movie" - }, - { - "show_id": 80167821, - "title": "Carmen Sandiego", - "director": "", - "cast": "Gina Rodriguez, Finn Wolfhard, Abby Trott, Michael Hawley, Michael Goldsmith, Kari Wahlgren, Sharon Muthu, Liam O'Brien, Rafael Petardi, Charlet Chung", - "country": "United States", - "date_added": "", - "release_year": 2019, - "rating": "TV-Y7-FV", - "duration": "2 Seasons", - "listed_in": "Kids' TV, TV Thrillers", - "description": "A master thief who uses her skills for good, Carmen Sandiego travels the world foiling V.I.L.E.'s evil plans – with help from her savvy sidekicks.", - "type": "TV Show" - }, - { - "show_id": 60003242, - "title": "Charlie's Angels", - "director": "McG", - "cast": "Cameron Diaz, Drew Barrymore, Lucy Liu, Bill Murray, Sam Rockwell, Kelly Lynch, Tim Curry, Crispin Glover, Matt LeBlanc, LL Cool J, Tom Green, Luke Wilson", - "country": "United States, Germany", - "date_added": "October 1, 2019", - "release_year": 2000, - "rating": "PG-13", - "duration": "98 min", - "listed_in": "Action & Adventure, Comedies", - "description": "Three beauties use their looks, charm and martial-arts training to kick butt on the trail of stolen software in this reboot of the classic TV series.", - "type": "Movie" - }, - { - "show_id": 60027726, - "title": "Charlie's Angels: Full Throttle", - "director": "McG", - "cast": "Cameron Diaz, Drew Barrymore, Lucy Liu, Bernie Mac, Crispin Glover, Justin Theroux, Robert Patrick, Demi Moore, Rodrigo Santoro, Shia LaBeouf, Matt LeBlanc, Luke Wilson, John Cleese", - "country": "United States", - "date_added": "October 1, 2019", - "release_year": 2003, - "rating": "PG-13", - "duration": "106 min", - "listed_in": "Action & Adventure, Comedies", - "description": "In this reboot of the TV classic, the Angels are tasked with finding lost rings encoded with the personal information of people in witness protection.", - "type": "Movie" - }, - { - "show_id": 81166946, - "title": "Cheese in the Trap", - "director": "Lee Yoon-jung", - "cast": "Park Hae-Jin, Kim Go-eun, Seo Kang-jun, Lee Sung-kyoung, Nam Joo-hyuk, Park Min-ji, Hwang Seog-jeong, Son Byung-ho, Ahn Kil-kang", - "country": "South Korea", - "date_added": "October 1, 2019", - "release_year": 2016, - "rating": "TV-14", - "duration": "1 Season", - "listed_in": "International TV Shows, Korean TV Shows, Romantic TV Shows", - "description": "In this adaptation of a popular webtoon, a poor student trying to navigate college life gains the attention of a wealthy upperclassman with a dark side.", - "type": "TV Show" - }, - { - "show_id": 81167065, - "title": "Chicago Typewriter", - "director": "", - "cast": "Yoo Ah-in, Im Soo-jung, Ko Kyoung-pyo, Kwak Si-yang, Jo Woo-jin, Yang Jin-sung, Jeon Soo-kyeong, Ji Dae-han, Chun Ho-jin", - "country": "South Korea", - "date_added": "October 1, 2019", - "release_year": 2017, - "rating": "TV-14", - "duration": "1 Season", - "listed_in": "International TV Shows, Korean TV Shows, Romantic TV Shows", - "description": "A veterinarian and two writers have a mysterious connection to Korean independence fighters from the Japanese colonial period.", - "type": "TV Show" - }, - { - "show_id": 81113888, - "title": "College Romance", - "director": "", - "cast": "Manjot Singh, Apoorva Arora, Keshav Sadhna, Shreya Mehta, Hira Ashar, Gagan Arora", - "country": "India", - "date_added": "October 1, 2019", - "release_year": 2018, - "rating": "TV-MA", - "duration": "1 Season", - "listed_in": "International TV Shows, Romantic TV Shows, TV Comedies", - "description": "Three best friends look for love, laughs and some lifelong memories while attending college together.", - "type": "TV Show" - }, - { - "show_id": 70023961, - "title": "Crash", - "director": "Paul Haggis", - "cast": "Sandra Bullock, Don Cheadle, Matt Dillon, Jennifer Esposito, William Fichtner, Brendan Fraser, Terrence Howard, Ludacris, Thandie Newton, Ryan Phillippe, Larenz Tate, Nona Gaye, Michael Peña", - "country": "United States, Germany", - "date_added": "October 1, 2019", - "release_year": 2004, - "rating": "R", - "duration": "112 min", - "listed_in": "Dramas, Independent Movies", - "description": "In post-Sept. 11 Los Angeles, tensions erupt when the lives of people from all walks of life converge during a 36-hour period.", - "type": "Movie" - }, - { - "show_id": 60027716, - "title": "Dumb and Dumberer: When Harry Met Lloyd", - "director": "Troy Miller", - "cast": "Eric Christian Olsen, Derek Richardson, Rachel Nichols, Cheri Oteri, Luis Guzmán, Elden Henson, William Lee Scott, Mimi Rogers, Eugene Levy", - "country": "United States", - "date_added": "October 1, 2019", - "release_year": 2003, - "rating": "PG-13", - "duration": "85 min", - "listed_in": "Comedies", - "description": "This wacky prequel to the 1994 blockbuster goes back to the lame-brained title characters' days as classmates at a Rhode Island high school.", - "type": "Movie" - }, - { - "show_id": 70287957, - "title": "Earth to Echo", - "director": "Dave Green", - "cast": "Teo Halm, Astro, Reese Hartwig, Ella Wahlestedt, Jason Gray-Stanford, Algee Smith, Cassius Willis, Sonya Leslie, Kerry O'Malley, Virginia Louise Smith, Peter Mackenzie, Valerie Wildman", - "country": "United States", - "date_added": "October 1, 2019", - "release_year": 2014, - "rating": "PG", - "duration": "91 min", - "listed_in": "Children & Family Movies, Sci-Fi & Fantasy", - "description": "When a construction project begins in their neighborhood, four friends start receiving bizarre encoded text messages on their cell phones.", - "type": "Movie" - }, - { - "show_id": 81113890, - "title": "Engineering Girls", - "director": "", - "cast": "Barkha Singh, Kritika Avasthi, Sejal Kumar", - "country": "India", - "date_added": "October 1, 2019", - "release_year": 2018, - "rating": "TV-14", - "duration": "1 Season", - "listed_in": "International TV Shows, TV Comedies", - "description": "Three engineering students deal with dorm drama, date around, and do whatever it takes to make their dreams come true.", - "type": "TV Show" - }, - { - "show_id": 81168345, - "title": "Escape from the \"Liberty\" Cinema", - "director": "Wojciech Marczewski", - "cast": "Janusz Gajos, Zbigniew Zamachowski, Teresa Marczewska, Piotr Fronczewski, Władysław Kowalski, Michał Bajor, Jan Peszek, Jerzy Bińczycki", - "country": "Poland", - "date_added": "October 1, 2019", - "release_year": 1990, - "rating": "TV-MA", - "duration": "88 min", - "listed_in": "Comedies, Dramas, Independent Movies", - "description": "Artistic rebellion ignites at the movies when film characters suddenly speak freely to the audience, prompting a surly censor to combat the uprising.", - "type": "Movie" - }, - { - "show_id": 60020892, - "title": "Exit Wounds", - "director": "Andrzej Bartkowiak", - "cast": "Steven Seagal, DMX, Isaiah Washington, Anthony Anderson, Michael Jai White, Bill Duke, Jill Hennessy, Tom Arnold, Bruce McGill, David Vadim, Eva Mendes", - "country": "United States", - "date_added": "October 1, 2019", - "release_year": 2001, - "rating": "R", - "duration": "101 min", - "listed_in": "Action & Adventure", - "description": "Maverick cop Orin Boyd joins forces with an unlikely ally in gangster Latrell Walker to take down a group of dirty Detroit cops.", - "type": "Movie" - }, - { - "show_id": 81164752, - "title": "First Kiss", - "director": "Roy Poortmans", - "cast": "Vajèn van den Bosch, Buddy Vedder, Leontine Borsato, Caroline de Bruijn, Stijn Fransen, Marije Zuurveld", - "country": "Netherlands", - "date_added": "October 1, 2019", - "release_year": 2018, - "rating": "TV-PG", - "duration": "90 min", - "listed_in": "Dramas, International Movies, Romantic Movies", - "description": "A starry-eyed employee of a hot cosmetics company hires a dreamy photographer who is secretly indebted to a major rival – her sketchy aunt.", - "type": "Movie" - }, - { - "show_id": 81113886, - "title": "Girls Hostel", - "director": "", - "cast": "Srishti Shrivastava, Parul Gulati, Simran Natekar, Ahsaas Channa, Shreya Mehta, Gagan Arora, Trupti Khamkar, Khushbu Baid", - "country": "India", - "date_added": "October 1, 2019", - "release_year": 2018, - "rating": "TV-MA", - "duration": "1 Season", - "listed_in": "International TV Shows, TV Comedies, TV Dramas", - "description": "Four girls from different backgrounds become unlikely friends when they move into a dormitory for female dental students.", - "type": "TV Show" - }, - { - "show_id": 60028097, - "title": "Good Burger", - "director": "Brian Robbins", - "cast": "Kenan Thompson, Kel Mitchell, Abe Vigoda, Dan Schneider, Shar Jackson, Jan Schweiterman, Linda Cardellini, Sinbad, Ron Lester, Josh Server, Ginny Schreiber", - "country": "United States", - "date_added": "October 1, 2019", - "release_year": 1997, - "rating": "PG", - "duration": "96 min", - "listed_in": "Children & Family Movies, Comedies", - "description": "Two L.A. teens with summer jobs at Good Burger try to save their small restaurant when a corporate giant burger franchise moves in across the street.", - "type": "Movie" - }, - { - "show_id": 70065112, - "title": "Good Luck Chuck", - "director": "Mark Helfrich", - "cast": "Dane Cook, Jessica Alba, Dan Fogler, Ellia English, Sasha Pieterse, Annie Wood, Lonny Ross, Chelan Simmons, Simone Bailly, Jodelle Ferland, Crystal Lowe, Troy Gentile, Georgia Craig, Michelle Harrison, Chiara Zanni", - "country": "United States, Canada", - "date_added": "October 1, 2019", - "release_year": 2007, - "rating": "UR", - "duration": "99 min", - "listed_in": "Comedies, Romantic Movies", - "description": "Every time Chuck breaks up with a girlfriend, she ends up engaged to her next boyfriend. Soon, women are dating Chuck in hopes of meeting Mr. Right.", - "type": "Movie" - }, - { - "show_id": 70083108, - "title": "Harold & Kumar Escape from Guantanamo Bay", - "director": "Jon Hurwitz, Hayden Schlossberg", - "cast": "John Cho, Kal Penn, Rob Corddry, Jack Conley, Roger Bart, Neil Patrick Harris, Danneel Ackles, Eric Winter, Paula Garcés, Jon Reep, Missi Pyle", - "country": "United States", - "date_added": "October 1, 2019", - "release_year": 2008, - "rating": "R", - "duration": "101 min", - "listed_in": "Comedies, Cult Movies", - "description": "Harold and Kumar jump on a plane to catch up with Harold's love interest but must change their plans when Kumar is accused of being a terrorist.", - "type": "Movie" - }, - { - "show_id": 70184050, - "title": "Honey 2", - "director": "Bille Woodruff", - "cast": "Kat Graham, Mario Lopez, Audrina Patridge, Seychelle Gabriel, Randy Wayne, Brandon Molale, Melissa Molinaro, Jossara Jinaro, Lonette McKee, Laurieann Gibson, Christopher Shazar", - "country": "United States", - "date_added": "October 1, 2019", - "release_year": 2011, - "rating": "PG-13", - "duration": "111 min", - "listed_in": "Dramas, Romantic Movies", - "description": "Determined to prove herself as a street dancer, Maria heads from juvie to a Bronx rec center where she's introduced to her dance idol, Honey Daniels.", - "type": "Movie" - }, - { - "show_id": 81168347, - "title": "Hotel Pacific", - "director": "Janusz Majewski", - "cast": "Marek Kondrat, Roman Wilhelmi, Roman Skamene, Čestmír Řanda, Michał Pawlicki, Martin Hron, Stanisława Celińska, Joanna Kasperska, Jaroslava Schallerová", - "country": "Poland,", - "date_added": "October 1, 2019", - "release_year": 1975, - "rating": "TV-MA", - "duration": "96 min", - "listed_in": "Classic Movies, Dramas, International Movies", - "description": "A motivated teen strives to rise from dishwasher to waiter at a luxury hotel only to tread in the abusive tide of its workplace hierarchy.", - "type": "Movie" - }, - { - "show_id": 81003460, - "title": "House of the Witch", - "director": "Alex Merkin", - "cast": "Emily Bader, Darren Mann, Michelle Randolph, Coy Stewart, Jesse Pepe, Arden Belle, Joel Nagle, Nolan Bateman", - "country": "United States", - "date_added": "October 1, 2019", - "release_year": 2017, - "rating": "TV-14", - "duration": "86 min", - "listed_in": "Horror Movies", - "description": "A group of daring teens finds themselves in a fight for their lives inside a haunted house when a sinister spirit crashes their Halloween party.", - "type": "Movie" - }, - { - "show_id": 81113887, - "title": "Inmates", - "director": "", - "cast": "Kashyap Kapoor, Ashish Verma, Raghav Raj Kakker, Mukti Mohan, Akanksha Thakur", - "country": "India", - "date_added": "October 1, 2019", - "release_year": 2017, - "rating": "TV-MA", - "duration": "1 Season", - "listed_in": "International TV Shows, TV Comedies", - "description": "While living under one roof, five close-knit 20-somethings maneuver the highs and lows of friendship, romantic entanglements and finding themselves.", - "type": "TV Show" - }, - { - "show_id": 81168348, - "title": "Jealousy and medicine", - "director": "Janusz Majewski", - "cast": "Mariusz Dmochowski, Ewa Krzyżewska, Włodzimierz Boruński, Andrzej Mrowiec, Józef Rosiński, Piotr Kąkolewski, Beata Nowicka, Edmund Fetting, Grażyna Staniszewska, Andrzej Łapicki", - "country": "Poland", - "date_added": "October 1, 2019", - "release_year": 1973, - "rating": "TV-MA", - "duration": "97 min", - "listed_in": "Dramas, International Movies, Romantic Movies", - "description": "Tormented by mistrust, a businessman hires a cagey tailor to track his wife's whereabouts with her doctor only to send his mind further down an abyss.", - "type": "Movie" - }, - { - "show_id": 70095135, - "title": "Knowing", - "director": "Alex Proyas", - "cast": "Nicolas Cage, Chandler Canterbury, Rose Byrne, Lara Robinson, D.G. Maloney, Nadia Townsend, Alan Hopgood, Adrienne Pickering", - "country": "United States, United Kingdom, Australia", - "date_added": "October 1, 2019", - "release_year": 2009, - "rating": "PG-13", - "duration": "121 min", - "listed_in": "Sci-Fi & Fantasy, Thrillers", - "description": "An MIT astrophysics professor and his son unearth a string of numbers from a time capsule that seem to reveal a cataclysm that will wipe out humanity.", - "type": "Movie" - }, - { - "show_id": 81191254, - "title": "Limitless", - "director": "Vrinda Samartha", - "cast": "", - "country": "India", - "date_added": "October 1, 2019", - "release_year": 2017, - "rating": "TV-PG", - "duration": "59 min", - "listed_in": "Documentaries, International Movies, Sports Movies", - "description": "This documentary follows eight women in India who struggle with self-confidence and society's expectations but rediscover themselves through running.", - "type": "Movie" - }, - { - "show_id": 80083330, - "title": "Limmy's Show!", - "director": "", - "cast": "Brian Limond, Debbie Welsh, Tom Brogan, Raymond Mearns, Kirstin McLean", - "country": "United Kingdom", - "date_added": "", - "release_year": 2012, - "rating": "TV-MA", - "duration": "2 Seasons", - "listed_in": "British TV Shows, TV Comedies", - "description": "Scottish comic Brian \"Limmy\" Limond headlines this sketch series featuring him in various roles from a TV psychic to costumed adventurer \"Falconhoof.", - "type": "TV Show" - }, - { - "show_id": 81179400, - "title": "Little Baby Bum: Go Buster", - "director": "", - "cast": "", - "country": "", - "date_added": "October 1, 2019", - "release_year": 2019, - "rating": "TV-Y", - "duration": "58 min", - "listed_in": "Children & Family Movies", - "description": "This compilation for preschoolers features a peppy young bus and his first life experiences where bumps in the road won't stop him from a fun ride.", - "type": "Movie" - }, - { - "show_id": 81168340, - "title": "Medium", - "director": "Jacek Koprowicz", - "cast": "Władysław Kowalski, Michał Bajor, Jerzy Zelnik, Jerzy Stuhr, Grażyna Szapołowska, Jerzy Nowak, Ewa Dałkowska, Piotr Machalica, Zygmunt Zintel, Henryk Bista", - "country": "Poland, West Germany", - "date_added": "October 1, 2019", - "release_year": 1985, - "rating": "TV-MA", - "duration": "90 min", - "listed_in": "Horror Movies, International Movies, Thrillers", - "description": "In 1930s Poland, a powerful psychic steers a group of strangers toward a fated convergence that ensures survival for one and annihilation for others.", - "type": "Movie" - }, - { - "show_id": 60023597, - "title": "Men in Black II", - "director": "Barry Sonnenfeld", - "cast": "Tommy Lee Jones, Will Smith, Rip Torn, Lara Flynn Boyle, Johnny Knoxville, Rosario Dawson, Tony Shalhoub, Patrick Warburton, Jack Kehler, David Cross", - "country": "United States", - "date_added": "October 1, 2019", - "release_year": 2002, - "rating": "PG-13", - "duration": "88 min", - "listed_in": "Action & Adventure, Comedies, Sci-Fi & Fantasy", - "description": "Will Smith and Tommy Lee Jones reprise their roles as two highly secretive and unofficial government agents dealing with all things evil and alien.", - "type": "Movie" - }, - { - "show_id": 81036448, - "title": "Miniforce X", - "director": "", - "cast": "", - "country": "South Korea", - "date_added": "October 1, 2019", - "release_year": 2018, - "rating": "TV-Y7-FV", - "duration": "1 Season", - "listed_in": "Kids' TV, Korean TV Shows", - "description": "Zenos wants to use the Earth’s negative energy for his own good – and it's up to Miniforce X to stop this space alien’s evil plans.", - "type": "TV Show" - }, - { - "show_id": 81002876, - "title": "Nikki Glaser: Bangin’", - "director": "Nicholaus Goossen", - "cast": "Nikki Glaser", - "country": "United States", - "date_added": "October 1, 2019", - "release_year": 2019, - "rating": "TV-MA", - "duration": "64 min", - "listed_in": "Stand-Up Comedy", - "description": "Nikki Glaser bares all in a blistering stand-up special about sex, sobriety and getting over her own insecurities. And she won't spare you the details.", - "type": "Movie" - }, - { - "show_id": 70058017, - "title": "No Reservations", - "director": "Scott Hicks", - "cast": "Catherine Zeta-Jones, Aaron Eckhart, Abigail Breslin, Patricia Clarkson, Jenny Wade, Bob Balaban, Brían F. O'Byrne, Lily Rabe", - "country": "United States", - "date_added": "October 1, 2019", - "release_year": 2007, - "rating": "PG", - "duration": "104 min", - "listed_in": "Comedies, Romantic Movies", - "description": "Kate, an uptight chef, finds her life turned upside down when her sister dies in a car accident and she becomes her niece's sole guardian.", - "type": "Movie" - }, - { - "show_id": 70058024, - "title": "Ocean's Thirteen", - "director": "Steven Soderbergh", - "cast": "George Clooney, Brad Pitt, Matt Damon, Andy Garcia, Don Cheadle, Bernie Mac, Ellen Barkin, Al Pacino, Casey Affleck, Scott Caan", - "country": "United States", - "date_added": "October 1, 2019", - "release_year": 2007, - "rating": "PG-13", - "duration": "122 min", - "listed_in": "Action & Adventure, Comedies", - "description": "This entry in the all-star caper franchise finds debonair con man Danny Ocean and his gang taking revenge on a double-crossing Las Vegas kingpin.", - "type": "Movie" - }, - { - "show_id": 70011211, - "title": "Ocean's Twelve", - "director": "Steven Soderbergh", - "cast": "George Clooney, Brad Pitt, Matt Damon, Catherine Zeta-Jones, Andy Garcia, Don Cheadle, Bernie Mac, Julia Roberts, Casey Affleck, Scott Caan", - "country": "United States", - "date_added": "October 1, 2019", - "release_year": 2004, - "rating": "PG-13", - "duration": "125 min", - "listed_in": "Action & Adventure, Comedies", - "description": "Danny Ocean reunites with his old flame and the rest of his merry band of thieves in a caper covering three huge heists in Rome, Paris and Amsterdam.", - "type": "Movie" - }, - { - "show_id": 70271599, - "title": "One Direction: This Is Us", - "director": "Morgan Spurlock", - "cast": "Harry Styles, Niall Horan, Zayn Malik, Louis Tomlinson, Liam Payne", - "country": "United States", - "date_added": "October 1, 2019", - "release_year": 2013, - "rating": "PG", - "duration": "92 min", - "listed_in": "Documentaries, Music & Musicals", - "description": "Award-winning documentarian Morgan Spurlock turns his camera on boy band phenomenon One Direction in this combination concert film and backstage pass.", - "type": "Movie" - }, - { - "show_id": 70020699, - "title": "Raging Bull", - "director": "Martin Scorsese", - "cast": "Robert De Niro, Cathy Moriarty, Joe Pesci, Frank Vincent, Nicholas Colasanto, Theresa Saldana, Mario Gallo, Frank Adonis, Joseph Bono", - "country": "United States", - "date_added": "October 1, 2019", - "release_year": 1980, - "rating": "R", - "duration": "129 min", - "listed_in": "Classic Movies, Dramas, Sports Movies", - "description": "This gritty biopic of brutal boxer Jake LaMotta portrays a tormented soul rising to the top of his sport, only to be undone by his demons.", - "type": "Movie" - }, - { - "show_id": 60003540, - "title": "Rugrats in Paris: The Movie", - "director": "Stig Bergqvist, Paul Demeyer", - "cast": "Elizabeth Daily, Tara Strong, Cheryl Chase, Christine Cavanaugh, Cree Summer, Kath Soucie, Michael Bell, Tress MacNeille, Casey Kasem, Joe Alaskey, Debbie Reynolds, Jack Riley, Susan Sarandon, John Lithgow", - "country": "Germany, United States", - "date_added": "October 1, 2019", - "release_year": 2000, - "rating": "G", - "duration": "79 min", - "listed_in": "Children & Family Movies, Comedies", - "description": "The Rugrats take to the big screen and visit Paris when Mr. Pickles gets summoned to fix a giant robot at the EuroReptarland theme park.", - "type": "Movie" - }, - { - "show_id": 1181550, - "title": "Scream 2", - "director": "Wes Craven", - "cast": "Neve Campbell, David Arquette, Courteney Cox, Sarah Michelle Gellar, Jamie Kennedy, Laurie Metcalf, Elise Neal, Jerry O'Connell, Timothy Olyphant, Jada Pinkett Smith, Liev Schreiber, Lewis Arquette, Duane Martin, Rebecca Gayheart, Portia de Rossi, Omar Epps, Tori Spelling, Heather Graham, Joshua Jackson, Luke Wilson", - "country": "United States", - "date_added": "October 1, 2019", - "release_year": 1997, - "rating": "R", - "duration": "121 min", - "listed_in": "Horror Movies", - "description": "Gale has written a best-seller which has been turned into a film. As the movie premiere looms closer, the mysterious deaths begin again.", - "type": "Movie" - }, - { - "show_id": 70170051, - "title": "Senna", - "director": "Asif Kapadia", - "cast": "Ayrton Senna, Alain Prost, Frank Williams", - "country": "United Kingdom, France, United States", - "date_added": "October 1, 2019", - "release_year": 2010, - "rating": "PG-13", - "duration": "106 min", - "listed_in": "Documentaries, International Movies, Sports Movies", - "description": "This fast-paced documentary profiles Ayrton Senna, one of the greatest drivers in the history of Formula One racing, and a hero in his native Brazil.", - "type": "Movie" - }, - { - "show_id": 80987077, - "title": "Signal", - "director": "", - "cast": "Kim Hye-su, Lee Je-hoon, Cho Jin-woong, Jang Hyun-sung, Jeong Hae-gyoon, Kim Won-hae, Jung Han-bi, Lee Yu-jun, Son Hyeon-ju", - "country": "South Korea", - "date_added": "October 1, 2019", - "release_year": 2016, - "rating": "TV-14", - "duration": "1 Season", - "listed_in": "Crime TV Shows, International TV Shows, Korean TV Shows", - "description": "Communicating via a walkie-talkie that transcends time, a profiler from 2015 and a detective from 1989 join forces to tackle crimes and injustice.", - "type": "TV Show" - }, - { - "show_id": 70021630, - "title": "Sin City", - "director": "Robert Rodriguez, Frank Miller", - "cast": "Bruce Willis, Mickey Rourke, Jessica Alba, Clive Owen, Rosario Dawson, Benicio Del Toro, Nick Stahl, Elijah Wood, Rutger Hauer, Powers Boothe, Devon Aoki, Alexis Bledel, Josh Hartnett, Jaime King, Brittany Murphy, Michael Clarke Duncan, Michael Madsen", - "country": "United States", - "date_added": "October 1, 2019", - "release_year": 2005, - "rating": "R", - "duration": "124 min", - "listed_in": "Action & Adventure", - "description": "In these intertwined tales, an ex-con avenges a hooker's death, a gumshoe gets mixed up with dangerous vixens, and a cop saves a dancer from a rapist.", - "type": "Movie" - }, - { - "show_id": 81043753, - "title": "Sinister Circle", - "director": "Dorian Fernández-Moris", - "cast": "Milene Vázquez, Matías Raygada, Claudia Dammert, Marcello Rivera, Atilia Boschetti, Hernán Romero, Ismael Contreras, Pietro Sibille, Leslie Shaw", - "country": "Peru", - "date_added": "October 1, 2019", - "release_year": 2017, - "rating": "TV-MA", - "duration": "87 min", - "listed_in": "Horror Movies, International Movies", - "description": "A psychologist and her mute son confront evil forces at the site of a terrible tragedy involving an ancestral Ouija board and a demonic secret society.", - "type": "Movie" - }, - { - "show_id": 60001761, - "title": "Supergirl", - "director": "Jeannot Szwarc", - "cast": "Faye Dunaway, Hart Bochner, Helen Slater, Peter Cook", - "country": "United Kingdom, United States", - "date_added": "October 1, 2019", - "release_year": 1984, - "rating": "PG", - "duration": "125 min", - "listed_in": "Action & Adventure, Sci-Fi & Fantasy", - "description": "When she loses her city's vital power supply, Kryptonian Kara follows it to Earth in the hopes of retrieving it. Although gifted with powers like her cousin Superman, Kara struggles to defeat the evil Selena, who now controls the mighty object.", - "type": "Movie" - }, - { - "show_id": 70041963, - "title": "Superman Returns", - "director": "Bryan Singer", - "cast": "Brandon Routh, Kate Bosworth, Kevin Spacey, James Marsden, Parker Posey, Frank Langella, Sam Huntington, Eva Marie Saint, Marlon Brando, Kal Penn", - "country": "United States", - "date_added": "October 1, 2019", - "release_year": 2006, - "rating": "PG-13", - "duration": "154 min", - "listed_in": "Action & Adventure, Sci-Fi & Fantasy", - "description": "When Superman returns to Metropolis, he finds that Lois Lane has moved on to another man and Lex Luthor is developing a new plan to rule the world.", - "type": "Movie" - }, - { - "show_id": 70058025, - "title": "Surf's Up", - "director": "Ash Brannon, Chris Buck", - "cast": "Shia LaBeouf, Jeff Bridges, Zooey Deschanel, Jon Heder, James Woods, Diedrich Bader, Mario Cantone, Kelly Slater, Rob Machado, Sal Masekela", - "country": "United States", - "date_added": "October 1, 2019", - "release_year": 2007, - "rating": "PG", - "duration": "86 min", - "listed_in": "Children & Family Movies, Comedies, Sports Movies", - "description": "This Oscar-nominated mockumentary goes behind the scenes at the Penguin World Surfing Championship to get a close-up look at the inventors of surfing.", - "type": "Movie" - }, - { - "show_id": 70128696, - "title": "The Bounty Hunter", - "director": "Andy Tennant", - "cast": "Jennifer Aniston, Gerard Butler, Jason Sudeikis, Jeff Garlin, Ritchie Coster, Cathy Moriarty, Peter Greene, Joel Marsh Garland, Siobhan Fallon Hogan, Dorian Missick, Adam Rose, Christine Baranski, Carol Kane, Adam LeFevre", - "country": "United States", - "date_added": "October 1, 2019", - "release_year": 2010, - "rating": "PG-13", - "duration": "111 min", - "listed_in": "Action & Adventure, Comedies, Romantic Movies", - "description": "Bounty hunter Milo Boyd finds his latest assignment downright satisfying as he learns that the bail-jumper he must chase down is his ex-wife, Nicole.", - "type": "Movie" - }, - { - "show_id": 70077542, - "title": "The Bucket List", - "director": "Rob Reiner", - "cast": "Jack Nicholson, Morgan Freeman, Sean Hayes, Beverly Todd, Alfonso Freeman, Rob Morrow, Rowena King, Christopher Stapleton, Ian Anthony Dale, Richard McGonagle", - "country": "United States", - "date_added": "October 1, 2019", - "release_year": 2007, - "rating": "PG-13", - "duration": "97 min", - "listed_in": "Comedies, Dramas", - "description": "Two terminally ill men bust out of the cancer ward with a plan to experience life to the fullest before they kick the bucket.", - "type": "Movie" - }, - { - "show_id": 81168342, - "title": "The Cruise", - "director": "Marek Piwowski", - "cast": "Jan Himilsbach, Stanislaw Tym, Jerzy Dobrowolski, Zdzislaw Maklakiewicz, Andrzej Dobosz, Feridun Erol, Jolanta Lothe, Wanda Stanisławska-Lothe", - "country": "Poland", - "date_added": "October 1, 2019", - "release_year": 1970, - "rating": "TV-PG", - "duration": "66 min", - "listed_in": "Comedies, Cult Movies, International Movies", - "description": "When the captain of a pleasant cruise ship mistakes a mischievous stowaway the entertainment director, wild and wacky hijinks ensue.", - "type": "Movie" - }, - { - "show_id": 81165772, - "title": "The Figurine (Araromire)", - "director": "Kunle Afolayan", - "cast": "Ramsey Nouah, Omoni Oboli, Kunle Afolayan, Funlola Aofiyebi, Tosin Sido, David J. Oserwe, Kate Adepegba, Muraina Oyelami, Wale Adebayo, Ombo Gogo Ombo", - "country": "Nigeria", - "date_added": "October 1, 2019", - "release_year": 2009, - "rating": "TV-14", - "duration": "121 min", - "listed_in": "Horror Movies, International Movies, Thrillers", - "description": "When a pair of friends discovers a mystical sculpture in an abandoned shrine, good fortune is bestowed upon them – until luck starts running out.", - "type": "Movie" - }, - { - "show_id": 510854, - "title": "The Flintstones", - "director": "Brian Levant", - "cast": "John Goodman, Elizabeth Perkins, Rick Moranis, Rosie O'Donnell, Kyle MacLachlan, Halle Berry, Elizabeth Taylor, Dann Florek, Sam Raimi, Harvey Korman", - "country": "United States", - "date_added": "October 1, 2019", - "release_year": 1994, - "rating": "PG", - "duration": "91 min", - "listed_in": "Children & Family Movies, Comedies", - "description": "The Flintstones hit the big screen in this live-action comedy that finds Fred and Barney struggling to cope with the pressures of work and family.", - "type": "Movie" - }, - { - "show_id": 60000921, - "title": "The Flintstones in Viva Rock Vegas", - "director": "Brian Levant", - "cast": "Mark Addy, Stephen Baldwin, Kristen Johnston, Jane Krakowski, Joan Collins, Thomas Gibson, Alan Cumming", - "country": "United States", - "date_added": "October 1, 2019", - "release_year": 2000, - "rating": "PG", - "duration": "91 min", - "listed_in": "Children & Family Movies, Comedies, Romantic Movies", - "description": "Yabba-dabba-doo! Digital dinosaurs rule the day when Fred, Barney, Betty and Wilma take Vegas by storm in this prequel that posits their lives before marriage.", - "type": "Movie" - }, - { - "show_id": 80188730, - "title": "The K2", - "director": "", - "cast": "Ji Chang-wook, Song Yoon-a, Lim Yoona, Cho Seong-ha, Kim Kap-soo, Lee Jung-jin, Son Tae-young, Shin Dong-mi", - "country": "South Korea", - "date_added": "October 1, 2019", - "release_year": 2016, - "rating": "TV-14", - "duration": "1 Season", - "listed_in": "International TV Shows, Korean TV Shows, Romantic TV Shows", - "description": "A fugitive soldier gets swept up in personal and political intrigue when he's hired as a bodyguard for the family of a presidential candidate.", - "type": "TV Show" - }, - { - "show_id": 81167083, - "title": "The Liar and His Lover", - "director": "", - "cast": "Lee Hyun-woo, Joy, Lee Jung-jin, Lee Seo-won, Hong Seo-young, Choi Min-soo, Lim Ye-jin, Jang Ki-yong, Song Kang, Park Ji-young", - "country": "South Korea", - "date_added": "October 1, 2019", - "release_year": 2017, - "rating": "TV-PG", - "duration": "1 Season", - "listed_in": "International TV Shows, Korean TV Shows, Romantic TV Shows", - "description": "A talented singer falls in love at first sight with a music prodigy who has an affinity for lies – and a knack for being a hit-making producer.", - "type": "TV Show" - }, - { - "show_id": 81168343, - "title": "The lynx", - "director": "Stanisław Różewicz", - "cast": "Jerzy Radziwiłowicz, Franciszek Pieczka, Piotr Bajor, Ryszarda Hanin, Janusz Paluszkiewicz, Henryk Machalica, Hanna Mikuć, Maria Klejdysz", - "country": "Poland", - "date_added": "October 1, 2019", - "release_year": 1982, - "rating": "TV-14", - "duration": "82 min", - "listed_in": "Dramas, International Movies", - "description": "A priest's duties are tested when a young guerrilla asks for absolution while confessing his plans to murder a local man he believes is a traitor.", - "type": "Movie" - }, - { - "show_id": 70044605, - "title": "The Pursuit of Happyness", - "director": "Gabriele Muccino", - "cast": "Will Smith, Jaden Smith, Thandie Newton, Brian Howe, James Karen, Dan Castellaneta, Kurt Fuller, Takayo Fischer", - "country": "United States", - "date_added": "October 1, 2019", - "release_year": 2006, - "rating": "PG-13", - "duration": "117 min", - "listed_in": "Dramas", - "description": "When Chris and his son are evicted, they face trying times as a desperate Chris accepts an unpaid internship at a stock brokerage firm.", - "type": "Movie" - }, - { - "show_id": 18021979, - "title": "The Rugrats Movie", - "director": "Igor Kovalyov, Norton Virgien", - "cast": "Elizabeth Daily, Christine Cavanaugh, Kath Soucie, Melanie Chartoff, Phil Proctor, Cree Summer, Cheryl Chase, Tara Strong, Jack Riley, Joe Alaskey, Michael Bell, Tress MacNeille, Busta Rhymes, Whoopi Goldberg, David Spade", - "country": "United States", - "date_added": "October 1, 2019", - "release_year": 1998, - "rating": "G", - "duration": "81 min", - "listed_in": "Children & Family Movies, Comedies", - "description": "When his baby brother Dil is born, Tommy Pickles and his pals decide that he's too much responsibility and try to return him to the hospital.", - "type": "Movie" - }, - { - "show_id": 81168344, - "title": "The spiral", - "director": "Krzysztof Zanussi", - "cast": "Jan Nowicki, Maja Komorowska, Zofia Kucówna, Aleksander Bardini, Jan Świderski, Seweryna Broniszówna, Piotr Garlicki, Marian Glinka", - "country": "Poland", - "date_added": "October 1, 2019", - "release_year": 1978, - "rating": "TV-MA", - "duration": "84 min", - "listed_in": "Dramas, Independent Movies, International Movies", - "description": "When an unbearable stranger arrives at a winter mountain resort and vanishes overnight, his dark past comes to light.", - "type": "Movie" - }, - { - "show_id": 70020750, - "title": "The Squid and the Whale", - "director": "Noah Baumbach", - "cast": "Jeff Daniels, Laura Linney, Jesse Eisenberg, Owen Kline, William Baldwin, Halley Feiffer, Anna Paquin, Ken Leung, David Benger, Adam Rose", - "country": "United States", - "date_added": "October 1, 2019", - "release_year": 2005, - "rating": "R", - "duration": "81 min", - "listed_in": "Comedies, Dramas, Independent Movies", - "description": "This insightful drama looks at the crumbling marriage between a self-centered novelist – whose career is waning – and his up-and-coming writer wife.", - "type": "Movie" - }, - { - "show_id": 70105596, - "title": "The Time Traveler's Wife", - "director": "Robert Schwentke", - "cast": "Rachel McAdams, Eric Bana, Arliss Howard, Ron Livingston, Stephen Tobolowsky, Michelle Nolden, Jane McLean, Hailey McCann, Tatum McCann, Brooklynn Proulx, Alex Ferris", - "country": "United States", - "date_added": "October 1, 2019", - "release_year": 2009, - "rating": "PG-13", - "duration": "107 min", - "listed_in": "Dramas, Romantic Movies, Sci-Fi & Fantasy", - "description": "Due to a genetic disorder, handsome librarian Henry involuntarily zips through time, appearing at various moments in the life of his true love.", - "type": "Movie" - }, - { - "show_id": 60037022, - "title": "Trainspotting", - "director": "Danny Boyle", - "cast": "Ewan McGregor, Ewen Bremner, Jonny Lee Miller, Kevin McKidd, Robert Carlyle, Kelly Macdonald, Peter Mullan, James Cosmo, Eileen Nicholas, Susan Vidler, Pauline Lynch, Shirley Henderson", - "country": "United Kingdom", - "date_added": "October 1, 2019", - "release_year": 1996, - "rating": "R", - "duration": "94 min", - "listed_in": "Comedies, Cult Movies, Dramas", - "description": "Renton and his mates cope with the gritty realities of heroin addiction. But when Renton gets clean, he can't get away from his friends' nasty habits.", - "type": "Movie" - }, - { - "show_id": 60034571, - "title": "Troy", - "director": "Wolfgang Petersen", - "cast": "Brad Pitt, Eric Bana, Orlando Bloom, Diane Kruger, Peter O'Toole, Rose Byrne, Sean Bean, Brian Cox, Julie Christie, Saffron Burrows", - "country": "United States, Malta, United Kingdom", - "date_added": "October 1, 2019", - "release_year": 2004, - "rating": "R", - "duration": "163 min", - "listed_in": "Action & Adventure, Dramas", - "description": "The love-struck Prince Paris of Troy kidnaps beauty Helen from her husband, setting the two nations on a collision course for war.", - "type": "Movie" - }, - { - "show_id": 81167047, - "title": "Tunnel", - "director": "", - "cast": "Choi Jin-hyuk, Yoon Hyun-min, Lee Yoo-young, Cho Hee-bong, Kim Byoung-cheol, Kang Ki-young, Kim Min-sang, Mun Suk, Lee Yong-nyeo", - "country": "South Korea", - "date_added": "October 1, 2019", - "release_year": 2017, - "rating": "TV-MA", - "duration": "1 Season", - "listed_in": "Crime TV Shows, International TV Shows, Korean TV Shows", - "description": "While chasing a serial murderer, a detective ends up 30 years in the future, where he tries to solve the case alongside new partners.", - "type": "TV Show" - }, - { - "show_id": 70053456, - "title": "Unaccompanied Minors", - "director": "Paul Feig", - "cast": "Lewis Black, Wilmer Valderrama, Tyler James Williams, Gia Mantegna, Dyllan Christopher, Brett Kelly, Quinn Shephard, Paget Brewster, Rob Corddry, Dominique Saldaña", - "country": "United States", - "date_added": "October 1, 2019", - "release_year": 2006, - "rating": "PG", - "duration": "90 min", - "listed_in": "Children & Family Movies, Comedies", - "description": "Five disparate kids, snowed in at the airport on Christmas Eve, try to get back to their families and outsmart a disgruntled airport official.", - "type": "Movie" - }, - { - "show_id": 80173150, - "title": "Walking Out", - "director": "Alex Smith, Andrew J. Smith", - "cast": "Matt Bomer, Josh Wiggins, Bill Pullman, Alex Neustaedter, Lily Gladstone", - "country": "United States", - "date_added": "October 1, 2019", - "release_year": 2017, - "rating": "PG-13", - "duration": "96 min", - "listed_in": "Dramas, Independent Movies, Thrillers", - "description": "A suburban teen goes hunting with his estranged father. When a mishap with a bear occurs, he must his use his survival skills to save them both.", - "type": "Movie" - }, - { - "show_id": 81168341, - "title": "Weather forecast", - "director": "Antoni Krauze", - "cast": "Halina Buyno-Łoza, Zofia Cegiełkowa, Barbara Chojecka, Eugenia Horecka, Zygmunt Zintel, Henryka Janikowska, Lena Wilczyńska, Jerzy Block", - "country": "Poland", - "date_added": "October 1, 2019", - "release_year": 1983, - "rating": "TV-MA", - "duration": "91 min", - "listed_in": "Dramas, International Movies", - "description": "When a delivery of coffins foreshadows a harsh winter, residents of a retirement home escape their confines and rediscover the world outside.", - "type": "Movie" - }, - { - "show_id": 81168346, - "title": "Westerplatte Resists", - "director": "Stanisław Różewicz", - "cast": "Zygmunt Hübner, Arkadiusz Bazak, Tadeusz Schmidt, Józef Nowak, Tadeusz Pluciński, Bogusz Bilewski", - "country": "Poland", - "date_added": "October 1, 2019", - "release_year": 1967, - "rating": "TV-MA", - "duration": "93 min", - "listed_in": "Classic Movies, Dramas, International Movies", - "description": "At the onset of World War II, a Polish infantry lacking firepower fight to build a strong defense and protect their peninsula against enemy forces.", - "type": "Movie" - }, - { - "show_id": 80020542, - "title": "Gotham", - "director": "Danny Cannon", - "cast": "Ben McKenzie, Donal Logue, Jada Pinkett Smith, David Mazouz, Sean Pertwee, Camren Bicondova, Robin Lord Taylor, Cory Michael Smith, Erin Richards, John Doman, Victoria Cartagena, Andrew Stewart-Jones, Larry Pine, Jessica Lucas, Maggie Geha, Charlie Tahan, Drew Powell, Morena Baccarin, Anthony Carrigan, Crystal Reed, Chris Chalk, Damian Young, Michael Buscemi, Alexander Siddig, Michael Maize", - "country": "United States", - "date_added": "", - "release_year": 2019, - "rating": "TV-14", - "duration": "5 Seasons", - "listed_in": "Crime TV Shows, TV Action & Adventure, TV Dramas", - "description": "Long before he was commissioner, rookie cop James Gordon takes on Gotham City crime and corruption to avenge the murder of Bruce Wayne's parents.", - "type": "TV Show" - }, - { - "show_id": 81054495, - "title": "Mo Gilligan: Momentum", - "director": "Chris Howe", - "cast": "Mo Gilligan", - "country": "United Kingdom", - "date_added": "September 30, 2019", - "release_year": 2019, - "rating": "TV-MA", - "duration": "64 min", - "listed_in": "Stand-Up Comedy", - "description": "Comedian Mo Gilligan blends smooth moves and sharp humor as he riffs on humble beginnings, family dynamics and the complex art of dancing in the club.", - "type": "Movie" - }, - { - "show_id": 81053893, - "title": "Cultivating the Seas: History and Future of the Full-Cycle Cultured Kindai Tuna", - "director": "Mana Yasuda", - "cast": "", - "country": "", - "date_added": "September 28, 2019", - "release_year": 2019, - "rating": "TV-G", - "duration": "45 min", - "listed_in": "Documentaries, International Movies", - "description": "An in-depth look at the full-cycle breeding program for bluefin Kindai tuna pioneered by Kinki University’s Aqua Culture Research Institute.", - "type": "Movie" - }, - { - "show_id": 80200087, - "title": "Domino", - "director": "Brian De Palma", - "cast": "Nikolaj Coster-Waldau, Carice van Houten, Eriq Ebouaney, Guy Pearce, Mohammed Azaay, Søren Malling, Paprika Steen, Helena Kaittani", - "country": "Denmark, France, Italy, Belgium, Netherlands", - "date_added": "September 28, 2019", - "release_year": 2019, - "rating": "R", - "duration": "89 min", - "listed_in": "International Movies, Thrillers", - "description": "A Copenhagen police officer hunts for the man who attacked his partner, only to stumble into a high-stakes game of espionage.", - "type": "Movie" - }, - { - "show_id": 81053892, - "title": "TUNA GIRL", - "director": "Mana Yasuda", - "cast": "Fuka Koshiba, Tom Fujita, Hidetoshi Hoshida, Hiroto Kanai, Ryosuke Yusa, Shuri Tanaka, Chal Inoue, Takashi Taniguchi, Takeshi Masu", - "country": "", - "date_added": "September 28, 2019", - "release_year": 2019, - "rating": "TV-PG", - "duration": "90 min", - "listed_in": "Dramas, International Movies", - "description": "A clumsy but cheerful fisheries student struggles to find her place at a research institute renowned for its tuna cultivation. The work isn't easy.", - "type": "Movie" - }, - { - "show_id": 80225885, - "title": "Bard of Blood", - "director": "", - "cast": "Emraan Hashmi, Viineet Kumar, Sobhita Dhulipala, Jaideep Ahlawat, Kirti Kulhari, Sohum Shah, Rajit Kapoor, Danish Hussain", - "country": "India", - "date_added": "September 27, 2019", - "release_year": 2019, - "rating": "TV-MA", - "duration": "1 Season", - "listed_in": "International TV Shows, TV Action & Adventure, TV Dramas", - "description": "Years after a disastrous job in Balochistan, a former Indian spy must confront his past when he returns to lead an unsanctioned hostage-rescue mission.", - "type": "TV Show" - }, - { - "show_id": 81132443, - "title": "Deliha 2", - "director": "Gupse Özay", - "cast": "Gupse Özay, Eda Ece, Aksel Bonfil, Derya Alabora, Esin Eden, Hülya Duyar, Ali Çelik, Mert Öner", - "country": "Turkey", - "date_added": "September 27, 2019", - "release_year": 2018, - "rating": "TV-PG", - "duration": "102 min", - "listed_in": "Comedies, International Movies", - "description": "While chasing her dream of becoming a chef, Zeliha cooks up trouble in the kitchen with her wild, kooky and unsuspecting ways.", - "type": "Movie" - }, - { - "show_id": 80218107, - "title": "Dragons: Rescue Riders", - "director": "", - "cast": "Nicolas Cantu, Brennley Brown, Zach Callison, Skai Jackson, Noah Kaye Bentley, Andre Robinson, Marsai Martin", - "country": "", - "date_added": "September 27, 2019", - "release_year": 2019, - "rating": "TV-Y", - "duration": "1 Season", - "listed_in": "Kids' TV, TV Comedies", - "description": "Twins Dak and Leyla and their dragon friends devote their lives to rescuing others, defending their home of Huttsgalor and having fun along the way.", - "type": "TV Show" - }, - { - "show_id": 80115297, - "title": "El Marginal", - "director": "", - "cast": "Juan Minujín, Martina Gusman, Gerardo Romano, Claudio Rissi, Carlos Portaluppi, Nicolás Furtado, Cristina Banegas, Abel Ayala", - "country": "Argentina", - "date_added": "", - "release_year": 2019, - "rating": "TV-MA", - "duration": "3 Seasons", - "listed_in": "Crime TV Shows, International TV Shows, Spanish-Language TV Shows", - "description": "While investigating a kidnapping, an ex-cop sent to infiltrate a prison finds himself surrounded by dangerous felons who can't know his real identity.", - "type": "TV Show" - }, - { - "show_id": 80231903, - "title": "In the Shadow of the Moon", - "director": "Jim Mickle", - "cast": "Boyd Holbrook, Michael C. Hall, Cleopatra Coleman, Bokeem Woodbine, Rudi Dharmalingam, Rachel Keller", - "country": "United States", - "date_added": "September 27, 2019", - "release_year": 2019, - "rating": "TV-MA", - "duration": "116 min", - "listed_in": "Dramas, Sci-Fi & Fantasy, Thrillers", - "description": "A Philadelphia detective slowly unravels as he nurses a lifelong obsession with an enigmatic female serial killer whose crimes defy explanation.", - "type": "Movie" - }, - { - "show_id": 80220715, - "title": "Skylines", - "director": "", - "cast": "Edin Hasanovic, Peri Baumeister, Murathan Muslu, Erdal Yıldız, Richy Müller, Anna Herrmann, Sahin Eryilmaz, Lisa Maria Potthoff, Carol Schuler, Dustin Jérôme Schanz, Nimo, Christopher Schärf, Slavko Popadic", - "country": "", - "date_added": "September 27, 2019", - "release_year": 2019, - "rating": "TV-MA", - "duration": "1 Season", - "listed_in": "Crime TV Shows, International TV Shows, TV Dramas", - "description": "A hip-hop producer gets hurled into the violent world of organized crime when the record label he signs to becomes the center of a deadly drug business.", - "type": "TV Show" - }, - { - "show_id": 81171121, - "title": "Sturgill Simpson Presents Sound & Fury", - "director": "Jumpei Mizusaki, Koji Morimoto, Michael Arias, Masaru Matsumoto, Arthell Isom, Henry Thurlow, Takanobu Mizuno, Elsa Nakamichi, Hajime Sasaki, Shinji Takagi", - "cast": "", - "country": "United States", - "date_added": "September 27, 2019", - "release_year": 2019, - "rating": "TV-MA", - "duration": "42 min", - "listed_in": "Anime Features, Music & Musicals, Sci-Fi & Fantasy", - "description": "In this anime visual album, a mysterious driver heads deep into a postapocalyptic hellscape toward a ferocious showdown with two monstrous opponents.", - "type": "Movie" - }, - { - "show_id": 80241248, - "title": "The Politician", - "director": "", - "cast": "Ben Platt, Gwyneth Paltrow, Jessica Lange, Zoey Deutch, Lucy Boynton, Bob Balaban, David Corenswet, Julia Schlaepfer, Laura Dreyfuss, Theo Germaine, Rahne Jones, Benjamin Barrett", - "country": "United States", - "date_added": "September 27, 2019", - "release_year": 2019, - "rating": "TV-14", - "duration": "1 Season", - "listed_in": "TV Comedies, TV Dramas, Teen TV Shows", - "description": "Rich kid Payton has always known he's going to be president. But first he has to navigate the most treacherous political landscape of all: high school.", - "type": "TV Show" - }, - { - "show_id": 80216752, - "title": "Explained", - "director": "", - "cast": "", - "country": "United States", - "date_added": "", - "release_year": 2019, - "rating": "TV-14", - "duration": "2 Seasons", - "listed_in": "Docuseries", - "description": "This enlightening series from Vox digs into a wide range of topics such as the rise of cryptocurrency, why diets fail, and the wild world of K-pop.", - "type": "TV Show" - }, - { - "show_id": 81177238, - "title": "Malaal", - "director": "Mangesh Hadawale", - "cast": "Meezaan Jaffrey, Sharmin Segal, Chinmaya Surve, Anil Gawas, Sonal Jha, Sanjay Gurbaxani, Sameer Dharmadhikari, Deepak Damle", - "country": "India", - "date_added": "September 26, 2019", - "release_year": 2019, - "rating": "TV-14", - "duration": "133 min", - "listed_in": "International Movies, Romantic Movies", - "description": "Class divides become thorns in the budding romance between the crony of a nativist Mumbai politician and the new, North Indian resident of his chawl.", - "type": "Movie" - }, - { - "show_id": 70270775, - "title": "The Grandmaster", - "director": "Wong Kar Wai", - "cast": "Tony Leung Chiu-wai, Zhang Ziyi, Chang Chen, Xiao Shen-Yang, Zhao Benshan, Song Hye-kyo, Wang Qingxiang, Zhang Jin, Lo Hoi-pang, Cung Le, Julian Cheung", - "country": "Hong Kong, China", - "date_added": "September 26, 2019", - "release_year": 2013, - "rating": "PG-13", - "duration": "108 min", - "listed_in": "Action & Adventure, Dramas, International Movies", - "description": "As the Japanese invasion looms, Chinese kung fu master Ip Man's world changes when rival master Gong Er and her father arrive in his village.", - "type": "Movie" - }, - { - "show_id": 81025403, - "title": "The Inmate", - "director": "", - "cast": "Ignacio Serricchio, Ana Claudia Talancón, Flavio Medina, Luis Felipe Tovar, Mariana Seoane, Guy Ecker, Isabella Castillo, Bradley Stryker, Gustavo Sánchez Parra, Leonardo Ortizgris, Alejandro Calva, Rodrigo Oviedo, Ramón Medína, Erik Hayser, Tiaré Scanda", - "country": "Mexico", - "date_added": "September 26, 2019", - "release_year": 2018, - "rating": "TV-MA", - "duration": "1 Season", - "listed_in": "Crime TV Shows, International TV Shows, Spanish-Language TV Shows", - "description": "A former Marine poses as an inmate inside a Mexican prison in order to infiltrate a gang suspected of kidnapping a U.S. judge's teen daughter.", - "type": "TV Show" - }, - { - "show_id": 80057883, - "title": "Abstract: The Art of Design", - "director": "", - "cast": "Christoph Niemann, Tinker Hatfield, Es Devlin, Bjarke Ingels, Paula Scher, Platon, Ilse Crawford, Ralph Gilles", - "country": "United States", - "date_added": "", - "release_year": 2019, - "rating": "TV-14", - "duration": "2 Seasons", - "listed_in": "Docuseries", - "description": "Step inside the minds of the most innovative designers in a variety of disciplines and learn how design impacts every aspect of life.", - "type": "TV Show" - }, - { - "show_id": 80244682, - "title": "Birders", - "director": "Otilia Portillo Padua", - "cast": "", - "country": "United States, Mexico", - "date_added": "September 25, 2019", - "release_year": 2019, - "rating": "TV-G", - "duration": "38 min", - "listed_in": "Documentaries, International Movies", - "description": "Bird watchers on both sides of the U.S.-Mexico border share their enthusiasm for protecting and preserving some of the world's most beautiful species.", - "type": "Movie" - }, - { - "show_id": 81075519, - "title": "Furie", - "director": "Le Van Kiet", - "cast": "Ngo Thanh Van, Phan Thanh Nhien, Mai Cat Vi, Thanh Hoa, Pham Anh Khoa", - "country": "Vietnam", - "date_added": "September 25, 2019", - "release_year": 2019, - "rating": "TV-MA", - "duration": "97 min", - "listed_in": "Action & Adventure, Dramas, International Movies", - "description": "When traffickers kidnap her daughter from their village, vengeful Hai Phuong returns to Saigon – and her outlaw roots – to take down the abductors.", - "type": "Movie" - }, - { - "show_id": 80108495, - "title": "Glitch", - "director": "", - "cast": "Patrick Brammall, Genevieve O'Reilly, Emma Booth, Emily Barclay, Ned Dennehy, Sean Keenan, Hannah Monson, Aaron L. McGrath, John Leary, Rodger Corser, Andrew McFarlane, Luke Arnold, Rob Collins, Pernilla August", - "country": "Australia", - "date_added": "", - "release_year": 2019, - "rating": "TV-MA", - "duration": "3 Seasons", - "listed_in": "International TV Shows, TV Dramas, TV Horror", - "description": "A police officer and a doctor face an emotionally charged mystery when seven local residents inexplicably return from the dead in peak physical form.", - "type": "TV Show" - }, - { - "show_id": 80166318, - "title": "Leap!", - "director": "Eric Summer, Éric Warin", - "cast": "Bronwen Mantel, Mel Brooks, Maddie Ziegler, Dane DeHaan, Julie Khaner, Elle Fanning, Terrence Scammell, Tamir Kapelian, Carly Rae Jepsen", - "country": "France, Canada", - "date_added": "September 25, 2019", - "release_year": 2016, - "rating": "PG", - "duration": "89 min", - "listed_in": "Children & Family Movies, Comedies", - "description": "Félicie and Victor, two young friends in 1880s France, escape from an orphanage to pursue their dreams in Paris, the glittering City of Lights.", - "type": "Movie" - }, - { - "show_id": 80059465, - "title": "Locked Up", - "director": "", - "cast": "Maggie Civantos, Najwa Nimri, Carlos Hipólito, Roberto Enríquez, Cristina Plazas, Berta Vázquez, Alba Flores, Inma Cuevas, María Isabel Díaz, María Salgueiro, Ramiro Blas, Alberto Velasco, Marta Aledo, Daniel Ortiz, Harlys Becerra, Laura Baena, Jesús Castejón, Verónika Moral", - "country": "Spain", - "date_added": "", - "release_year": 2019, - "rating": "TV-MA", - "duration": "4 Seasons", - "listed_in": "Crime TV Shows, International TV Shows, Spanish-Language TV Shows", - "description": "Manipulated into embezzling funds for her boyfriend and sentenced to prison, a naïve young woman must quickly learn to survive in a harsh new world.", - "type": "TV Show" - }, - { - "show_id": 81186758, - "title": "Oh! Baby (Malayalam)", - "director": "B. V. Nandini Reddy", - "cast": "Samantha Ruth Prabhu, Lakshmi, Rajendraprasad, Naga Shourya, Rao Ramesh, Teja Sajja, Pragathi, Jagapathi Babu, Aishwarya, Urvashi", - "country": "India", - "date_added": "September 25, 2019", - "release_year": 2019, - "rating": "TV-14", - "duration": "146 min", - "listed_in": "Comedies, International Movies, Music & Musicals", - "description": "A surly septuagenarian gets another chance at her 20s after having her photo snapped at a studio that magically takes 50 years off her life.", - "type": "Movie" - }, - { - "show_id": 81186757, - "title": "Oh! Baby (Tamil)", - "director": "B. V. Nandini Reddy", - "cast": "Samantha Ruth Prabhu, Lakshmi, Rajendraprasad, Naga Shourya, Rao Ramesh, Teja Sajja, Pragathi, Jagapathi Babu, Aishwarya, Urvashi", - "country": "India", - "date_added": "September 25, 2019", - "release_year": 2019, - "rating": "TV-14", - "duration": "146 min", - "listed_in": "Comedies, International Movies, Music & Musicals", - "description": "A surly septuagenarian gets another chance at her 20s after having her photo snapped at a studio that magically takes 50 years off her life.", - "type": "Movie" - }, - { - "show_id": 70185015, - "title": "Portlandia", - "director": "", - "cast": "Fred Armisen, Carrie Brownstein", - "country": "United States", - "date_added": "", - "release_year": 2018, - "rating": "TV-14", - "duration": "8 Seasons", - "listed_in": "TV Comedies", - "description": "Fred Armisen and Carrie Brownstein send up the residents of Portland, Ore. Typical targets include artisanal light bulbs and feminist bookstores.", - "type": "TV Show" - }, - { - "show_id": 80108976, - "title": "USS Indianapolis: Men of Courage", - "director": "Mario Van Peebles", - "cast": "Nicolas Cage, Tom Sizemore, Thomas Jane, Matt Lanter, James Remar, Brian Presley, Johnny Wactor, Adam Scott Miller, Cody Walker, Callard Harris", - "country": "United States", - "date_added": "September 25, 2019", - "release_year": 2016, - "rating": "R", - "duration": "130 min", - "listed_in": "Action & Adventure", - "description": "After becoming stranded in the Philippine Sea during World War II, a tenacious Navy crew faces a dire lack of supplies and a string of shark attacks.", - "type": "Movie" - }, - { - "show_id": 70210884, - "title": "American Horror Story", - "director": "", - "cast": "Evan Peters, Sarah Paulson, Jessica Lange, Denis O'Hare, Kathy Bates, Angela Bassett, Lily Rabe, Frances Conroy, Cheyenne Jackson, Emma Roberts, Taissa Farmiga, Wes Bentley, Finn Wittrock, Chloë Sevigny, Zachary Quinto, Jamie Brewer, Naomi Grossman, Dylan McDermott, Gabourey Sidibe, Lady Gaga, Mare Winningham, Joseph Fiennes, Michael Chiklis, Matt Bomer, Lizzie Brocheré, Erika Ervin, Mat Fraser, Rose Siggins, Connie Britton, James Cromwell, Adina Porter, Jyoti Amge, Billie Lourde, Alison Pill, Billy Eichner, Leslie Grossman, Colton Haynes, Cuba Gooding Jr., André Holland, Danny Huston", - "country": "United States", - "date_added": "", - "release_year": 2018, - "rating": "TV-MA", - "duration": "8 Seasons", - "listed_in": "TV Horror, TV Mysteries, TV Thrillers", - "description": "This twisted Emmy-winning drama plays upon the power of supernatural fears and everyday horrors, exploring humankind's unsettling capacity for evil.", - "type": "TV Show" - }, - { - "show_id": 81053953, - "title": "Inside Man: Most Wanted", - "director": "Michael J. Bassett", - "cast": "Aml Ameen, Rhea Seehorn, Roxanne McKee, Urs Rechn, Akshay Kumar, Tanya van Graan, Andre Jacobs, Sven Ruygrok", - "country": "United States", - "date_added": "September 24, 2019", - "release_year": 2019, - "rating": "R", - "duration": "106 min", - "listed_in": "Action & Adventure", - "description": "A hotshot NYPD negotiator butts heads with the FBI and meets his match in a meticulous criminal mastermind as she attempts to rob the Federal Reserve.", - "type": "Movie" - }, - { - "show_id": 81074113, - "title": "Jeff Dunham: Beside Himself", - "director": "Troy Miller", - "cast": "Jeff Dunham", - "country": "United States", - "date_added": "September 24, 2019", - "release_year": 2019, - "rating": "TV-MA", - "duration": "58 min", - "listed_in": "Stand-Up Comedy", - "description": "Jeff Dunham takes the stage in Dallas with his old pals Peanut, Walter, José Jalapeño, Bubba J and Achmed to poke fun at himself and American culture.", - "type": "Movie" - }, - { - "show_id": 80127001, - "title": "Resurrection: Ertugrul", - "director": "", - "cast": "Engin Altan Düzyatan, Serdar Gökhan, Hülya Darcan, Kaan Taşaner, Esra Bilgiç, Osman Soykut, Serdar Deniz, Cengiz Coşkun, Reshad Strik, Hande Subaşı", - "country": "Turkey", - "date_added": "", - "release_year": 2018, - "rating": "TV-14", - "duration": "5 Seasons", - "listed_in": "International TV Shows, TV Action & Adventure, TV Dramas", - "description": "When a good deed unwittingly endangers his clan, a 13th-century Turkish warrior agrees to fight a sultan's enemies in exchange for new tribal land.", - "type": "TV Show" - }, - { - "show_id": 81176200, - "title": "Manmadhudu 2", - "director": "Rahul Ravindran", - "cast": "Nagarjuna Akkineni, Rakul Preet Singh, Lakshmi, Rao Ramesh, Vennela Kishore, Jhansi, Devadarshini Chetan, Nishanti", - "country": "India", - "date_added": "September 23, 2019", - "release_year": 2019, - "rating": "TV-MA", - "duration": "152 min", - "listed_in": "Comedies, Dramas, International Movies", - "description": "Under pressure to marry, a perennial bachelor hires a much younger woman to act as his fiancée, but her bond with his family throws his plan for a loop.", - "type": "Movie" - }, - { - "show_id": 80238106, - "title": "Team Kaylie", - "director": "", - "cast": "Bryana Salaz, Alison Fernandez, Symera Jackson, Elie Samouhi, Kai Calhoun, Eliza Pryor, Rosa Blasi, Nicole Sullivan, David Gridley", - "country": "", - "date_added": "September 23, 2019", - "release_year": 2019, - "rating": "TV-PG", - "duration": "1 Season", - "listed_in": "Kids' TV, TV Comedies", - "description": "After a brush with the law, teen celebrity Kaylie Konrad swaps social stardom for court-ordered chaos as a middle school wilderness club leader.", - "type": "TV Show" - }, - { - "show_id": 80208906, - "title": "Under the Eiffel Tower", - "director": "Archie Borders", - "cast": "Matt Walsh, Judith Godreche, Reid Scott, Michaela Watkins, David Wain, Gary Cole", - "country": "United States", - "date_added": "September 23, 2019", - "release_year": 2018, - "rating": "TV-MA", - "duration": "87 min", - "listed_in": "Comedies, Independent Movies, Romantic Movies", - "description": "An American man in the midst of a mid-life crisis travels to the French countryside to find a new lease on life.", - "type": "Movie" - }, - { - "show_id": 81004814, - "title": "BONDING", - "director": "", - "cast": "Zoe Levin, Brendan Scannell, Micah Stock, Theo Stockman, Alex Hurt, D'Arcy Carden, Gabrielle Ryan, Charles Gould", - "country": "United States", - "date_added": "September 22, 2019", - "release_year": 2019, - "rating": "TV-MA", - "duration": "1 Season", - "listed_in": "TV Comedies, TV Dramas", - "description": "A New York City grad student moonlighting as a dominatrix enlists her gay BFF from high school to be her assistant.", - "type": "TV Show" - }, - { - "show_id": 81080769, - "title": "Do Paise Ki Dhoop Chaar Aane Ki Baarish", - "director": "Deepti Naval", - "cast": "Manisha Koirala, Rajit Kapoor, Sanaj Naval, Rajendra Gupta, Suhaas Khandke, Nassar Abdulla, Saurabh Dubey, Usha Jadhav, Ashwin Kaushal, Milind Soman", - "country": "India", - "date_added": "September 22, 2019", - "release_year": 2009, - "rating": "TV-14", - "duration": "121 min", - "listed_in": "Dramas, Independent Movies, International Movies", - "description": "When a sex worker hires a gay songwriter to care for her disabled son, the ensuing bonds that form offer a complex portrayal of love and family.", - "type": "Movie" - }, - { - "show_id": 81172721, - "title": "King of Boys", - "director": "Kemi Adetiba", - "cast": "Sola Sobowale, Adesua Etomi, Remilekun Safaru, iLLBLISS, Toni Tones, Paul Sambo, Jide Kosoko, Sharon Ooja", - "country": "Nigeria", - "date_added": "September 21, 2019", - "release_year": 2018, - "rating": "TV-MA", - "duration": "182 min", - "listed_in": "Dramas, International Movies", - "description": "When a powerful businesswoman’s political ambitions are threatened by her underworld connections, the ensuing power struggle could cost her everything.", - "type": "Movie" - }, - { - "show_id": 81172727, - "title": "Merry Men: The Real Yoruba Demons", - "director": "Toka McBaror", - "cast": "Ramsey Nouah, Jim Iyke, Ayo Makun, Falz, Richard Mofe-Damijo, Iretiola Doyle, Damilola Adegbite, Rosaline Meurer, Jide Kosoko, Ali Nuhu, Segun Arinze, Francis Duru", - "country": "Nigeria", - "date_added": "September 21, 2019", - "release_year": 2018, - "rating": "TV-MA", - "duration": "106 min", - "listed_in": "Comedies, International Movies", - "description": "Four of the richest bachelors in Abuja, Nigeria enjoy a life of fast cars, palatial homes and female attention while concealing their true activities.", - "type": "Movie" - }, - { - "show_id": 70153543, - "title": "Sarah's Key", - "director": "Gilles Paquet-Brenner", - "cast": "Aidan Quinn, Kristin Scott Thomas, Frédéric Pierrot, Michel Duchaussoy, Dominique Frot, Niels Arestrup, Mélusine Mayance, Gisèle Casadesus, Natasha Mashkevich", - "country": "France", - "date_added": "September 21, 2019", - "release_year": 2010, - "rating": "PG-13", - "duration": "102 min", - "listed_in": "Dramas, International Movies", - "description": "Paris, 1942: To protect her brother from the police arresting Jewish families, a young girl hides him away, promising to come back for him.", - "type": "Movie" - }, - { - "show_id": 81172728, - "title": "The Wedding Party 2: Destination Dubai", - "director": "Niyi Akinmolayan", - "cast": "Enyinna Nwigwe, Daniella Down, Banky Wellington, Adesua Etomi, Somkele Iyamah, Iretiola Doyle, Sola Sobowale, Michael De Pinna, Lynita Crofford, Patience Ozokwor", - "country": "Nigeria", - "date_added": "September 21, 2019", - "release_year": 2017, - "rating": "TV-14", - "duration": "98 min", - "listed_in": "Comedies, International Movies, Romantic Movies", - "description": "In this sequel to the 2016 hit \"The Wedding Party,\" a couple's date night ends in an accidental proposal, sparking a series of chaotic family events.", - "type": "Movie" - }, - { - "show_id": 81095101, - "title": "Vagabond", - "director": "", - "cast": "Lee Seung-gi, Bae Suzy, Shin Sung-rok, Moon Jung-hee, Baek Yoon-sik, Moon Sung-keun, Lee Gyoung-young, Lee Ki-young, Kim Min-jong, Jung Man-sik, Hwang Bo-ra", - "country": "South Korea", - "date_added": "September 21, 2019", - "release_year": 2019, - "rating": "TV-MA", - "duration": "1 Season", - "listed_in": "International TV Shows, Korean TV Shows, TV Action & Adventure", - "description": "When his nephew dies in a plane crash, stunt man Cha Dal-geon resolves to find out what happened, with the help of covert operative Go Hae-ri.", - "type": "TV Show" - }, - { - "show_id": 80243600, - "title": "Between Two Ferns: The Movie", - "director": "Scott Aukerman", - "cast": "Zach Galifianakis, Lauren Lapkus, Ryan Gaul, Jiavani Linayao, Will Ferrell", - "country": "United States", - "date_added": "September 20, 2019", - "release_year": 2019, - "rating": "TV-MA", - "duration": "83 min", - "listed_in": "Comedies", - "description": "Armed with awkward questions and zero self-awareness, Zach Galifianakis hits the road to find famous interview subjects for his no-budget talk show.", - "type": "Movie" - }, - { - "show_id": 81020513, - "title": "Criminal: France", - "director": "", - "cast": "Margot Bancilhon, Laurent Lucas, Stéphane Jobert, Anne Azoulay, Mhamed Arezki, Sara Giraudeau, Nathalie Baye, Jérémie Renier", - "country": "", - "date_added": "September 20, 2019", - "release_year": 2019, - "rating": "TV-MA", - "duration": "1 Season", - "listed_in": "Crime TV Shows, International TV Shows, TV Dramas", - "description": "Secrets emerge and entire cases unravel inside a police interview room in Paris, where suspects and investigators face off in an intricate dance.", - "type": "TV Show" - }, - { - "show_id": 81020518, - "title": "Criminal: Germany", - "director": "", - "cast": "Eva Meckbach, Sylvester Groth, Florence Kasumba, Peter Kurth, Christian Berkel, Nina Hoss, Christian Kuchenbuch, Jonathan Berlin, Deniz Arora", - "country": "", - "date_added": "September 20, 2019", - "release_year": 2019, - "rating": "TV-MA", - "duration": "1 Season", - "listed_in": "Crime TV Shows, International TV Shows, TV Dramas", - "description": "In the interview room, detectives go head-to-head with suspects and try to get to the truth – even if it means breaking the rules and risking it all.", - "type": "TV Show" - }, - { - "show_id": 81020523, - "title": "Criminal: Spain", - "director": "Mariano Barroso", - "cast": "Emma Suárez, Jorge Bosch, Álvaro Cervantes, Carmen Machi, Inma Cuesta, Eduard Fernández, María Morales, José Ángel Egido, Daniel Chamorro, Javi Coll, Carlos Manuel Díaz, Nuria Mencía, Milo Taboada", - "country": "", - "date_added": "September 20, 2019", - "release_year": 2019, - "rating": "TV-MA", - "duration": "1 Season", - "listed_in": "Crime TV Shows, International TV Shows, Spanish-Language TV Shows", - "description": "Psychological games abound between detectives and suspects in a tense interrogation room, where the search for answers sometimes comes at a moral cost.", - "type": "TV Show" - }, - { - "show_id": 80216172, - "title": "Criminal: UK", - "director": "", - "cast": "Katherine Kelly, Lee Ingleby, Mark Stanley, Rochenda Sandall, Shubham Saraf, Nicholas Pinnock, David Tennant, Hayley Atwell, Youssef Kerkour, Clare-Hope Ashitey, Isabella Laughland", - "country": "United Kingdom, France, Germany, Spain", - "date_added": "September 20, 2019", - "release_year": 2019, - "rating": "TV-MA", - "duration": "1 Season", - "listed_in": "British TV Shows, Crime TV Shows, International TV Shows", - "description": "Within the walls of an interrogation room and with time running out, London investigators go after three suspects, each accused of a grievous crime.", - "type": "TV Show" - }, - { - "show_id": 81122669, - "title": "Daddy Issues", - "director": "Amara Cash", - "cast": "Madison Lawlor, Montana Manning, Andrew Pifko, Monte Markham, Kamala Jones, Jodi Carol Harrison, Seth Cassell, Ronnie Clark, Lissa Danshaw, J.J. Hawkins", - "country": "United States", - "date_added": "September 20, 2019", - "release_year": 2019, - "rating": "TV-MA", - "duration": "82 min", - "listed_in": "Dramas, Independent Movies, LGBTQ Movies", - "description": "Maya finally hooks up with her online dream girl, only to discover she’s deeply involved with an older sugar daddy – a man Maya knows all too well.", - "type": "Movie" - }, - { - "show_id": 80095697, - "title": "Disenchantment", - "director": "", - "cast": "Abbi Jacobson, Eric André, Nat Faxon, John DiMaggio, Tress MacNeille, Matt Berry, David Herman, Maurice LaMarche, Lucy Montgomery, Billy West", - "country": "United States", - "date_added": "", - "release_year": 2019, - "rating": "TV-14", - "duration": "2 Seasons", - "listed_in": "TV Action & Adventure, TV Comedies, TV Sci-Fi & Fantasy", - "description": "Princess duties call, but she'd rather be drinking. Free-spirited Bean exasperates the king as she wreaks havoc with her demon and elf pals.", - "type": "TV Show" - }, - { - "show_id": 80190009, - "title": "Fastest Car", - "director": "", - "cast": "", - "country": "United States", - "date_added": "", - "release_year": 2019, - "rating": "TV-MA", - "duration": "2 Seasons", - "listed_in": "Reality TV", - "description": "The drivers of exotic supercars put their street cred on the line against deceptively fast sleeper cars built and modified by true gearheads.", - "type": "TV Show" - }, - { - "show_id": 80184771, - "title": "Inside Bill's Brain: Decoding Bill Gates", - "director": "", - "cast": "Bill Gates", - "country": "United States", - "date_added": "September 20, 2019", - "release_year": 2019, - "rating": "TV-14", - "duration": "1 Season", - "listed_in": "Docuseries, Science & Nature TV", - "description": "Take a trip inside the mind of Bill Gates as the billionaire opens up about those who influenced him and the audacious goals he's still pursuing.", - "type": "TV Show" - }, - { - "show_id": 81000389, - "title": "The Hockey Girls", - "director": "Kiko Cruz Claverol, Patricia Font", - "cast": "Iria del Río, Nora Navas, Josep Linuesa, Natàlia Barrientos, Dèlia Brufau, Yasmina Drissi Sales, Júlia Gibert, Mireia Oriol, Asia Ortega Leiva, Claudia Riera, Mireia Aixalà, Juli Fàbregas, Àgata Roca, Marc Clotet", - "country": "Spain", - "date_added": "September 20, 2019", - "release_year": 2019, - "rating": "TV-MA", - "duration": "1 Season", - "listed_in": "International TV Shows, TV Comedies, TV Dramas", - "description": "The passionate members of a girls' roller hockey team chase down victories in the rink while striving to make time for school, family and romance.", - "type": "TV Show" - }, - { - "show_id": 81132439, - "title": "Travel Mates 2", - "director": "Bedran Güzel", - "cast": "Oğuzhan Koç, İbrahim Büyükak, Ezgi Eyüboğlu, Olgun Toker, Kadir Polatçi, Aycan Koptur, Bahar Şahin, Kıvanç Baran Arslan", - "country": "Turkey", - "date_added": "September 20, 2019", - "release_year": 2018, - "rating": "TV-14", - "duration": "111 min", - "listed_in": "Comedies, International Movies", - "description": "When struggling singer Onur decides to return to his old job, incurable klutz Şeref organizes a surprise tour full of pitfalls and mishaps.", - "type": "Movie" - }, - { - "show_id": 81035117, - "title": "True: Tricky Treat Day", - "director": "", - "cast": "Michela Luci, Jamie Watson, Eric Peterson, Anna Claire Bartlam, Nicolas Aqui, Cory Doran, Julie Lemieux, Derek McGrath", - "country": "Canada", - "date_added": "September 20, 2019", - "release_year": 2019, - "rating": "TV-Y", - "duration": "24 min", - "listed_in": "Children & Family Movies", - "description": "It's up to True and her friends to save the day when a hungry Yeti sneaks a forbidden treat and fills the kingdom with Howling Greenies.", - "type": "Movie" - }, - { - "show_id": 80244627, - "title": "Two Sentence Horror Stories", - "director": "", - "cast": "Nicole Kang, Jim Parrack, Tara Pacheco, Christopher Shyer, Kimberley Wong, Wai Ching Ho, Greta Quispe, Zaria Degenhardt, Uly Schlesinger, Kate Jennings Grant, Aleyse Shannon, Guillermo Arribas, Jaiden Smith, Pepper Binkley, Mikelle Wright-Matos, Melinda Mo", - "country": "United States", - "date_added": "September 20, 2019", - "release_year": 2019, - "rating": "TV-14", - "duration": "1 Season", - "listed_in": "TV Horror, Teen TV Shows", - "description": "This anthology series of terror features diverse characters facing primal fears in spine-chilling situations that stretch past daily routine.", - "type": "TV Show" - }, - { - "show_id": 81107545, - "title": "Kabir Singh", - "director": "Sandeep Reddy Vanga", - "cast": "Shahid Kapoor, Kiara Advani, Suresh Oberoi, Arjan Bajwa, Adil Hussain, Nikita Dutta, Kamini Kaushal, Anurag Arora", - "country": "India", - "date_added": "September 19, 2019", - "release_year": 2019, - "rating": "TV-MA", - "duration": "171 min", - "listed_in": "Dramas, International Movies, Romantic Movies", - "description": "An exalted but short-fused surgeon plunges into a spiral of drugs, alcohol and rage after his intense relationship with his girlfriend turbulently ends.", - "type": "Movie" - }, - { - "show_id": 70118953, - "title": "Océans", - "director": "Jacques Perrin, Jacques Cluzaud", - "cast": "Pierce Brosnan, Jacques Perrin, Rie Miyazawa, Lancelot Perrin", - "country": "France, Switzerland, Spain, United States, United Arab Emirates", - "date_added": "September 19, 2019", - "release_year": 2009, - "rating": "G", - "duration": "84 min", - "listed_in": "Documentaries, International Movies", - "description": "This documentary examines the vital role water plays in human existence and the cause-and-effect interplay between oceans and the environment.", - "type": "Movie" - }, - { - "show_id": 70281312, - "title": "The Blacklist", - "director": "", - "cast": "James Spader, Megan Boone, Diego Klattenhoff, Ryan Eggold, Harry Lennix, Amir Arison, Hisham Tawfiq, Mozhan Marnò", - "country": "United States", - "date_added": "", - "release_year": 2019, - "rating": "TV-14", - "duration": "6 Seasons", - "listed_in": "Crime TV Shows, TV Dramas, TV Thrillers", - "description": "After turning himself in, a brilliant fugitive offers to help the FBI bag other baddies, but only if rookie profiler Elizabeth Keen is his partner.", - "type": "TV Show" - }, - { - "show_id": 80149143, - "title": "Come and Find Me", - "director": "Zack Whedon", - "cast": "Aaron Paul, Annabelle Wallis, Garret Dillahunt, Chris Chalk, Zachary Knighton, Enver Gjokaj, Michael Kopsa, Terry Chen", - "country": "Canada, United States, United Kingdom", - "date_added": "September 18, 2019", - "release_year": 2016, - "rating": "R", - "duration": "112 min", - "listed_in": "Dramas, Thrillers", - "description": "When his photographer girlfriend vanishes, an L.A. graphic designer starts his own investigation and uncovers a web of deceit, crime and corruption.", - "type": "Movie" - }, - { - "show_id": 81144925, - "title": "When the Camellia Blooms", - "director": "", - "cast": "Kong Hyo-jin, Kang Ha-neul, Kim Ji-seok, Oh Jung-se, Yeom Hye-ran, Son Dam-bi, Ji E-su, Go Du-sim", - "country": "South Korea", - "date_added": "September 18, 2019", - "release_year": 2019, - "rating": "TV-14", - "duration": "1 Season", - "listed_in": "International TV Shows, Korean TV Shows, Romantic TV Shows", - "description": "Dongbaek is a single mother. When a potential new love enters her life, she finds ways to defy the social stigmas surrounding her.", - "type": "TV Show" - }, - { - "show_id": 81147293, - "title": "A Haunting at Silver Falls: The Return", - "director": "Teo Konuralp", - "cast": "Laura Flannery, James Cavlo, Harry Hains, Clemmie Dugdale, Dendrie Taylor, Bryan Chesters, Jennifer Dorogi, Adam Lazarre-White, Nikita Ramsey", - "country": "United States", - "date_added": "September 17, 2019", - "release_year": 2019, - "rating": "TV-14", - "duration": "80 min", - "listed_in": "Horror Movies, Independent Movies", - "description": "When the ghost of her serial killer aunt seemingly resurfaces, Jordan must return to Silver Falls in hopes of finally putting an end to the torment.", - "type": "Movie" - }, - { - "show_id": 70178604, - "title": "Ancient Aliens", - "director": "", - "cast": "Robert Clotworthy", - "country": "United States", - "date_added": "September 17, 2019", - "release_year": 2010, - "rating": "TV-PG", - "duration": "1 Season", - "listed_in": "Docuseries, Science & Nature TV", - "description": "Were ancient humans really behind some of the most important technological advances in civilized history, or did they have extraterrestrial help?", - "type": "TV Show" - }, - { - "show_id": 80991316, - "title": "Avengement", - "director": "Jesse V. Johnson", - "cast": "Scott Adkins, Craig Fairbrass, Thomas Turgoose, Nick Moran, Kierston Wareing, Mark Strange, Leo Gregory, Luke LaFontaine, Beau Fowler, Dan Styles", - "country": "United Kingdom", - "date_added": "September 17, 2019", - "release_year": 2019, - "rating": "TV-MA", - "duration": "88 min", - "listed_in": "Action & Adventure", - "description": "Betrayed by his loan shark brother, a hardened convict escapes from prison while on furlough to exact revenge against the people who made him a killer.", - "type": "Movie" - }, - { - "show_id": 80190588, - "title": "Clive Davis: The Soundtrack of Our Lives", - "director": "Chris Perkel", - "cast": "Clive Davis", - "country": "United States", - "date_added": "September 17, 2019", - "release_year": 2017, - "rating": "TV-14", - "duration": "124 min", - "listed_in": "Documentaries, Music & Musicals", - "description": "This music-driven documentary charts Clive Davis' 50-year career as one of the world's most influential record moguls.", - "type": "Movie" - }, - { - "show_id": 70124316, - "title": "Five Elements Ninjas", - "director": "Cheh Chang", - "cast": "Tien-chi Cheng, Tien Hsiang Lung, Meng Lo, Michael Chan Wai-Man, Pei Hsi Chen, Li Wang, Ke Chu", - "country": "Hong Kong", - "date_added": "September 17, 2019", - "release_year": 1982, - "rating": "R", - "duration": "104 min", - "listed_in": "Action & Adventure, International Movies", - "description": "When five ninjas whose fighting styles are based on natural elements unleash their fury on a rival school, a lone survivor vows deadly revenge.", - "type": "Movie" - }, - { - "show_id": 70229037, - "title": "Sebastian Maniscalco: What's Wrong with People?", - "director": "Manny Rodriguez", - "cast": "Sebastian Maniscalco", - "country": "United States", - "date_added": "September 17, 2019", - "release_year": 2012, - "rating": "TV-14", - "duration": "76 min", - "listed_in": "Stand-Up Comedy", - "description": "With his uproarious tirade on modern behavior and decorum, the popular comic tackles the question we've all asked in this hilarious standup special.", - "type": "Movie" - }, - { - "show_id": 80219119, - "title": "The Last Kids on Earth", - "director": "", - "cast": "Nick Wolfhard, Charles Demers, Garland Whitt, Montse Hernandez, Brian Drummond, Giles Panton, Keith David", - "country": "United States", - "date_added": "September 17, 2019", - "release_year": 2019, - "rating": "TV-Y7-FV", - "duration": "1 Season", - "listed_in": "Kids' TV, TV Comedies", - "description": "When zombies and monsters invade his hometown, a scrappy 13-year-old orphan teams up with his friends in hopes of surviving the chaos.", - "type": "TV Show" - }, - { - "show_id": 80058248, - "title": "I Am Wrath", - "director": "Chuck Russell", - "cast": "John Travolta, Christopher Meloni, Amanda Schull, Sam Trammell, Patrick St. Esprit, Rebecca De Mornay, Asante Jones, Paul Sloan, Luis Da Silva Jr., Jordan Whalen", - "country": "United States", - "date_added": "September 16, 2019", - "release_year": 2016, - "rating": "R", - "duration": "91 min", - "listed_in": "Action & Adventure, Dramas", - "description": "Hell-bent on avenging his wife's murder, Stanley Hill summons an old partner's help in exposing a cover-up by crooked cops and slimy politicians.", - "type": "Movie" - }, - { - "show_id": 70251519, - "title": "America's Book of Secrets", - "director": "", - "cast": "Jonathan Adams", - "country": "United States", - "date_added": "September 15, 2019", - "release_year": 2014, - "rating": "TV-14", - "duration": "1 Season", - "listed_in": "Docuseries", - "description": "This engaging documentary series shares the surprising backstories of familiar institutions like the Pentagon, West Point and the Playboy Mansion.", - "type": "TV Show" - }, - { - "show_id": 81174992, - "title": "Bakugan: Battle Planet", - "director": "", - "cast": "Jonah Wineberg, Deven Christian Mack, Margarita Valderrama, Ticoon Kim, Jason Deline, Will Bowes", - "country": "Japan, Canada, South Korea", - "date_added": "September 15, 2019", - "release_year": 2018, - "rating": "TV-PG", - "duration": "1 Season", - "listed_in": "Anime Series, Kids' TV", - "description": "Dan Kouzo and his pals bond with mysterious creatures known as Bakugan while fighting sinister forces out to control the world.", - "type": "TV Show" - }, - { - "show_id": 81044365, - "title": "Cold Case Files", - "director": "", - "cast": "", - "country": "United States", - "date_added": "September 15, 2019", - "release_year": 2017, - "rating": "TV-14", - "duration": "1 Season", - "listed_in": "Crime TV Shows, Docuseries", - "description": "Masterful detectives utilize forensic science and criminal psychology to re-examine long-standing cases.", - "type": "TV Show" - }, - { - "show_id": 81030342, - "title": "Los Tigres del Norte at Folsom Prison", - "director": "Tom Donahue", - "cast": "Los Tigres del Norte", - "country": "United States", - "date_added": "September 15, 2019", - "release_year": 2019, - "rating": "TV-PG", - "duration": "64 min", - "listed_in": "Documentaries, International Movies, Music & Musicals", - "description": "The beloved norteño band Los Tigres del Norte performs for the inmates of Folsom Prison on the 50th anniversary of Johnny Cash's iconic concert.", - "type": "Movie" - }, - { - "show_id": 70143865, - "title": "Pawn Stars", - "director": "", - "cast": "Corey Harrison, Richard Harrison, Rick Harrison, Austin \"Chumlee\" Russell", - "country": "United States", - "date_added": "September 15, 2019", - "release_year": 2010, - "rating": "TV-PG", - "duration": "1 Season", - "listed_in": "Reality TV", - "description": "Father Richard Harrison, son Rick and grandson Corey appraise an array of strange objects brought into their Gold & Silver Pawn Shop in Las Vegas.", - "type": "TV Show" - }, - { - "show_id": 70054723, - "title": "Steal a Pencil for Me", - "director": "Michèle Ohayon", - "cast": "Jack Polak, Ina Soep", - "country": "United States", - "date_added": "September 15, 2019", - "release_year": 2006, - "rating": "TV-14", - "duration": "94 min", - "listed_in": "Documentaries", - "description": "This moving documentary chronicles the unshakeable romance between a couple who met and fell in love while imprisoned in a Nazi concentration camp.", - "type": "Movie" - }, - { - "show_id": 81069393, - "title": "Surviving R. Kelly", - "director": "", - "cast": "R. Kelly", - "country": "United States", - "date_added": "September 15, 2019", - "release_year": 2019, - "rating": "TV-MA", - "duration": "1 Season", - "listed_in": "Docuseries", - "description": "In this documentary series on the tangled history of allegations against musician R. Kelly, women give detailed accounts of sexual and mental abuse.", - "type": "TV Show" - }, - { - "show_id": 80012550, - "title": "The Curse of Oak Island", - "director": "", - "cast": "Robert Clotworthy", - "country": "United States", - "date_added": "September 15, 2019", - "release_year": 2014, - "rating": "TV-PG", - "duration": "1 Season", - "listed_in": "Docuseries", - "description": "On an ominous island off of Nova Scotia, two brothers chase historical theories on a quest for enigmatic treasure.", - "type": "TV Show" - }, - { - "show_id": 81131761, - "title": "The Outsider", - "director": "Timothy Woodward Jr.", - "cast": "Jon Foo, Trace Adkins, Sean Patrick Flanery, Kaiwi Lyman, Nelli Tsay, Danny Trejo, Mitchell L. Johnson, Philip V. Bruenn", - "country": "United States", - "date_added": "September 15, 2019", - "release_year": 2019, - "rating": "TV-MA", - "duration": "86 min", - "listed_in": "Movies", - "description": "A frontier sheriff tries to protect his sadistic son from a Chinese railroad worker hellbent on revenge.", - "type": "Movie" - }, - { - "show_id": 81176196, - "title": "The Rap Game", - "director": "", - "cast": "Jermaine Dupri", - "country": "United States", - "date_added": "September 15, 2019", - "release_year": 2016, - "rating": "TV-14", - "duration": "1 Season", - "listed_in": "Reality TV", - "description": "Young lyricists between the ages of 12 and 16 compete for a chance to sign to Jermaine Dupri's label while being mentored by hip-hop and R&B's finest.", - "type": "TV Show" - }, - { - "show_id": 70143831, - "title": "The Universe", - "director": "", - "cast": "Erik Thompson", - "country": "United States", - "date_added": "September 15, 2019", - "release_year": 2009, - "rating": "TV-PG", - "duration": "1 Season", - "listed_in": "Docuseries, Science & Nature TV", - "description": "Discover the secrets of the universe in this series that pairs animation with insights on distant planets, black holes and other celestial marvels.", - "type": "TV Show" - }, - { - "show_id": 81093951, - "title": "Oh! Baby", - "director": "B. V. Nandini Reddy", - "cast": "Samantha Ruth Prabhu, Lakshmi, Rajendraprasad, Naga Shourya, Rao Ramesh, Teja Sajja, Pragathi, Jagapathi Babu, Aishwarya, Urvashi", - "country": "India", - "date_added": "September 14, 2019", - "release_year": 2019, - "rating": "TV-14", - "duration": "157 min", - "listed_in": "Comedies, International Movies, Music & Musicals", - "description": "A surly septuagenarian gets another chance at her 20s after having her photo snapped at a studio that magically takes 50 years off her life.", - "type": "Movie" - }, - { - "show_id": 80238013, - "title": "The Crystal Calls Making the Dark Crystal: Age of Resistance", - "director": "Randall Lobb", - "cast": "Taron Egerton, Natalie Dormer, Simon Pegg, Jason Isaacs", - "country": "United States", - "date_added": "September 14, 2019", - "release_year": 2019, - "rating": "TV-PG", - "duration": "83 min", - "listed_in": "Documentaries, International Movies", - "description": "Go behind the scenes with stars, puppeteers and creators as they bring Jim Henson's magical world of Thra back to life in a sweeping fantasy series.", - "type": "Movie" - }, - { - "show_id": 81089941, - "title": "We Have Always Lived in the Castle", - "director": "Stacie Passon", - "cast": "Taissa Farmiga, Alexandra Daddario, Crispin Glover, Sebastian Stan, Paula Malcomson, Peter Coonan, Ian Toner, Joanne Crawford", - "country": "United States", - "date_added": "September 14, 2019", - "release_year": 2018, - "rating": "TV-14", - "duration": "95 min", - "listed_in": "Dramas, Thrillers", - "description": "The fragile and secretive world of two sisters and their uncle crumbles when their charming cousin arrives with eyes toward the family fortune.", - "type": "Movie" - }, - { - "show_id": 81092328, - "title": "American Warfighter", - "director": "Jerry G. Angelo", - "cast": "Jerry G. Angelo, Paul Logan, Joshua Santana, Carolina Castro, David Robbins, Michael King, Tom Crisp, Jennifer Marshall, Victoria Clare, Ryan Baumann, Isaac C. Singleton Jr., Said Faraj", - "country": "United States", - "date_added": "September 13, 2019", - "release_year": 2019, - "rating": "TV-MA", - "duration": "106 min", - "listed_in": "Dramas", - "description": "A Navy SEAL haunted by wartime memories tries to rebuild his life at home, even as one last mission threatens to unravel everything.", - "type": "Movie" - }, - { - "show_id": 81183572, - "title": "Deviant Love", - "director": "Michael Feifer", - "cast": "Emma Bell, Nick Ballard, Bradley Bundlie, Gail O'Grady, Corbin Timbrook, Kate Lang Johnson, Robert Adamson, Caia Coley, Alicia James, Sotida Arpon", - "country": "United States", - "date_added": "September 13, 2019", - "release_year": 2019, - "rating": "TV-14", - "duration": "87 min", - "listed_in": "Thrillers", - "description": "In a tailspin after her marriage collapses, Jamie falls for a helpful gentleman whose interest in her welfare hides sinister motives.", - "type": "Movie" - }, - { - "show_id": 81037283, - "title": "Head Count", - "director": "Elle Callahan", - "cast": "Isaac Jay, Ashleigh Morghan, Bevin Bru, Billy Meade, Hunter Peterson, Chelcie May, Tory Freeth, Michael Herman, Amaka Obiechie, Sam Marra, Cooper Rowe", - "country": "United States", - "date_added": "September 13, 2019", - "release_year": 2018, - "rating": "TV-MA", - "duration": "90 min", - "listed_in": "Horror Movies, Independent Movies", - "description": "A group of college students on a weekend getaway accidentally summon a supernatural entity intent on using them for its deadly ritual.", - "type": "Movie" - }, - { - "show_id": 80244973, - "title": "Hello, Privilege. It's Me, Chelsea", - "director": "Alex Stapleton", - "cast": "Chelsea Handler", - "country": "United States", - "date_added": "September 13, 2019", - "release_year": 2019, - "rating": "TV-MA", - "duration": "65 min", - "listed_in": "Documentaries", - "description": "In this documentary, Chelsea Handler explores how white privilege impacts American culture – and the ways it’s benefited her own life and career.", - "type": "Movie" - }, - { - "show_id": 80171611, - "title": "I'm Sorry", - "director": "", - "cast": "Andrea Savage, Tom Everett Scott, Olive Petrucci", - "country": "United States", - "date_added": "", - "release_year": 2019, - "rating": "TV-MA", - "duration": "2 Seasons", - "listed_in": "TV Comedies", - "description": "Life is a series of awkward situations for comedy writer and mom Andrea, thanks to plenty of neuroses and a knack for sticking her foot in her mouth.", - "type": "TV Show" - }, - { - "show_id": 81095103, - "title": "Kabaneri of the Iron Fortress: The Battle of Unato", - "director": "", - "cast": "Tasuku Hatanaka, Sayaka Senbongi, Maaya Uchida, Toshiki Masuda, Kanae Oki, Mariya Ise, Ryota Osaka, Kensuke Sato, Maxwell Powers, Shinichiro Miki", - "country": "", - "date_added": "September 13, 2019", - "release_year": 2019, - "rating": "TV-MA", - "duration": "1 Season", - "listed_in": "Anime Series, International TV Shows, TV Horror", - "description": "Ikoma and the Iron Fortress take their fight to the battlegrounds of Unato, joining the alliance to reclaim the region from the kabane horde.", - "type": "TV Show" - }, - { - "show_id": 81132438, - "title": "Locked on You", - "director": "Kıvanç Baruönü", - "cast": "Ata Demirer, Demet Akbağ, Gonca Vuslateri, İlker Aksum, Tarık Ünlüoğlu, Erkan Can, Hande Dane, Ayten Uncuoğlu, Hakan Salınmış, İştar Gökseven", - "country": "Turkey", - "date_added": "September 13, 2019", - "release_year": 2018, - "rating": "TV-14", - "duration": "105 min", - "listed_in": "Comedies, International Movies", - "description": "When his chatty nature lands him in trouble, an unlucky meatball seller flees Istanbul and finds a new life on a beautiful island.", - "type": "Movie" - }, - { - "show_id": 80217779, - "title": "Marianne", - "director": "", - "cast": "Victoire Du Bois, Lucie Boujenah, Tiphaine Daviot, Ralph Amoussou, Bellamine Abdelmalek, Mehdi Meskar, Alban Lenoir, Mireille Herbstmeyer, Corinne Valancogne, Patrick d'Assumçao, Pierre Aussedat", - "country": "France", - "date_added": "September 13, 2019", - "release_year": 2019, - "rating": "TV-MA", - "duration": "1 Season", - "listed_in": "International TV Shows, TV Dramas, TV Horror", - "description": "Lured back to her hometown, a famous horror writer discovers that the evil spirit who plagues her dreams is now wreaking havoc in the real world.", - "type": "TV Show" - }, - { - "show_id": 80211572, - "title": "Monarca", - "director": "", - "cast": "Irene Azuela, Juan Manuel Bernal, Osvaldo Benavides, Rosa María Bianchi, Antonio de la Vega, Luis Rábago, Sophie Gómez, James Hyde, Carla Adell, Regina Pavón, Dalí González, Alejandro de Hoyos Parera, José Manuel Rincón, Daniela Schmidt, Gabriela de la Garza", - "country": "Mexico", - "date_added": "September 13, 2019", - "release_year": 2019, - "rating": "TV-MA", - "duration": "1 Season", - "listed_in": "International TV Shows, Spanish-Language TV Shows, TV Dramas", - "description": "After 20 years, Ana María returns to Mexico and vies for control of her family's tequila empire as it threatens to crumble under corruption and secrets.", - "type": "TV Show" - }, - { - "show_id": 81161230, - "title": "Shanghai Fortress", - "director": "Teng Huatao", - "cast": "Lu Han, Shu Qi, Shi Liang, Godfrey Gao, Wang Gongliang, Wang Sen, Sun Jialing, Vincent Matile", - "country": "China", - "date_added": "September 13, 2019", - "release_year": 2019, - "rating": "TV-14", - "duration": "107 min", - "listed_in": "Dramas, International Movies, Romantic Movies", - "description": "A young man falls for a heroic general and soon follows her footsteps as humans defend Earth against extraterrestrials seeking a precious energy source.", - "type": "Movie" - }, - { - "show_id": 81002412, - "title": "Tall Girl", - "director": "Nzingha Stewart", - "cast": "Ava Michelle, Griffin Gluck, Sabrina Carpenter, Paris Berelc, Luke Eisner, Clara Wilsey, Anjelika Washington, Rico Paris, Angela Kinsey, Steve Zahn", - "country": "United States", - "date_added": "September 13, 2019", - "release_year": 2019, - "rating": "TV-PG", - "duration": "103 min", - "listed_in": "Children & Family Movies, Comedies, Romantic Movies", - "description": "After years of slouching through life, 6-foot-1 teen Jodi resolves to conquer her insecurities and gets caught up in a high school love triangle.", - "type": "Movie" - }, - { - "show_id": 81028317, - "title": "The Chef Show", - "director": "", - "cast": "Jon Favreau, Roy Choi", - "country": "United States", - "date_added": "", - "release_year": 2019, - "rating": "TV-MA", - "duration": "2 Seasons", - "listed_in": "Docuseries", - "description": "Writer, director and food enthusiast Jon Favreau and chef Roy Choi explore food in and out of the kitchen with accomplished chefs and celebrity friends.", - "type": "TV Show" - }, - { - "show_id": 80077977, - "title": "The Ranch", - "director": "", - "cast": "Ashton Kutcher, Sam Elliott, Debra Winger, Elisha Cuthbert, Kelli Goss, Wilmer Valderrama, Danny Masterson", - "country": "United States", - "date_added": "", - "release_year": 2019, - "rating": "TV-MA", - "duration": "7 Seasons", - "listed_in": "TV Comedies", - "description": "Being a pro athlete didn't pan out for Colt. Now he's helping his dad and brother keep the ranch afloat, and figuring out how he fits into the family.", - "type": "TV Show" - }, - { - "show_id": 81023636, - "title": "Time Trap", - "director": "Mark Dennis, Ben Foster", - "cast": "Andrew Wilson, Cassidy Gifford, Brianne Howey, Reiley McClendon, Olivia Draguicevich, Max Wright, Hans Marrero, Rich Skidmore, Chris Sturgeon, Gopal Bidari", - "country": "United States", - "date_added": "September 13, 2019", - "release_year": 2018, - "rating": "TV-14", - "duration": "88 min", - "listed_in": "Action & Adventure, Sci-Fi & Fantasy", - "description": "While searching for their missing archaeology professor, a group of students discovers a cave where time passes differently than it does on the surface.", - "type": "Movie" - }, - { - "show_id": 80217669, - "title": "Top Boy", - "director": "", - "cast": "Ashley Walters, Kane Robinson, Micheal Ward, Shone Romulus, Simbiatu Ajikawo, Lisa Dwan, David Omoregie, Jasmine Jobson, Hope Ikpoku Jr., Araloyin Oshunremi, Keiyon Cook", - "country": "United Kingdom", - "date_added": "September 13, 2019", - "release_year": 2019, - "rating": "TV-MA", - "duration": "1 Season", - "listed_in": "British TV Shows, Crime TV Shows, International TV Shows", - "description": "Two seasoned drug dealers return to the gritty streets of London, but their pursuit of money and power is threatened by a young and ruthless hustler.", - "type": "TV Show" - }, - { - "show_id": 80153467, - "title": "Unbelievable", - "director": "", - "cast": "Toni Collette, Merritt Wever, Kaitlyn Dever, Dale Dickey, Scott Lawrence, Danielle Macdonald, Austin Hébert, Eric Lange, Elizabeth Marvel", - "country": "United States", - "date_added": "September 13, 2019", - "release_year": 2019, - "rating": "TV-MA", - "duration": "1 Season", - "listed_in": "Crime TV Shows, TV Dramas", - "description": "After a young woman is accused of lying about a rape, two female detectives investigate a spate of eerily similar attacks. Inspired by true events.", - "type": "TV Show" - }, - { - "show_id": 80993062, - "title": "The I-Land", - "director": "", - "cast": "Natalie Martinez, Kate Bosworth, Ronald Peet, Kyle Schmid, Alex Pettyfer, Sibylla Deen, Gilles Geary, Anthony Lee Medina, Kota Eberhardt, Michelle Veintimilla, Bruce McGill", - "country": "United States", - "date_added": "September 12, 2019", - "release_year": 2019, - "rating": "TV-MA", - "duration": "1 Season", - "listed_in": "TV Action & Adventure, TV Dramas, TV Sci-Fi & Fantasy", - "description": "Wiped clean of memories and thrown together, a group of strangers fight to survive harsh realities – and the island that traps them.", - "type": "TV Show" - }, - { - "show_id": 81098586, - "title": "The Mind, Explained", - "director": "", - "cast": "Emma Stone", - "country": "United States", - "date_added": "September 12, 2019", - "release_year": 2019, - "rating": "TV-14", - "duration": "1 Season", - "listed_in": "Docuseries, Science & Nature TV", - "description": "Ever wonder what's happening inside your head? From dreaming to anxiety disorders, discover how your brain works with this illuminating series.", - "type": "TV Show" - }, - { - "show_id": 70267728, - "title": "Turbo", - "director": "David Soren", - "cast": "Ben Schwartz, Bill Hader, Luis Guzmán, Snoop Dogg, Paul Giamatti, Ryan Reynolds, Maya Rudolph, Ken Jeong, Samuel L. Jackson, Michael Peña, Michelle Rodriguez, Richard Jenkins, Kurtwood Smith, Luis Guzman", - "country": "United States", - "date_added": "September 12, 2019", - "release_year": 2013, - "rating": "PG", - "duration": "96 min", - "listed_in": "Children & Family Movies, Comedies", - "description": "A speed-obsessed snail who dreams of being the world's greatest race car driver gets his chance when an accident imbues him with high-octane speed.", - "type": "Movie" - }, - { - "show_id": 81072571, - "title": "Tobot", - "director": "", - "cast": "Octavian Kaul, Valin Shinyei, Chelsea Miller, Sunni Westbrook, Sam Vincent, Rebecca Shoichet, Jeff Evans Todd, Paul Dobson, Rhona Rees", - "country": "Canada", - "date_added": "", - "release_year": 2018, - "rating": "TV-Y7-FV", - "duration": "2 Seasons", - "listed_in": "Kids' TV, Korean TV Shows", - "description": "They’re robots that can transform into cars – and the Tobots are committed to fighting villains to protect the city and root out crime.", - "type": "TV Show" - }, - { - "show_id": 81060174, - "title": "Bill Burr: Paper Tiger", - "director": "Mike Binder", - "cast": "Bill Burr", - "country": "United States, United Kingdom", - "date_added": "September 10, 2019", - "release_year": 2019, - "rating": "TV-MA", - "duration": "67 min", - "listed_in": "Stand-Up Comedy", - "description": "Bill Burr unloads on outrage culture, male feminism, cultural appropriation, robot sex and more in a blistering stand-up special shot in London.", - "type": "Movie" - }, - { - "show_id": 70130445, - "title": "Eat Pray Love", - "director": "Ryan Murphy", - "cast": "Julia Roberts, James Franco, Javier Bardem, Richard Jenkins, Viola Davis, Billy Crudup, Hadi Subiyanto, Mike O'Malley, Tuva Novotny, Luca Argentero", - "country": "United States", - "date_added": "September 10, 2019", - "release_year": 2010, - "rating": "PG-13", - "duration": "140 min", - "listed_in": "Dramas, Romantic Movies", - "description": "After deciding to reshape her life after divorce, Liz travels around the world in search of good food, spirituality and true love.", - "type": "Movie" - }, - { - "show_id": 80216928, - "title": "Evelyn", - "director": "Orlando von Einsiedel", - "cast": "", - "country": "", - "date_added": "September 10, 2019", - "release_year": 2019, - "rating": "TV-MA", - "duration": "96 min", - "listed_in": "Documentaries, International Movies", - "description": "Haunted by the suicide of a brother, a director and his kin walk across the U.K. in an emotionally trying, visually sublime journey toward healing.", - "type": "Movie" - }, - { - "show_id": 81001494, - "title": "Our Godfather", - "director": "Mark Franchetti, Andrew Meier", - "cast": "Tommaso Buscetta", - "country": "United Kingdom", - "date_added": "September 10, 2019", - "release_year": 2019, - "rating": "TV-MA", - "duration": "93 min", - "listed_in": "Documentaries, International Movies", - "description": "In 1986, Tommaso Buscetta became the first top-level Mafia boss ever to testify against the mob. It cost him and his family everything.", - "type": "Movie" - }, - { - "show_id": 70184207, - "title": "Shameless (U.S.)", - "director": "", - "cast": "William H. Macy, Emmy Rossum, Justin Chatwin, Cameron Monaghan, Jeremy Allen White, Shanola Hampton, Steve Howey, Ethan Cutkosky, Emma Kenney, Laura Wiggins, Joan Cusack", - "country": "United States", - "date_added": "", - "release_year": 2018, - "rating": "TV-MA", - "duration": "9 Seasons", - "listed_in": "TV Comedies, TV Dramas", - "description": "This dramedy based on a British series centers on siblings in a dysfunctional Chicago family who struggle while coping with their alcoholic father.", - "type": "TV Show" - }, - { - "show_id": 70302573, - "title": "Sword Art Online", - "director": "", - "cast": "Yoshitsugu Matsuoka, Haruka Tomatsu, Ayana Taketatsu, Kanae Ito, Rina Hidaka, Ayahi Takagaki, Hiroaki Hirata, Hiroki Yasumoto, Saori Hayami, Koichi Yamadera", - "country": "Japan", - "date_added": "", - "release_year": 2014, - "rating": "TV-14", - "duration": "2 Seasons", - "listed_in": "Anime Series, International TV Shows", - "description": "A video game whiz helps create a new technology that enables players to guide their online avatars with their own bodies – but a dark twist emerges.", - "type": "TV Show" - }, - { - "show_id": 81077065, - "title": "Terrace House: Tokyo 2019-2020", - "director": "", - "cast": "You, Reina Triendl, Yoshimi Tokui, Azusa Babazono, Ryota Yamasato, Shono Hayama", - "country": "", - "date_added": "September 10, 2019", - "release_year": 2019, - "rating": "TV-MA", - "duration": "1 Season", - "listed_in": "International TV Shows, Reality TV", - "description": "Six strangers share a fabulous house in Tokyo, looking for love while living under the same roof. With no script, what happens next is all up to them.", - "type": "TV Show" - }, - { - "show_id": 81145628, - "title": "Norm of the North: King Sized Adventure", - "director": "Richard Finn, Tim Maltby", - "cast": "Alan Marriott, Andrew Toth, Brian Dobson, Cole Howard, Jennifer Cameron, Jonathan Holmes, Lee Tockar, Lisa Durupt, Maya Kay, Michael Dobson", - "country": "United States, India, South Korea, China", - "date_added": "September 9, 2019", - "release_year": 2019, - "rating": "TV-PG", - "duration": "90 min", - "listed_in": "Children & Family Movies, Comedies", - "description": "Before planning an awesome wedding for his grandfather, a polar bear king must take back a stolen artifact from an evil archaeologist first.", - "type": "Movie" - }, - { - "show_id": 80221550, - "title": "Archibald's Next Big Thing", - "director": "", - "cast": "Tony Hale, Rosamund Pike, Jordan Fisher, Chelsea Kane, Adam Pally, Kari Wahlgren", - "country": "", - "date_added": "September 6, 2019", - "release_year": 2019, - "rating": "TV-Y7", - "duration": "1 Season", - "listed_in": "Kids' TV, TV Comedies", - "description": "Happy-go-lucky chicken Archibald may not remember to do his chores, but he never forgets to have fun. After all, life's an adventure!", - "type": "TV Show" - }, - { - "show_id": 81154455, - "title": "Article 15", - "director": "Anubhav Sinha", - "cast": "Ayushmann Khurrana, Nassar, Manoj Pahwa, Kumud Mishra, Isha Talwar, Sayani Gupta, Mohammed Zeeshan Ayyub, Subhrajyoti Barat, Sushil Pandey, Aakash Dabhade", - "country": "India", - "date_added": "September 6, 2019", - "release_year": 2019, - "rating": "TV-MA", - "duration": "125 min", - "listed_in": "Dramas, International Movies, Thrillers", - "description": "The grim realities of caste discrimination come to light as an entitled but upright city cop ventures into India’s heartland to investigate a murder.", - "type": "Movie" - }, - { - "show_id": 81113928, - "title": "Care of Kancharapalem", - "director": "Maha Venkatesh", - "cast": "Subba Rao Vepada, Radha Bessy, Kesava Karri, Nithyasri Goru, Karthik Rathnam, Praneetha Patnaik, Mohan Bhagath, Praveena Paruchuri", - "country": "", - "date_added": "September 6, 2019", - "release_year": 2018, - "rating": "TV-14", - "duration": "142 min", - "listed_in": "Comedies, Dramas, Independent Movies", - "description": "From a schoolboy’s crush to a middle-aged bachelor’s office romance, four love stories spanning age, religion and status unfold in a small Indian town.", - "type": "Movie" - }, - { - "show_id": 81052275, - "title": "Ee Nagaraniki Emaindi", - "director": "Tharun Bhascker", - "cast": "Vishwaksen Naidu, Sushanth Reddy, Abhinav Gomatam, Venkatesh Kakumanu, Anisha Ambrose, Simran Choudhary", - "country": "India", - "date_added": "September 6, 2019", - "release_year": 2018, - "rating": "TV-14", - "duration": "133 min", - "listed_in": "Comedies, International Movies", - "description": "In Goa and in desperate need of cash, four childhood friends get another shot at making their long-abandoned dreams of becoming filmmakers come true.", - "type": "Movie" - }, - { - "show_id": 80200942, - "title": "Elite", - "director": "", - "cast": "Danna Paola, Miguel Herrán, María Pedraza, Itzan Escamilla, Miguel Bernardeau, Jaime Lorente, Álvaro Rico, Arón Piper, Mina El Hammani, Ester Expósito, Omar Ayuso", - "country": "Spain", - "date_added": "", - "release_year": 2019, - "rating": "TV-MA", - "duration": "2 Seasons", - "listed_in": "Crime TV Shows, International TV Shows, Spanish-Language TV Shows", - "description": "When three working-class teens enroll in an exclusive private school in Spain, the clash between them and the wealthy students leads to murder.", - "type": "TV Show" - }, - { - "show_id": 80141782, - "title": "Hip-Hop Evolution", - "director": "", - "cast": "Shad Kabango", - "country": "Canada", - "date_added": "", - "release_year": 2019, - "rating": "TV-MA", - "duration": "3 Seasons", - "listed_in": "Docuseries, International TV Shows", - "description": "Interviews with influential MCs, DJs and moguls trace the genre's dynamic evolution from the 1970s through the 1990s in this documentary series.", - "type": "TV Show" - }, - { - "show_id": 80186848, - "title": "Jack Whitehall: Travels with My Father", - "director": "", - "cast": "Jack Whitehall, Michael Whitehall", - "country": "United Kingdom", - "date_added": "", - "release_year": 2019, - "rating": "TV-MA", - "duration": "3 Seasons", - "listed_in": "British TV Shows, Docuseries, International TV Shows", - "description": "Jovial comic Jack Whitehall invites his stuffy father, Michael, to travel with him through Southeast Asia in an attempt to strengthen their bond.", - "type": "TV Show" - }, - { - "show_id": 81132437, - "title": "Kill Me If You Dare", - "director": "Şenol Sönmez", - "cast": "Murat Boz, Seda Bakan, Açelya Topaloğlu, Özgür Emre Yıldırım, Seda Güven, Yosi Mizrahi, Dilşad Şimşek, Ali Yoğurtçuoğlu", - "country": "", - "date_added": "September 6, 2019", - "release_year": 2019, - "rating": "TV-14", - "duration": "100 min", - "listed_in": "Comedies, International Movies, Romantic Movies", - "description": "Bogged down with money problems, a couple grows cautious of each other but hit the lottery and decide to stay together – till death do they part.", - "type": "Movie" - }, - { - "show_id": 80178151, - "title": "The Spy", - "director": "", - "cast": "Sacha Baron Cohen, Noah Emmerich, Hadar Ratzon Rotem, Alexander Siddig, Waleed Zuaiter, Nassim Lyes", - "country": "France", - "date_added": "September 6, 2019", - "release_year": 2019, - "rating": "TV-MA", - "duration": "1 Season", - "listed_in": "International TV Shows, TV Dramas, TV Thrillers", - "description": "In the 1960s, Israeli clerk-turned-secret agent Eli Cohen goes deep undercover inside Syria on a perilous, years-long mission to spy for Mossad.", - "type": "TV Show" - }, - { - "show_id": 81176188, - "title": "American Factory: A Conversation with the Obamas", - "director": "", - "cast": "President Barack Obama, Michelle Obama, Julia Reichert, Steven Bognar", - "country": "", - "date_added": "September 5, 2019", - "release_year": 2019, - "rating": "TV-G", - "duration": "10 min", - "listed_in": "Documentaries", - "description": "Barack and Michelle Obama talk with directors Steven Bognar and Julia Reichert about the documentary and the importance of storytelling.", - "type": "Movie" - }, - { - "show_id": 81160036, - "title": "Saawan", - "director": "Farhan Alam", - "cast": "Karam Hussain, Arif Bahlim, Najiba Faiz, Saleem Mairaj, Imran Aslam, Daniyal Yousuf, Sohail Malik, Ali Hafiz", - "country": "Pakistan", - "date_added": "September 4, 2019", - "release_year": 2016, - "rating": "TV-14", - "duration": "128 min", - "listed_in": "Dramas, Independent Movies, International Movies", - "description": "Outcast from society and left to die in the wilderness, a young boy with polio embarks on a journey to connect with his mother. Based on a true story.", - "type": "Movie" - }, - { - "show_id": 81173255, - "title": "The Heretics", - "director": "Chad Archibald", - "cast": "Nina Kiri, Ry Barrett, Jorja Cadence, Will King, Nina Richmond", - "country": "Canada", - "date_added": "September 4, 2019", - "release_year": 2017, - "rating": "TV-MA", - "duration": "88 min", - "listed_in": "Horror Movies", - "description": "A withdrawn young woman hunted by a malicious cult is abducted by a brooding stranger and undergoes a bizarre transformation.", - "type": "Movie" - }, - { - "show_id": 81078908, - "title": "The World We Make", - "director": "Brian Baugh", - "cast": "Caleb Castille, Rose Reid, Kevin Sizemore, Gregory Alan Williams", - "country": "United States", - "date_added": "September 4, 2019", - "release_year": 2019, - "rating": "PG", - "duration": "108 min", - "listed_in": "Dramas, Romantic Movies", - "description": "A teenage equestrian and a local football player for each other, but simmering racism in their small town puts their relationship to the test.", - "type": "Movie" - }, - { - "show_id": 81155784, - "title": "Watchman", - "director": "A. L. Vijay", - "cast": "G.V. Prakash Kumar, Samyuktha Hegde, Suman, Raj Arjun, Yogi Babu, Munishkanth", - "country": "India", - "date_added": "September 4, 2019", - "release_year": 2019, - "rating": "TV-14", - "duration": "93 min", - "listed_in": "Comedies, Dramas, International Movies", - "description": "Rushing to pay off a loan shark, a young man breaks into a bungalow to steal the cash, unprepared for the dog standing guard – or the trouble inside.", - "type": "Movie" - }, - { - "show_id": 80184129, - "title": "68 Kill", - "director": "Trent Haaga", - "cast": "Matthew Gray Gubler, AnnaLynne McCord, Alisha Boe, Sheila Vand, Sam Eidson, James Moses Black, Ajay Mehta, Michael Beasley, David Maldonado, Hallie Grace Bradley, Peter Jaymes Jr., Eric Podnar, Lucy Faust", - "country": "United States", - "date_added": "September 1, 2019", - "release_year": 2017, - "rating": "R", - "duration": "96 min", - "listed_in": "Comedies, Independent Movies, Thrillers", - "description": "A hapless guy agrees to help his stunning – but psychotic – girlfriend rob her loathsome sugar daddy in a scheme as ill-conceived as it is violent.", - "type": "Movie" - }, - { - "show_id": 60000861, - "title": "American Psycho", - "director": "Mary Harron", - "cast": "Christian Bale, Willem Dafoe, Jared Leto, Reese Witherspoon, Samantha Mathis, Chloë Sevigny, Justin Theroux, Josh Lucas, Matt Ross, Bill Sage, Cara Seymour, Guinevere Turner", - "country": "United States, Canada", - "date_added": "September 1, 2019", - "release_year": 2000, - "rating": "R", - "duration": "102 min", - "listed_in": "Comedies, Cult Movies, Dramas", - "description": "With chiseled good looks that belie his insanity, a businessman takes pathological pride in yuppie pursuits and indulges in sudden homicidal urges.", - "type": "Movie" - }, - { - "show_id": 1151375, - "title": "Dante's Peak", - "director": "Roger Donaldson", - "cast": "Pierce Brosnan, Linda Hamilton, Elizabeth Hoffman, Jamie Renée Smith, Jeremy Foley, Charles Hallahan, Grant Heslov, Kirk Trutner, Arabella Field, Tzi Ma", - "country": "United States", - "date_added": "September 1, 2019", - "release_year": 1997, - "rating": "PG-13", - "duration": "108 min", - "listed_in": "Action & Adventure", - "description": "When a volcanologist comes to investigate the recent rumblings of a dormant volcano, a massive eruption has everyone in town fighting for their lives.", - "type": "Movie" - }, - { - "show_id": 81137484, - "title": "Elena", - "director": "Petra Costa", - "cast": "", - "country": "Brazil, United States", - "date_added": "September 1, 2019", - "release_year": 2012, - "rating": "TV-14", - "duration": "81 min", - "listed_in": "Documentaries, International Movies", - "description": "In this documentary, the director remembers a sister who left behind her life under Brazil’s dictatorship and moved to New York with dreams of acting.", - "type": "Movie" - }, - { - "show_id": 80187228, - "title": "First Kill", - "director": "Steven C. Miller", - "cast": "Hayden Christensen, Bruce Willis, Gethin Anthony, Megan Leonard, Tyler Jon Olson, Shea Buckner, William DeMeo, Magi Avila, Ty Shelton, Christine Dye", - "country": "United Kingdom, Canada, United States", - "date_added": "September 1, 2019", - "release_year": 2017, - "rating": "R", - "duration": "102 min", - "listed_in": "Action & Adventure", - "description": "A stock broker brings his young son back to the town where he grew up for a hunting trip, but things take a dangerous turn when they witness a crime.", - "type": "Movie" - }, - { - "show_id": 81031008, - "title": "For the Birds", - "director": "Richard Miron", - "cast": "Kathy Murphy", - "country": "United States", - "date_added": "September 1, 2019", - "release_year": 2018, - "rating": "TV-MA", - "duration": "93 min", - "listed_in": "Documentaries", - "description": "A woman with a passion for fowl keeps a menagerie of birds that draws the ire of neighbors, animal rights advocates and even her own family.", - "type": "Movie" - }, - { - "show_id": 70099119, - "title": "Igor", - "director": "Tony Leondis", - "cast": "John Cusack, Steve Buscemi, Sean Hayes, Molly Shannon, Eddie Izzard, Jennifer Coolidge, Jay Leno", - "country": "United States, France", - "date_added": "September 1, 2019", - "release_year": 2008, - "rating": "PG", - "duration": "87 min", - "listed_in": "Children & Family Movies", - "description": "Igor, the brilliant but deformed assistant to mad Dr. Glickenstein, dreams of winning the Evil Science Fair and the heart of village beauty Gretchen.", - "type": "Movie" - }, - { - "show_id": 70039185, - "title": "Just Friends", - "director": "Roger Kumble", - "cast": "Anna Faris, Ty Olsson, Julie Hagerty, Amy Smart, Chris Marquette, Fred Ewanuick, Amy Matysio, Chris Klein, Ryan Reynolds, Stephen Root", - "country": "Germany, United States, Canada", - "date_added": "September 1, 2019", - "release_year": 2005, - "rating": "PG-13", - "duration": "94 min", - "listed_in": "Comedies, Romantic Movies", - "description": "Years after high school, a once-portly nice guy comes home for the holidays and reunites with a former crush he still has feelings for.", - "type": "Movie" - }, - { - "show_id": 81073764, - "title": "Loo Loo Kids: Johny & Friends Musical Adventures", - "director": "", - "cast": "", - "country": "", - "date_added": "September 1, 2019", - "release_year": 2016, - "rating": "TV-Y", - "duration": "1 Season", - "listed_in": "Kids' TV", - "description": "Music-loving baby Johny goes on dance-filled adventures with his family, friends and adorable critters in this colorful, animated preschooler series.", - "type": "TV Show" - }, - { - "show_id": 70279852, - "title": "Marvel's Agents of S.H.I.E.L.D.", - "director": "", - "cast": "Clark Gregg, Ming-Na Wen, Brett Dalton, Chloe Bennet, Iain De Caestecker, Elizabeth Henstridge, Adrianne Palicki, Luke Mitchell, Henry Simmons", - "country": "United States", - "date_added": "", - "release_year": 2019, - "rating": "TV-PG", - "duration": "6 Seasons", - "listed_in": "TV Action & Adventure, TV Sci-Fi & Fantasy", - "description": "Agent Phil Coulson, seen in action in Marvel's The Avengers, assembles a team of top S.H.I.E.L.D. agents to investigate bizarre threats.", - "type": "TV Show" - }, - { - "show_id": 81165769, - "title": "Mokalik (Mechanic)", - "director": "Kunle Afolayan", - "cast": "Tooni Afolayan, Ayo Ogunshina, Dayo Akinpelu, Simi Ogunleye, Femi Adebayo, Lateef Adedimeji, Damilola Ogunsi, Rasaq Olayiwola, Ayo Adesanya, Wale Akorede, Toyosi Benjamin, Hamzat Sherifdeen, Samuel Olasehinde", - "country": "Nigeria", - "date_added": "September 1, 2019", - "release_year": 2019, - "rating": "TV-14", - "duration": "100 min", - "listed_in": "Dramas, International Movies", - "description": "A young boy's life shifts when he's sent to work at a mechanic's shop far from his suburban home until an opportunity forces him to make a tough choice.", - "type": "Movie" - }, - { - "show_id": 80174902, - "title": "Moving Art", - "director": "", - "cast": "", - "country": "United States", - "date_added": "", - "release_year": 2018, - "rating": "TV-G", - "duration": "3 Seasons", - "listed_in": "Docuseries, Science & Nature TV", - "description": "Experience nature's art as filmmaker Louie Schwartzberg highlights the beauty that lurks in oceans, forests, deserts and flowers.", - "type": "TV Show" - }, - { - "show_id": 70056433, - "title": "Mr. Woodcock", - "director": "Craig Gillespie", - "cast": "Billy Bob Thornton, Seann William Scott, Ethan Suplee, Melissa Sagemiller, Susan Sarandon, Melissa Leo, Bill Macy, Kurt Fuller, Amy Poehler", - "country": "United States", - "date_added": "September 1, 2019", - "release_year": 2007, - "rating": "PG-13", - "duration": "88 min", - "listed_in": "Comedies", - "description": "When a self-help author learns that his mother has fallen for his sadistic high school gym teacher, he tries to put a stop to their budding romance.", - "type": "Movie" - }, - { - "show_id": 70113003, - "title": "My Sister's Keeper", - "director": "Nick Cassavetes", - "cast": "Cameron Diaz, Abigail Breslin, Alec Baldwin, Jason Patric, Sofia Vassilieva, Joan Cusack, Heather Wahlquist, Thomas Dekker, Evan Ellingson, David Thornton", - "country": "United States", - "date_added": "September 1, 2019", - "release_year": 2009, - "rating": "PG-13", - "duration": "109 min", - "listed_in": "Dramas", - "description": "A former defense attorney finds herself back in court when she and her husband are sued for medical emancipation by their 11-year-old daughter.", - "type": "Movie" - }, - { - "show_id": 60031232, - "title": "Mystic River", - "director": "Clint Eastwood", - "cast": "Sean Penn, Tim Robbins, Kevin Bacon, Laurence Fishburne, Marcia Gay Harden, Laura Linney, Kevin Chapman, Tom Guiry, Emmy Rossum, Spencer Treat Clark", - "country": "United States, Australia", - "date_added": "September 1, 2019", - "release_year": 2003, - "rating": "R", - "duration": "138 min", - "listed_in": "Dramas, Thrillers", - "description": "Tragedy reunites childhood friends Sean, Dave and Jimmy when they're linked together in a murder investigation about Jimmy's teenage daughter.", - "type": "Movie" - }, - { - "show_id": 70205012, - "title": "Naruto", - "director": "Hayato Date", - "cast": "Junko Takeuchi, Chie Nakamura, Noriaki Sugiyama, Kazuhiko Inoue, Toshihiko Seki, Hidekatsu Shibata, Masako Katsuki, Nana Mizuki", - "country": "Japan", - "date_added": "", - "release_year": 2008, - "rating": "TV-PG", - "duration": "9 Seasons", - "listed_in": "Anime Series, International TV Shows", - "description": "Guided by the spirit demon within him, orphaned Naruto learns to harness his powers as a ninja in this anime adventure series.", - "type": "TV Show" - }, - { - "show_id": 80036427, - "title": "Nature's Weirdest Events", - "director": "", - "cast": "Chris Packham", - "country": "United Kingdom", - "date_added": "", - "release_year": 2015, - "rating": "TV-PG", - "duration": "3 Seasons", - "listed_in": "British TV Shows, Docuseries, Science & Nature TV", - "description": "Host Chris Packham examines bizarre natural phenomena from around the globe, from strange creatures to geographical oddities.", - "type": "TV Show" - }, - { - "show_id": 80032842, - "title": "Oct-01", - "director": "Kunle Afolayan", - "cast": "Sadiq Daba, David Bailie, Kayode Olaiya, Kehinde Bankole, Fabian Adeoye Lojede, Nick Rhys, Kunle Afolayan, Colin David Reese, Ibrahim Shatta, Femi Adebayo, Kanayo O. Kanayo, Lawrence Stubbings, Ademola Adedoyin", - "country": "Nigeria", - "date_added": "September 1, 2019", - "release_year": 2014, - "rating": "TV-MA", - "duration": "149 min", - "listed_in": "Dramas, International Movies, Thrillers", - "description": "Against the backdrop of Nigeria's looming independence from Britain, detective Danladi Waziri races to capture a killer terrorizing local women.", - "type": "Movie" - }, - { - "show_id": 81137482, - "title": "Olmo & the Seagull", - "director": "Petra Costa, Lea Glob", - "cast": "Olivia Corsini, Sergio Nicolai, Arman Saribekyan, Sylvain Jailloux, Francis Ressort, Pancho Garcia Aguirre, Shaghayegh Beheshti, Elena Bellei, Sébastien Brottet-Michel, Célia Catalifo", - "country": "Denmark, Brazil, France, Portugal, Sweden", - "date_added": "September 1, 2019", - "release_year": 2014, - "rating": "TV-MA", - "duration": "82 min", - "listed_in": "Dramas, Independent Movies, International Movies", - "description": "A pregnancy forces an actress out of her latest play and into a difficult confrontation with her own rapidly transforming reflection.", - "type": "Movie" - }, - { - "show_id": 70043308, - "title": "Open Season", - "director": "Roger Allers, Jill Culton", - "cast": "Martin Lawrence, Ashton Kutcher, Gary Sinise, Debra Messing, Billy Connolly, Georgia Engel, Jon Favreau, Jane Krakowski, Gordon Tootoosis, Patrick Warburton", - "country": "United States", - "date_added": "September 1, 2019", - "release_year": 2006, - "rating": "PG", - "duration": "86 min", - "listed_in": "Children & Family Movies, Comedies", - "description": "After saving a deer from a hunter's clutches, a domesticated grizzly finds himself relocated to the wild – and unprepared for the real world.", - "type": "Movie" - }, - { - "show_id": 81165771, - "title": "Phone Swap", - "director": "Kunle Afolayan", - "cast": "Wale Ojo, Nse Ikpe-Etim, Lydia Forson, Joke Silva, Chika Okpala, Ada Ameh, Hafeez Oyetoro, Chika Chukwu", - "country": "Nigeria", - "date_added": "September 1, 2019", - "release_year": 2012, - "rating": "TV-14", - "duration": "112 min", - "listed_in": "Comedies, International Movies, Romantic Movies", - "description": "A fashion designer and an arrogant businessman reluctantly try to help each other after accidentally swapping phones in the airport.", - "type": "Movie" - }, - { - "show_id": 70044697, - "title": "Poseidon", - "director": "Wolfgang Petersen", - "cast": "Josh Lucas, Kurt Russell, Jacinda Barrett, Richard Dreyfuss, Emmy Rossum, Mía Maestro, Mike Vogel, Kevin Dillon, Freddy Rodríguez", - "country": "United States", - "date_added": "September 1, 2019", - "release_year": 2006, - "rating": "PG-13", - "duration": "98 min", - "listed_in": "Action & Adventure, Dramas", - "description": "A tidal wave spells disaster for a ship of New Year's Eve revelers when it capsizes the mammoth vessel, sending passengers into a battle for survival.", - "type": "Movie" - }, - { - "show_id": 70105368, - "title": "Rachel Getting Married", - "director": "Jonathan Demme", - "cast": "Anne Hathaway, Rosemarie DeWitt, Debra Winger, Bill Irwin, Tunde Adebimpe, Mather Zickel, Anna Deavere Smith, Anisa George, Robyn Hitchcock, Sister Carol East, Sebastian Stan", - "country": "United States", - "date_added": "September 1, 2019", - "release_year": 2008, - "rating": "R", - "duration": "113 min", - "listed_in": "Dramas, Independent Movies", - "description": "Longstanding family conflicts resurface when a former model who's been in and out of rehab for a decade returns home for her sister's wedding.", - "type": "Movie" - }, - { - "show_id": 80053653, - "title": "Scream", - "director": "", - "cast": "Willa Fitzgerald, Bex Taylor-Klaus, John Karna, Amadeus Serafini, Connor Weil, Carlson Young, Jason Wiles, Tracy Middendorf, Tom Maden, Bobby Campo, Santiago Segura, Mike Vaughn", - "country": "United States", - "date_added": "", - "release_year": 2019, - "rating": "TV-14", - "duration": "3 Seasons", - "listed_in": "Crime TV Shows, TV Horror, TV Mysteries", - "description": "In this new TV series sequel to the classic horror franchise, a cyberbullying incident in Lakewood leads to a murder with chilling echoes of the past.", - "type": "TV Show" - }, - { - "show_id": 80241003, - "title": "Serial Killer with Piers Morgan", - "director": "", - "cast": "Piers Morgan", - "country": "United Kingdom", - "date_added": "September 1, 2019", - "release_year": 2018, - "rating": "TV-14", - "duration": "1 Season", - "listed_in": "British TV Shows, Crime TV Shows, Docuseries", - "description": "Through intense prison interviews, Piers Morgan revisits the crimes of three convicted serial killers and learns more about their motives.", - "type": "TV Show" - }, - { - "show_id": 81141689, - "title": "Spookley the Square Pumpkin", - "director": "Bernie Denk", - "cast": "Sonja Ball, Craig Francis, Rick Jones, Michel Perron, Holly Gauthier-Frankel, Norman Groulx, Terrence Scammell, Bruce Dinsmore, Jennifer Seguin", - "country": "United States", - "date_added": "September 1, 2019", - "release_year": 2004, - "rating": "G", - "duration": "47 min", - "listed_in": "Children & Family Movies", - "description": "When a storm terrorizes his patch, a pumpkin cast out for his shape must step up to use his smarts to save the day – and to prove himself.", - "type": "Movie" - }, - { - "show_id": 1008581, - "title": "Stripes", - "director": "Ivan Reitman", - "cast": "Bill Murray, Harold Ramis, Warren Oates, P.J. Soles, Sean Young, John Candy, John Larroquette, John Voldstad, John Diehl, Lance LeGault, Judge Reinhold", - "country": "United States", - "date_added": "September 1, 2019", - "release_year": 1981, - "rating": "R", - "duration": "106 min", - "listed_in": "Classic Movies, Comedies, Cult Movies", - "description": "After losing everything, an indolent sad sack impulsively joins the U.S. Army and cajoles his best friend into enlisting, too.", - "type": "Movie" - }, - { - "show_id": 70058023, - "title": "Superbad", - "director": "Greg Mottola", - "cast": "Jonah Hill, Michael Cera, Christopher Mintz-Plasse, Bill Hader, Seth Rogen, Martha MacIsaac, Emma Stone, Aviva Baumann, Joe Lo Truglio, Kevin Corrigan", - "country": "United States", - "date_added": "September 1, 2019", - "release_year": 2007, - "rating": "R", - "duration": "113 min", - "listed_in": "Comedies, Cult Movies", - "description": "Two best friends' quest to buy booze for a party in the hopes of scoring with girls leads them on a series of wacky misadventures.", - "type": "Movie" - }, - { - "show_id": 81165786, - "title": "The Bridge", - "director": "Kunle Afolayan", - "cast": "Chidinma Ekile, Ademola Adedoyin, Kunle Afolayan, Zack Orji, Tina Mba, Ayo Akinwale, Akim Mogaji, Ayo Mogaji, Ken Erics", - "country": "Nigeria", - "date_added": "September 1, 2019", - "release_year": 2017, - "rating": "TV-14", - "duration": "119 min", - "listed_in": "Dramas, International Movies, Romantic Movies", - "description": "A Yoruba prince and a young lady from a prominent Igbo family face tribal prejudice and parental pressure when they secretly wed.", - "type": "Movie" - }, - { - "show_id": 81165770, - "title": "The CEO", - "director": "Kunle Afolayan", - "cast": "Wale Ojo, Jimmy Jean-Louis, Hilda Dokubo, Nico Panagio, Aurélie Eliam, Peter King Nzioki Mwania, Fatym Layachi, Kemi Lala Akindoju, Angélique Kidjo", - "country": "Nigeria", - "date_added": "September 1, 2019", - "release_year": 2016, - "rating": "TV-14", - "duration": "109 min", - "listed_in": "Dramas, International Movies, Thrillers", - "description": "A group of executives heads to a telecommunications retreat to pick the firm's new CEO until they find themselves in a contest to win – and stay alive.", - "type": "Movie" - }, - { - "show_id": 70043303, - "title": "The Lake House", - "director": "Alejandro Agresti", - "cast": "Keanu Reeves, Sandra Bullock, Dylan Walsh, Shohreh Aghdashloo, Ebon Moss-Bachrach, Lynn Collins, Willeke van Ammelrooy, Christopher Plummer", - "country": "United States", - "date_added": "September 1, 2019", - "release_year": 2006, - "rating": "PG", - "duration": "98 min", - "listed_in": "Dramas, Romantic Movies, Sci-Fi & Fantasy", - "description": "A lonely doctor begins writing letters to the frustrated architect who lives in her former home, only to discover that they're living two years apart.", - "type": "Movie" - }, - { - "show_id": 70136074, - "title": "The Last Exorcism", - "director": "Daniel Stamm", - "cast": "Patrick Fabian, Ashley Bell, Iris Bahr, Louis Herthum, Caleb Landry Jones, Tony Bentley, John Wright Jr., Shanna Forrestall, Justin Shafer, Carol Sutton", - "country": "France, United States", - "date_added": "September 1, 2019", - "release_year": 2010, - "rating": "PG-13", - "duration": "88 min", - "listed_in": "Horror Movies, Independent Movies, Thrillers", - "description": "Ready to expose his miraculous deeds as mere trickery, a famed evangelist invites a documentary crew to film his final exorcism.", - "type": "Movie" - }, - { - "show_id": 1153194, - "title": "The Saint", - "director": "Phillip Noyce", - "cast": "Val Kilmer, Elisabeth Shue, Rade Serbedzija, Valeriy Nikolaev, Henry Goodman, Alun Armstrong, Michael Byrne, Evgeniy Lazarev, Irina Apeksimova, Lev Prygunov", - "country": "United States", - "date_added": "September 1, 2019", - "release_year": 1997, - "rating": "PG-13", - "duration": "116 min", - "listed_in": "Action & Adventure, Romantic Movies", - "description": "Hired by a Russian politician to steal the formula for cold fusion, master thief Simon Templar falls for the scientist who has unlocked the secret.", - "type": "Movie" - }, - { - "show_id": 70112730, - "title": "The Taking of Pelham 123", - "director": "Tony Scott", - "cast": "Denzel Washington, John Travolta, Luis Guzmán, Victor Gojcaj, Robert Vataj, John Turturro, Michael Rispoli, Ramon Rodriguez, James Gandolfini, John Benjamin Hickey, Alex Kaluzhsky, Gbenga Akinnagbe", - "country": "United States, United Kingdom", - "date_added": "September 1, 2019", - "release_year": 2009, - "rating": "R", - "duration": "106 min", - "listed_in": "Action & Adventure", - "description": "When a group of hijackers takes passengers aboard a subway train hostage and demand a ransom, it's up to dispatcher Walter Garber to bring them down.", - "type": "Movie" - }, - { - "show_id": 70177057, - "title": "The Walking Dead", - "director": "", - "cast": "Andrew Lincoln, Steven Yeun, Norman Reedus, Chandler Riggs, Melissa McBride, Lauren Cohan, Danai Gurira, Alanna Masterson, Sonequa Martin-Green, Josh McDermitt, Christian Serratos, Seth Gilliam, Ross Marquand, Lennie James, Emily Kinney, Jon Bernthal", - "country": "United States", - "date_added": "", - "release_year": 2018, - "rating": "TV-MA", - "duration": "9 Seasons", - "listed_in": "Classic & Cult TV, TV Action & Adventure, TV Dramas", - "description": "In the wake of a zombie apocalypse, survivors hold on to the hope of humanity by banding together to wage a fight for their own survival.", - "type": "TV Show" - }, - { - "show_id": 81154900, - "title": "Transformers Rescue Bots Academy", - "director": "", - "cast": "Adam Andrianopolous, Pierce Cravens, Xander Crowell, Paul Guyet, Michael Hansen, Mason Hensley, Courtney Shaw, Alan Trinca, Keyon Williams, Andy Zou", - "country": "United States", - "date_added": "September 1, 2019", - "release_year": 2019, - "rating": "TV-Y", - "duration": "1 Season", - "listed_in": "Kids' TV", - "description": "As part of the first class at the Rescue Bots Academy, five Cybertron recruits train under their skilled teachers and take on daring rescue missions.", - "type": "TV Show" - }, - { - "show_id": 81154956, - "title": "Transformers: Cyberverse", - "director": "", - "cast": "Sophia Isabella, Jeremy Levy, Jacob Tillman, Ryan Andes, Deanna McGovern, Dick Terhune", - "country": "", - "date_added": "September 1, 2019", - "release_year": 2018, - "rating": "TV-Y7", - "duration": "1 Season", - "listed_in": "Kids' TV", - "description": "Optimus Prime and the AllSpark are missing – and only a memory-scrambled Bumblebee holds the key to finding them in this animated sci-fi series.", - "type": "TV Show" - }, - { - "show_id": 81158575, - "title": "Uncle Naji in UAE", - "director": "Ahmed Zain", - "cast": "Ibrahim Almeirasi, Ahmed Saif, Alia Almannai, Mohamed Morshed, Mohamed Alkendi, Tariq Almuhairi", - "country": "United Arab Emirates", - "date_added": "September 1, 2019", - "release_year": 2019, - "rating": "TV-14", - "duration": "95 min", - "listed_in": "Comedies, International Movies", - "description": "Two young Yemeni business partners decide to go on vacation in the UAE with a few local friends, but their fun trip soon turns terrifying.", - "type": "Movie" - }, - { - "show_id": 81065786, - "title": "Used Goods", - "director": "Mohamed Hamdy", - "cast": "Mohamed Ragab, Ayten Amer, Hassan Abdulfattah", - "country": "Egypt", - "date_added": "September 1, 2019", - "release_year": 2018, - "rating": "TV-MA", - "duration": "95 min", - "listed_in": "Action & Adventure, Comedies, International Movies", - "description": "To evade greedy pharmaceutical crooks, a medical scientist disguises himself as a struggling salesman to protect his groundbreaking cancer research.", - "type": "Movie" - }, - { - "show_id": 70087541, - "title": "You Don't Mess with the Zohan", - "director": "Dennis Dugan", - "cast": "Adam Sandler, John Turturro, Emmanuelle Chriqui, Nick Swardson, Lainie Kazan, Ido Mosseri, Rob Schneider, Dave Matthews, Michael Buffer, Charlotte Rae", - "country": "United States", - "date_added": "September 1, 2019", - "release_year": 2008, - "rating": "UR", - "duration": "113 min", - "listed_in": "Action & Adventure, Comedies", - "description": "An Israeli counterterrorism soldier with a secretly fabulous ambition to become a Manhattan hairstylist will do anything to make his dreams come true.", - "type": "Movie" - }, - { - "show_id": 80226089, - "title": "Luo Bao Bei", - "director": "", - "cast": "Hana Burnett, Natalia-Jade Jonathan, Leo Tang, Gok Wan, Ching-He Huang, Pik Sen Lim, David Yip", - "country": "China, United Kingdom", - "date_added": "August 31, 2019", - "release_year": 2018, - "rating": "TV-Y", - "duration": "1 Season", - "listed_in": "British TV Shows, Kids' TV", - "description": "A bright and spirited seven-year-old girl uses her vivid, dreamlike imagination to navigate everyday adventures alongside her real and imaginary BFFs.", - "type": "TV Show" - }, - { - "show_id": 81034010, - "title": "Back to School", - "director": "Rémy Four, Julien War", - "cast": "Ludovik, Jérôme Niel, Nicolas Berno, Johann Dionnet, Caroline Anglade, Joséphine Draï, Pauline Deshons, Marc Riso, Romain Lancry, Nicolas Lumbreras, Claire Tran, Pitcho Womba Konga", - "country": "", - "date_added": "August 30, 2019", - "release_year": 2019, - "rating": "TV-MA", - "duration": "84 min", - "listed_in": "Comedies, International Movies", - "description": "Eager to flaunt their success in front of old bullies and teenage crushes, two best friends spend a wild night at their middle school reunion.", - "type": "Movie" - }, - { - "show_id": 80992137, - "title": "CAROLE & TUESDAY", - "director": "", - "cast": "Miyuri Shimabukuro, Kana Ichinose, Akio Otsuka, Miyu Irino, Sumire Uesaka, Hiroshi Kamiya, Mamoru Miyano, Kenyu Horiuchi, Tomoko Miyadera, Takahiro Sakurai, Maaya Sakamoto, Hiroki Yasumoto", - "country": "Japan", - "date_added": "August 30, 2019", - "release_year": 2019, - "rating": "TV-MA", - "duration": "1 Season", - "listed_in": "Anime Series, International TV Shows, Teen TV Shows", - "description": "Part-timer Carole meets rich girl Tuesday, and each realizes they've found the musical partner they need. Together, they just might make it.", - "type": "TV Show" - }, - { - "show_id": 81091381, - "title": "Feo pero sabroso", - "director": "Fernando Ayllón", - "cast": "Iván Marín, Lina Cardona, Carlos Barbosa, Ana Cristina Botero, Karine Amaya, Fabiola Posada, Nelson Polanía, Andrea Carvajal, Rocío Tavera, Alberto Saavedra, Christian López, Jorge Herrera, Ricardo Quevedo", - "country": "Colombia", - "date_added": "August 30, 2019", - "release_year": 2018, - "rating": "TV-MA", - "duration": "91 min", - "listed_in": "Comedies, International Movies", - "description": "When an unattractive man gets engaged to a beautiful woman, their families oppose the union and the priest set to perform the ceremony is kidnapped.", - "type": "Movie" - }, - { - "show_id": 81141694, - "title": "Mi amigo Alexis", - "director": "Alejandro Fernández Almendras", - "cast": "Luciano González, Alexis Sánchez, Daniel Muñoz, Ignacia Uribe, Marco Baeza, Manuela Oyarzún, Camilo Carmona, Alejandra Yañez, Lorna Campos, Gustavo Becerra", - "country": "Chile", - "date_added": "August 30, 2019", - "release_year": 2019, - "rating": "TV-PG", - "duration": "102 min", - "listed_in": "Children & Family Movies, Comedies, Dramas", - "description": "When a young soccer fan and his idol forge an unexpected friendship, the connection teaches them both lessons about life and their love of the game.", - "type": "Movie" - }, - { - "show_id": 80211492, - "title": "Mighty Little Bheem", - "director": "", - "cast": "", - "country": "", - "date_added": "", - "release_year": 2019, - "rating": "TV-Y", - "duration": "2 Seasons", - "listed_in": "Kids' TV, TV Comedies", - "description": "An innocent toddler’s boundless curiosity – and extraordinary might – lead to mischief and adventure in his small Indian town.", - "type": "TV Show" - }, - { - "show_id": 80204364, - "title": "Styling Hollywood", - "director": "", - "cast": "Jason Bolden, Adair Curtis", - "country": "", - "date_added": "August 30, 2019", - "release_year": 2019, - "rating": "TV-14", - "duration": "1 Season", - "listed_in": "Reality TV", - "description": "Whether styling superstars or elevating A-list homes, couple Jason Bolden and Adair Curtis of JSN Studio connect famous clientele with the chicest looks.", - "type": "TV Show" - }, - { - "show_id": 80196382, - "title": "The A List", - "director": "", - "cast": "Lisa Ambalavanar, Ellie Duckles, Savannah Baker, Cian Barry, Eleanor Bennett, Jacob Dudman, Rosie Dwyer, Jack Kane, Max Lohan, Nneka Okoye, Micheal Ward, Georgina Sadler, Indianna Ryan", - "country": "United Kingdom", - "date_added": "August 30, 2019", - "release_year": 2018, - "rating": "TV-PG", - "duration": "1 Season", - "listed_in": "British TV Shows, International TV Shows, TV Dramas", - "description": "Romance, rivalry and radical mystery collide as a group of teens attend a remote island sleepaway camp in this suspenseful, supernatural drama.", - "type": "TV Show" - }, - { - "show_id": 80148535, - "title": "The Dark Crystal: Age of Resistance", - "director": "", - "cast": "Taron Egerton, Nathalie Emmanuel, Anya Taylor-Joy, Donna Kimball, Mark Hamill, Simon Pegg, Helena Bonham Carter, Lena Headey, Alicia Vikander, Awkwafina, Gugu Mbatha-Raw, Benedict Wong, Caitriona Balfe, Natalie Dormer, Harvey Fierstein, Andy Samberg, Ralph Ineson, Jason Isaacs, Eddie Izzard, Theo James, Hannah John-Kamen, Toby Jones, Keegan-Michael Key, Mark Strong, Sigourney Weaver, Ólafur Darri Ólafsson", - "country": "United Kingdom, United States", - "date_added": "August 30, 2019", - "release_year": 2019, - "rating": "TV-PG", - "duration": "1 Season", - "listed_in": "TV Action & Adventure, TV Dramas, TV Sci-Fi & Fantasy", - "description": "As power-hungry overlords drain life from the planet Thra, a group of brave Gelfling unite on a quest to save their world and fight off the darkness.", - "type": "TV Show" - }, - { - "show_id": 80999091, - "title": "The Good Bandit", - "director": "", - "cast": "Diego Vásquez, Carolina Acevedo, Norma Nivia, Ana María Arango, Álvaro Bayona, Katherine Porto, Tiberio Cruz, Felipe Calero, Jimena Durán, Andrés Toro, Sebastián Sánchez, Isabella Barragán", - "country": "Colombia", - "date_added": "August 30, 2019", - "release_year": 2018, - "rating": "TV-MA", - "duration": "1 Season", - "listed_in": "Crime TV Shows, International TV Shows, Spanish-Language TV Shows", - "description": "A near-death experience spurs a feared drug lord to leave behind his life of crime and infidelity, to the disbelief of everyone close to him.", - "type": "TV Show" - }, - { - "show_id": 80063224, - "title": "The Great British Baking Show", - "director": "Andy Devonshire", - "cast": "Mel Giedroyc, Sue Perkins, Mary Berry, Paul Hollywood", - "country": "United Kingdom", - "date_added": "", - "release_year": 2019, - "rating": "TV-PG", - "duration": "7 Seasons", - "listed_in": "British TV Shows, Reality TV", - "description": "A talented batch of amateur bakers face off in a 10-week competition, whipping up their best dishes in the hopes of being named the U.K.'s best.", - "type": "TV Show" - }, - { - "show_id": 80063599, - "title": "True and the Rainbow Kingdom", - "director": "", - "cast": "Michela Luci, Jamie Watson, Anna Claire Bartlam, Dante Zee, Eric Peterson", - "country": "Canada", - "date_added": "", - "release_year": 2019, - "rating": "TV-Y", - "duration": "3 Seasons", - "listed_in": "Kids' TV", - "description": "When something's wrong in the Rainbow Kingdom, bighearted guardian True and her best friend, Bartleby, are there to grant wishes and save the day.", - "type": "TV Show" - }, - { - "show_id": 80209658, - "title": "Unbridled", - "director": "Jota Linares", - "cast": "Natalia de Molina, Daniel Grao, Natalia Mateo, Ignacio Mateos, Borja Luna, Mario Tardón, Mariana Cordero", - "country": "Spain", - "date_added": "August 30, 2019", - "release_year": 2018, - "rating": "TV-MA", - "duration": "100 min", - "listed_in": "International Movies, Thrillers", - "description": "Desperate to keep her husband’s secret, a devoted politician’s wife struggles to stave off threats that could ruin their promising new life.", - "type": "Movie" - }, - { - "show_id": 81167494, - "title": "Expo", - "director": "Joseph Mbah", - "cast": "Derek Davenport, Amelia Haberman, Shepsut Wilson, Titus Covington, Hayley Vrana, Michael Alvarez, Richard Lippert, Alfoniso Lopez", - "country": "United States", - "date_added": "August 29, 2019", - "release_year": 2019, - "rating": "TV-14", - "duration": "81 min", - "listed_in": "Action & Adventure, Dramas, Independent Movies", - "description": "Mistakenly accused of kidnapping, a veteran soldier leaves a trail of broken bad guys in his wake as he tries to rescue a teen sex trafficking victim.", - "type": "Movie" - }, - { - "show_id": 80999781, - "title": "Falling Inn Love", - "director": "Roger Kumble", - "cast": "Christina Milian, Adam Demos, Jeffrey Bowyer-Chapman, Anna Jullienne, Claire Chitham, Blair Strang, Jonathan Martin, William Walker, Daniel Watterson, Simone Walker", - "country": "United States", - "date_added": "August 29, 2019", - "release_year": 2019, - "rating": "TV-PG", - "duration": "98 min", - "listed_in": "Comedies, Romantic Movies", - "description": "When a San Francisco exec wins a New Zealand inn, she ditches city life to remodel and flip the rustic property with help from a handsome contractor.", - "type": "Movie" - }, - { - "show_id": 80997400, - "title": "Kardec", - "director": "Wagner de Assis", - "cast": "Leonardo Medeiros, Sandra Corveloni, Genezio de Barros, Guilherme Piva, Leonardo Franco, Dalton Vigh, Charles Baudin, Julia Konrad", - "country": "Brazil", - "date_added": "August 29, 2019", - "release_year": 2019, - "rating": "TV-14", - "duration": "110 min", - "listed_in": "Dramas, Faith & Spirituality, International Movies", - "description": "In Catholic 19th-century France, professor Léon Rivail attends a séance and is moved to found spiritism, putting him in the authorities' sights.", - "type": "Movie" - }, - { - "show_id": 70292992, - "title": "Starred Up", - "director": "David Mackenzie", - "cast": "Jack O'Connell, Ben Mendelsohn, Rupert Friend, Sam Spruell, Anthony Welsh, David Ajala, Peter Ferdinando, Gershwyn Eustache Jnr, Ashley Chin, Raphael Sowole, Gilly Gilchrist, Tommy McDonnell", - "country": "United Kingdom", - "date_added": "August 29, 2019", - "release_year": 2013, - "rating": "TV-MA", - "duration": "106 min", - "listed_in": "Dramas, Independent Movies, International Movies", - "description": "A British juvenile offender's violent temper gets him transferred to an adult prison, where he encounters his estranged father.", - "type": "Movie" - }, - { - "show_id": 80198991, - "title": "Workin' Moms", - "director": "", - "cast": "Catherine Reitman, Dani Kind, Juno Rinaldi, Jessalyn Wanlim, Philip Sternberg, Ryan Belleville, Olunike Adeliyi, Dennis Andres, Katherine Barrell, Sarah McVie, Peter Keleghan", - "country": "Canada", - "date_added": "", - "release_year": 2019, - "rating": "TV-MA", - "duration": "3 Seasons", - "listed_in": "International TV Shows, TV Comedies", - "description": "Maternity leave is over and it's time for these four moms to return to work while navigating kids, bosses, love and life in modern-day Toronto.", - "type": "TV Show" - }, - { - "show_id": 81029611, - "title": "Droppin' Cash: Los Angeles", - "director": "", - "cast": "", - "country": "United States", - "date_added": "", - "release_year": 2019, - "rating": "TV-MA", - "duration": "2 Seasons", - "listed_in": "Reality TV", - "description": "This Complex series follows the paper trail of musicians and athletes in Los Angeles as they blow through stacks on the finer things in life.", - "type": "TV Show" - }, - { - "show_id": 81046796, - "title": "Travis Scott: Look Mom I Can Fly", - "director": "White Trash Tyler", - "cast": "Travis Scott", - "country": "United States", - "date_added": "August 28, 2019", - "release_year": 2019, - "rating": "TV-MA", - "duration": "85 min", - "listed_in": "Documentaries, Music & Musicals", - "description": "While crafting his Grammy-nominated album \"Astroworld,\" Travis Scott juggles controversy, fatherhood and career highs in this intimate documentary.", - "type": "Movie" - }, - { - "show_id": 80121349, - "title": "Van Helsing", - "director": "", - "cast": "Kelly Overton, Jonathan Scarfe, Christopher Heyerdahl, Paul Johansson, David Cubitt, Tim Guinee", - "country": "United States", - "date_added": "", - "release_year": 2018, - "rating": "TV-MA", - "duration": "3 Seasons", - "listed_in": "International TV Shows, TV Action & Adventure, TV Dramas", - "description": "After three years in a coma, Vanessa awakens to a world ravaged by vampires. Now, she and a motley band of fellow survivors fight to stay alive.", - "type": "TV Show" - }, - { - "show_id": 81004322, - "title": "Million Pound Menu", - "director": "", - "cast": "", - "country": "United Kingdom", - "date_added": "", - "release_year": 2019, - "rating": "TV-MA", - "duration": "2 Seasons", - "listed_in": "British TV Shows, International TV Shows, Reality TV", - "description": "Next-gen restaurateurs get the chance to open their own pop-up eateries to impress the paying public – and a panel of discerning U.K. investors.", - "type": "TV Show" - }, - { - "show_id": 80113701, - "title": "The Good Place", - "director": "", - "cast": "Kristen Bell, Ted Danson, William Jackson Harper, Jameela Jamil, D'Arcy Carden, Manny Jacinto", - "country": "United States", - "date_added": "", - "release_year": 2018, - "rating": "TV-14", - "duration": "3 Seasons", - "listed_in": "TV Comedies", - "description": "Due to an error, self-absorbed Eleanor Shellstrop arrives at the Good Place after her death. Determined to stay, she tries to become a better person.", - "type": "TV Show" - }, - { - "show_id": 81140577, - "title": "Dave Chappelle: Sticks & Stones", - "director": "Stan Lathan", - "cast": "Dave Chappelle", - "country": "United States", - "date_added": "August 26, 2019", - "release_year": 2019, - "rating": "TV-MA", - "duration": "66 min", - "listed_in": "Stand-Up Comedy", - "description": "Dave Chappelle takes on gun culture, the opioid crisis and the tidal wave of celebrity scandals in a defiant stand-up special filmed in Atlanta.", - "type": "Movie" - }, - { - "show_id": 81003736, - "title": "One Last Thing", - "director": "Tim Rouhana", - "cast": "Wendell Pierce, Jurnee Smollett-Bell, Joanne Froggatt, April Billingsley, Elizabeth Ludlow, David Kronawitter, Adora Dei, Eric Mendenhall, Ed Amatrudo, Kate Kovach", - "country": "United States", - "date_added": "August 25, 2019", - "release_year": 2018, - "rating": "TV-MA", - "duration": "92 min", - "listed_in": "Dramas", - "description": "After 25 years of searching, a lonely dentist finds his long-lost daughter but learns that she suffers from a rare medical condition.", - "type": "Movie" - }, - { - "show_id": 81036530, - "title": "Drink Drank Drunk", - "director": "Yeung Yat-Tak", - "cast": "Carlos Chan, Ken Hung, Deep Ng, Michelle Wai, Yee Tong, Felix Lok, Kin-Yan Lee", - "country": "Hong Kong", - "date_added": "August 24, 2019", - "release_year": 2016, - "rating": "TV-MA", - "duration": "92 min", - "listed_in": "Comedies, International Movies", - "description": "Too hungover to report as a witness in a criminal trial the day after his birthday party, a young man and his pals do some unexpected soul-searching.", - "type": "Movie" - }, - { - "show_id": 81145277, - "title": "Fanatic", - "director": "Keith L. Smith", - "cast": "Denyce Lawton, Hosea Chanchez, Michelle Mitchenor, Darius McCrary, Shawne Merriman, Sticky Fingaz, Miguel A. Núñez Jr., Masika Kalysha, Zac Titus", - "country": "United States", - "date_added": "August 24, 2019", - "release_year": 2019, - "rating": "TV-14", - "duration": "91 min", - "listed_in": "Thrillers", - "description": "When a successful young rap star has an affair with an obsessive fan, his life is turned upside down when she kidnaps him.", - "type": "Movie" - }, - { - "show_id": 80117470, - "title": "13 Reasons Why", - "director": "", - "cast": "Dylan Minnette, Katherine Langford, Kate Walsh, Derek Luke, Brian d'Arcy James, Alisha Boe, Christian Navarro, Miles Heizer, Ross Butler, Devin Druid, Michele Selene Ang, Steven Silver, Amy Hargreaves", - "country": "United States", - "date_added": "", - "release_year": 2019, - "rating": "TV-MA", - "duration": "3 Seasons", - "listed_in": "Crime TV Shows, TV Dramas, TV Mysteries", - "description": "After a teenage girl's perplexing suicide, a classmate receives a series of tapes that unravel the mystery of her tragic choice.", - "type": "TV Show" - }, - { - "show_id": 80996791, - "title": "13 Reasons Why: Beyond the Reasons", - "director": "", - "cast": "Dylan Minnette, Katherine Langford, Kate Walsh, Derek Luke, Alisha Boe, Justin Prentice, Brandon Flynn, Miles Heizer, Christian Navarro, Brian Yorkey, Tom McCarthy, Selena Gomez, Mandy Teefey, Jay Asher, Dr. Rona Hu, Dr. Helen Hsu, Dr. Rebecca Hedrick, Alexis Jones, Elaine Welteroth, Julia Bicknell, Dr. Christine Moutier, Nic Sheff, Carrie Goldberg, Anne Winters, Joy Gorman, Brandon Butler, Marissa Jo Cerar, Susanne Timms", - "country": "United States", - "date_added": "", - "release_year": 2019, - "rating": "TV-MA", - "duration": "3 Seasons", - "listed_in": "Crime TV Shows, Docuseries", - "description": "Cast members, writers, producers and mental health professionals discuss some of the difficult issues and themes explored in \"13 Reasons Why.", - "type": "TV Show" - }, - { - "show_id": 80200027, - "title": "HERO MASK", - "director": "", - "cast": "Yasuyuki Kase, Yuhko Kaida, Junpei Morita, Kentaro Takano, Kouki Uchiyama, Yutaka Aoyama, Takayuki Sugo, Yutaka Nakano, Haruka Shibuya, Tomoyuki Shimura, Yuichi Karasuma, Yukiyo Fujii, Fuminori Komatsu, Tomoko Miyadera", - "country": "", - "date_added": "", - "release_year": 2019, - "rating": "TV-14", - "duration": "2 Seasons", - "listed_in": "Anime Series, Crime TV Shows, International TV Shows", - "description": "After a rash of mysterious deaths, Crown prosecutor Sarah Sinclair and SSC agent James Blood discover a conspiracy surrounding uncanny new bio-masks.", - "type": "TV Show" - }, - { - "show_id": 81155859, - "title": "Kaake Da Viyah", - "director": "Rai Yuvraj Bains", - "cast": "Priti Sapru, Nirmal Rishi, Jordan Sandhu, Prabh Grewal, Karamjit Anmol, Harby Sangha, Gurmeet Sajan, Prince Kanwaljit Singh", - "country": "India", - "date_added": "August 23, 2019", - "release_year": 2019, - "rating": "TV-PG", - "duration": "133 min", - "listed_in": "Comedies, Dramas, International Movies", - "description": "In this zany comedy, a man is torn between the girl he loves and the respective women his warring mother and grandmother have chosen for him to marry.", - "type": "Movie" - }, - { - "show_id": 81155858, - "title": "Marriage Palace", - "director": "Sunil Thakur", - "cast": "Sharry Mann, Payal Rajput, Jaswinder Bhalla, B.N. Sharma, Harby Sangha, Nirmal Rishi, Anita Devgan, Rupinder Roopi", - "country": "India", - "date_added": "August 23, 2019", - "release_year": 2018, - "rating": "TV-14", - "duration": "135 min", - "listed_in": "Comedies, International Movies", - "description": "After a young man charms the girl he loves into accepting his proposal, an accidental swap on their wedding day leads him to marry the wrong bride.", - "type": "Movie" - }, - { - "show_id": 81147910, - "title": "Mayday Life", - "director": "Muh Chen", - "cast": "Mayday, Huang Bo, Tony Leung Ka-fai", - "country": "China, Taiwan", - "date_added": "August 23, 2019", - "release_year": 2019, - "rating": "TV-PG", - "duration": "120 min", - "listed_in": "International Movies, Music & Musicals", - "description": "Mayday's Life Tour concert unfolds as five fading superheroes are summoned to save the world from an extraterrestrial enemy that detests sound.", - "type": "Movie" - }, - { - "show_id": 80203254, - "title": "Rust Valley Restorers", - "director": "", - "cast": "Mike Hall, Michael Daingerfield", - "country": "Canada", - "date_added": "August 23, 2019", - "release_year": 2019, - "rating": "TV-14", - "duration": "1 Season", - "listed_in": "International TV Shows, Reality TV", - "description": "Old-school auto collector Mike Hall, his pal Avery Shoaf and son Connor Hall go the extra mile to restore retro cars – and hopefully turn a profit.", - "type": "TV Show" - }, - { - "show_id": 81155802, - "title": "Saavat", - "director": "Saurabh Sinha", - "cast": "Smita Tambe, Milind Shirole, Shwetambari Ghute, Shitanshu Kumar Sharad, Nishikant Rawji, Sanjivani Khanvilkar", - "country": "India", - "date_added": "August 23, 2019", - "release_year": 2019, - "rating": "TV-14", - "duration": "118 min", - "listed_in": "Dramas, Independent Movies, International Movies", - "description": "In rural India, a detective's investigation of seven confounding suicides uncovers revelations about the myths and mindsets of the rest of the village.", - "type": "Movie" - }, - { - "show_id": 70285728, - "title": "The Congress", - "director": "Ari Folman", - "cast": "Robin Wright, Harvey Keitel, Jon Hamm, Paul Giamatti, Kodi Smit-McPhee, Danny Huston, Sami Gayle, Michael Stahl-David, Michael Landes, Sarah Shahi", - "country": "Israel, Germany, Poland, Luxembourg, Belgium, France, United States", - "date_added": "August 23, 2019", - "release_year": 2013, - "rating": "TV-MA", - "duration": "123 min", - "listed_in": "Dramas, International Movies, Sci-Fi & Fantasy", - "description": "Actress Robin Wright plays herself in this surreal drama about a film star who agrees to have her digital image recorded for reuse in future films.", - "type": "Movie" - }, - { - "show_id": 80168068, - "title": "Love Alarm", - "director": "", - "cast": "Kim So-hyun, Jung Ga-ram, Song Kang, Ko Min-si, Z. Hera, Shin Seung-ho, Lee Jae-eung, Song Sun-mi", - "country": "", - "date_added": "August 22, 2019", - "release_year": 2019, - "rating": "TV-MA", - "duration": "1 Season", - "listed_in": "International TV Shows, Korean TV Shows, Romantic TV Shows", - "description": "In a world where an app alerts people if someone in the vicinity likes them, Kim Jojo experiences young love while coping with personal adversities.", - "type": "TV Show" - }, - { - "show_id": 81090071, - "title": "American Factory", - "director": "Steven Bognar, Julia Reichert", - "cast": "", - "country": "United States", - "date_added": "August 21, 2019", - "release_year": 2019, - "rating": "TV-14", - "duration": "110 min", - "listed_in": "Documentaries", - "description": "In this documentary, hopes soar when a Chinese company reopens a shuttered factory in Ohio. But a culture clash threatens to shatter an American dream.", - "type": "Movie" - }, - { - "show_id": 81151880, - "title": "Game Over (Hindi Version)", - "director": "Ashwin Saravanan", - "cast": "Taapsee Pannu, Vinodhini, Parvathi T, Ramya Subramanian, Sanchana Natarajan, Anish Kuruvilla, David Solomon Raja", - "country": "India, Turkey", - "date_added": "August 21, 2019", - "release_year": 2019, - "rating": "TV-MA", - "duration": "98 min", - "listed_in": "Horror Movies, International Movies, Thrillers", - "description": "As a series of murders hit close to home, a video game designer with post-traumatic stress must confront her demons, or risk becoming their victim.", - "type": "Movie" - }, - { - "show_id": 81151877, - "title": "Game Over (Tamil Version)", - "director": "Ashwin Saravanan", - "cast": "Taapsee Pannu, Vinodhini, Parvathi T, Ramya Subramanian, Sanchana Natarajan, Anish Kuruvilla, David Solomon Raja", - "country": "India, Turkey", - "date_added": "August 21, 2019", - "release_year": 2019, - "rating": "TV-MA", - "duration": "98 min", - "listed_in": "Horror Movies, International Movies, Thrillers", - "description": "As a series of murders hit close to home, a video game designer with post-traumatic stress must confront her demons, or risk becoming their victim.", - "type": "Movie" - }, - { - "show_id": 81151878, - "title": "Game Over (Telugu Version)", - "director": "Ashwin Saravanan", - "cast": "Taapsee Pannu, Vinodhini, Parvathi T, Ramya Subramanian, Sanchana Natarajan, Anish Kuruvilla, David Solomon Raja", - "country": "India, Turkey", - "date_added": "August 21, 2019", - "release_year": 2019, - "rating": "TV-MA", - "duration": "98 min", - "listed_in": "Horror Movies, International Movies, Thrillers", - "description": "As a series of murders hit close to home, a video game designer with PTSD must confront her demons, or risk becoming their victim.", - "type": "Movie" - }, - { - "show_id": 80189648, - "title": "Hyperdrive", - "director": "", - "cast": "Rutledge Wood, Mike Hill, Michael Bisping, Lindsay Czarniak", - "country": "United States", - "date_added": "August 21, 2019", - "release_year": 2019, - "rating": "TV-PG", - "duration": "1 Season", - "listed_in": "Reality TV", - "description": "Elite street racers from around the world test their limits in supercharged custom cars on the biggest, baddest automotive obstacle course ever built.", - "type": "TV Show" - }, - { - "show_id": 81144912, - "title": "The Girl Allergic to Wi-Fi", - "director": "Jun Lana", - "cast": "Sue Ramirez, Jameson Blake, Markus Paterson, Angellie Saño", - "country": "Philippines", - "date_added": "August 21, 2019", - "release_year": 2018, - "rating": "TV-MA", - "duration": "104 min", - "listed_in": "International Movies, Romantic Movies", - "description": "When an internet-obsessed teen develops a rare illness that forces her to move to a remote town, she must navigate her relationships without technology.", - "type": "Movie" - }, - { - "show_id": 60021787, - "title": "Gangs of New York", - "director": "Martin Scorsese", - "cast": "Leonardo DiCaprio, Daniel Day-Lewis, Cameron Diaz, Jim Broadbent, John C. Reilly, Henry Thomas, Liam Neeson, Brendan Gleeson, Gary Lewis, Stephen Graham", - "country": "United States, Italy", - "date_added": "August 20, 2019", - "release_year": 2002, - "rating": "R", - "duration": "167 min", - "listed_in": "Dramas", - "description": "In the crime-ridden slums of New York in the 1860s, vengeful orphan Amsterdam Vallon joins the cutthroat gang of his father's killer, Bill the Butcher.", - "type": "Movie" - }, - { - "show_id": 81082125, - "title": "Our Planet - Behind The Scenes", - "director": "", - "cast": "David Attenborough", - "country": "United Kingdom", - "date_added": "August 20, 2019", - "release_year": 2019, - "rating": "TV-G", - "duration": "63 min", - "listed_in": "Documentaries", - "description": "Years spent recording footage of creatures from every corner of the globe is bound to produce a bit of drama. Here's a behind-the-scenes look.", - "type": "Movie" - }, - { - "show_id": 81045860, - "title": "Simon Amstell: Set Free", - "director": "Julia Knowles", - "cast": "Simon Amstell", - "country": "", - "date_added": "August 20, 2019", - "release_year": 2019, - "rating": "TV-MA", - "duration": "52 min", - "listed_in": "Stand-Up Comedy", - "description": "Honest, introspective comic Simon Amstell digs deep and delivers a uniquely vulnerable stand-up set on love, ego, intimacy and ayahuasca.", - "type": "Movie" - }, - { - "show_id": 81040407, - "title": "45 rpm", - "director": "", - "cast": "Carlos Cuevas, Guiomar Puerta, Iván Marcos, Israel Elejalde, Eudald Font, Luis Larrodera, Carmen Gutiérrez, Diana Gómez, Vito Sanz, Marina San José, Pere Ponce, Joan Pera", - "country": "Spain", - "date_added": "August 16, 2019", - "release_year": 2019, - "rating": "TV-MA", - "duration": "1 Season", - "listed_in": "International TV Shows, Romantic TV Shows, Spanish-Language TV Shows", - "description": "In 1960s Madrid, music producer Guillermo Rojas launches a rock 'n' roll label with the help of aspiring singer Robert and clever producer Maribel.", - "type": "TV Show" - }, - { - "show_id": 81106517, - "title": "Apache: The Life of Carlos Tevez", - "director": "", - "cast": "Balthazar Murillo, Vanesa González, Alberto Ajaka, Sofía Gala Castiglione, Patricio Contreras, Matías Recalt, Osqui Guzmán, Roberto Vallejos, Diego Gallardo", - "country": "Argentina", - "date_added": "August 16, 2019", - "release_year": 2019, - "rating": "TV-MA", - "duration": "1 Season", - "listed_in": "Crime TV Shows, International TV Shows, Spanish-Language TV Shows", - "description": "This gritty dramatization of the life of Carlos Tevez shows his rise to soccer stardom amid the harrowing conditions in Argentina's Fuerte Apache.", - "type": "TV Show" - }, - { - "show_id": 81026915, - "title": "Better Than Us", - "director": "", - "cast": "Paulina Andreeva, Kirill Käro, Aleksandr Ustyugov, Olga Lomonosova, Eldar Kalimulin, Vitaliya Kornienko, Vera Panfilova, Aleksandr Kuznetsov, Fyodor Lavrov, Sergey Sosnovskiy, Kirill Polukhin, Pavel Vorontsov", - "country": "Russia", - "date_added": "August 16, 2019", - "release_year": 2019, - "rating": "TV-MA", - "duration": "1 Season", - "listed_in": "Crime TV Shows, International TV Shows, TV Dramas", - "description": "A family on the brink of splitting up become the owners of a cutting-edge robot being sought by a corporation, homicide investigators and terrorists.", - "type": "TV Show" - }, - { - "show_id": 70304252, - "title": "Blue Exorcist", - "director": "", - "cast": "Nobuhiko Okamoto, Jun Fukuyama, Kana Hanazawa, Kazuya Nakai, Koji Yusa, Yuki Kaji, Eri Kitamura, Ayahi Takagaki, Rina Satou, Daisuke Ono, Ryotaro Okiayu, Tetsuya Kakihara, Hiroshi Kamiya, Keiji Fujiwara, Hiroaki Hirata, Jin Urayama, Katsuyuki Konishi, Kisho Taniyama, M・A・O, Kazuhiro Yamaji, Hideyuki Tanaka, Masaki Terasoma, Naomi Shindo", - "country": "Japan", - "date_added": "August 16, 2019", - "release_year": 2011, - "rating": "TV-14", - "duration": "1 Season", - "listed_in": "Anime Series, International TV Shows", - "description": "Determined to throw off the curse of being Satan's illegitimate son, Rin enters the True Cross Academy to become an exorcist, just like his mentor.", - "type": "TV Show" - }, - { - "show_id": 80201543, - "title": "Diagnosis", - "director": "", - "cast": "Lisa Sanders", - "country": "United States", - "date_added": "August 16, 2019", - "release_year": 2019, - "rating": "TV-14", - "duration": "1 Season", - "listed_in": "Docuseries, Science & Nature TV", - "description": "Dr. Lisa Sanders crowdsources diagnoses for mysterious and rare medical conditions in a documentary series based on her New York Times Magazine column.", - "type": "TV Show" - }, - { - "show_id": 81092330, - "title": "For Love or Money", - "director": "Mark Murphy", - "cast": "Robert Kazinsky, Samantha Barks, Ed Speleers, Tony Way, Rachel Hurd-Wood, Ivan Kaye, Anna Chancellor, David Hargreaves, Tanya Reynolds", - "country": "United Kingdom", - "date_added": "August 16, 2019", - "release_year": 2019, - "rating": "TV-MA", - "duration": "95 min", - "listed_in": "Comedies", - "description": "When a goofy but likable millionaire discovers his fiancée’s plan to steal his wealth, he devises an unromantic scheme to make her life a living hell.", - "type": "Movie" - }, - { - "show_id": 80205594, - "title": "Green Frontier", - "director": "", - "cast": "Juana del Río, Ángela Cano, Miguel Dionisio Ramos, Nelson Camayo, Bruno Clairefond, Marcela Mar, Andrés Crespo, John Narváez, Edwin Morales, Karla López, Antonio Bolívar", - "country": "Colombia", - "date_added": "August 16, 2019", - "release_year": 2019, - "rating": "TV-MA", - "duration": "1 Season", - "listed_in": "Crime TV Shows, International TV Shows, Spanish-Language TV Shows", - "description": "When a young Bogotá-based detective gets drawn into the jungle to investigate four femicides, she uncovers magic, an evil plot and her own true origins.", - "type": "TV Show" - }, - { - "show_id": 70204989, - "title": "Gunslinger Girl", - "director": "", - "cast": "Yuuka Nanri, Kanako Mitsuhashi, Eri Sendai, Ami Koshimizu, Hidenobu Kiuchi, Mitsuru Miyamoto, Masashi Ebara, Norihiro Inoue, Rie Nakagawa, Masami Iwasaki, Laura Bailey, Luci Christian, Caitlin Glass, Alese Johnson, Monica Rial, Jerry Jewell, Stephanie Young, Mike McFarland", - "country": "Japan", - "date_added": "", - "release_year": 2008, - "rating": "TV-14", - "duration": "2 Seasons", - "listed_in": "Anime Series, Crime TV Shows", - "description": "On the surface, the Social Welfare Agency appears to help orphaned schoolgirls, but it's actually turning them into lethal agents.", - "type": "TV Show" - }, - { - "show_id": 81091957, - "title": "Invader Zim: Enter the Florpus", - "director": "", - "cast": "Richard Steven Horvitz, Rikki Simons, Andy Berman, Melissa Fahn, Rodger Bumpass, Jhonen Vasquez, Wally Wingert, Kevin McDonald, Olivia d'Abo, Eric Bauza", - "country": "South Korea, United States", - "date_added": "August 16, 2019", - "release_year": 2019, - "rating": "TV-Y7-FV", - "duration": "72 min", - "listed_in": "Children & Family Movies, Comedies, Sci-Fi & Fantasy", - "description": "When Zim reappears to begin the next phase of his evil alien plan to conquer Earth, his nemesis Dib Membrane sets out to unmask him once and for all.", - "type": "Movie" - }, - { - "show_id": 80114855, - "title": "MINDHUNTER", - "director": "", - "cast": "Jonathan Groff, Holt McCallany, Anna Torv, Cotter Smith, Hannah Gross", - "country": "United States", - "date_added": "", - "release_year": 2019, - "rating": "TV-MA", - "duration": "2 Seasons", - "listed_in": "Crime TV Shows, TV Dramas, TV Mysteries", - "description": "In the late 1970s two FBI agents expand criminal science by delving into the psychology of murder and getting uneasily close to all-too-real monsters.", - "type": "TV Show" - }, - { - "show_id": 81003033, - "title": "QB1: Beyond the Lights", - "director": "", - "cast": "", - "country": "United States", - "date_added": "", - "release_year": 2019, - "rating": "TV-14", - "duration": "3 Seasons", - "listed_in": "Docuseries", - "description": "This riveting series follows three star high school quarterbacks as they play their final season before moving on to Division I college football.", - "type": "TV Show" - }, - { - "show_id": 80021840, - "title": "Selfless", - "director": "Tarsem Singh", - "cast": "Ryan Reynolds, Natalie Martinez, Matthew Goode, Ben Kingsley, Victor Garber, Derek Luke, Michelle Dockery, Melora Hardin, Brendan McCarthy, Sam Page", - "country": "United States", - "date_added": "August 16, 2019", - "release_year": 2015, - "rating": "PG-13", - "duration": "117 min", - "listed_in": "Sci-Fi & Fantasy, Thrillers", - "description": "A dying tycoon has his consciousness transplanted into the body of a healthy young man, only to make a troubling discovery about the body's origin.", - "type": "Movie" - }, - { - "show_id": 80231419, - "title": "Sextuplets", - "director": "Michael Tiddes", - "cast": "Marlon Wayans, Bresha Webb, Michael Ian Black, Glynn Turman, Molly Shannon, Debbi Morgan", - "country": "United States", - "date_added": "August 16, 2019", - "release_year": 2019, - "rating": "TV-14", - "duration": "100 min", - "listed_in": "Comedies", - "description": "When a dad-to-be learns he's actually a sextuplet, he sets off on a wild journey to meet his long-lost family. Marlon Wayans stars as all six siblings.", - "type": "Movie" - }, - { - "show_id": 81006335, - "title": "Super Monsters Back to School", - "director": "", - "cast": "Elyse Maloway, Vincent Tong, Erin Matthews, Andrea Libman, Alessandro Juliani, Nicole Anthony, Diana Kaarina, Gigi Saul Guerrero, Ian James Corlett, Britt McKillip, Kathleen Barr", - "country": "Canada", - "date_added": "August 16, 2019", - "release_year": 2019, - "rating": "TV-Y", - "duration": "24 min", - "listed_in": "Children & Family Movies", - "description": "The Super Monsters welcome Vida to her new home in Pitchfork Pines with a tour of their favorite places, then help her through her first day at school.", - "type": "Movie" - }, - { - "show_id": 81175361, - "title": "The King's Avatar", - "director": "", - "cast": "Yang Yang, Jiang Shuying, Lai Yumeng, Li Muchen, Lai Yi, Fan Jinwei, Jiang Long, Sun Ning, Li Junchen, Zhao Chulun, Liu Qiushi, Jiang Xueming, Liang Yimu, Yang Tindong, Gao Hanyu, Kuang Muye, Ji Xiangning, Hao Shuai, Song Hanyu, Gu Youming", - "country": "China", - "date_added": "August 16, 2019", - "release_year": 2019, - "rating": "TV-14", - "duration": "1 Season", - "listed_in": "International TV Shows, TV Action & Adventure, TV Dramas", - "description": "When an elite gamer is forced out of his professional team, he becomes a manager of an Internet café and reinvents himself to return to online glory.", - "type": "TV Show" - }, - { - "show_id": 80235578, - "title": "The Little Switzerland", - "director": "Kepa Sojo", - "cast": "Jon Plazaola, Maggie Civantos, Ingrid García Jonsson, Lander Otaola, Secun de la Rosa, Ramón Barea, Maribel Salas, Mikel Losada, Pepe Rapazote, Enrique Villén, Kandido Uranga, Anabela Teixeira, Karra Elejalde, Antonio Resines", - "country": "Spain", - "date_added": "August 16, 2019", - "release_year": 2019, - "rating": "TV-MA", - "duration": "86 min", - "listed_in": "Comedies, International Movies", - "description": "The discovery of the tomb of William Tell’s son in a town in the Basque Country spurs the village's cantankerous citizens to lobby for Swiss annexation.", - "type": "Movie" - }, - { - "show_id": 81078331, - "title": "Victim Number 8", - "director": "", - "cast": "César Mateo, María de Nati, Verónika Moral, Iñaki Ardanaz, Farah Hamed, Lisi Linder, Khaled Kouka, Óscar Zafra, Jesús Ruyman, Alfonso Torregrosa, Itziar Lazkano, Son Khoury, Youssef Bougarouane, Marcial Álvarez", - "country": "Spain", - "date_added": "August 16, 2019", - "release_year": 2018, - "rating": "TV-MA", - "duration": "1 Season", - "listed_in": "International TV Shows, Spanish-Language TV Shows, TV Action & Adventure", - "description": "No one can be trusted after a terrorist bombing in Bilbao kills seven and destroys the lives of the suspected jihadi and everyone around him.", - "type": "TV Show" - }, - { - "show_id": 80195357, - "title": "Cannon Busters", - "director": "", - "cast": "Yoshitsugu Matsuoka, Hinaki Yano, Shiori Izawa, Junji Majima, Yosuke Akimoto, Nobuyuki Hiyama, Takaya Kuroda, Katsuhisa Houki, Taro Yamaguchi, Junko Minagawa, Tomomi Maruyama", - "country": "United States, Japan", - "date_added": "August 15, 2019", - "release_year": 2019, - "rating": "TV-MA", - "duration": "1 Season", - "listed_in": "Anime Series, International TV Shows", - "description": "Immortal renegade Philly the Kid and his transforming pink Cadillac join a relentlessly upbeat friendship droid on her quest to find a missing prince.", - "type": "TV Show" - }, - { - "show_id": 81154987, - "title": "Chhota Bheem Kungfu Dhamaka", - "director": "Rajiv Chilaka, Binayak Das", - "cast": "Sonal Kaushal, Rupa Bhimani, Jigna Bharadhwaj, Sabina Malik, Julie Tejwani, Rajesh Kava, Vaibhav Thakkar, Samriddhi Shuklaa, Aditya Raj Sharma, Vinod Kulkarni", - "country": "India", - "date_added": "August 15, 2019", - "release_year": 2019, - "rating": "TV-Y7-FV", - "duration": "112 min", - "listed_in": "Children & Family Movies", - "description": "Chhota Bheem is in China for a martial arts competition but his real challenge: to save the emperor’s daughter from being kidnapped by the villain Zuhu!", - "type": "Movie" - }, - { - "show_id": 80115328, - "title": "Sacred Games", - "director": "Vikramaditya Motwane, Anurag Kashyap", - "cast": "Saif Ali Khan, Nawazuddin Siddiqui, Radhika Apte, Neeraj Kabi, Jitendra Joshi", - "country": "India, United States", - "date_added": "", - "release_year": 2019, - "rating": "TV-MA", - "duration": "2 Seasons", - "listed_in": "Crime TV Shows, International TV Shows, TV Dramas", - "description": "A link in their pasts leads an honest cop to a fugitive gang boss, whose cryptic warning spurs the officer on a quest to save Mumbai from cataclysm.", - "type": "TV Show" - }, - { - "show_id": 81122206, - "title": "Til Death Do Us Part", - "director": "Cho Li, Chen Hung-yi, Weica Wang, Liu Bang-yao, Lin Guan-fu, Shen Chi, YC Tom Lee", - "cast": "Wen Chen-ling, River Huang, Lin He-xuan, Phoebe Lin, Janel Tsai, Dara Hanfman, Hsia Teng-hung, Nikki Hsin-Ying Hsieh", - "country": "Taiwan", - "date_added": "August 15, 2019", - "release_year": 2019, - "rating": "TV-MA", - "duration": "1 Season", - "listed_in": "International TV Shows, TV Dramas, TV Thrillers", - "description": "Based on the speculative short stories of MirrorFiction, this sci-fi thriller anthology plunges headlong into our deepest desires – and darkest fears.", - "type": "TV Show" - }, - { - "show_id": 81004321, - "title": "Whindersson Nunes: Adult", - "director": "Diego Pignataro", - "cast": "Whindersson Nunes", - "country": "Brazil", - "date_added": "August 15, 2019", - "release_year": 2019, - "rating": "TV-MA", - "duration": "69 min", - "listed_in": "Stand-Up Comedy", - "description": "Brazilian YouTube sensation Whindersson Nunes revisits his humble beginnings and much more in a series of playful stories and peculiar songs.", - "type": "Movie" - }, - { - "show_id": 80223113, - "title": "Happy Jail", - "director": "", - "cast": "", - "country": "", - "date_added": "August 14, 2019", - "release_year": 2019, - "rating": "TV-MA", - "duration": "1 Season", - "listed_in": "Crime TV Shows, Docuseries", - "description": "The Philippine jail known for a viral Michael Jackson dance video comes under the management of an ex-convict, sparking controversy and criticism.", - "type": "TV Show" - }, - { - "show_id": 70283264, - "title": "The 100", - "director": "", - "cast": "Eliza Taylor, Paige Turco, Bob Morley, Marie Avgeropoulos, Christopher Larkin, Henry Ian Cusick, Isaiah Washington, Lindsey Morgan, Devon Bostick, Richard Harmon, Ricky Whittle, Jarod Joseph, Chelsey Reist, Sachin Sahel, Adina Porter", - "country": "United States", - "date_added": "", - "release_year": 2019, - "rating": "TV-14", - "duration": "6 Seasons", - "listed_in": "TV Action & Adventure, TV Dramas, TV Sci-Fi & Fantasy", - "description": "A century after Earth was devastated by a nuclear apocalypse, 100 space station residents are sent to the planet to determine whether it's habitable.", - "type": "TV Show" - }, - { - "show_id": 81147274, - "title": "Uyare", - "director": "Manu Ashokan", - "cast": "Parvathy, Asif Ali, Tovino Thomas, Siddique, Pratap Pothan, Samyuktha Menon, Anarkali Marikar, Prem Prakash", - "country": "India", - "date_added": "August 14, 2019", - "release_year": 2019, - "rating": "TV-14", - "duration": "119 min", - "listed_in": "Dramas, International Movies", - "description": "An aspiring pilot fights for her future – and justice – after surviving an acid attack from her abusive boyfriend.", - "type": "Movie" - }, - { - "show_id": 81147278, - "title": "90 ML", - "director": "Anita Udeep", - "cast": "Oviya, Masoom Shankar, Bommu Lakshmi, Monisha Ram, Tej Raj, Shree Gopika, Anson Paul, Devadarshini Chetan", - "country": "India", - "date_added": "August 13, 2019", - "release_year": 2019, - "rating": "TV-14", - "duration": "123 min", - "listed_in": "Comedies, International Movies, Music & Musicals", - "description": "Four friends shake up their lives when they meet a new woman in their apartment complex who encourages them to embrace their wild sides.", - "type": "Movie" - }, - { - "show_id": 81146011, - "title": "Calum von Moger: Unbroken", - "director": "Vlad Yudin", - "cast": "Calum Von Moger", - "country": "United States", - "date_added": "August 13, 2019", - "release_year": 2019, - "rating": "TV-MA", - "duration": "93 min", - "listed_in": "Documentaries, Sports Movies", - "description": "Bodybuilder and two-time Mr. Universe, Calum von Moger, reflects on his rise to fame and battle to come back from a debilitating injury.", - "type": "Movie" - }, - { - "show_id": 81123826, - "title": "Hasta los dientes", - "director": "Alberto Arnaut Estrada", - "cast": "", - "country": "Mexico", - "date_added": "August 13, 2019", - "release_year": 2018, - "rating": "TV-MA", - "duration": "109 min", - "listed_in": "Documentaries, International Movies", - "description": "This documentary follows the controversy surrounding the 2010 murders of two students, who were framed as criminals and killed by the Mexican military.", - "type": "Movie" - }, - { - "show_id": 80161728, - "title": "Knightfall", - "director": "", - "cast": "Tom Cullen, Jim Carter, Pádraic Delaney, Simon Merrells, Julian Ovenden, Olivia Ross, Ed Stoppard, Sabrina Bartlett, Bobby Schofield, Sarah-Sofie Boussnina", - "country": "United States", - "date_added": "", - "release_year": 2019, - "rating": "TV-14", - "duration": "2 Seasons", - "listed_in": "TV Dramas", - "description": "Fifteen years after the Crusades ended in defeat, a veteran knight becomes master of his order's Paris temple and discovers a shocking secret.", - "type": "TV Show" - }, - { - "show_id": 81002933, - "title": "Tiffany Haddish Presents: They Ready", - "director": "", - "cast": "Tracey Ashley, Flame Monroe, Aida Rodriguez, Marlo Williams, April Macie, Chaunté Wayans, Tiffany Haddish", - "country": "United States", - "date_added": "August 13, 2019", - "release_year": 2019, - "rating": "TV-MA", - "duration": "1 Season", - "listed_in": "Stand-Up Comedy & Talk Shows, TV Comedies", - "description": "Hand-picked by Tiffany Haddish, six diverse comedians showcase their raw humor in a series of specials oozing with energy.", - "type": "TV Show" - }, - { - "show_id": 81135868, - "title": "Woodstock", - "director": "Barak Goodman", - "cast": "", - "country": "United States", - "date_added": "August 13, 2019", - "release_year": 2019, - "rating": "TV-MA", - "duration": "97 min", - "listed_in": "Documentaries, Music & Musicals", - "description": "For the 50th anniversary of the legendary Woodstock festival, organizers and attendees reminisce about one of the defining moments of the 1960s.", - "type": "Movie" - }, - { - "show_id": 81145135, - "title": "DC Super Hero Girls", - "director": "", - "cast": "Grey Griffin, Tara Strong, Nicole Sullivan, Kari Wahlgren, Myrna Velasco, Kimberly Brooks", - "country": "United States", - "date_added": "August 12, 2019", - "release_year": 2019, - "rating": "TV-Y7-FV", - "duration": "1 Season", - "listed_in": "Kids' TV", - "description": "As Metropolis High students, super teens Wonder Woman, Supergirl, Bumblebee, Batgirl, Zatanna, and Green Lantern fight crime, classwork and crushes.", - "type": "TV Show" - }, - { - "show_id": 80100929, - "title": "Cable Girls", - "director": "", - "cast": "Blanca Suárez, Nadia de Santiago, Ana Fernández, Maggie Civantos, Ana Polvorosa, Yon González, Martiño Rivas, Nico Romero, Borja Luna, Sergio Mur, Concha Velasco, Antonio Velázquez, Ernesto Alterio, Ira del Río, Angela Cremonte, Andrea Carballo", - "country": "Spain", - "date_added": "", - "release_year": 2019, - "rating": "TV-MA", - "duration": "4 Seasons", - "listed_in": "International TV Shows, Romantic TV Shows, Spanish-Language TV Shows", - "description": "In 1920s Madrid, four women at the National Telephone Company ring in revolution as they manage romance, friendship and the modern workplace.", - "type": "TV Show" - }, - { - "show_id": 81156592, - "title": "Colin Quinn: Red State Blue State", - "director": "Robert Moresco", - "cast": "Colin Quinn", - "country": "", - "date_added": "August 9, 2019", - "release_year": 2019, - "rating": "TV-14", - "duration": "66 min", - "listed_in": "Stand-Up Comedy", - "description": "Stand-up comedian Colin Quinn calls out the hypocrisies of the left and the right in this special based on his politically charged Off-Broadway show.", - "type": "Movie" - }, - { - "show_id": 80114988, - "title": "GLOW", - "director": "", - "cast": "Alison Brie, Betty Gilpin, Marc Maron, Britney Young, Sydelle Noel, Gayle Rankin, Sunita Mani, Kimmy Gatewood, Rebekka Johnson, Jackie Tohn, Ellen Wong, Kate Nash, Britt Baron, Kia Stevens, Chris Lowell, Alex Rich", - "country": "United States", - "date_added": "", - "release_year": 2019, - "rating": "TV-MA", - "duration": "3 Seasons", - "listed_in": "TV Comedies, TV Dramas", - "description": "In 1980s LA, a crew of misfits reinvent themselves as the Gorgeous Ladies of Wrestling. A comedy by the team behind \"Orange Is the New Black.", - "type": "TV Show" - }, - { - "show_id": 80027159, - "title": "IZombie", - "director": "", - "cast": "Rose McIver, Malcolm Goodwin, Rahul Kohli, Robert Buckley, David Anders, Aly Michalka", - "country": "United States", - "date_added": "", - "release_year": 2019, - "rating": "TV-14", - "duration": "5 Seasons", - "listed_in": "TV Comedies, TV Dramas, TV Horror", - "description": "A medical student-turned-zombie tries to retain her humanity by eating brains at the morgue and finds she has an uncanny new gift for solving crimes.", - "type": "TV Show" - }, - { - "show_id": 81074367, - "title": "Jaoon Kahan Bata Ae Dil", - "director": "Aadish Keluskar", - "cast": "Khushboo Upadhyay, Rohit Kokate, Himanshu Kohli, Mohammed Shakir", - "country": "India", - "date_added": "August 9, 2019", - "release_year": 2018, - "rating": "TV-MA", - "duration": "107 min", - "listed_in": "Dramas, Independent Movies, International Movies", - "description": "A couple’s caustic, increasingly jarring interactions over a Mumbai evening strain their relationship until it threatens to break at its fraying seams.", - "type": "Movie" - }, - { - "show_id": 81091977, - "title": "Rocko's Modern Life: Static Cling", - "director": "Joe Murray, Cosmo Segurson", - "cast": "Carlos Alazraqui, Tom Kenny, Charlie Adler, Jill Talley, Mr. Lawrence, Joe Murray", - "country": "United States", - "date_added": "August 9, 2019", - "release_year": 2019, - "rating": "TV-Y7", - "duration": "46 min", - "listed_in": "Children & Family Movies, Comedies, LGBTQ Movies", - "description": "After 20 years in space, Rocko struggles to adjust to life in 21st century O-Town and makes it his mission to get his favorite show back on the air.", - "type": "Movie" - }, - { - "show_id": 80217315, - "title": "Sintonia", - "director": "", - "cast": "Christian Malheiros, Jottapê, Bruna Mascarenhas", - "country": "Brazil", - "date_added": "August 9, 2019", - "release_year": 2019, - "rating": "TV-MA", - "duration": "1 Season", - "listed_in": "Crime TV Shows, International TV Shows, TV Dramas", - "description": "Three teens living in the same São Paulo favela pursue their dreams while maintaining their friendship, amid a world of music, drugs and religion.", - "type": "TV Show" - }, - { - "show_id": 80063867, - "title": "The Family", - "director": "Jesse Moss", - "cast": "James Cromwell, David Rysdahl, Ben Rosenfield, Zachary Booth", - "country": "", - "date_added": "August 9, 2019", - "release_year": 2019, - "rating": "TV-14", - "duration": "1 Season", - "listed_in": "Docuseries", - "description": "An enigmatic conservative Christian group known as the Family wields enormous influence in Washington, D.C., in pursuit of its global ambitions.", - "type": "TV Show" - }, - { - "show_id": 80243216, - "title": "The InBESTigators", - "director": "", - "cast": "Abby Bergman, Anna Cooke, Aston Droomer, Jamil Smyth-Secka, James Saunders, Maria Angelico, Eliza Ong", - "country": "Australia", - "date_added": "August 9, 2019", - "release_year": 2019, - "rating": "TV-G", - "duration": "1 Season", - "listed_in": "Kids' TV, TV Comedies", - "description": "Four clever school kids start their own detective agency and vlog about their adventures, becoming fast friends in the process.", - "type": "TV Show" - }, - { - "show_id": 81016914, - "title": "Tiny House Nation", - "director": "", - "cast": "", - "country": "United States", - "date_added": "August 9, 2019", - "release_year": 2019, - "rating": "TV-PG", - "duration": "1 Season", - "listed_in": "Reality TV", - "description": "Traveling the U.S., host John Weisbarth and expert Zack Giffin are helping families prep for the tiny lifestyle and create hypercustomized mini homes.", - "type": "TV Show" - }, - { - "show_id": 81153372, - "title": "Westside vs. the World", - "director": "Michael Fahey", - "cast": "Ron Perlman, Louie Simmons", - "country": "", - "date_added": "August 9, 2019", - "release_year": 2019, - "rating": "TV-MA", - "duration": "96 min", - "listed_in": "Documentaries, Sports Movies", - "description": "A look into the journey of influential strength coach Louie Simmons and the Westside Barbell gym he founded, evolving the sport of powerlifting.", - "type": "Movie" - }, - { - "show_id": 80178427, - "title": "Bad Guys", - "director": "", - "cast": "Kim Sang-jung, Ma Dong-seok, Park Hae-Jin, Cho Dong-hyuk, Kang Ye-won, Kang Shin-il, Ji-a Min, Hwang Seung-eon", - "country": "South Korea", - "date_added": "August 8, 2019", - "release_year": 2014, - "rating": "TV-MA", - "duration": "1 Season", - "listed_in": "Crime TV Shows, International TV Shows, Korean TV Shows", - "description": "Reinstated to eradicate the worst crimes in the city, a detective requests the release of three convicts to enlist their help in catching the felons.", - "type": "TV Show" - }, - { - "show_id": 81079322, - "title": "Dollar", - "director": "", - "cast": "Adel Karam, Amel Bouchoucha", - "country": "Lebanon", - "date_added": "August 8, 2019", - "release_year": 2019, - "rating": "TV-MA", - "duration": "1 Season", - "listed_in": "International TV Shows, TV Dramas", - "description": "Beautiful executive assistant Zeina reluctantly teams up with the self-assured Tarek to chase down an elusive dollar bill worth $1 million.", - "type": "TV Show" - }, - { - "show_id": 80027158, - "title": "Jane The Virgin", - "director": "", - "cast": "Gina Rodriguez, Andrea Navedo, Yael Grobglas, Justin Baldoni, Ivonne Coll, Brett Dier, Jaime Camil, Anthony Mendez", - "country": "United States", - "date_added": "", - "release_year": 2019, - "rating": "TV-14", - "duration": "5 Seasons", - "listed_in": "Romantic TV Shows, TV Comedies, TV Dramas", - "description": "After vowing to remain chaste until marriage, Jane Villanueva learns she's pregnant due to a medical slip-up and has to rethink her future.", - "type": "TV Show" - }, - { - "show_id": 70183165, - "title": "Judy Moody and the Not Bummer Summer", - "director": "John Schultz", - "cast": "Jordana Beatty, Heather Graham, Parris Mosteller, Preston Bailey, Kristoffer Ryan Winters, Garrett Ryan, Jaleel White, Ashley Boettcher, Taylar Hender, Cameron Boyce, Jenica Bergere, Janet Varney", - "country": "United States", - "date_added": "August 8, 2019", - "release_year": 2011, - "rating": "PG", - "duration": "91 min", - "listed_in": "Children & Family Movies, Comedies", - "description": "In this family film, never-dull third-grader Judy Moody embarks on a summer adventure with her brother, Stink, and always-up-for-fun Aunt Opal.", - "type": "Movie" - }, - { - "show_id": 80183878, - "title": "Let's Eat 2", - "director": "", - "cast": "Yoon Du-jun, Seo Hyun-jin, Kwon Yul, Kim Hee-won, Hwang Seog-jeong, Cho Eun-ji, Hwang Seung-un, Lee Ju-seung, Kim Ji-young", - "country": "Malaysia, Singapore, Hong Kong", - "date_added": "August 8, 2019", - "release_year": 2015, - "rating": "TV-14", - "duration": "1 Season", - "listed_in": "International TV Shows, Korean TV Shows, Romantic TV Shows", - "description": "Two classmates from elementary school reunite as next-door neighbors and discover their relationship was – and still is – defined by food.", - "type": "TV Show" - }, - { - "show_id": 80177986, - "title": "Let’s Eat", - "director": "", - "cast": "Lee Soo-kyung, Yoon Du-jun, Yoon So-hui, Shim Hyoung-tak, Do-yeon Lee, Jang Won-young, Jung Soo-young", - "country": "South Korea", - "date_added": "August 8, 2019", - "release_year": 2013, - "rating": "TV-14", - "duration": "1 Season", - "listed_in": "International TV Shows, Korean TV Shows, Romantic TV Shows", - "description": "With the help of her neighbors, a divorced woman residing in a one-person-household apartment complex learns to balance living alone and eating well.", - "type": "TV Show" - }, - { - "show_id": 80165295, - "title": "Misaeng", - "director": "", - "cast": "Im Si-wan, Kang So-ra, Lee Sung-min, Kang Ha-neul, Byun Yo-han, Kim Dae-myeong, Shin Eun-jung, Park Hae-joon", - "country": "South Korea", - "date_added": "August 8, 2019", - "release_year": 2014, - "rating": "TV-14", - "duration": "1 Season", - "listed_in": "International TV Shows, Korean TV Shows, TV Dramas", - "description": "Equipped with nothing more than a GED and strategies for the game of go, an office intern gets thrown into the cold reality of the corporate world.", - "type": "TV Show" - }, - { - "show_id": 80178404, - "title": "Oh My Ghost", - "director": "", - "cast": "Park Bo-young, Cho Jung-seok, Lim Ju-hwan, Kim Seul-ki", - "country": "South Korea", - "date_added": "August 8, 2019", - "release_year": 2015, - "rating": "TV-14", - "duration": "1 Season", - "listed_in": "International TV Shows, Korean TV Shows, Romantic TV Shows", - "description": "Possessed by the ghost of a lustful virgin, a timid assistant chef becomes confidently libidinous, drawing the attention of a haughty culinary star.", - "type": "TV Show" - }, - { - "show_id": 80165487, - "title": "Reply 1994", - "director": "Shin Won-ho", - "cast": "Go Ara, Jung Woo, Sung Dong-il, Dohee, Son Ho-jun, Kim Sung-kyun, Cha Seon-wu, Yoo Yeon-seok, Lee Il-hwa", - "country": "South Korea", - "date_added": "August 8, 2019", - "release_year": 2014, - "rating": "TV-14", - "duration": "1 Season", - "listed_in": "International TV Shows, Korean TV Shows, Romantic TV Shows", - "description": "All hailing from various parts of Korea, a group of college students go from being complete strangers to a big happy family at a Seoul boarding house.", - "type": "TV Show" - }, - { - "show_id": 70297144, - "title": "Reply 1997", - "director": "Shin Won-ho", - "cast": "Jung Eun-ji, Seo In-guk, Shin So-yul, Ji-won Eun, Lee Ho-won, Lee Si-eon, Sung Dong-il, Lee Il-hwa, Song Jong-ho", - "country": "South Korea", - "date_added": "August 8, 2019", - "release_year": 2012, - "rating": "TV-14", - "duration": "1 Season", - "listed_in": "International TV Shows, Korean TV Shows, Romantic TV Shows", - "description": "As a teen, Shi Won was obsessed with a boy band. Now 33 years old, Shi Won and her friends are reviving their memories as their school reunion nears.", - "type": "TV Show" - }, - { - "show_id": 81087761, - "title": "Roll Red Roll", - "director": "Nancy Schwartzman", - "cast": "", - "country": "United States", - "date_added": "August 8, 2019", - "release_year": 2018, - "rating": "TV-MA", - "duration": "80 min", - "listed_in": "Documentaries", - "description": "This compelling documentary follows the 2012 Steubenville, Ohio rape case, putting social media and high school football culture in the spotlight.", - "type": "Movie" - }, - { - "show_id": 81065902, - "title": "St. Agatha", - "director": "Darren Lynn Bousman", - "cast": "Sabrina Kern, Carolyn Hennesy, Courtney Halverson, Shaun Fletcher, Lindsay Seim, Hannah Fierman, Trin Miller, Seth Michaels, Justin Miles", - "country": "United States", - "date_added": "August 8, 2019", - "release_year": 2018, - "rating": "TV-MA", - "duration": "103 min", - "listed_in": "Horror Movies, Independent Movies", - "description": "Unwed and pregnant, a young woman flees her abusive home in 1950s Georgia and takes refuge at a mysterious convent with a terrible secret.", - "type": "Movie" - }, - { - "show_id": 80239462, - "title": "The Naked Director", - "director": "", - "cast": "Takayuki Yamada, Shinnosuke Mitsushima, Tetsuji Tamayama, Misato Morita, Tokio Emoto, Sairi Ito, Ami Tomite, Takenori Goto, Koyuki, Lily Franky, Jun Kunimura, Ryo Ishibashi, Kotaro Yoshida, Itsuji Itao, Kimiko Yo", - "country": "Japan", - "date_added": "August 8, 2019", - "release_year": 2019, - "rating": "TV-MA", - "duration": "1 Season", - "listed_in": "International TV Shows, TV Dramas", - "description": "In 1980s Japan, one determined man turned every crushing setback into opportunity. His name was Toru Muranishi, and he revolutionized his industry.", - "type": "TV Show" - }, - { - "show_id": 80230293, - "title": "Wu Assassins", - "director": "", - "cast": "Iko Uwais, Katheryn Winnick, Byron Mann, Tommy Flanagan, Li Jun Li, Celia Au, Lewis Tan, Lawrence Kao, Juju Chan, Tzi Ma, Cranston Johnson, Mark Dacascos, Kevin Durand, Jeff Fahey, Summer Glau", - "country": "United States", - "date_added": "August 8, 2019", - "release_year": 2019, - "rating": "TV-MA", - "duration": "1 Season", - "listed_in": "TV Action & Adventure, TV Sci-Fi & Fantasy", - "description": "An unassuming San Francisco chef becomes the latest in a long line of assassins chosen to keep the mystical Wu powers out of the wrong hands.", - "type": "TV Show" - }, - { - "show_id": 81112446, - "title": "Badla", - "director": "Sujoy Ghosh", - "cast": "Amitabh Bachchan, Taapsee Pannu, Amrita Singh, Tony Luke, Manav Kaul", - "country": "India", - "date_added": "August 7, 2019", - "release_year": 2019, - "rating": "TV-14", - "duration": "117 min", - "listed_in": "International Movies, Thrillers", - "description": "When a woman is accused of killing her lover, a renowned lawyer is hired – but the more they try to untangle the truth, the more convoluted it becomes.", - "type": "Movie" - }, - { - "show_id": 81088318, - "title": "The Pursuit", - "director": "John Papola", - "cast": "Arthur Brooks", - "country": "United States", - "date_added": "August 7, 2019", - "release_year": 2019, - "rating": "TV-14", - "duration": "76 min", - "listed_in": "Documentaries", - "description": "In a time of turbulence for the free market system, one economist explores how it has lifted billions out of poverty, and might just save us all.", - "type": "Movie" - }, - { - "show_id": 80080617, - "title": "Theo Von: No Offense", - "director": "John Asher", - "cast": "Theo Von", - "country": "United States", - "date_added": "August 7, 2019", - "release_year": 2016, - "rating": "TV-MA", - "duration": "67 min", - "listed_in": "Stand-Up Comedy", - "description": "Southern charmer Theo Von offers up a twisted take on his dating mishaps, meeting Brad Pitt, chasing down fugitive chimpanzees and more.", - "type": "Movie" - }, - { - "show_id": 80044888, - "title": "Crazy Beautiful You", - "director": "Mae Czarina Cruz", - "cast": "Kathryn Bernardo, Daniel Padilla, Lorna Tolentino, Gabby Concepcion, Inigo Pascual", - "country": "Philippines", - "date_added": "August 6, 2019", - "release_year": 2015, - "rating": "TV-PG", - "duration": "114 min", - "listed_in": "Comedies, Dramas, International Movies", - "description": "A rebellious daughter accompanies her mother on a medical mission where she falls for the handsome politician's son assigned to be her chaperone.", - "type": "Movie" - }, - { - "show_id": 80050006, - "title": "I'm Brent Morin", - "director": "Lance Bangs", - "cast": "Brent Morin", - "country": "United States", - "date_added": "August 6, 2019", - "release_year": 2015, - "rating": "TV-MA", - "duration": "67 min", - "listed_in": "Stand-Up Comedy", - "description": "In a witty solo show, Brent Morin serves up infectious laughs on the agony of puberty, hot guy problems and the time a girl dumped him for a magician.", - "type": "Movie" - }, - { - "show_id": 80002621, - "title": "Jim Jefferies : BARE", - "director": "Shannon Hartman", - "cast": "Jim Jefferies", - "country": "United States", - "date_added": "August 6, 2019", - "release_year": 2014, - "rating": "NR", - "duration": "77 min", - "listed_in": "Stand-Up Comedy", - "description": "Nothing is sacred in this show from Australian comic Jim Jefferies, whether it’s the mother of his child, auditioning disabled actors, or gun control.", - "type": "Movie" - }, - { - "show_id": 81145273, - "title": "Professor Mack", - "director": "Christopher Nolen", - "cast": "Lisa Wu, Timon Kyle Durrett, Robert Christopher Riley, Erica Hubbard, Amin Joseph, Christopher Nolen, Larry Biela, Jackie Christie, Katharin 'Ladie K' Mraz, Simeon Henderson", - "country": "United States", - "date_added": "August 6, 2019", - "release_year": 2018, - "rating": "TV-MA", - "duration": "84 min", - "listed_in": "Comedies, Romantic Movies", - "description": "When a confident college professor is courted by four eligible and well-established men, she struggles to decide who she likes the best.", - "type": "Movie" - }, - { - "show_id": 81047680, - "title": "Screwball", - "director": "Billy Corben", - "cast": "", - "country": "United States", - "date_added": "August 6, 2019", - "release_year": 2018, - "rating": "TV-MA", - "duration": "105 min", - "listed_in": "Documentaries, Sports Movies", - "description": "A steroid peddler explains how he went from an unlicensed anti-aging expert to the point man for the biggest scandal in baseball history.", - "type": "Movie" - }, - { - "show_id": 81001278, - "title": "Sebastian Maniscalco: Why Would You Do That", - "director": "Joe DeMaio", - "cast": "Sebastian Maniscalco", - "country": "United States", - "date_added": "August 6, 2019", - "release_year": 2016, - "rating": "TV-MA", - "duration": "63 min", - "listed_in": "Stand-Up Comedy", - "description": "Sebastian Maniscalco delivers an expressive stand-up at the legendary Beacon Theatre on Whole Foods, family nicknames and dodging obnoxious neighbors.", - "type": "Movie" - }, - { - "show_id": 81035838, - "title": "Alarmoty in the Land of Fire", - "director": "", - "cast": "", - "country": "", - "date_added": "August 5, 2019", - "release_year": 2017, - "rating": "TV-14", - "duration": "94 min", - "listed_in": "Comedies, International Movies", - "description": "While vacationing at a resort, an ornery and outspoken man is held captive by a criminal organization.", - "type": "Movie" - }, - { - "show_id": 81035835, - "title": "Detention Letter", - "director": "Mohamed Samy", - "cast": "Mohamed Ramadan, Dina El-Sherbiny, Eyad Nassar, Sayed Rajab, Walid Fawaz, Eman El-Assy", - "country": "Egypt", - "date_added": "August 5, 2019", - "release_year": 2017, - "rating": "TV-14", - "duration": "99 min", - "listed_in": "Action & Adventure, International Movies", - "description": "A man begins to regret his choices when his brother decides to join him as a member of the same terrorist organization.", - "type": "Movie" - }, - { - "show_id": 81143771, - "title": "Enter the Anime", - "director": "Alex Burunova", - "cast": "Kozo Morishita, Yoko Takahashi, Shinji Aramaki, Kenji Kamiyama", - "country": "United States, Japan", - "date_added": "August 5, 2019", - "release_year": 2019, - "rating": "TV-MA", - "duration": "59 min", - "listed_in": "Documentaries, International Movies", - "description": "What is anime? Through deep-dives with notable masterminds of this electrifying genre, this fast-paced peek behind the curtain seeks to find the answers.", - "type": "Movie" - }, - { - "show_id": 80231658, - "title": "No Good Nick", - "director": "", - "cast": "Melissa Joan Hart, Sean Astin, Siena Agudong, Lauren Lindsey Donzis, Kalama Epstein", - "country": "United States", - "date_added": "", - "release_year": 2019, - "rating": "TV-PG", - "duration": "2 Seasons", - "listed_in": "Kids' TV, TV Comedies, TV Dramas", - "description": "A family finds their lives turned upside down when a teenage con artist shows up on their doorstep, claiming she's a distant relative.", - "type": "TV Show" - }, - { - "show_id": 80208295, - "title": "No One Will Ever Know", - "director": "Jesús Torres Torres", - "cast": "Adriana Paz, Jorge A. Jiménez, David Medel, Arcelia Ramírez, Luciano Marti, Joanna Larequi, Claudia Santiago, Paul Choza, Gabriel Casanova, Alisson Santiago, Manuel Ojeda, Ofelia Medina, Silvia Pasquel", - "country": "Mexico", - "date_added": "August 5, 2019", - "release_year": 2017, - "rating": "TV-MA", - "duration": "102 min", - "listed_in": "Dramas, International Movies", - "description": "A mother and young son escape into their own imaginations to ignore the reality of their lives in rural Mexico.", - "type": "Movie" - }, - { - "show_id": 80994162, - "title": "Misfit", - "director": "Erwin van den Eshof", - "cast": "Djamila, Niek Roozen, Bente Fokkens, Jolijn Henneman, Fenna Ramos, Jill Schirnhofer, Donny Roelvink, Défano Holwijn, Luca Gilliot", - "country": "Netherlands", - "date_added": "August 3, 2019", - "release_year": 2017, - "rating": "TV-14", - "duration": "81 min", - "listed_in": "Children & Family Movies, Comedies, International Movies", - "description": "After living in America for years, a teenage girl moves back to the Netherlands and is quickly singled out as a misfit by the popular clique at school.", - "type": "Movie" - }, - { - "show_id": 80108159, - "title": "Ask the StoryBots", - "director": "", - "cast": "Judy Greer, Erin Fitzgerald, Fred Tatasciore, Jeff Gill, Gregg Spiridellis, Evan Spiridellis", - "country": "United States", - "date_added": "", - "release_year": 2019, - "rating": "TV-Y", - "duration": "3 Seasons", - "listed_in": "Kids' TV", - "description": "Five curious little creatures track down the answers to kids' biggest questions, like how night happens or why we need to brush our teeth.", - "type": "TV Show" - }, - { - "show_id": 80245353, - "title": "Basketball or Nothing", - "director": "", - "cast": "", - "country": "United States", - "date_added": "August 2, 2019", - "release_year": 2019, - "rating": "TV-PG", - "duration": "1 Season", - "listed_in": "Docuseries, Reality TV", - "description": "Follow the Chinle High basketball team in Arizona's Navajo Nation on a quest to win a state championship and bring pride to their isolated community.", - "type": "TV Show" - }, - { - "show_id": 70287604, - "title": "Care Bears: Welcome to Care-a-Lot", - "director": "", - "cast": "David Lodge, Patty Mattson, Doug Erholtz, Stephanie Sheh, Nayo Wallace, Michael Sinterniklaas, Michaela Dean", - "country": "United States", - "date_added": "August 2, 2019", - "release_year": 2012, - "rating": "TV-Y", - "duration": "1 Season", - "listed_in": "Kids' TV", - "description": "Nestled in a faraway cloud is a rainbow-colored world called Care-a-Lot, home to the magical Care Bears who each have a special talent.", - "type": "TV Show" - }, - { - "show_id": 80095698, - "title": "Dear White People", - "director": "", - "cast": "Logan Browning, Brandon P. Bell, DeRon Horton, Antoinette Robertson, John Patrick Amedori, Ashley Blaine Featherson, Marque Richardson, Giancarlo Esposito", - "country": "United States", - "date_added": "", - "release_year": 2019, - "rating": "TV-MA", - "duration": "3 Seasons", - "listed_in": "TV Comedies, TV Dramas", - "description": "Students of color navigate the daily slights and slippery politics of life at an Ivy League college that's not nearly as \"post-racial\" as it thinks.", - "type": "TV Show" - }, - { - "show_id": 80238565, - "title": "Derry Girls", - "director": "", - "cast": "Saoirse-Monica Jackson, Nicola Coughlan, Louisa Harland, Jamie-Lee O'Donnell, Dylan Llewellyn, Tara Lynne O'Neill, Kathy Kiera Clarke, Tommy Tiernan, Ian McElhinney, Siobhan McSweeney", - "country": "United Kingdom", - "date_added": "", - "release_year": 2019, - "rating": "TV-MA", - "duration": "2 Seasons", - "listed_in": "British TV Shows, International TV Shows, TV Comedies", - "description": "Amidst the political conflict of Northern Ireland in the 1990s, five high school students square off with the universal challenges of being a teenager.", - "type": "TV Show" - }, - { - "show_id": 70242938, - "title": "For Greater Glory", - "director": "Dean Wright", - "cast": "Rubén Blades, Bruce Greenwood, Bruce McGill, Peter O'Toole, Andy Garcia, Nestor Carbonell, Eduardo Verástegui, Catalina Sandino Moreno, Eva Longoria, Santiago Cabrera, Adrian Alonso, Oscar Isaac, Mauricio Kuri", - "country": "Mexico", - "date_added": "August 2, 2019", - "release_year": 2012, - "rating": "R", - "duration": "145 min", - "listed_in": "Dramas, International Movies", - "description": "When a vicious war against Catholics is waged in Mexico in the 1920s, a retired general joins the militia fighting to preserve religious freedom.", - "type": "Movie" - }, - { - "show_id": 81150918, - "title": "Léa & I", - "director": "Camille Shooshani", - "cast": "Léa Moret, Camille Shooshani", - "country": "", - "date_added": "August 2, 2019", - "release_year": 2019, - "rating": "TV-MA", - "duration": "84 min", - "listed_in": "Documentaries", - "description": "Best friends Léa and Camille explore the notion of healing while traveling to Latin America in search of a cure for a terminal disease.", - "type": "Movie" - }, - { - "show_id": 80164216, - "title": "Miraculous: Tales of Ladybug & Cat Noir", - "director": "Thomas Astruc", - "cast": "Cristina Vee, Bryce Papenbrook, Keith Silverstein, Mela Lee, Max Mittelman, Carrie Keranen, Stephanie Sheh, André Gordon, Matthew Mercer, Christopher Corey Smith, Philece Sampler, Selah Victor, Marieve Herington, Ben Diskin, Kira Buckland, Erin Fitzgerald, Grant George, Ethan Murray, David Roach, Todd Haberkorn", - "country": "France, South Korea, Japan", - "date_added": "", - "release_year": 2018, - "rating": "TV-Y7", - "duration": "4 Seasons", - "listed_in": "Kids' TV, TV Action & Adventure", - "description": "When Paris is in peril, Marinette becomes Ladybug. Little does she know, her school crush Adrien is actually Cat Noir, another city-saving superhero.", - "type": "TV Show" - }, - { - "show_id": 22469949, - "title": "Now and Then", - "director": "Lesli Linka Glatter", - "cast": "Christina Ricci, Rosie O'Donnell, Thora Birch, Melanie Griffith, Gaby Hoffmann, Demi Moore, Ashleigh Aston Moore, Rita Wilson, Janeane Garofalo, Hank Azaria, Bonnie Hunt, Cloris Leachman", - "country": "United States", - "date_added": "August 2, 2019", - "release_year": 1995, - "rating": "PG-13", - "duration": "102 min", - "listed_in": "Dramas", - "description": "Waxing nostalgic about the bittersweet passage from childhood to puberty, four childhood girlfriends recall the magical summer of 1970.", - "type": "Movie" - }, - { - "show_id": 80211623, - "title": "Otherhood", - "director": "", - "cast": "", - "country": "United Kingdom, United States", - "date_added": "August 2, 2019", - "release_year": 2019, - "rating": "R", - "duration": "101 min", - "listed_in": "Comedies", - "description": "Feeling forgotten on Mother's Day, three best friends leave the suburbs and drive to New York City to surprise their adult sons.", - "type": "Movie" - }, - { - "show_id": 81155803, - "title": "Uriyadi 2", - "director": "Vijay Kumar", - "cast": "Vijay Kumar, Vismaya, Shankar Thas, Abbas, Sudhakar, Durai Ramesh", - "country": "India", - "date_added": "August 2, 2019", - "release_year": 2019, - "rating": "TV-MA", - "duration": "116 min", - "listed_in": "Dramas, International Movies", - "description": "When a chemical plant's poor conditions cause tragedies, an employee leads a protest against the company’s callous owner and local politicians.", - "type": "Movie" - }, - { - "show_id": 70121522, - "title": "3 Idiots", - "director": "Rajkumar Hirani", - "cast": "Aamir Khan, Kareena Kapoor, Madhavan, Sharman Joshi, Omi Vaidya, Boman Irani, Mona Singh, Javed Jaffrey", - "country": "India", - "date_added": "August 1, 2019", - "release_year": 2009, - "rating": "PG-13", - "duration": "164 min", - "listed_in": "Comedies, Dramas, International Movies", - "description": "While attending one of India's premier colleges, three miserable engineering students and best friends struggle to beat the school's draconian system.", - "type": "Movie" - }, - { - "show_id": 81065784, - "title": "Are We Done Yet?", - "director": "Khaled El Halafawy", - "cast": "Ahmed Eid, Ayten Amer, Ahmed Fouad Selim, Mohsen Mansour", - "country": "Egypt", - "date_added": "August 1, 2019", - "release_year": 2018, - "rating": "TV-14", - "duration": "87 min", - "listed_in": "Comedies, Dramas, International Movies", - "description": "When authorities arrest his young son, a taxi driver must convince the courts and rabid media that he's not the criminal they seek.", - "type": "Movie" - }, - { - "show_id": 80124099, - "title": "Boyka: Undisputed", - "director": "Todor Chapkanov", - "cast": "Scott Adkins, Teodora Duhovnikova, Alon Aboutboul, Julian Vergov, Brahim Achabbakhe, Paul Chahidi, Petio Petkov, Valentin Ganev, Vlado Mihailov", - "country": "Bulgaria, United States", - "date_added": "August 1, 2019", - "release_year": 2016, - "rating": "R", - "duration": "90 min", - "listed_in": "Action & Adventure", - "description": "The fourth film in the action franchise finds Boyka taking on brutal gangsters to protect the widow of a man he unintentionally killed in the ring.", - "type": "Movie" - }, - { - "show_id": 70119812, - "title": "Clash of the Titans", - "director": "Louis Leterrier", - "cast": "Sam Worthington, Liam Neeson, Ralph Fiennes, Jason Flemyng, Gemma Arterton, Alexa Davalos, Tine Stapelfeldt, Mads Mikkelsen, Luke Evans", - "country": "United States, United Kingdom, Australia", - "date_added": "August 1, 2019", - "release_year": 2010, - "rating": "PG-13", - "duration": "106 min", - "listed_in": "Action & Adventure, Sci-Fi & Fantasy", - "description": "If he is to save the life of the beautiful Princess Andromeda, the valiant Perseus must battle a host of powerful, beastly enemies.", - "type": "Movie" - }, - { - "show_id": 60032685, - "title": "Darna Mana Hai", - "director": "Prawal Raman", - "cast": "Aftab Shivdasani, Antara Mali, Boman Irani, Isha Koppikar, Nana Patekar, Raghuvir Yadav, Rajpal Yadav, Revathy, Saif Ali Khan, Sameera Reddy, Sanjay Kapoor, Shilpa Shetty, Sohail Khan, Vivek Oberoi", - "country": "India", - "date_added": "August 1, 2019", - "release_year": 2003, - "rating": "TV-MA", - "duration": "116 min", - "listed_in": "Horror Movies, International Movies, Thrillers", - "description": "Stranded in a jungle when their car breaks down, six friends pass their time exchanging horror stories, unaware that they may be part of one themselves.", - "type": "Movie" - }, - { - "show_id": 70006816, - "title": "Ek Hasina Thi", - "director": "Sriram Raghavan", - "cast": "Saif Ali Khan, Urmila Matondkar, Seema Biswas, Pratima Kazmi, Aditya Srivastava, Rasika Joshi, Madan Joshi, Seema Adhikari", - "country": "India", - "date_added": "August 1, 2019", - "release_year": 2004, - "rating": "TV-MA", - "duration": "134 min", - "listed_in": "Dramas, International Movies, Thrillers", - "description": "Imprisoned for underworld crimes she didn’t commit, a vengeful woman breaks free and goes scorched earth on the smooth-talking suitor who framed her.", - "type": "Movie" - }, - { - "show_id": 70236587, - "title": "Ferrari Ki Sawaari", - "director": "Rajesh Mapuskar", - "cast": "Sharman Joshi, Boman Irani, Ritwik Sahore, Paresh Rawal, Deepak Shirke, Satyadeep Misra, Aakash Dabhade, Nilesh Diwekar, Vidya Balan", - "country": "India", - "date_added": "August 1, 2019", - "release_year": 2012, - "rating": "TV-PG", - "duration": "133 min", - "listed_in": "Comedies, International Movies, Sports Movies", - "description": "A father winds up involved with a stolen Ferrari as he tries to acquire the money to send his son to the leading cricket academy.", - "type": "Movie" - }, - { - "show_id": 520489, - "title": "Four Weddings and a Funeral", - "director": "Mike Newell", - "cast": "Hugh Grant, Andie MacDowell, James Fleet, Simon Callow, John Hannah, Kristin Scott Thomas, David Bower, Charlotte Coleman, David Haig, Rowan Atkinson, Sophie Thompson, Anna Chancellor, Corin Redgrave", - "country": "United Kingdom", - "date_added": "August 1, 2019", - "release_year": 1994, - "rating": "R", - "duration": "118 min", - "listed_in": "Classic Movies, Comedies, International Movies", - "description": "A commitment-phobic Brit tries to reconnect with an alluring American who's about to make a seemingly awful mistake by marrying a wealthy, boring man.", - "type": "Movie" - }, - { - "show_id": 80160755, - "title": "Grand Designs", - "director": "", - "cast": "Kevin McCloud", - "country": "United Kingdom", - "date_added": "", - "release_year": 2017, - "rating": "TV-14", - "duration": "2 Seasons", - "listed_in": "British TV Shows, International TV Shows, Reality TV", - "description": "Host Kevin McCloud presents people who take self-building houses to a new level, following every step of their ambitious plans from beginning to end.", - "type": "TV Show" - }, - { - "show_id": 70171946, - "title": "Heartland", - "director": "", - "cast": "Amber Marshall, Michelle Morgan, Graham Wardle, Shaun Johnston, Chris Potter, Jessica Amlee, Kerry James, Nathaniel Arcand", - "country": "Canada", - "date_added": "", - "release_year": 2017, - "rating": "TV-PG", - "duration": "11 Seasons", - "listed_in": "TV Dramas", - "description": "Spunky teenager Amy is reeling from the sudden death of her mother when she and her grandfather are threatened with the loss of their horse ranch.", - "type": "TV Show" - }, - { - "show_id": 70266677, - "title": "Horns", - "director": "Alexandre Aja", - "cast": "Daniel Radcliffe, Juno Temple, Max Minghella, Joe Anderson, Kelli Garner, Heather Graham, David Morse, Kathleen Quinlan, James Remar", - "country": "United States, Canada", - "date_added": "August 1, 2019", - "release_year": 2013, - "rating": "R", - "duration": "120 min", - "listed_in": "Dramas, Horror Movies, Sci-Fi & Fantasy", - "description": "Accused of murder, Ig Perish wakes up one day to find he's grown a set of horns – compelling people to confess their sins to him.", - "type": "Movie" - }, - { - "show_id": 60010514, - "title": "Jackie Brown", - "director": "Quentin Tarantino", - "cast": "Pam Grier, Samuel L. Jackson, Robert Forster, Bridget Fonda, Michael Keaton, Robert De Niro, Michael Bowen, Chris Tucker, LisaGay Hamilton, Tommy 'Tiny' Lister, Hattie Winston, Sid Haig", - "country": "United States", - "date_added": "August 1, 2019", - "release_year": 1997, - "rating": "R", - "duration": "154 min", - "listed_in": "Dramas, Thrillers", - "description": "When an aging flight attendant's caught smuggling cash and forced to help with an investigation, she hatches a clever plan to make off with the dough.", - "type": "Movie" - }, - { - "show_id": 70301367, - "title": "Jupiter Ascending", - "director": "Lana Wachowski, Lilly Wachowski", - "cast": "Mila Kunis, Channing Tatum, Sean Bean, Eddie Redmayne, Douglas Booth, Tuppence Middleton, Nikki Amuka-Bird, Christina Cole, James D'Arcy, Gugu Mbatha-Raw", - "country": "United States, Australia", - "date_added": "August 1, 2019", - "release_year": 2015, - "rating": "PG-13", - "duration": "128 min", - "listed_in": "Action & Adventure, Sci-Fi & Fantasy", - "description": "A young impoverished woman learns she's been predestined to change the fate of the universe after a genetically engineered hunter tracks her down.", - "type": "Movie" - }, - { - "show_id": 81139317, - "title": "Khaani", - "director": "", - "cast": "Feroze Khan, Sana Javed, Mehmood Aslam, Saman Ansari, Qavi Khan, Salma Hasan, Rashid Farooqi, Muhammad Mubarik Ali", - "country": "Pakistan", - "date_added": "August 1, 2019", - "release_year": 2017, - "rating": "TV-14", - "duration": "1 Season", - "listed_in": "Crime TV Shows, International TV Shows, Romantic TV Shows", - "description": "After a rich politician's son kills a young woman's brother, an unlikely romantic connection complicates her pursuit of justice.", - "type": "TV Show" - }, - { - "show_id": 80014727, - "title": "Last Knights", - "director": "Kazuaki Kiriya", - "cast": "Clive Owen, Morgan Freeman, Cliff Curtis, Aksel Hennie, Peyman Moaadi, Ayelet Zurer, Shohreh Aghdashloo, Tsuyoshi Ihara, Ahn Sung-kee", - "country": "United Kingdom, South Korea", - "date_added": "August 1, 2019", - "release_year": 2015, - "rating": "R", - "duration": "115 min", - "listed_in": "Action & Adventure", - "description": "A nobleman who values his people's well-being over his emperor's edicts is killed. His knights vow revenge.", - "type": "Movie" - }, - { - "show_id": 81050688, - "title": "Manu", - "director": "Phanindra Narsetti", - "cast": "Raja Goutham, Chandini Chowdary, Bomma Sreedhar, John Kottoly, Srikanth Mullagiri, Ravi Teja", - "country": "India", - "date_added": "August 1, 2019", - "release_year": 2018, - "rating": "TV-MA", - "duration": "177 min", - "listed_in": "Dramas, Independent Movies, International Movies", - "description": "The relationship between a painter and his admirer unfolds as an abstract, twist-filled hide-and-seek game against the backdrop of murder and revenge.", - "type": "Movie" - }, - { - "show_id": 80081505, - "title": "MI-5", - "director": "Bharat Nalluri", - "cast": "Peter Firth, Kit Harington, Jennifer Ehle, Elyes Gabel, Eleanor Matsuura, Tim McInnerny, Lara Pulver, David Harewood, Tuppence Middleton", - "country": "United Kingdom", - "date_added": "August 1, 2019", - "release_year": 2015, - "rating": "R", - "duration": "105 min", - "listed_in": "Action & Adventure, Dramas, International Movies", - "description": "When a terrorist escapes custody, MI-5 director Harry Pearce becomes the scapegoat. But the wily veteran still has some spycraft tricks up his sleeve.", - "type": "Movie" - }, - { - "show_id": 60022700, - "title": "Panic Room", - "director": "David Fincher", - "cast": "Jodie Foster, Forest Whitaker, Dwight Yoakam, Jared Leto, Kristen Stewart, Ann Magnuson, Ian Buchanan, Patrick Bauchau, Paul Schulze", - "country": "United States", - "date_added": "August 1, 2019", - "release_year": 2002, - "rating": "R", - "duration": "112 min", - "listed_in": "Thrillers", - "description": "A woman and her daughter are caught in a game of cat-and-mouse with burglars in their New York City home and are forced to retreat inside a vault.", - "type": "Movie" - }, - { - "show_id": 81155880, - "title": "Regiment Diaries", - "director": "", - "cast": "", - "country": "India", - "date_added": "August 1, 2019", - "release_year": 2018, - "rating": "TV-14", - "duration": "1 Season", - "listed_in": "Docuseries, International TV Shows", - "description": "Historical footage and interviews with soldiers showcase war stories, unique traditions and unifying principles of the Indian Army’s various regiments.", - "type": "TV Show" - }, - { - "show_id": 915927, - "title": "Rocky", - "director": "John G. Avildsen", - "cast": "Sylvester Stallone, Talia Shire, Burt Young, Carl Weathers, Burgess Meredith, Thayer David, Joe Spinell, Jimmy Gambina, Bill Baldwin", - "country": "United States", - "date_added": "August 1, 2019", - "release_year": 1976, - "rating": "PG", - "duration": "120 min", - "listed_in": "Action & Adventure, Classic Movies, Dramas", - "description": "Sylvester Stallone shot to fame as Rocky Balboa, an unknown fighter who's given a shot at fighting world champ Apollo Creed as a publicity stunt.", - "type": "Movie" - }, - { - "show_id": 916043, - "title": "Rocky II", - "director": "Sylvester Stallone", - "cast": "Sylvester Stallone, Talia Shire, Burt Young, Carl Weathers, Burgess Meredith, Tony Burton, Joe Spinell, Leonard Gaines, John Pleshette, Sylvia Meals", - "country": "United States", - "date_added": "August 1, 2019", - "release_year": 1979, - "rating": "PG", - "duration": "119 min", - "listed_in": "Dramas, Sports Movies", - "description": "Featuring a rousing climax, this engaging sequel finds boxer Rocky Balboa returning to the ring for a rematch against reigning champ Apollo Creed.", - "type": "Movie" - }, - { - "show_id": 60010836, - "title": "Rocky III", - "director": "Sylvester Stallone", - "cast": "Sylvester Stallone, Talia Shire, Burt Young, Carl Weathers, Burgess Meredith, Tony Burton, Mr. T, Hulk Hogan, Ian Fried", - "country": "United States", - "date_added": "August 1, 2019", - "release_year": 1982, - "rating": "PG", - "duration": "100 min", - "listed_in": "Dramas, Sports Movies", - "description": "After taking a pounding from a powerful young fighter, humbled world champ Rocky Balboa turns to ex-rival Apollo Creed for help in regaining his form.", - "type": "Movie" - }, - { - "show_id": 916061, - "title": "Rocky IV", - "director": "Sylvester Stallone", - "cast": "Sylvester Stallone, Talia Shire, Burt Young, Carl Weathers, Dolph Lundgren, Brigitte Nielsen, Tony Burton, Michael Pataki", - "country": "United States", - "date_added": "August 1, 2019", - "release_year": 1985, - "rating": "PG", - "duration": "92 min", - "listed_in": "Dramas, Sports Movies", - "description": "Rocky Balboa takes on the Cold War, coming out of retirement to battle a Soviet fighter who pulverized Rocky's friend and former rival, Apollo Creed.", - "type": "Movie" - }, - { - "show_id": 60025674, - "title": "Rocky V", - "director": "John G. Avildsen", - "cast": "Sylvester Stallone, Talia Shire, Burt Young, Richard Gant, Tommy Morrison, Sage Stallone, Burgess Meredith, Tony Burton", - "country": "United States", - "date_added": "August 1, 2019", - "release_year": 1990, - "rating": "PG-13", - "duration": "104 min", - "listed_in": "Dramas, Sports Movies", - "description": "Inspired by the memory of his trainer, a broke and seemingly careerless Rocky finds glory in training and takes on an up-and-coming boxer.", - "type": "Movie" - }, - { - "show_id": 70039168, - "title": "Rumor Has It", - "director": "Rob Reiner", - "cast": "Jennifer Aniston, Kevin Costner, Shirley MacLaine, Mark Ruffalo, Richard Jenkins, Christopher McDonald, Steve Sandvoss, Mena Suvari, Mike Vogel", - "country": "United States, Germany, Australia", - "date_added": "August 1, 2019", - "release_year": 2005, - "rating": "PG-13", - "duration": "97 min", - "listed_in": "Comedies, Romantic Movies", - "description": "When Sarah travels to California for her sister's wedding, she hears a rumor that her family was the real-life inspiration for \"The Graduate.", - "type": "Movie" - }, - { - "show_id": 81103092, - "title": "Running Out Of Time", - "director": "Chris Stokes", - "cast": "Tasha Smith, RonReaco Lee, Telma Hopkins, Sydney Elise Johnson, Sean Dominic, Dustin Harnish, Paul Logan, Kearia Schroeder, Michael Toland, Anton Peeples", - "country": "United States", - "date_added": "August 1, 2019", - "release_year": 2018, - "rating": "TV-14", - "duration": "88 min", - "listed_in": "Thrillers", - "description": "Held hostage by men searching for a secret her late husband left behind, a recent widow and her family race against time to find a way out.", - "type": "Movie" - }, - { - "show_id": 80242065, - "title": "Sleepless Society: Nyctophobia", - "director": "", - "cast": "Chermarn Boonyasak, Nattapat Nimjirawat, Jason Young, Matthew Deane Chanthavanij, Inthira Charoenpura, Natharinee Kanasoot", - "country": "Thailand", - "date_added": "August 1, 2019", - "release_year": 2019, - "rating": "TV-MA", - "duration": "1 Season", - "listed_in": "International TV Shows, TV Mysteries, TV Thrillers", - "description": "Following the death of her child, a grief-stricken woman struggles to find peace until a mysterious boy appears, claiming to be her reincarnated son.", - "type": "TV Show" - }, - { - "show_id": 60031278, - "title": "Something's Gotta Give", - "director": "Nancy Meyers", - "cast": "Jack Nicholson, Diane Keaton, Keanu Reeves, Frances McDormand, Amanda Peet, Jon Favreau, Paul Michael Glaser, Rachel Ticotin", - "country": "United States", - "date_added": "August 1, 2019", - "release_year": 2003, - "rating": "PG-13", - "duration": "128 min", - "listed_in": "Comedies, Romantic Movies", - "description": "Still sexy at 60, Harry Sanborn wines and dines women half his age. But a getaway with his girlfriend goes awry when her mother drops in unannounced.", - "type": "Movie" - }, - { - "show_id": 60001363, - "title": "Space Cowboys", - "director": "Clint Eastwood", - "cast": "Clint Eastwood, Tommy Lee Jones, Donald Sutherland, James Garner, James Cromwell, Marcia Gay Harden, William Devane, Loren Dean, Courtney B. Vance, Rade Serbedzija, Barbara Babcock, Blair Brown", - "country": "United States", - "date_added": "August 1, 2019", - "release_year": 2000, - "rating": "PG-13", - "duration": "130 min", - "listed_in": "Action & Adventure, Dramas, Sci-Fi & Fantasy", - "description": "A retired engineer agrees to help NASA prevent a Russian satellite from falling to Earth if he and his over-the-hill pals can man the mission.", - "type": "Movie" - }, - { - "show_id": 81103517, - "title": "The Chefs' Line", - "director": "", - "cast": "Dan Hong, Mark Olive, Melissa Leong, Maeve O'Meara", - "country": "Australia", - "date_added": "August 1, 2019", - "release_year": 2017, - "rating": "TV-14", - "duration": "1 Season", - "listed_in": "International TV Shows, Reality TV", - "description": "Home cooks face off against trained chefs to see if passion can beat profession in the kitchen in this reality competition show.", - "type": "TV Show" - }, - { - "show_id": 80175802, - "title": "The Sinner", - "director": "", - "cast": "Jessica Biel, Bill Pullman, Christopher Abbott, Abby Miller, Dohn Norwood", - "country": "United States", - "date_added": "", - "release_year": 2018, - "rating": "NR", - "duration": "2 Seasons", - "listed_in": "Crime TV Shows, TV Dramas, TV Mysteries", - "description": "When a young mother inexplicably stabs a stranger to death, a sympathetic detective struggles to unlock the mystery buried in her missing memories.", - "type": "TV Show" - }, - { - "show_id": 60026477, - "title": "To Wong Foo, Thanks for Everything! Julie Newmar", - "director": "Beeban Kidron", - "cast": "Patrick Swayze, Wesley Snipes, John Leguizamo, Stockard Channing, Blythe Danner, Arliss Howard, Jason London, Chris Penn, Melinda Dillon, Beth Grant, Alice Drummond, Marceline Hugot, Michael Vartan, RuPaul Charles, Julie Newmar", - "country": "United States", - "date_added": "August 1, 2019", - "release_year": 1995, - "rating": "PG-13", - "duration": "108 min", - "listed_in": "Comedies, Cult Movies, LGBTQ Movies", - "description": "Three New York drag queens on their way to Hollywood for a beauty pageant get stranded in a small Midwestern town when their car breaks down.", - "type": "Movie" - }, - { - "show_id": 80094096, - "title": "Wazir", - "director": "Bejoy Nambiar", - "cast": "Amitabh Bachchan, Farhan Akhtar, Aditi Rao Hydari, Manav Kaul, Neil Nitin Mukesh, John Abraham", - "country": "India", - "date_added": "August 1, 2019", - "release_year": 2016, - "rating": "TV-MA", - "duration": "98 min", - "listed_in": "Dramas, International Movies, Thrillers", - "description": "Helping an amputee grandmaster settle the score for his tragic past, a grieving detective unravels a conspiracy more complicated than he imagined.", - "type": "Movie" - }, - { - "show_id": 80013249, - "title": "Wentworth", - "director": "", - "cast": "Danielle Cormack, Nicole da Silva, Kate Atkinson, Celia Ireland, Shareena Clanton, Aaron Jeffery, Robbie Magasiva, Katrina Milosevic, Jacqueline Brennan, Ra Chapman, Pamela Rabe, Sigrid Thornton, Socratis Otto, Bernard Curry, Tammy MacIntosh, Kate Jenkinson", - "country": "Australia", - "date_added": "", - "release_year": 2019, - "rating": "NR", - "duration": "7 Seasons", - "listed_in": "Crime TV Shows, TV Dramas", - "description": "Bea Smith is locked up while awaiting trial for the alleged attempted murder of her husband and must learn how life works in prison.", - "type": "TV Show" - }, - { - "show_id": 81085824, - "title": "White Chamber", - "director": "Paul Raschid", - "cast": "Shauna MacDonald, Oded Fehr, Amrita Acharia, Sharon Maughan, Nicholas Farrell, Candis Nergaard, Marcus Griffiths, Adrianna Edwards, Sumit Chakravarti, Lisa Reynolds", - "country": "United Kingdom", - "date_added": "August 1, 2019", - "release_year": 2018, - "rating": "TV-MA", - "duration": "89 min", - "listed_in": "Sci-Fi & Fantasy, Thrillers", - "description": "When a civil war ravages the UK, a scientist awakens in a futuristic cell and is tortured by her captor for information she claims she doesn't possess.", - "type": "Movie" - }, - { - "show_id": 80236408, - "title": "Bangkok Love Stories: Innocence", - "director": "", - "cast": "Nida Patcharaveerapong, Nicole Theriault, Nattapol Diloknawarit, Tosatid Darnkhuntod, Narupornkamol Chaisang, Pavadee Komchokpaisan, Kawin Manonukul, Ponlawit Ketprapakorn, Rudklao Amratisha, Paramej Noiam, Tachakorn Boonlupyanun, Teera Pratumtree, Nawarat Techarathanaprasert, Naphon Phromsuwan", - "country": "", - "date_added": "July 31, 2019", - "release_year": 2018, - "rating": "TV-14", - "duration": "1 Season", - "listed_in": "International TV Shows, Romantic TV Shows, TV Dramas", - "description": "From a teenage parkour enthusiast to a bawdy restaurateur, an eclectic group of characters find romance in Bangkok's glittering Silom district.", - "type": "TV Show" - }, - { - "show_id": 81039161, - "title": "Ramen Shop", - "director": "Eric Khoo", - "cast": "Takumi Saitoh, Seiko Matsuda, Mark Lee, Jeanette Aw, Tsuyoshi Ihara, Tetsuya Bessho, Beatrice Chien", - "country": "Singapore, Japan, France", - "date_added": "July 31, 2019", - "release_year": 2018, - "rating": "TV-PG", - "duration": "90 min", - "listed_in": "Dramas, International Movies", - "description": "Ramen chef Masato travels to Singapore to retrace his mother's life and finds a deeper understanding of his family history and culture.", - "type": "Movie" - }, - { - "show_id": 80198635, - "title": "The Letdown", - "director": "", - "cast": "Alison Bell, Duncan Fellows, Noni Hazlehurst, Sacha Horler, Leon Ford, Lucy Durack, Leah Vandenberg, Celeste Barber, Xana Tang, Patrick Brammall", - "country": "Australia", - "date_added": "", - "release_year": 2019, - "rating": "TV-MA", - "duration": "2 Seasons", - "listed_in": "International TV Shows, TV Comedies, TV Dramas", - "description": "Audrey, mother of a 2-month-old, joins a new-parents support group, where she makes some quirky friends facing various challenges and life changes.", - "type": "TV Show" - }, - { - "show_id": 80240537, - "title": "The Red Sea Diving Resort", - "director": "Gideon Raff", - "cast": "Chris Evans, Michael Kenneth Williams, Haley Bennett, Alessandro Nivola, Michiel Huisman, Alex Hassell, Mark Ivanir, Chris Chalk, Greg Kinnear, Ben Kingsley", - "country": "Canada, United States", - "date_added": "July 31, 2019", - "release_year": 2019, - "rating": "TV-MA", - "duration": "130 min", - "listed_in": "Dramas, Thrillers", - "description": "Undercover agents open up a fake hotel to real tourists as a cover to help smuggle thousands of Ethiopian refugees to safety. Inspired by true events.", - "type": "Movie" - }, - { - "show_id": 81151899, - "title": "7 (Seven)", - "director": "Nizar Shafi", - "cast": "Rahman, Havish, Regina Cassandra, Nandita Swetha, Anisha Ambrose, Tridha Choudhury, Pujitha Ponnada, Aditi Arya", - "country": "India", - "date_added": "July 30, 2019", - "release_year": 2019, - "rating": "TV-14", - "duration": "1 Season", - "listed_in": "TV Shows", - "description": "Multiple women report their husbands as missing but when it appears they are looking for the same man, a police officer traces their cryptic connection.", - "type": "TV Show" - }, - { - "show_id": 81030976, - "title": "All Good Ones Get Away", - "director": "Víctor García", - "cast": "Claire Forlani, Jake Abel, Titus Welliver, Melina Matthews", - "country": "", - "date_added": "July 30, 2019", - "release_year": 2019, - "rating": "TV-MA", - "duration": "83 min", - "listed_in": "International Movies, Thrillers", - "description": "When a mysterious figure blackmails an adulterous couple during a romantic getaway, their secret affair turns into a fight for survival.", - "type": "Movie" - }, - { - "show_id": 81017011, - "title": "American Hangman", - "director": "Wilson Coneybeare", - "cast": "Donald Sutherland, Vincent Kartheiser, Oliver Dennis, Paul Braunstein, Paul Amato, Matt Baram, Dan Beirne, Joanne Boland, Jamie Jacqueline Burns, Alexander Crowther", - "country": "Canada", - "date_added": "July 30, 2019", - "release_year": 2019, - "rating": "TV-MA", - "duration": "99 min", - "listed_in": "Thrillers", - "description": "A judge’s kidnapping is streamed live on social media, as a vengeful loner puts him on trial for supposedly sending an innocent man to his death.", - "type": "Movie" - }, - { - "show_id": 80213715, - "title": "Whitney Cummings: Can I Touch It?", - "director": "Marcus Raboy", - "cast": "Whitney Cummings", - "country": "", - "date_added": "July 30, 2019", - "release_year": 2019, - "rating": "TV-MA", - "duration": "59 min", - "listed_in": "Stand-Up Comedy", - "description": "In her fourth stand-up special, Whitney Cummings returns to her hometown of Washington, D.C., and riffs on modern feminism, technology and more.", - "type": "Movie" - }, - { - "show_id": 80198632, - "title": "Mission of Honor", - "director": "David Blair", - "cast": "Iwan Rheon, Milo Gibson, Stefanie Martini, Marcin Dorociński, Krystof Hádek, Christopher Jaciow", - "country": "United Kingdom, Poland", - "date_added": "July 29, 2019", - "release_year": 2019, - "rating": "TV-MA", - "duration": "107 min", - "listed_in": "Action & Adventure, Dramas", - "description": "As Hitler's Nazis threaten to take command of Britain's skies, a squadron of Polish pilots arrives to aid the Royal Air Force against a mutual enemy.", - "type": "Movie" - }, - { - "show_id": 70143241, - "title": "The Croods", - "director": "Kirk De Micco, Chris Sanders", - "cast": "Nicolas Cage, Emma Stone, Ryan Reynolds, Catherine Keener, Cloris Leachman, Clark Duke, Chris Sanders, Randy Thom", - "country": "", - "date_added": "July 29, 2019", - "release_year": 2013, - "rating": "PG", - "duration": "99 min", - "listed_in": "Children & Family Movies, Comedies", - "description": "When an earthquake obliterates their cave, an unworldly prehistoric family is forced to journey through unfamiliar terrain in search of a new home.", - "type": "Movie" - }, - { - "show_id": 80210294, - "title": "Twelve Forever", - "director": "", - "cast": "Kelsy Abbott, Antony Del Rio, Jaylen Barron, Matt Berry, Bridget Everett, Brandon Wardell, Steve Agee, Spencer Rothbell, Nick Sumida, Ashley Boettcher, Wade Randolph", - "country": "United States", - "date_added": "July 29, 2019", - "release_year": 2019, - "rating": "TV-Y7", - "duration": "1 Season", - "listed_in": "Kids' TV", - "description": "Reggie's wild imagination unlocks a weird and wonderful world where she can be herself – and escape the pressures of growing up.", - "type": "TV Show" - }, - { - "show_id": 81092331, - "title": "1st Summoning", - "director": "Raymond Wood", - "cast": "Hayley Lovitt, Teddy Cole, Brook Todd, Ace Harney, Jason Macdonald", - "country": "United States", - "date_added": "July 26, 2019", - "release_year": 2018, - "rating": "TV-MA", - "duration": "94 min", - "listed_in": "Horror Movies, Independent Movies", - "description": "Student filmmakers uncover occult rituals tied to an abandoned warehouse, then gradually realize the horror is closer than they think.", - "type": "Movie" - }, - { - "show_id": 80232852, - "title": "Big Dreams, Small Spaces", - "director": "", - "cast": "Monty Don", - "country": "United Kingdom", - "date_added": "", - "release_year": 2017, - "rating": "TV-G", - "duration": "3 Seasons", - "listed_in": "British TV Shows, International TV Shows, Reality TV", - "description": "Writer and presenter Monty Don helps England's budding horticulturists plant and grow the gardens of their dreams.", - "type": "TV Show" - }, - { - "show_id": 80173485, - "title": "Boi", - "director": "Jorge M. Fontana", - "cast": "Bernat Quintana, Adrian Pang, Andrew Lua, Rachel Lascar, Fina Rius, Miranda Gas", - "country": "Spain", - "date_added": "July 26, 2019", - "release_year": 2018, - "rating": "TV-MA", - "duration": "111 min", - "listed_in": "Dramas, Independent Movies, International Movies", - "description": "A young chauffeur who's at a crossroads in his life escorts a pair of clients around Barcelona and becomes embroiled in their mysterious quest.", - "type": "Movie" - }, - { - "show_id": 81028404, - "title": "Eerie", - "director": "Mikhail Red", - "cast": "Bea Alonzo, Jake Cuenca, Maxene Magalona, Charo Santos, Mary Joy Apostol, Gabby Padilla, Gillian Vicencio", - "country": "Philippines, Singapore", - "date_added": "July 26, 2019", - "release_year": 2019, - "rating": "TV-14", - "duration": "100 min", - "listed_in": "Horror Movies, International Movies", - "description": "When a student's suicide rattles an all-girls Catholic school, a clairvoyant guidance counselor leans on a ghost to uncover the convent's abusive past.", - "type": "Movie" - }, - { - "show_id": 81032626, - "title": "Fake or Fortune?", - "director": "", - "cast": "Fiona Bruce, Philip Mould, Bendor Grosvenor", - "country": "United Kingdom", - "date_added": "July 26, 2019", - "release_year": 2015, - "rating": "TV-G", - "duration": "1 Season", - "listed_in": "British TV Shows, Crime TV Shows, Docuseries", - "description": "Fiona Bruce and Philip Mould use investigative skills and scientific techniques to determine if paintings are real or just impressive forgeries.", - "type": "TV Show" - }, - { - "show_id": 80198508, - "title": "Girls With Balls", - "director": "Olivier Afonso", - "cast": "Victor Artus Solaro, Manon Azem, Louise Blachère, Tiphaine Daviot, Margot Dufrene, Anne-Solenne Hatte, Camille Razat, Dany Verissimo-Petit, Denis Lavant, Aurélien Cotentin, Mathieu Madénian, Thomas Vandenberghe", - "country": "France, Belgium", - "date_added": "July 26, 2019", - "release_year": 2019, - "rating": "TV-MA", - "duration": "77 min", - "listed_in": "Comedies, Horror Movies, International Movies", - "description": "Stranded in the woods and eyeballed by twisted hunters, members of a women’s volleyball team bump it up in the most dangerous game of their lives.", - "type": "Movie" - }, - { - "show_id": 80228239, - "title": "Guy Martin: Last Flight of the Vulcan Bomber", - "director": "James Woodroffe", - "cast": "Guy Martin, Kevin Stone, Shaun Dooley", - "country": "United Kingdom", - "date_added": "July 26, 2019", - "release_year": 2015, - "rating": "TV-G", - "duration": "57 min", - "listed_in": "Documentaries, International Movies", - "description": "Guy Martin assists in preparing the last airworthy Vulcan bomber for a farewell tour while revealing the stories behind the iconic aircraft.", - "type": "Movie" - }, - { - "show_id": 80233104, - "title": "Love Your Garden", - "director": "", - "cast": "Alan Titchmarsh, David Domoney, Frances Tophill, Katie Rushworth", - "country": "United Kingdom", - "date_added": "July 26, 2019", - "release_year": 2013, - "rating": "TV-G", - "duration": "1 Season", - "listed_in": "British TV Shows, International TV Shows, Reality TV", - "description": "Famed horticulturist Alan Titchmarsh hosts this uplifting show in which he and his team travel the U.K. planting dream gardens for deserving citizens.", - "type": "TV Show" - }, - { - "show_id": 80228129, - "title": "Mary Portas: Secret Shopper", - "director": "", - "cast": "Mary Portas", - "country": "United Kingdom", - "date_added": "July 26, 2019", - "release_year": 2016, - "rating": "TV-14", - "duration": "1 Season", - "listed_in": "British TV Shows, International TV Shows, Reality TV", - "description": "Retail consultant Mary Portas collaborates with Britain's most complained-about stores to help them better serve fed-up customers.", - "type": "TV Show" - }, - { - "show_id": 81032669, - "title": "Monty Don's French Gardens", - "director": "Rachel Bell", - "cast": "", - "country": "United Kingdom", - "date_added": "July 26, 2019", - "release_year": 2013, - "rating": "TV-G", - "duration": "1 Season", - "listed_in": "British TV Shows, Docuseries, International TV Shows", - "description": "TV personality Monty Don visits France’s most famous gardens to dig up the influence of power, culture and passion on their conceptions and designs.", - "type": "TV Show" - }, - { - "show_id": 81032659, - "title": "Monty Don's Italian Gardens", - "director": "", - "cast": "Monty Don", - "country": "United Kingdom", - "date_added": "July 26, 2019", - "release_year": 2011, - "rating": "TV-G", - "duration": "1 Season", - "listed_in": "British TV Shows, Docuseries, International TV Shows", - "description": "From horticultural hideaways to luxurious botanical displays, TV personality Monty Don explores the history behind Italy’s most extraordinary gardens.", - "type": "TV Show" - }, - { - "show_id": 81026700, - "title": "My First First Love", - "director": "", - "cast": "Ji Soo, Jung Chae-yeon, Jinyoung, Choi Ri, Kang Tae-oh, Hong Ji-yoon", - "country": "South Korea", - "date_added": "", - "release_year": 2019, - "rating": "TV-PG", - "duration": "2 Seasons", - "listed_in": "International TV Shows, Korean TV Shows, Romantic TV Shows", - "description": "Due to various personal reasons, a group of Yun Tae-o’s friends move into his house, where they experience love, friendship, and everything in between.", - "type": "TV Show" - }, - { - "show_id": 70242311, - "title": "Orange Is the New Black", - "director": "", - "cast": "Taylor Schilling, Kate Mulgrew, Laura Prepon, Jason Biggs, Natasha Lyonne, Michael Harney, Uzo Aduba, Danielle Brooks, Samira Wiley, Dascha Polanco, Selenis Leyva, Nick Sandow, Yael Stone, Taryn Manning, Lea DeLaria, Matt McGorry, Emma Myles, Vicky Jeudy, Laverne Cox, Pablo Schreiber, Lori Petty, Ruby Rose, Adrienne C. Moore, Jackie Cruz, Elizabeth Rodriguez", - "country": "United States", - "date_added": "", - "release_year": 2019, - "rating": "TV-MA", - "duration": "7 Seasons", - "listed_in": "TV Comedies, TV Dramas", - "description": "A privileged New Yorker ends up in a women's prison when a past crime catches up with her in this Emmy-winning series from the creator of \"Weeds.", - "type": "TV Show" - }, - { - "show_id": 80201328, - "title": "Sugar Rush", - "director": "", - "cast": "Candace Nelson, Adriano Zumbo, Hunter March", - "country": "United States", - "date_added": "", - "release_year": 2019, - "rating": "TV-PG", - "duration": "2 Seasons", - "listed_in": "Reality TV", - "description": "Time's the most important ingredient as teams race against the clock – and each other – to bake up the best-tasting sweets.", - "type": "TV Show" - }, - { - "show_id": 80155932, - "title": "The Exception", - "director": "David Leveaux", - "cast": "Lily James, Jai Courtney, Christopher Plummer, Janet McTeer, Ben Daniels, Eddie Marsan, Anton Lesser, Mark Dexter, Kris Cuppens", - "country": "United Kingdom, United States", - "date_added": "July 26, 2019", - "release_year": 2016, - "rating": "R", - "duration": "107 min", - "listed_in": "Dramas, Romantic Movies", - "description": "During World War II, a Nazi officer charged with protecting an exiled Kaiser Wilhelm II from spies begins a steamy affair with a secretive Dutch maid.", - "type": "Movie" - }, - { - "show_id": 80994020, - "title": "The Son", - "director": "Sebastián Schindel", - "cast": "Joaquín Furriel, Martina Gusmán, Luciano Cáceres, Heidi Toini, Regina Lamm", - "country": "Argentina", - "date_added": "July 26, 2019", - "release_year": 2019, - "rating": "TV-MA", - "duration": "93 min", - "listed_in": "Dramas, Independent Movies, International Movies", - "description": "In this psychological thriller, painter Lorenzo's life spirals out of control as he fears his wife is trying to isolate him from their infant son.", - "type": "Movie" - }, - { - "show_id": 80130521, - "title": "The Worst Witch", - "director": "", - "cast": "Bella Ramsey, Clare Higgins, Meibh Campbell, Raquel Cassidy, Jenny Richardson, Miriam Petche, Tallulah Milligan, Wendy Craig, Shauna Shim", - "country": "United Kingdom, Germany", - "date_added": "", - "release_year": 2019, - "rating": "TV-Y7", - "duration": "3 Seasons", - "listed_in": "British TV Shows, Kids' TV", - "description": "After stumbling into a school for witches, a bumbling heroine comes to realize that she just might belong there. Based on Jill Murphy's beloved books.", - "type": "TV Show" - }, - { - "show_id": 80236236, - "title": "Another Life", - "director": "", - "cast": "Katee Sackhoff, Justin Chatwin, Samuel Anderson, Blu Hunt, AJ Rivera, Jake Abel, Alex Ozerov, Alexander Eling, Lina Renna, Selma Blair", - "country": "United States", - "date_added": "July 25, 2019", - "release_year": 2019, - "rating": "TV-MA", - "duration": "1 Season", - "listed_in": "TV Action & Adventure, TV Dramas, TV Mysteries", - "description": "After a massive alien artifact lands on Earth, Niko Breckinridge leads an interstellar mission to track down its source and make first contact.", - "type": "TV Show" - }, - { - "show_id": 80117542, - "title": "The Great Hack", - "director": "Karim Amer, Jehane Noujaim", - "cast": "", - "country": "United States", - "date_added": "July 24, 2019", - "release_year": 2019, - "rating": "TV-MA", - "duration": "114 min", - "listed_in": "Documentaries", - "description": "Explore how a data company named Cambridge Analytica came to symbolize the dark side of social media in the wake of the 2016 U.S. presidential election.", - "type": "Movie" - }, - { - "show_id": 81128790, - "title": "Eurovision Song Contest", - "director": "", - "cast": "Bar Refaeli, Erez Tal, Assi Azar, Lucy Ayoub", - "country": "", - "date_added": "July 23, 2019", - "release_year": 2019, - "rating": "TV-PG", - "duration": "1 Season", - "listed_in": "International TV Shows", - "description": "Singers from all over Europe represent their countries in an international showdown and vie for superstar glory.", - "type": "TV Show" - }, - { - "show_id": 80225024, - "title": "The Competition", - "director": "Harvey Lowry", - "cast": "Thora Birch, Chris Klein, Claire Coffee, David Blue, Kelsey Tucker, Michael Draper, Jason Tobias, Gabrielle Stone, Catherine Johnson, Tiffany Fallon", - "country": "United States", - "date_added": "July 23, 2019", - "release_year": 2018, - "rating": "TV-14", - "duration": "103 min", - "listed_in": "Comedies, Romantic Movies", - "description": "After developing an \"infidelity formula\" said to repel cheating, a popular blogger crosses paths with a charming lawyer willing to put it to the test.", - "type": "Movie" - }, - { - "show_id": 70108777, - "title": "Inglourious Basterds", - "director": "Quentin Tarantino", - "cast": "Brad Pitt, Mélanie Laurent, Christoph Waltz, Eli Roth, Michael Fassbender, Diane Kruger, Daniel Brühl, Til Schweiger, Gedeon Burkhard, Jacky Ido, B.J. Novak, Sylvester Groth, Martin Wuttke", - "country": "Germany, United States", - "date_added": "July 22, 2019", - "release_year": 2009, - "rating": "R", - "duration": "153 min", - "listed_in": "Action & Adventure", - "description": "A Jewish cinema owner in occupied Paris is forced to host a Nazi premiere, where a group of American soldiers called the Basterds plans a face-off.", - "type": "Movie" - }, - { - "show_id": 80217743, - "title": "My Hotter Half", - "director": "", - "cast": "Melvin Odoom", - "country": "United Kingdom", - "date_added": "July 22, 2019", - "release_year": 2017, - "rating": "TV-14", - "duration": "1 Season", - "listed_in": "British TV Shows, International TV Shows, Reality TV", - "description": "Couples compete to see who can take the sexiest selfie, with the loser getting a much-needed makeover.", - "type": "TV Show" - }, - { - "show_id": 80233419, - "title": "Storage Wars: Northern Treasures", - "director": "", - "cast": "Ursula Stolf, Paul Kenny, Bogart Kenny, Roy Dirnbeck, Don Reinhart, Rick Coffill, Cindy Hayden", - "country": "United States", - "date_added": "July 22, 2019", - "release_year": 2015, - "rating": "TV-MA", - "duration": "1 Season", - "listed_in": "International TV Shows, Reality TV", - "description": "In Canada, a colorful collection of treasure-seeking scavengers bid on the largely unknown contents of repossessed and abandoned storage units.", - "type": "TV Show" - }, - { - "show_id": 70259259, - "title": "Unfinished Song", - "director": "Paul Andrew Williams", - "cast": "Terence Stamp, Gemma Arterton, Christopher Eccleston, Vanessa Redgrave, Anne Reid, Elizabeth Counsell, Ram John Holder, Bill Thomas, Orla Hill", - "country": "United Kingdom, Germany", - "date_added": "July 22, 2019", - "release_year": 2012, - "rating": "PG-13", - "duration": "94 min", - "listed_in": "Comedies, Dramas, Independent Movies", - "description": "With his wife terminally ill, Arthur's future seems grim. But he learns to find joy in life again when he joins an unconventional church choir.", - "type": "Movie" - }, - { - "show_id": 80057611, - "title": "Beat Bugs", - "director": "", - "cast": "Ashleigh Ball, Lili Beaudoin, Charles Demers, Rebecca Husain, Erin Mathews", - "country": "Australia, Canada", - "date_added": "", - "release_year": 2018, - "rating": "TV-Y", - "duration": "3 Seasons", - "listed_in": "Kids' TV", - "description": "With songs made famous by the Beatles, five friendly bugs learn big lessons about the world around them – all from the safety of their own backyard.", - "type": "TV Show" - }, - { - "show_id": 70034607, - "title": "Bewafaa", - "director": "Dharmesh Darshan", - "cast": "Anil Kapoor, Akshay Kumar, Kareena Kapoor, Sushmita Sen, Shamita Shetty, Manoj Bajpayee, Kabir Bedi, Nafisa Ali, Supriya Pathak, Raj Premi, Supriya Karnik", - "country": "India", - "date_added": "July 21, 2019", - "release_year": 2005, - "rating": "TV-PG", - "duration": "149 min", - "listed_in": "Dramas, International Movies, Romantic Movies", - "description": "A young woman faces pressure to marry her brother-in-law, after her sister dies while giving birth. But she's secretly in love with someone else.", - "type": "Movie" - }, - { - "show_id": 70118801, - "title": "Connected", - "director": "Benny Chan", - "cast": "Louis Koo, Barbie Hsu, Nick Cheung, Liu Ye, Louis Fan, Eddie Cheung, Flora Chan, Gong Beibi", - "country": "China, Hong Kong", - "date_added": "July 21, 2019", - "release_year": 2008, - "rating": "TV-MA", - "duration": "111 min", - "listed_in": "Action & Adventure, International Movies", - "description": "In this remake of \"Cellular,\" a debt collector becomes embroiled in intrigue after answering a random phone call from a stranger begging for help.", - "type": "Movie" - }, - { - "show_id": 80213654, - "title": "D.L. Hughley: Contrarian", - "director": "Jay Chapman", - "cast": "D.L. Hughley", - "country": "United States", - "date_added": "July 21, 2019", - "release_year": 2018, - "rating": "TV-MA", - "duration": "58 min", - "listed_in": "Stand-Up Comedy", - "description": "D.L. Hughley riffs on hot-button political issues, celebrity scandals, his mother's tough love and more in a rapid-fire stand-up show in Philadelphia.", - "type": "Movie" - }, - { - "show_id": 80158802, - "title": "Demetri Martin: The Overthinker", - "director": "Jay Karas, Demetri Martin", - "cast": "Demetri Martin", - "country": "United States", - "date_added": "July 21, 2019", - "release_year": 2018, - "rating": "TV-MA", - "duration": "56 min", - "listed_in": "Stand-Up Comedy", - "description": "With his signature one-liners and drawings, Demetri Martin muses on doughnut holes, dogs, sports bars, the alphabet's most aggressive letters and more.", - "type": "Movie" - }, - { - "show_id": 70117354, - "title": "The Beast Stalker", - "director": "Dante Lam", - "cast": "Nicholas Tse, Nick Cheung, Zhang Jing-chu, Miao Pu, Liu Kai-chi, Philip Keung, Kwok Jing-hung, Sherman Chung, Zhang He, Wong Suet-yin, Wong Sum-yin", - "country": "Hong Kong", - "date_added": "July 21, 2019", - "release_year": 2008, - "rating": "TV-MA", - "duration": "110 min", - "listed_in": "Action & Adventure, International Movies", - "description": "Feeling guilty after a high-speed chase leaves a girl dead, a determined sergeant pursues the crime boss who triggered the fatal car accident.", - "type": "Movie" - }, - { - "show_id": 81036524, - "title": "The Midas Touch", - "director": "Chi Keung Fung", - "cast": "Chapman To, Charlene Choi, Gao Yunxiang, Shatina Chen, Alice Li, Jiayu Xie, Jiemeng Zhuang, Venus Wong, Ching-Wan Hui, Jennifer Zhang", - "country": "Hong Kong", - "date_added": "July 21, 2019", - "release_year": 2013, - "rating": "TV-14", - "duration": "98 min", - "listed_in": "Comedies, International Movies", - "description": "A debt collector takes over the management of a group of starlets after their talent agent defaults on a loan, but soon finds he's in over his head.", - "type": "Movie" - }, - { - "show_id": 70025372, - "title": "The Twins Effect II", - "director": "Corey Yuen, Patrick Leung", - "cast": "Donnie Yen, Jaycee Chan, Charlene Choi, Gillian Chung, Wilson Chen Bo-Lin, Tony Leung Ka Fai, Qu Ying, Fan Bingbing, Xie Jing-jing, Daniel Wu, Edison Chen, Jackie Chan", - "country": "Hong Kong, China", - "date_added": "July 21, 2019", - "release_year": 2004, - "rating": "TV-14", - "duration": "106 min", - "listed_in": "Action & Adventure, Comedies, International Movies", - "description": "An empress rules over a land where men are subservient to women. But a prophecy reveals that a boy will become king and restore the male regime.", - "type": "Movie" - }, - { - "show_id": 70123160, - "title": "Twins Mission", - "director": "To-hoi Kong", - "cast": "Sammo Kam-Bo Hung, Gillian Chung, Charlene Choi, Wu Jing, Yuen Wah, Jess Zhang, Steven Cheung, Lier Qiu, Shek Sau, Sam Lee, Andy Liang", - "country": "Hong Kong, China", - "date_added": "July 21, 2019", - "release_year": 2007, - "rating": "TV-14", - "duration": "102 min", - "listed_in": "Action & Adventure, International Movies", - "description": "To retrieve a healing bead stolen from its guardian monks, a pair of bickering twin sisters face off against an entire gang of rival twins.", - "type": "Movie" - }, - { - "show_id": 81035840, - "title": "May You Prosper", - "director": "Hassan Hegazy, Shady Ali", - "cast": "Ahmed Rizk, Bosy, Bayoumi Fouad, Mahmoud Ellithy, Hayatem, Hesham Ismail, Tamer Shaltout, Alaa Morsy", - "country": "Egypt", - "date_added": "July 20, 2019", - "release_year": 2017, - "rating": "TV-14", - "duration": "93 min", - "listed_in": "Comedies, International Movies, Music & Musicals", - "description": "A man's inability to conquer his personal insecurities and distrust of other people leads to problems with his on-again, off-again wife and their son.", - "type": "Movie" - }, - { - "show_id": 81144516, - "title": "Sexy Central", - "director": "", - "cast": "Jeana Ho Pui-yu, Joyce Cheng, Ava Liu, Shiga Lin, Kelly Chen Jia-li, Eric Suen Yiu-wai, Eric Kwok, Mix, Adam Pak, Patrick Tang", - "country": "", - "date_added": "July 20, 2019", - "release_year": 2019, - "rating": "TV-MA", - "duration": "1 Season", - "listed_in": "International TV Shows, Romantic TV Shows, TV Dramas", - "description": "In the bustling center of Hong Kong, five young women reckon with betrayal, unrequited love and other matters of the heart.", - "type": "TV Show" - }, - { - "show_id": 80997613, - "title": "¡Ay, mi madre!", - "director": "Frank Ariza", - "cast": "Estefanía de los Santos, Secun de la Rosa, Terele Pávez, María Alfonsa Rosso, Mariola Fuentes, Alfonso Sánchez, Paz Vega, Marta Torné, Concha Galán", - "country": "Spain", - "date_added": "July 19, 2019", - "release_year": 2019, - "rating": "TV-MA", - "duration": "81 min", - "listed_in": "Comedies, International Movies", - "description": "When her estranged mother suddenly dies, a woman must follow the quirky instructions laid out in the will in order to collect an important inheritance.", - "type": "Movie" - }, - { - "show_id": 80171362, - "title": "Comedians in Cars Getting Coffee", - "director": "Jerry Seinfeld", - "cast": "Jerry Seinfeld", - "country": "United States", - "date_added": "", - "release_year": 2019, - "rating": "TV-14", - "duration": "6 Seasons", - "listed_in": "Stand-Up Comedy & Talk Shows, TV Comedies", - "description": "Jerry Seinfeld's roving talk show combines coffee, laughs and vintage cars into quirky, caffeine-fueled adventures with the sharpest minds in comedy.", - "type": "TV Show" - }, - { - "show_id": 81092325, - "title": "Iron Cowboy: The Story of the 50.50.50", - "director": "Jacob Schwab", - "cast": "James Lawrence", - "country": "United States", - "date_added": "July 19, 2019", - "release_year": 2018, - "rating": "TV-14", - "duration": "77 min", - "listed_in": "Documentaries, Sports Movies", - "description": "A record-setting triathlete dares to complete 50 Ironman races – a 2.4-mile swim, a 112-mile bike ride, and a 26.2-mile run – in 50 days in 50 states.", - "type": "Movie" - }, - { - "show_id": 80192098, - "title": "La casa de papel", - "director": "", - "cast": "Úrsula Corberó, Itziar Ituño, Álvaro Morte, Paco Tous, Enrique Arce, Pedro Alonso, María Pedraza, Alba Flores, Miguel Herrán, Jaime Lorente, Esther Acebo, Darko Peric, Kiti Mánver", - "country": "Spain", - "date_added": "", - "release_year": 2019, - "rating": "TV-MA", - "duration": "3 Seasons", - "listed_in": "Crime TV Shows, International TV Shows, Spanish-Language TV Shows", - "description": "Eight thieves take hostages and lock themselves in the Royal Mint of Spain as a criminal mastermind manipulates the police to carry out his plan.", - "type": "TV Show" - }, - { - "show_id": 80091742, - "title": "Last Chance U", - "director": "", - "cast": "John Franklin III, DJ Law, Buddy Stephens, Brittany Wagner, Ronald Ollie", - "country": "United States", - "date_added": "", - "release_year": 2019, - "rating": "TV-MA", - "duration": "4 Seasons", - "listed_in": "Docuseries", - "description": "In a docuseries set at one of NCAA football's most fertile recruiting grounds, guys with red flags seek to prove their worth on the field and in class.", - "type": "TV Show" - }, - { - "show_id": 80160037, - "title": "Queer Eye", - "director": "", - "cast": "Bobby Berk, Karamo Brown, Tan France, Antoni Porowski, Jonathan Van Ness", - "country": "United States", - "date_added": "", - "release_year": 2019, - "rating": "TV-14", - "duration": "4 Seasons", - "listed_in": "Reality TV", - "description": "An all-new “Fab Five” advise men on fashion, grooming, food, culture and design in this modern reboot of the Emmy Award-winning reality series.", - "type": "TV Show" - }, - { - "show_id": 80186926, - "title": "​SAINT SEIYA: Knights of the Zodiac", - "director": "", - "cast": "Bryson Baugus, Emily Neves, Blake Shepard, Patrick Poole, Luci Christian, Adam Gibbs, Masakazu Morita, Fumiko Orikasa, Takahiro Sakurai, Hiroaki Miura, Satomi Sato, Katsuyuki Konishi", - "country": "Japan", - "date_added": "July 19, 2019", - "release_year": 2019, - "rating": "TV-14", - "duration": "1 Season", - "listed_in": "Anime Series, International TV Shows", - "description": "Seiya and the Knights of the Zodiac rise again to protect the reincarnation of the goddess Athena, but a dark prophecy hangs over them all.", - "type": "TV Show" - }, - { - "show_id": 80179782, - "title": "The Epic Tales of Captain Underpants", - "director": "", - "cast": "Nat Faxon, Jay Gragnani, Ramone Hamilton, Sean Astin, Dayci Brookshire, Jorge Diaz, Evan Kishiyama", - "country": "United States", - "date_added": "", - "release_year": 2019, - "rating": "TV-Y7", - "duration": "3 Seasons", - "listed_in": "Kids' TV, TV Comedies", - "description": "Fourth-grade friends George and Harold have a shared love of pranks and comic books – and turning their principal into an undies-wearing superhero.", - "type": "TV Show" - }, - { - "show_id": 80996338, - "title": "Typewriter", - "director": "", - "cast": "Aarna Sharma, Aaryansh Malviya, Mikail Gandhi, Palash Kamble, Jishu Sengupta, Palomi Ghosh, Purab Kohli, Sameer Kochhar, Sara Gesawat", - "country": "India", - "date_added": "July 19, 2019", - "release_year": 2019, - "rating": "TV-MA", - "duration": "1 Season", - "listed_in": "International TV Shows, TV Horror, TV Mysteries", - "description": "Three young friends in Goa plan to search an old villa for ghosts, but when a new family moves in, the home’s buried past resurfaces in chilling ways.", - "type": "TV Show" - }, - { - "show_id": 81116487, - "title": "Rookie Historian Goo Hae-Ryung", - "director": "", - "cast": "Shin Sae-kyeong, Cha Eun-woo, Park Ki-woong, Lee Ji-hoon, Park Ji-hyun, Gong Jung-hwan, Kim Min-sang, Choi Duk-mun, Kim Yeo-jin", - "country": "South Korea", - "date_added": "July 18, 2019", - "release_year": 2019, - "rating": "TV-14", - "duration": "1 Season", - "listed_in": "International TV Shows, Korean TV Shows, Romantic TV Shows", - "description": "Free spirit Goo Hae-ryung embarks on a new life as a scholar in the Joseon royal court after hearing about a government post for women historians.", - "type": "TV Show" - }, - { - "show_id": 80998968, - "title": "Secret Obsession", - "director": "Peter Sullivan", - "cast": "Brenda Song, Mike Vogel, Dennis Haysbert, Ashley Scott, Paul Sloan, Daniel Booko", - "country": "United States", - "date_added": "July 18, 2019", - "release_year": 2019, - "rating": "TV-14", - "duration": "98 min", - "listed_in": "Thrillers", - "description": "When Jennifer wakes up with amnesia after a traumatic attack, her doting husband cares for her. But she soon realizes the danger is far from over.", - "type": "Movie" - }, - { - "show_id": 70272893, - "title": "Short Term 12", - "director": "Destin Daniel Cretton", - "cast": "Brie Larson, John Gallagher Jr., Kaitlyn Dever, Rami Malek, Lakeith Stanfield, Kevin Hernandez, Melora Walters, Stephanie Beatriz, Lydia Du Veaux, Alex Calloway, Frantz Turner", - "country": "United States", - "date_added": "July 18, 2019", - "release_year": 2013, - "rating": "R", - "duration": "97 min", - "listed_in": "Dramas, Independent Movies", - "description": "A new charge at a foster care facility dredges up the memories of a young supervisor's own troubled past, and her tough exterior begins eroding.", - "type": "Movie" - }, - { - "show_id": 81113926, - "title": "Mauli", - "director": "Aditya Sarpotdar", - "cast": "Riteish Deshmukh, Saiyami Kher, Jitendra Joshi, Siddarth Jadhav, Shrikant Yadav, Vijay Nikam, Umesh Jagtap, Usha Naik, Girija Oak, Genelia D'Souza", - "country": "India", - "date_added": "July 17, 2019", - "release_year": 2018, - "rating": "TV-14", - "duration": "136 min", - "listed_in": "Action & Adventure, Dramas, International Movies", - "description": "An unconventional police officer faces off against a gang of thugs as he tries to bring order to the far-flung village he’s been stationed in.", - "type": "Movie" - }, - { - "show_id": 80175934, - "title": "Pinky Malinky", - "director": "", - "cast": "Lucas Grabeel, Nathan Kress, Diamond White, Danny Jacobs, Retta, Colleen Smith, Vargus Mason, Lauren Tom, Robbie Daymond, Grey Griffin", - "country": "United States", - "date_added": "", - "release_year": 2019, - "rating": "TV-Y7", - "duration": "3 Seasons", - "listed_in": "Kids' TV, TV Comedies", - "description": "Pinky Malinky sees the bright side of everything, including being born a hot dog. With his BFFs in tow, this little wiener takes a bite out of life.", - "type": "TV Show" - }, - { - "show_id": 80993627, - "title": "Unrequited Love", - "director": "", - "cast": "Zhu Yanmanzi, Zhao Shunran, Shen Yu, Zhang Yichi, Mengqin, Esther Chen, Zhang Zhehao, He Meixuan, Yuan Baizihui", - "country": "China", - "date_added": "July 17, 2019", - "release_year": 2019, - "rating": "TV-14", - "duration": "1 Season", - "listed_in": "International TV Shows, Romantic TV Shows, TV Dramas", - "description": "A complicated, one-sided secret attraction sends ripples through the lives of a mild-mannered student and her dashing classmate.", - "type": "TV Show" - }, - { - "show_id": 81155782, - "title": "Bogda", - "director": "Nisheeta Keni", - "cast": "Suhas Joshi, Mrunmayee Deshpande, Rohit Kokate, Ajinkya Bhosale, Jayant Gadekar, Vivekanand Walake, Pallavi Malvade, Nirmala Tikam", - "country": "India", - "date_added": "July 16, 2019", - "release_year": 2018, - "rating": "TV-PG", - "duration": "161 min", - "listed_in": "Dramas, International Movies", - "description": "An aspiring dancer accompanies her terminally ill mother on one last road trip that alternately strains and strengthens their knotty relationship.", - "type": "Movie" - }, - { - "show_id": 81003981, - "title": "Frankenstein’s Monster’s Monster, Frankenstein", - "director": "Daniel Gray Longino", - "cast": "David Harbour, Alex Ozerov, Kate Berlant, Mary Woronov, Alfred Molina, Heather Lawless, Michael Lerner, Marion Van Cuyck, Bridey Elliott, O-Lan Jones, Lidia Porto, Graham Wagner, Randolph Thompson", - "country": "United States", - "date_added": "July 16, 2019", - "release_year": 2019, - "rating": "TV-14", - "duration": "32 min", - "listed_in": "Comedies", - "description": "When actor David Harbour finds lost footage of his father's disastrous televised stage play of a literary classic, he uncovers shocking family secrets.", - "type": "Movie" - }, - { - "show_id": 81151313, - "title": "Jack of all Trades", - "director": "Harvey Glazer, Stuart Stone", - "cast": "", - "country": "Canada", - "date_added": "July 16, 2019", - "release_year": 2018, - "rating": "TV-MA", - "duration": "86 min", - "listed_in": "Documentaries, Sports Movies", - "description": "Once upon a time, baseball cards were as much an American pastime as the sport. But then scandal rocked the multi-million-dollar industry for good.", - "type": "Movie" - }, - { - "show_id": 70042688, - "title": "The Break-Up", - "director": "Peyton Reed", - "cast": "Vince Vaughn, Jennifer Aniston, Joey Lauren Adams, Cole Hauser, Jon Favreau, Jason Bateman, Judy Davis, Justin Long, Ivan Sergei, John Michael Higgins, Ann-Margret, Vernon Vaughn, Vincent D'Onofrio", - "country": "United States", - "date_added": "July 16, 2019", - "release_year": 2006, - "rating": "PG-13", - "duration": "107 min", - "listed_in": "Comedies, Dramas, Romantic Movies", - "description": "Cohabitating couple Gary and Brooke's petty spats turn into an all-out battle for their home condo.", - "type": "Movie" - }, - { - "show_id": 70109429, - "title": "The Princess and the Frog", - "director": "Ron Clements, John Musker", - "cast": "Anika Noni Rose, Bruno Campos, Keith David, Michael-Leon Wooley, Jennifer Cody, Jim Cummings, Peter Bartlett, Jenifer Lewis, Oprah Winfrey, Terrence Howard, John Goodman, Emeril Lagasse, June Christopher, Paul Briggs, Rob Edwards, John Kassir, Fred Tatasciore, Kimberly Russell, Rif Hutton, Randy Newman, Bridget Hoffman, Corey Burton, Joe Whyte, Michael Colyar, Bruce Smith, Terri Douglas, Claudette Wells, Roger Aaron Brown, Mona Marshall, Terence Blanchard, Kwesi Boakye, Mick Wingert, David Cowgill, Peter Renaday, John Musker, Ritchie Montgomery, Jerry Kernion, Philip Proctor, Eddie Frierson", - "country": "United States", - "date_added": "July 16, 2019", - "release_year": 2009, - "rating": "G", - "duration": "98 min", - "listed_in": "Children & Family Movies", - "description": "In New Orleans during the Jazz Age, a beautiful girl named Tiana has a fateful encounter with frog prince who desperately wants to be human again.", - "type": "Movie" - }, - { - "show_id": 81011993, - "title": "We Belong Together", - "director": "Chris Stokes", - "cast": "Charles Malik Whitfield, Draya Michele, Elise Neal, Cassidey Fralin, Brian White, Valarie Pettiford, Gary Anthony Sturgis, Jessica Vanessa DeLeon", - "country": "United States", - "date_added": "July 16, 2019", - "release_year": 2018, - "rating": "TV-14", - "duration": "83 min", - "listed_in": "Thrillers", - "description": "A divorced professor shares a night of passion with a troubled student who quickly develops an unhealthy – perhaps deadly – infatuation.", - "type": "Movie" - }, - { - "show_id": 80100105, - "title": "Wynonna Earp", - "director": "", - "cast": "Melanie Scrofano, Shamier Anderson, Tim Rozon, Dominique Provost-Chalkley, Michael Eklund, Katherine Barrell, Greg Lawson, Natascha Girgis", - "country": "Canada, United States", - "date_added": "", - "release_year": 2018, - "rating": "TV-14", - "duration": "3 Seasons", - "listed_in": "International TV Shows, TV Action & Adventure, TV Dramas", - "description": "The outcast descendant of lawman Wyatt Earp teams up with an immortal Doc Holliday to rid the world of demonic revenants from the Wild West.", - "type": "TV Show" - }, - { - "show_id": 70201870, - "title": "Angel Beats!", - "director": "", - "cast": "Hiroshi Kamiya, Harumi Sakurai, Kana Hanazawa, Eri Kitamura, Ryohei Kimura, Takahiro Mizushima, Shun Takagi, Fuko Saito, Yui Makino, Hiro Masuda, Michael Rivas, Eiichiro Tokumoto, Yumiko Kobayashi, Hiroki Touchi, Miyuki Sawashiro, Chie Matsuura, Kana Asumi, Emiri Kato", - "country": "Japan", - "date_added": "July 15, 2019", - "release_year": 2010, - "rating": "TV-14", - "duration": "1 Season", - "listed_in": "Anime Series, International TV Shows", - "description": "In a high school that's a way station to the afterlife, a teenager gets caught up in the battle for the rights of those in this purgatorial world.", - "type": "TV Show" - }, - { - "show_id": 80075178, - "title": "Anohana: The Flower We Saw That Day", - "director": "", - "cast": "Miyu Irino, Ai Kayano, Haruka Tomatsu, Takahiro Sakurai, Saori Hayami, Takayuki Kondo, Mitsuru Ogata, Mutsumi Tamura, Asami Seto, Aki Toyosaki, Kaoru Mizuhara, Yui Makino", - "country": "Japan", - "date_added": "July 15, 2019", - "release_year": 2011, - "rating": "TV-PG", - "duration": "1 Season", - "listed_in": "Anime Series, International TV Shows, Teen TV Shows", - "description": "A teen haunted by the spirit of an old friend summons the other members of their childhood club to help fulfill the girl's final wish.", - "type": "TV Show" - }, - { - "show_id": 80145805, - "title": "God Eater", - "director": "", - "cast": "Ryuichi Kijima, Hiroaki Hirata, Kazuya Nakai, Sayaka Ohara, Daisuke Sakaguchi, Maaya Sakamoto", - "country": "Japan", - "date_added": "July 15, 2019", - "release_year": 2015, - "rating": "TV-MA", - "duration": "1 Season", - "listed_in": "Anime Series, International TV Shows", - "description": "An enemy immune to conventional arms has caused the collapse of civilization and humanity's only hope lies in a new living weapon: the God Arc.", - "type": "TV Show" - }, - { - "show_id": 80214010, - "title": "GRANBLUE FANTASY the Animation", - "director": "", - "cast": "Yuki Ono, Nao Toyama, Rie Kugimiya, Miyuki Sawashiro, Hiroaki Hirata, Yukari Tamura, Kazuhiro Yamaji, Rie Tanaka, Emiri Kato, Tomokazu Sugita, Kanae Ito", - "country": "Japan", - "date_added": "July 15, 2019", - "release_year": 2017, - "rating": "TV-14", - "duration": "1 Season", - "listed_in": "Anime Series, International TV Shows", - "description": "In a world where islands float in the sky, Gran encounters a mysterious girl wanted by the Erste Empire for her ability to summon Primal Beasts.", - "type": "TV Show" - }, - { - "show_id": 81154166, - "title": "Grizzy et les Lemmings", - "director": "", - "cast": "Pierre-Alain de Garrigues, Josselin Charier", - "country": "France", - "date_added": "July 15, 2019", - "release_year": 2017, - "rating": "TV-Y7", - "duration": "1 Season", - "listed_in": "Kids' TV, TV Comedies", - "description": "Strong, whip-smart Grizzy rules a Canadian forest, where he has his paws full with a family of frolicsome lemmings.", - "type": "TV Show" - }, - { - "show_id": 81153373, - "title": "Love Shot", - "director": "Steven Fine", - "cast": "Dakota Loesch, Amy Tsang, John Kapelos, Cruz Kim, Victor J. Ho, Clint Jung, Daniel Phai, Cindy Chu, Brian Kurtis, Pete Herron", - "country": "United States", - "date_added": "July 15, 2019", - "release_year": 2018, - "rating": "TV-MA", - "duration": "77 min", - "listed_in": "Dramas, Thrillers", - "description": "A charming hitman questions his profession after learning his next target is the karaoke singer he’s falling in love with.", - "type": "Movie" - }, - { - "show_id": 81011936, - "title": "Plaire, aimer et courir vite", - "director": "Christophe Honoré", - "cast": "Vincent Lacoste, Pierre Deladonchamps, Denis Podalydès, Adèle Wismes, Thomas Gonzalez, Clement Metayer, Quentin Thébault, Tristan Farge, Sophie Letourneur", - "country": "France", - "date_added": "July 13, 2019", - "release_year": 2018, - "rating": "TV-MA", - "duration": "133 min", - "listed_in": "Dramas, Independent Movies, International Movies", - "description": "When a Paris-based writer with AIDS meets a college student exploring his sexuality, romance blossoms in his waning days.", - "type": "Movie" - }, - { - "show_id": 80179784, - "title": "3Below: Tales of Arcadia", - "director": "", - "cast": "Tatiana Maslany, Diego Luna, Nick Offerman, Nick Frost, Glenn Close, Alon Aboutboul, Hayley Atwell, Darin De Paul, Andy Garcia, Cheryl Hines, Tom Kenny, Chris Obi, Cole Sand, Frank Welker, Steven Yeun", - "country": "United States", - "date_added": "", - "release_year": 2019, - "rating": "TV-Y7-FV", - "duration": "2 Seasons", - "listed_in": "Kids' TV, TV Action & Adventure, TV Sci-Fi & Fantasy", - "description": "After crash-landing on Earth, two royal teen aliens on the run struggle to blend in with humans as they evade intergalactic bounty hunters.", - "type": "TV Show" - }, - { - "show_id": 80221109, - "title": "4L", - "director": "Gerardo Olivares", - "cast": "Jean Reno, Hovik Keuchkerian, Susana Abaitua, Juan Dos Santos, Arturo Valls, Enrique San Francisco, Francesc Garrido, Eric Nguyen", - "country": "Spain", - "date_added": "July 12, 2019", - "release_year": 2019, - "rating": "TV-MA", - "duration": "105 min", - "listed_in": "Comedies, Dramas, Independent Movies", - "description": "Hoping to reunite with a dying friend, two longtime pals re-create their desert road trip from Spain to Mali, bringing along his estranged daughter.", - "type": "Movie" - }, - { - "show_id": 80221942, - "title": "Age Gap Love", - "director": "", - "cast": "Fay Ripley", - "country": "United Kingdom", - "date_added": "July 12, 2019", - "release_year": 2017, - "rating": "TV-MA", - "duration": "1 Season", - "listed_in": "British TV Shows, Reality TV, Romantic TV Shows", - "description": "Despite the social backlash and challenges that come with intergenerational romance, these couples choose to stick together through thick and thin.", - "type": "TV Show" - }, - { - "show_id": 80221943, - "title": "Ainsley Eats the Streets", - "director": "", - "cast": "Ainsley Harriott", - "country": "United Kingdom", - "date_added": "July 12, 2019", - "release_year": 2014, - "rating": "TV-PG", - "duration": "1 Season", - "listed_in": "British TV Shows, Docuseries, International TV Shows", - "description": "Celebrity chef Ainsley Harriott embarks on a journey around the world to explore the relationship between local street foods and cultural identity.", - "type": "TV Show" - }, - { - "show_id": 81145271, - "title": "Black & Privileged: Volume 1", - "director": "Mark Harris", - "cast": "Dawnisha Halfkenny, Simeon Henderson, Corey Hendrix, Malcom Banks, Nadia Simms, Brian White, Brely Evans, Cynda Williams, Carl Anthony Payne II", - "country": "United States", - "date_added": "July 12, 2019", - "release_year": 2019, - "rating": "TV-MA", - "duration": "79 min", - "listed_in": "Dramas", - "description": "When low-income families move into a thriving black community in Chicago, they find themselves at odds with politicians to maintain their status.", - "type": "Movie" - }, - { - "show_id": 80215147, - "title": "Blown Away", - "director": "", - "cast": "", - "country": "Canada", - "date_added": "July 12, 2019", - "release_year": 2019, - "rating": "TV-PG", - "duration": "1 Season", - "listed_in": "International TV Shows, Reality TV", - "description": "Ten master artists turn up the heat in glassblowing sculpture challenges for the chance to win $60,000 in prizes and the title of champion.", - "type": "TV Show" - }, - { - "show_id": 80141270, - "title": "Bonus Family", - "director": "", - "cast": "Vera Vitali, Erik Johansson, Fredrik Hallgren, Petra Mede, Frank Dorsin, Jacob Lundqvist, Amanda Lindh, Marianne Mörck, Barbro Svensson, Ann Petrén, Johan Ulveson, Leo Razzak, Felix Engström", - "country": "Sweden", - "date_added": "", - "release_year": 2019, - "rating": "TV-MA", - "duration": "3 Seasons", - "listed_in": "International TV Shows, TV Dramas", - "description": "A new couple, their exes and their children navigate the emotional challenges and tricky logistics of blended family life in this Swedish dramedy.", - "type": "TV Show" - }, - { - "show_id": 81024041, - "title": "Cities of Last Things", - "director": "Wi Ding Ho", - "cast": "Jack Kao, Lee Hong-chi, Louise Grinberg, Huang Lu, Ding Ning", - "country": "Taiwan, China, France, United States", - "date_added": "July 12, 2019", - "release_year": 2018, - "rating": "TV-MA", - "duration": "106 min", - "listed_in": "Dramas, Independent Movies, International Movies", - "description": "In a dystopian tale unfolding in reverse chronology, a man with a complicated past takes revenge on the individuals who wronged him decades ago.", - "type": "Movie" - }, - { - "show_id": 80222071, - "title": "Encounters with Evil", - "director": "", - "cast": "Richard Lintern", - "country": "United Kingdom", - "date_added": "July 12, 2019", - "release_year": 2016, - "rating": "TV-14", - "duration": "1 Season", - "listed_in": "British TV Shows, Crime TV Shows, Docuseries", - "description": "This documentary series tries to get at the root of some of the most heinous crimes ever committed by deranged, cold-blooded criminals.", - "type": "TV Show" - }, - { - "show_id": 80210245, - "title": "Extreme Engagement", - "director": "", - "cast": "Tim Noonan, PJ Madam", - "country": "", - "date_added": "July 12, 2019", - "release_year": 2019, - "rating": "TV-MA", - "duration": "1 Season", - "listed_in": "International TV Shows, Reality TV", - "description": "An engaged couple travels the world for a year to explore marriage customs in diverse cultures. Will the journey bring them closer or tear them apart?", - "type": "TV Show" - }, - { - "show_id": 80224312, - "title": "History's Greatest Hoaxes", - "director": "", - "cast": "", - "country": "Australia", - "date_added": "July 12, 2019", - "release_year": 2016, - "rating": "TV-PG", - "duration": "1 Season", - "listed_in": "British TV Shows, Docuseries", - "description": "Using previously unseen footage, this documentary series offers new insights into some of the biggest scams and forgeries in human history.", - "type": "TV Show" - }, - { - "show_id": 81044248, - "title": "Kidnapping Stella", - "director": "Thomas Sieben", - "cast": "Max von der Groeben, Jella Haase, Clemens Schick", - "country": "Germany", - "date_added": "July 12, 2019", - "release_year": 2019, - "rating": "TV-MA", - "duration": "90 min", - "listed_in": "Dramas, International Movies, Thrillers", - "description": "Snatched off the street and held for ransom, a bound and gagged woman uses her limited powers to derail her two masked abductors' carefully laid plans.", - "type": "Movie" - }, - { - "show_id": 80191236, - "title": "Luis Miguel - The Series", - "director": "", - "cast": "Diego Boneta, Juan Pablo Zurita, Camila Sodi, Óscar Jaenada, Izan Llunas, Paulina Dávila, Martín Bello, Anna Favella, César Bordón, Vanessa Bauche", - "country": "Mexico", - "date_added": "July 12, 2019", - "release_year": 2018, - "rating": "TV-MA", - "duration": "1 Season", - "listed_in": "International TV Shows, Spanish-Language TV Shows, TV Dramas", - "description": "This series dramatizes the life story of Mexican superstar singer Luis Miguel, who has captivated audiences in Latin America and beyond for decades.", - "type": "TV Show" - }, - { - "show_id": 80224314, - "title": "Mega Food", - "director": "", - "cast": "", - "country": "United Kingdom", - "date_added": "July 12, 2019", - "release_year": 2013, - "rating": "TV-G", - "duration": "1 Season", - "listed_in": "British TV Shows, Docuseries, International TV Shows", - "description": "Visiting the busiest kitchens in the world, this reality series focuses on large-scale food production – and the people who make it happen.", - "type": "TV Show" - }, - { - "show_id": 80224184, - "title": "MegaTruckers", - "director": "", - "cast": "", - "country": "Australia", - "date_added": "July 12, 2019", - "release_year": 2012, - "rating": "TV-PG", - "duration": "1 Season", - "listed_in": "Reality TV", - "description": "This reality ride-along offers a glimpse into the can-do, high-stakes world of big rig drivers who haul massive loads of cargo across Australia.", - "type": "TV Show" - }, - { - "show_id": 80224602, - "title": "Money for Nothing", - "director": "", - "cast": "", - "country": "", - "date_added": "July 12, 2019", - "release_year": 2015, - "rating": "TV-PG", - "duration": "1 Season", - "listed_in": "British TV Shows, International TV Shows, Reality TV", - "description": "Aided by designers and craftspeople, entrepreneur Sarah Moore rescues items bound for the garbage dump and turns them into valuable, unique objects.", - "type": "TV Show" - }, - { - "show_id": 80224279, - "title": "Nightmare Tenants, Slum Landlords", - "director": "", - "cast": "Wendi Peters", - "country": "", - "date_added": "", - "release_year": 2016, - "rating": "TV-MA", - "duration": "2 Seasons", - "listed_in": "British TV Shows, International TV Shows, Reality TV", - "description": "The ongoing housing crisis in Britain has led to an increased number of nasty conflicts between fed-up landlords and exasperated tenants.", - "type": "TV Show" - }, - { - "show_id": 81094069, - "title": "One Spring Night", - "director": "", - "cast": "Han Ji-min, Jung Hae-in, Kim Jun-han, Yim Sung-eon, Song Seung-hwan, Kil Hae-yeon, Lee Moo-saeng, Kim Chang-wan", - "country": "South Korea", - "date_added": "July 12, 2019", - "release_year": 2019, - "rating": "TV-14", - "duration": "1 Season", - "listed_in": "International TV Shows, Korean TV Shows, Romantic TV Shows", - "description": "When Lee Jeong-in and Yu Ji-ho meet, something unexpected happens. Or it just may be that spring is in the air – and anything is possible.", - "type": "TV Show" - }, - { - "show_id": 81094893, - "title": "PILI Fantasy: War of Dragons", - "director": "", - "cast": "Wang Hsi-hua, Lai Wei, Zhang Yu-quan, Chen Yu-kuan, Gao Ming-xiao, Tian Zhi-jie, Li Xiang-yu, Guo Ya-zhen, Zhan Yi-chun, Ye Yu-jia", - "country": "", - "date_added": "July 12, 2019", - "release_year": 2019, - "rating": "TV-14", - "duration": "1 Season", - "listed_in": "International TV Shows, TV Action & Adventure, TV Sci-Fi & Fantasy", - "description": "As turmoil looms in the Martial World, and the Eight Wonders of the Evil Dragon unleashes dark forces, who will emerge as the new warrior legend?", - "type": "TV Show" - }, - { - "show_id": 80221677, - "title": "Point Blank", - "director": "Joe Lynch", - "cast": "Frank Grillo, Anthony Mackie, Marcia Gay Harden, Teyonah Parris, Boris McGiver, Christian Cooke, Markice Moore", - "country": "France, United States", - "date_added": "July 12, 2019", - "release_year": 2019, - "rating": "TV-MA", - "duration": "87 min", - "listed_in": "Action & Adventure", - "description": "To save his pregnant wife, an emergency room nurse unwillingly partners with an injured murder suspect in a race against time and renegade cops.", - "type": "Movie" - }, - { - "show_id": 70084221, - "title": "Smart People", - "director": "Noam Murro", - "cast": "Dennis Quaid, Sarah Jessica Parker, Thomas Haden Church, Ellen Page, Ashton Holmes, Christine Lahti, Camille Mana, David Denman, Don Wadsworth, Robert Haley", - "country": "United States", - "date_added": "July 12, 2019", - "release_year": 2008, - "rating": "R", - "duration": "95 min", - "listed_in": "Comedies, Dramas, Independent Movies", - "description": "An unexpected romance and a surprise visit from his wild brother turn the life of widowed professor Lawrence Wetherhold upside down.", - "type": "Movie" - }, - { - "show_id": 81040704, - "title": "Taco Chronicles", - "director": "", - "cast": "", - "country": "United States", - "date_added": "July 12, 2019", - "release_year": 2019, - "rating": "TV-PG", - "duration": "1 Season", - "listed_in": "Docuseries, International TV Shows, Reality TV", - "description": "Many of the most popular taco styles have long, rich, little-known histories. Explore some of them in this eye-opening, mouth-watering food adventure.", - "type": "TV Show" - }, - { - "show_id": 80234791, - "title": "The Milk System", - "director": "Andreas Pichler", - "cast": "", - "country": "Germany, Italy", - "date_added": "July 12, 2019", - "release_year": 2017, - "rating": "TV-14", - "duration": "91 min", - "listed_in": "Documentaries, International Movies", - "description": "Farmers, scientists and industry insiders delve into the hidden costs and consequences of global dairy production and offer up possible solutions.", - "type": "Movie" - }, - { - "show_id": 81056491, - "title": "True Tunes", - "director": "", - "cast": "Michela Luci, Jamie Watson, Eric Peterson, Anna Claire Bartlam, Nicolas Aqui, Cory Doran, Julie Lemieux", - "country": "", - "date_added": "July 12, 2019", - "release_year": 2019, - "rating": "TV-Y", - "duration": "1 Season", - "listed_in": "Kids' TV", - "description": "True and her friends are dropping sweet, silly beats with freshly modern music videos set to the sounds of classic nursery rhyme songs.", - "type": "TV Show" - }, - { - "show_id": 81088331, - "title": "Chhota Bheem", - "director": "", - "cast": "Vatsal Dubey, Julie Tejwani, Rupa Bhimani, Jigna Bhardwaj, Rajesh Kava, Mousam, Swapnil", - "country": "India", - "date_added": "July 11, 2019", - "release_year": 2019, - "rating": "TV-Y7", - "duration": "1 Season", - "listed_in": "Kids' TV", - "description": "A brave, energetic little boy with superhuman powers leads his friends on exciting adventures to guard their fellow Dholakpur villagers from evil.", - "type": "TV Show" - }, - { - "show_id": 80234451, - "title": "Family Reunion", - "director": "", - "cast": "Loretta Devine, Tia Mowry-Hardrict, Anthony Alabi, Talia Jackson, Isaiah Russell-Bailey, Cameron J. Wright, Jordyn Raya James, Richard Roundtree", - "country": "United States", - "date_added": "July 11, 2019", - "release_year": 2019, - "rating": "TV-PG", - "duration": "1 Season", - "listed_in": "TV Comedies", - "description": "When the McKellan family moves from Seattle to small-town Georgia, life down South – and traditional grandparents – challenge their big-city ways.", - "type": "TV Show" - }, - { - "show_id": 80995079, - "title": "Little Singham Bandarpur Mein Hu Ha Hu", - "director": "", - "cast": "Anamaya Verma, Ganesh Divekar, Jigna Bharadhwaj, Jitendra Dasadiva, Manoj Pandey, Manish Bhuvan, Meena Nahta, Neshma Chemburkar, Saumya Daan, Sonal Kaushal", - "country": "", - "date_added": "July 11, 2019", - "release_year": 2019, - "rating": "TV-Y7", - "duration": "67 min", - "listed_in": "Children & Family Movies, Comedies", - "description": "Little Singham's sidekick monkey, Chikki, is stuck in the magical land of Bandarpur! Can the kid cop save his beloved pet before danger strikes?", - "type": "Movie" - }, - { - "show_id": 81036520, - "title": "Parchís: the Documentary", - "director": "Daniel Arasanz", - "cast": "", - "country": "Spain", - "date_added": "July 11, 2019", - "release_year": 2019, - "rating": "TV-14", - "duration": "106 min", - "listed_in": "Documentaries, International Movies, Music & Musicals", - "description": "The spotlight's on Parchís, a record company-created Spanish boy/girl band that had unprecedented success with Top 10 songs and hit films in the '80s.", - "type": "Movie" - }, - { - "show_id": 81098589, - "title": "Aziz Ansari: RIGHT NOW", - "director": "Spike Jonze", - "cast": "Aziz Ansari", - "country": "United States", - "date_added": "July 9, 2019", - "release_year": 2019, - "rating": "TV-MA", - "duration": "65 min", - "listed_in": "Stand-Up Comedy", - "description": "In a comedy special directed by Spike Jonze, Aziz Ansari shares deep personal insights and hilarious takes on wokeness, family and the social climate.", - "type": "Movie" - }, - { - "show_id": 80221446, - "title": "Mary Poppins Returns", - "director": "Rob Marshall", - "cast": "Emily Blunt, Lin-Manuel Miranda, Ben Whishaw, Emily Mortimer, Pixie Davies, Nathanael Saleh, Joel Dawson, Julie Walters, Meryl Streep, Colin Firth, Dick Van Dyke", - "country": "United States, United Kingdom", - "date_added": "July 9, 2019", - "release_year": 2018, - "rating": "PG", - "duration": "131 min", - "listed_in": "Children & Family Movies, Music & Musicals", - "description": "In 1930s London, Michael Banks and his three children get some help turning their topsy-turvy world around when his magical childhood nanny reappears.", - "type": "Movie" - }, - { - "show_id": 81088333, - "title": "Krishna Balram", - "director": "", - "cast": "Vatsal Dubey, Julie Tejwani, Rupa Bhimani, Jigna Bhardwaj, Arun Shekher, Sanchit Wartak, Sharda Agnihotri, Ashok Sonawane, Joy Mukherjee", - "country": "", - "date_added": "July 8, 2019", - "release_year": 2019, - "rating": "TV-Y7-FV", - "duration": "1 Season", - "listed_in": "Kids' TV", - "description": "From playing pranks to destroying demons, Lord Krishna and brother Balaram's lives in Vrindavan are action-packed in this mythological series.", - "type": "TV Show" - }, - { - "show_id": 70189282, - "title": "The Iron Lady", - "director": "Phyllida Lloyd", - "cast": "Meryl Streep, Jim Broadbent, Alexandra Roach, Harry Lloyd, Olivia Colman, Iain Glen, Victoria Bewick, Nicholas Farrell, John Sessions, Anthony Head, David Westhead, Julian Wadham, Richard E. Grant, Angus Wright, Roger Allam, Michael Pennington, Susan Brown, Phoebe Waller-Bridge", - "country": "United Kingdom, France", - "date_added": "July 7, 2019", - "release_year": 2011, - "rating": "PG-13", - "duration": "105 min", - "listed_in": "Dramas, International Movies", - "description": "Margaret Thatcher, the first female prime minister of Britain, navigates a career destined to change the rules of leadership and politics.", - "type": "Movie" - }, - { - "show_id": 80134695, - "title": "Free Rein", - "director": "", - "cast": "Jaylen Barron, Manpreet Bambra, Celine Buckens, Freddy Carter, Caroline Ford, Natalie Gumede, Bruce Herbelin-Earle, Noah Huntley, Kerry Ingram, Paul Luebke, Geoffrey McGivern, Navia Ziraili Robinson, Milo Twomey, Carla Woodcock", - "country": "United States", - "date_added": "", - "release_year": 2019, - "rating": "TV-G", - "duration": "3 Seasons", - "listed_in": "British TV Shows, Kids' TV, TV Dramas", - "description": "A 15-year-old from LA spends the summer at her mom's childhood home on an island off the coast of England, where she bonds with a mysterious horse.", - "type": "TV Show" - }, - { - "show_id": 81039323, - "title": "Sicilian Ghost Story", - "director": "Fabio Grassadonia, Antonio Piazza", - "cast": "Julia Jedlikowska, Gaetano Fernandez, Corinne Musallari, Lorenzo Curcio, Andrea Falzone, Federico Finocchiaro, Vincenzo Amato, Sabine Timoteo", - "country": "Italy, France, Switzerland", - "date_added": "July 6, 2019", - "release_year": 2017, - "rating": "TV-MA", - "duration": "119 min", - "listed_in": "Dramas, International Movies, Thrillers", - "description": "When officials are slow to investigate a mysterious disappearance, a teen girl searches the dark woods on the outskirts of town for the boy she loves.", - "type": "Movie" - }, - { - "show_id": 81078217, - "title": "In The Dark", - "director": "", - "cast": "Perry Mattfeld, Brooke Markham, Casey Deidrick, Keston John, Morgan Krantz, Rich Sommer, Thamela Mpumlwana, Saycon Sengbloh, Kathleen York, Derek Webster", - "country": "United States", - "date_added": "July 5, 2019", - "release_year": 2019, - "rating": "TV-14", - "duration": "1 Season", - "listed_in": "Crime TV Shows, TV Dramas", - "description": "A blind woman with vices finds herself in the middle of a murder investigation when her best friend turns up dead.", - "type": "TV Show" - }, - { - "show_id": 80223153, - "title": "River, el más grande siempre", - "director": "Marcelo Altmark, Mariano Mucci, Luis A. Scalella", - "cast": "", - "country": "Argentina", - "date_added": "July 5, 2019", - "release_year": 2019, - "rating": "TV-G", - "duration": "105 min", - "listed_in": "Documentaries, International Movies, Sports Movies", - "description": "Experience the highlights of Argentine soccer team Club Atlético River Plate's long history, from its early development to its major victories.", - "type": "Movie" - }, - { - "show_id": 81108281, - "title": "The Legend of White Snake", - "director": "", - "cast": "Yu Menglong, Ju Jingyi, Pei Zitian, Xiao Yan, Nie Zihao, Yu Lang", - "country": "", - "date_added": "July 5, 2019", - "release_year": 2019, - "rating": "TV-14", - "duration": "1 Season", - "listed_in": "International TV Shows, Romantic TV Shows, TV Dramas", - "description": "In this new take on a classic tale, an ancient snake spirit transforms into a beautiful woman and falls in love with a doctor unaware of her true form.", - "type": "TV Show" - }, - { - "show_id": 80076160, - "title": "Cristina", - "director": "Michèle Ohayon", - "cast": "", - "country": "United States", - "date_added": "July 4, 2019", - "release_year": 2016, - "rating": "NR", - "duration": "40 min", - "listed_in": "Documentaries", - "description": "In this short documentary, 37-year-old Cristina valiantly battles cancer while doing all she can to encourage others to live in the moment.", - "type": "Movie" - }, - { - "show_id": 80233218, - "title": "Kakegurui", - "director": "", - "cast": "Minami Hamabe, Mahiro Takasugi, Aoi Morikawa", - "country": "Japan", - "date_added": "", - "release_year": 2019, - "rating": "TV-14", - "duration": "2 Seasons", - "listed_in": "International TV Shows, TV Dramas, TV Thrillers", - "description": "Yumeko Jabami enrolls at Hyakkaou Private Academy, where students are ranked by their gambling winnings and fame and fortune awaits those on top.", - "type": "TV Show" - }, - { - "show_id": 80099089, - "title": "Skiptrace", - "director": "Renny Harlin", - "cast": "Jackie Chan, Johnny Knoxville, Fan Bingbing, Eric Tsang, Eve Torres, Winston Chao", - "country": "China, Hong Kong, United States", - "date_added": "July 4, 2019", - "release_year": 2016, - "rating": "PG-13", - "duration": "107 min", - "listed_in": "Action & Adventure, Comedies", - "description": "To capture a crime lord who killed his partner and kidnapped his partner's daughter, a Hong Kong detective teams with a smart aleck American gambler.", - "type": "Movie" - }, - { - "show_id": 80057281, - "title": "Stranger Things", - "director": "", - "cast": "Winona Ryder, David Harbour, Finn Wolfhard, Millie Bobby Brown, Gaten Matarazzo, Caleb McLaughlin, Natalia Dyer, Charlie Heaton, Cara Buono, Noah Schnapp, Matthew Modine, Joe Keery, Dacre Montgomery, Sadie Sink, Paul Reiser, Sean Astin", - "country": "United States", - "date_added": "", - "release_year": 2019, - "rating": "TV-14", - "duration": "3 Seasons", - "listed_in": "TV Horror, TV Mysteries, TV Sci-Fi & Fantasy", - "description": "When a young boy vanishes, a small town uncovers a mystery involving secret experiments, terrifying supernatural forces and one strange little girl.", - "type": "TV Show" - }, - { - "show_id": 80211648, - "title": "The Last Czars", - "director": "", - "cast": "Robert Jack, Susanna Herbert, Ben Cartwright, Oliver Dimsdale, Gavin Mitchell, Elsie Bennett, Bernice Stegers", - "country": "United States", - "date_added": "July 3, 2019", - "release_year": 2019, - "rating": "TV-MA", - "duration": "1 Season", - "listed_in": "Docuseries, TV Dramas", - "description": "When social upheaval sweeps Russia in the early 20th century, Czar Nicholas II resists change, sparking a revolution and ending a dynasty.", - "type": "TV Show" - }, - { - "show_id": 80217769, - "title": "Yummy Mummies", - "director": "", - "cast": "Lorinska Merrington, Jane Scandizzo, Rachel Watts, Maria DiGeronimo", - "country": "Australia", - "date_added": "", - "release_year": 2019, - "rating": "TV-14", - "duration": "2 Seasons", - "listed_in": "International TV Shows, Reality TV", - "description": "It's drama Down Under when expectant mothers with model good looks and lavish lifestyles pull out all the stops to prepare for their new arrivals.", - "type": "TV Show" - }, - { - "show_id": 80242137, - "title": "Bangkok Love Stories: Objects of Affection", - "director": "", - "cast": "Apinya Sakuljaroensuk, Kanokchat Munyadon, Gyeon Seo, Nalin Hohler, Thongpoom Siripipat, Chinawut Indracusin, Preeyada Sitthachai, Akarin Akaranitimaytharatt, Adul Charoenrasameekiat, Kanlaya Lertkasemsup", - "country": "Thailand", - "date_added": "July 2, 2019", - "release_year": 2019, - "rating": "TV-14", - "duration": "1 Season", - "listed_in": "International TV Shows, Romantic TV Shows, TV Dramas", - "description": "A kind computer repairman falls for a street-smart graffiti artist whose multiple personality disorder worsens after she witnesses a double murder.", - "type": "TV Show" - }, - { - "show_id": 80241590, - "title": "Bangkok Love Stories: Plead", - "director": "", - "cast": "Chanon Santinatornkul, Sutatta Udomsilp, Morakot Liu, Varot Makaduangkeo, Sutthatip Wutichaipradit, Cholsawas Tiewwanichkul, Surapol Poonpiriya, Hattaya Wongkrachang", - "country": "Thailand", - "date_added": "July 2, 2019", - "release_year": 2019, - "rating": "TV-14", - "duration": "1 Season", - "listed_in": "International TV Shows, Romantic TV Shows, TV Dramas", - "description": "In Bangkok's Chinatown, a spirited digital marketing expert falls for a blind fortune-teller, but their love is predestined to end in disaster.", - "type": "TV Show" - }, - { - "show_id": 81072109, - "title": "Designated Survivor: 60 Days", - "director": "", - "cast": "Ji Jin-hee, Lee Jun-hyuk, Heo Jun-ho, Kang Han-na, Bae Jong-ok, Kim Gyu-ri, Son Suk-ku, Choi Yoon-young, Lee Moo-saeng", - "country": "South Korea", - "date_added": "July 2, 2019", - "release_year": 2019, - "rating": "TV-14", - "duration": "1 Season", - "listed_in": "International TV Shows, Korean TV Shows, TV Dramas", - "description": "When the National Assembly suffers a catastrophic attack, Minister of Environment Park Mu-jin must find a way to lead Korea through the ensuing chaos.", - "type": "TV Show" - }, - { - "show_id": 80036416, - "title": "Good Witch", - "director": "", - "cast": "Catherine Bell, Bailee Madison, Rhys Matthew Bond, James Denton, Catherine Disher, Anthony Lemke, Peter MacNeill, Hannah Endicott-Douglas, Noah Cappe, Kylee Evans", - "country": "United States, Canada", - "date_added": "", - "release_year": 2018, - "rating": "TV-PG", - "duration": "4 Seasons", - "listed_in": "TV Dramas, TV Sci-Fi & Fantasy", - "description": "Raising her daughter in a small town, an enchanting widow with magical powers provokes the interest and exasperation of a skeptical big-city doctor.", - "type": "TV Show" - }, - { - "show_id": 60010069, - "title": "Alice Doesn't Live Here Anymore", - "director": "Martin Scorsese", - "cast": "Ellen Burstyn, Kris Kristofferson, Billy Green Bush, Diane Ladd, Harvey Keitel, Lelia Goldoni, Lane Bradbury, Vic Tayback, Jodie Foster, Alfred Lutter", - "country": "United States", - "date_added": "July 1, 2019", - "release_year": 1974, - "rating": "PG", - "duration": "112 min", - "listed_in": "Classic Movies, Comedies, Dramas", - "description": "A widowed singer and single mother starts over as a diner waitress in Arizona, befriending her coworkers and romancing a ruggedly handsome rancher.", - "type": "Movie" - }, - { - "show_id": 70241791, - "title": "DreamWorks Kung Fu Panda Awesome Secrets", - "director": "", - "cast": "Jack Black, Dustin Hoffman, Dennis Haysbert, Paul Scheer, Randall Duk Kim, David Cross, Jessica DiCicco, Jaycee Chan, Angelina Jolie, Seth Rogen, Tony Leondis", - "country": "United States", - "date_added": "July 1, 2019", - "release_year": 2008, - "rating": "TV-PG", - "duration": "1 Season", - "listed_in": "Kids' TV, TV Action & Adventure, TV Comedies", - "description": "In this pair of adventures, Po tells the story of how masters Thundering Rhino, Storming Ox and Croc met and takes on Shifu's biggest challenge yet.", - "type": "TV Show" - }, - { - "show_id": 81099997, - "title": "Flowering Heart", - "director": "", - "cast": "Choi Da-in, Yang Se-na, Gim Chae-eun, Esther, Um Sang-hyun, Shin Yong-woo", - "country": "South Korea", - "date_added": "July 1, 2019", - "release_year": 2016, - "rating": "TV-Y7", - "duration": "1 Season", - "listed_in": "Kids' TV, Korean TV Shows", - "description": "An ordinary student, who forms an advice club with her friends to help others, gains special powers after a mysterious encounter.", - "type": "TV Show" - }, - { - "show_id": 70084148, - "title": "Frozen River", - "director": "Courtney Hunt", - "cast": "Melissa Leo, Misty Upham, Charlie McDermott, Michael O'Keefe, Mark Boone Junior, James Reilly, Jay Klaitz, John Canoe, Dylan Carusona, Michael Sky", - "country": "United States", - "date_added": "July 1, 2019", - "release_year": 2008, - "rating": "R", - "duration": "97 min", - "listed_in": "Dramas, Independent Movies", - "description": "On a Mohawk reservation on the Canadian border, Ray Eddy teams with a widowed tribe member to smuggle illegal immigrants into the United States.", - "type": "Movie" - }, - { - "show_id": 81064394, - "title": "Hatchimals | Adventures in Hatchtopia", - "director": "", - "cast": "Sam Vincent, Kira Tozer, Andrea Libman", - "country": "United States", - "date_added": "", - "release_year": 2018, - "rating": "TV-Y", - "duration": "2 Seasons", - "listed_in": "Kids' TV", - "description": "These fun-loving creatures hatch from their shells and spread friendship, laughter and life lessons in the land of Hatchtopia.", - "type": "TV Show" - }, - { - "show_id": 70101345, - "title": "Inkheart", - "director": "Iain Softley", - "cast": "Brendan Fraser, Paul Bettany, Helen Mirren, Jim Broadbent, Andy Serkis, Sienna Guillory, Eliza Bennett, Rafi Gavron, Lesley Sharp, Jamie Foreman", - "country": "Germany, United Kingdom, United States", - "date_added": "July 1, 2019", - "release_year": 2008, - "rating": "PG", - "duration": "106 min", - "listed_in": "Action & Adventure, Children & Family Movies, Sci-Fi & Fantasy", - "description": "Unbeknownst to his 12-year-old daughter, a bookbinder has a secret ability to bring characters to life by reading their stories out loud.", - "type": "Movie" - }, - { - "show_id": 80189451, - "title": "Inside the Mind of a Serial Killer", - "director": "", - "cast": "", - "country": "United States", - "date_added": "July 1, 2019", - "release_year": 2015, - "rating": "TV-14", - "duration": "1 Season", - "listed_in": "Crime TV Shows, Docuseries", - "description": "Mixing dramatic re-enactments with real-life footage, this series delves into the tormented psyches of the world's most infamous serial killers.", - "type": "TV Show" - }, - { - "show_id": 80238020, - "title": "Katherine Ryan: Glitter Room", - "director": "Linda Mendoza", - "cast": "Katherine Ryan", - "country": "United States", - "date_added": "July 1, 2019", - "release_year": 2019, - "rating": "TV-MA", - "duration": "66 min", - "listed_in": "Stand-Up Comedy", - "description": "Fresh from a tour, comedian Katherine Ryan shares shrewd observations about school bullies, revenge bodies and raising a very fancy child.", - "type": "Movie" - }, - { - "show_id": 70128697, - "title": "Kill the Irishman", - "director": "Jonathan Hensleigh", - "cast": "Ray Stevenson, Vincent D'Onofrio, Val Kilmer, Christopher Walken, Linda Cardellini, Fionnula Flanagan, Jason Butler Harner, Vinnie Jones, Paul Sorvino, Marcus Thomas, Tony Darrow, Jim Gaffigan, Jeremy Davies, Emma Roberts, Viola Davis, Lauren Graham, Zoë Kravitz, Aasif Mandvi, Keir Gilchrist", - "country": "United States", - "date_added": "July 1, 2019", - "release_year": 2011, - "rating": "R", - "duration": "106 min", - "listed_in": "Action & Adventure, Dramas, Independent Movies", - "description": "This true crime tale charts the rise and fall of mobster Danny Greene, who faced down the Mafia to gain control of organized crime in 1970s Cleveland.", - "type": "Movie" - }, - { - "show_id": 70044688, - "title": "Lady in the Water", - "director": "M. Night Shyamalan", - "cast": "Paul Giamatti, Bryce Dallas Howard, Jeffrey Wright, Bob Balaban, Sarita Choudhury, Cindy Cheung, M. Night Shyamalan, Freddy Rodríguez, Bill Irwin, Mary Beth Hurt", - "country": "United States", - "date_added": "July 1, 2019", - "release_year": 2006, - "rating": "PG-13", - "duration": "110 min", - "listed_in": "Sci-Fi & Fantasy, Thrillers", - "description": "When an apartment building manager discovers a water nymph in the complex's swimming pool, he tries to help her return to her mythical home.", - "type": "Movie" - }, - { - "show_id": 60035622, - "title": "Little Monsters", - "director": "Richard Greenberg", - "cast": "Fred Savage, Howie Mandel, Daniel Stern, Margaret Whitton, Rick Ducommun, Frank Whaley, Ben Savage, William Murray Weiss, Devin Ratray, Amber Barretto, J. Michael Hunter, Tom Hull", - "country": "United States", - "date_added": "July 1, 2019", - "release_year": 1989, - "rating": "PG", - "duration": "102 min", - "listed_in": "Children & Family Movies, Comedies", - "description": "Brian knows there are creatures under his bed. When he faces his fears and confronts them, however, he makes some hilariously weird new friends.", - "type": "Movie" - }, - { - "show_id": 80117079, - "title": "Mean Dreams", - "director": "Nathan Morlando", - "cast": "Bill Paxton, Sophie Nélisse, Josh Wiggins, Colm Feore, Vickie Papavs, Joe Cobden, Ryan Blakely, George Buza", - "country": "Canada", - "date_added": "July 1, 2019", - "release_year": 2016, - "rating": "R", - "duration": "105 min", - "listed_in": "Dramas, Independent Movies, Thrillers", - "description": "Desperate to start a new life with his girlfriend, a teenage boy steals drug money from her father, who happens to be the town's corrupt lawman.", - "type": "Movie" - }, - { - "show_id": 70001958, - "title": "Mean Streets", - "director": "Martin Scorsese", - "cast": "Robert De Niro, Harvey Keitel, David Proval, Amy Robinson, Richard Romanus, Cesare Danova, Victor Argo, George Memmoli", - "country": "United States", - "date_added": "July 1, 2019", - "release_year": 1973, - "rating": "R", - "duration": "112 min", - "listed_in": "Classic Movies, Dramas, Independent Movies", - "description": "In New York's Little Italy, a low-level hoodlum wrestles with loyalty to his mobster uncle, his faith and his friendship with an inveterate gambler.", - "type": "Movie" - }, - { - "show_id": 81099996, - "title": "Molang", - "director": "", - "cast": "Bruno Guéraçague", - "country": "France", - "date_added": "July 1, 2019", - "release_year": 2015, - "rating": "TV-Y", - "duration": "1 Season", - "listed_in": "Kids' TV", - "description": "An imaginative, big-hearted bunny and his friend, a shy chick, explore the everyday joys of their pastel-colored world.", - "type": "TV Show" - }, - { - "show_id": 70066433, - "title": "Next", - "director": "Lee Tamahori", - "cast": "Nicolas Cage, Julianne Moore, Jessica Biel, Thomas Kretschmann, Tory Kittles, José Zúñiga, Jim Beaver, Jason Butler Harner, Michael Trucco, Enzo Cilenti", - "country": "United States", - "date_added": "July 1, 2019", - "release_year": 2007, - "rating": "PG-13", - "duration": "96 min", - "listed_in": "Action & Adventure, Sci-Fi & Fantasy", - "description": "Las Vegas magician Cris can see a few minutes into the future and an FBI agent wants his help thwarting a nuclear attack.", - "type": "Movie" - }, - { - "show_id": 70098899, - "title": "Nights in Rodanthe", - "director": "George C. Wolfe", - "cast": "Richard Gere, Diane Lane, Christopher Meloni, Viola Davis, Becky Ann Baker, Scott Glenn, Linda Molloy, Pablo Schreiber, Mae Whitman, Charlie Tahan", - "country": "United States, Australia", - "date_added": "July 1, 2019", - "release_year": 2008, - "rating": "PG-13", - "duration": "97 min", - "listed_in": "Dramas, Romantic Movies", - "description": "When a hurricane hits a coastal North Carolina inn and strands the only guest, surgeon Paul Flanner, a young woman's life changes forever.", - "type": "Movie" - }, - { - "show_id": 81121171, - "title": "NOVA: Bird Brain", - "director": "", - "cast": "Craig Sechler", - "country": "United States", - "date_added": "July 1, 2019", - "release_year": 2017, - "rating": "TV-G", - "duration": "53 min", - "listed_in": "Children & Family Movies, Documentaries", - "description": "Scientists test avian aptitude and challenge concepts of intelligence with examples ranging from puzzle-solving crows to parrots with a sense of time.", - "type": "Movie" - }, - { - "show_id": 81121172, - "title": "NOVA: Black Hole Apocalypse", - "director": "Rushmore DeNooyer", - "cast": "Janna Levin", - "country": "United States", - "date_added": "July 1, 2019", - "release_year": 2018, - "rating": "TV-G", - "duration": "113 min", - "listed_in": "Documentaries", - "description": "Astrophysicists show how black holes might hold answers to how the universe evolved, leading to life on Earth and, ultimately, the human race.", - "type": "Movie" - }, - { - "show_id": 81121173, - "title": "NOVA: Building Chernobyl's MegaTomb", - "director": "Martin Gorst", - "cast": "Eric Meyers", - "country": "United States", - "date_added": "July 1, 2019", - "release_year": 2017, - "rating": "TV-PG", - "duration": "53 min", - "listed_in": "Documentaries", - "description": "Thirty years after Chernobyl’s nuclear disaster, engineers race against time to complete a new dome to contain the reactor’s lethal radiation.", - "type": "Movie" - }, - { - "show_id": 81121174, - "title": "NOVA: Chinese Chariot Revealed", - "director": "Giulia Clark", - "cast": "Eric Meyers", - "country": "United States", - "date_added": "July 1, 2019", - "release_year": 2017, - "rating": "TV-PG", - "duration": "54 min", - "listed_in": "Documentaries", - "description": "The chariot dominated Chinese warfare for millennia. Now, a team of experts is building their own and unlocking its many secrets.", - "type": "Movie" - }, - { - "show_id": 81121175, - "title": "NOVA: Day the Dinosaurs Died", - "director": "Sarah Holt", - "cast": "Craig Sechler", - "country": "United States", - "date_added": "July 1, 2019", - "release_year": 2017, - "rating": "TV-PG", - "duration": "53 min", - "listed_in": "Documentaries", - "description": "Drilling into the impact crater of the asteroid that wiped out the dinosaurs, a group of scientists unearths new evidence about the catastrophic event.", - "type": "Movie" - }, - { - "show_id": 81121176, - "title": "NOVA: Death Dive to Saturn", - "director": "Terri Randall", - "cast": "Craig Sechler", - "country": "United States", - "date_added": "July 1, 2019", - "release_year": 2017, - "rating": "TV-G", - "duration": "54 min", - "listed_in": "Documentaries", - "description": "After decades of amazing discoveries, spacecraft Cassini embarks on its final – and most daring – mission: a dive below Saturn’s rings.", - "type": "Movie" - }, - { - "show_id": 81121177, - "title": "NOVA: Decoding the Weather Machine", - "director": "Doug Hamilton", - "cast": "Jay O. Sanders", - "country": "United States", - "date_added": "July 1, 2019", - "release_year": 2018, - "rating": "TV-14", - "duration": "113 min", - "listed_in": "Documentaries", - "description": "Scientists investigate Earth’s climate machine, looking for clues across the globe, from Greenland’s ice sheet to the desert of Australia.", - "type": "Movie" - }, - { - "show_id": 81121178, - "title": "NOVA: Eclipse Over America", - "director": "Martin Gorst", - "cast": "", - "country": "United States", - "date_added": "July 1, 2019", - "release_year": 2017, - "rating": "TV-G", - "duration": "53 min", - "listed_in": "Documentaries", - "description": "Scientists reveal how the 2017 solar eclipse provided new clues into how the sun works, from its scorching atmosphere to its deadly solar storms.", - "type": "Movie" - }, - { - "show_id": 81121179, - "title": "NOVA: Extreme Animal Weapons", - "director": "Peter Fison", - "cast": "Doug Averill", - "country": "United States", - "date_added": "July 1, 2019", - "release_year": 2017, - "rating": "TV-PG", - "duration": "53 min", - "listed_in": "Documentaries", - "description": "From huge tusks to giant horns, some animals sport weaponry that’s larger than life. Researchers explain the science behind this biological arms race.", - "type": "Movie" - }, - { - "show_id": 81121180, - "title": "NOVA: First Face of America", - "director": "Graham Townsley", - "cast": "Jay O. Sanders", - "country": "United States", - "date_added": "July 1, 2019", - "release_year": 2018, - "rating": "TV-PG", - "duration": "53 min", - "listed_in": "Documentaries", - "description": "During risky expeditions in an underwater cave, scientists unearth a 13,000-year-old skeleton to gain insight into the earliest known humans in America.", - "type": "Movie" - }, - { - "show_id": 81121181, - "title": "NOVA: Holocaust Escape Tunnel", - "director": "Paula Apsell, Kirk Wolfinger", - "cast": "", - "country": "United States", - "date_added": "July 1, 2019", - "release_year": 2017, - "rating": "TV-14", - "duration": "54 min", - "listed_in": "Documentaries", - "description": "At a former Nazi execution site in Lithuania, an international team of archaeologists searches for a lost escape tunnel dug by Jewish prisoners.", - "type": "Movie" - }, - { - "show_id": 81121182, - "title": "NOVA: Killer Floods", - "director": "", - "cast": "Craig Sechler", - "country": "United States", - "date_added": "July 1, 2019", - "release_year": 2017, - "rating": "TV-PG", - "duration": "54 min", - "listed_in": "Documentaries", - "description": "Scientists search for evidence left behind by the world’s greatest floods and predict if climate change will cause even greater aquatic disasters.", - "type": "Movie" - }, - { - "show_id": 81121183, - "title": "NOVA: Killer Hurricanes", - "director": "Oliver Twinch", - "cast": "Craig Sechler", - "country": "United States", - "date_added": "July 1, 2019", - "release_year": 2017, - "rating": "TV-PG", - "duration": "52 min", - "listed_in": "Documentaries", - "description": "Scientists research the world’s deadliest hurricane, trying to understand what this 18th-century storm could tell us about our own future.", - "type": "Movie" - }, - { - "show_id": 81121184, - "title": "NOVA: Killer Volcanoes", - "director": "Oliver Twinch", - "cast": "Craig Sechler", - "country": "United States", - "date_added": "July 1, 2019", - "release_year": 2017, - "rating": "TV-PG", - "duration": "54 min", - "listed_in": "Documentaries", - "description": "Evidence of a mysterious medieval famine leads researchers on a quest for one of the deadliest volcanoes in human history.", - "type": "Movie" - }, - { - "show_id": 81121185, - "title": "NOVA: Poisoned Water", - "director": "Llewellyn M. Smith", - "cast": "Joe Morton", - "country": "United States", - "date_added": "July 1, 2019", - "release_year": 2017, - "rating": "TV-PG", - "duration": "54 min", - "listed_in": "Documentaries", - "description": "This documentary details how the water disaster in Flint, Michigan happened, its lasting effects, and the lengthy efforts it took to correct it.", - "type": "Movie" - }, - { - "show_id": 81121186, - "title": "NOVA: Prediction by the Numbers", - "director": "Daniel McCabe", - "cast": "Jay O. Sanders", - "country": "United States", - "date_added": "July 1, 2019", - "release_year": 2018, - "rating": "TV-G", - "duration": "53 min", - "listed_in": "Documentaries", - "description": "With the science of forecasting flourishing, this documentary explores how predictions inform our lives and statistics and algorithms' reliability.", - "type": "Movie" - }, - { - "show_id": 81121187, - "title": "NOVA: Secrets of the Shining Knight", - "director": "Peter Yost", - "cast": "Jay O. Sanders", - "country": "United States", - "date_added": "July 1, 2019", - "release_year": 2017, - "rating": "TV-PG", - "duration": "53 min", - "listed_in": "Documentaries", - "description": "A master armorer and his team recreate parts of a knight's medieval armor and test its strength while rediscovering centuries-old metalworking secrets.", - "type": "Movie" - }, - { - "show_id": 81121188, - "title": "NOVA: Thai Cave Rescue", - "director": "Tom Stubberfield", - "cast": "", - "country": "United States", - "date_added": "July 1, 2019", - "release_year": 2018, - "rating": "TV-PG", - "duration": "53 min", - "listed_in": "Documentaries", - "description": "An international team of rescue workers race to save 12 young soccer players and their coach trapped in a flooded cave in Thailand.", - "type": "Movie" - }, - { - "show_id": 81121189, - "title": "NOVA: The Impossible Flight", - "director": "Noel Dockstader, Quinn Kanaly", - "cast": "", - "country": "United States", - "date_added": "July 1, 2019", - "release_year": 2018, - "rating": "TV-PG", - "duration": "113 min", - "listed_in": "Documentaries", - "description": "Two adventurous pilots attempt to fly around the world without using any fuel, relying only on the power of the sun.", - "type": "Movie" - }, - { - "show_id": 70265211, - "title": "Nova: Ultimate Mars Challenge", - "director": "Gail Willumsen", - "cast": "Lance Lewman", - "country": "United States", - "date_added": "July 1, 2019", - "release_year": 2012, - "rating": "TV-G", - "duration": "53 min", - "listed_in": "Movies", - "description": "With access to the scientists and engineers responsible for the Curiosity rover's on-the-ground experiments, NOVA captures its landing on Mars.", - "type": "Movie" - }, - { - "show_id": 70109689, - "title": "Paul Blart: Mall Cop", - "director": "Steve Carr", - "cast": "Kevin James, Keir O'Donnell, Jayma Mays, Raini Rodriguez, Shirley Knight, Stephen Rannazzisi, Peter Gerety, Bobby Cannavale, Adam Ferrara, Jamal Mixon, Adhir Kalyan, Gary Valentine", - "country": "United States", - "date_added": "July 1, 2019", - "release_year": 2009, - "rating": "PG", - "duration": "91 min", - "listed_in": "Action & Adventure, Comedies", - "description": "An overzealous security guard finds himself in over his head when he tries to thwart a criminal mastermind's plot to rob an entire shopping mall.", - "type": "Movie" - }, - { - "show_id": 855084, - "title": "Philadelphia", - "director": "Jonathan Demme", - "cast": "Tom Hanks, Denzel Washington, Jason Robards, Mary Steenburgen, Antonio Banderas, Ron Vawter, Robert Ridgely, Charles Napier, Lisa Summerour, Obba Babatundé", - "country": "United States", - "date_added": "July 1, 2019", - "release_year": 1993, - "rating": "PG-13", - "duration": "126 min", - "listed_in": "Classic Movies, Dramas, LGBTQ Movies", - "description": "Philadelphia attorney Andrew Beckett launches a wrongful termination suit against his law firm when they fire him because he's gay and HIV-positive.", - "type": "Movie" - }, - { - "show_id": 80005772, - "title": "Rabbids Invasion", - "director": "", - "cast": "Damien Laquet, David Gasman, Barbara Scaff", - "country": "France", - "date_added": "July 1, 2019", - "release_year": 2018, - "rating": "TV-Y7", - "duration": "1 Season", - "listed_in": "Kids' TV, TV Comedies", - "description": "Giant, rambunctious rabbits have invaded and are wreaking havoc on the world. But we'll have to get used to them, because they're not going anywhere!", - "type": "TV Show" - }, - { - "show_id": 70105369, - "title": "Race to Witch Mountain", - "director": "Andy Fickman", - "cast": "Dwayne Johnson, AnnaSophia Robb, Alexander Ludwig, Carla Gugino, Ciarán Hinds, Tom Everett Scott, Chris Marquette, Billy Brown, Christine Lakin, Tom Woodruff Jr., John Kassir, Garry Marshall, John Duff, Ted Hartley, Dave Engfer, Bob Clendenin, Shengyi Huang, Robert Torti, Kim Richards, Brandon Miller, Paul Darnell, Omar Dorsey, Dennis Hayden, Suzanne Krull, Steve Rosenbaum, Andrew Shaifer, Bryan Fogel, Bob Koherr, Sam Wolfson, Beth Kennedy, Corri English, Jonathan Slavin, Kevin Christy, Meredith Salenger", - "country": "United States", - "date_added": "July 1, 2019", - "release_year": 2009, - "rating": "PG", - "duration": "99 min", - "listed_in": "Children & Family Movies", - "description": "A sister and brother with special powers are on the run from a mysterious organization that wants to take advantage of the siblings' gifts.", - "type": "Movie" - }, - { - "show_id": 60029369, - "title": "Rain Man", - "director": "Barry Levinson", - "cast": "Dustin Hoffman, Tom Cruise, Valeria Golino, Gerald R. Molen, Jack Murdock, Michael D. Roberts, Ralph Seymour, Lucinda Jenney, Bonnie Hunt", - "country": "United States", - "date_added": "July 1, 2019", - "release_year": 1988, - "rating": "R", - "duration": "134 min", - "listed_in": "Classic Movies, Dramas", - "description": "A fast-talking yuppie is forced to slow down when he meets the brother he never knew he had, an unusually gifted autistic savant named Raymond.", - "type": "Movie" - }, - { - "show_id": 81086718, - "title": "Record of Grancrest War", - "director": "", - "cast": "Kentaro Kumagai, Akari Kito, Yuichi Nakamura, Reina Ueda, Satoshi Hino, Yoshitsugu Matsuoka, Natsumi Takamori, Ai Kayano, Takahiro Sakurai, Wataru Hatano, Yuichi Iguchi, Minori Suzuki, Megumi Nakajima, Yuhko Kaida, Chika Anzai, Yumi Uchiyama, Kaede Hondo, Satoshi Mikami, Ayane Sakura, Ari Ozawa, Tatsuhisa Suzuki, Hiro Shimono", - "country": "Japan", - "date_added": "July 1, 2019", - "release_year": 2018, - "rating": "TV-MA", - "duration": "1 Season", - "listed_in": "Anime Series", - "description": "Lone mage Siluca wanders the land of Atlatan, disgusted by its greedy nobility. When she meets knight errant Theo, she sees a chance to create peace.", - "type": "TV Show" - }, - { - "show_id": 80005738, - "title": "Room on the Broom", - "director": "Max Lang, Jani Lachauer", - "cast": "Simon Pegg, Gillian Anderson, Rob Brydon, Martin Clunes, Sally Hawkins, David Walliams, Timothy Spall", - "country": "United Kingdom", - "date_added": "July 1, 2019", - "release_year": 2012, - "rating": "G", - "duration": "26 min", - "listed_in": "Children & Family Movies, Independent Movies", - "description": "A gentle witch with a ginger braid offers rides to a variety of animals on her increasingly crowded broom, much to her grumpy cat's chagrin.", - "type": "Movie" - }, - { - "show_id": 60000415, - "title": "Scream 3", - "director": "Wes Craven", - "cast": "David Arquette, Neve Campbell, Courteney Cox, Patrick Dempsey, Scott Foley, Lance Henriksen, Matt Keeslar, Jenny McCarthy, Emily Mortimer, Parker Posey, Deon Richmond, Kelly Rutherford, Liev Schreiber, Patrick Warburton, Jamie Kennedy", - "country": "United States", - "date_added": "July 1, 2019", - "release_year": 2000, - "rating": "R", - "duration": "117 min", - "listed_in": "Horror Movies", - "description": "This installment of the tongue-in-cheek horror franchise finds Sidney Prescott once again battling a crazed killer – this time, on a movie set.", - "type": "Movie" - }, - { - "show_id": 70112731, - "title": "Shorts", - "director": "Robert Rodriguez", - "cast": "Jimmy Bennett, Jake Short, Kat Dennings, Trevor Gagnon, Devon Gearhart, Jolie Vanier, Rebel Rodriguez, Leo Howard, Leslie Mann, Jon Cryer, William H. Macy, James Spader", - "country": "United States, United Arab Emirates", - "date_added": "July 1, 2019", - "release_year": 2009, - "rating": "PG", - "duration": "89 min", - "listed_in": "Children & Family Movies, Comedies", - "description": "Chaos erupts when locals learn that an 11-year-old boy has discovered a mysterious rock that grants the wishes of whoever possesses it.", - "type": "Movie" - }, - { - "show_id": 81130297, - "title": "Soul to Keep", - "director": "David Allensworth, Monière", - "cast": "Sandra Mae Frank, Aurora Heimbach, Craig Fogel, Tony Spitz, Jordan Theodore, Kate Rose Reynolds, Jessie Jordan, Derek Long, Sophia Getz, Amelia Sheeler", - "country": "United States", - "date_added": "July 1, 2019", - "release_year": 2019, - "rating": "TV-MA", - "duration": "94 min", - "listed_in": "Horror Movies, Independent Movies", - "description": "Two siblings invite friends to their inherited, remote country home, but the fun stops when the group summons a demonic force from an old spellbook.", - "type": "Movie" - }, - { - "show_id": 60033320, - "title": "Starsky & Hutch", - "director": "Todd Phillips", - "cast": "Ben Stiller, Owen Wilson, Vince Vaughn, Juliette Lewis, Snoop Dogg, Fred Williamson, Jason Bateman, Amy Smart, Carmen Electra, George Cheung", - "country": "United States", - "date_added": "July 1, 2019", - "release_year": 2004, - "rating": "PG-13", - "duration": "101 min", - "listed_in": "Action & Adventure, Comedies", - "description": "New undercover cop partners Starsky and Hutch must overcome their differences to solve an important case with help from street informant Huggy Bear.", - "type": "Movie" - }, - { - "show_id": 81100120, - "title": "Stone Age", - "director": "", - "cast": "Samantha Moon, Nancy Kim, Jacqueline Youn, Mike Yantzi, Anna Paik, Matt Anipen, Josh Schwartzentruber", - "country": "", - "date_added": "July 1, 2019", - "release_year": 2017, - "rating": "TV-Y7", - "duration": "1 Season", - "listed_in": "Kids' TV, Korean TV Shows", - "description": "Woody sets out to become the Stone Age's best animal trainer with a little help from his faithful pet dinosaur, Moga.", - "type": "TV Show" - }, - { - "show_id": 81060038, - "title": "Swiped", - "director": "Ann Deborah Fishman", - "cast": "Kendall Ryan Sanders, Noah Centineo, Nathan Gamble, Kristen Johnston, Leigh-Allyn Baker, Christian Hutcherson, Shelby Wulfert, Steve Daron, Kalani Hilliker, Maddy Curley, George Hamilton", - "country": "United States", - "date_added": "July 1, 2019", - "release_year": 2018, - "rating": "TV-14", - "duration": "94 min", - "listed_in": "Comedies", - "description": "When two college roommates develop a groundbreaking hookup app, casual affairs – and complications – soon run rampant on campus.", - "type": "Movie" - }, - { - "show_id": 60020745, - "title": "Swordfish", - "director": "Dominic Sena", - "cast": "John Travolta, Hugh Jackman, Halle Berry, Don Cheadle, Sam Shepard, Vinnie Jones, Drea de Matteo, Rudolf Martin, Zach Grenier, Camryn Grimes", - "country": "United States", - "date_added": "July 1, 2019", - "release_year": 2001, - "rating": "R", - "duration": "99 min", - "listed_in": "Action & Adventure", - "description": "Determined to get his mitts on $9 billion in a secret DEA account so he can fight terrorism, a rogue agent recruits an encryption expert to hack in.", - "type": "Movie" - }, - { - "show_id": 18907685, - "title": "Taxi Driver", - "director": "Martin Scorsese", - "cast": "Robert De Niro, Jodie Foster, Cybill Shepherd, Peter Boyle, Albert Brooks, Leonard Harris, Harvey Keitel, Murray Moston, Richard Higgs, Victor Argo, Steven Prince, Martin Scorsese", - "country": "United States", - "date_added": "July 1, 2019", - "release_year": 1976, - "rating": "R", - "duration": "114 min", - "listed_in": "Classic Movies, Dramas, Thrillers", - "description": "Enraged by New York's moral rot and urban decay, an unhinged cab driver goes mad, plotting an assassination and saving a teen sex worker.", - "type": "Movie" - }, - { - "show_id": 80142000, - "title": "Tayo the Little Bus", - "director": "", - "cast": "Robyn Slade, Kami Desilets", - "country": "South Korea", - "date_added": "", - "release_year": 2014, - "rating": "TV-Y", - "duration": "2 Seasons", - "listed_in": "Kids' TV, Korean TV Shows", - "description": "As they learn their routes around the busy city, Tayo and his little bus friends discover new sights and go on exciting adventures every day.", - "type": "TV Show" - }, - { - "show_id": 81113468, - "title": "Tayo the Little Bus Movie: Mission Ace", - "director": "Ryu Jung-woo", - "cast": "Moon Nam-sook, Jeong Hye-ok, Choe Hana, Gim Yeong-seon", - "country": "United States", - "date_added": "July 1, 2019", - "release_year": 2016, - "rating": "TV-Y7", - "duration": "48 min", - "listed_in": "Children & Family Movies", - "description": "After he loses his favorite racing car, Duri ventures to a mysterious, magical land filled with toys that have been thrown away.", - "type": "Movie" - }, - { - "show_id": 81017506, - "title": "The Accountant of Auschwitz", - "director": "Matthew Shoychet", - "cast": "", - "country": "Canada", - "date_added": "July 1, 2019", - "release_year": 2018, - "rating": "TV-14", - "duration": "78 min", - "listed_in": "Documentaries, International Movies", - "description": "Decades after WWII, a former SS officer stands trial in his native Germany after being charged for his complicity in the murder of Jews at Auschwitz.", - "type": "Movie" - }, - { - "show_id": 70114342, - "title": "The Book of Eli", - "director": "Albert Hughes, Allen Hughes", - "cast": "Denzel Washington, Gary Oldman, Mila Kunis, Ray Stevenson, Jennifer Beals, Evan Jones, Joe Pingue, Frances de la Tour, Michael Gambon, Tom Waits", - "country": "United States", - "date_added": "July 1, 2019", - "release_year": 2010, - "rating": "R", - "duration": "118 min", - "listed_in": "Action & Adventure, Sci-Fi & Fantasy", - "description": "Determined to protect a sacred text that promises to save humanity, Eli goes on a quest westward across the barren, postapocalyptic country.", - "type": "Movie" - }, - { - "show_id": 70021661, - "title": "The Brothers Grimm", - "director": "Terry Gilliam", - "cast": "Matt Damon, Heath Ledger, Monica Bellucci, Lena Headey, Peter Stormare, Jonathan Pryce, Roger Ashton-Griffiths, Richard Ridings, Mackenzie Crook, Julian Bleach, Tomás Hanák, Laura Greenwood", - "country": "United States, Czech Republic, United Kingdom", - "date_added": "July 1, 2019", - "release_year": 2005, - "rating": "PG-13", - "duration": "119 min", - "listed_in": "Action & Adventure, Sci-Fi & Fantasy", - "description": "Brothers Jake and Will Grimm travel from village to village, posing as exterminators of magical creatures. But in reality, they're expert con artists.", - "type": "Movie" - }, - { - "show_id": 70084795, - "title": "The Forbidden Kingdom", - "director": "Rob Minkoff", - "cast": "Jackie Chan, Jet Li, Collin Chou, Liu Yifei, Li Bingbing, Michael Angarano, Morgan Benoit, Juana Collignon, Wang Deshun, Thomas McDonell", - "country": "United States, China", - "date_added": "July 1, 2019", - "release_year": 2008, - "rating": "PG-13", - "duration": "104 min", - "listed_in": "Action & Adventure, Sci-Fi & Fantasy", - "description": "Jackie Chan and Jet Li star in this rousing adventure about a martial arts movie fan who finds a mystical staff that transports him to ancient China.", - "type": "Movie" - }, - { - "show_id": 60027701, - "title": "The In-Laws", - "director": "Andrew Fleming", - "cast": "Michael Douglas, Albert Brooks, Robin Tunney, Ryan Reynolds, David Suchet, Lindsay Sloane, Russell Andrews, Maria Ricossa, Candice Bergen", - "country": "United States, Germany, Canada", - "date_added": "July 1, 2019", - "release_year": 2003, - "rating": "PG-13", - "duration": "98 min", - "listed_in": "Action & Adventure, Comedies", - "description": "Daredevil secret agent and father of the groom Steve gives conservative podiatrist and father of the bride Jerry prenuptial jitters when they meet.", - "type": "Movie" - }, - { - "show_id": 70021654, - "title": "The Pink Panther", - "director": "Shawn Levy", - "cast": "Steve Martin, Kevin Kline, Beyoncé Knowles-Carter, Jean Reno, Emily Mortimer, Henry Czerny, Kristin Chenoweth, Roger Rees, Philip Goodwin, Henri Garcin, William Abadie", - "country": "United States, Czech Republic", - "date_added": "July 1, 2019", - "release_year": 2006, - "rating": "PG", - "duration": "93 min", - "listed_in": "Children & Family Movies, Comedies", - "description": "Bumbling Inspector Clouseau must solve the murder of a world-famous soccer coach and catch the thief who stole his priceless diamond ring.", - "type": "Movie" - }, - { - "show_id": 81099976, - "title": "Titipo Titipo", - "director": "", - "cast": "Jeon Hae-ri, Kim Eun-ah, Hong Bum-ki, Nam Do-hyeong, Um Sang-hyun", - "country": "", - "date_added": "July 1, 2019", - "release_year": 2018, - "rating": "TV-Y", - "duration": "1 Season", - "listed_in": "Kids' TV, Korean TV Shows", - "description": "Titipo the train is out to prove that he's got what it takes to help the folks of Train Village ride the rails safely and reliably.", - "type": "TV Show" - }, - { - "show_id": 81077862, - "title": "War Against Women", - "director": "Hernán Zin", - "cast": "", - "country": "United States, Spain", - "date_added": "July 1, 2019", - "release_year": 2013, - "rating": "TV-14", - "duration": "61 min", - "listed_in": "Documentaries, International Movies", - "description": "Filmed over three years in 10 countries, this documentary gives voice to the women who have become victims of sexual violence as weapons of war.", - "type": "Movie" - }, - { - "show_id": 70001777, - "title": "Who's That Knocking at My Door?", - "director": "Martin Scorsese", - "cast": "Zina Bethune, Harvey Keitel, Anne Collette, Lennard Kuras, Michael Scala, Harry Northup, Susan Wood, Marissa Mathes, Catherine Scorsese", - "country": "United States", - "date_added": "July 1, 2019", - "release_year": 1967, - "rating": "R", - "duration": "90 min", - "listed_in": "Classic Movies, Dramas, Independent Movies", - "description": "A woman's revelation that she was once raped sends her boyfriend, a reformed street thug, into an emotional and spiritual tailspin.", - "type": "Movie" - }, - { - "show_id": 81100135, - "title": "Zombie Dumb", - "director": "", - "cast": "", - "country": "", - "date_added": "", - "release_year": 2018, - "rating": "TV-Y7", - "duration": "2 Seasons", - "listed_in": "Kids' TV, Korean TV Shows, TV Comedies", - "description": "While living alone in a spooky town, a young girl befriends a motley crew of zombie children with diverse personalities.", - "type": "TV Show" - }, - { - "show_id": 81093122, - "title": "Inhuman Kiss", - "director": "Sittisiri Mongkolsiri", - "cast": "Phantira Pipityakorn, Oabnithi Wiwattanawarang, Sapol Assawamunkong, Surasak Vongthai, Sahatchai 'Stop' Chumrum, Sahajak Boonthanakit, Makorn Supinacharoen, Sasithorn Panichnok", - "country": "Thailand", - "date_added": "June 30, 2019", - "release_year": 2019, - "rating": "TV-MA", - "duration": "122 min", - "listed_in": "Horror Movies, International Movies, Romantic Movies", - "description": "A teenage girl is caught between the affections of two childhood friends while battling the bloodthirsty demon inside of her that manifests at night.", - "type": "Movie" - }, - { - "show_id": 80024232, - "title": "Madam Secretary", - "director": "", - "cast": "Téa Leoni, Tim Daly, Bebe Neuwirth, Zeljko Ivanek, Erich Bergen, Patina Miller, Geoffrey Arend, Kathrine Herzer, Evan Roe, Wallis Currie-Wood", - "country": "United States", - "date_added": "", - "release_year": 2019, - "rating": "TV-14", - "duration": "5 Seasons", - "listed_in": "TV Dramas", - "description": "When a highly capable woman becomes secretary of state, she struggles to find balance between the demands of world politics and those of her family.", - "type": "TV Show" - }, - { - "show_id": 70293788, - "title": "Night Moves", - "director": "Kelly Reichardt", - "cast": "Jesse Eisenberg, Dakota Fanning, Peter Sarsgaard, Alia Shawkat, Logan Miller, Kai Lennox, Katherine Waterston, James Le Gros", - "country": "United States", - "date_added": "June 30, 2019", - "release_year": 2013, - "rating": "R", - "duration": "113 min", - "listed_in": "Dramas, Independent Movies, Thrillers", - "description": "A pair of young environmentalists enlist the help of an ex-military explosives expert to carry out a dangerous act of eco-terrorism.", - "type": "Movie" - }, - { - "show_id": 81039384, - "title": "Romeo Akbar Walter", - "director": "Robbie Grewal", - "cast": "John Abraham, Jackie Shroff, Mouni Roy, Sikander Kher, Raghuvir Yadav, Alka Amin, Rajesh Shringarpure, Anil George", - "country": "India", - "date_added": "June 30, 2019", - "release_year": 2019, - "rating": "TV-14", - "duration": "141 min", - "listed_in": "Dramas, International Movies, Thrillers", - "description": "In 1971, a fallen army major’s son is tapped by India's Research and Analysis Wing to serve as an undercover agent in Pakistan in the lead-up to war.", - "type": "Movie" - }, - { - "show_id": 70157266, - "title": "Scare Tactics", - "director": "", - "cast": "Tracy Morgan, Lauren Ash", - "country": "United States", - "date_added": "", - "release_year": 2011, - "rating": "TV-MA", - "duration": "2 Seasons", - "listed_in": "Reality TV, TV Comedies, TV Horror", - "description": "This ghoulish but hilarious hidden-camera show from Syfy finds mischievous friends and family members setting up unsuspecting victims for elaborate pranks that use high-quality makeup and special effects to unleash their worst fears upon them.", - "type": "TV Show" - }, - { - "show_id": 81145270, - "title": "Pierre Jackson", - "director": "Christopher Nolen", - "cast": "Trae Ireland, Chrystee Pharris, Brian Hooks, Dawnisha Halfkenny, Ebony Byrd Wesley, Simeon Henderson, Marquita Goings, Lew Collins, Kendra Gilliams, Caneil Oliver", - "country": "United States", - "date_added": "June 29, 2019", - "release_year": 2018, - "rating": "TV-MA", - "duration": "81 min", - "listed_in": "Romantic Movies", - "description": "In the midst of ann arduous divorce battle, a real estate tycoon opts for a life of partying and sex until feelings for his childhood friend surface.", - "type": "Movie" - }, - { - "show_id": 81128584, - "title": "Super Deluxe", - "director": "Thiagarajan Kumararaja", - "cast": "Vijay Sethupathi, Fahadh Faasil, Samantha Ruth Prabhu, Ramya Krishnan, Mysskin, Gayathrie, Ashwanth Ashok Kumar, Bagavathi Perumal", - "country": "India", - "date_added": "June 29, 2019", - "release_year": 2019, - "rating": "TV-MA", - "duration": "176 min", - "listed_in": "Comedies, Dramas, International Movies", - "description": "Sex, stigma and spirituality merge in these eccentric stories of an angsty teenager, an unfaithful wife and a transgender woman returning to her past.", - "type": "Movie" - }, - { - "show_id": 80134080, - "title": "20th Century Women", - "director": "Mike Mills", - "cast": "Annette Bening, Elle Fanning, Greta Gerwig, Lucas Jade Zumann, Billy Crudup", - "country": "United States", - "date_added": "June 28, 2019", - "release_year": 2016, - "rating": "R", - "duration": "119 min", - "listed_in": "Dramas, Independent Movies", - "description": "In 1979, single bohemian mom Dorothea, hoping to help her teen son find his place as a man, asks two young women to share their lives with him.", - "type": "Movie" - }, - { - "show_id": 80183051, - "title": "7SEEDS", - "director": "", - "cast": "Nao Toyama, Jun Fukuyama, Katsuyuki Konishi, Yoko Soumi, Kana Asumi, Akira Ishida, Aoi Yuki, Kazuhiko Inoue, Yoko Hikasa, Hirofumi Nojima, Ryotaro Okiayu, Eri Kitamura, Mamiko Noto, Ryo Hirohashi, Shizuka Ito, Hisao Egawa, Mayumi Asano, Kenta Miyake, Ai Kakuma, Kaito Ishikawa, Mikako Komatsu, Daisuke Sakaguchi, Takanori Hoshino, Kenjiro Tsuda, Nozomu Sasaki, Kenji Nojima, Houko Kuwashima, Kensho Ono, Takahiro Sakurai, Haruka Chisuga, Yu Shimamura, Takuma Terashima, Takuya Sato, Junko Minagawa, Masashi Sugawara, Sho Hayami, Kazuyuki Okitsu, Minako Kotobuki", - "country": "", - "date_added": "June 28, 2019", - "release_year": 2019, - "rating": "TV-MA", - "duration": "1 Season", - "listed_in": "Anime Series, International TV Shows", - "description": "Shy Natsu awakens as part of a group chosen to ensure the survival of humanity. Together, they have to survive on a changed Earth.", - "type": "TV Show" - }, - { - "show_id": 80178726, - "title": "Dope", - "director": "", - "cast": "", - "country": "United States", - "date_added": "", - "release_year": 2019, - "rating": "TV-MA", - "duration": "3 Seasons", - "listed_in": "Crime TV Shows, Docuseries", - "description": "Filmed from the perspectives of dealers, users and the police, this vivid series offers a bracing look at the war on drugs.", - "type": "TV Show" - }, - { - "show_id": 81130373, - "title": "El testigo", - "director": "Kate Horne", - "cast": "Jesús Abad Colorado", - "country": "Dominican Republic", - "date_added": "June 28, 2019", - "release_year": 2018, - "rating": "TV-14", - "duration": "73 min", - "listed_in": "Documentaries, International Movies", - "description": "Colombian photojournalist Jesús Abad Colorado shares the stories behind a series of civil war photographs he captured throughout the '80s and '90s.", - "type": "Movie" - }, - { - "show_id": 80245117, - "title": "Exhibit A", - "director": "", - "cast": "", - "country": "United States", - "date_added": "June 28, 2019", - "release_year": 2019, - "rating": "TV-MA", - "duration": "1 Season", - "listed_in": "Crime TV Shows, Docuseries, Science & Nature TV", - "description": "This true crime series shows how innocent people have been convicted with dubious forensic techniques and tools such as touch DNA and cadaver dogs.", - "type": "TV Show" - }, - { - "show_id": 81010818, - "title": "Family Business", - "director": "", - "cast": "Jonathan Cohen, Gérard Darmon, Julia Piaton, Liliane Rovère, Olivier Rosemberg, Ali Marhyar, Lina El Arabi, Louise Coldefy, Enrico Macias, Valérie Damidot", - "country": "France", - "date_added": "June 28, 2019", - "release_year": 2019, - "rating": "TV-MA", - "duration": "1 Season", - "listed_in": "International TV Shows, TV Comedies, TV Dramas", - "description": "After learning France is about to legalize pot, a down-on-his-luck entrepreneur and his family race to turn their butcher shop into a marijuana café.", - "type": "TV Show" - }, - { - "show_id": 81023011, - "title": "Instant Hotel", - "director": "", - "cast": "Luke Jacobz, Juliet Ashworth", - "country": "Australia", - "date_added": "", - "release_year": 2019, - "rating": "TV-MA", - "duration": "2 Seasons", - "listed_in": "International TV Shows, Reality TV", - "description": "Teams of Australian homeowners compete for the title of best Instant Hotel by staying overnight in each other's rentals and rating their experience.", - "type": "TV Show" - }, - { - "show_id": 81091378, - "title": "La Leyenda del Diamante", - "director": "Roberto Girault Facha", - "cast": "Ana Layevska, Alex Sirvent, Paulina Goto, Fernando Estrada, Alejandro Oliva, David Villegas, Xavier Cervantes, Cuauhtémoc Duque, Karyme Lozano, Rodrigo Treviño", - "country": "Mexico", - "date_added": "June 28, 2019", - "release_year": 2017, - "rating": "TV-MA", - "duration": "87 min", - "listed_in": "Action & Adventure, International Movies, Sci-Fi & Fantasy", - "description": "When a gun-toting rebel tries to rescue her kidnapped sister, she finds herself up against a widely feared desperado and a cursed guardian of treasure.", - "type": "Movie" - }, - { - "show_id": 80134440, - "title": "Motown Magic", - "director": "", - "cast": "", - "country": "Australia, United States", - "date_added": "", - "release_year": 2019, - "rating": "TV-Y", - "duration": "2 Seasons", - "listed_in": "Kids' TV", - "description": "Imaginative boy Ben transforms his city by bringing colorful street art to life, armed with a magic paintbrush – and the classic sounds of Motown.", - "type": "TV Show" - }, - { - "show_id": 80195828, - "title": "Paquita Salas", - "director": "", - "cast": "Brays Efe, Belén Cuesta, Lidia San José, Álex de Lucas, Mariona Terés", - "country": "Spain", - "date_added": "", - "release_year": 2018, - "rating": "TV-MA", - "duration": "3 Seasons", - "listed_in": "International TV Shows, Spanish-Language TV Shows, TV Comedies", - "description": "One of Spain's best talent agents in the '90s, Paquita now finds herself searching desperately for new stars after suddenly losing her biggest client.", - "type": "TV Show" - }, - { - "show_id": 81136964, - "title": "Staged Killer", - "director": "Christopher Ray", - "cast": "Chrishell Hartley, Jason Dolley, Darrin Dewitt Henson, Nicole Bilderback, Charlie O'Connell, Chasty Ballesteros, Lyman Chen, Declan Joyce, Frank Rossi, Josh Nuncio", - "country": "United States", - "date_added": "June 28, 2019", - "release_year": 2019, - "rating": "TV-14", - "duration": "88 min", - "listed_in": "Thrillers", - "description": "After a popular morning television host bumps into an old acquaintance with a dark past, her professional and personal lives begin to unravel.", - "type": "Movie" - }, - { - "show_id": 81088332, - "title": "Super Bheem", - "director": "", - "cast": "Sonal Kaushal, Rupa Bhimani, Julie Tejwani, Sabina Malik, Jigna Bharadhwaj, Rajesh Kawa", - "country": "", - "date_added": "June 28, 2019", - "release_year": 2019, - "rating": "TV-Y7", - "duration": "1 Season", - "listed_in": "Kids' TV", - "description": "In this 3D-animated spinoff from the Chhota Bheem series, valiant superhero Bheem goes beyond his village to fight the good fight across the universe.", - "type": "TV Show" - }, - { - "show_id": 81121055, - "title": "Tales of the City (1993)", - "director": "", - "cast": "Olympia Dukakis, Donald Moffat, Laura Linney, Marcus D'Amico, Billy Campbell, Thomas Gibson, Paul Gross, Barbara Garrick, Chloe Webb, Nina Foch, Parker Posey, Stanley DeSantis", - "country": "United Kingdom, United States", - "date_added": "June 28, 2019", - "release_year": 1993, - "rating": "TV-MA", - "duration": "1 Season", - "listed_in": "TV Dramas", - "description": "In 1976, naive Mary Ann Singleton moves to San Francisco and finds a new family in her bohemian landlady and the eclectic residents at 28 Barbary Lane.", - "type": "TV Show" - }, - { - "show_id": 80233215, - "title": "The Chosen One", - "director": "Michel Tikhomiroff", - "cast": "Paloma Bernardi, Renan Tenca, Gutto Szuster, Pedro Caetano, Mariano Mattos Martins, Alli Willow, Kiko Vianello, Francisco Gaspar, Tuna Dwek, Lourinelson Vladmir, Leonardo Ventura, Aury Porto, Glauber Amaral, Astrea Lucena", - "country": "Brazil", - "date_added": "June 28, 2019", - "release_year": 2019, - "rating": "TV-MA", - "duration": "1 Season", - "listed_in": "International TV Shows, TV Dramas, TV Mysteries", - "description": "Determined to bring a Zika vaccine to the remote Pantanal, three doctors clash with a faith healer and are pulled deeper into the mysteries of his cult.", - "type": "TV Show" - }, - { - "show_id": 81110498, - "title": "ANIMA", - "director": "Paul Thomas Anderson", - "cast": "Thom Yorke", - "country": "United Kingdom", - "date_added": "June 27, 2019", - "release_year": 2019, - "rating": "TV-PG", - "duration": "15 min", - "listed_in": "Dramas, Independent Movies, Music & Musicals", - "description": "In a short musical film directed by Paul Thomas Anderson, Thom Yorke of Radiohead stars in a mind-bending visual piece. Best played loud.", - "type": "Movie" - }, - { - "show_id": 81081051, - "title": "Answer for Heaven", - "director": "", - "cast": "Sunny Suwanmethanont, Kan Kantathavorn, Pattarasaya Kreuasuwansri, Chayanan Manomaisantiphap, Suwaphat Techaviriyawong, Prachakorn Piyasakulkaew, Nattarika Thampridanant, Michael Shaowanasai, Pattanachai Adirek", - "country": "", - "date_added": "June 27, 2019", - "release_year": 2019, - "rating": "TV-MA", - "duration": "1 Season", - "listed_in": "Crime TV Shows, International TV Shows, TV Comedies", - "description": "An angel falls to earth to investigate why humans are doing fewer good deeds – and falls in with a hard-charging crime reporter and his news team.", - "type": "TV Show" - }, - { - "show_id": 81060096, - "title": "Daniel Sosa: Maleducado", - "director": "Alex Díaz, Marcos Bucay", - "cast": "Daniel Sosa", - "country": "Mexico", - "date_added": "June 27, 2019", - "release_year": 2019, - "rating": "TV-MA", - "duration": "55 min", - "listed_in": "Stand-Up Comedy", - "description": "In his second stand-up special, Daniel Sosa reminisces about his childhood, ponders Mexican traditions and points out a major problem with \"Coco.", - "type": "Movie" - }, - { - "show_id": 80105452, - "title": "Slasher", - "director": "", - "cast": "Katie McGrath, Brandon Jay McLaren, Steve Byers, Dean McDermott, Patrick Garrow, Jessica Sipos, Enuka Okuma, Leslie Hope, Lovell Adams-Gray, Christopher Jacot, Paulino Nunes, Ty Olsson, Joanne Vannicola, Sebastian Pigott, Madison Cheeatow, Melinda Shankar, Kaitlyn Leeb, Rebecca Liddiard, Jefferson Brown, Jim Watson, Paula Brancati, Aaron Martin", - "country": "Canada, United Kingdom, United States", - "date_added": "", - "release_year": 2019, - "rating": "TV-MA", - "duration": "3 Seasons", - "listed_in": "TV Horror, TV Mysteries, TV Thrillers", - "description": "Rampaging serial killers leave carnage in their wake as their next victims fight to stay alive in this horror anthology series.", - "type": "TV Show" - }, - { - "show_id": 81092491, - "title": "Hikaru Utada Laughter in the Dark Tour 2018", - "director": "", - "cast": "Hikaru Utada", - "country": "Japan", - "date_added": "June 26, 2019", - "release_year": 2018, - "rating": "TV-PG", - "duration": "141 min", - "listed_in": "International Movies, Music & Musicals", - "description": "Celebrating twenty years since her debut, Hikaru Utada takes the stage at Makuhari Messe for the final performance of her Laughter in the Dark Tour.", - "type": "Movie" - }, - { - "show_id": 70236020, - "title": "Kahaani", - "director": "Sujoy Ghosh", - "cast": "Vidya Balan, Parambrata Chatterjee, Dhritiman Chatterjee, Saswata Chatterjee, Indraneil Sengupta, Nawazuddin Siddiqui, Darshan Jariwala, Masood Akhtar, Riddhi Sen", - "country": "India", - "date_added": "June 26, 2019", - "release_year": 2012, - "rating": "TV-14", - "duration": "122 min", - "listed_in": "International Movies, Music & Musicals, Thrillers", - "description": "Pregnant and alone in the city of Kolkata, a woman begins a relentless search for her missing husband, only to find that nothing is what it seems.", - "type": "Movie" - }, - { - "show_id": 81002747, - "title": "Spider-Man: Into the Spider-Verse", - "director": "Peter Ramsey, Rodney Rothman, Bob Persichetti", - "cast": "Shameik Moore, Jake Johnson, Hailee Steinfeld, Brian Tyree Henry, Lauren Vélez, Mahershala Ali, Lily Tomlin, Kathryn Hahn, Liev Schreiber, Kimiko Glenn, Nicolas Cage, John Mulaney", - "country": "United States", - "date_added": "June 26, 2019", - "release_year": 2018, - "rating": "PG", - "duration": "117 min", - "listed_in": "Action & Adventure, Comedies", - "description": "After being bitten by a radioactive spider, Brooklyn teen Miles Morales gets a crash course in web-slinging from his alternate-dimension counterparts.", - "type": "Movie" - }, - { - "show_id": 81075239, - "title": "The Golem", - "director": "Doron Paz, Yoav Paz", - "cast": "Hani Furstenberg, Ishai Golan, Kirill Cernyakov, Brynie Furstenberg, Lenny Ravitz, Alexey Tritenko, Adi Kvetner, Mariya Khomutova, Veronika Shostak, Konstantin Anikienko", - "country": "Israel", - "date_added": "June 26, 2019", - "release_year": 2018, - "rating": "TV-MA", - "duration": "95 min", - "listed_in": "Horror Movies, Independent Movies, International Movies", - "description": "As sickness spreads throughout the countryside, an infertile woman conjures a living child out of clay and sets it loose on her enemies.", - "type": "Movie" - }, - { - "show_id": 81108230, - "title": "Unbroken", - "director": "Svati Chakravarty Bhatkal", - "cast": "", - "country": "India", - "date_added": "June 26, 2019", - "release_year": 2019, - "rating": "TV-14", - "duration": "109 min", - "listed_in": "Documentaries, International Movies", - "description": "After the brutal murders of their loved ones, three individuals share how they healed through forgiveness in this documentary presented by Aamir Khan.", - "type": "Movie" - }, - { - "show_id": 80996192, - "title": "Mike Epps: Only One Mike", - "director": "Kevin Bray", - "cast": "Mike Epps", - "country": "United States", - "date_added": "June 25, 2019", - "release_year": 2019, - "rating": "TV-MA", - "duration": "63 min", - "listed_in": "Stand-Up Comedy", - "description": "In a raw stand-up comedy special, Mike Epps mixes it up as he tackles sexual misconduct, special ed, aging body parts and much more.", - "type": "Movie" - }, - { - "show_id": 81090899, - "title": "Recall", - "director": "Michael James Regan", - "cast": "Michael James Regan, Tommy James Murphy, Louis Di Bianco, Stefano DiMatteo, Juan Carlos Velis, Katriina Isberg, Danny Bruzzi, Eugene Clark, Ronnie Rowe Jr., Brendee Green, A.C. Peterson", - "country": "Canada", - "date_added": "June 25, 2019", - "release_year": 2018, - "rating": "TV-MA", - "duration": "73 min", - "listed_in": "Dramas", - "description": "Struggling to move on from a heartbreaking loss, Mikey is drawn into a dangerous underworld robbery orchestrated by his unreliable stepbrother Dale.", - "type": "Movie" - }, - { - "show_id": 81095399, - "title": "Tottaa Pataaka Item Maal", - "director": "Aditya Kripalani", - "cast": "Shalini Vatsa, Chitrangada Chakraborty, Vinay Sharma, Sonal Joshi, Kritika Pande", - "country": "India", - "date_added": "June 25, 2019", - "release_year": 2018, - "rating": "TV-MA", - "duration": "107 min", - "listed_in": "Dramas, Independent Movies, International Movies", - "description": "Exasperated with living in perpetual fear for their safety, four women kidnap a man to show him the realities of being female in Delhi.", - "type": "Movie" - }, - { - "show_id": 80986797, - "title": "Forest of Piano", - "director": "", - "cast": "Soma Saito, Junichi Suwabe, Natsuki Hanae, Yuichi Nakamura, Kenn, Aoi Yuki, Mariya Ise, Katsuyuki Konishi, Toshiyuki Toyonaga, Koji Yusa, Hiroshi Yanaka, Ryoko Shiraishi, Yo Taichi, Marie Miyake, Ryo Hirohashi, Motoko Kumai, Maaya Sakamoto, Hideyuki Tanaka, Bin Shimada", - "country": "Japan", - "date_added": "", - "release_year": 2019, - "rating": "TV-PG", - "duration": "2 Seasons", - "listed_in": "Anime Series, International TV Shows", - "description": "Kai grows up playing an old piano discarded in the woods; Shuhei's father is a famous pianist. Their chance meeting transforms their lives and music.", - "type": "TV Show" - }, - { - "show_id": 81055402, - "title": "The Long Goodbye: The Kara Tippetts Story", - "director": "Jay Lyons", - "cast": "", - "country": "United States", - "date_added": "June 23, 2019", - "release_year": 2019, - "rating": "TV-PG", - "duration": "87 min", - "listed_in": "Documentaries, Faith & Spirituality", - "description": "Faced with terminal breast cancer, a courageous wife and mother turns her suffering into a resilient message of faith, love and compassion.", - "type": "Movie" - }, - { - "show_id": 81035849, - "title": "Salem: His Sister's Father", - "director": "Mohamed Hamdy", - "cast": "Mohamed Ragab, Horeya Farghaly, Ayten Amer, Mohamed Al Shakankeery, Reem Al Baroudi, Badria Tolba, Hesham Ismail, Maher Essam, Hassan Abdulfattah, Aliaa Al-Husseini", - "country": "Egypt", - "date_added": "June 22, 2019", - "release_year": 2014, - "rating": "TV-14", - "duration": "99 min", - "listed_in": "Dramas, International Movies", - "description": "A street vendor's simple life is turned upside down after the Egyptian revolution of 2011, forcing him to contend with criminals and cops alike.", - "type": "Movie" - }, - { - "show_id": 80195901, - "title": "Triple Threat", - "director": "Jesse V. Johnson, Jesse Johnson", - "cast": "Tony Jaa, Iko Uwais, Tiger Chen, Scott Adkins, Celina Jade, Michael Bisping, Michael Jai White, JeeJa Yanin, Dominiquie Vandenberg", - "country": "Thailand, China, United States", - "date_added": "June 22, 2019", - "release_year": 2019, - "rating": "NR", - "duration": "96 min", - "listed_in": "Action & Adventure, International Movies", - "description": "A crew of ruthless criminals hired to kill an influential heiress meet their match in a trio of surprisingly adept fighters who come to her aid.", - "type": "Movie" - }, - { - "show_id": 81018067, - "title": "Blood Will Tell", - "director": "Miguel Cohan, Miguel Cohan", - "cast": "Oscar Martínez, Dolores Fonzi, Diego Velázquez, Paulina Garcia, Luis Gnecco, Malena Sánchez, Emilio Vodanovich, Norman Briski", - "country": "Argentina, United States", - "date_added": "June 21, 2019", - "release_year": 2019, - "rating": "TV-MA", - "duration": "113 min", - "listed_in": "Dramas, Independent Movies, International Movies", - "description": "Family patriarch Elías begins to unravel after the death of his wife – which casts a suspicious light on her tragic accident.", - "type": "Movie" - }, - { - "show_id": 80220422, - "title": "Bolívar", - "director": "Luis Alberto Restrepo, Andrés Beltrán, Jaime Rayo", - "cast": "Luis Gerónimo Abreu, José Ramón Barreto, Ernesto Benjumea, Félix Antequera, Jefferson Quiñones, Shany Nadan, María José Vargas, Hans Martínez, Mauro Mauad, Álvaro Bayona, Rosmeri Marval, Irene Esser, Nohely Arteaga", - "country": "Colombia", - "date_added": "June 21, 2019", - "release_year": 2019, - "rating": "TV-MA", - "duration": "1 Season", - "listed_in": "International TV Shows, Romantic TV Shows, Spanish-Language TV Shows", - "description": "This dramatization depicts the life – and loves – of Venezuelan Gen. Simón Bolívar, who helped liberate several Latin American countries from Spain.", - "type": "TV Show" - }, - { - "show_id": 80100172, - "title": "Dark", - "director": "", - "cast": "Louis Hofmann, Oliver Masucci, Jördis Triebel, Maja Schöne, Karoline Eichhorn, Sebastian Rudolph, Anatole Taubman, Mark Waschke, Stephan Kampwirth, Anne Ratte-Polle, Andreas Pietschmann, Lisa Vicari, Michael Mendl, Angela Winkler", - "country": "Germany, United States", - "date_added": "", - "release_year": 2019, - "rating": "TV-MA", - "duration": "2 Seasons", - "listed_in": "Crime TV Shows, International TV Shows, TV Dramas", - "description": "A missing child sets four families on a frantic hunt for answers as they unearth a mind-bending mystery that spans three generations.", - "type": "TV Show" - }, - { - "show_id": 81033473, - "title": "EVANGELION: DEATH (TRUE)²", - "director": "Hideaki Anno", - "cast": "Megumi Ogata, Kotono Mitsuishi, Megumi Hayashibara, Yuko Miyamura, Yuriko Yamaguchi, Fumihiko Tachiki, Motomu Kiyokawa, Koichi Yamadera, Takehito Koyasu, Hiro Yuki, Miki Nagasawa, Mugihito, Akira Ishida", - "country": "Japan", - "date_added": "June 21, 2019", - "release_year": 1998, - "rating": "TV-14", - "duration": "69 min", - "listed_in": "Action & Adventure, Anime Features, International Movies", - "description": "Fifteen years after the Second Impact, apathetic teen Shinji joins his father's group NERV to fight the Angels. But the truth may destroy them all.", - "type": "Movie" - }, - { - "show_id": 80185178, - "title": "Girls Incarcerated", - "director": "", - "cast": "", - "country": "United States", - "date_added": "", - "release_year": 2019, - "rating": "TV-MA", - "duration": "2 Seasons", - "listed_in": "Docuseries, Reality TV", - "description": "Fights, friendships, dating, rules. Teenage life is full of drama. But behind bars, the stakes are so much higher.", - "type": "TV Show" - }, - { - "show_id": 80220541, - "title": "Go! Live Your Way", - "director": "", - "cast": "Pilar Pascual, Renata Toscano, José Giménez Zapiola, Santiago Saez, Paulo Sanchez Lima, Carmela Barsamian, Axel Muñiz, Majo Cardoso, Majo Chicar, Gastón Ricaud, Laura Azcurra", - "country": "Argentina", - "date_added": "", - "release_year": 2019, - "rating": "TV-G", - "duration": "2 Seasons", - "listed_in": "Kids' TV, Spanish-Language TV Shows, Teen TV Shows", - "description": "Charismatic Mía gets a scholarship to an elite performing arts school, where she makes close friends but clashes with the owner's popular daughter.", - "type": "TV Show" - }, - { - "show_id": 81035870, - "title": "Good Luck", - "director": "Tarek Abdel Moaty", - "cast": "Ahmed Eid, May Kassab, Diaa El Merghany, Samy Maghawry, Badria Tolba, Hassan Abdulfattah, Ahmed Safwat, Sayed Sadek, Laila Gamal", - "country": "Egypt", - "date_added": "June 21, 2019", - "release_year": 2012, - "rating": "TV-MA", - "duration": "99 min", - "listed_in": "Dramas, International Movies", - "description": "Seeking an apartment to share with his wife, an apolitical man starts to question his own modest goals as revolution swirls around him.", - "type": "Movie" - }, - { - "show_id": 80009097, - "title": "Magi: The Labyrinth of Magic", - "director": "", - "cast": "Kaori Ishihara, Yuki Kaji, Haruka Tomatsu, Daisuke Ono, Ryohei Kimura, Yoshimasa Hosoya, Takahiro Sakurai, Showtaro Morikubo, Yui Horie, Tomokazu Sugita", - "country": "Japan", - "date_added": "", - "release_year": 2013, - "rating": "TV-14", - "duration": "2 Seasons", - "listed_in": "Anime Series, International TV Shows", - "description": "A land of mysterious ruins and a magical treasure hunt await young Aladdin and his courageous friend Alibaba for the adventure of their lives.", - "type": "TV Show" - }, - { - "show_id": 80993087, - "title": "Melodies of Life - Born This Way", - "director": "", - "cast": "", - "country": "", - "date_added": "June 21, 2019", - "release_year": 2016, - "rating": "TV-14", - "duration": "1 Season", - "listed_in": "International TV Shows, Romantic TV Shows, TV Comedies", - "description": "A celebrated pastry chef and his fellow staff members at a bake shop embark on bittersweet adventures in love, work and friendship.", - "type": "TV Show" - }, - { - "show_id": 80209013, - "title": "Mr. Iglesias", - "director": "", - "cast": "Gabriel Iglesias, Sherri Shepherd, Jacob Vargas, Maggie Geha, Richard Gant, Cree Cicchino, Fabrizio Guido, Oscar Nuñez", - "country": "United States", - "date_added": "June 21, 2019", - "release_year": 2019, - "rating": "TV-14", - "duration": "1 Season", - "listed_in": "TV Comedies", - "description": "Hilarious high school teacher Gabriel Iglesias tries to make a difference in the lives of some smart but underperforming students at his alma mater.", - "type": "TV Show" - }, - { - "show_id": 81033445, - "title": "Neon Genesis Evangelion", - "director": "", - "cast": "Megumi Ogata, Kotono Mitsuishi, Yuriko Yamaguchi, Megumi Hayashibara, Yuko Miyamura, Fumihiko Tachiki, Akira Ishida, Motomu Kiyokawa, Hiro Yuki, Miki Nagasawa, Takehito Koyasu, Tomokazu Seki, Tetsuya Iwanaga, Junko Iwao, Mugihito", - "country": "Japan", - "date_added": "June 21, 2019", - "release_year": 1995, - "rating": "TV-14", - "duration": "1 Season", - "listed_in": "Anime Series, International TV Shows", - "description": "Fifteen years after the Second Impact, Shinji Ikari joins his father's group NERV as one of several teenage mecha pilots fighting the monstrous Angels.", - "type": "TV Show" - }, - { - "show_id": 80993774, - "title": "Roonpi Secret Love", - "director": "", - "cast": "Kanyawee Songmuang, Korapat Kirdpan", - "country": "Thailand", - "date_added": "", - "release_year": 2016, - "rating": "TV-PG", - "duration": "3 Seasons", - "listed_in": "International TV Shows, Romantic TV Shows, Teen TV Shows", - "description": "High school senior Belle pursues a shy junior boy. Dog-phobic Emma meets a handsome veterinary student. Baking blogger Mielle falls for her critic.", - "type": "TV Show" - }, - { - "show_id": 80109194, - "title": "Shooter", - "director": "", - "cast": "Ryan Phillippe, Omar Epps, David Marciano, Cynthia Addai-Robinson, Shantel VanSanten, Tom Sizemore", - "country": "United States", - "date_added": "", - "release_year": 2018, - "rating": "TV-MA", - "duration": "3 Seasons", - "listed_in": "Crime TV Shows, TV Action & Adventure, TV Dramas", - "description": "A highly decorated ex-Marine sniper returns to action to foil an assassination plot targeting the president, but soon finds himself framed for murder.", - "type": "TV Show" - }, - { - "show_id": 81023023, - "title": "The Casketeers", - "director": "", - "cast": "", - "country": "New Zealand", - "date_added": "", - "release_year": 2019, - "rating": "TV-14", - "duration": "2 Seasons", - "listed_in": "International TV Shows, Reality TV", - "description": "Māori funeral directors Francis and Kaiora Tipene and staff temper good humor with care and respect as they help Polynesian families cope with loss.", - "type": "TV Show" - }, - { - "show_id": 80161702, - "title": "The Confession Tapes", - "director": "", - "cast": "", - "country": "United States", - "date_added": "", - "release_year": 2019, - "rating": "TV-MA", - "duration": "2 Seasons", - "listed_in": "Crime TV Shows, Docuseries", - "description": "This true crime documentary series investigates cases where people convicted of murder claim their confessions were coerced, involuntary or false.", - "type": "TV Show" - }, - { - "show_id": 60024788, - "title": "The End of Evangelion", - "director": "Hideaki Anno, Kazuya Tsurumaki", - "cast": "Megumi Ogata, Kotono Mitsuishi, Megumi Hayashibara, Yuko Miyamura, Yuriko Yamaguchi, Fumihiko Tachiki, Motomu Kiyokawa, Koichi Yamadera, Takehito Koyasu, Hiro Yuki, Miki Nagasawa, Maria Kawamura, Mugihito, Akira Ishida", - "country": "Japan", - "date_added": "June 21, 2019", - "release_year": 1997, - "rating": "TV-14", - "duration": "87 min", - "listed_in": "Action & Adventure, Anime Features, International Movies", - "description": "Seele orders an all-out attack on NERV, aiming to destroy the Evas before Gendo can trigger Third Impact and Instrumentality under his control.", - "type": "Movie" - }, - { - "show_id": 81035868, - "title": "An Upper Egyptian", - "director": "Ismail Farouk, Hazem Fouda", - "cast": "Mohamed Ramadan, Randa El Behery, Nermin Maher, Inas El Naggar, Mayar El Gheity, Hassan Abdulfattah, Sabri Abdulmonem, Alaa Zenhom, Abdalah Mishrif, Mohamed Soliman", - "country": "", - "date_added": "June 20, 2019", - "release_year": 2014, - "rating": "TV-MA", - "duration": "85 min", - "listed_in": "Comedies, Dramas, International Movies", - "description": "Eager to settle down, Abdullah searches for the right woman to marry – but the one he truly longs for may not feel the same way.", - "type": "Movie" - }, - { - "show_id": 81035877, - "title": "Bewildered Bolbol", - "director": "Khaled Marei", - "cast": "Ahmed Helmy, Zeina, Shery Adel, Emy Samir Ghanim, Yousef Fawzy, Yasser El Tobgy, Wael Sami, Maryam Saleh", - "country": "Egypt", - "date_added": "June 20, 2019", - "release_year": 2010, - "rating": "TV-14", - "duration": "112 min", - "listed_in": "Comedies, International Movies, Romantic Movies", - "description": "A man suffering from amnesia can't seem to choose between the women playing tricks on him.", - "type": "Movie" - }, - { - "show_id": 81131274, - "title": "Rakkhosh", - "director": "Abhijit Kokate, Srivinay Salian", - "cast": "Sanjay Mishra, Priyanka Bose, Tannishtha Chatterjee, Barun Chanda, Sonamoni Jayant Gadekar, Ashwath Bhatt, Atul Mahale", - "country": "India", - "date_added": "June 20, 2019", - "release_year": 2019, - "rating": "TV-MA", - "duration": "116 min", - "listed_in": "Horror Movies, Independent Movies, International Movies", - "description": "An asylum patient’s troubled past threatens his grasp on reality as fellow hospital residents begin disappearing at the hands of an unknown entity.", - "type": "Movie" - }, - { - "show_id": 81035876, - "title": "Reaction", - "director": "Husam El-Gohari", - "cast": "Mahmoud Abdel Moghny, Amr Youssef, Horeya Farghaly, Mahmoud El Gendy, Entessar, Donia El Masry, Sabry Abdel Moniem, Raouf Mustafa, Alaa Zenhom", - "country": "Egypt", - "date_added": "June 20, 2019", - "release_year": 2011, - "rating": "TV-MA", - "duration": "99 min", - "listed_in": "Dramas, International Movies", - "description": "When a series of seemingly random people are murdered, baffled police search for a killer who may have a connection to them all.", - "type": "Movie" - }, - { - "show_id": 81035875, - "title": "The Chord", - "director": "Magdy Al-Hawwary", - "cast": "Mostafa Shaban, Ghada Adel, Arwa Gouda, Ahmed Salah Al-Saadany, Ashraf Zaki, Sawsan Badr, Fatma Nasser, Said Saleh, Ali Hassanein, Majed Abdulazim", - "country": "Egypt", - "date_added": "June 20, 2019", - "release_year": 2010, - "rating": "TV-MA", - "duration": "101 min", - "listed_in": "Dramas, International Movies", - "description": "A detective investigates the murder of a young musician, whose philandering lifestyle leaves a long list of suspects and a lot of questions.", - "type": "Movie" - }, - { - "show_id": 81035866, - "title": "The Player", - "director": "Ahmad El-Badri", - "cast": "Ramez Galal, Emy Samir Ghanim, Edward Fouad, Hassan Hosny, Yousef Fawzy, Samar Gaber, Ragaa Al-Geddawy, Maha Abou Ouf, Mai El-Kady", - "country": "", - "date_added": "June 20, 2019", - "release_year": 2012, - "rating": "TV-MA", - "duration": "110 min", - "listed_in": "Comedies, International Movies", - "description": "To save his father’s company from bankruptcy, a rich, spoiled playboy is forced to wed a no-nonsense woman, who's just as unhappy to be marrying him.", - "type": "Movie" - }, - { - "show_id": 81027187, - "title": "The Wolf's Call", - "director": "Antonin Baudry", - "cast": "François Civil, Omar Sy, Mathieu Kassovitz, Reda Kateb, Paula Beer, Alexis Michalik, Jean-Yves Berteloot, Damien Bonnard, Pierre Cevaër, Sébastien Libessart", - "country": "France", - "date_added": "June 20, 2019", - "release_year": 2019, - "rating": "TV-14", - "duration": "116 min", - "listed_in": "Dramas, International Movies, Thrillers", - "description": "With nuclear war looming, a military expert in underwater acoustics strives to prove things aren't as they seem – or sound – using only his ears.", - "type": "Movie" - }, - { - "show_id": 81035879, - "title": "Three-Quarters Decent", - "director": "Mohamed Hamdy", - "cast": "Mohamed Ragab, Lamitta Frangieh, Mohsen Mansour, Rania Mallah, Madlyn Tabar, Mimi Gamal, Ahmed Rateb, Ahmed Zaher", - "country": "", - "date_added": "June 20, 2019", - "release_year": 2010, - "rating": "TV-MA", - "duration": "96 min", - "listed_in": "Comedies, Dramas, International Movies", - "description": "Determined to fight corruption in his country, a newspaper cartoonist debuts a new take-no-prisoners attitude.", - "type": "Movie" - }, - { - "show_id": 81035871, - "title": "Unruly Friends", - "director": "Sherif Mandour", - "cast": "Kinda Allouch, Ahmed Salah Al-Saadany, Dina Fouad, Amr Youssef, Ahmed Safwat, Madlyn Tabar, Yasser Ali Maher, Nadia Fahmi, Menha Zaytoon, Tamim Abdou, Mostafa Abd Elsalam", - "country": "Egypt", - "date_added": "June 20, 2019", - "release_year": 2011, - "rating": "TV-14", - "duration": "83 min", - "listed_in": "International Movies, Thrillers", - "description": "A young woman discovers that familial and psychological traumas can be difficult to leave behind.", - "type": "Movie" - }, - { - "show_id": 80216302, - "title": "Beats", - "director": "Chris Robinson", - "cast": "Khalil Everage, Anthony Anderson, Uzo Aduba, Emayatzy Corinealdi, Paul Walter Hauser, Dave East, Seandrea Sledge, Ashley Jackson, Megan Sousa", - "country": "United States", - "date_added": "June 19, 2019", - "release_year": 2019, - "rating": "TV-MA", - "duration": "110 min", - "listed_in": "Dramas, Independent Movies, Music & Musicals", - "description": "On Chicago's South Side, hip-hop prodigy August Monroe navigates crippling anxiety and new creative frontiers with the help of an unlikely mentor.", - "type": "Movie" - }, - { - "show_id": 81105525, - "title": "Memory Games", - "director": "Janet Tobias, Claus Wehlisch", - "cast": "", - "country": "Germany, United States, Sweden", - "date_added": "June 19, 2019", - "release_year": 2018, - "rating": "TV-14", - "duration": "86 min", - "listed_in": "Documentaries", - "description": "Glimpse into the brain's vast potential for memorization through the eyes of four competitive memory athletes as they share techniques and insights.", - "type": "Movie" - }, - { - "show_id": 81017094, - "title": "Running for Grace", - "director": "David L. Cunningham", - "cast": "Ryan Potter, Matt Dillon, Jim Caviezel, Olivia Ritchie, Juliet Mills, Nick Boraine, Rumi Oyama", - "country": "United States", - "date_added": "June 19, 2019", - "release_year": 2018, - "rating": "TV-14", - "duration": "110 min", - "listed_in": "Dramas, Romantic Movies", - "description": "In 1920s Hawaii, a young man of mixed race and the daughter of a white plantation owner must overcome racial and class prejudice to be together.", - "type": "Movie" - }, - { - "show_id": 80190535, - "title": "The Edge of Democracy", - "director": "Petra Costa", - "cast": "", - "country": "Brazil", - "date_added": "June 19, 2019", - "release_year": 2019, - "rating": "TV-14", - "duration": "122 min", - "listed_in": "Documentaries, International Movies", - "description": "Political documentary and personal memoir collide in this exploration into the complex truth behind the unraveling of two Brazilian presidencies.", - "type": "Movie" - }, - { - "show_id": 80241071, - "title": "VS.", - "director": "Ed Lilly", - "cast": "Connor Swindells, Fola Evans-Akingbola, Nicholas Pinnock, Ruth Sheen, Emily Taaffe, Shotty Horroh, Paige Meade, Elliot Barnes-Worrell, Joivan Wade, Youssef Berouain, Jurell Carter, Ellie James", - "country": "United Kingdom", - "date_added": "June 19, 2019", - "release_year": 2018, - "rating": "TV-MA", - "duration": "99 min", - "listed_in": "Dramas", - "description": "A young man in foster care finds his voice in the underground rap battle scene. But when his mother returns, a lifetime of pain comes with her.", - "type": "Movie" - }, - { - "show_id": 80993404, - "title": "Adam Devine: Best Time of Our Lives", - "director": "Jay Karas", - "cast": "Adam Devine", - "country": "United States", - "date_added": "June 18, 2019", - "release_year": 2019, - "rating": "TV-MA", - "duration": "59 min", - "listed_in": "Stand-Up Comedy", - "description": "Frenetic comic Adam Devine talks teen awkwardness, celebrity encounters, his \"Pitch Perfect\" audition and more in a special from his hometown of Omaha.", - "type": "Movie" - }, - { - "show_id": 81092781, - "title": "Antariksha Ke Rakhwale", - "director": "Anirban Majumder", - "cast": "Sonal Kaushal, Rupa Bhimani, Julie Tejwani, Sabina Malik, Jigna Bharadhwaj, Rajesh Kawa", - "country": "", - "date_added": "June 18, 2019", - "release_year": 2018, - "rating": "TV-Y7-FV", - "duration": "65 min", - "listed_in": "Children & Family Movies", - "description": "Space villains have abducted all the superheroes! It’s up to Bheem and his trusty team to save the others.", - "type": "Movie" - }, - { - "show_id": 81001090, - "title": "Big Kill", - "director": "Scott Martin", - "cast": "Christoph Sanders, Jason Patric, Clint Glenn Hummel, Lou Diamond Phillips, Danny Trejo, Scott Martin, Elizabeth McLaughlin, Stephanie Beran, K.C. Clyde, Michael Paré", - "country": "United States", - "date_added": "June 18, 2019", - "release_year": 2018, - "rating": "R", - "duration": "126 min", - "listed_in": "Action & Adventure", - "description": "A tenderfoot and two gamblers seeking their fortunes in a boom town instead find themselves defending it from a gunslinging preacher and his gang.", - "type": "Movie" - }, - { - "show_id": 81083891, - "title": "Bob Lazar: Area 51 & Flying Saucers", - "director": "Jeremy Kenyon Lockyer Corbell", - "cast": "Robert Lazar", - "country": "United States", - "date_added": "June 18, 2019", - "release_year": 2018, - "rating": "TV-MA", - "duration": "97 min", - "listed_in": "Documentaries", - "description": "Decades ago, Bob Lazar blew the whistle on Area 51. Now he’s back to explain the alien tech he worked with, and the government's war to shut him up.", - "type": "Movie" - }, - { - "show_id": 81092782, - "title": "Dragonkala Ka Rahasya", - "director": "Rajiv Chilaka", - "cast": "", - "country": "", - "date_added": "June 18, 2019", - "release_year": 2018, - "rating": "TV-Y7-FV", - "duration": "68 min", - "listed_in": "Children & Family Movies", - "description": "Bheem helps to reopen Dragonpur's abandoned magic and martial arts school, but is tested like never before when an ex-student returns seeking revenge!", - "type": "Movie" - }, - { - "show_id": 81092780, - "title": "Samudri Lootere", - "director": "Anirban Majumder", - "cast": "Sonal Kaushal, Rupa Bhimani, Julie Tejwani, Sabina Malik, Jigna Bharadhwaj, Rajesh Kawa", - "country": "", - "date_added": "June 18, 2019", - "release_year": 2018, - "rating": "TV-Y7-FV", - "duration": "65 min", - "listed_in": "Children & Family Movies", - "description": "The king’s ship has been taken over by seemingly fearless pirates! Can Bheem find the one thing that might scare them away?", - "type": "Movie" - }, - { - "show_id": 81092783, - "title": "Super Bheem Bana Vajraveer", - "director": "Sumit Das", - "cast": "Sonal Kaushal, Rupa Bhimani, Julie Tejwani, Sabina Malik, Jigna Bharadhwaj, Rajesh Kawa", - "country": "", - "date_added": "June 18, 2019", - "release_year": 2018, - "rating": "TV-Y7-FV", - "duration": "63 min", - "listed_in": "Children & Family Movies", - "description": "Hoping to find a magical root, a monster has captured farmers in the land of Vyom. It’s up to Bheem and the gang to foil his plan and save the kingdom!", - "type": "Movie" - }, - { - "show_id": 81136963, - "title": "The Wrong Babysitter", - "director": "George Mendeluk", - "cast": "Daphne Zuniga, Seann Gallagher, Lisa Marie Caruk, Matt Bellefleur, Ava Hughes, Britt Irvin, Lochlyn Munro", - "country": "Canada", - "date_added": "June 18, 2019", - "release_year": 2017, - "rating": "TV-14", - "duration": "89 min", - "listed_in": "Thrillers", - "description": "A widow searches for her missing teenage daughter, not knowing that her seemingly helpful neighbor is hiding a terrible secret.", - "type": "Movie" - }, - { - "show_id": 80037691, - "title": "Cop Car", - "director": "Jon Watts", - "cast": "Kevin Bacon, James Freedson-Jackson, Hays Wellford, Camryn Manheim, Shea Whigham, Sean Hartley, Kyra Sedgwick, Loi Nguyen", - "country": "United States", - "date_added": "June 16, 2019", - "release_year": 2015, - "rating": "R", - "duration": "88 min", - "listed_in": "Thrillers", - "description": "Two mischievous boys get thrust into a game of cat and mouse with a murderous psychopath after they decide to steal a police officer’s cruiser.", - "type": "Movie" - }, - { - "show_id": 80998296, - "title": "Right Here Right Now", - "director": "Jakob Lass", - "cast": "Niklas Bruhn, David Schütter, Tinka Furst, Corinna Harfouch, Bela B. Felsenheimer, Martina Schöne-Radunski, Mathias Bloech, Tanna Barthel, Felix Maria Zeppenfeld, Kalle Schwensen", - "country": "Germany", - "date_added": "June 16, 2019", - "release_year": 2018, - "rating": "TV-MA", - "duration": "91 min", - "listed_in": "Comedies, Dramas, Independent Movies", - "description": "The owner of a failing music club throws one last blowout, bringing together friends, foes and hard-partying weirdos for an unhinged New Year's Eve.", - "type": "Movie" - }, - { - "show_id": 81123051, - "title": "3 Seconds Divorce", - "director": "Shazia Javed", - "cast": "", - "country": "Canada", - "date_added": "June 15, 2019", - "release_year": 2018, - "rating": "TV-14", - "duration": "53 min", - "listed_in": "Documentaries, Faith & Spirituality", - "description": "A Muslim women's activist group in India protests against oral divorces, starting a movement to reclaim their religious and constitutional rights.", - "type": "Movie" - }, - { - "show_id": 81081067, - "title": "Charité at War", - "director": "", - "cast": "Mala Emde, Ulrich Noethen, Jannik Schümann, Artjom Gilz, Luise Wolfram, Jacob Matschenz, Frida-Lovisa Hamann, Lukas Miko, Susanne Böwe", - "country": "", - "date_added": "June 15, 2019", - "release_year": 2019, - "rating": "TV-MA", - "duration": "1 Season", - "listed_in": "International TV Shows, TV Dramas", - "description": "In 1943, the staff at Berlin's Charité hospital struggle against the effects of World War II and the Nazi regime, including eugenic medical practices.", - "type": "TV Show" - }, - { - "show_id": 70304256, - "title": "Fate/Zero", - "director": "", - "cast": "Rikiya Koyama, Ayako Kawasumi, Sayaka Ohara, Sho Hayami, Tomokazu Seki, Jouji Nakata, Akina Abe, Takumi Yamasaki, Hikaru Midorikawa, Daisuke Namikawa", - "country": "Japan", - "date_added": "", - "release_year": 2012, - "rating": "TV-MA", - "duration": "2 Seasons", - "listed_in": "Anime Series, International TV Shows", - "description": "After three unsettled battles for the mystical Holy Grail, an artifact that grants a miracle to those who hold it, a fourth war begins.", - "type": "TV Show" - }, - { - "show_id": 70140391, - "title": "Grey's Anatomy", - "director": "", - "cast": "Ellen Pompeo, Sandra Oh, Katherine Heigl, Justin Chambers, Patrick Dempsey, Chandra Wilson, T.R. Knight, James Pickens Jr., Isaiah Washington, Sara Ramirez, Eric Dane, Chyler Leigh, Kate Walsh, Kevin McKidd, Jessica Capshaw", - "country": "United States", - "date_added": "", - "release_year": 2018, - "rating": "TV-14", - "duration": "15 Seasons", - "listed_in": "Romantic TV Shows, TV Dramas", - "description": "Intern (and eventual resident) Meredith Grey finds herself caught up in personal and professional passions with fellow doctors at a Seattle hospital.", - "type": "TV Show" - }, - { - "show_id": 70305217, - "title": "Kill la Kill", - "director": "", - "cast": "Ami Koshimizu, Toshihiko Seki, Ryoka Yuzuki, Aya Suzaki, Shinichiro Miki, Tetsu Inada, Nobuyuki Hiyama, Mayumi Shintani, Hiroyuki Yoshino, Romi Park", - "country": "Japan", - "date_added": "June 15, 2019", - "release_year": 2014, - "rating": "TV-MA", - "duration": "1 Season", - "listed_in": "Anime Series, International TV Shows", - "description": "The \"woman with the scissor blade\" – Ryuko Matoi – searches for clues all around the world for the truth behind her father's death.", - "type": "TV Show" - }, - { - "show_id": 81034980, - "title": "Life Overtakes Me", - "director": "John Haptas, Kristine Samuelson", - "cast": "", - "country": "Sweden, United States", - "date_added": "June 15, 2019", - "release_year": 2019, - "rating": "TV-PG", - "duration": "40 min", - "listed_in": "Documentaries", - "description": "In the grip of trauma, hundreds of refugee children in Sweden withdraw from life's uncertainties into a coma-like illness called Resignation Syndrome.", - "type": "Movie" - }, - { - "show_id": 81123052, - "title": "Luckee", - "director": "Sanjay Jadhav", - "cast": "Abhay Mahajan, Dipti Sati, Mayur More, Shubhangi Tambale, Chetan Dalvi, Nilesh Diwekar", - "country": "India", - "date_added": "June 15, 2019", - "release_year": 2019, - "rating": "TV-14", - "duration": "113 min", - "listed_in": "Comedies, International Movies, Romantic Movies", - "description": "When his friends make a bet that he can woo his college crush, a lovesick student named Luckee struggles between satisfying his heart and hormones.", - "type": "Movie" - }, - { - "show_id": 81035887, - "title": "Monopoly (The Bank Of Luck)", - "director": "Ahmed El Gendy", - "cast": "Mohamed Mamdouh, Mohammed Tharwat, Akram Hosny", - "country": "Egypt", - "date_added": "June 15, 2019", - "release_year": 2017, - "rating": "TV-MA", - "duration": "117 min", - "listed_in": "Comedies, International Movies", - "description": "Seeking revenge on his employer, a lazy bank agent and his two dim-witted friends concoct an elaborate but flawed heist.", - "type": "Movie" - }, - { - "show_id": 81113927, - "title": "Pihu", - "director": "Vinod Kapri", - "cast": "Pihu Myra Vishwakarma", - "country": "India", - "date_added": "June 15, 2019", - "release_year": 2018, - "rating": "TV-14", - "duration": "90 min", - "listed_in": "Dramas, Independent Movies, International Movies", - "description": "A two-year-old must fend for herself when her mother suddenly passes away while her father is gone for a conference, leaving her prone to danger.", - "type": "Movie" - }, - { - "show_id": 70302572, - "title": "Puella Magi Madoka Magica", - "director": "", - "cast": "Aoi Yuki, Chiwa Saito, Kaori Mizuhashi, Eri Kitamura, Emiri Kato, Ai Nonaka", - "country": "Japan", - "date_added": "June 15, 2019", - "release_year": 2011, - "rating": "TV-14", - "duration": "1 Season", - "listed_in": "Anime Series, International TV Shows", - "description": "One day, Madoka Kaname has a very magical encounter, one that can change her destiny. This is the beginning of the new story of magical witch girls.", - "type": "TV Show" - }, - { - "show_id": 81108280, - "title": "Somewhere Only We Know", - "director": "", - "cast": "Zhang Chao, Li Tingting, Chen Bohao, Sun Jialing, Zhang Zhang, Li Jiuxiao, Deng Yuli, Li Huan, Fang Wenqiang, Gong Rui", - "country": "China", - "date_added": "June 15, 2019", - "release_year": 2019, - "rating": "TV-14", - "duration": "1 Season", - "listed_in": "International TV Shows, Romantic TV Shows, TV Comedies", - "description": "A language major bickers with – and falls for – a doctoral student as she navigates the ups and downs of love and friendship with college classmates.", - "type": "TV Show" - }, - { - "show_id": 80213115, - "title": "The Alcàsser Murders", - "director": "Elías León", - "cast": "", - "country": "Spain", - "date_added": "June 15, 2019", - "release_year": 2019, - "rating": "TV-MA", - "duration": "1 Season", - "listed_in": "Crime TV Shows, Docuseries, International TV Shows", - "description": "New interviews and an up-to-date analysis of evidence shed light on the 1992 murders of three girls in Spain and their profound impact on the nation.", - "type": "TV Show" - }, - { - "show_id": 81027195, - "title": "Unit 42", - "director": "", - "cast": "Patrick Ridremont, Constance Gay, Tom Audenaert, Roda Fawaz, Danitza Athanassiadis", - "country": "Belgium", - "date_added": "June 15, 2019", - "release_year": 2017, - "rating": "TV-MA", - "duration": "1 Season", - "listed_in": "Crime TV Shows, International TV Shows, TV Dramas", - "description": "A widowed cop tapped to lead a special cybercrimes unit teams up with a former hacker to hunt down tech-savvy criminals who are terrorizing Belgium.", - "type": "TV Show" - }, - { - "show_id": 80198505, - "title": "Aggretsuko", - "director": "", - "cast": "Kaolip, Komegumi Koiwasaki, Maki Tsuruta, Sohta Arai, Rina Inoue, Shingo Kato, Yuki Takahashi", - "country": "Japan", - "date_added": "", - "release_year": 2019, - "rating": "TV-14", - "duration": "2 Seasons", - "listed_in": "Anime Series, International TV Shows", - "description": "Frustrated with her thankless office job, Retsuko the Red Panda copes with her daily struggles by belting out death metal karaoke after work.", - "type": "TV Show" - }, - { - "show_id": 80213322, - "title": "Awake: The Million Dollar Game", - "director": "", - "cast": "James Davis", - "country": "United States", - "date_added": "June 14, 2019", - "release_year": 2019, - "rating": "TV-PG", - "duration": "1 Season", - "listed_in": "Reality TV", - "description": "Sleepless for 24 hours, contestants in the comedy game show stumble through challenges both eccentric and everyday for a chance at a $1 million prize.", - "type": "TV Show" - }, - { - "show_id": 81079046, - "title": "Black Spot", - "director": "", - "cast": "Suliane Brahim, Hubert Delattre, Laurent Capelluto, Samuel Jouy, Renaud Rutten, Camille Aguilar, Tiphaine Daviot, Naidra Ayadi, Brigitte Sy, Anne Suarez, Dan Herzberg, Olivier Bonjour, Thomas Doret", - "country": "France, Belgium", - "date_added": "", - "release_year": 2019, - "rating": "TV-MA", - "duration": "2 Seasons", - "listed_in": "Crime TV Shows, International TV Shows, TV Dramas", - "description": "A police chief and an eccentric new prosecutor investigate a string of grisly crimes and eerie phenomena in an isolated town at the edge of a forest.", - "type": "TV Show" - }, - { - "show_id": 80245601, - "title": "DJ Cinderella", - "director": "Bruno Garotti", - "cast": "Maísa Silva, Filipe Bragança, Fernanda Paes Leme, Miriam Freeland, Marcelo Valle, Elisa Pinheiro, Sérgio Malheiros, Giovanna Grigio, Bárbara Maia, Letícia Pedro, Kiria Malheiros, Leo Cidade, Matheus Costa, Isabel Fillardis, Selma Lopes", - "country": "Brazil", - "date_added": "June 14, 2019", - "release_year": 2019, - "rating": "TV-PG", - "duration": "95 min", - "listed_in": "Children & Family Movies, Comedies", - "description": "Fiercely independent and disillusioned with love, a teen DJ is determined to chart her own path, till a pop heartthrob falls for her awesome mix.", - "type": "Movie" - }, - { - "show_id": 80227798, - "title": "El desconocido", - "director": "", - "cast": "Guillermo Iván, César Manjarrez, Estrella Solís, Liliana Moreno, Marco Uriel, Mario Zaragoza, Fernando Sarfatti, José Ángel Bichir, Paty Blanco, Pía Sanz, Scarlet Gruber, Pakey Vázquez, Ivonne Montero", - "country": "Spain", - "date_added": "", - "release_year": 2019, - "rating": "TV-MA", - "duration": "2 Seasons", - "listed_in": "Crime TV Shows, International TV Shows, Spanish-Language TV Shows", - "description": "Based on real events, the fictional story of Mexican drug lord El Chato's number one hitman, El Cholo.", - "type": "TV Show" - }, - { - "show_id": 80029145, - "title": "Girlfriends' Guide to Divorce", - "director": "", - "cast": "Lisa Edelstein, Beau Garrett, Necar Zadegan, Paul Adelstein, Janeane Garofalo, Alanna Ubach", - "country": "United States", - "date_added": "", - "release_year": 2019, - "rating": "TV-14", - "duration": "5 Seasons", - "listed_in": "TV Comedies, TV Dramas", - "description": "After the world learns the truth about her failing marriage, a successful self-help author tries to salvage her career and find her way as a divorcée.", - "type": "TV Show" - }, - { - "show_id": 80222951, - "title": "Leila", - "director": "", - "cast": "Huma Qureshi, Siddharth, Rahul Khanna, Arif Zakaria, Seema Biswas, Sanjay Suri, Akash Khurana, Ashwath Bhatt, Anupam Bhattacharya, Adarsh Gourav", - "country": "India", - "date_added": "June 14, 2019", - "release_year": 2019, - "rating": "TV-MA", - "duration": "1 Season", - "listed_in": "International TV Shows, TV Dramas, TV Mysteries", - "description": "In a near-future world where an oppressive regime segregates society, one woman skirts the system to search for the daughter taken from her years ago.", - "type": "TV Show" - }, - { - "show_id": 80158515, - "title": "Marlon", - "director": "", - "cast": "Marlon Wayans, Essence Atkins, Bresha Webb, Diallo Riddle, Notlim Taylor, Amir O'Neil", - "country": "United States", - "date_added": "", - "release_year": 2018, - "rating": "TV-PG", - "duration": "2 Seasons", - "listed_in": "TV Comedies", - "description": "After the friendliest divorce ever, a carefree but devoted father navigates post-split parenting life with his levelheaded ex-wife and two kids.", - "type": "TV Show" - }, - { - "show_id": 80002311, - "title": "Marvel's Jessica Jones", - "director": "", - "cast": "Krysten Ritter, David Tennant, Rachael Taylor, Mike Colter, Carrie-Anne Moss, Eka Darville, Erin Moriarty, Wil Traval, Susie Abromeit", - "country": "United States", - "date_added": "", - "release_year": 2019, - "rating": "TV-MA", - "duration": "3 Seasons", - "listed_in": "Crime TV Shows, TV Action & Adventure, TV Dramas", - "description": "Haunted by a traumatic past, Jessica Jones uses her gifts as a private eye to find her tormentor before he can harm anyone else in Hell's Kitchen.", - "type": "TV Show" - }, - { - "show_id": 80242619, - "title": "Murder Mystery", - "director": "Kyle Newacheck", - "cast": "Adam Sandler, Jennifer Aniston, Luke Evans, Gemma Arterton, Adeel Akhtar, Luis Gerardo Méndez, Dany Boon, Terence Stamp", - "country": "United States", - "date_added": "June 14, 2019", - "release_year": 2019, - "rating": "PG-13", - "duration": "98 min", - "listed_in": "Comedies", - "description": "On a long-awaited trip to Europe, a New York City cop and his hairdresser wife scramble to solve a baffling murder aboard a billionaire's yacht.", - "type": "Movie" - }, - { - "show_id": 80230561, - "title": "Trinkets", - "director": "", - "cast": "Brianna Hildebrand, Kiana Madeira, Quintessa Swindell, Brandon Butler, Odiseas Georgiadis, Henry Zaga, Larry Sullivan, Larisa Oleynik", - "country": "United States", - "date_added": "June 14, 2019", - "release_year": 2019, - "rating": "TV-MA", - "duration": "1 Season", - "listed_in": "TV Dramas, Teen TV Shows", - "description": "A grieving teen finds an unexpected connection with two classmates at her new high school after they all land in the same Shoplifters Anonymous group.", - "type": "TV Show" - }, - { - "show_id": 80238711, - "title": "Yankee", - "director": "", - "cast": "Pablo Lyle, Ana Layevska, Leonardo Daniel, Javier Díaz Dueñas, Daniel Martínez, Pamela Almanza, Roberto Blandón, Sebastián Ferrat, Gabriela Zamora, Mauricio Pimentel, Julio Casado, Eivaut Rischen", - "country": "Mexico", - "date_added": "June 14, 2019", - "release_year": 2019, - "rating": "TV-MA", - "duration": "1 Season", - "listed_in": "Crime TV Shows, International TV Shows, Spanish-Language TV Shows", - "description": "On the run from the police, an Arizona man crosses into Mexico and gets deeply involved in drug trafficking – with the help of modern technology.", - "type": "TV Show" - }, - { - "show_id": 81035853, - "title": "Convict", - "director": "Abdul Aziz Hashad", - "cast": "Bassem Samra, Ahmad Wafiq, Ahmed Azmy, Dina Fouad, Mohamed Sharaf, Ahmed Rateb, Maha Sabry, Diaa El Merghany, Inas Ezz El Din, Said Tarabeek", - "country": "", - "date_added": "June 13, 2019", - "release_year": 2014, - "rating": "TV-MA", - "duration": "97 min", - "listed_in": "Dramas, International Movies", - "description": "Sentenced to death for committing rape, a convict navigates his final trying days alongside his allies and enemies in prison.", - "type": "Movie" - }, - { - "show_id": 81035841, - "title": "Flimflam", - "director": "Khaled Marei", - "cast": "Ahmed Helmy, Donia Samir Ghanim, Sabrine, Bayyumi Fuad, Jamila Adel Awad, Bea, Yasser El Tobgy, Enaam Salousa", - "country": "Egypt", - "date_added": "June 13, 2019", - "release_year": 2016, - "rating": "TV-14", - "duration": "102 min", - "listed_in": "Comedies, International Movies", - "description": "Nosy family in tow, a fun-loving bachelor goes on a romantic getaway, but he ends up pretending to be married to a complete stranger to avoid trouble.", - "type": "Movie" - }, - { - "show_id": 80220816, - "title": "Jinn", - "director": "", - "cast": "Salma Malhas, Sultan Alkhail, Hamzeh Okab, Aysha Shahaltough, Zaid Zoubi, Ban Halaweh, Yasser Al Hadi", - "country": "Lebanon, Jordan", - "date_added": "June 13, 2019", - "release_year": 2019, - "rating": "TV-MA", - "duration": "1 Season", - "listed_in": "International TV Shows, TV Dramas, TV Mysteries", - "description": "On a field trip to Petra, two jinns – one good, the other evil – enter the human realm, turning high school into a supernatural battleground.", - "type": "TV Show" - }, - { - "show_id": 80175351, - "title": "Kakegurui", - "director": "", - "cast": "Saori Hayami, Minami Tanaka, Tatsuya Tokutake, Yuki Wakai, Karin Nanami, Mariya Ise, Yu Serizawa, Tomokazu Sugita, Mayu Udono, Ayaka Fukuhara, Miyuki Sawashiro", - "country": "Japan", - "date_added": "", - "release_year": 2019, - "rating": "TV-14", - "duration": "2 Seasons", - "listed_in": "Anime Series, International TV Shows, TV Thrillers", - "description": "High roller Yumeko Jabami plans to clean house at Hyakkaou Private Academy, a school where students are evaluated solely on their gambling skills.", - "type": "TV Show" - }, - { - "show_id": 81147766, - "title": "Oprah Presents When They See Us Now", - "director": "Mark Ritchie", - "cast": "Oprah Winfrey, Ava DuVernay", - "country": "United States", - "date_added": "June 13, 2019", - "release_year": 2019, - "rating": "TV-14", - "duration": "61 min", - "listed_in": "Documentaries", - "description": "Oprah Winfrey talks with the exonerated men once known as the Central Park Five, plus the cast and producers who tell their story in \"When They See Us.", - "type": "Movie" - }, - { - "show_id": 81035889, - "title": "Savage Raghda", - "director": "Mahmoud Karim", - "cast": "Ramez Galal, Riham Hagag, Bayyumi Fuad, Entessar, Ahmed Fathy, Mohammed Tharwat", - "country": "Egypt", - "date_added": "June 13, 2019", - "release_year": 2018, - "rating": "TV-MA", - "duration": "93 min", - "listed_in": "Comedies, International Movies, Romantic Movies", - "description": "Desperate to support his son, a single father uses his talent with makeup to dress up as a woman to try out for a part in a commercial.", - "type": "Movie" - }, - { - "show_id": 81088277, - "title": "The 3rd Eye 2", - "director": "Rocky Soraya", - "cast": "Jessica Mila, Bianca Hello, Nabilah Ayu, Sophia Latjuba, Jeremy Thomas", - "country": "Indonesia", - "date_added": "June 13, 2019", - "release_year": 2019, - "rating": "TV-MA", - "duration": "117 min", - "listed_in": "Horror Movies, International Movies", - "description": "Working in an orphanage, Alia meets teen Nadia, who says she hears a strange voice in the walls. When they try to find the source, things go very wrong.", - "type": "Movie" - }, - { - "show_id": 81035874, - "title": "The Ant's Scream", - "director": "Sameh Abdulaziz", - "cast": "Amr Abdel-Geleel, Rania Yousef, Salloum Haddad, Hesham Al-Meligy, Farida Al-Gready, Ahmad Wafiq, Mohamed Abo El Hassan, Amr Sakr, Ahmed Gamal Saeed, Riham Ayman", - "country": "Egypt", - "date_added": "June 13, 2019", - "release_year": 2010, - "rating": "TV-14", - "duration": "108 min", - "listed_in": "Comedies, Dramas, International Movies", - "description": "Released after being wrongly imprisoned in Iraq, an Egyptian contractor returns home to a country on the brink of revolution.", - "type": "Movie" - }, - { - "show_id": 81035883, - "title": "The Cell", - "director": "Tarek Al Eryan", - "cast": "Ahmed Ezz, Mohamed Mamdouh, Samer al Masri, Amina Khalil, Ahmed Safwat, Ahmed Salah Hosny, Aïcha Ben Ahmed, Rania Elkhatib, Riham Abdel Ghafour", - "country": "Egypt", - "date_added": "June 13, 2019", - "release_year": 2017, - "rating": "TV-MA", - "duration": "126 min", - "listed_in": "Action & Adventure, Dramas, International Movies", - "description": "A special operations officer vows to get revenge against the terrorist who killed his friend in a brutal attack.", - "type": "Movie" - }, - { - "show_id": 81035848, - "title": "The Right One", - "director": "Hadi El Bagoury", - "cast": "Hani Salama, Basma Ahmad, Rania Yousef, Kinda Allouch, Yasmin Raeis, Amr Youssef, Zizi El-Badrawy", - "country": "Egypt", - "date_added": "June 13, 2019", - "release_year": 2011, - "rating": "TV-14", - "duration": "93 min", - "listed_in": "Dramas, International Movies, Romantic Movies", - "description": "Under pressure to marry, a rich playboy is conflicted between four women who each possess a different quality he desires in his ideal wife.", - "type": "Movie" - }, - { - "show_id": 81002929, - "title": "Jo Koy: Comin' In Hot", - "director": "Shannon Hartman", - "cast": "Jo Koy", - "country": "United States", - "date_added": "June 12, 2019", - "release_year": 2019, - "rating": "TV-MA", - "duration": "60 min", - "listed_in": "Stand-Up Comedy", - "description": "Comedian Jo Koy takes center stage in Hawaii and shares his candid take on cultural curiosities, filter-free fatherhood and more.", - "type": "Movie" - }, - { - "show_id": 80221016, - "title": "Rolling Thunder Revue: A Bob Dylan Story by Martin Scorsese", - "director": "Martin Scorsese", - "cast": "Bob Dylan, Allen Ginsberg, Joan Baez, Patti Smith, Roger McGuinn, Sam Shepard, Sharon Stone, Joni Mitchell, Scarlet Rivera, Ramblin' Jack Elliott, Ronnie Hawkins, Anne Waldman, Ronee Blakley", - "country": "United States", - "date_added": "June 12, 2019", - "release_year": 2019, - "rating": "TV-MA", - "duration": "142 min", - "listed_in": "Documentaries, Music & Musicals", - "description": "In an alchemic mix of fact and fantasy, Martin Scorsese looks back at Bob Dylan's 1975 Rolling Thunder Revue tour and a country ripe for reinvention.", - "type": "Movie" - }, - { - "show_id": 80221640, - "title": "Ralph Breaks the Internet: Wreck-It Ralph 2", - "director": "Phil Johnston, Rich Moore", - "cast": "John C. Reilly, Sarah Silverman, Taraji P. Henson, Gal Gadot, Jack McBrayer, Jane Lynch, Alan Tudyk, Ed O'Neill, Susan Lucci, Jason Lee, Idina Menzel, Anika Noni Rose, Judy Reyes, Grant Show, Ana Ortiz, Ming-Na Wen, Rebecca Wisocky, Paige O'Hara, Linda Larkin, Mariana Klaveno, Daria Ramirez, Tom Irwin, Edy Ganem, Irene Bedard, Jodi Benson, Anthony Daniels", - "country": "United States", - "date_added": "June 11, 2019", - "release_year": 2018, - "rating": "PG", - "duration": "113 min", - "listed_in": "Children & Family Movies, Comedies", - "description": "When video-game bad guy Ralph and best friend Vanellope discover a way onto the internet, they set off on a mission to save her broken game.", - "type": "Movie" - }, - { - "show_id": 81044608, - "title": "Upin & Ipin", - "director": "", - "cast": "Nurfathiah Diaz", - "country": "Malaysia", - "date_added": "June 10, 2019", - "release_year": 2007, - "rating": "TV-Y", - "duration": "1 Season", - "listed_in": "Kids' TV", - "description": "Two mischievous yet lovable five-year-old twins and their friends enjoy daily life and new discoveries with the residents of their Malaysian village.", - "type": "TV Show" - }, - { - "show_id": 81061410, - "title": "Beneath the Leaves", - "director": "Adam Marino", - "cast": "Mira Sorvino, Kristoffer Polaha, Doug Jones, Paul Sorvino, Aaron Farb, Ser'Darius Blain, Christopher Backus, Christopher Masterson, Tommy Kijas, Kee Seymore, Marla Adams", - "country": "United States", - "date_added": "June 8, 2019", - "release_year": 2019, - "rating": "TV-MA", - "duration": "90 min", - "listed_in": "Independent Movies, Thrillers", - "description": "An escaped psychopathic child killer faces off against one of his former victims, who has since become a hard-nosed detective.", - "type": "Movie" - }, - { - "show_id": 80202465, - "title": "Berlin, I Love You", - "director": "", - "cast": "", - "country": "Germany", - "date_added": "June 8, 2019", - "release_year": 2019, - "rating": "R", - "duration": "120 min", - "listed_in": "Dramas, International Movies, Romantic Movies", - "description": "Set in the Grey City, this \"Cities of Love\" installment is a star-studded, 10-story collection of redemptive love, crushing loss and everyday romances.", - "type": "Movie" - }, - { - "show_id": 60024935, - "title": "Equilibrium", - "director": "Kurt Wimmer", - "cast": "Christian Bale, Emily Watson, Taye Diggs, Angus Macfadyen, Sean Bean, Sean Pertwee, Matthew Harbour, William Fichtner", - "country": "United States", - "date_added": "June 8, 2019", - "release_year": 2002, - "rating": "R", - "duration": "107 min", - "listed_in": "Action & Adventure, Dramas, Sci-Fi & Fantasy", - "description": "In a dystopian future, a totalitarian regime maintains peace by subduing the populace with a drug, and displays of emotion are punishable by death.", - "type": "Movie" - }, - { - "show_id": 80074220, - "title": "3%", - "director": "", - "cast": "João Miguel, Bianca Comparato, Michel Gomes, Rodolfo Valente, Vaneza Oliveira, Rafael Lozano, Viviane Porto, Mel Fronckowiak, Sergio Mamberti, Zezé Motta, Celso Frateschi", - "country": "Brazil", - "date_added": "", - "release_year": 2019, - "rating": "TV-MA", - "duration": "3 Seasons", - "listed_in": "International TV Shows, TV Dramas, TV Sci-Fi & Fantasy", - "description": "In a future where the elite inhabit an island paradise far from the crowded slums, you get one chance to join the 3% saved from squalor.", - "type": "TV Show" - }, - { - "show_id": 81025973, - "title": "Belmonte", - "director": "Federico Veiroj", - "cast": "Gonzalo Delgado, Olivia Molinaro Eijo, Jeannette Sauksteliskis, Tomás Wahrmann, María Noel Gutiérrez, Marcelo Fernández Borsari, Alejandro Castiglioni, Cecilia Caballero Jeske, Martín Reyes, Carolina Penadés", - "country": "Uruguay, Spain, Mexico", - "date_added": "June 7, 2019", - "release_year": 2018, - "rating": "TV-MA", - "duration": "74 min", - "listed_in": "Dramas, Independent Movies, International Movies", - "description": "An artist muddles through a midlife crisis while trying to balance his dimming career with a yearning to be a better father.", - "type": "Movie" - }, - { - "show_id": 80113647, - "title": "Designated Survivor", - "director": "", - "cast": "Kiefer Sutherland, Natascha McElhone, Maggie Q, Kal Penn, Adan Canto, Italia Ricci, LaMonica Garrett, Tanner Buchanan, Ben Lawson, Paulo Costanzo, Zoe McLellan", - "country": "United States", - "date_added": "", - "release_year": 2019, - "rating": "TV-14", - "duration": "3 Seasons", - "listed_in": "Crime TV Shows, TV Dramas, TV Thrillers", - "description": "America's fate rests in the hands of a low-level official after an attack on Washington decimates the government in this gripping political thriller.", - "type": "TV Show" - }, - { - "show_id": 80121387, - "title": "Elisa & Marcela", - "director": "Isabel Coixet", - "cast": "Natalia de Molina, Greta Fernández, Sara Casasnovas, Tamar Novas, Kelly Lua, Manuel Lourenzo, Jorge Suquet, Ana Santos, Mariana Carballal, Roberto Leal, Luisa Merelas, Amparo Moreno, Lluís Homar, Manolo Solo, María Pujalte, Francesc Orella", - "country": "Spain", - "date_added": "June 7, 2019", - "release_year": 2019, - "rating": "TV-MA", - "duration": "119 min", - "listed_in": "Dramas, International Movies, LGBTQ Movies", - "description": "In 1901 Spain, Elisa Sánchez Loriga adopts a male identity in order to marry the woman she loves, Marcela Gracia Ibeas. Based on true events.", - "type": "Movie" - }, - { - "show_id": 80227090, - "title": "I Am Mother", - "director": "Grant Sputore", - "cast": "Clara Rugaard, Rose Byrne, Hilary Swank, Luke Hawker", - "country": "Australia", - "date_added": "June 7, 2019", - "release_year": 2019, - "rating": "TV-14", - "duration": "114 min", - "listed_in": "International Movies, Sci-Fi & Fantasy, Thrillers", - "description": "Following humanity's mass extinction, a teen raised alone by a maternal droid finds her entire world shaken when she encounters another human.", - "type": "Movie" - }, - { - "show_id": 81113918, - "title": "Luka Chuppi", - "director": "Laxman Utekar", - "cast": "Kartik Aaryan, Kriti Sanon, Pankaj Tripathi, Vinay Pathak, Aparshakti Khurana, Atul Srivastava, Alka Amin", - "country": "India", - "date_added": "June 7, 2019", - "release_year": 2019, - "rating": "TV-14", - "duration": "125 min", - "listed_in": "Comedies, International Movies, Romantic Movies", - "description": "Pretending to marry in order to cohabitate, a small-town couple lands in endless awkward situations to hide the truth from their orthodox families.", - "type": "Movie" - }, - { - "show_id": 81029736, - "title": "Pachamama", - "director": "Juan Antin", - "cast": "Adam Moussamih, Charli Birdgenau, Vlastra Vrana, Sonja Ball, Alexandre Harough", - "country": "France, Luxembourg, Canada", - "date_added": "June 7, 2019", - "release_year": 2019, - "rating": "PG", - "duration": "71 min", - "listed_in": "Children & Family Movies", - "description": "When a sacred statue is taken from his Andean village, a spirited boy who dreams of becoming a shaman goes on a brave mission to get it back.", - "type": "Movie" - }, - { - "show_id": 81051688, - "title": "Rock My Heart", - "director": "Hanno Olderdissen", - "cast": "Lena Klenke, Dieter Hallervorden, Emilio Sakraya, Annette Frier, Milan Peschel, Vedat Erincin, Johann von Bülow, Michael Lott, Hans Martin Stier, Anneke Kim Sarnau", - "country": "Germany", - "date_added": "June 7, 2019", - "release_year": 2019, - "rating": "TV-PG", - "duration": "110 min", - "listed_in": "Children & Family Movies, Dramas, International Movies", - "description": "After an adventurous teen with a heart defect bonds with an unruly stallion, she trains to compete as an amateur jockey in a life-threatening race.", - "type": "Movie" - }, - { - "show_id": 81113921, - "title": "Stree", - "director": "Amar Kaushik", - "cast": "Rajkummar Rao, Shraddha Kapoor, Pankaj Tripathi, Aparshakti Khurana, Abhishek Banerjee, Atul Srivastava", - "country": "India", - "date_added": "June 7, 2019", - "release_year": 2018, - "rating": "TV-MA", - "duration": "127 min", - "listed_in": "Comedies, Horror Movies, Independent Movies", - "description": "Once a year, men in a small town fear abduction by an eccentric female spirit. A young tailor dismisses the idea of the ghost – until he falls for her.", - "type": "Movie" - }, - { - "show_id": 81006334, - "title": "Super Monsters Monster Pets", - "director": "", - "cast": "Erin Mathews, Kathleen Barr, Chiara Zanni, Rebecca Shoichet, Sabrina Pitre, Ingrid Nilson, Alessandro Juliani, Elyse Maloway, Vincent Tong", - "country": "United States", - "date_added": "June 7, 2019", - "release_year": 2019, - "rating": "TV-Y", - "duration": "1 Season", - "listed_in": "Kids' TV", - "description": "The adorably magical Monster Pets star in a series of short adventures that are big on fun – and full of surprises!", - "type": "TV Show" - }, - { - "show_id": 80211563, - "title": "Tales of the City", - "director": "", - "cast": "Laura Linney, Ellen Page, Olympia Dukakis, Paul Gross, Murray Bartlett, Barbara Garrick, Charlie Barnett, Garcia, May Hong, Jen Richards, Victor Garber, Ashley Park, Christopher Larkin, Zosia Mamet, Molly Ringwald, Daniela Vega", - "country": "United States", - "date_added": "June 7, 2019", - "release_year": 2019, - "rating": "TV-MA", - "duration": "1 Season", - "listed_in": "TV Dramas", - "description": "Returning to San Francisco after a long absence, Mary Ann Singleton reunites with the community of characters at 28 Barbary Lane.", - "type": "TV Show" - }, - { - "show_id": 80173387, - "title": "The Black Godfather", - "director": "Reginald Hudlin", - "cast": "Clarence Avant, Quincy Jones", - "country": "United States", - "date_added": "June 7, 2019", - "release_year": 2019, - "rating": "TV-MA", - "duration": "118 min", - "listed_in": "Documentaries, Music & Musicals", - "description": "This documentary follows the life of Clarence Avant, the ultimate, uncensored mentor and behind-the-scenes rainmaker in music, film, TV and politics.", - "type": "Movie" - }, - { - "show_id": 81013112, - "title": "The Push", - "director": "Grant Korgan, Brian Niles", - "cast": "Grant Korgan", - "country": "United States", - "date_added": "June 7, 2019", - "release_year": 2018, - "rating": "TV-MA", - "duration": "90 min", - "listed_in": "Documentaries, Sports Movies", - "description": "After a snowmobile accident paralyzed him, Grant Korgan became the first athlete with a spinal cord injury to push himself to the South Pole.", - "type": "Movie" - }, - { - "show_id": 70294793, - "title": "A Perfect Man", - "director": "Kees Van Oostrum", - "cast": "Liev Schreiber, Jeanne Tripplehorn, Joelle Carter, Louise Fletcher, Katie Carr, Renée Soutendijk, Huub Stapel, Michael Pas", - "country": "United States", - "date_added": "June 6, 2019", - "release_year": 2013, - "rating": "R", - "duration": "94 min", - "listed_in": "Dramas, Independent Movies, Romantic Movies", - "description": "Nina thinks her husband, James, is cheating on her, and she sets out to prove it by calling him and pretending to be another woman.", - "type": "Movie" - }, - { - "show_id": 81030855, - "title": "Alles ist gut", - "director": "Eva Trobisch", - "cast": "Aenne Schwarz, Andreas Döhler, Hans Löw, Tilo Nest, Lina Wendel, Lisa Hagmeister", - "country": "Germany", - "date_added": "June 6, 2019", - "release_year": 2019, - "rating": "TV-MA", - "duration": "90 min", - "listed_in": "Dramas, International Movies", - "description": "A woman sexually assaulted by her new boss's brother-in-law tries to move on as if nothing happened, but the night weighs heavily on her mind and body.", - "type": "Movie" - }, - { - "show_id": 81035852, - "title": "Best Neighbors", - "director": "Tamer Bassiouni", - "cast": "Sameh Hussain, Menna Arafa, Merna al-Mohandes", - "country": "", - "date_added": "June 6, 2019", - "release_year": 2014, - "rating": "TV-14", - "duration": "98 min", - "listed_in": "Comedies, International Movies", - "description": "A just-married couple moves into their new home, finding themselves at war with the kids next door, who seem determined to make their lives miserable.", - "type": "Movie" - }, - { - "show_id": 80079473, - "title": "Cabin Fever", - "director": "Travis Zariwny", - "cast": "Gage Golightly, Matthew Daddario, Samuel Davis, Nadine Crocker, Dustin Ingram, Randy Schulman", - "country": "United States", - "date_added": "June 6, 2019", - "release_year": 2016, - "rating": "R", - "duration": "98 min", - "listed_in": "Horror Movies, Thrillers", - "description": "As a flesh-eating virus rips its way through a remote woodland cabin, the terrified teens vacationing inside wonder who'll fall victim next.", - "type": "Movie" - }, - { - "show_id": 80018328, - "title": "Christian Mingle", - "director": "Corbin Bernsen", - "cast": "Lacey Chabert, Jonathan Patrick Moore, Saidah Arrika Ekulona, Stephen Tobolowsky, John O'Hurley, David Keith, Morgan Fairchild, Corbin Bernsen", - "country": "United States", - "date_added": "June 6, 2019", - "release_year": 2014, - "rating": "PG", - "duration": "99 min", - "listed_in": "Comedies, Faith & Spirituality, Romantic Movies", - "description": "A career woman who has everything but romance finds her values challenged when she starts dating a good man she met on a Christian matchmaking site.", - "type": "Movie" - }, - { - "show_id": 80996787, - "title": "Everybody Knows", - "director": "Asghar Farhadi", - "cast": "Penélope Cruz, Javier Bardem, Ricardo Darín, Eduard Fernández, Bárbara Lennie, Inma Cuesta, Elvira Mínguez, Ramón Barea, Carla Campra, Sara Sálamo, Roger Casamajor, José Ángel Egido", - "country": "Spain, France, Italy", - "date_added": "June 6, 2019", - "release_year": 2019, - "rating": "R", - "duration": "133 min", - "listed_in": "Dramas, International Movies, Thrillers", - "description": "Journeying back to her small Spanish hometown for her sister's wedding, Laura must grapple with long-buried secrets when her daughter is abducted.", - "type": "Movie" - }, - { - "show_id": 81035881, - "title": "Farce", - "director": "Shadi Ali", - "cast": "Ahmed Fathy, Bayoumi Fouad, Sami Maghouri, Mohammed Tharwat, Mohamed Salam, Haya Ibrahim, Mohsen Mansour", - "country": "Egypt", - "date_added": "June 6, 2019", - "release_year": 2017, - "rating": "TV-MA", - "duration": "94 min", - "listed_in": "Comedies, International Movies", - "description": "A beauty expert, a drug dealer and a bungling revolutionary end up in the grips of an extremist group after meeting on a plane to Lebanon.", - "type": "Movie" - }, - { - "show_id": 81035843, - "title": "Freezer's Campaign", - "director": "Sameh Abdulaziz", - "cast": "Bayyumi Fuad, Chico, Hesham Maged, Ahmed Fathy, Nesreen Ameen, Dareen Haddad, Bushra, Samy Maghawry", - "country": "Egypt", - "date_added": "June 6, 2019", - "release_year": 2016, - "rating": "TV-MA", - "duration": "116 min", - "listed_in": "Comedies, International Movies", - "description": "When climate change makes Egypt freeze over, intelligence officers pose as a film crew on location to seek a device that can eliminate the frost.", - "type": "Movie" - }, - { - "show_id": 81035837, - "title": "From Japan to Egypt", - "director": "Mahmoud Karim", - "cast": "Ahmed Eid, Saki Tsukamoto, Nada Moussa, Mohammed Tharwat", - "country": "Egypt", - "date_added": "June 6, 2019", - "release_year": 2017, - "rating": "TV-14", - "duration": "93 min", - "listed_in": "Children & Family Movies, Comedies, Dramas", - "description": "After his wife relocates to her home country of Japan, an Egyptian man – and father of two rambunctious kids – tries to win her back.", - "type": "Movie" - }, - { - "show_id": 80039136, - "title": "Immoral Tales", - "director": "Walerian Borowczyk", - "cast": "Lise Danvers, Fabrice Luchini, Charlotte Alexandra, Paloma Picasso, Pascale Christophe, Florence Bellamy, Jacopo Berinizi, Lorenzo Berinizi", - "country": "France", - "date_added": "June 6, 2019", - "release_year": 1974, - "rating": "UR", - "duration": "103 min", - "listed_in": "Dramas, International Movies, Romantic Movies", - "description": "This anthology illustrates the timeless nature of desire in four stories of incest, bloodlust and other forbidden subjects.", - "type": "Movie" - }, - { - "show_id": 81035884, - "title": "It's Okay, Buddy", - "director": "Hani Hamdi", - "cast": "Mahmood El-Laithi, Saad El Soghayar, Nermin Maher, Safinaz", - "country": "Egypt", - "date_added": "June 6, 2019", - "release_year": 2017, - "rating": "TV-14", - "duration": "84 min", - "listed_in": "Comedies, International Movies, Music & Musicals", - "description": "Two down-on-their-luck singers set out to marry wealthy women – but not everyone is happy to have them climb the social ladder.", - "type": "Movie" - }, - { - "show_id": 81035863, - "title": "Ms. Mammy", - "director": "Wael Ihsan", - "cast": "Yasmin Abdulaziz, Hassan El Raddad, Ahmed Fouad Selim, Entessar, Hesham Ismail, Badria Tolba, Ghassan Mattar, Eman El-Sayed, Saad El Soghayar, Soleiman Eid, Youssef Eid, Hassan Abdulfattah, Mohamed Lotfy, Hala Fakher", - "country": "Egypt", - "date_added": "June 6, 2019", - "release_year": 2012, - "rating": "TV-14", - "duration": "90 min", - "listed_in": "Comedies, International Movies", - "description": "A successful advertising agency executive falls asleep on an airplane and wakes up in an alternate universe as a stay-at-home mom with three kids.", - "type": "Movie" - }, - { - "show_id": 81035858, - "title": "Sameer Abu Alneel", - "director": "Amr Arafa", - "cast": "Ahmed Mekky, Nicole Saba, Mohamed Lotfy, Hussien El Imam, Dina El-Sherbiny, Said Tarabeek, Alaa Morsy, Edward Fouad, Abdalah Mishrif, Youssef Eid", - "country": "Egypt", - "date_added": "June 6, 2019", - "release_year": 2013, - "rating": "TV-14", - "duration": "107 min", - "listed_in": "Comedies, International Movies", - "description": "Disliked for his stinginess, Samir finds his life turned upside down when he receives a windfall and launches a television channel.", - "type": "Movie" - }, - { - "show_id": 81035882, - "title": "Step Outside", - "director": "Wael Ihsan", - "cast": "Kareem Mahmoud Abdel Aziz, Khaled El Sawy, Ahmed Fathy, Malak Koura, Ashraf Abdel Baqi", - "country": "Egypt", - "date_added": "June 6, 2019", - "release_year": 2018, - "rating": "TV-14", - "duration": "89 min", - "listed_in": "Comedies, International Movies", - "description": "A down-on-his-luck man reads a book, only to have its characters materialize and take over his life.", - "type": "Movie" - }, - { - "show_id": 81035847, - "title": "The Republic of Imbaba", - "director": "Ahmed Al-Badry", - "cast": "Bassem Samra, Ola Ghanem, Ahmad Wafiq, Feryal Youssef, Ayman Kandil, Inas Ezz El Din, Mohamed Farouk", - "country": "", - "date_added": "June 6, 2019", - "release_year": 2015, - "rating": "TV-MA", - "duration": "90 min", - "listed_in": "Dramas, International Movies", - "description": "Living on the edges of Cairo’s Embabah neighborhood, several residents seek to better their circumstances following the January 25 Revolution.", - "type": "Movie" - }, - { - "show_id": 81035859, - "title": "The Thief and the Imbecile", - "director": "Mohammed El-Tahawy, Mohamed Mostafa", - "cast": "Khaled El Sawy, Khaled Saleh, Ruby", - "country": "Egypt", - "date_added": "June 6, 2019", - "release_year": 2013, - "rating": "TV-14", - "duration": "96 min", - "listed_in": "Dramas, International Movies", - "description": "A street beggar befriends a man who lost his eye in a brawl, unaware that his new acquaintance is plotting to make him his unwitting organ donor.", - "type": "Movie" - }, - { - "show_id": 80223226, - "title": "A Silent Voice", - "director": "Naoko Yamada", - "cast": "Miyu Irino, Saori Hayami, Aoi Yuki, Kensho Ono, Yuki Kaneko, Yui Ishikawa, Megumi Han, Toshiyuki Toyonaga, Mayu Matsuoka", - "country": "Japan", - "date_added": "June 5, 2019", - "release_year": 2016, - "rating": "TV-14", - "duration": "130 min", - "listed_in": "Anime Features, International Movies", - "description": "A former class bully reaches out to the deaf girl he'd tormented in grade school. He feels unworthy of redemption but tries to make things right.", - "type": "Movie" - }, - { - "show_id": 70264888, - "title": "Black Mirror", - "director": "", - "cast": "Jesse Plemons, Cristin Milioti, Jimmi Simpson, Rosemarie DeWitt, Douglas Hodge, Andrea Riseborough, Brenna Harding, Owen Teague, Andrew Gower, Kiran Sonia Sawar, Georgina Campbell, Joe Cole, Maxine Peake, Jake Davies, Clint Dyer, Letitia Wright, Babs Olusanmokun, Bryce Dallas Howard, Alice Eve, Michael Kelly, Cherry Jones, Gugu Mbatha-Raw, Mackenzie Davis, Wyatt Russell, Benedict Wong, Kelly Macdonald, Faye Marsay, Madeline Brewer, Hannah John-Kamen, Malachi Kirby, Alex Lawther, Jerome Flynn, James Norton, Rory Kinnear, Lindsay Duncan, Daniel Kaluuya, Jessica Brown Findlay, Rupert Everett, Toby Kebbell, Jodie Whittaker, Hayley Atwell, Domhnall Gleeson, Lenora Crichlow, Michael Smiley, Daniel Rigby, Chloe Pirrie, Jason Flemyng, Jon Hamm, Oona Chaplin, Rafe Spall", - "country": "United Kingdom", - "date_added": "", - "release_year": 2019, - "rating": "TV-MA", - "duration": "5 Seasons", - "listed_in": "British TV Shows, International TV Shows, TV Dramas", - "description": "This sci-fi anthology series explores a twisted, high-tech near-future where humanity's greatest innovations and darkest instincts collide.", - "type": "TV Show" - }, - { - "show_id": 81076055, - "title": "Dolphin Kick", - "director": "Philip Marlatt", - "cast": "Axle McCoy, Travis McCoy, Tyler Jade Nixon, Alexis Louder, DeVaughn Gow, LaVaughn Hamilton, Maya Simmons, Quddus Newton, Jordan Padreira, Derek Lee Nixon", - "country": "United States", - "date_added": "June 5, 2019", - "release_year": 2019, - "rating": "TV-PG", - "duration": "90 min", - "listed_in": "Children & Family Movies", - "description": "After losing his mom, 10-year-old Luke abandons competitive swimming. It takes a friendly dolphin to get him back in the water – and help him heal.", - "type": "Movie" - }, - { - "show_id": 80996790, - "title": "Dr. Seuss' The Grinch", - "director": "Scott Mosier, Yarrow Cheney", - "cast": "Benedict Cumberbatch, Cameron Seely, Rashida Jones, Pharrell Williams, Kenan Thompson, Angela Lansbury", - "country": "France, China, Japan, United States", - "date_added": "June 5, 2019", - "release_year": 2018, - "rating": "PG", - "duration": "86 min", - "listed_in": "Children & Family Movies, Comedies", - "description": "A grump with a mean streak plots to bring Christmas to a halt in the cheerful town of Whoville. But a generous little girl could change his heart.", - "type": "Movie" - }, - { - "show_id": 70181716, - "title": "Jiro Dreams of Sushi", - "director": "David Gelb", - "cast": "Jiro Ono", - "country": "United States", - "date_added": "June 5, 2019", - "release_year": 2011, - "rating": "PG", - "duration": "79 min", - "listed_in": "Documentaries", - "description": "This documentary profiles sushi chef Jiro Ono, an 85-year-old master whose 10-seat, $300-a-plate restaurant is legendary among Tokyo foodies.", - "type": "Movie" - }, - { - "show_id": 70270388, - "title": "Would You Rather", - "director": "David Guy Levy", - "cast": "Brittany Snow, Jeffrey Combs, Jonny Coyne, Lawrence Gilliard Jr., Enver Gjokaj, Sasha Grey, John Heard, Charlie Hofheimer, Logan Miller, June Squibb, Eddie Steeples, Robin Lord Taylor, Robb Wells", - "country": "United States", - "date_added": "June 5, 2019", - "release_year": 2013, - "rating": "TV-MA", - "duration": "93 min", - "listed_in": "Horror Movies, Independent Movies, Thrillers", - "description": "In need of cash to help her sick brother, a young woman agrees to take part in a lethal winner-takes-all parlor game hosted by a sadistic millionaire.", - "type": "Movie" - }, - { - "show_id": 80114804, - "title": "Cosmos Laundromat: First Cycle", - "director": "Mathieu Auvray", - "cast": "Pierre Bokma, Reinout Scholten van Aschat", - "country": "Netherlands", - "date_added": "June 4, 2019", - "release_year": 2015, - "rating": "TV-MA", - "duration": "12 min", - "listed_in": "Dramas, International Movies, Sci-Fi & Fantasy", - "description": "Despondent on a desolate island, a suicidal sheep is thrown a lifeline by a quirky salesman, who offers him the gift of a lifetime.", - "type": "Movie" - }, - { - "show_id": 80237423, - "title": "Miranda Sings Live…Your Welcome", - "director": "Marcus Raboy", - "cast": "Colleen Ballinger", - "country": "United States", - "date_added": "June 4, 2019", - "release_year": 2019, - "rating": "TV-14", - "duration": "62 min", - "listed_in": "Stand-Up Comedy", - "description": "Viral video star Miranda Sings and her real-world alter ego Colleen Ballinger share the stage in a special packed with music, comedy and \"magichinry.", - "type": "Movie" - }, - { - "show_id": 70304298, - "title": "Silent", - "director": "Limbert Fabian, Brandon Oldenburg", - "cast": "", - "country": "United States", - "date_added": "June 4, 2019", - "release_year": 2014, - "rating": "TV-Y7", - "duration": "3 min", - "listed_in": "Children & Family Movies, Sci-Fi & Fantasy", - "description": "Silent\" is an animated short film created by Academy Award® winning Moonbot Studios. It celebrates how storytellers, inventors, and technology work together to create cinema magic.", - "type": "Movie" - }, - { - "show_id": 70117293, - "title": "The Men Who Stare at Goats", - "director": "Grant Heslov", - "cast": "George Clooney, Ewan McGregor, Jeff Bridges, Kevin Spacey, Stephen Lang, Robert Patrick, Waleed Zuaiter, Stephen Root, Glenn Morshower, Nick Offerman, Tim Griffin, Rebecca Mader", - "country": "United States, United Kingdom", - "date_added": "June 4, 2019", - "release_year": 2009, - "rating": "R", - "duration": "94 min", - "listed_in": "Comedies", - "description": "A journalist latches onto an unbelievable story in Iraq when he meets Lyn, a man of mysterious origins who reveals he was a \"warrior monk.", - "type": "Movie" - }, - { - "show_id": 80010778, - "title": "Documentary Now!", - "director": "", - "cast": "Fred Armisen, Bill Hader, Helen Mirren", - "country": "United States", - "date_added": "", - "release_year": 2019, - "rating": "TV-14", - "duration": "3 Seasons", - "listed_in": "TV Comedies", - "description": "Elevating the art of parody, this sharply comic series spoofs high-profile documentaries such as \"Grey Gardens\" and \"The Thin Blue Line.", - "type": "TV Show" - }, - { - "show_id": 80179394, - "title": "Dynasty", - "director": "", - "cast": "Elizabeth Gillies, Nathalie Kelley, Grant Show, James Mackay, Rafael De La Fuente, Alan Dale, Sam Adegoke, Robert Christopher Riley", - "country": "United States", - "date_added": "", - "release_year": 2019, - "rating": "TV-14", - "duration": "2 Seasons", - "listed_in": "TV Dramas", - "description": "The Carringtons and the Colbys feud for control over their fortune – and their children – in this updated reboot of the classic prime-time soap.", - "type": "TV Show" - }, - { - "show_id": 80244783, - "title": "Malibu Rescue: The Series", - "director": "", - "cast": "Ricardo Hurtado, Breanna Yde, Jackie R. Jacobson, Abby Donnelly, Alkoya Brunson, Jeremy Howard, JT Neal, Bryana Salaz, Ian Ziering, Camaron Engels", - "country": "United States", - "date_added": "June 3, 2019", - "release_year": 2019, - "rating": "TV-G", - "duration": "1 Season", - "listed_in": "Kids' TV, TV Action & Adventure, TV Comedies", - "description": "On the heels of Junior Rescue training, Team Flounder returns to brave the beach in a series of thrilling saves and lighthearted laughs.", - "type": "TV Show" - }, - { - "show_id": 81028895, - "title": "Arthdal Chronicles", - "director": "", - "cast": "Song Joong-ki, Jang Dong-gun, Kim Ji-won, Kim Ok-vin, Kim Eui-sung, Cho Seong-ha, Lee Do-gyeong, Park Hae-joon, Park Byung-eun", - "country": "South Korea", - "date_added": "June 2, 2019", - "release_year": 2019, - "rating": "TV-14", - "duration": "1 Season", - "listed_in": "International TV Shows, Korean TV Shows, TV Action & Adventure", - "description": "In a mythical land called Arth, the inhabitants of the ancient city of Arthdal and its surrounding regions vie for power as they build a new society.", - "type": "TV Show" - }, - { - "show_id": 70038131, - "title": "Good Night, and Good Luck", - "director": "George Clooney", - "cast": "David Strathairn, Patricia Clarkson, George Clooney, Jeff Daniels, Robert Downey Jr., Frank Langella, Ray Wise, Robert John Burke, Tate Donovan, Alex Borstein, Matt Ross, Grant Heslov", - "country": "United States, France, United Kingdom, Japan", - "date_added": "June 2, 2019", - "release_year": 2005, - "rating": "PG", - "duration": "93 min", - "listed_in": "Dramas", - "description": "Veteran television newsman Edward R. Murrow faces off against Sen. Joseph McCarthy and his crusade to quell the threat of communism in America.", - "type": "Movie" - }, - { - "show_id": 81110386, - "title": "Krutant", - "director": "Datta Mohan Bhandare", - "cast": "Suyog Rajendra Gorhe, Sandeep Kulkarni, Vidya Karanjikar, Sayli Patil", - "country": "India", - "date_added": "June 2, 2019", - "release_year": 2019, - "rating": "TV-14", - "duration": "114 min", - "listed_in": "Dramas, International Movies", - "description": "When a busy workaholic leaves town to meet friends, an unexpected delay leads him to the hut of an old man, whose haunting tale could change his life.", - "type": "Movie" - }, - { - "show_id": 80108430, - "title": "The Duel", - "director": "Kieran Darcy-Smith", - "cast": "Woody Harrelson, Liam Hemsworth, Alice Braga, Emory Cohen, Felicity Price, José Zúñiga, William Sadler", - "country": "United States", - "date_added": "June 2, 2019", - "release_year": 2016, - "rating": "R", - "duration": "110 min", - "listed_in": "Dramas", - "description": "In 1866, a Texas Ranger investigates some suspicious deaths in a town ruled by a religious despot whose past contains a disturbing link to his own.", - "type": "Movie" - }, - { - "show_id": 81092768, - "title": "#Selfie", - "director": "Cristina Jacob", - "cast": "Flavia Hojda, Crina Semciuc, Olimpia Melinte, Levent Sali, Vlad Logigan, Alex Calin, Alina Chivulescu, Razvan Vasilescu", - "country": "Romania", - "date_added": "June 1, 2019", - "release_year": 2014, - "rating": "TV-MA", - "duration": "125 min", - "listed_in": "Comedies, Dramas, International Movies", - "description": "Two days before their final exams, three teen girls make a seaside getaway to end their adolescence with a bang.", - "type": "Movie" - }, - { - "show_id": 81092766, - "title": "#Selfie 69", - "director": "Cristina Jacob", - "cast": "Maia Morgenstern, Olimpia Melinte, Crina Semciuc, Flavia Hojda, Maria Dinulescu, Alex Calin, Vlad Logigan, Levent Sali, Silvia Busuioc, Mihaela Mihut", - "country": "Romania", - "date_added": "June 1, 2019", - "release_year": 2016, - "rating": "TV-MA", - "duration": "119 min", - "listed_in": "Comedies, Dramas, International Movies", - "description": "After a painful breakup, a trio of party-loving friends makes a bet: who can get married in three days.", - "type": "Movie" - }, - { - "show_id": 70060018, - "title": "10,000 B.C.", - "director": "Roland Emmerich", - "cast": "Steven Strait, Camilla Belle, Cliff Curtis, Joel Virgel, Affif Ben Badra, Mo Zinal, Nathanael Baring, Mona Hammond, Omar Sharif", - "country": "United States, South Africa", - "date_added": "June 1, 2019", - "release_year": 2008, - "rating": "PG-13", - "duration": "109 min", - "listed_in": "Action & Adventure", - "description": "Fierce mammoth hunter D'Leh sets out on an impossible journey to rescue the woman he loves from a vicious warlord and save the people of his village.", - "type": "Movie" - }, - { - "show_id": 70202141, - "title": "50/50", - "director": "Jonathan Levine", - "cast": "Joseph Gordon-Levitt, Seth Rogen, Anna Kendrick, Bryce Dallas Howard, Anjelica Huston, Serge Houde, Andrew Airlie, Matt Frewer, Philip Baker Hall, Marie Avgeropoulos, Jessica Parker Kennedy", - "country": "United States", - "date_added": "June 1, 2019", - "release_year": 2011, - "rating": "R", - "duration": "100 min", - "listed_in": "Comedies, Dramas, Independent Movies", - "description": "An otherwise healthy twentysomething has a comically early midlife crisis when he gets slapped with a cancer diagnosis and a 50-50 chance of survival.", - "type": "Movie" - }, - { - "show_id": 80188935, - "title": "A Thousand Goodnights", - "director": "", - "cast": "Cindy Lien, Nicholas Teo, Yao Ai-ning, Li Chung-lin, Chen Bor-jeng, Miao Ke-li", - "country": "Taiwan", - "date_added": "June 1, 2019", - "release_year": 2019, - "rating": "TV-14", - "duration": "1 Season", - "listed_in": "International TV Shows, TV Dramas", - "description": "To carry out her dad's wish and discover her roots, Dai Tian-qing embarks on a journey around Taiwan and finds love and redemption on the way.", - "type": "TV Show" - }, - { - "show_id": 81032375, - "title": "Bullitt County", - "director": "David McCracken", - "cast": "Mike C. Nelson, Jenni Melear, David McCracken, Napoleon Ryan, Dorothy Lyman, Richard Riehle", - "country": "United States", - "date_added": "June 1, 2019", - "release_year": 2018, - "rating": "TV-MA", - "duration": "98 min", - "listed_in": "Independent Movies, Thrillers", - "description": "When four college friends reunite for a bachelor party, their hunt for cash said to be hidden in Kentucky's backwoods leads to bloodshed and betrayal.", - "type": "Movie" - }, - { - "show_id": 352989, - "title": "Carrie", - "director": "Brian De Palma", - "cast": "Sissy Spacek, Piper Laurie, Amy Irving, William Katt, John Travolta, Nancy Allen, Betty Buckley, P.J. Soles, Priscilla Pointer, Sydney Lassick, Stefan Gierasch, Michael Talbott, Doug Cox, Harry Gold, Noelle North", - "country": "United States", - "date_added": "June 1, 2019", - "release_year": 1976, - "rating": "R", - "duration": "98 min", - "listed_in": "Classic Movies, Cult Movies, Horror Movies", - "description": "An outcast teen with telekinetic ability lashes out with her deadly power when the high school \"in crowd\" torments her with a sick joke at the prom.", - "type": "Movie" - }, - { - "show_id": 81034775, - "title": "Falsa identidad", - "director": "", - "cast": "Luis Ernesto Franco, Camila Sodi, Sergio Goyri, Samadhi Zendejas, Eduardo Yáñez, Sonya Smith, Alejandro Camacho, Azela Robinson, Uriel del Toro, Géraldine Bazán, Gabriela Roel, Marcus Ornellas", - "country": "Mexico, United States", - "date_added": "June 1, 2019", - "release_year": 2018, - "rating": "TV-MA", - "duration": "1 Season", - "listed_in": "Crime TV Shows, Spanish-Language TV Shows, TV Dramas", - "description": "Strangers Diego and Isabel flee their home in Mexico and pretend to be a married couple to escape his drug-dealing enemies and her abusive husband.", - "type": "TV Show" - }, - { - "show_id": 80202183, - "title": "Herrens veje", - "director": "", - "cast": "Lars Mikkelsen, Ann Eleonora Jorgensen, Simon Sears, Morten Hee Andersen, Fanny Bernth, Joen Højerslev, Camilla Lau, Maj-Britt Mathiesen, Solbjørg Højfeldt, Johanne Dal-Lewkovitch", - "country": "Denmark", - "date_added": "", - "release_year": 2018, - "rating": "TV-MA", - "duration": "2 Seasons", - "listed_in": "International TV Shows, TV Dramas", - "description": "A family with a storied history of service to the Church of Denmark fractures under the tyrannical rule and ambition of its hard-driving patriarch.", - "type": "TV Show" - }, - { - "show_id": 81062606, - "title": "III Smoking Barrels", - "director": "Sanjib Dey", - "cast": "Subrat Dutta, Indraneil Sengupta, Mandakini Goswami, Amrita Chattopadhyay, Nalneesh Neel, Niloy Sankar Gupta, Shiny Gogoi, Siddharth Boro", - "country": "India", - "date_added": "June 1, 2019", - "release_year": 2017, - "rating": "TV-MA", - "duration": "128 min", - "listed_in": "Dramas, Independent Movies, International Movies", - "description": "In three stories set in Northeast India, a child goes on the run, a young adult falls in with the wrong crowd and a desperate man turns to crime.", - "type": "Movie" - }, - { - "show_id": 81077795, - "title": "Life in the Doghouse", - "director": "Ron Davis", - "cast": "", - "country": "United States", - "date_added": "June 1, 2019", - "release_year": 2018, - "rating": "TV-PG", - "duration": "83 min", - "listed_in": "Documentaries, LGBTQ Movies", - "description": "A couple operates a bustling dog rescue out of their own home, vowing to give a safe space to the neediest pups on the planet – 10,000 and counting.", - "type": "Movie" - }, - { - "show_id": 81092767, - "title": "Love Is a Story", - "director": "Cristina Jacob", - "cast": "Raluca Aprodu, Dragos Bucur, Ducu Darie", - "country": "Romania", - "date_added": "June 1, 2019", - "release_year": 2015, - "rating": "TV-MA", - "duration": "105 min", - "listed_in": "International Movies, Romantic Movies", - "description": "Two young artists, a violin player and an actress, fight to achieve their dreams and keep their relationship together during Christmastime.", - "type": "Movie" - }, - { - "show_id": 80196657, - "title": "March Comes in Like a Lion", - "director": "", - "cast": "Kengo Kawanishi, Ai Kayano, Kana Hanazawa, Misaki Kuno, Nobuhiko Okamoto, Marina Inoue, Yoshimasa Hosoya, Shinichiro Miki, Tomokazu Sugita, Subaru Kimura, Shigeru Chiba, Toru Okawa, Takahiro Sakurai", - "country": "Japan", - "date_added": "", - "release_year": 2017, - "rating": "TV-14", - "duration": "2 Seasons", - "listed_in": "Anime Series, International TV Shows, Teen TV Shows", - "description": "Orphaned young, a reclusive 17-year-old professional shogi player starts to come out of his shell when three sisters take him under their wing.", - "type": "TV Show" - }, - { - "show_id": 81092909, - "title": "Oh, Ramona!", - "director": "Cristina Jacob", - "cast": "Bogdan Iancu, Aggy K. Adams, Holly Horne, Basil Eidenbenz, Melanie Ebanks, Leonardo Boudreau, Andromeda Godfrey", - "country": "Romania", - "date_added": "June 1, 2019", - "release_year": 2019, - "rating": "TV-MA", - "duration": "109 min", - "listed_in": "Comedies, International Movies", - "description": "Awkward 16-year-old Andrei is infatuated with his alluring but aloof schoolmate Ramona – until he meets stunning hotel clerk Anemona while on vacation.", - "type": "Movie" - }, - { - "show_id": 81070008, - "title": "Prosecuting Evil: The Extraordinary World of Ben Ferencz", - "director": "Barry Avrich", - "cast": "Ben Ferencz", - "country": "Canada", - "date_added": "June 1, 2019", - "release_year": 2019, - "rating": "TV-14", - "duration": "83 min", - "listed_in": "Documentaries", - "description": "A gripping profile of Ben Ferencz, the last surviving lead prosecutor at the Nuremberg trials whose lifelong desire for justice altered the rule of law.", - "type": "Movie" - }, - { - "show_id": 70098605, - "title": "Righteous Kill", - "director": "Jon Avnet", - "cast": "Robert De Niro, Al Pacino, 50 Cent, Carla Gugino, John Leguizamo, Donnie Wahlberg, Brian Dennehy, Trilby Glover", - "country": "United States", - "date_added": "June 1, 2019", - "release_year": 2008, - "rating": "R", - "duration": "101 min", - "listed_in": "Dramas, Thrillers", - "description": "Two detectives investigate a rash of vigilante killings linked to an old case, suggesting they might have put an innocent man behind bars.", - "type": "Movie" - }, - { - "show_id": 81077539, - "title": "Satan & Adam", - "director": "V. Scott Balcerek", - "cast": "Sterling Magee, Adam Gussow", - "country": "United States", - "date_added": "June 1, 2019", - "release_year": 2018, - "rating": "TV-14", - "duration": "78 min", - "listed_in": "Documentaries, Music & Musicals", - "description": "An aging blues guitarist and a grad student form an unlikely duo while busking on the street corners of 1980s Harlem.", - "type": "Movie" - }, - { - "show_id": 20129240, - "title": "Small Soldiers", - "director": "Joe Dante", - "cast": "Kirsten Dunst, Gregory Smith, Jay Mohr, Phil Hartman, Kevin Dunn, Denis Leary, Frank Langella, Tommy Lee Jones, Ernest Borgnine", - "country": "United States", - "date_added": "June 1, 2019", - "release_year": 1998, - "rating": "PG-13", - "duration": "110 min", - "listed_in": "Action & Adventure, Comedies, Sci-Fi & Fantasy", - "description": "When the Commando Elite, a group of toy action figures, are released before they've been tested, they attack the children playing with them.", - "type": "Movie" - }, - { - "show_id": 70108017, - "title": "The Box", - "director": "Richard Kelly", - "cast": "Cameron Diaz, James Marsden, Frank Langella, James Rebhorn, Holmes Osborne, Sam Oz Stone, Gillian Jacobs, Celia Weston, Deborah Rush", - "country": "United States", - "date_added": "June 1, 2019", - "release_year": 2009, - "rating": "PG-13", - "duration": "116 min", - "listed_in": "Sci-Fi & Fantasy, Thrillers", - "description": "A couple must decide whether to push a button that will net them a million dollars but that will also cause the death of a complete stranger.", - "type": "Movie" - }, - { - "show_id": 70011219, - "title": "The Phantom of the Opera", - "director": "Joel Schumacher", - "cast": "Gerard Butler, Emmy Rossum, Patrick Wilson, Miranda Richardson, Minnie Driver, Ciarán Hinds, Simon Callow, Victor McGuire, Jennifer Ellison", - "country": "United Kingdom, United States", - "date_added": "June 1, 2019", - "release_year": 2004, - "rating": "PG-13", - "duration": "141 min", - "listed_in": "Dramas, Music & Musicals, Romantic Movies", - "description": "In 1870, a disfigured recluse roams beneath a Parisian opera house and takes under his wing a young soprano, with whom a love triangle develops.", - "type": "Movie" - }, - { - "show_id": 80097424, - "title": "The Space Between Us", - "director": "Peter Chelsom", - "cast": "Gary Oldman, Asa Butterfield, Carla Gugino, Britt Robertson, BD Wong, Janet Montgomery, Trey Tucker", - "country": "United States", - "date_added": "June 1, 2019", - "release_year": 2016, - "rating": "PG-13", - "duration": "120 min", - "listed_in": "Action & Adventure, Romantic Movies, Sci-Fi & Fantasy", - "description": "After years of limited contact with Earth, an inquisitive teen who lives on Mars makes an interplanetary trek to discover his own origins.", - "type": "Movie" - }, - { - "show_id": 80203143, - "title": "Then Came You", - "director": "Peter Hutchings", - "cast": "Asa Butterfield, Maisie Williams, Nina Dobrev, Ken Jeong, Tyler Hoechlin, David Koechner, Peyton List, Tituss Burgess", - "country": "United States", - "date_added": "June 1, 2019", - "release_year": 2019, - "rating": "TV-14", - "duration": "97 min", - "listed_in": "Comedies, Dramas, Independent Movies", - "description": "A hypochondriac confronts his fear of death when a terminally ill teen girl enlists him to help her complete her bucket list.", - "type": "Movie" - }, - { - "show_id": 81068732, - "title": "We Are Legends", - "director": "Daniel Yee Heng Chan", - "cast": "Lam Yiu-sing, Ma Chi Wai, Wiyona Yeung, Eric Kot, Yuen Qiu, Lisa Cheng, Jason Li", - "country": "Hong Kong", - "date_added": "June 1, 2019", - "release_year": 2019, - "rating": "TV-14", - "duration": "109 min", - "listed_in": "Action & Adventure, International Movies, Sports Movies", - "description": "Raised in a boxing gym, two orphaned brothers become highly skilled martial artists and must combat threats in the streets and the ring.", - "type": "Movie" - }, - { - "show_id": 60026155, - "title": "What a Girl Wants", - "director": "Dennie Gordon", - "cast": "Amanda Bynes, Colin Firth, Kelly Preston, Eileen Atkins, Anna Chancellor, Jonathan Pryce, Oliver James, Christina Cole", - "country": "United States", - "date_added": "June 1, 2019", - "release_year": 2003, - "rating": "PG", - "duration": "105 min", - "listed_in": "Children & Family Movies, Comedies", - "description": "In search of the father she's never met, the daughter of a bohemian American woman heads to Europe and finds that her dad is an uptight politician.", - "type": "Movie" - }, - { - "show_id": 80202874, - "title": "Always Be My Maybe", - "director": "Nahnatchka Khan", - "cast": "Ali Wong, Randall Park, James Saito, Michelle Buteau, Vivian Bang, Keanu Reeves, Susan Park, Daniel Dae Kim, Karan Soni, Charlyne Yi", - "country": "United States", - "date_added": "May 31, 2019", - "release_year": 2019, - "rating": "PG-13", - "duration": "102 min", - "listed_in": "Comedies, Romantic Movies", - "description": "Reunited after 15 years, famous chef Sasha and hometown musician Marcus feel the old sparks of attraction but struggle to adapt to each other's worlds.", - "type": "Movie" - }, - { - "show_id": 80221787, - "title": "Bad Blood", - "director": "", - "cast": "Anthony LaPaglia, Kim Coates, Enrico Colantoni, Paul Sorvino, Maxim Roy, Brett Donahue, Michelle Mylett, Claudia Ferri, Tony Nappo", - "country": "Canada", - "date_added": "", - "release_year": 2019, - "rating": "TV-MA", - "duration": "2 Seasons", - "listed_in": "Crime TV Shows, TV Dramas", - "description": "This sprawling crime drama follows the true story of the Rizzuto family and its associates, who presided over organized crime in Montreal for decades.", - "type": "TV Show" - }, - { - "show_id": 70109249, - "title": "C Kkompany", - "director": "Sachin Yardi", - "cast": "Mahesh Bhatt, Mithun Chakraborty, G.K. Desai, Celina Jaitly, Karan Johar, Ekta Kapoor, Tusshar Kapoor, Anupam Kher, Ashok Pandit, Lalit Parashar, Raima Sen, Rajpal Yadav", - "country": "India", - "date_added": "May 31, 2019", - "release_year": 2008, - "rating": "TV-14", - "duration": "127 min", - "listed_in": "Action & Adventure, Comedies, International Movies", - "description": "To blow off some steam, friends Akshay, Joshi and Lambodar, posing as a gang called C Kkompany, make a phony extortion demand to Joshi's apathetic son. The trio is shocked when their prank call makes them anonymous celebrities.", - "type": "Movie" - }, - { - "show_id": 80993095, - "title": "Chopsticks", - "director": "Sachin Yardi", - "cast": "Abhay Deol, Mithila Palkar, Vijay Raaz", - "country": "India", - "date_added": "May 31, 2019", - "release_year": 2019, - "rating": "TV-MA", - "duration": "101 min", - "listed_in": "Comedies, Dramas, Independent Movies", - "description": "A gifted but insecure woman embarks on a transformative journey when she enlists an enigmatic con man to recover her stolen car from an eccentric thug.", - "type": "Movie" - }, - { - "show_id": 80218448, - "title": "How to Sell Drugs Online (Fast)", - "director": "", - "cast": "Maximilian Mundt, Danilo Kamperidis, Lena Klenke, Damian Hardung, Leonie Wesselow, Luna Schaller, Bjarne Mädel, Roland Riebeling", - "country": "Germany", - "date_added": "May 31, 2019", - "release_year": 2019, - "rating": "TV-MA", - "duration": "1 Season", - "listed_in": "Crime TV Shows, International TV Shows, TV Comedies", - "description": "To win back his ex-girlfriend, a nerdy teen starts selling ecstasy online out of his bedroom – and becomes one of Europe's biggest dealers.", - "type": "TV Show" - }, - { - "show_id": 80217946, - "title": "Killer Ratings", - "director": "", - "cast": "", - "country": "", - "date_added": "May 31, 2019", - "release_year": 2019, - "rating": "TV-MA", - "duration": "1 Season", - "listed_in": "Crime TV Shows, Docuseries, International TV Shows", - "description": "Brazilian TV personality and politician Wallace Souza faces accusations of masterminding the violent crimes he reported on and rallied against.", - "type": "TV Show" - }, - { - "show_id": 70045644, - "title": "Koi Aap Sa", - "director": "Partho Mitra", - "cast": "Aftab Shivdasani, Natassha, Dipannita Sharma, Himanshu Mallik, Vaidya Advai, Pushy Anand, Shama Deshpande, Rajendra Gupta", - "country": "India", - "date_added": "May 31, 2019", - "release_year": 2006, - "rating": "TV-14", - "duration": "135 min", - "listed_in": "Comedies, International Movies, Music & Musicals", - "description": "Star athlete Rohan has his eye on a beautiful art student. But when his best friend Simran experiences a crisis, he drops everything to help her.", - "type": "Movie" - }, - { - "show_id": 70025612, - "title": "Krishna Cottage", - "director": "Santram Varma", - "cast": "Sohail Khan, Isha Koppikar, Natasha, Rati Agnihotri", - "country": "India", - "date_added": "May 31, 2019", - "release_year": 2004, - "rating": "TV-MA", - "duration": "124 min", - "listed_in": "Action & Adventure, Horror Movies, International Movies", - "description": "True love is put to the test when another woman comes between a pair of star-crossed young lovers in this thriller.", - "type": "Movie" - }, - { - "show_id": 80237006, - "title": "Mere Pyare Prime Minister", - "director": "Rakeysh Omprakash Mehra", - "cast": "Anjali Patil, Om Kanojiya, Niteesh Wadhwa, Makrand Deshpande, Syna Anand, Prasad, Adarsh, Rasika Agashe", - "country": "India", - "date_added": "May 31, 2019", - "release_year": 2019, - "rating": "TV-MA", - "duration": "103 min", - "listed_in": "Dramas, International Movies", - "description": "When his mother suffers a traumatic incident, a boy from the Mumbai slums treks to Delhi to deliver his written plea for justice to the Prime Minister.", - "type": "Movie" - }, - { - "show_id": 80209096, - "title": "My Next Guest Needs No Introduction With David Letterman", - "director": "", - "cast": "President Barack Obama, George Clooney, Malala Yousafzai, Jay-Z, Tina Fey, Howard Stern, David Letterman", - "country": "United States", - "date_added": "", - "release_year": 2019, - "rating": "TV-MA", - "duration": "2 Seasons", - "listed_in": "Stand-Up Comedy & Talk Shows", - "description": "TV legend David Letterman teams up with fascinating global figures for in-depth interviews and curiosity-fueled excursions in this monthly talk show.", - "type": "TV Show" - }, - { - "show_id": 80160033, - "title": "P", - "director": "Paul Spurrier", - "cast": "Suangporn Jaturaphut, Opal, Dor Yodrak, Pisamai Pakdeevijit, Manthana Wannarod, Supatra Roongsawang, Narisara Sairatanee, Amy Siriya", - "country": "United Kingdom, Thailand", - "date_added": "May 31, 2019", - "release_year": 2006, - "rating": "TV-MA", - "duration": "105 min", - "listed_in": "Horror Movies, International Movies", - "description": "An orphan girl taught magic by her sick grandma must find work in seedy Bangkok, where unsavory characters run afoul of her increasingly dark powers.", - "type": "Movie" - }, - { - "show_id": 81111849, - "title": "Pegasus", - "director": "Han Han", - "cast": "Shen Teng, Yin Zheng, Johnny Huang, Zhang Benyu, Yin Fang, Tian Yu, Wei Xiang", - "country": "China", - "date_added": "May 31, 2019", - "release_year": 2019, - "rating": "TV-14", - "duration": "98 min", - "listed_in": "Comedies, Dramas, International Movies", - "description": "After a five-year suspension, a once-legendary race car driver decides to get back in the game against a new generation of opponents.", - "type": "Movie" - }, - { - "show_id": 80083930, - "title": "Ragini MMS", - "director": "Pawan Kripalani", - "cast": "Kainaz Motivala, Rajkummar Rao, Rajat Kaul, Janice, Shernaza, Mangala Ahire, Vinod Rawat", - "country": "India", - "date_added": "May 31, 2019", - "release_year": 2011, - "rating": "TV-MA", - "duration": "93 min", - "listed_in": "Horror Movies, International Movies", - "description": "A couple out to have a sensuous weekend at a house outside of Mumbai finds it rigged with surveillance cameras and occupied by an evil entity.", - "type": "Movie" - }, - { - "show_id": 80083752, - "title": "Ragini MMS 2", - "director": "Bhushan Patel", - "cast": "Sunny Leone, Saahil Prem, Parvin Dabas, Sandhya Mridul, Divya Dutta, Soniya Mehra, Kainaz Motivala, Karan Mehra", - "country": "India", - "date_added": "May 31, 2019", - "release_year": 2014, - "rating": "TV-MA", - "duration": "113 min", - "listed_in": "Horror Movies, International Movies", - "description": "The horror continues when Ragini's video goes viral and a sleazy director decides to make a movie about the incident in the original house.", - "type": "Movie" - }, - { - "show_id": 70185023, - "title": "Shor In the City", - "director": "Raj Nidimoru, Krishna D.K.", - "cast": "Sendhil Ramamurthy, Tusshar Kapoor, Nikhil Dwivedi, Preeti Desai, Sundeep Kishan, Radhika Apte, Pitobash, Girija Oak, Alok Chaturvedi, Sudhir Chowdhary", - "country": "India", - "date_added": "May 31, 2019", - "release_year": 2011, - "rating": "TV-MA", - "duration": "106 min", - "listed_in": "Comedies, Dramas, Independent Movies", - "description": "When three small-time Mumbai crooks steal a bag on a train, they find that it's filled with weapons and realize that their lives may be in danger.", - "type": "Movie" - }, - { - "show_id": 80200549, - "title": "When They See Us", - "director": "", - "cast": "Asante Blackk, Caleel Harris, Ethan Herisse, Jharrel Jerome, Marquis Rodriguez, Jovan Adepo, Chris Chalk, Justin Cunningham, Freddy Miyares, Michael Kenneth Williams, Marsha Stephanie Blake, Kylie Bunbury, Aunjanue Ellis, Vera Farmiga, Felicity Huffman, John Leguizamo, Niecy Nash", - "country": "United States", - "date_added": "May 31, 2019", - "release_year": 2019, - "rating": "TV-MA", - "duration": "1 Season", - "listed_in": "Crime TV Shows, TV Dramas", - "description": "Five teens from Harlem become trapped in a nightmare when they're falsely accused of a brutal attack in Central Park. Based on the true story.", - "type": "TV Show" - }, - { - "show_id": 70202150, - "title": "My Week with Marilyn", - "director": "Simon Curtis", - "cast": "Michelle Williams, Kenneth Branagh, Eddie Redmayne, Dominic Cooper, Philip Jackson, Derek Jacobi, Toby Jones, Michael Kitchen, Julia Ormond, Simon Russell Beale, Dougray Scott, Zoë Wanamaker, Emma Watson, Judi Dench", - "country": "United Kingdom, United States", - "date_added": "May 30, 2019", - "release_year": 2011, - "rating": "R", - "duration": "99 min", - "listed_in": "Dramas, Romantic Movies", - "description": "While filming a movie in England, Hollywood icon Marilyn Monroe slips away with a young Brit for a week of self-discovery and frivolity.", - "type": "Movie" - }, - { - "show_id": 81010699, - "title": "Svaha: The Sixth Finger", - "director": "Jang Jae-hyun", - "cast": "Lee Jung-jae, Park Jung-min, Lee Jae-in, Yoo Ji-tae, Jung Jin-young, Lee Da-wit, Jin Seon-kyu, Ji Seung-hyeon, Min Tanaka", - "country": "South Korea", - "date_added": "May 30, 2019", - "release_year": 2019, - "rating": "TV-14", - "duration": "123 min", - "listed_in": "International Movies, Thrillers", - "description": "A minister who researches religious cults turns to his Buddhist monk friend for help investigating a new group with mysterious origins.", - "type": "Movie" - }, - { - "show_id": 70299863, - "title": "The One I Love", - "director": "Charlie McDowell", - "cast": "Mark Duplass, Elisabeth Moss, Ted Danson", - "country": "United States", - "date_added": "May 30, 2019", - "release_year": 2014, - "rating": "R", - "duration": "91 min", - "listed_in": "Comedies, Dramas, Independent Movies", - "description": "Confronted with the potential end of their marriage, Ethan and Sophie take off for a weekend together, hoping to negotiate their future.", - "type": "Movie" - }, - { - "show_id": 80066080, - "title": "DC's Legends of Tomorrow", - "director": "Rob Seidenglanz", - "cast": "Victor Garber, Brandon Routh, Caity Lotz, Franz Drameh, Amy Pemberton, Dominic Purcell, Maisie Richardson-Sellers, Nick Zano, Arthur Darvill, Wentworth Miller, Tala Ashe, Adam Tsekhman, Christina Brucato, Simon Merrells, Nils Hognestad, Jes Macallan, Keiynan Lonsdale", - "country": "United States", - "date_added": "", - "release_year": 2018, - "rating": "TV-14", - "duration": "4 Seasons", - "listed_in": "TV Action & Adventure, TV Sci-Fi & Fantasy", - "description": "A mysterious \"time master\" from the future unites an unlikely group of superheroes and villains to save the world from a powerful evil.", - "type": "TV Show" - }, - { - "show_id": 81087094, - "title": "Lifechanger", - "director": "Justin McConnell", - "cast": "Lora Burke, Jack Foley, Bill Oberst Jr., Elitsa Bako, Sam James White, Rachel Vanduzer, Steve Kasan", - "country": "Canada", - "date_added": "May 28, 2019", - "release_year": 2018, - "rating": "TV-MA", - "duration": "84 min", - "listed_in": "Horror Movies, Independent Movies, Thrillers", - "description": "A shapeshifter has to kill, then inhabit his victims, or die. But as his need for new bodies speeds up, he finally faces down his own mortality.", - "type": "Movie" - }, - { - "show_id": 80221447, - "title": "The Nutcracker and the Four Realms", - "director": "Lasse Hallström, Joe Johnston", - "cast": "Mackenzie Foy, Keira Knightley, Helen Mirren, Morgan Freeman, Matthew Macfadyen, Eugenio Derbez, Miranda Hart, Jack Whitehall, Ellie Bamber, Richard E. Grant, Omid Djalili, Tom Sweet, Misty Copeland, Sergei Polunin, Meera Syal", - "country": "United States", - "date_added": "May 28, 2019", - "release_year": 2018, - "rating": "PG", - "duration": "99 min", - "listed_in": "Children & Family Movies", - "description": "When her late mother gifts her a key, Clara embarks on a dreamlike journey full of fantasy and conflict in this retelling of the holiday classic.", - "type": "Movie" - }, - { - "show_id": 70242063, - "title": "After Porn Ends", - "director": "Bryce Wagoner", - "cast": "", - "country": "United States", - "date_added": "May 27, 2019", - "release_year": 2012, - "rating": "NR", - "duration": "93 min", - "listed_in": "Documentaries", - "description": "This documentary explores the careers of some of porn's top stars and examines their adjustment to \"normal\" society after leaving adult entertainment.", - "type": "Movie" - }, - { - "show_id": 81013657, - "title": "Charmed", - "director": "", - "cast": "Madeleine Mantock, Sarah Jeffery, Melonie Diaz, Rupert Evans, Ser'Darius Blain, Ellen Tamaki, Charlie Gillespie", - "country": "United States", - "date_added": "May 27, 2019", - "release_year": 2019, - "rating": "TV-PG", - "duration": "1 Season", - "listed_in": "TV Dramas, TV Sci-Fi & Fantasy", - "description": "After their mother’s tragic death, a trio of sisters bond over their newfound powers, vanquish demons and band together to defend their magical legacy.", - "type": "TV Show" - }, - { - "show_id": 80994222, - "title": "Historical Roasts", - "director": "", - "cast": "Jeff Ross, Bob Saget, James Adomian, Rachel Feinstein, Jerry Minor, Ayden Mayeri, Jaleel White, Natasha Leggero, Yamaneika Saunders, John Stamos, Nikki Glaser, Seth Green, Fortune Feimster, Jon Lovitz, Mindy Rickles, Gilbert Gottfried, Sasheer Zamata, Brandon T. Jackson, Ryan Phillippe, Ken Marino, Bridget Everett, John Gemberling, Leonardo Nam, Josh Homme", - "country": "United States", - "date_added": "May 27, 2019", - "release_year": 2019, - "rating": "TV-MA", - "duration": "1 Season", - "listed_in": "Stand-Up Comedy & Talk Shows, TV Comedies", - "description": "Roastmaster General\" Jeff Ross and a slew of guest stars poke fun at major historical figures while also honoring their enduring impact on the world.", - "type": "TV Show" - }, - { - "show_id": 70285581, - "title": "Outlander", - "director": "", - "cast": "Caitriona Balfe, Sam Heughan, Tobias Menzies, Gary Lewis, Graham McTavish, Lotte Verbeek, Duncan Lacroix, Laura Donnelly, Bill Paterson, Stephen Walters, Grant O'Rourke, Simon Callow, Richard Rankin, Sophie Skelton, David Berry, Romann Berrux, Ed Speleers, Maria Doyle Kennedy, Tim Downie", - "country": "United States", - "date_added": "", - "release_year": 2016, - "rating": "TV-MA", - "duration": "2 Seasons", - "listed_in": "Romantic TV Shows, TV Action & Adventure, TV Dramas", - "description": "This epic tale adapted from Diana Gabaldon's popular series of fantasy-romance novels focuses on the drama of two time-crossed lovers.", - "type": "TV Show" - }, - { - "show_id": 80065386, - "title": "Supergirl", - "director": "Jesse Warn", - "cast": "Melissa Benoist, Mehcad Brooks, Chyler Leigh, Jeremy Jordan, David Harewood, Calista Flockhart, Emma Tremblay, Adrian Pasdar, Katie McGrath, David St. Louis, Odette Annable, Floriana Lima, Erica Durance", - "country": "United States", - "date_added": "", - "release_year": 2019, - "rating": "TV-14", - "duration": "4 Seasons", - "listed_in": "TV Action & Adventure, TV Sci-Fi & Fantasy", - "description": "To avert a disaster, Kara Danvers reveals her powers and true identity: She is Superman's cousin, now known as Supergirl, protector of National City.", - "type": "TV Show" - }, - { - "show_id": 80993756, - "title": "Kiss The Series", - "director": "", - "cast": "Lapassalal Jiravechsoontornkul, Mook Worranit Thawornwong, Jirakit Thawornwong, Sattaphong Phiangphor", - "country": "", - "date_added": "May 26, 2019", - "release_year": 2016, - "rating": "TV-14", - "duration": "1 Season", - "listed_in": "International TV Shows, Romantic TV Shows, TV Dramas", - "description": "After a night out, Sandee wakes to discover she and her buddy have either taken their platonic friendship to a whole new level or ruined it forever.", - "type": "TV Show" - }, - { - "show_id": 81034931, - "title": "Rampant", - "director": "Kim Sung-hoon", - "cast": "Hyun Bin, Jang Dong-gun, Jo Woo-jin, Jeong Man-sik, Lee Sun-bin, Kim Eui-sung, Cho Dal-hwan, Seo Ji-hye, Kim Tae-woo, Kim Joo-hyuk", - "country": "South Korea", - "date_added": "May 26, 2019", - "release_year": 2018, - "rating": "TV-MA", - "duration": "122 min", - "listed_in": "Action & Adventure, Horror Movies, International Movies", - "description": "When Prince Lee Cheong returns to Joseon after his brother’s death, he finds the kingdom plagued by deadly creatures – but they’re not the only threat.", - "type": "Movie" - }, - { - "show_id": 80993739, - "title": "Sotus The Series", - "director": "", - "cast": "Sangpotirat Perawat, Ruangroj Prachaya", - "country": "Thailand", - "date_added": "May 25, 2019", - "release_year": 2016, - "rating": "TV-14", - "duration": "1 Season", - "listed_in": "International TV Shows, Romantic TV Shows, TV Dramas", - "description": "When freshman engineering student Kongpob stands up to older bully Arthit, their confrontation soon leads to a deep attraction between the two boys.", - "type": "TV Show" - }, - { - "show_id": 81132060, - "title": "Thackeray", - "director": "", - "cast": "", - "country": "India", - "date_added": "May 25, 2019", - "release_year": 2019, - "rating": "TV-MA", - "duration": "1 Season", - "listed_in": "TV Shows", - "description": "From controversial cartoonist to powerful Mumbai politician, this biopic maps the meteoric rise of far-right Shiv Sena party founder, Bal Thackeray.", - "type": "TV Show" - }, - { - "show_id": 81002195, - "title": "After Maria", - "director": "Nadia Hallgren", - "cast": "", - "country": "United States", - "date_added": "May 24, 2019", - "release_year": 2019, - "rating": "TV-PG", - "duration": "38 min", - "listed_in": "Documentaries", - "description": "Displaced by Hurricane Maria, three Puerto Rican women navigate their families' uncertain futures as their federal housing aid in New York expires.", - "type": "Movie" - }, - { - "show_id": 81029429, - "title": "Hyper HardBoiled Gourmet Report", - "director": "", - "cast": "Kazutoyo Koyabu", - "country": "", - "date_added": "May 24, 2019", - "release_year": 2017, - "rating": "TV-MA", - "duration": "1 Season", - "listed_in": "Docuseries, International TV Shows", - "description": "To live is to eat. For people around the world in precarious and dangerous circumstances, eating itself is dangerous, precarious – and essential.", - "type": "TV Show" - }, - { - "show_id": 81046255, - "title": "Joy", - "director": "Sudabeh Mortezai", - "cast": "Anwulika Alphonsus, Mariam Precious Sanusi, Angela Ekeleme", - "country": "Austria", - "date_added": "May 24, 2019", - "release_year": 2019, - "rating": "TV-MA", - "duration": "101 min", - "listed_in": "Dramas, Independent Movies, International Movies", - "description": "Close to paying off her debts, a Nigerian sex worker in Austria coaches a reluctant novice, and assesses the risks of taking a faster path to freedom.", - "type": "Movie" - }, - { - "show_id": 80218306, - "title": "Rim of the World", - "director": "McG", - "cast": "Jack Gore, Miya Cech, Benjamin Flores Jr., Alessio Scalzotto, Andrew Bachelor, Annabeth Gish, Scott MacArthur, Dean S. Jagger, Michael Beach, Lynn Collins, David Theune, Tony Cavalero, Carl McDowell, Punam Patel, Jason Rogel, Chris Wylde, Rudy Mancuso, Amanda Cerny, Allan Graf, Cameron Fuller, Richard Gore, Peter Parros, Annie Cavalero", - "country": "United States", - "date_added": "May 24, 2019", - "release_year": 2019, - "rating": "TV-14", - "duration": "99 min", - "listed_in": "Action & Adventure, Independent Movies, Sci-Fi & Fantasy", - "description": "Stranded at a summer camp when aliens attack the planet, four teens with nothing in common embark on a perilous mission to save the world.", - "type": "Movie" - }, - { - "show_id": 80117554, - "title": "She's Gotta Have It", - "director": "", - "cast": "DeWanda Wise, Cleo Anthony, Lyriq Bent, Anthony Ramos, Chyna Layne, Margot Bingham, Ilfanesh Hadera, Elvis Nolasco, De'Adre Aziza", - "country": "United States", - "date_added": "", - "release_year": 2018, - "rating": "TV-MA", - "duration": "2 Seasons", - "listed_in": "Romantic TV Shows, TV Comedies, TV Dramas", - "description": "Nola Darling struggles to stay true to herself and her dreams while juggling three lovers in this Spike Lee series based on his breakout film.", - "type": "TV Show" - }, - { - "show_id": 80211638, - "title": "The Perfection", - "director": "Richard Shepard", - "cast": "Allison Williams, Logan Browning, Steven Weber, Alaina Huffman, Mark Kandborg, Graeme Duffy", - "country": "United States", - "date_added": "May 24, 2019", - "release_year": 2019, - "rating": "TV-MA", - "duration": "91 min", - "listed_in": "Horror Movies, LGBTQ Movies, Thrillers", - "description": "In this twisty horror-thriller, a once-promising music prodigy reconnects with her former mentors, only to find them taken with a talented new pupil.", - "type": "Movie" - }, - { - "show_id": 80197889, - "title": "WHAT / IF", - "director": "", - "cast": "Renée Zellweger, Jane Levy, Blake Jenner, Keith Powers, Samantha Marie Ware, Juan Castano, Dave Annable, Saamer Usmani, Daniella Pineda, John Clarence Stewart, Louis Herthum", - "country": "United States", - "date_added": "May 24, 2019", - "release_year": 2019, - "rating": "TV-MA", - "duration": "1 Season", - "listed_in": "TV Dramas, TV Thrillers", - "description": "Desperate to secure funding for her med tech startup, an idealistic scientist and her husband strike an outrageous deal with a mysterious investor.", - "type": "TV Show" - }, - { - "show_id": 80133311, - "title": "Riverdale", - "director": "Rob Seidenglanz", - "cast": "K.J. Apa, Lili Reinhart, Camila Mendes, Cole Sprouse, Marisol Nichols, Madelaine Petsch, Ashleigh Murray, Mädchen Amick, Luke Perry, Casey Cott, Charles Melton, Mark Consuelos, Lochlyn Munro, Peter Bryant, Colin Lawrence, Molly Ringwald, Asha Bromfield, Barclay Hope, Hayley Law, Martin Cummins, Sarah Habel, Nathalie Boltt, Skeet Ulrich", - "country": "United States", - "date_added": "", - "release_year": 2019, - "rating": "TV-14", - "duration": "3 Seasons", - "listed_in": "Crime TV Shows, TV Dramas, TV Mysteries", - "description": "While navigating the troubled waters of sex, romance, school and family, teen Archie and his gang become entangled in a dark Riverdale mystery.", - "type": "TV Show" - }, - { - "show_id": 81036190, - "title": "The Lonely Island Presents: The Unauthorized Bash Brothers Experience", - "director": "Mike Diva, Akiva Schaffer", - "cast": "Andy Samberg, Akiva Schaffer, Jorma Taccone, Hannah Simone, Jenny Slate, Sterling K. Brown, Jim O'Heir, Maya Rudolph, Stephanie Beatriz, Alana Haim, Este Haim, Danielle Haim", - "country": "", - "date_added": "May 23, 2019", - "release_year": 2019, - "rating": "TV-MA", - "duration": "30 min", - "listed_in": "Comedies, Music & Musicals, Sports Movies", - "description": "The Lonely Island spoofs notorious baseball stars Jose Canseco and Mark McGwire in this visual rap album set in the Bash Brothers' 1980s heyday.", - "type": "Movie" - }, - { - "show_id": 80244680, - "title": "A Tale of Two Kitchens", - "director": "Trisha Ziff", - "cast": "", - "country": "", - "date_added": "May 22, 2019", - "release_year": 2019, - "rating": "TV-G", - "duration": "30 min", - "listed_in": "Documentaries, International Movies", - "description": "Mexico City restaurant star Gabriela Cámara opens sister eatery Cala in San Francisco, with a similar menu and unusually welcoming kitchen culture.", - "type": "Movie" - }, - { - "show_id": 80027042, - "title": "The Flash", - "director": "Glen Winter", - "cast": "Grant Gustin, Candice Patton, Danielle Panabaker, Carlos Valdes, Tom Cavanagh, Jesse L. Martin, Neil Sandilands, Britne Oldford, Danielle Nicolet, Keiynan Lonsdale, Kim Engelbrecht", - "country": "United States", - "date_added": "", - "release_year": 2019, - "rating": "TV-14", - "duration": "5 Seasons", - "listed_in": "Crime TV Shows, TV Action & Adventure, TV Sci-Fi & Fantasy", - "description": "A forensics expert who wakes from a coma with amazing new powers squares off against forces threatening the city in this live-action superhero romp.", - "type": "TV Show" - }, - { - "show_id": 81057229, - "title": "The Man Who Feels No Pain", - "director": "Vasan Bala", - "cast": "Abhimanyu Dassani, Radhika Madan, Gulshan Devaiah, Mahesh Manjrekar, Jimit Trivedi, Loveleen Mishra, Sartaaj Kakkar, Riva Arora", - "country": "India", - "date_added": "May 22, 2019", - "release_year": 2018, - "rating": "TV-MA", - "duration": "137 min", - "listed_in": "Action & Adventure, Comedies, International Movies", - "description": "Leveraging his ability to withstand pain, a young man trains to follow in the footsteps of his martial-arts hero in this high-action, meta comedy.", - "type": "Movie" - }, - { - "show_id": 70242081, - "title": "Arrow", - "director": "James Bamford", - "cast": "Stephen Amell, Katie Cassidy, David Ramsey, Willa Holland, Paul Blackthorne, Emily Bett Rickards, John Barrowman, Colton Haynes, Susanna Thompson, Anna Hopkins, Juliana Harkavy, Adrian Holmes, Kathleen Gati, Echo Kellum, Rick Gonzalez, Dominic Bogart, Manu Bennett", - "country": "United States", - "date_added": "", - "release_year": 2019, - "rating": "TV-14", - "duration": "7 Seasons", - "listed_in": "Crime TV Shows, TV Action & Adventure", - "description": "Based on DC Comics' Green Arrow, an affluent playboy becomes a vengeful superhero, saving the city from villains armed with just a bow and arrows.", - "type": "TV Show" - }, - { - "show_id": 80121348, - "title": "Moonlight", - "director": "Barry Jenkins", - "cast": "Trevante Rhodes, André Holland, Janelle Monáe, Ashton Sanders, Jharrel Jerome, Alex Hibbert, Jaden Piner, Naomie Harris, Mahershala Ali", - "country": "United States", - "date_added": "May 21, 2019", - "release_year": 2016, - "rating": "R", - "duration": "111 min", - "listed_in": "Dramas, Independent Movies, LGBTQ Movies", - "description": "In a crime-infested Miami neighborhood, a gay African-American boy with a drug-addicted mother grows up with the help of a mentoring drug dealer.", - "type": "Movie" - }, - { - "show_id": 81011598, - "title": "Wanda Sykes: Not Normal", - "director": "Linda Mendoza", - "cast": "Wanda Sykes", - "country": "United States", - "date_added": "May 21, 2019", - "release_year": 2019, - "rating": "TV-MA", - "duration": "66 min", - "listed_in": "Stand-Up Comedy", - "description": "Wanda Sykes tackles politics, reality TV, racism and the secret she'd take to the grave in this rollicking, no-holds-barred stand-up special.", - "type": "Movie" - }, - { - "show_id": 81005364, - "title": "Zero", - "director": "Aanand Rai", - "cast": "Shah Rukh Khan, Anushka Sharma, Katrina Kaif, Mohammed Zeeshan Ayyub, Tigmanshu Dhulia, Sheeba Chaddha, Brijendra Kala, Mallika Dua, Abhay Deol, Madhavan", - "country": "India", - "date_added": "May 21, 2019", - "release_year": 2018, - "rating": "TV-14", - "duration": "159 min", - "listed_in": "Comedies, Dramas, International Movies", - "description": "Through his relationships with two wildly different women, a vertically challenged bachelor with a larger-than-life persona must discover his purpose.", - "type": "Movie" - }, - { - "show_id": 80223556, - "title": "Prince of Peoria", - "director": "", - "cast": "Gavin Lewis, Theodore Barnes, Shelby Simmons, Cynthia Kaye McWilliams", - "country": "United States", - "date_added": "", - "release_year": 2019, - "rating": "TV-Y7", - "duration": "2 Seasons", - "listed_in": "Kids' TV, TV Comedies", - "description": "A prankster prince who wants to experience life as an ordinary teen leaves his kingdom to live incognito with a single mom and her studious son.", - "type": "TV Show" - }, - { - "show_id": 80170690, - "title": "Rosario Tijeras", - "director": "", - "cast": "Bárbara de Regil, José María de Tavira, Antonio Gaona, Hernán Mendoza, Vanessa Bauche, Christian Vasquez, José Sefami, Ariel López Padilla", - "country": "Mexico", - "date_added": "", - "release_year": 2018, - "rating": "TV-MA", - "duration": "2 Seasons", - "listed_in": "Crime TV Shows, International TV Shows, Spanish-Language TV Shows", - "description": "Worlds collide when a vengeance-obsessed young woman from the other side of the tracks captures the attention of two well-off friends.", - "type": "TV Show" - }, - { - "show_id": 81043473, - "title": "SGT. Will Gardner", - "director": "Max Martini", - "cast": "Max Martini, Omari Hardwick, Lily Rabe, Elisabeth Röhm, Robert Patrick, Dermot Mulroney, Gary Sinise, JoBeth Williams, Luis Bordonada, Leo Martini", - "country": "United States", - "date_added": "May 19, 2019", - "release_year": 2019, - "rating": "TV-MA", - "duration": "125 min", - "listed_in": "Dramas", - "description": "A homeless vet who has PTSD steals a motorcycle and hits the road, trying to sort out what life means now that war is in the rear-view mirror.", - "type": "Movie" - }, - { - "show_id": 80080768, - "title": "The Blackcoat's Daughter", - "director": "Osgood Perkins", - "cast": "Emma Roberts, Kiernan Shipka, Lucy Boynton, Lauren Holly, James Remar, Greg Ellwand, Elana Krausz, Heather Tod Mitchell, Peter James Haworth, Emma Holzer", - "country": "Canada, United States", - "date_added": "May 18, 2019", - "release_year": 2015, - "rating": "R", - "duration": "95 min", - "listed_in": "Horror Movies, Independent Movies, Thrillers", - "description": "When their parents fail to pick them up for winter break, two students stay on at an all-girls boarding school in the company of a terrible presence.", - "type": "Movie" - }, - { - "show_id": 81061407, - "title": "The Brawler", - "director": "Ken Kushner", - "cast": "Zach McGowan, Amy Smart, Joe Pantoliano, Burt Young, Tony Darrow, Nick Loeb, Taryn Manning, Jason James Richter", - "country": "United States", - "date_added": "May 18, 2019", - "release_year": 2019, - "rating": "TV-MA", - "duration": "95 min", - "listed_in": "Dramas, Independent Movies, Sports Movies", - "description": "Newly famous after challenging Muhammad Ali for a championship title, boxer Chuck Wepner spirals down the slippery slope of being a celebrity.", - "type": "Movie" - }, - { - "show_id": 80991872, - "title": "1994", - "director": "Diego Enrique Osorno", - "cast": "", - "country": "Mexico", - "date_added": "May 17, 2019", - "release_year": 2019, - "rating": "TV-MA", - "duration": "1 Season", - "listed_in": "Crime TV Shows, Docuseries, International TV Shows", - "description": "Archival video and new interviews examine Mexican politics in 1994, a year marked by the rise of the EZLN and the assassination of Luis Donaldo Colosio.", - "type": "TV Show" - }, - { - "show_id": 81077863, - "title": "Born in Gaza", - "director": "Hernán Zin", - "cast": "", - "country": "Spain", - "date_added": "May 17, 2019", - "release_year": 2014, - "rating": "TV-14", - "duration": "70 min", - "listed_in": "Documentaries, International Movies", - "description": "This documentary focuses on the devastating violence of the Israel-Palestine conflict and its effects on the children of Gaza.", - "type": "Movie" - }, - { - "show_id": 81077851, - "title": "Born in Syria", - "director": "Hernán Zin", - "cast": "", - "country": "Denmark, Spain", - "date_added": "May 17, 2019", - "release_year": 2016, - "rating": "TV-14", - "duration": "87 min", - "listed_in": "Documentaries, International Movies", - "description": "This intimate documentary follows a group of Syrian children refugees who narrowly escape a life of torment and integrate into a foreign land.", - "type": "Movie" - }, - { - "show_id": 81073590, - "title": "Dying to Tell", - "director": "Hernán Zin", - "cast": "", - "country": "Spain", - "date_added": "May 17, 2019", - "release_year": 2018, - "rating": "TV-MA", - "duration": "88 min", - "listed_in": "Documentaries, International Movies", - "description": "Seeking answers after a life-changing incident in 2012, filmmaker Hernán Zin interviews other war reporters about the personal toll of their work.", - "type": "Movie" - }, - { - "show_id": 81103108, - "title": "First Impression", - "director": "Arthur Muhammad", - "cast": "Lamman Rucker, Lisa Arrindell Anderson, Elise Neal, Kendrick Cross", - "country": "United States", - "date_added": "May 17, 2019", - "release_year": 2018, - "rating": "TV-14", - "duration": "96 min", - "listed_in": "Comedies, Romantic Movies", - "description": "Unaware they’ve matched online, a struggling writer embellishes his lifestyle to impress a successful exec with whom he sparks an unexpected romance.", - "type": "Movie" - }, - { - "show_id": 80999455, - "title": "It's Bruno!", - "director": "", - "cast": "Solvan \"Slick\" Naim, Rob Morgan, Shakira Barrera, Jade Eshete, Adriane Lenox, Donnell Rawlings, Eden Marryshow, Sam Eliad, Devale Ellis, J. Ray Acosta", - "country": "United States", - "date_added": "May 17, 2019", - "release_year": 2019, - "rating": "TV-MA", - "duration": "1 Season", - "listed_in": "TV Comedies", - "description": "An old-school Brooklyn native devotes his days to caring for his adorable dog, Bruno – and making sure the neighbors show his pooch the proper respect.", - "type": "TV Show" - }, - { - "show_id": 80236341, - "title": "Maria", - "director": "Pedring A. Lopez", - "cast": "Cristine Reyes, Germaine De Leon, KC Montero, Ronnie Lazaro, Freddie Webb", - "country": "Philippines", - "date_added": "May 17, 2019", - "release_year": 2019, - "rating": "TV-MA", - "duration": "90 min", - "listed_in": "Action & Adventure, International Movies", - "description": "An ex-assassin tries to leave her dark past behind until a power-hungry gang targets her and her family, forcing her to summon her killer instincts.", - "type": "Movie" - }, - { - "show_id": 80179138, - "title": "Nailed It", - "director": "", - "cast": "Nicole Byer, Jacques Torres", - "country": "United States", - "date_added": "", - "release_year": 2019, - "rating": "TV-PG", - "duration": "3 Seasons", - "listed_in": "Reality TV", - "description": "Home bakers with a terrible track record take a crack at re-creating edible masterpieces for a $10,000 prize. It's part reality contest, part hot mess.", - "type": "TV Show" - }, - { - "show_id": 80191050, - "title": "ReMastered: The Lion's Share", - "director": "Sam Cullman", - "cast": "", - "country": "", - "date_added": "May 17, 2019", - "release_year": 2019, - "rating": "TV-14", - "duration": "84 min", - "listed_in": "Documentaries, Music & Musicals", - "description": "After discovering the family of Solomon Linda, the writer of \"The Lion Sleeps Tonight,\" a reporter tries to help them fight for fair compensation.", - "type": "Movie" - }, - { - "show_id": 81041271, - "title": "Saverio Raimondo: Il Satiro Parlante", - "director": "Francesco Imperato", - "cast": "Saverio Raimondo", - "country": "Italy", - "date_added": "May 17, 2019", - "release_year": 2019, - "rating": "TV-MA", - "duration": "53 min", - "listed_in": "Stand-Up Comedy", - "description": "Italian comic and satirist Saverio Raimondo regales a Milan crowd with tales of online antics, awkward injuries and white-knuckle flights.", - "type": "Movie" - }, - { - "show_id": 80216758, - "title": "See You Yesterday", - "director": "Stefon Bristol", - "cast": "Eden Duncan-Smith, Dante Crichlow, Astro, Johnathan Nieves, Marsha Stephanie Blake, Wavyy Jonez, Myra Lucretia Taylor", - "country": "United States", - "date_added": "May 17, 2019", - "release_year": 2019, - "rating": "TV-MA", - "duration": "87 min", - "listed_in": "Dramas, Sci-Fi & Fantasy, Thrillers", - "description": "As two teen prodigies try to master the art of time travel, a tragic police shooting sends them on a series of dangerous trips to the past.", - "type": "Movie" - }, - { - "show_id": 80154610, - "title": "The Rain", - "director": "", - "cast": "Alba August, Lucas Lynggaard Tønnesen, Mikkel Boe Følsgaard, Lukas Løkken, Jessica Dinnage, Sonny Lindberg, Angela Bundalovic, Lars Simonsen", - "country": "Denmark, United States", - "date_added": "", - "release_year": 2019, - "rating": "TV-MA", - "duration": "2 Seasons", - "listed_in": "International TV Shows, TV Dramas, TV Mysteries", - "description": "Six years after a brutal virus wipes out most of Scandinavia's population, two siblings join a band of young survivors seeking safety – and answers.", - "type": "TV Show" - }, - { - "show_id": 81092192, - "title": "Well-Intended Love", - "director": "", - "cast": "Xu Kaicheng, Simona Wang, Ian Yi, Huang Qian Shuo, Yang Hao Ming, Liu Jia Xi", - "country": "China", - "date_added": "May 17, 2019", - "release_year": 2019, - "rating": "TV-14", - "duration": "1 Season", - "listed_in": "International TV Shows, Romantic TV Shows, TV Comedies", - "description": "To secure a bone marrow donation, an actress diagnosed with leukemia makes a marriage pact with a young CEO – but love and secrets get in the way.", - "type": "TV Show" - }, - { - "show_id": 80191680, - "title": "White Gold", - "director": "", - "cast": "Ed Westwick, James Buckley, Joe Thomas, Lauren O'Rourke, Linzey Cocker, Nigel Lindsay, Lloyd Hutchinson, Lee Ross", - "country": "United Kingdom", - "date_added": "", - "release_year": 2019, - "rating": "TV-MA", - "duration": "2 Seasons", - "listed_in": "British TV Shows, International TV Shows, TV Comedies", - "description": "In 1980s Essex, cocky salesman Vincent Swan and his unscrupulous team will do anything to get the sale – including throwing honesty out the window.", - "type": "TV Show" - }, - { - "show_id": 80998967, - "title": "Good Sam", - "director": "Kate Melville", - "cast": "Tiya Sircar, Chad Connell, Marco Grazzini, Jesse Camacho, Mark Camacho, Elana Dunkelman, Kelly Hope Taylor, Kenny Wong, Daniela Sandiford, Christina Tannous", - "country": "United States", - "date_added": "May 16, 2019", - "release_year": 2019, - "rating": "TV-PG", - "duration": "90 min", - "listed_in": "Children & Family Movies, Dramas", - "description": "A curious reporter finds love while pursuing the story of a mysterious figure who's leaving bags of cash for strangers around New York City.", - "type": "Movie" - }, - { - "show_id": 81038047, - "title": "Jonaki", - "director": "Aditya Vikram Sengupta", - "cast": "Lolita Chatterjee, Sumanto Chattopadhyay, Ratnabali Bhattacharjee, Jim Sarbh, Indrajit Sinha, Sandershika Tamang, Arunima Sinha, Satya Priya Chakraborty, Christel Das, Burjor Patel", - "country": "India", - "date_added": "May 16, 2019", - "release_year": 2018, - "rating": "TV-14", - "duration": "96 min", - "listed_in": "Dramas, Independent Movies, International Movies", - "description": "In this quiet, wistful drama, a woman on her deathbed searches her fraying memories for love and fulfillment through surreal, meditative tableaux.", - "type": "Movie" - }, - { - "show_id": 60021906, - "title": "Kyo Kii... Main Jhuth Nahin Bolta", - "director": "David Dhawan", - "cast": "Govinda, Mohnish Bahl, Sharad Kapoor, Satish Kaushik, Anupam Kher, Kiran Kumar, Rambha, Sushmita Sen", - "country": "India", - "date_added": "May 16, 2019", - "release_year": 2001, - "rating": "TV-PG", - "duration": "150 min", - "listed_in": "Comedies, International Movies, Sci-Fi & Fantasy", - "description": "The life and career of a lawyer are thrown into chaos when his son's wish magically renders him incapable of telling a lie.", - "type": "Movie" - }, - { - "show_id": 70142827, - "title": "Limitless", - "director": "Neil Burger", - "cast": "Bradley Cooper, Abbie Cornish, Robert De Niro, Andrew Howard, Anna Friel, Johnny Whitworth, Tomas Arana, Robert John Burke, Darren Goldstein, T.V. Carpio", - "country": "United States", - "date_added": "May 16, 2019", - "release_year": 2011, - "rating": "PG-13", - "duration": "105 min", - "listed_in": "Action & Adventure, Sci-Fi & Fantasy, Thrillers", - "description": "With his writing career dragging, Eddie Morra finds his life turning around after he takes a drug that provides astonishing mental focus.", - "type": "Movie" - }, - { - "show_id": 70149579, - "title": "LSD: Love, Sex Aur Dhokha", - "director": "Dibakar Banerjee", - "cast": "Anshuman Jha, Rajkummar Rao, Amit Sial, Arya Banerjee, Neha Chauhan, Atul Mongia, Shruti, Herry Tangdi", - "country": "India", - "date_added": "May 16, 2019", - "release_year": 2010, - "rating": "TV-MA", - "duration": "112 min", - "listed_in": "Dramas, Independent Movies, International Movies", - "description": "This provocative drama examines how the voyeuristic nature of modern society affects three unusual couples in Northern India.", - "type": "Movie" - }, - { - "show_id": 70109375, - "title": "Mission Istaanbul: Darr Ke Aagey Jeet Hai", - "director": "Apoorva Lakhia", - "cast": "Vivek Oberoi, Zayed Khan, Shriya Saran, Nikitin Dheer, Shabbir Ahluwalia, Sunil Shetty, Shweta Bhardwaj", - "country": "India", - "date_added": "May 16, 2019", - "release_year": 2008, - "rating": "TV-MA", - "duration": "119 min", - "listed_in": "Action & Adventure, International Movies, Music & Musicals", - "description": "A television journalist makes a risky career move by accepting a job offer from a controversial Istanbul television station.", - "type": "Movie" - }, - { - "show_id": 70289558, - "title": "Once Upon a Time in Mumbai Dobaara!", - "director": "Milan Luthria", - "cast": "Akshay Kumar, Imran Khan, Sonakshi Sinha, Sonali Bendre, Sarfaraz Khan, Mahesh Manjrekar, Abhimanyu Singh, Kurush Deboo, Pitobash, Chetan Hansraj", - "country": "India", - "date_added": "May 16, 2019", - "release_year": 2013, - "rating": "TV-14", - "duration": "142 min", - "listed_in": "Dramas, International Movies, Music & Musicals", - "description": "This turbulent sequel to Once Upon a Time in Mumbai carries on the saga of the gangland don Shoaib Khan, who continues pressing for more control.", - "type": "Movie" - }, - { - "show_id": 81085319, - "title": "PATRICK (2019)", - "director": "Mandie Fletcher", - "cast": "Beattie Edmondson, Ed Skrein, Tom Bennett, Jennifer Saunders", - "country": "United Kingdom", - "date_added": "May 16, 2019", - "release_year": 2019, - "rating": "TV-PG", - "duration": "94 min", - "listed_in": "Comedies", - "description": "When a schoolteacher inherits an adorable pug, she has to find a way to take care of it while dealing with her flatlining love life.", - "type": "Movie" - }, - { - "show_id": 70117577, - "title": "Take Me Home Tonight", - "director": "Michael Dowse", - "cast": "Topher Grace, Anna Faris, Dan Fogler, Teresa Palmer, Chris Pratt, Michael Biehn, Jeanie Hackett, Lucy Punch, Michelle Trachtenberg, Demetri Martin", - "country": "United States, Germany", - "date_added": "May 16, 2019", - "release_year": 2011, - "rating": "R", - "duration": "97 min", - "listed_in": "Comedies, Romantic Movies", - "description": "Set in the financial boom of the late 1980s, this tale centers on a recent college grad trying to figure out what to do with his life.", - "type": "Movie" - }, - { - "show_id": 81110388, - "title": "7 Din Mohabbat In", - "director": "Meenu Gaur, Farjad Nabi", - "cast": "Mahira Khan, Sheheryar Munawar, Javed Sheikh, Hina Dilpazeer, Amna Ilyas, Mira Sethi, Rimal Ali, Salahuddin Tunio, Aamir Qureshi, Adnan Shah", - "country": "Pakistan", - "date_added": "May 15, 2019", - "release_year": 2018, - "rating": "TV-PG", - "duration": "137 min", - "listed_in": "Comedies, International Movies, Music & Musicals", - "description": "Given just seven days by a genie to find a girl who will fall for him, a nerdy young man embarks on a madcap and messy search for his would-be wife.", - "type": "Movie" - }, - { - "show_id": 80220311, - "title": "All the Devil's Men", - "director": "Matthew Hope", - "cast": "Milo Gibson, Sylvia Hoeks, Gbenga Akinnagbe, William Fichtner, Joseph Millson, Elliot Cowan, Perry Fitzpatrick, Warren Rusher", - "country": "United Kingdom", - "date_added": "May 15, 2019", - "release_year": 2018, - "rating": "R", - "duration": "100 min", - "listed_in": "Action & Adventure", - "description": "A battle-scarred Special Ops military vet joins a CIA-funded assignment to take down a Russian terrorist and his trigger-happy comrades.", - "type": "Movie" - }, - { - "show_id": 81110389, - "title": "Cake", - "director": "Asim Abbasi", - "cast": "Aamina Sheikh, Sanam Saeed, Adnan Malik, Mohammad Ahmad, Beo Rana Zafar, Faris Khalid, Hira Hussain, Mikaal Zulfiqar", - "country": "United Kingdom, Pakistan", - "date_added": "May 15, 2019", - "release_year": 2018, - "rating": "TV-14", - "duration": "125 min", - "listed_in": "Comedies, Dramas, International Movies", - "description": "When their aging father’s illness reunites two sisters under one roof, new tensions arise between them as old wounds and hidden secrets surface.", - "type": "Movie" - }, - { - "show_id": 70245163, - "title": "Call the Midwife", - "director": "Philippa Lowthorpe", - "cast": "Vanessa Redgrave, Bryony Hannah, Helen George, Jenny Agutter, Pam Ferris, Laura Main, Judy Parfitt, Cliff Parisi, Stephen McGann, Ben Caplan, Miranda Hart, Jessica Raine, Max Macmillan, Victoria Yeates, Jack Ashton, Emerald Fennell, Linda Bassett", - "country": "United Kingdom", - "date_added": "", - "release_year": 2018, - "rating": "TV-14", - "duration": "8 Seasons", - "listed_in": "British TV Shows, International TV Shows, TV Dramas", - "description": "This period drama set in impoverished East London in the 1950s follows a newly qualified midwife and her colleagues at a nursing convent.", - "type": "TV Show" - }, - { - "show_id": 81112772, - "title": "Dennis and Gnasher Unleashed", - "director": "", - "cast": "Freddie Fox, Kathryn Drysdale, Rasmus Hardiker, Joanna Ruiz, Ryan Sampson, Kelly Marie Stewart", - "country": "United Kingdom", - "date_added": "May 15, 2019", - "release_year": 2017, - "rating": "TV-Y7", - "duration": "1 Season", - "listed_in": "British TV Shows, Kids' TV, TV Comedies", - "description": "Fearless Dennis, his loyal dog Gnasher and best friends Rubi, JJ and Pieface quench their thirst for adventure by wreaking havoc all over Beanotown.", - "type": "TV Show" - }, - { - "show_id": 70111279, - "title": "EMI: Liya Hai To Chukana Padega", - "director": "Saurabh Kabra", - "cast": "Sanjay Dutt, Arjun Rampal, Malaika Arora, Aashish Chaudhary, Neha Uberoi, Urmila Matondkar, Manoj Joshi, Daya Shanker Pandey, Pushkar Jog, Kulbhushan Kharbanda", - "country": "India", - "date_added": "May 15, 2019", - "release_year": 2008, - "rating": "TV-14", - "duration": "128 min", - "listed_in": "Comedies, Dramas, International Movies", - "description": "A bank hires an enigmatic and unorthodox debt collector to recover money from four borrowers who are unable to pay their loans.", - "type": "Movie" - }, - { - "show_id": 81123050, - "title": "Hamid", - "director": "Aijaz Khan", - "cast": "Talha Arshad Reshi, Rasika Dugal, Vikas Kumar, Sumit Kaul, Bashir Lone, Gurveer Singh, Ashraf Nagoo, Mir Sarvar", - "country": "India", - "date_added": "May 15, 2019", - "release_year": 2018, - "rating": "TV-14", - "duration": "108 min", - "listed_in": "Dramas, Independent Movies, International Movies", - "description": "Wanting his missing father to come home, a Kashmiri boy repeatedly attempts to call God for help – until one day, a hardened army officer picks up.", - "type": "Movie" - }, - { - "show_id": 81037237, - "title": "Heidi, bienvenida a casa", - "director": "", - "cast": "Chiara Francia, Mercedes Lambre, Victorio D'Alessandro, Mario Guerci, Florencia Benítez, Victoria Ramos", - "country": "Argentina", - "date_added": "May 15, 2019", - "release_year": 2017, - "rating": "TV-G", - "duration": "1 Season", - "listed_in": "Kids' TV, Spanish-Language TV Shows", - "description": "Inspired by the classic novel, this telenovela follows Heidi, who leaves her happy life in the mountains behind when her aunt takes her to the big city.", - "type": "TV Show" - }, - { - "show_id": 81087124, - "title": "I Hear You", - "director": "", - "cast": "Riley Wang, Zhao Lusi, Zhang Jiongmin, Gratitude Dai, Yuan Hao", - "country": "", - "date_added": "May 15, 2019", - "release_year": 2019, - "rating": "TV-14", - "duration": "1 Season", - "listed_in": "International TV Shows, Romantic TV Shows, TV Dramas", - "description": "Love blooms between a bubbly, aspiring voice actress and a cool, enigmatic violin-maker after they cross paths on a reality TV show.", - "type": "TV Show" - }, - { - "show_id": 70007056, - "title": "Kucch To Hai", - "director": "Anil V. Kumar", - "cast": "Tusshar Kapoor, Esha Deol, Natasha, Jeetendra, Rishi Kapoor", - "country": "India", - "date_added": "May 15, 2019", - "release_year": 2003, - "rating": "TV-14", - "duration": "136 min", - "listed_in": "Dramas, International Movies, Thrillers", - "description": "A student tries to steal a test from a teacher's home, leaving him for dead after an accident. A string of murders may be the professor's revenge.", - "type": "Movie" - }, - { - "show_id": 70035357, - "title": "Kyaa Kool Hai Hum", - "director": "Sangeeth Sivan", - "cast": "Tusshar Kapoor, Riteish Deshmukh, Isha Koppikar, Neha Dhupia, Anupam Kher, Jay Sean", - "country": "India", - "date_added": "May 15, 2019", - "release_year": 2005, - "rating": "TV-14", - "duration": "165 min", - "listed_in": "Comedies, International Movies, Music & Musicals", - "description": "Longtime friends Rahul and Karan head to Mumbai intent on making their dreams come true, but both men are suddenly saddled with bad luck.", - "type": "Movie" - }, - { - "show_id": 80108481, - "title": "Kyaa Kool Hain Hum 3", - "director": "Umesh Ghadge", - "cast": "Tusshar Kapoor, Aftab Shivdasani, Krishna Abhishek, Mandana Karimi, Shakti Kapoor, Darshan Jariwala, Sushmita Mukherjee, Meghna Naidu, Anand Kumar, Claudia Ciesla", - "country": "India", - "date_added": "May 15, 2019", - "release_year": 2016, - "rating": "R", - "duration": "124 min", - "listed_in": "Comedies, International Movies", - "description": "When an unlikely porn actor falls for a woman outside the industry, he employs his co-stars as a stand-in traditional family to impress her father.", - "type": "Movie" - }, - { - "show_id": 70153178, - "title": "Once Upon a Time in Mumbaai", - "director": "Milan Luthria", - "cast": "Ajay Devgn, Emraan Hashmi, Kangana Ranaut, Prachi Desai, Randeep Hooda, Imran Hasnee, Dhiru Dwivedi", - "country": "India", - "date_added": "May 15, 2019", - "release_year": 2010, - "rating": "NR", - "duration": "133 min", - "listed_in": "Dramas, International Movies, Music & Musicals", - "description": "Mumbai's top mob boss rules the underworld with honor and compassion, but his power-hungry protégé will shake up the world of organized crime.", - "type": "Movie" - }, - { - "show_id": 70073018, - "title": "Shootout at Lokhandwala", - "director": "Apoorva Lakhia", - "cast": "Sanjay Dutt, Sunil Shetty, Amitabh Bachchan, Arbaaz Khan, Abhishek Bachchan, Diya Mirza, Aarti Chhabria, Tusshar Kapoor, Vivek Oberoi, Neha Dhupia, Rohit Roy, Aditya Lakhia, Ravi Gossain, Shabbir Ahluwalia, Akhilendra Mishra, Amrita Singh", - "country": "India", - "date_added": "May 15, 2019", - "release_year": 2007, - "rating": "UR", - "duration": "116 min", - "listed_in": "Action & Adventure, Dramas, International Movies", - "description": "Based on a true story, this action film follows an incident that stunned a nation in the early 1990s. In Mumbai, India, the notorious gangster Maya holds off veteran cop Khan and a force of more than 200 policemen in a six-hour bloody gunfight.", - "type": "Movie" - }, - { - "show_id": 81053958, - "title": "Backdraft 2", - "director": "Gonzalo López-Gallego", - "cast": "Joe Anderson, William Baldwin, Donald Sutherland, Alisha Bailey, Alastair Mackenzie, Dominic Mafham, Jessamine-Bliss Bell, Martin Hutson, Aaron McCusker, Cyril Nri", - "country": "United States", - "date_added": "May 14, 2019", - "release_year": 2019, - "rating": "R", - "duration": "102 min", - "listed_in": "Action & Adventure, Dramas", - "description": "In this sequel to the 1991 film, a determined fire investigator recruits an imprisoned arsonist to help untangle a web of fire, murder and corruption.", - "type": "Movie" - }, - { - "show_id": 81094666, - "title": "Killer Cove", - "director": "Damián Romay", - "cast": "Haley Webb, Donny Boaz, Cathy Baron, Jason Alan Smith, Dennis Staroselsky, Owen Miller, Shawn Fitzgibbon", - "country": "United States", - "date_added": "May 14, 2019", - "release_year": 2018, - "rating": "TV-14", - "duration": "87 min", - "listed_in": "Thrillers", - "description": "An unlucky woman finds a solution for her hateful ex, a trying job hunt and a stalker through a charming P.I. – only to endure a new set of problems.", - "type": "Movie" - }, - { - "show_id": 80992787, - "title": "Revisions", - "director": "", - "cast": "Koki Uchiyama, Mikako Komatsu, Nobunaga Shimazaki, Rie Takahashi, Manaka Iwami, Soma Saito", - "country": "Japan", - "date_added": "May 14, 2019", - "release_year": 2018, - "rating": "TV-14", - "duration": "1 Season", - "listed_in": "Anime Series, International TV Shows", - "description": "When Shibuya time-warps to 2388, high schooler Daisuke and his friends are conscripted by AHRV agent Milo to fight the hostile cyborg race, revisions.", - "type": "TV Show" - }, - { - "show_id": 81036199, - "title": "Still LAUGH-IN: The Stars Celebrate", - "director": "", - "cast": "Lily Tomlin, Tiffany Haddish, Neil Patrick Harris, Michael Douglas, Snoop Dogg, Billy Crystal, Chelsea Handler, Jay Leno, Rita Wilson, Bill Maher, Tony Hale, Rita Moreno, Bobby Moynihan, Michael Rapaport, Mary McCormack, Rob Riggle, Jon Lovitz, Kenya Barris, Ruth Buzzi, Jo Anne Worley, Loni Anderson, Maria Bamford, Margaret Cho, Deon Cole, Taye Diggs, Ron Funches, Nikki Glaser, Jameela Jamil, Natasha Leggero, Loni Love, Cheri Oteri, Russell Peters, Jeff Ross, Lisa Ann Walter", - "country": "United States", - "date_added": "May 14, 2019", - "release_year": 2019, - "rating": "TV-MA", - "duration": "61 min", - "listed_in": "Comedies", - "description": "This celebration of the groundbreaking comedy show \"Laugh-In\" stars Lily Tomlin, Snoop Dogg, Billy Crystal, Tiffany Haddish, Neil Patrick Harris and more.", - "type": "Movie" - }, - { - "show_id": 81016247, - "title": "Weed the People", - "director": "Abby Epstein", - "cast": "", - "country": "United States", - "date_added": "May 14, 2019", - "release_year": 2018, - "rating": "TV-14", - "duration": "94 min", - "listed_in": "Documentaries", - "description": "Buoyed by hopeful experiences with medical marijuana, physicians and parents of children with cancer call for more research of its healing potential.", - "type": "Movie" - }, - { - "show_id": 80223928, - "title": "Malibu Rescue", - "director": "Savage Steve Holland", - "cast": "Ricardo Hurtado, Breanna Yde, Jackie R. Jacobson, Abby Donnelly, Alkoya Brunson, JT Neal, Ian Ziering, Bryana Salaz, Camaron Engels, Jeremy Howard, Jeff Meacham", - "country": "United States", - "date_added": "May 13, 2019", - "release_year": 2019, - "rating": "TV-G", - "duration": "70 min", - "listed_in": "Children & Family Movies, Comedies", - "description": "When a long list of shenanigans lands Tyler in hot water, he’s forced to suit up and spend his summer training for an elite junior lifeguard program.", - "type": "Movie" - }, - { - "show_id": 81065331, - "title": "Norm of the North: Keys to the Kingdom", - "director": "Tim Maltby", - "cast": "Andrew Toth, Cole Howard, Maya Kay, Jennifer Cameron, Alan Marriott, Lee Tockar, Brian Drummond", - "country": "India, United States", - "date_added": "May 13, 2019", - "release_year": 2019, - "rating": "TV-PG", - "duration": "92 min", - "listed_in": "Children & Family Movies", - "description": "When Norm the polar bear is framed for a crime he didn’t commit, his friends step up to help him clear his name.", - "type": "Movie" - }, - { - "show_id": 81077874, - "title": "Merata: How Mum Decolonised the Screen", - "director": "Hepi Mita", - "cast": "Hepi Mita", - "country": "New Zealand", - "date_added": "May 12, 2019", - "release_year": 2018, - "rating": "TV-14", - "duration": "88 min", - "listed_in": "Documentaries", - "description": "New Zealand film archivist Heperi Mita traces the cinematic legacy of his mother and trailblazing Maori filmmaker Merata Mita.", - "type": "Movie" - }, - { - "show_id": 81098013, - "title": "The Defected", - "director": "", - "cast": "Kara Hui, Philip Keung, Benjamin Yuen, Sisley Choi, Hui Shiu Hung, Ben Wong, Joman Chiang", - "country": "China, Hong Kong", - "date_added": "May 12, 2019", - "release_year": 2019, - "rating": "TV-MA", - "duration": "1 Season", - "listed_in": "Crime TV Shows, International TV Shows, TV Dramas", - "description": "After surviving a near-fatal injury on the job, a cop sets out to investigate a conspiracy involving the top brass of the police department.", - "type": "TV Show" - }, - { - "show_id": 81039410, - "title": "Dry Martina", - "director": "Che Sandoval", - "cast": "Antonella Costa, Patricio Contreras, Geraldine Neary, Pedro Campos, Álvaro Espinosa", - "country": "Chile, Argentina", - "date_added": "May 11, 2019", - "release_year": 2018, - "rating": "TV-MA", - "duration": "100 min", - "listed_in": "Dramas, Independent Movies, International Movies", - "description": "An odd encounter with a fan and a tryst with that fan's ex-boyfriend leads a sexually adventurous singer on an escapade in Chile.", - "type": "Movie" - }, - { - "show_id": 81012340, - "title": "Shéhérazade", - "director": "Jean-Bernard Marlin", - "cast": "Dylan Robert, Kenza Fortas, Idir Azougli, Lisa Amedjout, Sofia Bent, Nabila Bounad, Kader Benchoudar, Nabila Ait Amer", - "country": "France", - "date_added": "May 11, 2019", - "release_year": 2019, - "rating": "TV-MA", - "duration": "111 min", - "listed_in": "Dramas, Independent Movies, International Movies", - "description": "Fresh out of juvenile detention in Marseille, 17-year-old Zach falls for a young prostitute and soon faces a dire dilemma while working as a pimp.", - "type": "Movie" - }, - { - "show_id": 70242536, - "title": "The Great Magician", - "director": "Yee Tung-Shing", - "cast": "Tony Leung Chiu Wai, Lau Ching Wan, Zhou Xun, Wu Gang, Ni Yan, Paul Chun, Kenya Sawada, Lam Suet", - "country": "Hong Kong, China", - "date_added": "May 11, 2019", - "release_year": 2011, - "rating": "TV-PG", - "duration": "128 min", - "listed_in": "Action & Adventure, Comedies, Dramas", - "description": "In 1920s Beijing, a host of talented performers gather to show off their skills. The challenge: reproduce a magic trick called the Eight Immortals.", - "type": "Movie" - }, - { - "show_id": 70287630, - "title": "The Jungle Book", - "director": "", - "cast": "Emma Tate, Jimmy Hibbert, Sam Gold, David Holt, Joseph J. Terry", - "country": "India, Germany, France", - "date_added": "May 11, 2019", - "release_year": 2010, - "rating": "TV-Y7", - "duration": "1 Season", - "listed_in": "Kids' TV", - "description": "This animated series follows young Mowgli and his animal mentors Bagheera and Baloo, who do their best to protect him from fierce tiger Shere Khan.", - "type": "TV Show" - }, - { - "show_id": 81092777, - "title": "Bheemayan", - "director": "Rajiv Chilaka", - "cast": "", - "country": "", - "date_added": "May 10, 2019", - "release_year": 2018, - "rating": "TV-Y7-FV", - "duration": "63 min", - "listed_in": "Children & Family Movies", - "description": "It's Diwali! To celebrate, Chhota Bheem and his friends put on a stage show of the Ramayana, re-enacting the epic story behind the festival of lights.", - "type": "Movie" - }, - { - "show_id": 81092779, - "title": "Chhota Bheem Aur Kaala Yodha", - "director": "Sidheswar Shukla, Asit Mohapatra", - "cast": "Julie Tejwani, SABINA MALIK, Jigna Bharadhwaj, Rupa Bhimani, Lalit Agarwal, Rajesh Shukla, Disha, Rajesh Kawa, Raju", - "country": "", - "date_added": "May 10, 2019", - "release_year": 2018, - "rating": "TV-Y7", - "duration": "63 min", - "listed_in": "Movies", - "description": "Finally released after being trapped in an ancient book for centuries, a wicked warrior sets out to conquer Dholakpur – but not if Bheem can help it!", - "type": "Movie" - }, - { - "show_id": 81092776, - "title": "Chhota Bheem Ka Romani Adventure", - "director": "Asit Mohapatra, Shyamal Chaulia", - "cast": "Julie Tejwani, SABINA MALIK, Jigna Bharadhwaj, Rupa Bhimani, Lalit Agarwal, Rajesh Shukla, Disha, Rajesh Kawa, Raju", - "country": "", - "date_added": "May 10, 2019", - "release_year": 2018, - "rating": "TV-Y7", - "duration": "62 min", - "listed_in": "Children & Family Movies", - "description": "Bheem and King Indraverma travel to Rome for a trading venture, but when the king of a neighboring land attacks, can Bheem’s wile and wit save the day?", - "type": "Movie" - }, - { - "show_id": 81092778, - "title": "Chhota Bheem Ka Troll Se Takkar", - "director": "Shyamal Chaulia, Asit Mohapatra", - "cast": "Julie Tejwani, SABINA MALIK, Jigna Bharadhwaj, Rupa Bhimani, Lalit Agarwal, Rajesh Shukla, Disha, Rajesh Kawa, Raju", - "country": "", - "date_added": "May 10, 2019", - "release_year": 2018, - "rating": "TV-Y7", - "duration": "62 min", - "listed_in": "Movies", - "description": "Trolls kidnap the king's daughters and overtake the kingdom of Messina. Can Bheem track them down and bring the princesses home?", - "type": "Movie" - }, - { - "show_id": 80095699, - "title": "Easy", - "director": "", - "cast": "Aubrey Plaza, Judy Greer, Jane Adams, Zazie Beetz, Kate Berlant, Aya Cash, Michael Chernus, Kiersey Clemons, Orlando Bloom, Malin Akerman, Marc Maron, Dave Franco, Hannibal Buress, Jake Johnson, Emily Ratajkowski, Andrew Bachelor", - "country": "United States", - "date_added": "", - "release_year": 2019, - "rating": "TV-MA", - "duration": "3 Seasons", - "listed_in": "TV Comedies, TV Dramas", - "description": "This eclectic, star-studded anthology follows diverse Chicagoans fumbling through the modern maze of love, sex, technology and culture.", - "type": "TV Show" - }, - { - "show_id": 80216541, - "title": "In Family I Trust", - "director": "Patricia Font", - "cast": "Clara Lago, Álex García, Carmen Maura, Alexandra Jiménez, Paula Malia, Fernando Guallar, Carlos Cuevas", - "country": "Spain", - "date_added": "May 10, 2019", - "release_year": 2018, - "rating": "TV-MA", - "duration": "98 min", - "listed_in": "Comedies, Dramas, International Movies", - "description": "After her partner cheats on her, an architect returns to her hometown to reassess her life with the help of her eccentric family. Based on the novel.", - "type": "Movie" - }, - { - "show_id": 80216756, - "title": "Jailbirds", - "director": "", - "cast": "", - "country": "", - "date_added": "May 10, 2019", - "release_year": 2019, - "rating": "TV-MA", - "duration": "1 Season", - "listed_in": "Reality TV", - "description": "At the Sacramento County Jail, incarcerated women fight the power and one another as they try to make the best of life – and love – on the inside.", - "type": "TV Show" - }, - { - "show_id": 80241986, - "title": "Pose", - "director": "", - "cast": "Mj Rodriguez, Billy Porter, Evan Peters, Kate Mara, James Van Der Beek, Dominique Jackson, Angelica Ross, Hailie Sahar, Ryan Jamaal Swain, Indya Moore, Dyllon Burnside", - "country": "United States", - "date_added": "May 10, 2019", - "release_year": 2018, - "rating": "TV-MA", - "duration": "1 Season", - "listed_in": "TV Dramas", - "description": "In 1987 New York, LGBTQ ball fixture Blanca starts her own house, soon becoming mother to a gifted dancer and a sex worker in love with a yuppie client.", - "type": "TV Show" - }, - { - "show_id": 80120485, - "title": "The Mechanism", - "director": "", - "cast": "Selton Mello, Caroline Abras, Enrique Diaz, Antonio Saboia, Lee Taylor, Otto Jr., Leonardo Medeiros, Osvaldo Mil, Jonathan Haagensen, Giulio Lopes, Susana Ribeiro", - "country": "Brazil", - "date_added": "", - "release_year": 2019, - "rating": "TV-MA", - "duration": "2 Seasons", - "listed_in": "Crime TV Shows, International TV Shows, TV Dramas", - "description": "A scandal erupts in Brazil during an investigation of alleged government corruption via oil and construction companies. Loosely inspired by true events.", - "type": "TV Show" - }, - { - "show_id": 80987113, - "title": "The Princess Weiyoung", - "director": "", - "cast": "Tiffany Tang, Luo Jin, Vanness Wu, Rachel Momo, Hsin Ai Lee", - "country": "China", - "date_added": "May 10, 2019", - "release_year": 2016, - "rating": "TV-14", - "duration": "1 Season", - "listed_in": "International TV Shows, Romantic TV Shows, TV Dramas", - "description": "A princess descended from a ruined noble family disguises herself as the woman who saved her life and embarks on a mission to avenge her loved ones.", - "type": "TV Show" - }, - { - "show_id": 80197989, - "title": "The Society", - "director": "", - "cast": "Kathryn Newton, Gideon Adlon, Sean Berdy, Natasha Liu Bordizzo, Jacques Colimon, Olivia DeJonge, Alex Fitzalan, Kristine Froseth, José Julián, Alex MacNicoll, Toby Wallace, Rachel Keller", - "country": "United States", - "date_added": "May 10, 2019", - "release_year": 2019, - "rating": "TV-MA", - "duration": "1 Season", - "listed_in": "TV Dramas, Teen TV Shows", - "description": "When everyone else mysteriously vanishes from their wealthy town, the teen residents of West Ham must forge their own society to survive.", - "type": "TV Show" - }, - { - "show_id": 80194950, - "title": "Wine Country", - "director": "Amy Poehler", - "cast": "Amy Poehler, Maya Rudolph, Ana Gasteyer, Rachel Dratch, Paula Pell, Emily Spivey, Tina Fey, Jason Schwartzman", - "country": "United States", - "date_added": "May 10, 2019", - "release_year": 2019, - "rating": "R", - "duration": "104 min", - "listed_in": "Comedies", - "description": "When longtime friends meet up for a wine-soaked birthday getaway in Napa Valley, their perfectly planned weekend turns messier by the minute.", - "type": "Movie" - }, - { - "show_id": 81035836, - "title": "Antar: Son of Shadad", - "director": "Sherif Ismail", - "cast": "Mohamed Henedi, Bassem Samra, Dorra Zarrouk, Lotfy Labib", - "country": "Egypt", - "date_added": "May 9, 2019", - "release_year": 2017, - "rating": "TV-MA", - "duration": "110 min", - "listed_in": "Comedies, International Movies", - "description": "Learning he is the grandson of a famous knight, a young man hilariously fights a rival gang to win over the most beautiful woman in the tribe.", - "type": "Movie" - }, - { - "show_id": 81044103, - "title": "Bathtubs Over Broadway", - "director": "Dava Whisenant", - "cast": "Steve Young", - "country": "United States", - "date_added": "May 9, 2019", - "release_year": 2018, - "rating": "PG-13", - "duration": "87 min", - "listed_in": "Documentaries, Music & Musicals", - "description": "A comedy writer for David Letterman unearths a hidden world of hilariously bizarre musicals, which turns into a toe-tapping obsession.", - "type": "Movie" - }, - { - "show_id": 81072917, - "title": "Gatao 2: Rise of the King", - "director": "Yen Cheng-kuo", - "cast": "Collin Chou, Jason Wang, Jack Kao, Tsai Chen-nan, Lu Hsueh-feng, Peng Sun", - "country": "Taiwan", - "date_added": "May 9, 2019", - "release_year": 2018, - "rating": "TV-MA", - "duration": "126 min", - "listed_in": "Action & Adventure, Dramas, International Movies", - "description": "When a zealous gang leader plans to take out a friend-turned-rival for control of his turf, internal tensions complicate the battle to be the boss.", - "type": "Movie" - }, - { - "show_id": 70142542, - "title": "Insidious", - "director": "James Wan", - "cast": "Patrick Wilson, Rose Byrne, Lin Shaye, Ty Simpkins, Barbara Hershey, Leigh Whannell, Angus Sampson, Andrew Astor, Joseph Bishara", - "country": "United States, Canada, United Kingdom", - "date_added": "May 9, 2019", - "release_year": 2010, - "rating": "PG-13", - "duration": "103 min", - "listed_in": "Horror Movies, Thrillers", - "description": "Hoping to leave their haunted house behind, a suburban family moves to a new place, only to learn the home wasn't haunted... but their eldest son is.", - "type": "Movie" - }, - { - "show_id": 81035855, - "title": "Lion's Heart", - "director": "Karim El Sobky", - "cast": "Mohamed Ramadan, Hassan Hosny, Horeya Farghaly, Sayed Rajab, Aida Reyad, Omar Mustafa Metwally, Riham Ayman, Mohsen Mansour, Afaf Rashad, Maher Essam, Sabry Fawwaz, Hamdy Heykal, Sabry Abdel Moniem", - "country": "Egypt", - "date_added": "May 9, 2019", - "release_year": 2013, - "rating": "TV-MA", - "duration": "111 min", - "listed_in": "Action & Adventure, International Movies", - "description": "Kidnapped as a child and raised in the circus, a young lion tamer’s tough side emerges when he gets entangled in an underworld murder mystery.", - "type": "Movie" - }, - { - "show_id": 81035845, - "title": "Regatta", - "director": "Mohamed Samy", - "cast": "Amr Saad, Ilham Shaheen, Rania Yousef", - "country": "Egypt", - "date_added": "May 9, 2019", - "release_year": 2015, - "rating": "TV-MA", - "duration": "100 min", - "listed_in": "Action & Adventure, Dramas, International Movies", - "description": "Inside one of Cairo's most impoverished areas exists a place where criminals control everything and everyone.", - "type": "Movie" - }, - { - "show_id": 81035856, - "title": "Tattah", - "director": "Sameh Abdulaziz", - "cast": "Mohamed Saad, Dolly Shahin, Marwa, Hayatem, Sayed Rajab, Omar Mustafa Metwally, Samy Maghawry, Nabil Issa, Ragaa Al-Geddawy, Samir Ghanem", - "country": "Egypt", - "date_added": "May 9, 2019", - "release_year": 2013, - "rating": "TV-14", - "duration": "112 min", - "listed_in": "Comedies, International Movies", - "description": "A down-on-his-luck man must prove he's not as hapless as he seems when the woman he's on a date with is suddenly kidnapped.", - "type": "Movie" - }, - { - "show_id": 81035857, - "title": "The Bulbul's Nest", - "director": "Husam El-Gohari", - "cast": "Kareem Mahmoud Abdel Aziz, Mai Selim, Sad Al-Saghir, Mahmood El-Laithi, Maher Essam, Dina", - "country": "", - "date_added": "May 9, 2019", - "release_year": 2013, - "rating": "TV-MA", - "duration": "96 min", - "listed_in": "Comedies, International Movies", - "description": "A taxi driver longs to be a pop singer, but the road to stardom is wrought with competition and struggle until he befriends a helpful belly dancer.", - "type": "Movie" - }, - { - "show_id": 80180684, - "title": "Away From Home", - "director": "", - "cast": "Li Yongzhen, Zhuang Kebi, Zhang Shunyuan, Wang Wei, Wen Shaoping, Liu Shumin, Lu Huiting, Ye Chengcheng, Chen Yuqi", - "country": "", - "date_added": "May 8, 2019", - "release_year": 2015, - "rating": "TV-PG", - "duration": "1 Season", - "listed_in": "International TV Shows, TV Dramas", - "description": "A high-achieving 11-year-old student embarks on a journey of self-discovery at a school on a nearby island as he grapples with tensions at home.", - "type": "TV Show" - }, - { - "show_id": 80180681, - "title": "Bibik-Bibikku", - "director": "", - "cast": "Ungku Ismail, Fasha Sandha, Bell Ngasri, Wan Sharmila", - "country": "", - "date_added": "May 8, 2019", - "release_year": 2016, - "rating": "TV-PG", - "duration": "1 Season", - "listed_in": "International TV Shows, TV Comedies", - "description": "When a busy mother and father realize they need help with their two young children, they hire a series of maids, often with humorous results.", - "type": "TV Show" - }, - { - "show_id": 80180710, - "title": "Cinta 100KG", - "director": "", - "cast": "Sherry Alhadad, Sharifah Amani, Fezrul Khan, Ungku Hariz, Ruzana Ibrahim, Zain Saidan, Cristina Suzanne, Safia Hanifah", - "country": "", - "date_added": "May 8, 2019", - "release_year": 2016, - "rating": "TV-14", - "duration": "1 Season", - "listed_in": "International TV Shows, Romantic TV Shows, TV Dramas", - "description": "Two female friends, each with confidence issues, help each other search for true love and deal with their romantic rivals.", - "type": "TV Show" - }, - { - "show_id": 80180545, - "title": "Cinta Iris", - "director": "", - "cast": "Raja Ilya, Nazim Othman, Zain Hamid, Ungku Ismail, Tunku Hanis", - "country": "", - "date_added": "May 8, 2019", - "release_year": 2015, - "rating": "TV-14", - "duration": "1 Season", - "listed_in": "International TV Shows, Romantic TV Shows, TV Dramas", - "description": "Dedicated engineering student Iris succumbs to love and marries, but fate holds both tragedies and triumphs for her personal and professional life.", - "type": "TV Show" - }, - { - "show_id": 80163296, - "title": "Cinta Si Wedding Planner", - "director": "", - "cast": "Mira Filzah, Ady Putra, Fadlan Hazim, Shima Anuar, Nazeera Sardi, Dian P. Ramlee, Wan Sharmila, Rosnah Johari, Idris Md Diah", - "country": "", - "date_added": "May 8, 2019", - "release_year": 2015, - "rating": "TV-14", - "duration": "1 Season", - "listed_in": "International TV Shows, Romantic TV Shows, TV Dramas", - "description": "A wedding planner and an ex-Marine both have been unlucky in love. But a chance meeting and a spat over a parking space soon change all that.", - "type": "TV Show" - }, - { - "show_id": 80180588, - "title": "Cinta Teruna Kimchi", - "director": "", - "cast": "Nazim Othman, Johan As'ari, Nur Risteena, Niena Baharun", - "country": "", - "date_added": "May 8, 2019", - "release_year": 2016, - "rating": "TV-14", - "duration": "1 Season", - "listed_in": "International TV Shows, TV Dramas", - "description": "When a young man determines to discover his father's true identity, he faces unexpected realizations that shake his sense of self.", - "type": "TV Show" - }, - { - "show_id": 80057918, - "title": "Lucifer", - "director": "", - "cast": "Tom Ellis, Lauren German, Kevin Alejandro, D.B. Woodside, Lesley-Ann Brandt, Scarlett Estevez, Rachael Harris, Aimee Garcia, Tricia Helfer, Tom Welling, Jeremiah W. Birkett, Pej Vahdat, Michael Gladis", - "country": "United States", - "date_added": "", - "release_year": 2019, - "rating": "TV-14", - "duration": "4 Seasons", - "listed_in": "Crime TV Shows, TV Comedies, TV Dramas", - "description": "Bored with being the Lord of Hell, the devil relocates to Los Angeles, where he opens a nightclub and forms a connection with a homicide detective.", - "type": "TV Show" - }, - { - "show_id": 80163532, - "title": "Secret of Success", - "director": "", - "cast": "Jack Tan, Rain Shuaiyu, Rickman Chia, Orange Tan, Bernard Shen Jun, Kopi Lim Guo Wei, Dennis Gan", - "country": "", - "date_added": "May 8, 2019", - "release_year": 2015, - "rating": "TV-14", - "duration": "1 Season", - "listed_in": "International TV Shows, Romantic TV Shows, TV Comedies", - "description": "An aspiring actor uses a magical book to transport himself inside the movies he had always dreamed of starring in – but not without consequences.", - "type": "TV Show" - }, - { - "show_id": 80180591, - "title": "The Missing Menu", - "director": "", - "cast": "Frederick Lee, Jojo Goh, Karena Teo, Jeffrey Cheng, Janelle Chin", - "country": "", - "date_added": "May 8, 2019", - "release_year": 2016, - "rating": "TV-PG", - "duration": "1 Season", - "listed_in": "International TV Shows, TV Dramas", - "description": "A single mom and skilled chef yearns for her children to settle down and offers them life lessons through the special dishes she creates.", - "type": "TV Show" - }, - { - "show_id": 80163533, - "title": "Unchained Fate", - "director": "", - "cast": "Lenna Lim, Jack Tan, Rickman Chia, Rabbit Chen, Kopi Lim Guo Wei, Agnes Wang, Allan Toh, Mandy Chen, Tan Hau Yen", - "country": "", - "date_added": "May 8, 2019", - "release_year": 2016, - "rating": "TV-14", - "duration": "1 Season", - "listed_in": "International TV Shows, TV Dramas, TV Sci-Fi & Fantasy", - "description": "A young trio aims to protect the world from evil, armed with magic crystals that allow them to control time, commune with spirits, and more.", - "type": "TV Show" - }, - { - "show_id": 81087762, - "title": "Abyss", - "director": "", - "cast": "Park Bo-young, Ahn Hyo-seop, Lee Sung-jae, Lee Si-eon, Han So-hee, Kwon Soo-hyun, Kim Sa-rang, Ahn Se-ha, Yun Yoo-sun", - "country": "South Korea", - "date_added": "May 7, 2019", - "release_year": 2019, - "rating": "TV-14", - "duration": "1 Season", - "listed_in": "Crime TV Shows, International TV Shows, Korean TV Shows", - "description": "After meeting an untimely demise in separate incidents, Cha Min and Go Se-yeon discover they’ve come back to life in new bodies they don’t recognize.", - "type": "TV Show" - }, - { - "show_id": 81082953, - "title": "I Have a Script", - "director": "", - "cast": "Souad Abdullah, Shujoon, Fatima Al Safi", - "country": "", - "date_added": "May 7, 2019", - "release_year": 2019, - "rating": "TV-14", - "duration": "1 Season", - "listed_in": "International TV Shows, TV Comedies, TV Dramas", - "description": "After the death of a loved one, a woman decides to pursue her passion for writing by penning television scripts.", - "type": "TV Show" - }, - { - "show_id": 81104339, - "title": "In the Bosom of a Thorn", - "director": "", - "cast": "Elham Al Fadalah, Ibrahim Al-Harbi, Khaled Al-Buraiki, Layla Abdullah, Noor Alghandour, Abeer Ahmad", - "country": "", - "date_added": "May 7, 2019", - "release_year": 2019, - "rating": "TV-14", - "duration": "1 Season", - "listed_in": "International TV Shows, TV Dramas", - "description": "After the invasion of Kuwait, a woman’s infant daughter is taken from her. Now, her daughter looks to make her way back home years later.", - "type": "TV Show" - }, - { - "show_id": 80107369, - "title": "Queen of the South", - "director": "", - "cast": "Alice Braga, Veronica Falcón, Justina Machado, Peter Gadiot, Hemky Madera, Gerardo Taracena", - "country": "United States, Mexico, Spain, Malta", - "date_added": "", - "release_year": 2018, - "rating": "TV-14", - "duration": "3 Seasons", - "listed_in": "Crime TV Shows, TV Action & Adventure, TV Dramas", - "description": "Forced to work for a cartel that recently killed her boyfriend, Teresa relies on her street smarts, a loyal pal and a mysterious notebook to survive.", - "type": "TV Show" - }, - { - "show_id": 81074375, - "title": "The Heat: A Kitchen (R)evolution", - "director": "Maya Gallus", - "cast": "", - "country": "Canada", - "date_added": "May 7, 2019", - "release_year": 2018, - "rating": "TV-MA", - "duration": "71 min", - "listed_in": "Documentaries", - "description": "Seven female chefs describe what it’s like breaking into the restaurant industry's notorious boys' club.", - "type": "Movie" - }, - { - "show_id": 81082781, - "title": "The Writer", - "director": "", - "cast": "Bassel Khayyat, Daniella Rahme, Nada Abou Farhat, Nicolas Daniel, Gabriel Yammine", - "country": "Lebanon", - "date_added": "May 7, 2019", - "release_year": 2019, - "rating": "TV-MA", - "duration": "1 Season", - "listed_in": "Crime TV Shows, International TV Shows, TV Dramas", - "description": "When accused of a murder eerily parallel to a plot in his novel, a best-selling crime writer must navigate a web of hidden enemies.", - "type": "TV Show" - }, - { - "show_id": 81104372, - "title": "What If?", - "director": "", - "cast": "Monther Rayahnah, Khaled Ameen, Aseel Omran, Rawan Mahdi, Ali Al-Husseini, Abdullah Al-Turkumani", - "country": "", - "date_added": "May 7, 2019", - "release_year": 2019, - "rating": "TV-14", - "duration": "1 Season", - "listed_in": "International TV Shows, TV Dramas", - "description": "Four individuals at a crossroads in life are given the chance to take both paths, and decide which road is best for them.", - "type": "TV Show" - }, - { - "show_id": 80215139, - "title": "Last Breath", - "director": "Alex Parkinson, Richard da Costa", - "cast": "", - "country": "United Kingdom, Belgium, Sweden", - "date_added": "May 6, 2019", - "release_year": 2019, - "rating": "TV-14", - "duration": "86 min", - "listed_in": "Documentaries, International Movies", - "description": "A commercial diver becomes trapped on the ocean floor with dwindling oxygen and little hope of a timely rescue, so he tries to save himself.", - "type": "Movie" - }, - { - "show_id": 81016592, - "title": "Like Arrows", - "director": "Kevin Peeples", - "cast": "Micah Lynn Hanson, Alan Powell, Elizabeth Becka, Garry Nation, Joseph Callender, Anisa Nyell Johnson, Aowyn Grace Peoples, John Jackson Hunter, Alex Kendrick", - "country": "United States", - "date_added": "May 6, 2019", - "release_year": 2018, - "rating": "TV-PG", - "duration": "99 min", - "listed_in": "Dramas, Faith & Spirituality", - "description": "Over 50 years of their lives, a couple enjoys the blessings and setbacks of parenting, and learns that God has to be at the center of their family.", - "type": "Movie" - }, - { - "show_id": 81067760, - "title": "The Wandering Earth", - "director": "Frant Gwo", - "cast": "Jing Wu, Chuxiao Qu, Jinmai Zhao, Li Guangjie, Ng Man-Tat, Mike Kai Sui, Qu Jingjing, Yichi Zhang, Yang Haoyu, Arkady Sharogradsky, Hongchen Li, Lei Jiayin, Yi Yang, Zhigang Jiang, Huan Zhang", - "country": "China", - "date_added": "May 6, 2019", - "release_year": 2019, - "rating": "TV-MA", - "duration": "125 min", - "listed_in": "International Movies, Sci-Fi & Fantasy", - "description": "A looming collision with Jupiter threatens Earth as humans search for a new star. The planet's fate now lies in the hands of a few unexpected heroes.", - "type": "Movie" - }, - { - "show_id": 70172928, - "title": "War Horse", - "director": "Steven Spielberg", - "cast": "Emily Watson, David Thewlis, Peter Mullan, Niels Arestrup, Tom Hiddleston, Jeremy Irvine, Benedict Cumberbatch, Toby Kebbell, David Kross, Eddie Marsan, Nicolas Bro, Rainer Bock, Patrick Kennedy, Liam Cunningham", - "country": "United States, India", - "date_added": "May 6, 2019", - "release_year": 2011, - "rating": "PG-13", - "duration": "147 min", - "listed_in": "Dramas", - "description": "During World War I, the bond between a young Englishman and his loyal horse, Joey, is tested when Joey is sold to the cavalry and sent to France.", - "type": "Movie" - }, - { - "show_id": 80235472, - "title": "Death House", - "director": "Harrison Smith", - "cast": "Cody Longo, Cortney Palm, Adrienne Barbeau, Michael Berryman, Barbara Crampton, Sid Haig, Gunnar Hansen, Lindsay Hartley, Kane Hodder, Lloyd Kaufman, Camille Keaton, Bill Moseley, Tony Todd, Dee Wallace, Vincent Ward, Vernon Wells", - "country": "United States", - "date_added": "May 5, 2019", - "release_year": 2017, - "rating": "R", - "duration": "88 min", - "listed_in": "Horror Movies", - "description": "Two federal agents battle through an army of rioting prisoners – and their sense of reality – inside a high-tech prison modeled after Dante’s Inferno.", - "type": "Movie" - }, - { - "show_id": 80208662, - "title": "All In My Family", - "director": "Hao Wu", - "cast": "", - "country": "United States", - "date_added": "May 3, 2019", - "release_year": 2019, - "rating": "TV-14", - "duration": "40 min", - "listed_in": "Documentaries, LGBTQ Movies", - "description": "After starting a family of his very own in America, a gay filmmaker documents his loving, traditional Chinese family's process of acceptance.", - "type": "Movie" - }, - { - "show_id": 80994596, - "title": "Crime Diaries: Night Out", - "director": "Felipe Cano", - "cast": "Sebastián Osorio, Fabiana Medina, Laura Osma, Enrique Carriazo, Julián Román, Juliana Velásquez, Juan Pablo Urrego, Carlos Vergara, Ernesto Campos, Fabio Rubiano, Ernesto Benjumea, Jairo Camargo, Marcela Agudelo", - "country": "Mexico", - "date_added": "May 3, 2019", - "release_year": 2019, - "rating": "TV-MA", - "duration": "1 Season", - "listed_in": "Crime TV Shows, International TV Shows, Spanish-Language TV Shows", - "description": "After going to a Halloween party, college student Luis Andrés Colmenares is found dead. Was it an accident or murder? Inspired by true events.", - "type": "TV Show" - }, - { - "show_id": 80198459, - "title": "Cupcake & Dino - General Services", - "director": "", - "cast": "Justin Collette, Mark Little, Kyle Dooley, Mark Forward, Joris Jarksy, Julie Lemieux, Kayla Lorette, Julie Sype", - "country": "Canada, Brazil", - "date_added": "", - "release_year": 2019, - "rating": "TV-Y7", - "duration": "2 Seasons", - "listed_in": "Kids' TV, TV Comedies", - "description": "An enterprising cupcake and his cheerful dinosaur brother take on jobs of all sorts as they work to help friends and strangers in their eccentric city.", - "type": "TV Show" - }, - { - "show_id": 80219707, - "title": "Dead to Me", - "director": "", - "cast": "Christina Applegate, Linda Cardellini, James Marsden, Max Jenkins, Sam McCarthy, Luke Roessler, Edward Asner", - "country": "United States", - "date_added": "May 3, 2019", - "release_year": 2019, - "rating": "TV-MA", - "duration": "1 Season", - "listed_in": "TV Comedies, TV Dramas", - "description": "A hotheaded widow searching for the hit-and-run driver who mowed down her husband befriends an eccentric optimist who isn't quite what she seems.", - "type": "TV Show" - }, - { - "show_id": 81031939, - "title": "Despite Everything", - "director": "Gabriela Tagliavini", - "cast": "Blanca Suárez, Macarena García, Amaia Salamanca, Belén Cuesta, Maxi Iglesias, Juan Diego, Joaquín Climent, Carlos Bardem, Emilio Gutiérrez Caba, Tito Valverde, Teresa Rabal, Rossy de Palma, Marisa Paredes", - "country": "Spain", - "date_added": "May 3, 2019", - "release_year": 2019, - "rating": "TV-MA", - "duration": "79 min", - "listed_in": "Comedies, International Movies, Romantic Movies", - "description": "After their mother's death, four sisters learn a shocking family secret and embark on an adventure to discover the truth about their genealogy.", - "type": "Movie" - }, - { - "show_id": 81028570, - "title": "Extremely Wicked, Shockingly Evil and Vile", - "director": "Joe Berlinger", - "cast": "Zac Efron, Lily Collins, Kaya Scodelario, Jeffrey Donovan, Angela Sarafyan, Jim Parsons, John Malkovich, Haley Joel Osment, Dylan Baker, Brian Geraghty", - "country": "United States", - "date_added": "May 3, 2019", - "release_year": 2019, - "rating": "R", - "duration": "110 min", - "listed_in": "Dramas, Independent Movies", - "description": "Single mother Liz falls for Ted Bundy and refuses to believe the truth about his crimes for years. A drama based on a true story.", - "type": "Movie" - }, - { - "show_id": 80207066, - "title": "Flinch", - "director": "", - "cast": "Desiree Burch, Lloyd Griffith, Seann Walsh", - "country": "United Kingdom", - "date_added": "May 3, 2019", - "release_year": 2019, - "rating": "TV-PG", - "duration": "1 Season", - "listed_in": "Reality TV", - "description": "Harrowing and hilarious tests await the brave and foolhardy, as well as the judges, in this comedy game show. If they flinch, they feel the pain.", - "type": "TV Show" - }, - { - "show_id": 81035867, - "title": "It's Fine", - "director": "Ismail Farouk", - "cast": "Saad El Soghayar, Amar, Mohamed Ramadan, Kareem Mahmoud Abdel Aziz, Ayten Amer, Aminaa Alfakharani, Genna Amr, Lotfy Labib, Mahmoud Ellithy", - "country": "", - "date_added": "May 3, 2019", - "release_year": 2012, - "rating": "TV-14", - "duration": "101 min", - "listed_in": "Comedies, International Movies, Music & Musicals", - "description": "When a beautiful belly-dancer moves into their apartment building, a group of unhappily married men strives to get her attention.", - "type": "Movie" - }, - { - "show_id": 80244640, - "title": "Jo Pil-ho: The Dawning Rage", - "director": "Lee Jeong-beom", - "cast": "Lee Sun-kyun, Jeon So-nee, Park Hae-joon, Song Young-chang, Park Byung-eun, Lim Hyung-kuk, Kim Min-jae, Kwon Han-sol, Nam Mun-cheol, Lim Cheol-su", - "country": "South Korea", - "date_added": "May 3, 2019", - "release_year": 2018, - "rating": "TV-MA", - "duration": "128 min", - "listed_in": "Dramas, International Movies, Thrillers", - "description": "On the run from a dogged internal affairs agent, a corrupt cop reluctantly teams up with a defiant teen to unravel a conspiracy – before it's too late.", - "type": "Movie" - }, - { - "show_id": 70143825, - "title": "Supernatural", - "director": "Phil Sgriccia", - "cast": "Jared Padalecki, Jensen Ackles, Mark Sheppard, Misha Collins, Jim Beaver, Andrea Menard, Samantha Smith, Mark Pellegrino, Alexander Calvert", - "country": "United States", - "date_added": "", - "release_year": 2019, - "rating": "TV-14", - "duration": "14 Seasons", - "listed_in": "Classic & Cult TV, TV Action & Adventure, TV Horror", - "description": "Siblings Dean and Sam crisscross the country, investigating paranormal activity and picking fights with demons, ghosts and monsters.", - "type": "TV Show" - }, - { - "show_id": 80999729, - "title": "The Last Summer", - "director": "William Bindley", - "cast": "K.J. Apa, Maia Mitchell, Tyler Posey, Jacob Latimore, Halston Sage, Wolfgang Novogratz, Sosie Bacon, Jacob McCarthy, Mario Revolori, Gage Golightly, Audrey Grace Marshall", - "country": "United States", - "date_added": "May 3, 2019", - "release_year": 2019, - "rating": "TV-14", - "duration": "110 min", - "listed_in": "Comedies, Romantic Movies", - "description": "Teens from a Chicago high school grapple with their dreams, relationships and identities in a transformative summer before they leave for college.", - "type": "Movie" - }, - { - "show_id": 80198137, - "title": "Tuca & Bertie", - "director": "", - "cast": "Tiffany Haddish, Ali Wong, Steven Yeun, Nicole Byer, Richard E. Grant, Reggie Watts", - "country": "United States", - "date_added": "May 3, 2019", - "release_year": 2019, - "rating": "TV-MA", - "duration": "1 Season", - "listed_in": "TV Comedies", - "description": "Free-spirited toucan Tuca and self-doubting song thrush Bertie are best friends – and birds – who guide each other through life's ups and downs.", - "type": "TV Show" - }, - { - "show_id": 80225312, - "title": "Undercover", - "director": "", - "cast": "Tom Waes, Anna Drijver, Frank Lammers, Elise Schaap, Raymond Thiry, Kris Cuppens, Kevin Janssens, Huub Smit", - "country": "Belgium, Netherlands", - "date_added": "May 3, 2019", - "release_year": 2019, - "rating": "TV-MA", - "duration": "1 Season", - "listed_in": "Crime TV Shows, International TV Shows, TV Dramas", - "description": "Undercover agents infiltrate a drug kingpin's operation by posing as a couple at the campground where he spends his weekends. Inspired by real events.", - "type": "TV Show" - } -] diff --git a/data/top-music.json b/data/top-music.json deleted file mode 100644 index d9e87fbec..000000000 --- a/data/top-music.json +++ /dev/null @@ -1,802 +0,0 @@ -[ - { - "id": 1, - "trackName": "Señorita", - "artistName": "Shawn Mendes", - "genre": "canadian pop", - "bpm": 117, - "energy": 55, - "danceability": 76, - "loudness": -6, - "liveness": 8, - "valence": 75, - "length": 191, - "acousticness": 4, - "speechiness": 3, - "popularity": 79 - }, - { - "id": 2, - "trackName": "China", - "artistName": "Anuel AA", - "genre": "reggaeton flow", - "bpm": 105, - "energy": 81, - "danceability": 79, - "loudness": -4, - "liveness": 8, - "valence": 61, - "length": 302, - "acousticness": 8, - "speechiness": 9, - "popularity": 92 - }, - { - "id": 3, - "trackName": "boyfriend (with Social House)", - "artistName": "Ariana Grande", - "genre": "dance pop", - "bpm": 190, - "energy": 80, - "danceability": 40, - "loudness": -4, - "liveness": 16, - "valence": 70, - "length": 186, - "acousticness": 12, - "speechiness": 46, - "popularity": 85 - }, - { - "id": 4, - "trackName": "Beautiful People (feat. Khalid)", - "artistName": "Ed Sheeran", - "genre": "pop", - "bpm": 93, - "energy": 65, - "danceability": 64, - "loudness": -8, - "liveness": 8, - "valence": 55, - "length": 198, - "acousticness": 12, - "speechiness": 19, - "popularity": 86 - }, - { - "id": 5, - "trackName": "Goodbyes (Feat. Young Thug)", - "artistName": "Post Malone", - "genre": "dfw rap", - "bpm": 150, - "energy": 65, - "danceability": 58, - "loudness": -4, - "liveness": 11, - "valence": 18, - "length": 175, - "acousticness": 45, - "speechiness": 7, - "popularity": 94 - }, - { - "id": 6, - "trackName": "I Don't Care (with Justin Bieber)", - "artistName": "Ed Sheeran", - "genre": "pop", - "bpm": 102, - "energy": 68, - "danceability": 80, - "loudness": -5, - "liveness": 9, - "valence": 84, - "length": 220, - "acousticness": 9, - "speechiness": 4, - "popularity": 84 - }, - { - "id": 7, - "trackName": "Ransom", - "artistName": "Lil Tecca", - "genre": "trap music", - "bpm": 180, - "energy": 64, - "danceability": 75, - "loudness": -6, - "liveness": 7, - "valence": 23, - "length": 131, - "acousticness": 2, - "speechiness": 29, - "popularity": 92 - }, - { - "id": 8, - "trackName": "How Do You Sleep?", - "artistName": "Sam Smith", - "genre": "pop", - "bpm": 111, - "energy": 68, - "danceability": 48, - "loudness": -5, - "liveness": 8, - "valence": 35, - "length": 202, - "acousticness": 15, - "speechiness": 9, - "popularity": 90 - }, - { - "id": 9, - "trackName": "Old Town Road - Remix", - "artistName": "Lil Nas X", - "genre": "country rap", - "bpm": 136, - "energy": 62, - "danceability": 88, - "loudness": -6, - "liveness": 11, - "valence": 64, - "length": 157, - "acousticness": 5, - "speechiness": 10, - "popularity": 87 - }, - { - "id": 10, - "trackName": "bad guy", - "artistName": "Billie Eilish", - "genre": "electropop", - "bpm": 135, - "energy": 43, - "danceability": 70, - "loudness": -11, - "liveness": 10, - "valence": 56, - "length": 194, - "acousticness": 33, - "speechiness": 38, - "popularity": 95 - }, - { - "id": 11, - "trackName": "Callaita", - "artistName": "Bad Bunny", - "genre": "reggaeton", - "bpm": 176, - "energy": 62, - "danceability": 61, - "loudness": -5, - "liveness": 24, - "valence": 24, - "length": 251, - "acousticness": 60, - "speechiness": 31, - "popularity": 93 - }, - { - "id": 12, - "trackName": "Loco Contigo (feat. J. Balvin & Tyga)", - "artistName": "DJ Snake", - "genre": "dance pop", - "bpm": 96, - "energy": 71, - "danceability": 82, - "loudness": -4, - "liveness": 15, - "valence": 38, - "length": 185, - "acousticness": 28, - "speechiness": 7, - "popularity": 86 - }, - { - "id": 13, - "trackName": "Someone You Loved", - "artistName": "Lewis Capaldi", - "genre": "pop", - "bpm": 110, - "energy": 41, - "danceability": 50, - "loudness": -6, - "liveness": 11, - "valence": 45, - "length": 182, - "acousticness": 75, - "speechiness": 3, - "popularity": 88 - }, - { - "id": 14, - "trackName": "Otro Trago - Remix", - "artistName": "Sech", - "genre": "panamanian pop", - "bpm": 176, - "energy": 79, - "danceability": 73, - "loudness": -2, - "liveness": 6, - "valence": 76, - "length": 288, - "acousticness": 7, - "speechiness": 20, - "popularity": 87 - }, - { - "id": 15, - "trackName": "Money In The Grave (Drake ft. Rick Ross)", - "artistName": "Drake", - "genre": "canadian hip hop", - "bpm": 101, - "energy": 50, - "danceability": 83, - "loudness": -4, - "liveness": 12, - "valence": 10, - "length": 205, - "acousticness": 10, - "speechiness": 5, - "popularity": 92 - }, - { - "id": 16, - "trackName": "No Guidance (feat. Drake)", - "artistName": "Chris Brown", - "genre": "dance pop", - "bpm": 93, - "energy": 45, - "danceability": 70, - "loudness": -7, - "liveness": 16, - "valence": 14, - "length": 261, - "acousticness": 12, - "speechiness": 15, - "popularity": 82 - }, - { - "id": 17, - "trackName": "LA CANCIÓN", - "artistName": "J Balvin", - "genre": "latin", - "bpm": 176, - "energy": 65, - "danceability": 75, - "loudness": -6, - "liveness": 11, - "valence": 43, - "length": 243, - "acousticness": 15, - "speechiness": 32, - "popularity": 90 - }, - { - "id": 18, - "trackName": "Sunflower - Spider-Man: Into the Spider-Verse", - "artistName": "Post Malone", - "genre": "dfw rap", - "bpm": 90, - "energy": 48, - "danceability": 76, - "loudness": -6, - "liveness": 7, - "valence": 91, - "length": 158, - "acousticness": 56, - "speechiness": 5, - "popularity": 91 - }, - { - "id": 19, - "trackName": "Lalala", - "artistName": "Y2K", - "genre": "canadian hip hop", - "bpm": 130, - "energy": 39, - "danceability": 84, - "loudness": -8, - "liveness": 14, - "valence": 50, - "length": 161, - "acousticness": 18, - "speechiness": 8, - "popularity": 88 - }, - { - "id": 20, - "trackName": "Truth Hurts", - "artistName": "Lizzo", - "genre": "escape room", - "bpm": 158, - "energy": 62, - "danceability": 72, - "loudness": -3, - "liveness": 12, - "valence": 41, - "length": 173, - "acousticness": 11, - "speechiness": 11, - "popularity": 91 - }, - { - "id": 21, - "trackName": "Piece Of Your Heart", - "artistName": "MEDUZA", - "genre": "pop house", - "bpm": 124, - "energy": 74, - "danceability": 68, - "loudness": -7, - "liveness": 7, - "valence": 63, - "length": 153, - "acousticness": 4, - "speechiness": 3, - "popularity": 91 - }, - { - "id": 22, - "trackName": "Panini", - "artistName": "Lil Nas X", - "genre": "country rap", - "bpm": 154, - "energy": 59, - "danceability": 70, - "loudness": -6, - "liveness": 12, - "valence": 48, - "length": 115, - "acousticness": 34, - "speechiness": 8, - "popularity": 91 - }, - { - "id": 23, - "trackName": "No Me Conoce - Remix", - "artistName": "Jhay Cortez", - "genre": "reggaeton flow", - "bpm": 92, - "energy": 79, - "danceability": 81, - "loudness": -4, - "liveness": 9, - "valence": 58, - "length": 309, - "acousticness": 14, - "speechiness": 7, - "popularity": 83 - }, - { - "id": 24, - "trackName": "Soltera - Remix", - "artistName": "Lunay", - "genre": "latin", - "bpm": 92, - "energy": 78, - "danceability": 80, - "loudness": -4, - "liveness": 44, - "valence": 80, - "length": 266, - "acousticness": 36, - "speechiness": 4, - "popularity": 91 - }, - { - "id": 25, - "trackName": "bad guy (with Justin Bieber)", - "artistName": "Billie Eilish", - "genre": "electropop", - "bpm": 135, - "energy": 45, - "danceability": 67, - "loudness": -11, - "liveness": 12, - "valence": 68, - "length": 195, - "acousticness": 25, - "speechiness": 30, - "popularity": 89 - }, - { - "id": 26, - "trackName": "If I Can't Have You", - "artistName": "Shawn Mendes", - "genre": "canadian pop", - "bpm": 124, - "energy": 82, - "danceability": 69, - "loudness": -4, - "liveness": 13, - "valence": 87, - "length": 191, - "acousticness": 49, - "speechiness": 6, - "popularity": 70 - }, - { - "id": 27, - "trackName": "Dance Monkey", - "artistName": "Tones and I", - "genre": "australian pop", - "bpm": 98, - "energy": 59, - "danceability": 82, - "loudness": -6, - "liveness": 18, - "valence": 54, - "length": 210, - "acousticness": 69, - "speechiness": 10, - "popularity": 83 - }, - { - "id": 28, - "trackName": "It's You", - "artistName": "Ali Gatie", - "genre": "canadian hip hop", - "bpm": 96, - "energy": 46, - "danceability": 73, - "loudness": -7, - "liveness": 19, - "valence": 40, - "length": 213, - "acousticness": 37, - "speechiness": 3, - "popularity": 89 - }, - { - "id": 29, - "trackName": "Con Calma", - "artistName": "Daddy Yankee", - "genre": "latin", - "bpm": 94, - "energy": 86, - "danceability": 74, - "loudness": -3, - "liveness": 6, - "valence": 66, - "length": 193, - "acousticness": 11, - "speechiness": 6, - "popularity": 91 - }, - { - "id": 30, - "trackName": "QUE PRETENDES", - "artistName": "J Balvin", - "genre": "latin", - "bpm": 93, - "energy": 79, - "danceability": 64, - "loudness": -4, - "liveness": 36, - "valence": 94, - "length": 222, - "acousticness": 3, - "speechiness": 25, - "popularity": 89 - }, - { - "id": 31, - "trackName": "Takeaway", - "artistName": "The Chainsmokers", - "genre": "edm", - "bpm": 85, - "energy": 51, - "danceability": 29, - "loudness": -8, - "liveness": 10, - "valence": 36, - "length": 210, - "acousticness": 12, - "speechiness": 4, - "popularity": 84 - }, - { - "id": 32, - "trackName": "7 rings", - "artistName": "Ariana Grande", - "genre": "dance pop", - "bpm": 140, - "energy": 32, - "danceability": 78, - "loudness": -11, - "liveness": 9, - "valence": 33, - "length": 179, - "acousticness": 59, - "speechiness": 33, - "popularity": 89 - }, - { - "id": 33, - "trackName": "0.9583333333", - "artistName": "Maluma", - "genre": "reggaeton", - "bpm": 96, - "energy": 71, - "danceability": 78, - "loudness": -5, - "liveness": 9, - "valence": 68, - "length": 176, - "acousticness": 22, - "speechiness": 28, - "popularity": 89 - }, - { - "id": 34, - "trackName": "The London (feat. J. Cole & Travis Scott)", - "artistName": "Young Thug", - "genre": "atl hip hop", - "bpm": 98, - "energy": 59, - "danceability": 80, - "loudness": -7, - "liveness": 13, - "valence": 18, - "length": 200, - "acousticness": 2, - "speechiness": 15, - "popularity": 89 - }, - { - "id": 35, - "trackName": "Never Really Over", - "artistName": "Katy Perry", - "genre": "dance pop", - "bpm": 100, - "energy": 88, - "danceability": 77, - "loudness": -5, - "liveness": 32, - "valence": 39, - "length": 224, - "acousticness": 19, - "speechiness": 6, - "popularity": 89 - }, - { - "id": 36, - "trackName": "Summer Days (feat. Macklemore & Patrick Stump of Fall Out Boy)", - "artistName": "Martin Garrix", - "genre": "big room", - "bpm": 114, - "energy": 72, - "danceability": 66, - "loudness": -7, - "liveness": 14, - "valence": 32, - "length": 164, - "acousticness": 18, - "speechiness": 6, - "popularity": 89 - }, - { - "id": 37, - "trackName": "Otro Trago", - "artistName": "Sech", - "genre": "panamanian pop", - "bpm": 176, - "energy": 70, - "danceability": 75, - "loudness": -5, - "liveness": 11, - "valence": 62, - "length": 226, - "acousticness": 14, - "speechiness": 34, - "popularity": 91 - }, - { - "id": 38, - "trackName": "Antisocial (with Travis Scott)", - "artistName": "Ed Sheeran", - "genre": "pop", - "bpm": 152, - "energy": 82, - "danceability": 72, - "loudness": -5, - "liveness": 36, - "valence": 91, - "length": 162, - "acousticness": 13, - "speechiness": 5, - "popularity": 87 - }, - { - "id": 39, - "trackName": "Sucker", - "artistName": "Jonas Brothers", - "genre": "boy band", - "bpm": 138, - "energy": 73, - "danceability": 84, - "loudness": -5, - "liveness": 11, - "valence": 95, - "length": 181, - "acousticness": 4, - "speechiness": 6, - "popularity": 80 - }, - { - "id": 40, - "trackName": "fuck, i'm lonely (with Anne-Marie) - from “13 Reasons Why: Season 3”", - "artistName": "Lauv", - "genre": "dance pop", - "bpm": 95, - "energy": 56, - "danceability": 81, - "loudness": -6, - "liveness": 6, - "valence": 68, - "length": 199, - "acousticness": 48, - "speechiness": 7, - "popularity": 78 - }, - { - "id": 41, - "trackName": "Higher Love", - "artistName": "Kygo", - "genre": "edm", - "bpm": 104, - "energy": 68, - "danceability": 69, - "loudness": -7, - "liveness": 10, - "valence": 40, - "length": 228, - "acousticness": 2, - "speechiness": 3, - "popularity": 88 - }, - { - "id": 42, - "trackName": "You Need To Calm Down", - "artistName": "Taylor Swift", - "genre": "dance pop", - "bpm": 85, - "energy": 68, - "danceability": 77, - "loudness": -6, - "liveness": 7, - "valence": 73, - "length": 171, - "acousticness": 1, - "speechiness": 5, - "popularity": 90 - }, - { - "id": 43, - "trackName": "Shallow", - "artistName": "Lady Gaga", - "genre": "dance pop", - "bpm": 96, - "energy": 39, - "danceability": 57, - "loudness": -6, - "liveness": 23, - "valence": 32, - "length": 216, - "acousticness": 37, - "speechiness": 3, - "popularity": 87 - }, - { - "id": 44, - "trackName": "Talk", - "artistName": "Khalid", - "genre": "pop", - "bpm": 136, - "energy": 40, - "danceability": 90, - "loudness": -9, - "liveness": 6, - "valence": 35, - "length": 198, - "acousticness": 5, - "speechiness": 13, - "popularity": 84 - }, - { - "id": 45, - "trackName": "Con Altura", - "artistName": "ROSALÍA", - "genre": "r&b en espanol", - "bpm": 98, - "energy": 69, - "danceability": 88, - "loudness": -4, - "liveness": 5, - "valence": 75, - "length": 162, - "acousticness": 39, - "speechiness": 12, - "popularity": 88 - }, - { - "id": 46, - "trackName": "One Thing Right", - "artistName": "Marshmello", - "genre": "brostep", - "bpm": 88, - "energy": 62, - "danceability": 66, - "loudness": -2, - "liveness": 58, - "valence": 44, - "length": 182, - "acousticness": 7, - "speechiness": 5, - "popularity": 88 - }, - { - "id": 47, - "trackName": "Te Robaré", - "artistName": "Nicky Jam", - "genre": "latin", - "bpm": 176, - "energy": 75, - "danceability": 67, - "loudness": -4, - "liveness": 8, - "valence": 80, - "length": 202, - "acousticness": 24, - "speechiness": 6, - "popularity": 88 - }, - { - "id": 48, - "trackName": "Happier", - "artistName": "Marshmello", - "genre": "brostep", - "bpm": 100, - "energy": 79, - "danceability": 69, - "loudness": -3, - "liveness": 17, - "valence": 67, - "length": 214, - "acousticness": 19, - "speechiness": 5, - "popularity": 88 - }, - { - "id": 49, - "trackName": "Call You Mine", - "artistName": "The Chainsmokers", - "genre": "edm", - "bpm": 104, - "energy": 70, - "danceability": 59, - "loudness": -6, - "liveness": 41, - "valence": 50, - "length": 218, - "acousticness": 23, - "speechiness": 3, - "popularity": 88 - }, - { - "id": 50, - "trackName": "Cross Me (feat. Chance the Rapper & PnB Rock)", - "artistName": "Ed Sheeran", - "genre": "pop", - "bpm": 95, - "energy": 79, - "danceability": 75, - "loudness": -6, - "liveness": 7, - "valence": 61, - "length": 206, - "acousticness": 21, - "speechiness": 12, - "popularity": 82 - } -] \ No newline at end of file diff --git a/models/Book.js b/models/Book.js new file mode 100644 index 000000000..b142b96d1 --- /dev/null +++ b/models/Book.js @@ -0,0 +1,52 @@ +import mongoose from "mongoose"; + +const bookSchema = new mongoose.Schema({ + bookID: { + type: Number, + required: true, + unique: true, + }, + title: { + type: String, + required: true, + trim: true, + }, + authors: { + type: String, + required: true, + trim: true, + }, + average_rating: { + type: Number, + min: 0, + max: 5, + }, + isbn: { + type: Number, + required: true, + unique: true, + }, + isbn13: { + type: Number, + required: true, + unique: true, + }, + language_code: { + type: String, + required: true, + }, + num_pages: { + type: Number, + required: true, + }, + ratings_count: { + type: Number, + default: 0, + }, + text_reviews_count: { + type: Number, + default: 0, + }, +}); + +export const Book = mongoose.model("Book", bookSchema); diff --git a/package-lock.json b/package-lock.json new file mode 100644 index 000000000..8c4bd9cef --- /dev/null +++ b/package-lock.json @@ -0,0 +1,2942 @@ +{ + "name": "project-mongo-api", + "version": "1.0.0", + "lockfileVersion": 3, + "requires": true, + "packages": { + "": { + "name": "project-mongo-api", + "version": "1.0.0", + "license": "ISC", + "dependencies": { + "body-parser": "^1.19.0", + "cors": "^2.8.5", + "dotenv": "^16.4.5", + "express": "^4.19.2", + "express-list-endpoints": "^7.1.0", + "mongoose": "^6.13.0" + }, + "devDependencies": { + "nodemon": "^2.0.7" + } + }, + "node_modules/@aws-crypto/sha256-browser": { + "version": "5.2.0", + "resolved": "https://registry.npmjs.org/@aws-crypto/sha256-browser/-/sha256-browser-5.2.0.tgz", + "integrity": "sha512-AXfN/lGotSQwu6HNcEsIASo7kWXZ5HYWvfOmSNKDsEqC4OashTp8alTmaz+F7TC2L083SFv5RdB+qU3Vs1kZqw==", + "license": "Apache-2.0", + "optional": true, + "dependencies": { + "@aws-crypto/sha256-js": "^5.2.0", + "@aws-crypto/supports-web-crypto": "^5.2.0", + "@aws-crypto/util": "^5.2.0", + "@aws-sdk/types": "^3.222.0", + "@aws-sdk/util-locate-window": "^3.0.0", + "@smithy/util-utf8": "^2.0.0", + "tslib": "^2.6.2" + } + }, + "node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/is-array-buffer": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/@smithy/is-array-buffer/-/is-array-buffer-2.2.0.tgz", + "integrity": "sha512-GGP3O9QFD24uGeAXYUjwSTXARoqpZykHadOmA8G5vfJPK0/DC67qa//0qvqrJzL1xc8WQWX7/yc7fwudjPHPhA==", + "license": "Apache-2.0", + "optional": true, + "dependencies": { + "tslib": "^2.6.2" + }, + "engines": { + "node": ">=14.0.0" + } + }, + "node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-buffer-from": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/@smithy/util-buffer-from/-/util-buffer-from-2.2.0.tgz", + "integrity": "sha512-IJdWBbTcMQ6DA0gdNhh/BwrLkDR+ADW5Kr1aZmd4k3DIF6ezMV4R2NIAmT08wQJ3yUK82thHWmC/TnK/wpMMIA==", + "license": "Apache-2.0", + "optional": true, + "dependencies": { + "@smithy/is-array-buffer": "^2.2.0", + "tslib": "^2.6.2" + }, + "engines": { + "node": ">=14.0.0" + } + }, + "node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8": { + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/@smithy/util-utf8/-/util-utf8-2.3.0.tgz", + "integrity": "sha512-R8Rdn8Hy72KKcebgLiv8jQcQkXoLMOGGv5uI1/k0l+snqkOzQ1R0ChUBCxWMlBsFMekWjq0wRudIweFs7sKT5A==", + "license": "Apache-2.0", + "optional": true, + "dependencies": { + "@smithy/util-buffer-from": "^2.2.0", + "tslib": "^2.6.2" + }, + "engines": { + "node": ">=14.0.0" + } + }, + "node_modules/@aws-crypto/sha256-js": { + "version": "5.2.0", + "resolved": "https://registry.npmjs.org/@aws-crypto/sha256-js/-/sha256-js-5.2.0.tgz", + "integrity": "sha512-FFQQyu7edu4ufvIZ+OadFpHHOt+eSTBaYaki44c+akjg7qZg9oOQeLlk77F6tSYqjDAFClrHJk9tMf0HdVyOvA==", + "license": "Apache-2.0", + "optional": true, + "dependencies": { + "@aws-crypto/util": "^5.2.0", + "@aws-sdk/types": "^3.222.0", + "tslib": "^2.6.2" + }, + "engines": { + "node": ">=16.0.0" + } + }, + "node_modules/@aws-crypto/supports-web-crypto": { + "version": "5.2.0", + "resolved": "https://registry.npmjs.org/@aws-crypto/supports-web-crypto/-/supports-web-crypto-5.2.0.tgz", + "integrity": "sha512-iAvUotm021kM33eCdNfwIN//F77/IADDSs58i+MDaOqFrVjZo9bAal0NK7HurRuWLLpF1iLX7gbWrjHjeo+YFg==", + "license": "Apache-2.0", + "optional": true, + "dependencies": { + "tslib": "^2.6.2" + } + }, + "node_modules/@aws-crypto/util": { + "version": "5.2.0", + "resolved": "https://registry.npmjs.org/@aws-crypto/util/-/util-5.2.0.tgz", + "integrity": "sha512-4RkU9EsI6ZpBve5fseQlGNUWKMa1RLPQ1dnjnQoe07ldfIzcsGb5hC5W0Dm7u423KWzawlrpbjXBrXCEv9zazQ==", + "license": "Apache-2.0", + "optional": true, + "dependencies": { + "@aws-sdk/types": "^3.222.0", + "@smithy/util-utf8": "^2.0.0", + "tslib": "^2.6.2" + } + }, + "node_modules/@aws-crypto/util/node_modules/@smithy/is-array-buffer": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/@smithy/is-array-buffer/-/is-array-buffer-2.2.0.tgz", + "integrity": "sha512-GGP3O9QFD24uGeAXYUjwSTXARoqpZykHadOmA8G5vfJPK0/DC67qa//0qvqrJzL1xc8WQWX7/yc7fwudjPHPhA==", + "license": "Apache-2.0", + "optional": true, + "dependencies": { + "tslib": "^2.6.2" + }, + "engines": { + "node": ">=14.0.0" + } + }, + "node_modules/@aws-crypto/util/node_modules/@smithy/util-buffer-from": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/@smithy/util-buffer-from/-/util-buffer-from-2.2.0.tgz", + "integrity": "sha512-IJdWBbTcMQ6DA0gdNhh/BwrLkDR+ADW5Kr1aZmd4k3DIF6ezMV4R2NIAmT08wQJ3yUK82thHWmC/TnK/wpMMIA==", + "license": "Apache-2.0", + "optional": true, + "dependencies": { + "@smithy/is-array-buffer": "^2.2.0", + "tslib": "^2.6.2" + }, + "engines": { + "node": ">=14.0.0" + } + }, + "node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8": { + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/@smithy/util-utf8/-/util-utf8-2.3.0.tgz", + "integrity": "sha512-R8Rdn8Hy72KKcebgLiv8jQcQkXoLMOGGv5uI1/k0l+snqkOzQ1R0ChUBCxWMlBsFMekWjq0wRudIweFs7sKT5A==", + "license": "Apache-2.0", + "optional": true, + "dependencies": { + "@smithy/util-buffer-from": "^2.2.0", + "tslib": "^2.6.2" + }, + "engines": { + "node": ">=14.0.0" + } + }, + "node_modules/@aws-sdk/client-cognito-identity": { + "version": "3.606.0", + "resolved": "https://registry.npmjs.org/@aws-sdk/client-cognito-identity/-/client-cognito-identity-3.606.0.tgz", + "integrity": "sha512-CJ3kovUg7HAn3trqo0WxVw3PJoaHxiGU1U+Ok8Vx/sL81+auyyiasT09M/NcchRqwAooKvUi44sVD0ih7Zi9Nw==", + "license": "Apache-2.0", + "optional": true, + "dependencies": { + "@aws-crypto/sha256-browser": "5.2.0", + "@aws-crypto/sha256-js": "5.2.0", + "@aws-sdk/client-sso-oidc": "3.606.0", + "@aws-sdk/client-sts": "3.606.0", + "@aws-sdk/core": "3.598.0", + "@aws-sdk/credential-provider-node": "3.600.0", + "@aws-sdk/middleware-host-header": "3.598.0", + "@aws-sdk/middleware-logger": "3.598.0", + "@aws-sdk/middleware-recursion-detection": "3.598.0", + "@aws-sdk/middleware-user-agent": "3.598.0", + "@aws-sdk/region-config-resolver": "3.598.0", + "@aws-sdk/types": "3.598.0", + "@aws-sdk/util-endpoints": "3.598.0", + "@aws-sdk/util-user-agent-browser": "3.598.0", + "@aws-sdk/util-user-agent-node": "3.598.0", + "@smithy/config-resolver": "^3.0.2", + "@smithy/core": "^2.2.1", + "@smithy/fetch-http-handler": "^3.0.2", + "@smithy/hash-node": "^3.0.1", + "@smithy/invalid-dependency": "^3.0.1", + "@smithy/middleware-content-length": "^3.0.1", + "@smithy/middleware-endpoint": "^3.0.2", + "@smithy/middleware-retry": "^3.0.4", + "@smithy/middleware-serde": "^3.0.1", + "@smithy/middleware-stack": "^3.0.1", + "@smithy/node-config-provider": "^3.1.1", + "@smithy/node-http-handler": "^3.0.1", + "@smithy/protocol-http": "^4.0.1", + "@smithy/smithy-client": "^3.1.2", + "@smithy/types": "^3.1.0", + "@smithy/url-parser": "^3.0.1", + "@smithy/util-base64": "^3.0.0", + "@smithy/util-body-length-browser": "^3.0.0", + "@smithy/util-body-length-node": "^3.0.0", + "@smithy/util-defaults-mode-browser": "^3.0.4", + "@smithy/util-defaults-mode-node": "^3.0.4", + "@smithy/util-endpoints": "^2.0.2", + "@smithy/util-middleware": "^3.0.1", + "@smithy/util-retry": "^3.0.1", + "@smithy/util-utf8": "^3.0.0", + "tslib": "^2.6.2" + }, + "engines": { + "node": ">=16.0.0" + } + }, + "node_modules/@aws-sdk/client-sso": { + "version": "3.598.0", + "resolved": "https://registry.npmjs.org/@aws-sdk/client-sso/-/client-sso-3.598.0.tgz", + "integrity": "sha512-nOI5lqPYa+YZlrrzwAJywJSw3MKVjvu6Ge2fCqQUNYMfxFB0NAaDFnl0EPjXi+sEbtCuz/uWE77poHbqiZ+7Iw==", + "license": "Apache-2.0", + "optional": true, + "dependencies": { + "@aws-crypto/sha256-browser": "5.2.0", + "@aws-crypto/sha256-js": "5.2.0", + "@aws-sdk/core": "3.598.0", + "@aws-sdk/middleware-host-header": "3.598.0", + "@aws-sdk/middleware-logger": "3.598.0", + "@aws-sdk/middleware-recursion-detection": "3.598.0", + "@aws-sdk/middleware-user-agent": "3.598.0", + "@aws-sdk/region-config-resolver": "3.598.0", + "@aws-sdk/types": "3.598.0", + "@aws-sdk/util-endpoints": "3.598.0", + "@aws-sdk/util-user-agent-browser": "3.598.0", + "@aws-sdk/util-user-agent-node": "3.598.0", + "@smithy/config-resolver": "^3.0.2", + "@smithy/core": "^2.2.1", + "@smithy/fetch-http-handler": "^3.0.2", + "@smithy/hash-node": "^3.0.1", + "@smithy/invalid-dependency": "^3.0.1", + "@smithy/middleware-content-length": "^3.0.1", + "@smithy/middleware-endpoint": "^3.0.2", + "@smithy/middleware-retry": "^3.0.4", + "@smithy/middleware-serde": "^3.0.1", + "@smithy/middleware-stack": "^3.0.1", + "@smithy/node-config-provider": "^3.1.1", + "@smithy/node-http-handler": "^3.0.1", + "@smithy/protocol-http": "^4.0.1", + "@smithy/smithy-client": "^3.1.2", + "@smithy/types": "^3.1.0", + "@smithy/url-parser": "^3.0.1", + "@smithy/util-base64": "^3.0.0", + "@smithy/util-body-length-browser": "^3.0.0", + "@smithy/util-body-length-node": "^3.0.0", + "@smithy/util-defaults-mode-browser": "^3.0.4", + "@smithy/util-defaults-mode-node": "^3.0.4", + "@smithy/util-endpoints": "^2.0.2", + "@smithy/util-middleware": "^3.0.1", + "@smithy/util-retry": "^3.0.1", + "@smithy/util-utf8": "^3.0.0", + "tslib": "^2.6.2" + }, + "engines": { + "node": ">=16.0.0" + } + }, + "node_modules/@aws-sdk/client-sso-oidc": { + "version": "3.606.0", + "resolved": "https://registry.npmjs.org/@aws-sdk/client-sso-oidc/-/client-sso-oidc-3.606.0.tgz", + "integrity": "sha512-gL1FHPS6hwgMNS/A+Qh5bUyHOeRVOqdb7c6+i+9gR3wtGvt2lvoSm8w5DhS08Xiiacz2AqYRDEapp0xuyCrbBQ==", + "license": "Apache-2.0", + "optional": true, + "dependencies": { + "@aws-crypto/sha256-browser": "5.2.0", + "@aws-crypto/sha256-js": "5.2.0", + "@aws-sdk/core": "3.598.0", + "@aws-sdk/credential-provider-node": "3.600.0", + "@aws-sdk/middleware-host-header": "3.598.0", + "@aws-sdk/middleware-logger": "3.598.0", + "@aws-sdk/middleware-recursion-detection": "3.598.0", + "@aws-sdk/middleware-user-agent": "3.598.0", + "@aws-sdk/region-config-resolver": "3.598.0", + "@aws-sdk/types": "3.598.0", + "@aws-sdk/util-endpoints": "3.598.0", + "@aws-sdk/util-user-agent-browser": "3.598.0", + "@aws-sdk/util-user-agent-node": "3.598.0", + "@smithy/config-resolver": "^3.0.2", + "@smithy/core": "^2.2.1", + "@smithy/fetch-http-handler": "^3.0.2", + "@smithy/hash-node": "^3.0.1", + "@smithy/invalid-dependency": "^3.0.1", + "@smithy/middleware-content-length": "^3.0.1", + "@smithy/middleware-endpoint": "^3.0.2", + "@smithy/middleware-retry": "^3.0.4", + "@smithy/middleware-serde": "^3.0.1", + "@smithy/middleware-stack": "^3.0.1", + "@smithy/node-config-provider": "^3.1.1", + "@smithy/node-http-handler": "^3.0.1", + "@smithy/protocol-http": "^4.0.1", + "@smithy/smithy-client": "^3.1.2", + "@smithy/types": "^3.1.0", + "@smithy/url-parser": "^3.0.1", + "@smithy/util-base64": "^3.0.0", + "@smithy/util-body-length-browser": "^3.0.0", + "@smithy/util-body-length-node": "^3.0.0", + "@smithy/util-defaults-mode-browser": "^3.0.4", + "@smithy/util-defaults-mode-node": "^3.0.4", + "@smithy/util-endpoints": "^2.0.2", + "@smithy/util-middleware": "^3.0.1", + "@smithy/util-retry": "^3.0.1", + "@smithy/util-utf8": "^3.0.0", + "tslib": "^2.6.2" + }, + "engines": { + "node": ">=16.0.0" + }, + "peerDependencies": { + "@aws-sdk/client-sts": "^3.606.0" + } + }, + "node_modules/@aws-sdk/client-sts": { + "version": "3.606.0", + "resolved": "https://registry.npmjs.org/@aws-sdk/client-sts/-/client-sts-3.606.0.tgz", + "integrity": "sha512-b11mAhjrkm3MMiAPoMGcmd6vsaz2120lg8rHG/NZCo9vB1K6Kc7WP+a1Q05TRMseer2egTtpWJfn44aVO97VqA==", + "license": "Apache-2.0", + "optional": true, + "dependencies": { + "@aws-crypto/sha256-browser": "5.2.0", + "@aws-crypto/sha256-js": "5.2.0", + "@aws-sdk/client-sso-oidc": "3.606.0", + "@aws-sdk/core": "3.598.0", + "@aws-sdk/credential-provider-node": "3.600.0", + "@aws-sdk/middleware-host-header": "3.598.0", + "@aws-sdk/middleware-logger": "3.598.0", + "@aws-sdk/middleware-recursion-detection": "3.598.0", + "@aws-sdk/middleware-user-agent": "3.598.0", + "@aws-sdk/region-config-resolver": "3.598.0", + "@aws-sdk/types": "3.598.0", + "@aws-sdk/util-endpoints": "3.598.0", + "@aws-sdk/util-user-agent-browser": "3.598.0", + "@aws-sdk/util-user-agent-node": "3.598.0", + "@smithy/config-resolver": "^3.0.2", + "@smithy/core": "^2.2.1", + "@smithy/fetch-http-handler": "^3.0.2", + "@smithy/hash-node": "^3.0.1", + "@smithy/invalid-dependency": "^3.0.1", + "@smithy/middleware-content-length": "^3.0.1", + "@smithy/middleware-endpoint": "^3.0.2", + "@smithy/middleware-retry": "^3.0.4", + "@smithy/middleware-serde": "^3.0.1", + "@smithy/middleware-stack": "^3.0.1", + "@smithy/node-config-provider": "^3.1.1", + "@smithy/node-http-handler": "^3.0.1", + "@smithy/protocol-http": "^4.0.1", + "@smithy/smithy-client": "^3.1.2", + "@smithy/types": "^3.1.0", + "@smithy/url-parser": "^3.0.1", + "@smithy/util-base64": "^3.0.0", + "@smithy/util-body-length-browser": "^3.0.0", + "@smithy/util-body-length-node": "^3.0.0", + "@smithy/util-defaults-mode-browser": "^3.0.4", + "@smithy/util-defaults-mode-node": "^3.0.4", + "@smithy/util-endpoints": "^2.0.2", + "@smithy/util-middleware": "^3.0.1", + "@smithy/util-retry": "^3.0.1", + "@smithy/util-utf8": "^3.0.0", + "tslib": "^2.6.2" + }, + "engines": { + "node": ">=16.0.0" + } + }, + "node_modules/@aws-sdk/core": { + "version": "3.598.0", + "resolved": "https://registry.npmjs.org/@aws-sdk/core/-/core-3.598.0.tgz", + "integrity": "sha512-HaSjt7puO5Cc7cOlrXFCW0rtA0BM9lvzjl56x0A20Pt+0wxXGeTOZZOkXQIepbrFkV2e/HYukuT9e99vXDm59g==", + "license": "Apache-2.0", + "optional": true, + "dependencies": { + "@smithy/core": "^2.2.1", + "@smithy/protocol-http": "^4.0.1", + "@smithy/signature-v4": "^3.1.0", + "@smithy/smithy-client": "^3.1.2", + "@smithy/types": "^3.1.0", + "fast-xml-parser": "4.2.5", + "tslib": "^2.6.2" + }, + "engines": { + "node": ">=16.0.0" + } + }, + "node_modules/@aws-sdk/credential-provider-cognito-identity": { + "version": "3.606.0", + "resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-cognito-identity/-/credential-provider-cognito-identity-3.606.0.tgz", + "integrity": "sha512-4wGvXilFLkozs4/dMnn9NvxZbL9oyyReoF9aR3kGUZ0QVO8cCBp/Zkr8IXZifhVBo9/esJdMFnR9lEXR7Yuleg==", + "license": "Apache-2.0", + "optional": true, + "dependencies": { + "@aws-sdk/client-cognito-identity": "3.606.0", + "@aws-sdk/types": "3.598.0", + "@smithy/property-provider": "^3.1.1", + "@smithy/types": "^3.1.0", + "tslib": "^2.6.2" + }, + "engines": { + "node": ">=16.0.0" + } + }, + "node_modules/@aws-sdk/credential-provider-env": { + "version": "3.598.0", + "resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-env/-/credential-provider-env-3.598.0.tgz", + "integrity": "sha512-vi1khgn7yXzLCcgSIzQrrtd2ilUM0dWodxj3PQ6BLfP0O+q1imO3hG1nq7DVyJtq7rFHs6+9N8G4mYvTkxby2w==", + "license": "Apache-2.0", + "optional": true, + "dependencies": { + "@aws-sdk/types": "3.598.0", + "@smithy/property-provider": "^3.1.1", + "@smithy/types": "^3.1.0", + "tslib": "^2.6.2" + }, + "engines": { + "node": ">=16.0.0" + } + }, + "node_modules/@aws-sdk/credential-provider-http": { + "version": "3.598.0", + "resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-http/-/credential-provider-http-3.598.0.tgz", + "integrity": "sha512-N7cIafi4HVlQvEgvZSo1G4T9qb/JMLGMdBsDCT5XkeJrF0aptQWzTFH0jIdZcLrMYvzPcuEyO3yCBe6cy/ba0g==", + "license": "Apache-2.0", + "optional": true, + "dependencies": { + "@aws-sdk/types": "3.598.0", + "@smithy/fetch-http-handler": "^3.0.2", + "@smithy/node-http-handler": "^3.0.1", + "@smithy/property-provider": "^3.1.1", + "@smithy/protocol-http": "^4.0.1", + "@smithy/smithy-client": "^3.1.2", + "@smithy/types": "^3.1.0", + "@smithy/util-stream": "^3.0.2", + "tslib": "^2.6.2" + }, + "engines": { + "node": ">=16.0.0" + } + }, + "node_modules/@aws-sdk/credential-provider-ini": { + "version": "3.598.0", + "resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-ini/-/credential-provider-ini-3.598.0.tgz", + "integrity": "sha512-/ppcIVUbRwDIwJDoYfp90X3+AuJo2mvE52Y1t2VSrvUovYn6N4v95/vXj6LS8CNDhz2jvEJYmu+0cTMHdhI6eA==", + "license": "Apache-2.0", + "optional": true, + "dependencies": { + "@aws-sdk/credential-provider-env": "3.598.0", + "@aws-sdk/credential-provider-http": "3.598.0", + "@aws-sdk/credential-provider-process": "3.598.0", + "@aws-sdk/credential-provider-sso": "3.598.0", + "@aws-sdk/credential-provider-web-identity": "3.598.0", + "@aws-sdk/types": "3.598.0", + "@smithy/credential-provider-imds": "^3.1.1", + "@smithy/property-provider": "^3.1.1", + "@smithy/shared-ini-file-loader": "^3.1.1", + "@smithy/types": "^3.1.0", + "tslib": "^2.6.2" + }, + "engines": { + "node": ">=16.0.0" + }, + "peerDependencies": { + "@aws-sdk/client-sts": "^3.598.0" + } + }, + "node_modules/@aws-sdk/credential-provider-node": { + "version": "3.600.0", + "resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-node/-/credential-provider-node-3.600.0.tgz", + "integrity": "sha512-1pC7MPMYD45J7yFjA90SxpR0yaSvy+yZiq23aXhAPZLYgJBAxHLu0s0mDCk/piWGPh8+UGur5K0bVdx4B1D5hw==", + "license": "Apache-2.0", + "optional": true, + "dependencies": { + "@aws-sdk/credential-provider-env": "3.598.0", + "@aws-sdk/credential-provider-http": "3.598.0", + "@aws-sdk/credential-provider-ini": "3.598.0", + "@aws-sdk/credential-provider-process": "3.598.0", + "@aws-sdk/credential-provider-sso": "3.598.0", + "@aws-sdk/credential-provider-web-identity": "3.598.0", + "@aws-sdk/types": "3.598.0", + "@smithy/credential-provider-imds": "^3.1.1", + "@smithy/property-provider": "^3.1.1", + "@smithy/shared-ini-file-loader": "^3.1.1", + "@smithy/types": "^3.1.0", + "tslib": "^2.6.2" + }, + "engines": { + "node": ">=16.0.0" + } + }, + "node_modules/@aws-sdk/credential-provider-process": { + "version": "3.598.0", + "resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-process/-/credential-provider-process-3.598.0.tgz", + "integrity": "sha512-rM707XbLW8huMk722AgjVyxu2tMZee++fNA8TJVNgs1Ma02Wx6bBrfIvlyK0rCcIRb0WdQYP6fe3Xhiu4e8IBA==", + "license": "Apache-2.0", + "optional": true, + "dependencies": { + "@aws-sdk/types": "3.598.0", + "@smithy/property-provider": "^3.1.1", + "@smithy/shared-ini-file-loader": "^3.1.1", + "@smithy/types": "^3.1.0", + "tslib": "^2.6.2" + }, + "engines": { + "node": ">=16.0.0" + } + }, + "node_modules/@aws-sdk/credential-provider-sso": { + "version": "3.598.0", + "resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-sso/-/credential-provider-sso-3.598.0.tgz", + "integrity": "sha512-5InwUmrAuqQdOOgxTccRayMMkSmekdLk6s+az9tmikq0QFAHUCtofI+/fllMXSR9iL6JbGYi1940+EUmS4pHJA==", + "license": "Apache-2.0", + "optional": true, + "dependencies": { + "@aws-sdk/client-sso": "3.598.0", + "@aws-sdk/token-providers": "3.598.0", + "@aws-sdk/types": "3.598.0", + "@smithy/property-provider": "^3.1.1", + "@smithy/shared-ini-file-loader": "^3.1.1", + "@smithy/types": "^3.1.0", + "tslib": "^2.6.2" + }, + "engines": { + "node": ">=16.0.0" + } + }, + "node_modules/@aws-sdk/credential-provider-web-identity": { + "version": "3.598.0", + "resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-web-identity/-/credential-provider-web-identity-3.598.0.tgz", + "integrity": "sha512-GV5GdiMbz5Tz9JO4NJtRoFXjW0GPEujA0j+5J/B723rTN+REHthJu48HdBKouHGhdzkDWkkh1bu52V02Wprw8w==", + "license": "Apache-2.0", + "optional": true, + "dependencies": { + "@aws-sdk/types": "3.598.0", + "@smithy/property-provider": "^3.1.1", + "@smithy/types": "^3.1.0", + "tslib": "^2.6.2" + }, + "engines": { + "node": ">=16.0.0" + }, + "peerDependencies": { + "@aws-sdk/client-sts": "^3.598.0" + } + }, + "node_modules/@aws-sdk/credential-providers": { + "version": "3.606.0", + "resolved": "https://registry.npmjs.org/@aws-sdk/credential-providers/-/credential-providers-3.606.0.tgz", + "integrity": "sha512-34hswGNDWBFvp4Hi4Gv9DIJ4Ks0Nbg8w3emFsPVHLqqI6X2Wd0hJTf+mi1kMhy/AQXt5LisKLw6wjNIKD2+KGg==", + "license": "Apache-2.0", + "optional": true, + "dependencies": { + "@aws-sdk/client-cognito-identity": "3.606.0", + "@aws-sdk/client-sso": "3.598.0", + "@aws-sdk/client-sts": "3.606.0", + "@aws-sdk/credential-provider-cognito-identity": "3.606.0", + "@aws-sdk/credential-provider-env": "3.598.0", + "@aws-sdk/credential-provider-http": "3.598.0", + "@aws-sdk/credential-provider-ini": "3.598.0", + "@aws-sdk/credential-provider-node": "3.600.0", + "@aws-sdk/credential-provider-process": "3.598.0", + "@aws-sdk/credential-provider-sso": "3.598.0", + "@aws-sdk/credential-provider-web-identity": "3.598.0", + "@aws-sdk/types": "3.598.0", + "@smithy/credential-provider-imds": "^3.1.1", + "@smithy/property-provider": "^3.1.1", + "@smithy/types": "^3.1.0", + "tslib": "^2.6.2" + }, + "engines": { + "node": ">=16.0.0" + } + }, + "node_modules/@aws-sdk/middleware-host-header": { + "version": "3.598.0", + "resolved": "https://registry.npmjs.org/@aws-sdk/middleware-host-header/-/middleware-host-header-3.598.0.tgz", + "integrity": "sha512-WiaG059YBQwQraNejLIi0gMNkX7dfPZ8hDIhvMr5aVPRbaHH8AYF3iNSsXYCHvA2Cfa1O9haYXsuMF9flXnCmA==", + "license": "Apache-2.0", + "optional": true, + "dependencies": { + "@aws-sdk/types": "3.598.0", + "@smithy/protocol-http": "^4.0.1", + "@smithy/types": "^3.1.0", + "tslib": "^2.6.2" + }, + "engines": { + "node": ">=16.0.0" + } + }, + "node_modules/@aws-sdk/middleware-logger": { + "version": "3.598.0", + "resolved": "https://registry.npmjs.org/@aws-sdk/middleware-logger/-/middleware-logger-3.598.0.tgz", + "integrity": "sha512-bxBjf/VYiu3zfu8SYM2S9dQQc3tz5uBAOcPz/Bt8DyyK3GgOpjhschH/2XuUErsoUO1gDJqZSdGOmuHGZQn00Q==", + "license": "Apache-2.0", + "optional": true, + "dependencies": { + "@aws-sdk/types": "3.598.0", + "@smithy/types": "^3.1.0", + "tslib": "^2.6.2" + }, + "engines": { + "node": ">=16.0.0" + } + }, + "node_modules/@aws-sdk/middleware-recursion-detection": { + "version": "3.598.0", + "resolved": "https://registry.npmjs.org/@aws-sdk/middleware-recursion-detection/-/middleware-recursion-detection-3.598.0.tgz", + "integrity": "sha512-vjT9BeFY9FeN0f8hm2l6F53tI0N5bUq6RcDkQXKNabXBnQxKptJRad6oP2X5y3FoVfBLOuDkQgiC2940GIPxtQ==", + "license": "Apache-2.0", + "optional": true, + "dependencies": { + "@aws-sdk/types": "3.598.0", + "@smithy/protocol-http": "^4.0.1", + "@smithy/types": "^3.1.0", + "tslib": "^2.6.2" + }, + "engines": { + "node": ">=16.0.0" + } + }, + "node_modules/@aws-sdk/middleware-user-agent": { + "version": "3.598.0", + "resolved": "https://registry.npmjs.org/@aws-sdk/middleware-user-agent/-/middleware-user-agent-3.598.0.tgz", + "integrity": "sha512-4tjESlHG5B5MdjUaLK7tQs/miUtHbb6deauQx8ryqSBYOhfHVgb1ZnzvQR0bTrhpqUg0WlybSkDaZAICf9xctg==", + "license": "Apache-2.0", + "optional": true, + "dependencies": { + "@aws-sdk/types": "3.598.0", + "@aws-sdk/util-endpoints": "3.598.0", + "@smithy/protocol-http": "^4.0.1", + "@smithy/types": "^3.1.0", + "tslib": "^2.6.2" + }, + "engines": { + "node": ">=16.0.0" + } + }, + "node_modules/@aws-sdk/region-config-resolver": { + "version": "3.598.0", + "resolved": "https://registry.npmjs.org/@aws-sdk/region-config-resolver/-/region-config-resolver-3.598.0.tgz", + "integrity": "sha512-oYXhmTokSav4ytmWleCr3rs/1nyvZW/S0tdi6X7u+dLNL5Jee+uMxWGzgOrWK6wrQOzucLVjS4E/wA11Kv2GTw==", + "license": "Apache-2.0", + "optional": true, + "dependencies": { + "@aws-sdk/types": "3.598.0", + "@smithy/node-config-provider": "^3.1.1", + "@smithy/types": "^3.1.0", + "@smithy/util-config-provider": "^3.0.0", + "@smithy/util-middleware": "^3.0.1", + "tslib": "^2.6.2" + }, + "engines": { + "node": ">=16.0.0" + } + }, + "node_modules/@aws-sdk/token-providers": { + "version": "3.598.0", + "resolved": "https://registry.npmjs.org/@aws-sdk/token-providers/-/token-providers-3.598.0.tgz", + "integrity": "sha512-TKY1EVdHVBnZqpyxyTHdpZpa1tUpb6nxVeRNn1zWG8QB5MvH4ALLd/jR+gtmWDNQbIG4cVuBOZFVL8hIYicKTA==", + "license": "Apache-2.0", + "optional": true, + "dependencies": { + "@aws-sdk/types": "3.598.0", + "@smithy/property-provider": "^3.1.1", + "@smithy/shared-ini-file-loader": "^3.1.1", + "@smithy/types": "^3.1.0", + "tslib": "^2.6.2" + }, + "engines": { + "node": ">=16.0.0" + }, + "peerDependencies": { + "@aws-sdk/client-sso-oidc": "^3.598.0" + } + }, + "node_modules/@aws-sdk/types": { + "version": "3.598.0", + "resolved": "https://registry.npmjs.org/@aws-sdk/types/-/types-3.598.0.tgz", + "integrity": "sha512-742uRl6z7u0LFmZwDrFP6r1wlZcgVPw+/TilluDJmCAR8BgRw3IR+743kUXKBGd8QZDRW2n6v/PYsi/AWCDDMQ==", + "license": "Apache-2.0", + "optional": true, + "dependencies": { + "@smithy/types": "^3.1.0", + "tslib": "^2.6.2" + }, + "engines": { + "node": ">=16.0.0" + } + }, + "node_modules/@aws-sdk/util-endpoints": { + "version": "3.598.0", + "resolved": "https://registry.npmjs.org/@aws-sdk/util-endpoints/-/util-endpoints-3.598.0.tgz", + "integrity": "sha512-Qo9UoiVVZxcOEdiOMZg3xb1mzkTxrhd4qSlg5QQrfWPJVx/QOg+Iy0NtGxPtHtVZNHZxohYwDwV/tfsnDSE2gQ==", + "license": "Apache-2.0", + "optional": true, + "dependencies": { + "@aws-sdk/types": "3.598.0", + "@smithy/types": "^3.1.0", + "@smithy/util-endpoints": "^2.0.2", + "tslib": "^2.6.2" + }, + "engines": { + "node": ">=16.0.0" + } + }, + "node_modules/@aws-sdk/util-locate-window": { + "version": "3.568.0", + "resolved": "https://registry.npmjs.org/@aws-sdk/util-locate-window/-/util-locate-window-3.568.0.tgz", + "integrity": "sha512-3nh4TINkXYr+H41QaPelCceEB2FXP3fxp93YZXB/kqJvX0U9j0N0Uk45gvsjmEPzG8XxkPEeLIfT2I1M7A6Lig==", + "license": "Apache-2.0", + "optional": true, + "dependencies": { + "tslib": "^2.6.2" + }, + "engines": { + "node": ">=16.0.0" + } + }, + "node_modules/@aws-sdk/util-user-agent-browser": { + "version": "3.598.0", + "resolved": "https://registry.npmjs.org/@aws-sdk/util-user-agent-browser/-/util-user-agent-browser-3.598.0.tgz", + "integrity": "sha512-36Sxo6F+ykElaL1mWzWjlg+1epMpSe8obwhCN1yGE7Js9ywy5U6k6l+A3q3YM9YRbm740sNxncbwLklMvuhTKw==", + "license": "Apache-2.0", + "optional": true, + "dependencies": { + "@aws-sdk/types": "3.598.0", + "@smithy/types": "^3.1.0", + "bowser": "^2.11.0", + "tslib": "^2.6.2" + } + }, + "node_modules/@aws-sdk/util-user-agent-node": { + "version": "3.598.0", + "resolved": "https://registry.npmjs.org/@aws-sdk/util-user-agent-node/-/util-user-agent-node-3.598.0.tgz", + "integrity": "sha512-oyWGcOlfTdzkC6SVplyr0AGh54IMrDxbhg5RxJ5P+V4BKfcDoDcZV9xenUk9NsOi9MuUjxMumb9UJGkDhM1m0A==", + "license": "Apache-2.0", + "optional": true, + "dependencies": { + "@aws-sdk/types": "3.598.0", + "@smithy/node-config-provider": "^3.1.1", + "@smithy/types": "^3.1.0", + "tslib": "^2.6.2" + }, + "engines": { + "node": ">=16.0.0" + }, + "peerDependencies": { + "aws-crt": ">=1.0.0" + }, + "peerDependenciesMeta": { + "aws-crt": { + "optional": true + } + } + }, + "node_modules/@mongodb-js/saslprep": { + "version": "1.1.7", + "resolved": "https://registry.npmjs.org/@mongodb-js/saslprep/-/saslprep-1.1.7.tgz", + "integrity": "sha512-dCHW/oEX0KJ4NjDULBo3JiOaK5+6axtpBbS+ao2ZInoAL9/YRQLhXzSNAFz7hP4nzLkIqsfYAK/PDE3+XHny0Q==", + "license": "MIT", + "optional": true, + "dependencies": { + "sparse-bitfield": "^3.0.3" + } + }, + "node_modules/@smithy/abort-controller": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/@smithy/abort-controller/-/abort-controller-3.1.1.tgz", + "integrity": "sha512-MBJBiidoe+0cTFhyxT8g+9g7CeVccLM0IOKKUMCNQ1CNMJ/eIfoo0RTfVrXOONEI1UCN1W+zkiHSbzUNE9dZtQ==", + "license": "Apache-2.0", + "optional": true, + "dependencies": { + "@smithy/types": "^3.3.0", + "tslib": "^2.6.2" + }, + "engines": { + "node": ">=16.0.0" + } + }, + "node_modules/@smithy/config-resolver": { + "version": "3.0.4", + "resolved": "https://registry.npmjs.org/@smithy/config-resolver/-/config-resolver-3.0.4.tgz", + "integrity": "sha512-VwiOk7TwXoE7NlNguV/aPq1hFH72tqkHCw8eWXbr2xHspRyyv9DLpLXhq+Ieje+NwoqXrY0xyQjPXdOE6cGcHA==", + "license": "Apache-2.0", + "optional": true, + "dependencies": { + "@smithy/node-config-provider": "^3.1.3", + "@smithy/types": "^3.3.0", + "@smithy/util-config-provider": "^3.0.0", + "@smithy/util-middleware": "^3.0.3", + "tslib": "^2.6.2" + }, + "engines": { + "node": ">=16.0.0" + } + }, + "node_modules/@smithy/core": { + "version": "2.2.4", + "resolved": "https://registry.npmjs.org/@smithy/core/-/core-2.2.4.tgz", + "integrity": "sha512-qdY3LpMOUyLM/gfjjMQZui+UTNS7kBRDWlvyIhVOql5dn2J3isk9qUTBtQ1CbDH8MTugHis1zu3h4rH+Qmmh4g==", + "license": "Apache-2.0", + "optional": true, + "dependencies": { + "@smithy/middleware-endpoint": "^3.0.4", + "@smithy/middleware-retry": "^3.0.7", + "@smithy/middleware-serde": "^3.0.3", + "@smithy/protocol-http": "^4.0.3", + "@smithy/smithy-client": "^3.1.5", + "@smithy/types": "^3.3.0", + "@smithy/util-middleware": "^3.0.3", + "tslib": "^2.6.2" + }, + "engines": { + "node": ">=16.0.0" + } + }, + "node_modules/@smithy/credential-provider-imds": { + "version": "3.1.3", + "resolved": "https://registry.npmjs.org/@smithy/credential-provider-imds/-/credential-provider-imds-3.1.3.tgz", + "integrity": "sha512-U1Yrv6hx/mRK6k8AncuI6jLUx9rn0VVSd9NPEX6pyYFBfkSkChOc/n4zUb8alHUVg83TbI4OdZVo1X0Zfj3ijA==", + "license": "Apache-2.0", + "optional": true, + "dependencies": { + "@smithy/node-config-provider": "^3.1.3", + "@smithy/property-provider": "^3.1.3", + "@smithy/types": "^3.3.0", + "@smithy/url-parser": "^3.0.3", + "tslib": "^2.6.2" + }, + "engines": { + "node": ">=16.0.0" + } + }, + "node_modules/@smithy/fetch-http-handler": { + "version": "3.2.0", + "resolved": "https://registry.npmjs.org/@smithy/fetch-http-handler/-/fetch-http-handler-3.2.0.tgz", + "integrity": "sha512-vFvDxMrc6sO5Atec8PaISckMcAwsCrRhYxwUylg97bRT2KZoumOF7qk5+6EVUtuM1IG9AJV5aqXnHln9ZdXHpg==", + "license": "Apache-2.0", + "optional": true, + "dependencies": { + "@smithy/protocol-http": "^4.0.3", + "@smithy/querystring-builder": "^3.0.3", + "@smithy/types": "^3.3.0", + "@smithy/util-base64": "^3.0.0", + "tslib": "^2.6.2" + } + }, + "node_modules/@smithy/hash-node": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/@smithy/hash-node/-/hash-node-3.0.3.tgz", + "integrity": "sha512-2ctBXpPMG+B3BtWSGNnKELJ7SH9e4TNefJS0cd2eSkOOROeBnnVBnAy9LtJ8tY4vUEoe55N4CNPxzbWvR39iBw==", + "license": "Apache-2.0", + "optional": true, + "dependencies": { + "@smithy/types": "^3.3.0", + "@smithy/util-buffer-from": "^3.0.0", + "@smithy/util-utf8": "^3.0.0", + "tslib": "^2.6.2" + }, + "engines": { + "node": ">=16.0.0" + } + }, + "node_modules/@smithy/invalid-dependency": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/@smithy/invalid-dependency/-/invalid-dependency-3.0.3.tgz", + "integrity": "sha512-ID1eL/zpDULmHJbflb864k72/SNOZCADRc9i7Exq3RUNJw6raWUSlFEQ+3PX3EYs++bTxZB2dE9mEHTQLv61tw==", + "license": "Apache-2.0", + "optional": true, + "dependencies": { + "@smithy/types": "^3.3.0", + "tslib": "^2.6.2" + } + }, + "node_modules/@smithy/is-array-buffer": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/@smithy/is-array-buffer/-/is-array-buffer-3.0.0.tgz", + "integrity": "sha512-+Fsu6Q6C4RSJiy81Y8eApjEB5gVtM+oFKTffg+jSuwtvomJJrhUJBu2zS8wjXSgH/g1MKEWrzyChTBe6clb5FQ==", + "license": "Apache-2.0", + "optional": true, + "dependencies": { + "tslib": "^2.6.2" + }, + "engines": { + "node": ">=16.0.0" + } + }, + "node_modules/@smithy/middleware-content-length": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/@smithy/middleware-content-length/-/middleware-content-length-3.0.3.tgz", + "integrity": "sha512-Dbz2bzexReYIQDWMr+gZhpwBetNXzbhnEMhYKA6urqmojO14CsXjnsoPYO8UL/xxcawn8ZsuVU61ElkLSltIUQ==", + "license": "Apache-2.0", + "optional": true, + "dependencies": { + "@smithy/protocol-http": "^4.0.3", + "@smithy/types": "^3.3.0", + "tslib": "^2.6.2" + }, + "engines": { + "node": ">=16.0.0" + } + }, + "node_modules/@smithy/middleware-endpoint": { + "version": "3.0.4", + "resolved": "https://registry.npmjs.org/@smithy/middleware-endpoint/-/middleware-endpoint-3.0.4.tgz", + "integrity": "sha512-whUJMEPwl3ANIbXjBXZVdJNgfV2ZU8ayln7xUM47rXL2txuenI7jQ/VFFwCzy5lCmXScjp6zYtptW5Evud8e9g==", + "license": "Apache-2.0", + "optional": true, + "dependencies": { + "@smithy/middleware-serde": "^3.0.3", + "@smithy/node-config-provider": "^3.1.3", + "@smithy/shared-ini-file-loader": "^3.1.3", + "@smithy/types": "^3.3.0", + "@smithy/url-parser": "^3.0.3", + "@smithy/util-middleware": "^3.0.3", + "tslib": "^2.6.2" + }, + "engines": { + "node": ">=16.0.0" + } + }, + "node_modules/@smithy/middleware-retry": { + "version": "3.0.7", + "resolved": "https://registry.npmjs.org/@smithy/middleware-retry/-/middleware-retry-3.0.7.tgz", + "integrity": "sha512-f5q7Y09G+2h5ivkSx5CHvlAT4qRR3jBFEsfXyQ9nFNiWQlr8c48blnu5cmbTQ+p1xmIO14UXzKoF8d7Tm0Gsjw==", + "license": "Apache-2.0", + "optional": true, + "dependencies": { + "@smithy/node-config-provider": "^3.1.3", + "@smithy/protocol-http": "^4.0.3", + "@smithy/service-error-classification": "^3.0.3", + "@smithy/smithy-client": "^3.1.5", + "@smithy/types": "^3.3.0", + "@smithy/util-middleware": "^3.0.3", + "@smithy/util-retry": "^3.0.3", + "tslib": "^2.6.2", + "uuid": "^9.0.1" + }, + "engines": { + "node": ">=16.0.0" + } + }, + "node_modules/@smithy/middleware-serde": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/@smithy/middleware-serde/-/middleware-serde-3.0.3.tgz", + "integrity": "sha512-puUbyJQBcg9eSErFXjKNiGILJGtiqmuuNKEYNYfUD57fUl4i9+mfmThtQhvFXU0hCVG0iEJhvQUipUf+/SsFdA==", + "license": "Apache-2.0", + "optional": true, + "dependencies": { + "@smithy/types": "^3.3.0", + "tslib": "^2.6.2" + }, + "engines": { + "node": ">=16.0.0" + } + }, + "node_modules/@smithy/middleware-stack": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/@smithy/middleware-stack/-/middleware-stack-3.0.3.tgz", + "integrity": "sha512-r4klY9nFudB0r9UdSMaGSyjyQK5adUyPnQN/ZM6M75phTxOdnc/AhpvGD1fQUvgmqjQEBGCwpnPbDm8pH5PapA==", + "license": "Apache-2.0", + "optional": true, + "dependencies": { + "@smithy/types": "^3.3.0", + "tslib": "^2.6.2" + }, + "engines": { + "node": ">=16.0.0" + } + }, + "node_modules/@smithy/node-config-provider": { + "version": "3.1.3", + "resolved": "https://registry.npmjs.org/@smithy/node-config-provider/-/node-config-provider-3.1.3.tgz", + "integrity": "sha512-rxdpAZczzholz6CYZxtqDu/aKTxATD5DAUDVj7HoEulq+pDSQVWzbg0btZDlxeFfa6bb2b5tUvgdX5+k8jUqcg==", + "license": "Apache-2.0", + "optional": true, + "dependencies": { + "@smithy/property-provider": "^3.1.3", + "@smithy/shared-ini-file-loader": "^3.1.3", + "@smithy/types": "^3.3.0", + "tslib": "^2.6.2" + }, + "engines": { + "node": ">=16.0.0" + } + }, + "node_modules/@smithy/node-http-handler": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/@smithy/node-http-handler/-/node-http-handler-3.1.1.tgz", + "integrity": "sha512-L71NLyPeP450r2J/mfu1jMc//Z1YnqJt2eSNw7uhiItaONnBLDA68J5jgxq8+MBDsYnFwNAIc7dBG1ImiWBiwg==", + "license": "Apache-2.0", + "optional": true, + "dependencies": { + "@smithy/abort-controller": "^3.1.1", + "@smithy/protocol-http": "^4.0.3", + "@smithy/querystring-builder": "^3.0.3", + "@smithy/types": "^3.3.0", + "tslib": "^2.6.2" + }, + "engines": { + "node": ">=16.0.0" + } + }, + "node_modules/@smithy/property-provider": { + "version": "3.1.3", + "resolved": "https://registry.npmjs.org/@smithy/property-provider/-/property-provider-3.1.3.tgz", + "integrity": "sha512-zahyOVR9Q4PEoguJ/NrFP4O7SMAfYO1HLhB18M+q+Z4KFd4V2obiMnlVoUFzFLSPeVt1POyNWneHHrZaTMoc/g==", + "license": "Apache-2.0", + "optional": true, + "dependencies": { + "@smithy/types": "^3.3.0", + "tslib": "^2.6.2" + }, + "engines": { + "node": ">=16.0.0" + } + }, + "node_modules/@smithy/protocol-http": { + "version": "4.0.3", + "resolved": "https://registry.npmjs.org/@smithy/protocol-http/-/protocol-http-4.0.3.tgz", + "integrity": "sha512-x5jmrCWwQlx+Zv4jAtc33ijJ+vqqYN+c/ZkrnpvEe/uDas7AT7A/4Rc2CdfxgWv4WFGmEqODIrrUToPN6DDkGw==", + "license": "Apache-2.0", + "optional": true, + "dependencies": { + "@smithy/types": "^3.3.0", + "tslib": "^2.6.2" + }, + "engines": { + "node": ">=16.0.0" + } + }, + "node_modules/@smithy/querystring-builder": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/@smithy/querystring-builder/-/querystring-builder-3.0.3.tgz", + "integrity": "sha512-vyWckeUeesFKzCDaRwWLUA1Xym9McaA6XpFfAK5qI9DKJ4M33ooQGqvM4J+LalH4u/Dq9nFiC8U6Qn1qi0+9zw==", + "license": "Apache-2.0", + "optional": true, + "dependencies": { + "@smithy/types": "^3.3.0", + "@smithy/util-uri-escape": "^3.0.0", + "tslib": "^2.6.2" + }, + "engines": { + "node": ">=16.0.0" + } + }, + "node_modules/@smithy/querystring-parser": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/@smithy/querystring-parser/-/querystring-parser-3.0.3.tgz", + "integrity": "sha512-zahM1lQv2YjmznnfQsWbYojFe55l0SLG/988brlLv1i8z3dubloLF+75ATRsqPBboUXsW6I9CPGE5rQgLfY0vQ==", + "license": "Apache-2.0", + "optional": true, + "dependencies": { + "@smithy/types": "^3.3.0", + "tslib": "^2.6.2" + }, + "engines": { + "node": ">=16.0.0" + } + }, + "node_modules/@smithy/service-error-classification": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/@smithy/service-error-classification/-/service-error-classification-3.0.3.tgz", + "integrity": "sha512-Jn39sSl8cim/VlkLsUhRFq/dKDnRUFlfRkvhOJaUbLBXUsLRLNf9WaxDv/z9BjuQ3A6k/qE8af1lsqcwm7+DaQ==", + "license": "Apache-2.0", + "optional": true, + "dependencies": { + "@smithy/types": "^3.3.0" + }, + "engines": { + "node": ">=16.0.0" + } + }, + "node_modules/@smithy/shared-ini-file-loader": { + "version": "3.1.3", + "resolved": "https://registry.npmjs.org/@smithy/shared-ini-file-loader/-/shared-ini-file-loader-3.1.3.tgz", + "integrity": "sha512-Z8Y3+08vgoDgl4HENqNnnzSISAaGrF2RoKupoC47u2wiMp+Z8P/8mDh1CL8+8ujfi2U5naNvopSBmP/BUj8b5w==", + "license": "Apache-2.0", + "optional": true, + "dependencies": { + "@smithy/types": "^3.3.0", + "tslib": "^2.6.2" + }, + "engines": { + "node": ">=16.0.0" + } + }, + "node_modules/@smithy/signature-v4": { + "version": "3.1.2", + "resolved": "https://registry.npmjs.org/@smithy/signature-v4/-/signature-v4-3.1.2.tgz", + "integrity": "sha512-3BcPylEsYtD0esM4Hoyml/+s7WP2LFhcM3J2AGdcL2vx9O60TtfpDOL72gjb4lU8NeRPeKAwR77YNyyGvMbuEA==", + "license": "Apache-2.0", + "optional": true, + "dependencies": { + "@smithy/is-array-buffer": "^3.0.0", + "@smithy/types": "^3.3.0", + "@smithy/util-hex-encoding": "^3.0.0", + "@smithy/util-middleware": "^3.0.3", + "@smithy/util-uri-escape": "^3.0.0", + "@smithy/util-utf8": "^3.0.0", + "tslib": "^2.6.2" + }, + "engines": { + "node": ">=16.0.0" + } + }, + "node_modules/@smithy/smithy-client": { + "version": "3.1.5", + "resolved": "https://registry.npmjs.org/@smithy/smithy-client/-/smithy-client-3.1.5.tgz", + "integrity": "sha512-x9bL9Mx2CT2P1OiUlHM+ZNpbVU6TgT32f9CmTRzqIHA7M4vYrROCWEoC3o4xHNJASoGd4Opos3cXYPgh+/m4Ww==", + "license": "Apache-2.0", + "optional": true, + "dependencies": { + "@smithy/middleware-endpoint": "^3.0.4", + "@smithy/middleware-stack": "^3.0.3", + "@smithy/protocol-http": "^4.0.3", + "@smithy/types": "^3.3.0", + "@smithy/util-stream": "^3.0.5", + "tslib": "^2.6.2" + }, + "engines": { + "node": ">=16.0.0" + } + }, + "node_modules/@smithy/types": { + "version": "3.3.0", + "resolved": "https://registry.npmjs.org/@smithy/types/-/types-3.3.0.tgz", + "integrity": "sha512-IxvBBCTFDHbVoK7zIxqA1ZOdc4QfM5HM7rGleCuHi7L1wnKv5Pn69xXJQ9hgxH60ZVygH9/JG0jRgtUncE3QUA==", + "license": "Apache-2.0", + "optional": true, + "dependencies": { + "tslib": "^2.6.2" + }, + "engines": { + "node": ">=16.0.0" + } + }, + "node_modules/@smithy/url-parser": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/@smithy/url-parser/-/url-parser-3.0.3.tgz", + "integrity": "sha512-pw3VtZtX2rg+s6HMs6/+u9+hu6oY6U7IohGhVNnjbgKy86wcIsSZwgHrFR+t67Uyxvp4Xz3p3kGXXIpTNisq8A==", + "license": "Apache-2.0", + "optional": true, + "dependencies": { + "@smithy/querystring-parser": "^3.0.3", + "@smithy/types": "^3.3.0", + "tslib": "^2.6.2" + } + }, + "node_modules/@smithy/util-base64": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/@smithy/util-base64/-/util-base64-3.0.0.tgz", + "integrity": "sha512-Kxvoh5Qtt0CDsfajiZOCpJxgtPHXOKwmM+Zy4waD43UoEMA+qPxxa98aE/7ZhdnBFZFXMOiBR5xbcaMhLtznQQ==", + "license": "Apache-2.0", + "optional": true, + "dependencies": { + "@smithy/util-buffer-from": "^3.0.0", + "@smithy/util-utf8": "^3.0.0", + "tslib": "^2.6.2" + }, + "engines": { + "node": ">=16.0.0" + } + }, + "node_modules/@smithy/util-body-length-browser": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/@smithy/util-body-length-browser/-/util-body-length-browser-3.0.0.tgz", + "integrity": "sha512-cbjJs2A1mLYmqmyVl80uoLTJhAcfzMOyPgjwAYusWKMdLeNtzmMz9YxNl3/jRLoxSS3wkqkf0jwNdtXWtyEBaQ==", + "license": "Apache-2.0", + "optional": true, + "dependencies": { + "tslib": "^2.6.2" + } + }, + "node_modules/@smithy/util-body-length-node": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/@smithy/util-body-length-node/-/util-body-length-node-3.0.0.tgz", + "integrity": "sha512-Tj7pZ4bUloNUP6PzwhN7K386tmSmEET9QtQg0TgdNOnxhZvCssHji+oZTUIuzxECRfG8rdm2PMw2WCFs6eIYkA==", + "license": "Apache-2.0", + "optional": true, + "dependencies": { + "tslib": "^2.6.2" + }, + "engines": { + "node": ">=16.0.0" + } + }, + "node_modules/@smithy/util-buffer-from": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/@smithy/util-buffer-from/-/util-buffer-from-3.0.0.tgz", + "integrity": "sha512-aEOHCgq5RWFbP+UDPvPot26EJHjOC+bRgse5A8V3FSShqd5E5UN4qc7zkwsvJPPAVsf73QwYcHN1/gt/rtLwQA==", + "license": "Apache-2.0", + "optional": true, + "dependencies": { + "@smithy/is-array-buffer": "^3.0.0", + "tslib": "^2.6.2" + }, + "engines": { + "node": ">=16.0.0" + } + }, + "node_modules/@smithy/util-config-provider": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/@smithy/util-config-provider/-/util-config-provider-3.0.0.tgz", + "integrity": "sha512-pbjk4s0fwq3Di/ANL+rCvJMKM5bzAQdE5S/6RL5NXgMExFAi6UgQMPOm5yPaIWPpr+EOXKXRonJ3FoxKf4mCJQ==", + "license": "Apache-2.0", + "optional": true, + "dependencies": { + "tslib": "^2.6.2" + }, + "engines": { + "node": ">=16.0.0" + } + }, + "node_modules/@smithy/util-defaults-mode-browser": { + "version": "3.0.7", + "resolved": "https://registry.npmjs.org/@smithy/util-defaults-mode-browser/-/util-defaults-mode-browser-3.0.7.tgz", + "integrity": "sha512-Q2txLyvQyGfmjsaDbVV7Sg8psefpFcrnlGapDzXGFRPFKRBeEg6OvFK8FljqjeHSaCZ6/UuzQExUPqBR/2qlDA==", + "license": "Apache-2.0", + "optional": true, + "dependencies": { + "@smithy/property-provider": "^3.1.3", + "@smithy/smithy-client": "^3.1.5", + "@smithy/types": "^3.3.0", + "bowser": "^2.11.0", + "tslib": "^2.6.2" + }, + "engines": { + "node": ">= 10.0.0" + } + }, + "node_modules/@smithy/util-defaults-mode-node": { + "version": "3.0.7", + "resolved": "https://registry.npmjs.org/@smithy/util-defaults-mode-node/-/util-defaults-mode-node-3.0.7.tgz", + "integrity": "sha512-F4Qcj1fG6MGi2BSWCslfsMSwllws/WzYONBGtLybyY+halAcXdWhcew+mej8M5SKd5hqPYp4f7b+ABQEaeytgg==", + "license": "Apache-2.0", + "optional": true, + "dependencies": { + "@smithy/config-resolver": "^3.0.4", + "@smithy/credential-provider-imds": "^3.1.3", + "@smithy/node-config-provider": "^3.1.3", + "@smithy/property-provider": "^3.1.3", + "@smithy/smithy-client": "^3.1.5", + "@smithy/types": "^3.3.0", + "tslib": "^2.6.2" + }, + "engines": { + "node": ">= 10.0.0" + } + }, + "node_modules/@smithy/util-endpoints": { + "version": "2.0.4", + "resolved": "https://registry.npmjs.org/@smithy/util-endpoints/-/util-endpoints-2.0.4.tgz", + "integrity": "sha512-ZAtNf+vXAsgzgRutDDiklU09ZzZiiV/nATyqde4Um4priTmasDH+eLpp3tspL0hS2dEootyFMhu1Y6Y+tzpWBQ==", + "license": "Apache-2.0", + "optional": true, + "dependencies": { + "@smithy/node-config-provider": "^3.1.3", + "@smithy/types": "^3.3.0", + "tslib": "^2.6.2" + }, + "engines": { + "node": ">=16.0.0" + } + }, + "node_modules/@smithy/util-hex-encoding": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/@smithy/util-hex-encoding/-/util-hex-encoding-3.0.0.tgz", + "integrity": "sha512-eFndh1WEK5YMUYvy3lPlVmYY/fZcQE1D8oSf41Id2vCeIkKJXPcYDCZD+4+xViI6b1XSd7tE+s5AmXzz5ilabQ==", + "license": "Apache-2.0", + "optional": true, + "dependencies": { + "tslib": "^2.6.2" + }, + "engines": { + "node": ">=16.0.0" + } + }, + "node_modules/@smithy/util-middleware": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/@smithy/util-middleware/-/util-middleware-3.0.3.tgz", + "integrity": "sha512-l+StyYYK/eO3DlVPbU+4Bi06Jjal+PFLSMmlWM1BEwyLxZ3aKkf1ROnoIakfaA7mC6uw3ny7JBkau4Yc+5zfWw==", + "license": "Apache-2.0", + "optional": true, + "dependencies": { + "@smithy/types": "^3.3.0", + "tslib": "^2.6.2" + }, + "engines": { + "node": ">=16.0.0" + } + }, + "node_modules/@smithy/util-retry": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/@smithy/util-retry/-/util-retry-3.0.3.tgz", + "integrity": "sha512-AFw+hjpbtVApzpNDhbjNG5NA3kyoMs7vx0gsgmlJF4s+yz1Zlepde7J58zpIRIsdjc+emhpAITxA88qLkPF26w==", + "license": "Apache-2.0", + "optional": true, + "dependencies": { + "@smithy/service-error-classification": "^3.0.3", + "@smithy/types": "^3.3.0", + "tslib": "^2.6.2" + }, + "engines": { + "node": ">=16.0.0" + } + }, + "node_modules/@smithy/util-stream": { + "version": "3.0.5", + "resolved": "https://registry.npmjs.org/@smithy/util-stream/-/util-stream-3.0.5.tgz", + "integrity": "sha512-xC3L5PKMAT/Bh8fmHNXP9sdQ4+4aKVUU3EEJ2CF/lLk7R+wtMJM+v/1B4en7jO++Wa5spGzFDBCl0QxgbUc5Ug==", + "license": "Apache-2.0", + "optional": true, + "dependencies": { + "@smithy/fetch-http-handler": "^3.2.0", + "@smithy/node-http-handler": "^3.1.1", + "@smithy/types": "^3.3.0", + "@smithy/util-base64": "^3.0.0", + "@smithy/util-buffer-from": "^3.0.0", + "@smithy/util-hex-encoding": "^3.0.0", + "@smithy/util-utf8": "^3.0.0", + "tslib": "^2.6.2" + }, + "engines": { + "node": ">=16.0.0" + } + }, + "node_modules/@smithy/util-uri-escape": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/@smithy/util-uri-escape/-/util-uri-escape-3.0.0.tgz", + "integrity": "sha512-LqR7qYLgZTD7nWLBecUi4aqolw8Mhza9ArpNEQ881MJJIU2sE5iHCK6TdyqqzcDLy0OPe10IY4T8ctVdtynubg==", + "license": "Apache-2.0", + "optional": true, + "dependencies": { + "tslib": "^2.6.2" + }, + "engines": { + "node": ">=16.0.0" + } + }, + "node_modules/@smithy/util-utf8": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/@smithy/util-utf8/-/util-utf8-3.0.0.tgz", + "integrity": "sha512-rUeT12bxFnplYDe815GXbq/oixEGHfRFFtcTF3YdDi/JaENIM6aSYYLJydG83UNzLXeRI5K8abYd/8Sp/QM0kA==", + "license": "Apache-2.0", + "optional": true, + "dependencies": { + "@smithy/util-buffer-from": "^3.0.0", + "tslib": "^2.6.2" + }, + "engines": { + "node": ">=16.0.0" + } + }, + "node_modules/@types/node": { + "version": "20.14.9", + "resolved": "https://registry.npmjs.org/@types/node/-/node-20.14.9.tgz", + "integrity": "sha512-06OCtnTXtWOZBJlRApleWndH4JsRVs1pDCc8dLSQp+7PpUpX3ePdHyeNSFTeSe7FtKyQkrlPvHwJOW3SLd8Oyg==", + "license": "MIT", + "dependencies": { + "undici-types": "~5.26.4" + } + }, + "node_modules/@types/webidl-conversions": { + "version": "7.0.3", + "resolved": "https://registry.npmjs.org/@types/webidl-conversions/-/webidl-conversions-7.0.3.tgz", + "integrity": "sha512-CiJJvcRtIgzadHCYXw7dqEnMNRjhGZlYK05Mj9OyktqV8uVT8fD2BFOB7S1uwBE3Kj2Z+4UyPmFw/Ixgw/LAlA==", + "license": "MIT" + }, + "node_modules/@types/whatwg-url": { + "version": "8.2.2", + "resolved": "https://registry.npmjs.org/@types/whatwg-url/-/whatwg-url-8.2.2.tgz", + "integrity": "sha512-FtQu10RWgn3D9U4aazdwIE2yzphmTJREDqNdODHrbrZmmMqI0vMheC/6NE/J1Yveaj8H+ela+YwWTjq5PGmuhA==", + "license": "MIT", + "dependencies": { + "@types/node": "*", + "@types/webidl-conversions": "*" + } + }, + "node_modules/accepts": { + "version": "1.3.8", + "resolved": "https://registry.npmjs.org/accepts/-/accepts-1.3.8.tgz", + "integrity": "sha512-PYAthTa2m2VKxuvSD3DPC/Gy+U+sOA1LAuT8mkmRuvw+NACSaeXEQ+NHcVF7rONl6qcaxV3Uuemwawk+7+SJLw==", + "license": "MIT", + "dependencies": { + "mime-types": "~2.1.34", + "negotiator": "0.6.3" + }, + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/anymatch": { + "version": "3.1.3", + "resolved": "https://registry.npmjs.org/anymatch/-/anymatch-3.1.3.tgz", + "integrity": "sha512-KMReFUr0B4t+D+OBkjR3KYqvocp2XaSzO55UcB6mgQMd3KbcE+mWTyvVV7D/zsdEbNnV6acZUutkiHQXvTr1Rw==", + "dev": true, + "license": "ISC", + "dependencies": { + "normalize-path": "^3.0.0", + "picomatch": "^2.0.4" + }, + "engines": { + "node": ">= 8" + } + }, + "node_modules/array-flatten": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/array-flatten/-/array-flatten-1.1.1.tgz", + "integrity": "sha512-PCVAQswWemu6UdxsDFFX/+gVeYqKAod3D3UVm91jHwynguOwAvYPhx8nNlM++NqRcK6CxxpUafjmhIdKiHibqg==", + "license": "MIT" + }, + "node_modules/balanced-match": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz", + "integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==", + "dev": true, + "license": "MIT" + }, + "node_modules/base64-js": { + "version": "1.5.1", + "resolved": "https://registry.npmjs.org/base64-js/-/base64-js-1.5.1.tgz", + "integrity": "sha512-AKpaYlHn8t4SVbOHCy+b5+KKgvR4vrsD8vbvrbiQJps7fKDTkjkDry6ji0rUJjC0kzbNePLwzxq8iypo41qeWA==", + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/feross" + }, + { + "type": "patreon", + "url": "https://www.patreon.com/feross" + }, + { + "type": "consulting", + "url": "https://feross.org/support" + } + ], + "license": "MIT" + }, + "node_modules/binary-extensions": { + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/binary-extensions/-/binary-extensions-2.3.0.tgz", + "integrity": "sha512-Ceh+7ox5qe7LJuLHoY0feh3pHuUDHAcRUeyL2VYghZwfpkNIy/+8Ocg0a3UuSoYzavmylwuLWQOf3hl0jjMMIw==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/body-parser": { + "version": "1.20.2", + "resolved": "https://registry.npmjs.org/body-parser/-/body-parser-1.20.2.tgz", + "integrity": "sha512-ml9pReCu3M61kGlqoTm2umSXTlRTuGTx0bfYj+uIUKKYycG5NtSbeetV3faSU6R7ajOPw0g/J1PvK4qNy7s5bA==", + "license": "MIT", + "dependencies": { + "bytes": "3.1.2", + "content-type": "~1.0.5", + "debug": "2.6.9", + "depd": "2.0.0", + "destroy": "1.2.0", + "http-errors": "2.0.0", + "iconv-lite": "0.4.24", + "on-finished": "2.4.1", + "qs": "6.11.0", + "raw-body": "2.5.2", + "type-is": "~1.6.18", + "unpipe": "1.0.0" + }, + "engines": { + "node": ">= 0.8", + "npm": "1.2.8000 || >= 1.4.16" + } + }, + "node_modules/body-parser/node_modules/debug": { + "version": "2.6.9", + "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", + "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", + "license": "MIT", + "dependencies": { + "ms": "2.0.0" + } + }, + "node_modules/body-parser/node_modules/ms": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", + "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==", + "license": "MIT" + }, + "node_modules/bowser": { + "version": "2.11.0", + "resolved": "https://registry.npmjs.org/bowser/-/bowser-2.11.0.tgz", + "integrity": "sha512-AlcaJBi/pqqJBIQ8U9Mcpc9i8Aqxn88Skv5d+xBX006BY5u8N3mGLHa5Lgppa7L/HfwgwLgZ6NYs+Ag6uUmJRA==", + "license": "MIT", + "optional": true + }, + "node_modules/brace-expansion": { + "version": "1.1.11", + "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz", + "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==", + "dev": true, + "license": "MIT", + "dependencies": { + "balanced-match": "^1.0.0", + "concat-map": "0.0.1" + } + }, + "node_modules/braces": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/braces/-/braces-3.0.3.tgz", + "integrity": "sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==", + "dev": true, + "license": "MIT", + "dependencies": { + "fill-range": "^7.1.1" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/bson": { + "version": "4.7.2", + "resolved": "https://registry.npmjs.org/bson/-/bson-4.7.2.tgz", + "integrity": "sha512-Ry9wCtIZ5kGqkJoi6aD8KjxFZEx78guTQDnpXWiNthsxzrxAK/i8E6pCHAIZTbaEFWcOCvbecMukfK7XUvyLpQ==", + "license": "Apache-2.0", + "dependencies": { + "buffer": "^5.6.0" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/buffer": { + "version": "5.7.1", + "resolved": "https://registry.npmjs.org/buffer/-/buffer-5.7.1.tgz", + "integrity": "sha512-EHcyIPBQ4BSGlvjB16k5KgAJ27CIsHY/2JBmCRReo48y9rQ3MaUzWX3KVlBa4U7MyX02HdVj0K7C3WaB3ju7FQ==", + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/feross" + }, + { + "type": "patreon", + "url": "https://www.patreon.com/feross" + }, + { + "type": "consulting", + "url": "https://feross.org/support" + } + ], + "license": "MIT", + "dependencies": { + "base64-js": "^1.3.1", + "ieee754": "^1.1.13" + } + }, + "node_modules/bytes": { + "version": "3.1.2", + "resolved": "https://registry.npmjs.org/bytes/-/bytes-3.1.2.tgz", + "integrity": "sha512-/Nf7TyzTx6S3yRJObOAV7956r8cr2+Oj8AC5dt8wSP3BQAoeX58NoHyCU8P8zGkNXStjTSi6fzO6F0pBdcYbEg==", + "license": "MIT", + "engines": { + "node": ">= 0.8" + } + }, + "node_modules/call-bind": { + "version": "1.0.7", + "resolved": "https://registry.npmjs.org/call-bind/-/call-bind-1.0.7.tgz", + "integrity": "sha512-GHTSNSYICQ7scH7sZ+M2rFopRoLh8t2bLSW6BbgrtLsahOIB5iyAVJf9GjWK3cYTDaMj4XdBpM1cA6pIS0Kv2w==", + "license": "MIT", + "dependencies": { + "es-define-property": "^1.0.0", + "es-errors": "^1.3.0", + "function-bind": "^1.1.2", + "get-intrinsic": "^1.2.4", + "set-function-length": "^1.2.1" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/chokidar": { + "version": "3.6.0", + "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-3.6.0.tgz", + "integrity": "sha512-7VT13fmjotKpGipCW9JEQAusEPE+Ei8nl6/g4FBAmIm0GOOLMua9NDDo/DWp0ZAxCr3cPq5ZpBqmPAQgDda2Pw==", + "dev": true, + "license": "MIT", + "dependencies": { + "anymatch": "~3.1.2", + "braces": "~3.0.2", + "glob-parent": "~5.1.2", + "is-binary-path": "~2.1.0", + "is-glob": "~4.0.1", + "normalize-path": "~3.0.0", + "readdirp": "~3.6.0" + }, + "engines": { + "node": ">= 8.10.0" + }, + "funding": { + "url": "https://paulmillr.com/funding/" + }, + "optionalDependencies": { + "fsevents": "~2.3.2" + } + }, + "node_modules/concat-map": { + "version": "0.0.1", + "resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz", + "integrity": "sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==", + "dev": true, + "license": "MIT" + }, + "node_modules/content-disposition": { + "version": "0.5.4", + "resolved": "https://registry.npmjs.org/content-disposition/-/content-disposition-0.5.4.tgz", + "integrity": "sha512-FveZTNuGw04cxlAiWbzi6zTAL/lhehaWbTtgluJh4/E95DqMwTmha3KZN1aAWA8cFIhHzMZUvLevkw5Rqk+tSQ==", + "license": "MIT", + "dependencies": { + "safe-buffer": "5.2.1" + }, + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/content-type": { + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/content-type/-/content-type-1.0.5.tgz", + "integrity": "sha512-nTjqfcBFEipKdXCv4YDQWCfmcLZKm81ldF0pAopTvyrFGVbcR6P/VAAd5G7N+0tTr8QqiU0tFadD6FK4NtJwOA==", + "license": "MIT", + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/cookie": { + "version": "0.6.0", + "resolved": "https://registry.npmjs.org/cookie/-/cookie-0.6.0.tgz", + "integrity": "sha512-U71cyTamuh1CRNCfpGY6to28lxvNwPG4Guz/EVjgf3Jmzv0vlDp1atT9eS5dDjMYHucpHbWns6Lwf3BKz6svdw==", + "license": "MIT", + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/cookie-signature": { + "version": "1.0.6", + "resolved": "https://registry.npmjs.org/cookie-signature/-/cookie-signature-1.0.6.tgz", + "integrity": "sha512-QADzlaHc8icV8I7vbaJXJwod9HWYp8uCqf1xa4OfNu1T7JVxQIrUgOWtHdNDtPiywmFbiS12VjotIXLrKM3orQ==", + "license": "MIT" + }, + "node_modules/cors": { + "version": "2.8.5", + "resolved": "https://registry.npmjs.org/cors/-/cors-2.8.5.tgz", + "integrity": "sha512-KIHbLJqu73RGr/hnbrO9uBeixNGuvSQjul/jdFvS/KFSIH1hWVd1ng7zOHx+YrEfInLG7q4n6GHQ9cDtxv/P6g==", + "license": "MIT", + "dependencies": { + "object-assign": "^4", + "vary": "^1" + }, + "engines": { + "node": ">= 0.10" + } + }, + "node_modules/debug": { + "version": "4.3.5", + "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.5.tgz", + "integrity": "sha512-pt0bNEmneDIvdL1Xsd9oDQ/wrQRkXDT4AUWlNZNPKvW5x/jyO9VFXkJUP07vQ2upmw5PlaITaPKc31jK13V+jg==", + "license": "MIT", + "dependencies": { + "ms": "2.1.2" + }, + "engines": { + "node": ">=6.0" + }, + "peerDependenciesMeta": { + "supports-color": { + "optional": true + } + } + }, + "node_modules/define-data-property": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/define-data-property/-/define-data-property-1.1.4.tgz", + "integrity": "sha512-rBMvIzlpA8v6E+SJZoo++HAYqsLrkg7MSfIinMPFhmkorw7X+dOXVJQs+QT69zGkzMyfDnIMN2Wid1+NbL3T+A==", + "license": "MIT", + "dependencies": { + "es-define-property": "^1.0.0", + "es-errors": "^1.3.0", + "gopd": "^1.0.1" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/depd": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/depd/-/depd-2.0.0.tgz", + "integrity": "sha512-g7nH6P6dyDioJogAAGprGpCtVImJhpPk/roCzdb3fIh61/s/nPsfR6onyMwkCAR/OlC3yBC0lESvUoQEAssIrw==", + "license": "MIT", + "engines": { + "node": ">= 0.8" + } + }, + "node_modules/destroy": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/destroy/-/destroy-1.2.0.tgz", + "integrity": "sha512-2sJGJTaXIIaR1w4iJSNoN0hnMY7Gpc/n8D4qSCJw8QqFWXf7cuAgnEHxBpweaVcPevC2l3KpjYCx3NypQQgaJg==", + "license": "MIT", + "engines": { + "node": ">= 0.8", + "npm": "1.2.8000 || >= 1.4.16" + } + }, + "node_modules/dotenv": { + "version": "16.4.5", + "resolved": "https://registry.npmjs.org/dotenv/-/dotenv-16.4.5.tgz", + "integrity": "sha512-ZmdL2rui+eB2YwhsWzjInR8LldtZHGDoQ1ugH85ppHKwpUHL7j7rN0Ti9NCnGiQbhaZ11FpR+7ao1dNsmduNUg==", + "license": "BSD-2-Clause", + "engines": { + "node": ">=12" + }, + "funding": { + "url": "https://dotenvx.com" + } + }, + "node_modules/ee-first": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/ee-first/-/ee-first-1.1.1.tgz", + "integrity": "sha512-WMwm9LhRUo+WUaRN+vRuETqG89IgZphVSNkdFgeb6sS/E4OrDIN7t48CAewSHXc6C8lefD8KKfr5vY61brQlow==", + "license": "MIT" + }, + "node_modules/encodeurl": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/encodeurl/-/encodeurl-1.0.2.tgz", + "integrity": "sha512-TPJXq8JqFaVYm2CWmPvnP2Iyo4ZSM7/QKcSmuMLDObfpH5fi7RUGmd/rTDf+rut/saiDiQEeVTNgAmJEdAOx0w==", + "license": "MIT", + "engines": { + "node": ">= 0.8" + } + }, + "node_modules/es-define-property": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/es-define-property/-/es-define-property-1.0.0.tgz", + "integrity": "sha512-jxayLKShrEqqzJ0eumQbVhTYQM27CfT1T35+gCgDFoL82JLsXqTJ76zv6A0YLOgEnLUMvLzsDsGIrl8NFpT2gQ==", + "license": "MIT", + "dependencies": { + "get-intrinsic": "^1.2.4" + }, + "engines": { + "node": ">= 0.4" + } + }, + "node_modules/es-errors": { + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/es-errors/-/es-errors-1.3.0.tgz", + "integrity": "sha512-Zf5H2Kxt2xjTvbJvP2ZWLEICxA6j+hAmMzIlypy4xcBg1vKVnx89Wy0GbS+kf5cwCVFFzdCFh2XSCFNULS6csw==", + "license": "MIT", + "engines": { + "node": ">= 0.4" + } + }, + "node_modules/escape-html": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/escape-html/-/escape-html-1.0.3.tgz", + "integrity": "sha512-NiSupZ4OeuGwr68lGIeym/ksIZMJodUGOSCZ/FSnTxcrekbvqrgdUxlJOMpijaKZVjAJrWrGs/6Jy8OMuyj9ow==", + "license": "MIT" + }, + "node_modules/etag": { + "version": "1.8.1", + "resolved": "https://registry.npmjs.org/etag/-/etag-1.8.1.tgz", + "integrity": "sha512-aIL5Fx7mawVa300al2BnEE4iNvo1qETxLrPI/o05L7z6go7fCw1J6EQmbK4FmJ2AS7kgVF/KEZWufBfdClMcPg==", + "license": "MIT", + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/express": { + "version": "4.19.2", + "resolved": "https://registry.npmjs.org/express/-/express-4.19.2.tgz", + "integrity": "sha512-5T6nhjsT+EOMzuck8JjBHARTHfMht0POzlA60WV2pMD3gyXw2LZnZ+ueGdNxG+0calOJcWKbpFcuzLZ91YWq9Q==", + "license": "MIT", + "dependencies": { + "accepts": "~1.3.8", + "array-flatten": "1.1.1", + "body-parser": "1.20.2", + "content-disposition": "0.5.4", + "content-type": "~1.0.4", + "cookie": "0.6.0", + "cookie-signature": "1.0.6", + "debug": "2.6.9", + "depd": "2.0.0", + "encodeurl": "~1.0.2", + "escape-html": "~1.0.3", + "etag": "~1.8.1", + "finalhandler": "1.2.0", + "fresh": "0.5.2", + "http-errors": "2.0.0", + "merge-descriptors": "1.0.1", + "methods": "~1.1.2", + "on-finished": "2.4.1", + "parseurl": "~1.3.3", + "path-to-regexp": "0.1.7", + "proxy-addr": "~2.0.7", + "qs": "6.11.0", + "range-parser": "~1.2.1", + "safe-buffer": "5.2.1", + "send": "0.18.0", + "serve-static": "1.15.0", + "setprototypeof": "1.2.0", + "statuses": "2.0.1", + "type-is": "~1.6.18", + "utils-merge": "1.0.1", + "vary": "~1.1.2" + }, + "engines": { + "node": ">= 0.10.0" + } + }, + "node_modules/express-list-endpoints": { + "version": "7.1.0", + "resolved": "https://registry.npmjs.org/express-list-endpoints/-/express-list-endpoints-7.1.0.tgz", + "integrity": "sha512-7FyKxABfkRC0t6B6btxlAcFr0WrpPAL12MFAGhAxoIi/OyphxVQzVmyuWbcNxEApBmNzzgt2khjlqj/3wyHMMA==", + "license": "MIT", + "engines": { + "node": ">=18" + } + }, + "node_modules/express/node_modules/debug": { + "version": "2.6.9", + "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", + "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", + "license": "MIT", + "dependencies": { + "ms": "2.0.0" + } + }, + "node_modules/express/node_modules/ms": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", + "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==", + "license": "MIT" + }, + "node_modules/fast-xml-parser": { + "version": "4.2.5", + "resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-4.2.5.tgz", + "integrity": "sha512-B9/wizE4WngqQftFPmdaMYlXoJlJOYxGQOanC77fq9k8+Z0v5dDSVh+3glErdIROP//s/jgb7ZuxKfB8nVyo0g==", + "funding": [ + { + "type": "paypal", + "url": "https://paypal.me/naturalintelligence" + }, + { + "type": "github", + "url": "https://github.com/sponsors/NaturalIntelligence" + } + ], + "license": "MIT", + "optional": true, + "dependencies": { + "strnum": "^1.0.5" + }, + "bin": { + "fxparser": "src/cli/cli.js" + } + }, + "node_modules/fill-range": { + "version": "7.1.1", + "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.1.1.tgz", + "integrity": "sha512-YsGpe3WHLK8ZYi4tWDg2Jy3ebRz2rXowDxnld4bkQB00cc/1Zw9AWnC0i9ztDJitivtQvaI9KaLyKrc+hBW0yg==", + "dev": true, + "license": "MIT", + "dependencies": { + "to-regex-range": "^5.0.1" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/finalhandler": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/finalhandler/-/finalhandler-1.2.0.tgz", + "integrity": "sha512-5uXcUVftlQMFnWC9qu/svkWv3GTd2PfUhK/3PLkYNAe7FbqJMt3515HaxE6eRL74GdsriiwujiawdaB1BpEISg==", + "license": "MIT", + "dependencies": { + "debug": "2.6.9", + "encodeurl": "~1.0.2", + "escape-html": "~1.0.3", + "on-finished": "2.4.1", + "parseurl": "~1.3.3", + "statuses": "2.0.1", + "unpipe": "~1.0.0" + }, + "engines": { + "node": ">= 0.8" + } + }, + "node_modules/finalhandler/node_modules/debug": { + "version": "2.6.9", + "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", + "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", + "license": "MIT", + "dependencies": { + "ms": "2.0.0" + } + }, + "node_modules/finalhandler/node_modules/ms": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", + "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==", + "license": "MIT" + }, + "node_modules/forwarded": { + "version": "0.2.0", + "resolved": "https://registry.npmjs.org/forwarded/-/forwarded-0.2.0.tgz", + "integrity": "sha512-buRG0fpBtRHSTCOASe6hD258tEubFoRLb4ZNA6NxMVHNw2gOcwHo9wyablzMzOA5z9xA9L1KNjk/Nt6MT9aYow==", + "license": "MIT", + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/fresh": { + "version": "0.5.2", + "resolved": "https://registry.npmjs.org/fresh/-/fresh-0.5.2.tgz", + "integrity": "sha512-zJ2mQYM18rEFOudeV4GShTGIQ7RbzA7ozbU9I/XBpm7kqgMywgmylMwXHxZJmkVoYkna9d2pVXVXPdYTP9ej8Q==", + "license": "MIT", + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/fsevents": { + "version": "2.3.3", + "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.3.tgz", + "integrity": "sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==", + "dev": true, + "hasInstallScript": true, + "license": "MIT", + "optional": true, + "os": [ + "darwin" + ], + "engines": { + "node": "^8.16.0 || ^10.6.0 || >=11.0.0" + } + }, + "node_modules/function-bind": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.2.tgz", + "integrity": "sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==", + "license": "MIT", + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/get-intrinsic": { + "version": "1.2.4", + "resolved": "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.2.4.tgz", + "integrity": "sha512-5uYhsJH8VJBTv7oslg4BznJYhDoRI6waYCxMmCdnTrcCrHA/fCFKoTFz2JKKE0HdDFUF7/oQuhzumXJK7paBRQ==", + "license": "MIT", + "dependencies": { + "es-errors": "^1.3.0", + "function-bind": "^1.1.2", + "has-proto": "^1.0.1", + "has-symbols": "^1.0.3", + "hasown": "^2.0.0" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/glob-parent": { + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz", + "integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==", + "dev": true, + "license": "ISC", + "dependencies": { + "is-glob": "^4.0.1" + }, + "engines": { + "node": ">= 6" + } + }, + "node_modules/gopd": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/gopd/-/gopd-1.0.1.tgz", + "integrity": "sha512-d65bNlIadxvpb/A2abVdlqKqV563juRnZ1Wtk6s1sIR8uNsXR70xqIzVqxVf1eTqDunwT2MkczEeaezCKTZhwA==", + "license": "MIT", + "dependencies": { + "get-intrinsic": "^1.1.3" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/has-flag": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz", + "integrity": "sha512-sKJf1+ceQBr4SMkvQnBDNDtf4TXpVhVGateu0t918bl30FnbE2m4vNLX+VWe/dpjlb+HugGYzW7uQXH98HPEYw==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=4" + } + }, + "node_modules/has-property-descriptors": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/has-property-descriptors/-/has-property-descriptors-1.0.2.tgz", + "integrity": "sha512-55JNKuIW+vq4Ke1BjOTjM2YctQIvCT7GFzHwmfZPGo5wnrgkid0YQtnAleFSqumZm4az3n2BS+erby5ipJdgrg==", + "license": "MIT", + "dependencies": { + "es-define-property": "^1.0.0" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/has-proto": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/has-proto/-/has-proto-1.0.3.tgz", + "integrity": "sha512-SJ1amZAJUiZS+PhsVLf5tGydlaVB8EdFpaSO4gmiUKUOxk8qzn5AIy4ZeJUmh22znIdk/uMAUT2pl3FxzVUH+Q==", + "license": "MIT", + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/has-symbols": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/has-symbols/-/has-symbols-1.0.3.tgz", + "integrity": "sha512-l3LCuF6MgDNwTDKkdYGEihYjt5pRPbEg46rtlmnSPlUbgmB8LOIrKJbYYFBSbnPaJexMKtiPO8hmeRjRz2Td+A==", + "license": "MIT", + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/hasown": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/hasown/-/hasown-2.0.2.tgz", + "integrity": "sha512-0hJU9SCPvmMzIBdZFqNPXWa6dqh7WdH0cII9y+CyS8rG3nL48Bclra9HmKhVVUHyPWNH5Y7xDwAB7bfgSjkUMQ==", + "license": "MIT", + "dependencies": { + "function-bind": "^1.1.2" + }, + "engines": { + "node": ">= 0.4" + } + }, + "node_modules/http-errors": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/http-errors/-/http-errors-2.0.0.tgz", + "integrity": "sha512-FtwrG/euBzaEjYeRqOgly7G0qviiXoJWnvEH2Z1plBdXgbyjv34pHTSb9zoeHMyDy33+DWy5Wt9Wo+TURtOYSQ==", + "license": "MIT", + "dependencies": { + "depd": "2.0.0", + "inherits": "2.0.4", + "setprototypeof": "1.2.0", + "statuses": "2.0.1", + "toidentifier": "1.0.1" + }, + "engines": { + "node": ">= 0.8" + } + }, + "node_modules/iconv-lite": { + "version": "0.4.24", + "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.24.tgz", + "integrity": "sha512-v3MXnZAcvnywkTUEZomIActle7RXXeedOR31wwl7VlyoXO4Qi9arvSenNQWne1TcRwhCL1HwLI21bEqdpj8/rA==", + "license": "MIT", + "dependencies": { + "safer-buffer": ">= 2.1.2 < 3" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/ieee754": { + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/ieee754/-/ieee754-1.2.1.tgz", + "integrity": "sha512-dcyqhDvX1C46lXZcVqCpK+FtMRQVdIMN6/Df5js2zouUsqG7I6sFxitIC+7KYK29KdXOLHdu9zL4sFnoVQnqaA==", + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/feross" + }, + { + "type": "patreon", + "url": "https://www.patreon.com/feross" + }, + { + "type": "consulting", + "url": "https://feross.org/support" + } + ], + "license": "BSD-3-Clause" + }, + "node_modules/ignore-by-default": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/ignore-by-default/-/ignore-by-default-1.0.1.tgz", + "integrity": "sha512-Ius2VYcGNk7T90CppJqcIkS5ooHUZyIQK+ClZfMfMNFEF9VSE73Fq+906u/CWu92x4gzZMWOwfFYckPObzdEbA==", + "dev": true, + "license": "ISC" + }, + "node_modules/inherits": { + "version": "2.0.4", + "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz", + "integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==", + "license": "ISC" + }, + "node_modules/ip-address": { + "version": "9.0.5", + "resolved": "https://registry.npmjs.org/ip-address/-/ip-address-9.0.5.tgz", + "integrity": "sha512-zHtQzGojZXTwZTHQqra+ETKd4Sn3vgi7uBmlPoXVWZqYvuKmtI0l/VZTjqGmJY9x88GGOaZ9+G9ES8hC4T4X8g==", + "license": "MIT", + "dependencies": { + "jsbn": "1.1.0", + "sprintf-js": "^1.1.3" + }, + "engines": { + "node": ">= 12" + } + }, + "node_modules/ipaddr.js": { + "version": "1.9.1", + "resolved": "https://registry.npmjs.org/ipaddr.js/-/ipaddr.js-1.9.1.tgz", + "integrity": "sha512-0KI/607xoxSToH7GjN1FfSbLoU0+btTicjsQSWQlh/hZykN8KpmMf7uYwPW3R+akZ6R/w18ZlXSHBYXiYUPO3g==", + "license": "MIT", + "engines": { + "node": ">= 0.10" + } + }, + "node_modules/is-binary-path": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/is-binary-path/-/is-binary-path-2.1.0.tgz", + "integrity": "sha512-ZMERYes6pDydyuGidse7OsHxtbI7WVeUEozgR/g7rd0xUimYNlvZRE/K2MgZTjWy725IfelLeVcEM97mmtRGXw==", + "dev": true, + "license": "MIT", + "dependencies": { + "binary-extensions": "^2.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/is-extglob": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz", + "integrity": "sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/is-glob": { + "version": "4.0.3", + "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-4.0.3.tgz", + "integrity": "sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==", + "dev": true, + "license": "MIT", + "dependencies": { + "is-extglob": "^2.1.1" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/is-number": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/is-number/-/is-number-7.0.0.tgz", + "integrity": "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=0.12.0" + } + }, + "node_modules/jsbn": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/jsbn/-/jsbn-1.1.0.tgz", + "integrity": "sha512-4bYVV3aAMtDTTu4+xsDYa6sy9GyJ69/amsu9sYF2zqjiEoZA5xJi3BrfX3uY+/IekIu7MwdObdbDWpoZdBv3/A==", + "license": "MIT" + }, + "node_modules/kareem": { + "version": "2.5.1", + "resolved": "https://registry.npmjs.org/kareem/-/kareem-2.5.1.tgz", + "integrity": "sha512-7jFxRVm+jD+rkq3kY0iZDJfsO2/t4BBPeEb2qKn2lR/9KhuksYk5hxzfRYWMPV8P/x2d0kHD306YyWLzjjH+uA==", + "license": "Apache-2.0", + "engines": { + "node": ">=12.0.0" + } + }, + "node_modules/media-typer": { + "version": "0.3.0", + "resolved": "https://registry.npmjs.org/media-typer/-/media-typer-0.3.0.tgz", + "integrity": "sha512-dq+qelQ9akHpcOl/gUVRTxVIOkAJ1wR3QAvb4RsVjS8oVoFjDGTc679wJYmUmknUF5HwMLOgb5O+a3KxfWapPQ==", + "license": "MIT", + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/memory-pager": { + "version": "1.5.0", + "resolved": "https://registry.npmjs.org/memory-pager/-/memory-pager-1.5.0.tgz", + "integrity": "sha512-ZS4Bp4r/Zoeq6+NLJpP+0Zzm0pR8whtGPf1XExKLJBAczGMnSi3It14OiNCStjQjM6NU1okjQGSxgEZN8eBYKg==", + "license": "MIT", + "optional": true + }, + "node_modules/merge-descriptors": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/merge-descriptors/-/merge-descriptors-1.0.1.tgz", + "integrity": "sha512-cCi6g3/Zr1iqQi6ySbseM1Xvooa98N0w31jzUYrXPX2xqObmFGHJ0tQ5u74H3mVh7wLouTseZyYIq39g8cNp1w==", + "license": "MIT" + }, + "node_modules/methods": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/methods/-/methods-1.1.2.tgz", + "integrity": "sha512-iclAHeNqNm68zFtnZ0e+1L2yUIdvzNoauKU4WBA3VvH/vPFieF7qfRlwUZU+DA9P9bPXIS90ulxoUoCH23sV2w==", + "license": "MIT", + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/mime": { + "version": "1.6.0", + "resolved": "https://registry.npmjs.org/mime/-/mime-1.6.0.tgz", + "integrity": "sha512-x0Vn8spI+wuJ1O6S7gnbaQg8Pxh4NNHb7KSINmEWKiPE4RKOplvijn+NkmYmmRgP68mc70j2EbeTFRsrswaQeg==", + "license": "MIT", + "bin": { + "mime": "cli.js" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/mime-db": { + "version": "1.52.0", + "resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.52.0.tgz", + "integrity": "sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg==", + "license": "MIT", + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/mime-types": { + "version": "2.1.35", + "resolved": "https://registry.npmjs.org/mime-types/-/mime-types-2.1.35.tgz", + "integrity": "sha512-ZDY+bPm5zTTF+YpCrAU9nK0UgICYPT0QtT1NZWFv4s++TNkcgVaT0g6+4R2uI4MjQjzysHB1zxuWL50hzaeXiw==", + "license": "MIT", + "dependencies": { + "mime-db": "1.52.0" + }, + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/minimatch": { + "version": "3.1.2", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz", + "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==", + "dev": true, + "license": "ISC", + "dependencies": { + "brace-expansion": "^1.1.7" + }, + "engines": { + "node": "*" + } + }, + "node_modules/mongodb": { + "version": "4.17.2", + "resolved": "https://registry.npmjs.org/mongodb/-/mongodb-4.17.2.tgz", + "integrity": "sha512-mLV7SEiov2LHleRJPMPrK2PMyhXFZt2UQLC4VD4pnth3jMjYKHhtqfwwkkvS/NXuo/Fp3vbhaNcXrIDaLRb9Tg==", + "license": "Apache-2.0", + "dependencies": { + "bson": "^4.7.2", + "mongodb-connection-string-url": "^2.6.0", + "socks": "^2.7.1" + }, + "engines": { + "node": ">=12.9.0" + }, + "optionalDependencies": { + "@aws-sdk/credential-providers": "^3.186.0", + "@mongodb-js/saslprep": "^1.1.0" + } + }, + "node_modules/mongodb-connection-string-url": { + "version": "2.6.0", + "resolved": "https://registry.npmjs.org/mongodb-connection-string-url/-/mongodb-connection-string-url-2.6.0.tgz", + "integrity": "sha512-WvTZlI9ab0QYtTYnuMLgobULWhokRjtC7db9LtcVfJ+Hsnyr5eo6ZtNAt3Ly24XZScGMelOcGtm7lSn0332tPQ==", + "license": "Apache-2.0", + "dependencies": { + "@types/whatwg-url": "^8.2.1", + "whatwg-url": "^11.0.0" + } + }, + "node_modules/mongoose": { + "version": "6.13.0", + "resolved": "https://registry.npmjs.org/mongoose/-/mongoose-6.13.0.tgz", + "integrity": "sha512-mieZBTtRIqA2xCGgl9Hlcr6fXU+AKNSOdeKfMYrb/IgdL3M/bDO4kYftsItIy86XyAoT5xV28alfCbMocFG8oA==", + "license": "MIT", + "dependencies": { + "bson": "^4.7.2", + "kareem": "2.5.1", + "mongodb": "4.17.2", + "mpath": "0.9.0", + "mquery": "4.0.3", + "ms": "2.1.3", + "sift": "16.0.1" + }, + "engines": { + "node": ">=12.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/mongoose" + } + }, + "node_modules/mongoose/node_modules/ms": { + "version": "2.1.3", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz", + "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==", + "license": "MIT" + }, + "node_modules/mpath": { + "version": "0.9.0", + "resolved": "https://registry.npmjs.org/mpath/-/mpath-0.9.0.tgz", + "integrity": "sha512-ikJRQTk8hw5DEoFVxHG1Gn9T/xcjtdnOKIU1JTmGjZZlg9LST2mBLmcX3/ICIbgJydT2GOc15RnNy5mHmzfSew==", + "license": "MIT", + "engines": { + "node": ">=4.0.0" + } + }, + "node_modules/mquery": { + "version": "4.0.3", + "resolved": "https://registry.npmjs.org/mquery/-/mquery-4.0.3.tgz", + "integrity": "sha512-J5heI+P08I6VJ2Ky3+33IpCdAvlYGTSUjwTPxkAr8i8EoduPMBX2OY/wa3IKZIQl7MU4SbFk8ndgSKyB/cl1zA==", + "license": "MIT", + "dependencies": { + "debug": "4.x" + }, + "engines": { + "node": ">=12.0.0" + } + }, + "node_modules/ms": { + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz", + "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==", + "license": "MIT" + }, + "node_modules/negotiator": { + "version": "0.6.3", + "resolved": "https://registry.npmjs.org/negotiator/-/negotiator-0.6.3.tgz", + "integrity": "sha512-+EUsqGPLsM+j/zdChZjsnX51g4XrHFOIXwfnCVPGlQk/k5giakcKsuxCObBRu6DSm9opw/O6slWbJdghQM4bBg==", + "license": "MIT", + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/nodemon": { + "version": "2.0.22", + "resolved": "https://registry.npmjs.org/nodemon/-/nodemon-2.0.22.tgz", + "integrity": "sha512-B8YqaKMmyuCO7BowF1Z1/mkPqLk6cs/l63Ojtd6otKjMx47Dq1utxfRxcavH1I7VSaL8n5BUaoutadnsX3AAVQ==", + "dev": true, + "license": "MIT", + "dependencies": { + "chokidar": "^3.5.2", + "debug": "^3.2.7", + "ignore-by-default": "^1.0.1", + "minimatch": "^3.1.2", + "pstree.remy": "^1.1.8", + "semver": "^5.7.1", + "simple-update-notifier": "^1.0.7", + "supports-color": "^5.5.0", + "touch": "^3.1.0", + "undefsafe": "^2.0.5" + }, + "bin": { + "nodemon": "bin/nodemon.js" + }, + "engines": { + "node": ">=8.10.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/nodemon" + } + }, + "node_modules/nodemon/node_modules/debug": { + "version": "3.2.7", + "resolved": "https://registry.npmjs.org/debug/-/debug-3.2.7.tgz", + "integrity": "sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==", + "dev": true, + "license": "MIT", + "dependencies": { + "ms": "^2.1.1" + } + }, + "node_modules/normalize-path": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/normalize-path/-/normalize-path-3.0.0.tgz", + "integrity": "sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/object-assign": { + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz", + "integrity": "sha512-rJgTQnkUnH1sFw8yT6VSU3zD3sWmu6sZhIseY8VX+GRu3P6F7Fu+JNDoXfklElbLJSnc3FUQHVe4cU5hj+BcUg==", + "license": "MIT", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/object-inspect": { + "version": "1.13.2", + "resolved": "https://registry.npmjs.org/object-inspect/-/object-inspect-1.13.2.tgz", + "integrity": "sha512-IRZSRuzJiynemAXPYtPe5BoI/RESNYR7TYm50MC5Mqbd3Jmw5y790sErYw3V6SryFJD64b74qQQs9wn5Bg/k3g==", + "license": "MIT", + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/on-finished": { + "version": "2.4.1", + "resolved": "https://registry.npmjs.org/on-finished/-/on-finished-2.4.1.tgz", + "integrity": "sha512-oVlzkg3ENAhCk2zdv7IJwd/QUD4z2RxRwpkcGY8psCVcCYZNq4wYnVWALHM+brtuJjePWiYF/ClmuDr8Ch5+kg==", + "license": "MIT", + "dependencies": { + "ee-first": "1.1.1" + }, + "engines": { + "node": ">= 0.8" + } + }, + "node_modules/parseurl": { + "version": "1.3.3", + "resolved": "https://registry.npmjs.org/parseurl/-/parseurl-1.3.3.tgz", + "integrity": "sha512-CiyeOxFT/JZyN5m0z9PfXw4SCBJ6Sygz1Dpl0wqjlhDEGGBP1GnsUVEL0p63hoG1fcj3fHynXi9NYO4nWOL+qQ==", + "license": "MIT", + "engines": { + "node": ">= 0.8" + } + }, + "node_modules/path-to-regexp": { + "version": "0.1.7", + "resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-0.1.7.tgz", + "integrity": "sha512-5DFkuoqlv1uYQKxy8omFBeJPQcdoE07Kv2sferDCrAq1ohOU+MSDswDIbnx3YAM60qIOnYa53wBhXW0EbMonrQ==", + "license": "MIT" + }, + "node_modules/picomatch": { + "version": "2.3.1", + "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.1.tgz", + "integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=8.6" + }, + "funding": { + "url": "https://github.com/sponsors/jonschlinkert" + } + }, + "node_modules/proxy-addr": { + "version": "2.0.7", + "resolved": "https://registry.npmjs.org/proxy-addr/-/proxy-addr-2.0.7.tgz", + "integrity": "sha512-llQsMLSUDUPT44jdrU/O37qlnifitDP+ZwrmmZcoSKyLKvtZxpyV0n2/bD/N4tBAAZ/gJEdZU7KMraoK1+XYAg==", + "license": "MIT", + "dependencies": { + "forwarded": "0.2.0", + "ipaddr.js": "1.9.1" + }, + "engines": { + "node": ">= 0.10" + } + }, + "node_modules/pstree.remy": { + "version": "1.1.8", + "resolved": "https://registry.npmjs.org/pstree.remy/-/pstree.remy-1.1.8.tgz", + "integrity": "sha512-77DZwxQmxKnu3aR542U+X8FypNzbfJ+C5XQDk3uWjWxn6151aIMGthWYRXTqT1E5oJvg+ljaa2OJi+VfvCOQ8w==", + "dev": true, + "license": "MIT" + }, + "node_modules/punycode": { + "version": "2.3.1", + "resolved": "https://registry.npmjs.org/punycode/-/punycode-2.3.1.tgz", + "integrity": "sha512-vYt7UD1U9Wg6138shLtLOvdAu+8DsC/ilFtEVHcH+wydcSpNE20AfSOduf6MkRFahL5FY7X1oU7nKVZFtfq8Fg==", + "license": "MIT", + "engines": { + "node": ">=6" + } + }, + "node_modules/qs": { + "version": "6.11.0", + "resolved": "https://registry.npmjs.org/qs/-/qs-6.11.0.tgz", + "integrity": "sha512-MvjoMCJwEarSbUYk5O+nmoSzSutSsTwF85zcHPQ9OrlFoZOYIjaqBAJIqIXjptyD5vThxGq52Xu/MaJzRkIk4Q==", + "license": "BSD-3-Clause", + "dependencies": { + "side-channel": "^1.0.4" + }, + "engines": { + "node": ">=0.6" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/range-parser": { + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/range-parser/-/range-parser-1.2.1.tgz", + "integrity": "sha512-Hrgsx+orqoygnmhFbKaHE6c296J+HTAQXoxEF6gNupROmmGJRoyzfG3ccAveqCBrwr/2yxQ5BVd/GTl5agOwSg==", + "license": "MIT", + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/raw-body": { + "version": "2.5.2", + "resolved": "https://registry.npmjs.org/raw-body/-/raw-body-2.5.2.tgz", + "integrity": "sha512-8zGqypfENjCIqGhgXToC8aB2r7YrBX+AQAfIPs/Mlk+BtPTztOvTS01NRW/3Eh60J+a48lt8qsCzirQ6loCVfA==", + "license": "MIT", + "dependencies": { + "bytes": "3.1.2", + "http-errors": "2.0.0", + "iconv-lite": "0.4.24", + "unpipe": "1.0.0" + }, + "engines": { + "node": ">= 0.8" + } + }, + "node_modules/readdirp": { + "version": "3.6.0", + "resolved": "https://registry.npmjs.org/readdirp/-/readdirp-3.6.0.tgz", + "integrity": "sha512-hOS089on8RduqdbhvQ5Z37A0ESjsqz6qnRcffsMU3495FuTdqSm+7bhJ29JvIOsBDEEnan5DPu9t3To9VRlMzA==", + "dev": true, + "license": "MIT", + "dependencies": { + "picomatch": "^2.2.1" + }, + "engines": { + "node": ">=8.10.0" + } + }, + "node_modules/safe-buffer": { + "version": "5.2.1", + "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz", + "integrity": "sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==", + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/feross" + }, + { + "type": "patreon", + "url": "https://www.patreon.com/feross" + }, + { + "type": "consulting", + "url": "https://feross.org/support" + } + ], + "license": "MIT" + }, + "node_modules/safer-buffer": { + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/safer-buffer/-/safer-buffer-2.1.2.tgz", + "integrity": "sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==", + "license": "MIT" + }, + "node_modules/semver": { + "version": "5.7.2", + "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.2.tgz", + "integrity": "sha512-cBznnQ9KjJqU67B52RMC65CMarK2600WFnbkcaiwWq3xy/5haFJlshgnpjovMVJ+Hff49d8GEn0b87C5pDQ10g==", + "dev": true, + "license": "ISC", + "bin": { + "semver": "bin/semver" + } + }, + "node_modules/send": { + "version": "0.18.0", + "resolved": "https://registry.npmjs.org/send/-/send-0.18.0.tgz", + "integrity": "sha512-qqWzuOjSFOuqPjFe4NOsMLafToQQwBSOEpS+FwEt3A2V3vKubTquT3vmLTQpFgMXp8AlFWFuP1qKaJZOtPpVXg==", + "license": "MIT", + "dependencies": { + "debug": "2.6.9", + "depd": "2.0.0", + "destroy": "1.2.0", + "encodeurl": "~1.0.2", + "escape-html": "~1.0.3", + "etag": "~1.8.1", + "fresh": "0.5.2", + "http-errors": "2.0.0", + "mime": "1.6.0", + "ms": "2.1.3", + "on-finished": "2.4.1", + "range-parser": "~1.2.1", + "statuses": "2.0.1" + }, + "engines": { + "node": ">= 0.8.0" + } + }, + "node_modules/send/node_modules/debug": { + "version": "2.6.9", + "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", + "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", + "license": "MIT", + "dependencies": { + "ms": "2.0.0" + } + }, + "node_modules/send/node_modules/debug/node_modules/ms": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", + "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==", + "license": "MIT" + }, + "node_modules/send/node_modules/ms": { + "version": "2.1.3", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz", + "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==", + "license": "MIT" + }, + "node_modules/serve-static": { + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/serve-static/-/serve-static-1.15.0.tgz", + "integrity": "sha512-XGuRDNjXUijsUL0vl6nSD7cwURuzEgglbOaFuZM9g3kwDXOWVTck0jLzjPzGD+TazWbboZYu52/9/XPdUgne9g==", + "license": "MIT", + "dependencies": { + "encodeurl": "~1.0.2", + "escape-html": "~1.0.3", + "parseurl": "~1.3.3", + "send": "0.18.0" + }, + "engines": { + "node": ">= 0.8.0" + } + }, + "node_modules/set-function-length": { + "version": "1.2.2", + "resolved": "https://registry.npmjs.org/set-function-length/-/set-function-length-1.2.2.tgz", + "integrity": "sha512-pgRc4hJ4/sNjWCSS9AmnS40x3bNMDTknHgL5UaMBTMyJnU90EgWh1Rz+MC9eFu4BuN/UwZjKQuY/1v3rM7HMfg==", + "license": "MIT", + "dependencies": { + "define-data-property": "^1.1.4", + "es-errors": "^1.3.0", + "function-bind": "^1.1.2", + "get-intrinsic": "^1.2.4", + "gopd": "^1.0.1", + "has-property-descriptors": "^1.0.2" + }, + "engines": { + "node": ">= 0.4" + } + }, + "node_modules/setprototypeof": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/setprototypeof/-/setprototypeof-1.2.0.tgz", + "integrity": "sha512-E5LDX7Wrp85Kil5bhZv46j8jOeboKq5JMmYM3gVGdGH8xFpPWXUMsNrlODCrkoxMEeNi/XZIwuRvY4XNwYMJpw==", + "license": "ISC" + }, + "node_modules/side-channel": { + "version": "1.0.6", + "resolved": "https://registry.npmjs.org/side-channel/-/side-channel-1.0.6.tgz", + "integrity": "sha512-fDW/EZ6Q9RiO8eFG8Hj+7u/oW+XrPTIChwCOM2+th2A6OblDtYYIpve9m+KvI9Z4C9qSEXlaGR6bTEYHReuglA==", + "license": "MIT", + "dependencies": { + "call-bind": "^1.0.7", + "es-errors": "^1.3.0", + "get-intrinsic": "^1.2.4", + "object-inspect": "^1.13.1" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/sift": { + "version": "16.0.1", + "resolved": "https://registry.npmjs.org/sift/-/sift-16.0.1.tgz", + "integrity": "sha512-Wv6BjQ5zbhW7VFefWusVP33T/EM0vYikCaQ2qR8yULbsilAT8/wQaXvuQ3ptGLpoKx+lihJE3y2UTgKDyyNHZQ==", + "license": "MIT" + }, + "node_modules/simple-update-notifier": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/simple-update-notifier/-/simple-update-notifier-1.1.0.tgz", + "integrity": "sha512-VpsrsJSUcJEseSbMHkrsrAVSdvVS5I96Qo1QAQ4FxQ9wXFcB+pjj7FB7/us9+GcgfW4ziHtYMc1J0PLczb55mg==", + "dev": true, + "license": "MIT", + "dependencies": { + "semver": "~7.0.0" + }, + "engines": { + "node": ">=8.10.0" + } + }, + "node_modules/simple-update-notifier/node_modules/semver": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/semver/-/semver-7.0.0.tgz", + "integrity": "sha512-+GB6zVA9LWh6zovYQLALHwv5rb2PHGlJi3lfiqIHxR0uuwCgefcOJc59v9fv1w8GbStwxuuqqAjI9NMAOOgq1A==", + "dev": true, + "license": "ISC", + "bin": { + "semver": "bin/semver.js" + } + }, + "node_modules/smart-buffer": { + "version": "4.2.0", + "resolved": "https://registry.npmjs.org/smart-buffer/-/smart-buffer-4.2.0.tgz", + "integrity": "sha512-94hK0Hh8rPqQl2xXc3HsaBoOXKV20MToPkcXvwbISWLEs+64sBq5kFgn2kJDHb1Pry9yrP0dxrCI9RRci7RXKg==", + "license": "MIT", + "engines": { + "node": ">= 6.0.0", + "npm": ">= 3.0.0" + } + }, + "node_modules/socks": { + "version": "2.8.3", + "resolved": "https://registry.npmjs.org/socks/-/socks-2.8.3.tgz", + "integrity": "sha512-l5x7VUUWbjVFbafGLxPWkYsHIhEvmF85tbIeFZWc8ZPtoMyybuEhL7Jye/ooC4/d48FgOjSJXgsF/AJPYCW8Zw==", + "license": "MIT", + "dependencies": { + "ip-address": "^9.0.5", + "smart-buffer": "^4.2.0" + }, + "engines": { + "node": ">= 10.0.0", + "npm": ">= 3.0.0" + } + }, + "node_modules/sparse-bitfield": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/sparse-bitfield/-/sparse-bitfield-3.0.3.tgz", + "integrity": "sha512-kvzhi7vqKTfkh0PZU+2D2PIllw2ymqJKujUcyPMd9Y75Nv4nPbGJZXNhxsgdQab2BmlDct1YnfQCguEvHr7VsQ==", + "license": "MIT", + "optional": true, + "dependencies": { + "memory-pager": "^1.0.2" + } + }, + "node_modules/sprintf-js": { + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/sprintf-js/-/sprintf-js-1.1.3.tgz", + "integrity": "sha512-Oo+0REFV59/rz3gfJNKQiBlwfHaSESl1pcGyABQsnnIfWOFt6JNj5gCog2U6MLZ//IGYD+nA8nI+mTShREReaA==", + "license": "BSD-3-Clause" + }, + "node_modules/statuses": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/statuses/-/statuses-2.0.1.tgz", + "integrity": "sha512-RwNA9Z/7PrK06rYLIzFMlaF+l73iwpzsqRIFgbMLbTcLD6cOao82TaWefPXQvB2fOC4AjuYSEndS7N/mTCbkdQ==", + "license": "MIT", + "engines": { + "node": ">= 0.8" + } + }, + "node_modules/strnum": { + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/strnum/-/strnum-1.0.5.tgz", + "integrity": "sha512-J8bbNyKKXl5qYcR36TIO8W3mVGVHrmmxsd5PAItGkmyzwJvybiw2IVq5nqd0i4LSNSkB/sx9VHllbfFdr9k1JA==", + "license": "MIT", + "optional": true + }, + "node_modules/supports-color": { + "version": "5.5.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz", + "integrity": "sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==", + "dev": true, + "license": "MIT", + "dependencies": { + "has-flag": "^3.0.0" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/to-regex-range": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz", + "integrity": "sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==", + "dev": true, + "license": "MIT", + "dependencies": { + "is-number": "^7.0.0" + }, + "engines": { + "node": ">=8.0" + } + }, + "node_modules/toidentifier": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/toidentifier/-/toidentifier-1.0.1.tgz", + "integrity": "sha512-o5sSPKEkg/DIQNmH43V0/uerLrpzVedkUh8tGNvaeXpfpuwjKenlSox/2O/BTlZUtEe+JG7s5YhEz608PlAHRA==", + "license": "MIT", + "engines": { + "node": ">=0.6" + } + }, + "node_modules/touch": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/touch/-/touch-3.1.1.tgz", + "integrity": "sha512-r0eojU4bI8MnHr8c5bNo7lJDdI2qXlWWJk6a9EAFG7vbhTjElYhBVS3/miuE0uOuoLdb8Mc/rVfsmm6eo5o9GA==", + "dev": true, + "license": "ISC", + "bin": { + "nodetouch": "bin/nodetouch.js" + } + }, + "node_modules/tr46": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/tr46/-/tr46-3.0.0.tgz", + "integrity": "sha512-l7FvfAHlcmulp8kr+flpQZmVwtu7nfRV7NZujtN0OqES8EL4O4e0qqzL0DC5gAvx/ZC/9lk6rhcUwYvkBnBnYA==", + "license": "MIT", + "dependencies": { + "punycode": "^2.1.1" + }, + "engines": { + "node": ">=12" + } + }, + "node_modules/tslib": { + "version": "2.6.3", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.6.3.tgz", + "integrity": "sha512-xNvxJEOUiWPGhUuUdQgAJPKOOJfGnIyKySOc09XkKsgdUV/3E2zvwZYdejjmRgPCgcym1juLH3226yA7sEFJKQ==", + "license": "0BSD", + "optional": true + }, + "node_modules/type-is": { + "version": "1.6.18", + "resolved": "https://registry.npmjs.org/type-is/-/type-is-1.6.18.tgz", + "integrity": "sha512-TkRKr9sUTxEH8MdfuCSP7VizJyzRNMjj2J2do2Jr3Kym598JVdEksuzPQCnlFPW4ky9Q+iA+ma9BGm06XQBy8g==", + "license": "MIT", + "dependencies": { + "media-typer": "0.3.0", + "mime-types": "~2.1.24" + }, + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/undefsafe": { + "version": "2.0.5", + "resolved": "https://registry.npmjs.org/undefsafe/-/undefsafe-2.0.5.tgz", + "integrity": "sha512-WxONCrssBM8TSPRqN5EmsjVrsv4A8X12J4ArBiiayv3DyyG3ZlIg6yysuuSYdZsVz3TKcTg2fd//Ujd4CHV1iA==", + "dev": true, + "license": "MIT" + }, + "node_modules/undici-types": { + "version": "5.26.5", + "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-5.26.5.tgz", + "integrity": "sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==", + "license": "MIT" + }, + "node_modules/unpipe": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/unpipe/-/unpipe-1.0.0.tgz", + "integrity": "sha512-pjy2bYhSsufwWlKwPc+l3cN7+wuJlK6uz0YdJEOlQDbl6jo/YlPi4mb8agUkVC8BF7V8NuzeyPNqRksA3hztKQ==", + "license": "MIT", + "engines": { + "node": ">= 0.8" + } + }, + "node_modules/utils-merge": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/utils-merge/-/utils-merge-1.0.1.tgz", + "integrity": "sha512-pMZTvIkT1d+TFGvDOqodOclx0QWkkgi6Tdoa8gC8ffGAAqz9pzPTZWAybbsHHoED/ztMtkv/VoYTYyShUn81hA==", + "license": "MIT", + "engines": { + "node": ">= 0.4.0" + } + }, + "node_modules/uuid": { + "version": "9.0.1", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-9.0.1.tgz", + "integrity": "sha512-b+1eJOlsR9K8HJpow9Ok3fiWOWSIcIzXodvv0rQjVoOVNpWMpxf1wZNpt4y9h10odCNrqnYp1OBzRktckBe3sA==", + "funding": [ + "https://github.com/sponsors/broofa", + "https://github.com/sponsors/ctavan" + ], + "license": "MIT", + "optional": true, + "bin": { + "uuid": "dist/bin/uuid" + } + }, + "node_modules/vary": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/vary/-/vary-1.1.2.tgz", + "integrity": "sha512-BNGbWLfd0eUPabhkXUVm0j8uuvREyTh5ovRa/dyow/BqAbZJyC+5fU+IzQOzmAKzYqYRAISoRhdQr3eIZ/PXqg==", + "license": "MIT", + "engines": { + "node": ">= 0.8" + } + }, + "node_modules/webidl-conversions": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-7.0.0.tgz", + "integrity": "sha512-VwddBukDzu71offAQR975unBIGqfKZpM+8ZX6ySk8nYhVoo5CYaZyzt3YBvYtRtO+aoGlqxPg/B87NGVZ/fu6g==", + "license": "BSD-2-Clause", + "engines": { + "node": ">=12" + } + }, + "node_modules/whatwg-url": { + "version": "11.0.0", + "resolved": "https://registry.npmjs.org/whatwg-url/-/whatwg-url-11.0.0.tgz", + "integrity": "sha512-RKT8HExMpoYx4igMiVMY83lN6UeITKJlBQ+vR/8ZJ8OCdSiN3RwCq+9gH0+Xzj0+5IrM6i4j/6LuvzbZIQgEcQ==", + "license": "MIT", + "dependencies": { + "tr46": "^3.0.0", + "webidl-conversions": "^7.0.0" + }, + "engines": { + "node": ">=12" + } + } + } +} diff --git a/package.json b/package.json index 6830a48aa..534c8cb71 100644 --- a/package.json +++ b/package.json @@ -1,20 +1,25 @@ { "name": "project-mongo-api", "version": "1.0.0", - "description": "Starter project to get up and running with express quickly", + "description": "", + "main": "server.js", + "type": "module", "scripts": { - "start": "babel-node server.js", - "dev": "nodemon server.js --exec babel-node" + "start": "node server.js", + "dev": "nodemon server.js" }, + "keywords": [], "author": "", "license": "ISC", "dependencies": { - "@babel/core": "^7.17.9", - "@babel/node": "^7.16.8", - "@babel/preset-env": "^7.16.11", + "body-parser": "^1.19.0", "cors": "^2.8.5", - "express": "^4.17.3", - "mongoose": "^8.0.0", - "nodemon": "^3.0.1" + "dotenv": "^16.4.5", + "express": "^4.19.2", + "express-list-endpoints": "^7.1.0", + "mongoose": "^6.13.0" + }, + "devDependencies": { + "nodemon": "^2.0.7" } } diff --git a/seed.js b/seed.js new file mode 100644 index 000000000..d5b1f8fb1 --- /dev/null +++ b/seed.js @@ -0,0 +1,54 @@ +import mongoose from "mongoose"; +import dotenv from "dotenv"; +import { Book } from "./models/Book.js"; + +dotenv.config(); + +const books = [ + { + bookID: 1, + title: "The Great Gatsby", + authors: "F. Scott Fitzgerald", + average_rating: 3.9, + isbn: 9780743273565, + isbn13: 9780743273565, + language_code: "eng", + num_pages: 180, + ratings_count: 3679942, + text_reviews_count: 61843, + }, + { + bookID: 2, + title: "To Kill a Mockingbird", + authors: "Harper Lee", + average_rating: 4.3, + isbn: 9780061120084, + isbn13: 9780061120084, + language_code: "eng", + num_pages: 324, + ratings_count: 4255821, + text_reviews_count: 88731, + }, +]; + +const seedDB = async () => { + try { + await mongoose.connect(process.env.MONGO_URI, { + useNewUrlParser: true, + useUnifiedTopology: true, + }); + console.log("Connected to MongoDB"); + + await Book.deleteMany({}); + console.log("Cleared the Books collection"); + + await Book.insertMany(books); + console.log("Inserted books data"); + + mongoose.connection.close(); + } catch (error) { + console.error("Error seeding database:", error); + } +}; + +seedDB(); diff --git a/server.js b/server.js index 647e7b144..7a8d24726 100644 --- a/server.js +++ b/server.js @@ -1,35 +1,173 @@ import express from "express"; -import cors from "cors"; import mongoose from "mongoose"; +import bodyParser from "body-parser"; +import cors from "cors"; +import dotenv from "dotenv"; +import { Book } from "./models/Book.js"; + +dotenv.config(); -// If you're using one of our datasets, uncomment the appropriate import below -// to get started! -// import avocadoSalesData from "./data/avocado-sales.json"; -// import booksData from "./data/books.json"; -// import goldenGlobesData from "./data/golden-globes.json"; -// import netflixData from "./data/netflix-titles.json"; -// import topMusicData from "./data/top-music.json"; - -const mongoUrl = process.env.MONGO_URL || "mongodb://localhost/project-mongo"; -mongoose.connect(mongoUrl); -mongoose.Promise = Promise; - -// Defines the port the app will run on. Defaults to 8080, but can be overridden -// when starting the server. Example command to overwrite PORT env variable value: -// PORT=9000 npm start -const port = process.env.PORT || 8080; const app = express(); +const PORT = process.env.PORT || 10000; -// Add middlewares to enable cors and json body parsing +// Middleware +app.use(bodyParser.json()); app.use(cors()); -app.use(express.json()); -// Start defining your routes here +// Ensure MONGO_URI is defined +if (!process.env.MONGO_URI) { + console.error("Error: MONGO_URI is not defined in the environment variables."); + process.exit(1); +} + +// Database connection +mongoose.set("strictQuery", false); + +const connectDB = async () => { + try { + await mongoose.connect(process.env.MONGO_URI, { + useNewUrlParser: true, + useUnifiedTopology: true, + }); + console.log("Connected to MongoDB"); + } catch (error) { + console.error("Error connecting to MongoDB:", error.message); + process.exit(1); + } +}; + +connectDB(); + +// Routes + +// Endpoint Informativo app.get("/", (req, res) => { - res.send("Hello Technigo!"); + res.json({ + message: "Welcome to Books API", + endpoints: [ + { + path: "/", + methods: ["GET"], + middlewares: ["anonymous"], + usageInfo: { + description: "Welcome message with API endpoints information.", + }, + }, + { + path: "/books", + methods: ["GET"], + middlewares: ["anonymous"], + usageInfo: { + description: "Get all books.", + }, + }, + { + path: "/books/:id", + methods: ["GET"], + middlewares: ["anonymous"], + usageInfo: { + description: "Get a single book by ID.", + }, + }, + { + path: "/books", + methods: ["POST"], + middlewares: ["anonymous"], + usageInfo: { + description: "Add a new book.", + }, + }, + { + path: "/books/:id", + methods: ["PUT"], + middlewares: ["anonymous"], + usageInfo: { + description: "Update a book by ID.", + }, + }, + { + path: "/books/:id", + methods: ["DELETE"], + middlewares: ["anonymous"], + usageInfo: { + description: "Delete a book by ID.", + }, + }, + ], + }); +}); + +app.post("/books", async (req, res) => { + try { + const books = req.body; + if (!Array.isArray(books) || !books.length) { + return res.status(400).json({ message: "Request body must be an array of books" }); + } + const insertedBooks = await Book.insertMany(books); + res.status(201).json(insertedBooks); + } catch (error) { + res.status(400).json({ message: error.message }); + } +}); + +app.get("/books", async (req, res) => { + try { + const { title, authors, average_rating, language_code } = req.query; + const filter = {}; + + if (title) { + filter.title = new RegExp(title, "i"); // Filtra per titolo, ignorando il case + } + if (authors) { + filter.authors = new RegExp(authors, "i"); // Filtra per autori, ignorando il case + } + if (average_rating) { + filter.average_rating = { $gte: parseFloat(average_rating) }; // Filtra per valutazione media maggiore o uguale + } + if (language_code) { + filter.language_code = language_code; // Filtra per codice lingua + } + + const books = await Book.find(filter); + res.json(books); + } catch (error) { + res.status(500).json({ message: error.message }); + } +}); + +app.get("/books/:id", async (req, res) => { + try { + const book = await Book.findById(req.params.id); + if (!book) return res.status(404).json({ message: "Book not found" }); + res.json(book); + } catch (error) { + res.status(500).json({ message: error.message }); + } +}); + +app.put("/books/:id", async (req, res) => { + try { + const updatedBook = await Book.findByIdAndUpdate(req.params.id, req.body, { + new: true, + runValidators: true, + }); + if (!updatedBook) return res.status(404).json({ message: "Book not found" }); + res.json(updatedBook); + } catch (error) { + res.status(400).json({ message: error.message }); + } +}); + +app.delete("/books/:id", async (req, res) => { + try { + const deletedBook = await Book.findByIdAndDelete(req.params.id); + if (!deletedBook) return res.status(404).json({ message: "Book not found" }); + res.json({ message: "Book deleted successfully" }); + } catch (error) { + res.status(500).json({ message: error.message }); + } }); -// Start the server -app.listen(port, () => { - console.log(`Server running on http://localhost:${port}`); +app.listen(PORT, () => { + console.log(`Server is running on port ${PORT}`); });