diff --git a/Submissions/aarpit1010/Task_1/csv2json.py b/Submissions/aarpit1010/Task_1/csv2json.py new file mode 100644 index 0000000..f187096 --- /dev/null +++ b/Submissions/aarpit1010/Task_1/csv2json.py @@ -0,0 +1,18 @@ +import os +import csv +import json +import pandas as pd + + +file = open('../../../Task_1/movies.csv', encoding = "utf8",errors = 'ignore') + +data = [] +genre = 'Comedy' +csv_reader = csv.reader(file) +for line in csv_reader: + jsnrow = {'MovieId' : line[0], 'Title':line[1], 'Genres': line[2]} + if(line[2].find(genre)!= -1 ): + data.append(jsnrow) + +with open('movies.json','w') as nfle: + nfle.write(json.dumps(data,indent = 4)) diff --git a/Submissions/aarpit1010/Task_1/movies.json b/Submissions/aarpit1010/Task_1/movies.json new file mode 100644 index 0000000..e35e1bf --- /dev/null +++ b/Submissions/aarpit1010/Task_1/movies.json @@ -0,0 +1,18782 @@ +[ + { + "MovieId": "1", + "Title": "Toy Story (1995)", + "Genres": "Adventure|Animation|Children|Comedy|Fantasy" + }, + { + "MovieId": "3", + "Title": "Grumpier Old Men (1995)", + "Genres": "Comedy|Romance" + }, + { + "MovieId": "4", + "Title": "Waiting to Exhale (1995)", + "Genres": "Comedy|Drama|Romance" + }, + { + "MovieId": "5", + "Title": "Father of the Bride Part II (1995)", + "Genres": "Comedy" + }, + { + "MovieId": "7", + "Title": "Sabrina (1995)", + "Genres": "Comedy|Romance" + }, + { + "MovieId": "11", + "Title": "American President, The (1995)", + "Genres": "Comedy|Drama|Romance" + }, + { + "MovieId": "12", + "Title": "Dracula: Dead and Loving It (1995)", + "Genres": "Comedy|Horror" + }, + { + "MovieId": "18", + "Title": "Four Rooms (1995)", + "Genres": "Comedy" + }, + { + "MovieId": "19", + "Title": "Ace Ventura: When Nature Calls (1995)", + "Genres": "Comedy" + }, + { + "MovieId": "20", + "Title": "Money Train (1995)", + "Genres": "Action|Comedy|Crime|Drama|Thriller" + }, + { + "MovieId": "21", + "Title": "Get Shorty (1995)", + "Genres": "Comedy|Crime|Thriller" + }, + { + "MovieId": "38", + "Title": "It Takes Two (1995)", + "Genres": "Children|Comedy" + }, + { + "MovieId": "39", + "Title": "Clueless (1995)", + "Genres": "Comedy|Romance" + }, + { + "MovieId": "45", + "Title": "To Die For (1995)", + "Genres": "Comedy|Drama|Thriller" + }, + { + "MovieId": "52", + "Title": "Mighty Aphrodite (1995)", + "Genres": "Comedy|Drama|Romance" + }, + { + "MovieId": "54", + "Title": "Big Green, The (1995)", + "Genres": "Children|Comedy" + }, + { + "MovieId": "58", + "Title": "Postman, The (Postino, Il) (1994)", + "Genres": "Comedy|Drama|Romance" + }, + { + "MovieId": "63", + "Title": "Don't Be a Menace to South Central While Drinking Your Juice in the Hood (1996)", + "Genres": "Comedy|Crime" + }, + { + "MovieId": "64", + "Title": "Two if by Sea (1996)", + "Genres": "Comedy|Romance" + }, + { + "MovieId": "65", + "Title": "Bio-Dome (1996)", + "Genres": "Comedy" + }, + { + "MovieId": "68", + "Title": "French Twist (Gazon maudit) (1995)", + "Genres": "Comedy|Romance" + }, + { + "MovieId": "69", + "Title": "Friday (1995)", + "Genres": "Comedy" + }, + { + "MovieId": "70", + "Title": "From Dusk Till Dawn (1996)", + "Genres": "Action|Comedy|Horror|Thriller" + }, + { + "MovieId": "72", + "Title": "Kicking and Screaming (1995)", + "Genres": "Comedy|Drama" + }, + { + "MovieId": "75", + "Title": "Big Bully (1996)", + "Genres": "Comedy|Drama" + }, + { + "MovieId": "82", + "Title": "Antonia's Line (Antonia) (1995)", + "Genres": "Comedy|Drama" + }, + { + "MovieId": "87", + "Title": "Dunston Checks In (1996)", + "Genres": "Children|Comedy" + }, + { + "MovieId": "88", + "Title": "Black Sheep (1996)", + "Genres": "Comedy" + }, + { + "MovieId": "93", + "Title": "Vampire in Brooklyn (1995)", + "Genres": "Comedy|Horror|Romance" + }, + { + "MovieId": "94", + "Title": "Beautiful Girls (1996)", + "Genres": "Comedy|Drama|Romance" + }, + { + "MovieId": "96", + "Title": "In the Bleak Midwinter (1995)", + "Genres": "Comedy|Drama" + }, + { + "MovieId": "101", + "Title": "Bottle Rocket (1996)", + "Genres": "Adventure|Comedy|Crime|Romance" + }, + { + "MovieId": "102", + "Title": "Mr. Wrong (1996)", + "Genres": "Comedy" + }, + { + "MovieId": "104", + "Title": "Happy Gilmore (1996)", + "Genres": "Comedy" + }, + { + "MovieId": "106", + "Title": "Nobody Loves Me (Keiner liebt mich) (1994)", + "Genres": "Comedy|Drama" + }, + { + "MovieId": "107", + "Title": "Muppet Treasure Island (1996)", + "Genres": "Adventure|Children|Comedy|Musical" + }, + { + "MovieId": "112", + "Title": "Rumble in the Bronx (Hont faan kui) (1995)", + "Genres": "Action|Adventure|Comedy|Crime" + }, + { + "MovieId": "118", + "Title": "If Lucy Fell (1996)", + "Genres": "Comedy|Romance" + }, + { + "MovieId": "119", + "Title": "Steal Big, Steal Little (1995)", + "Genres": "Comedy" + }, + { + "MovieId": "122", + "Title": "Boomerang (1992)", + "Genres": "Comedy|Romance" + }, + { + "MovieId": "125", + "Title": "Flirting With Disaster (1996)", + "Genres": "Comedy" + }, + { + "MovieId": "129", + "Title": "Pie in the Sky (1996)", + "Genres": "Comedy|Romance" + }, + { + "MovieId": "135", + "Title": "Down Periscope (1996)", + "Genres": "Comedy" + }, + { + "MovieId": "141", + "Title": "Birdcage, The (1996)", + "Genres": "Comedy" + }, + { + "MovieId": "144", + "Title": "Brothers McMullen, The (1995)", + "Genres": "Comedy" + }, + { + "MovieId": "145", + "Title": "Bad Boys (1995)", + "Genres": "Action|Comedy|Crime|Drama|Thriller" + }, + { + "MovieId": "153", + "Title": "Batman Forever (1995)", + "Genres": "Action|Adventure|Comedy|Crime" + }, + { + "MovieId": "156", + "Title": "Blue in the Face (1995)", + "Genres": "Comedy|Drama" + }, + { + "MovieId": "157", + "Title": "Canadian Bacon (1995)", + "Genres": "Comedy|War" + }, + { + "MovieId": "166", + "Title": "Doom Generation, The (1995)", + "Genres": "Comedy|Crime|Drama" + }, + { + "MovieId": "171", + "Title": "Jeffrey (1995)", + "Genres": "Comedy|Drama" + }, + { + "MovieId": "174", + "Title": "Jury Duty (1995)", + "Genres": "Comedy" + }, + { + "MovieId": "176", + "Title": "Living in Oblivion (1995)", + "Genres": "Comedy" + }, + { + "MovieId": "178", + "Title": "Love & Human Remains (1993)", + "Genres": "Comedy|Drama" + }, + { + "MovieId": "180", + "Title": "Mallrats (1995)", + "Genres": "Comedy|Romance" + }, + { + "MovieId": "183", + "Title": "Mute Witness (1994)", + "Genres": "Comedy|Horror|Thriller" + }, + { + "MovieId": "186", + "Title": "Nine Months (1995)", + "Genres": "Comedy|Romance" + }, + { + "MovieId": "187", + "Title": "Party Girl (1995)", + "Genres": "Comedy" + }, + { + "MovieId": "189", + "Title": "Reckless (1995)", + "Genres": "Comedy|Fantasy" + }, + { + "MovieId": "194", + "Title": "Smoke (1995)", + "Genres": "Comedy|Drama" + }, + { + "MovieId": "195", + "Title": "Something to Talk About (1995)", + "Genres": "Comedy|Drama|Romance" + }, + { + "MovieId": "203", + "Title": "To Wong Foo, Thanks for Everything! Julie Newmar (1995)", + "Genres": "Comedy" + }, + { + "MovieId": "205", + "Title": "Unstrung Heroes (1995)", + "Genres": "Comedy|Drama" + }, + { + "MovieId": "212", + "Title": "Bushwhacked (1995)", + "Genres": "Adventure|Comedy|Crime|Mystery" + }, + { + "MovieId": "216", + "Title": "Billy Madison (1995)", + "Genres": "Comedy" + }, + { + "MovieId": "218", + "Title": "Boys on the Side (1995)", + "Genres": "Comedy|Drama" + }, + { + "MovieId": "223", + "Title": "Clerks (1994)", + "Genres": "Comedy" + }, + { + "MovieId": "224", + "Title": "Don Juan DeMarco (1995)", + "Genres": "Comedy|Drama|Romance" + }, + { + "MovieId": "228", + "Title": "Destiny Turns on the Radio (1995)", + "Genres": "Comedy" + }, + { + "MovieId": "231", + "Title": "Dumb & Dumber (Dumb and Dumber) (1994)", + "Genres": "Adventure|Comedy" + }, + { + "MovieId": "232", + "Title": "Eat Drink Man Woman (Yin shi nan nu) (1994)", + "Genres": "Comedy|Drama|Romance" + }, + { + "MovieId": "234", + "Title": "Exit to Eden (1994)", + "Genres": "Comedy" + }, + { + "MovieId": "235", + "Title": "Ed Wood (1994)", + "Genres": "Comedy|Drama" + }, + { + "MovieId": "236", + "Title": "French Kiss (1995)", + "Genres": "Action|Comedy|Romance" + }, + { + "MovieId": "237", + "Title": "Forget Paris (1995)", + "Genres": "Comedy|Romance" + }, + { + "MovieId": "239", + "Title": "Goofy Movie, A (1995)", + "Genres": "Animation|Children|Comedy|Romance" + }, + { + "MovieId": "243", + "Title": "Gordy (1995)", + "Genres": "Children|Comedy|Fantasy" + }, + { + "MovieId": "248", + "Title": "Houseguest (1994)", + "Genres": "Comedy" + }, + { + "MovieId": "250", + "Title": "Heavyweights (Heavy Weights) (1995)", + "Genres": "Children|Comedy" + }, + { + "MovieId": "252", + "Title": "I.Q. (1994)", + "Genres": "Comedy|Romance" + }, + { + "MovieId": "255", + "Title": "Jerky Boys, The (1995)", + "Genres": "Comedy" + }, + { + "MovieId": "256", + "Title": "Junior (1994)", + "Genres": "Comedy|Sci-Fi" + }, + { + "MovieId": "258", + "Title": "Kid in King Arthur's Court, A (1995)", + "Genres": "Adventure|Children|Comedy|Fantasy|Romance" + }, + { + "MovieId": "267", + "Title": "Major Payne (1995)", + "Genres": "Comedy" + }, + { + "MovieId": "272", + "Title": "Madness of King George, The (1994)", + "Genres": "Comedy|Drama" + }, + { + "MovieId": "274", + "Title": "Man of the House (1995)", + "Genres": "Comedy" + }, + { + "MovieId": "275", + "Title": "Mixed Nuts (1994)", + "Genres": "Comedy" + }, + { + "MovieId": "276", + "Title": "Milk Money (1994)", + "Genres": "Comedy|Romance" + }, + { + "MovieId": "278", + "Title": "Miami Rhapsody (1995)", + "Genres": "Comedy" + }, + { + "MovieId": "281", + "Title": "Nobody's Fool (1994)", + "Genres": "Comedy|Drama|Romance" + }, + { + "MovieId": "287", + "Title": "Nina Takes a Lover (1994)", + "Genres": "Comedy|Romance" + }, + { + "MovieId": "289", + "Title": "Only You (1994)", + "Genres": "Comedy|Romance" + }, + { + "MovieId": "294", + "Title": "Perez Family, The (1995)", + "Genres": "Comedy|Romance" + }, + { + "MovieId": "295", + "Title": "Pyromaniac's Love Story, A (1995)", + "Genres": "Comedy|Romance" + }, + { + "MovieId": "296", + "Title": "Pulp Fiction (1994)", + "Genres": "Comedy|Crime|Drama|Thriller" + }, + { + "MovieId": "304", + "Title": "Roommates (1995)", + "Genres": "Comedy|Drama" + }, + { + "MovieId": "305", + "Title": "Ready to Wear (Pret-A-Porter) (1994)", + "Genres": "Comedy" + }, + { + "MovieId": "308", + "Title": "Three Colors: White (Trzy kolory: Bialy) (1994)", + "Genres": "Comedy|Drama" + }, + { + "MovieId": "310", + "Title": "Rent-a-Kid (1995)", + "Genres": "Comedy" + }, + { + "MovieId": "312", + "Title": "Stuart Saves His Family (1995)", + "Genres": "Comedy" + }, + { + "MovieId": "317", + "Title": "Santa Clause, The (1994)", + "Genres": "Comedy|Drama|Fantasy" + }, + { + "MovieId": "319", + "Title": "Shallow Grave (1994)", + "Genres": "Comedy|Drama|Thriller" + }, + { + "MovieId": "322", + "Title": "Swimming with Sharks (1995)", + "Genres": "Comedy|Drama" + }, + { + "MovieId": "324", + "Title": "Sum of Us, The (1994)", + "Genres": "Comedy|Drama" + }, + { + "MovieId": "325", + "Title": "National Lampoon's Senior Trip (1995)", + "Genres": "Comedy" + }, + { + "MovieId": "327", + "Title": "Tank Girl (1995)", + "Genres": "Action|Comedy|Sci-Fi" + }, + { + "MovieId": "333", + "Title": "Tommy Boy (1995)", + "Genres": "Comedy" + }, + { + "MovieId": "339", + "Title": "While You Were Sleeping (1995)", + "Genres": "Comedy|Romance" + }, + { + "MovieId": "342", + "Title": "Muriel's Wedding (1994)", + "Genres": "Comedy" + }, + { + "MovieId": "344", + "Title": "Ace Ventura: Pet Detective (1994)", + "Genres": "Comedy" + }, + { + "MovieId": "345", + "Title": "Adventures of Priscilla, Queen of the Desert, The (1994)", + "Genres": "Comedy|Drama" + }, + { + "MovieId": "348", + "Title": "Bullets Over Broadway (1994)", + "Genres": "Comedy" + }, + { + "MovieId": "351", + "Title": "Corrina, Corrina (1994)", + "Genres": "Comedy|Drama|Romance" + }, + { + "MovieId": "352", + "Title": "Crooklyn (1994)", + "Genres": "Comedy|Drama" + }, + { + "MovieId": "355", + "Title": "Flintstones, The (1994)", + "Genres": "Children|Comedy|Fantasy" + }, + { + "MovieId": "356", + "Title": "Forrest Gump (1994)", + "Genres": "Comedy|Drama|Romance|War" + }, + { + "MovieId": "357", + "Title": "Four Weddings and a Funeral (1994)", + "Genres": "Comedy|Romance" + }, + { + "MovieId": "359", + "Title": "I Like It Like That (1994)", + "Genres": "Comedy|Drama|Romance" + }, + { + "MovieId": "360", + "Title": "I Love Trouble (1994)", + "Genres": "Action|Comedy" + }, + { + "MovieId": "361", + "Title": "It Could Happen to You (1994)", + "Genres": "Comedy|Drama|Romance" + }, + { + "MovieId": "367", + "Title": "Mask, The (1994)", + "Genres": "Action|Comedy|Crime|Fantasy" + }, + { + "MovieId": "368", + "Title": "Maverick (1994)", + "Genres": "Adventure|Comedy|Western" + }, + { + "MovieId": "370", + "Title": "Naked Gun 33 1/3: The Final Insult (1994)", + "Genres": "Action|Comedy" + }, + { + "MovieId": "371", + "Title": "Paper, The (1994)", + "Genres": "Comedy|Drama" + }, + { + "MovieId": "372", + "Title": "Reality Bites (1994)", + "Genres": "Comedy|Drama|Romance" + }, + { + "MovieId": "374", + "Title": "Richie Rich (1994)", + "Genres": "Children|Comedy" + }, + { + "MovieId": "378", + "Title": "Speechless (1994)", + "Genres": "Comedy|Romance" + }, + { + "MovieId": "380", + "Title": "True Lies (1994)", + "Genres": "Action|Adventure|Comedy|Romance|Thriller" + }, + { + "MovieId": "387", + "Title": "Low Down Dirty Shame, A (1994)", + "Genres": "Action|Comedy" + }, + { + "MovieId": "410", + "Title": "Addams Family Values (1993)", + "Genres": "Children|Comedy|Fantasy" + }, + { + "MovieId": "413", + "Title": "Airheads (1994)", + "Genres": "Comedy" + }, + { + "MovieId": "414", + "Title": "Air Up There, The (1994)", + "Genres": "Comedy" + }, + { + "MovieId": "415", + "Title": "Another Stakeout (1993)", + "Genres": "Comedy|Thriller" + }, + { + "MovieId": "417", + "Title": "Barcelona (1994)", + "Genres": "Comedy|Romance" + }, + { + "MovieId": "419", + "Title": "Beverly Hillbillies, The (1993)", + "Genres": "Comedy" + }, + { + "MovieId": "420", + "Title": "Beverly Hills Cop III (1994)", + "Genres": "Action|Comedy|Crime|Thriller" + }, + { + "MovieId": "429", + "Title": "Cabin Boy (1994)", + "Genres": "Comedy" + }, + { + "MovieId": "430", + "Title": "Calendar Girl (1993)", + "Genres": "Comedy|Drama" + }, + { + "MovieId": "432", + "Title": "City Slickers II: The Legend of Curly's Gold (1994)", + "Genres": "Adventure|Comedy|Western" + }, + { + "MovieId": "433", + "Title": "Clean Slate (1994)", + "Genres": "Comedy" + }, + { + "MovieId": "435", + "Title": "Coneheads (1993)", + "Genres": "Comedy|Sci-Fi" + }, + { + "MovieId": "437", + "Title": "Cops and Robbersons (1994)", + "Genres": "Comedy" + }, + { + "MovieId": "438", + "Title": "Cowboy Way, The (1994)", + "Genres": "Action|Comedy|Drama" + }, + { + "MovieId": "440", + "Title": "Dave (1993)", + "Genres": "Comedy|Romance" + }, + { + "MovieId": "441", + "Title": "Dazed and Confused (1993)", + "Genres": "Comedy" + }, + { + "MovieId": "444", + "Title": "Even Cowgirls Get the Blues (1993)", + "Genres": "Comedy|Romance" + }, + { + "MovieId": "445", + "Title": "Fatal Instinct (1993)", + "Genres": "Comedy" + }, + { + "MovieId": "449", + "Title": "Fear of a Black Hat (1994)", + "Genres": "Comedy" + }, + { + "MovieId": "450", + "Title": "With Honors (1994)", + "Genres": "Comedy|Drama" + }, + { + "MovieId": "453", + "Title": "For Love or Money (1993)", + "Genres": "Comedy|Romance" + }, + { + "MovieId": "460", + "Title": "Getting Even with Dad (1994)", + "Genres": "Comedy" + }, + { + "MovieId": "466", + "Title": "Hot Shots! Part Deux (1993)", + "Genres": "Action|Comedy|War" + }, + { + "MovieId": "467", + "Title": "Live Nude Girls (1995)", + "Genres": "Comedy" + }, + { + "MovieId": "468", + "Title": "Englishman Who Went Up a Hill But Came Down a Mountain, The (1995)", + "Genres": "Comedy|Romance" + }, + { + "MovieId": "470", + "Title": "House Party 3 (1994)", + "Genres": "Comedy" + }, + { + "MovieId": "471", + "Title": "Hudsucker Proxy, The (1994)", + "Genres": "Comedy" + }, + { + "MovieId": "472", + "Title": "I'll Do Anything (1994)", + "Genres": "Comedy|Drama" + }, + { + "MovieId": "473", + "Title": "In the Army Now (1994)", + "Genres": "Comedy|War" + }, + { + "MovieId": "476", + "Title": "Inkwell, The (1994)", + "Genres": "Comedy|Drama" + }, + { + "MovieId": "478", + "Title": "Jimmy Hollywood (1994)", + "Genres": "Comedy|Crime|Drama" + }, + { + "MovieId": "485", + "Title": "Last Action Hero (1993)", + "Genres": "Action|Adventure|Comedy|Fantasy" + }, + { + "MovieId": "486", + "Title": "Life with Mikey (1993)", + "Genres": "Comedy" + }, + { + "MovieId": "487", + "Title": "Lightning Jack (1994)", + "Genres": "Comedy|Western" + }, + { + "MovieId": "489", + "Title": "Made in America (1993)", + "Genres": "Comedy" + }, + { + "MovieId": "492", + "Title": "Manhattan Murder Mystery (1993)", + "Genres": "Comedy|Mystery" + }, + { + "MovieId": "496", + "Title": "What Happened Was... (1994)", + "Genres": "Comedy|Drama|Romance|Thriller" + }, + { + "MovieId": "497", + "Title": "Much Ado About Nothing (1993)", + "Genres": "Comedy|Romance" + }, + { + "MovieId": "499", + "Title": "Mr. Wonderful (1993)", + "Genres": "Comedy|Romance" + }, + { + "MovieId": "500", + "Title": "Mrs. Doubtfire (1993)", + "Genres": "Comedy|Drama" + }, + { + "MovieId": "505", + "Title": "North (1994)", + "Genres": "Comedy" + }, + { + "MovieId": "513", + "Title": "Radioland Murders (1994)", + "Genres": "Comedy|Mystery|Romance" + }, + { + "MovieId": "514", + "Title": "Ref, The (1994)", + "Genres": "Comedy" + }, + { + "MovieId": "516", + "Title": "Renaissance Man (1994)", + "Genres": "Comedy|Drama" + }, + { + "MovieId": "518", + "Title": "Road to Wellville, The (1994)", + "Genres": "Comedy" + }, + { + "MovieId": "520", + "Title": "Robin Hood: Men in Tights (1993)", + "Genres": "Comedy" + }, + { + "MovieId": "528", + "Title": "Scout, The (1994)", + "Genres": "Comedy|Drama" + }, + { + "MovieId": "532", + "Title": "Serial Mom (1994)", + "Genres": "Comedy|Crime|Horror" + }, + { + "MovieId": "539", + "Title": "Sleepless in Seattle (1993)", + "Genres": "Comedy|Drama|Romance" + }, + { + "MovieId": "542", + "Title": "Son in Law (1993)", + "Genres": "Comedy|Drama|Romance" + }, + { + "MovieId": "543", + "Title": "So I Married an Axe Murderer (1993)", + "Genres": "Comedy|Romance|Thriller" + }, + { + "MovieId": "546", + "Title": "Super Mario Bros. (1993)", + "Genres": "Action|Adventure|Children|Comedy|Fantasy|Sci-Fi" + }, + { + "MovieId": "550", + "Title": "Threesome (1994)", + "Genres": "Comedy|Romance" + }, + { + "MovieId": "552", + "Title": "Three Musketeers, The (1993)", + "Genres": "Action|Adventure|Comedy|Romance" + }, + { + "MovieId": "562", + "Title": "Welcome to the Dollhouse (1995)", + "Genres": "Comedy|Drama" + }, + { + "MovieId": "564", + "Title": "Chasers (1994)", + "Genres": "Comedy" + }, + { + "MovieId": "567", + "Title": "Kika (1993)", + "Genres": "Comedy|Drama" + }, + { + "MovieId": "568", + "Title": "Bhaji on the Beach (1993)", + "Genres": "Comedy|Drama" + }, + { + "MovieId": "569", + "Title": "Little Big League (1994)", + "Genres": "Comedy|Drama" + }, + { + "MovieId": "574", + "Title": "Spanking the Monkey (1994)", + "Genres": "Comedy|Drama" + }, + { + "MovieId": "575", + "Title": "Little Rascals, The (1994)", + "Genres": "Children|Comedy" + }, + { + "MovieId": "583", + "Title": "Dear Diary (Caro Diario) (1994)", + "Genres": "Comedy|Drama" + }, + { + "MovieId": "585", + "Title": "Brady Bunch Movie, The (1995)", + "Genres": "Comedy" + }, + { + "MovieId": "586", + "Title": "Home Alone (1990)", + "Genres": "Children|Comedy" + }, + { + "MovieId": "587", + "Title": "Ghost (1990)", + "Genres": "Comedy|Drama|Fantasy|Romance|Thriller" + }, + { + "MovieId": "588", + "Title": "Aladdin (1992)", + "Genres": "Adventure|Animation|Children|Comedy|Musical" + }, + { + "MovieId": "597", + "Title": "Pretty Woman (1990)", + "Genres": "Comedy|Romance" + }, + { + "MovieId": "600", + "Title": "Love and a .45 (1994)", + "Genres": "Action|Comedy|Crime" + }, + { + "MovieId": "608", + "Title": "Fargo (1996)", + "Genres": "Comedy|Crime|Drama|Thriller" + }, + { + "MovieId": "612", + "Title": "Pallbearer, The (1996)", + "Genres": "Comedy" + }, + { + "MovieId": "615", + "Title": "Bread and Chocolate (Pane e cioccolata) (1973)", + "Genres": "Comedy|Drama" + }, + { + "MovieId": "617", + "Title": "Flower of My Secret, The (La flor de mi secreto) (1995)", + "Genres": "Comedy|Drama" + }, + { + "MovieId": "618", + "Title": "Two Much (1995)", + "Genres": "Comedy|Romance" + }, + { + "MovieId": "619", + "Title": "Ed (1996)", + "Genres": "Comedy" + }, + { + "MovieId": "626", + "Title": "Thin Line Between Love and Hate, A (1996)", + "Genres": "Comedy" + }, + { + "MovieId": "633", + "Title": "Denise Calls Up (1995)", + "Genres": "Comedy" + }, + { + "MovieId": "634", + "Title": "Theodore Rex (1995)", + "Genres": "Comedy" + }, + { + "MovieId": "635", + "Title": "Family Thing, A (1996)", + "Genres": "Comedy|Drama" + }, + { + "MovieId": "637", + "Title": "Sgt. Bilko (1996)", + "Genres": "Comedy" + }, + { + "MovieId": "639", + "Title": "Girl 6 (1996)", + "Genres": "Comedy|Drama" + }, + { + "MovieId": "649", + "Title": "Cold Fever (\u00c1 k\u00f6ldum klaka) (1995)", + "Genres": "Comedy|Drama" + }, + { + "MovieId": "656", + "Title": "Eddie (1996)", + "Genres": "Comedy" + }, + { + "MovieId": "663", + "Title": "Kids in the Hall: Brain Candy (1996)", + "Genres": "Comedy" + }, + { + "MovieId": "665", + "Title": "Underground (1995)", + "Genres": "Comedy|Drama|War" + }, + { + "MovieId": "671", + "Title": "Mystery Science Theater 3000: The Movie (1996)", + "Genres": "Comedy|Sci-Fi" + }, + { + "MovieId": "673", + "Title": "Space Jam (1996)", + "Genres": "Adventure|Animation|Children|Comedy|Fantasy|Sci-Fi" + }, + { + "MovieId": "674", + "Title": "Barbarella (1968)", + "Genres": "Adventure|Comedy|Sci-Fi" + }, + { + "MovieId": "688", + "Title": "Operation Dumbo Drop (1995)", + "Genres": "Action|Adventure|Comedy|War" + }, + { + "MovieId": "691", + "Title": "Mrs. Winterbourne (1996)", + "Genres": "Comedy|Romance" + }, + { + "MovieId": "700", + "Title": "Angus (1995)", + "Genres": "Comedy" + }, + { + "MovieId": "708", + "Title": "Truth About Cats & Dogs, The (1996)", + "Genres": "Comedy|Romance" + }, + { + "MovieId": "709", + "Title": "Oliver & Company (1988)", + "Genres": "Adventure|Animation|Children|Comedy|Musical" + }, + { + "MovieId": "710", + "Title": "Celtic Pride (1996)", + "Genres": "Comedy" + }, + { + "MovieId": "718", + "Title": "Visitors, The (Visiteurs, Les) (1993)", + "Genres": "Comedy|Fantasy|Sci-Fi" + }, + { + "MovieId": "719", + "Title": "Multiplicity (1996)", + "Genres": "Comedy" + }, + { + "MovieId": "720", + "Title": "Wallace & Gromit: The Best of Aardman Animation (1996)", + "Genres": "Adventure|Animation|Comedy" + }, + { + "MovieId": "725", + "Title": "Great White Hype, The (1996)", + "Genres": "Comedy" + }, + { + "MovieId": "728", + "Title": "Cold Comfort Farm (1995)", + "Genres": "Comedy" + }, + { + "MovieId": "743", + "Title": "Spy Hard (1996)", + "Genres": "Comedy" + }, + { + "MovieId": "745", + "Title": "Wallace & Gromit: A Close Shave (1995)", + "Genres": "Animation|Children|Comedy" + }, + { + "MovieId": "747", + "Title": "Stupids, The (1996)", + "Genres": "Comedy" + }, + { + "MovieId": "750", + "Title": "Dr. Strangelove or: How I Learned to Stop Worrying and Love the Bomb (1964)", + "Genres": "Comedy|War" + }, + { + "MovieId": "762", + "Title": "Striptease (1996)", + "Genres": "Comedy|Crime" + }, + { + "MovieId": "765", + "Title": "Jack (1996)", + "Genres": "Comedy|Drama" + }, + { + "MovieId": "778", + "Title": "Trainspotting (1996)", + "Genres": "Comedy|Crime|Drama" + }, + { + "MovieId": "784", + "Title": "Cable Guy, The (1996)", + "Genres": "Comedy|Thriller" + }, + { + "MovieId": "785", + "Title": "Kingpin (1996)", + "Genres": "Comedy" + }, + { + "MovieId": "788", + "Title": "Nutty Professor, The (1996)", + "Genres": "Comedy|Fantasy|Romance|Sci-Fi" + }, + { + "MovieId": "799", + "Title": "Frighteners, The (1996)", + "Genres": "Comedy|Horror|Thriller" + }, + { + "MovieId": "801", + "Title": "Harriet the Spy (1996)", + "Genres": "Children|Comedy" + }, + { + "MovieId": "803", + "Title": "Walking and Talking (1996)", + "Genres": "Comedy|Drama|Romance" + }, + { + "MovieId": "804", + "Title": "She's the One (1996)", + "Genres": "Comedy|Romance" + }, + { + "MovieId": "810", + "Title": "Kazaam (1996)", + "Genres": "Children|Comedy|Fantasy" + }, + { + "MovieId": "813", + "Title": "Larger Than Life (1996)", + "Genres": "Comedy" + }, + { + "MovieId": "818", + "Title": "Very Brady Sequel, A (1996)", + "Genres": "Comedy" + }, + { + "MovieId": "829", + "Title": "Joe's Apartment (1996)", + "Genres": "Comedy|Fantasy|Musical" + }, + { + "MovieId": "830", + "Title": "First Wives Club, The (1996)", + "Genres": "Comedy" + }, + { + "MovieId": "833", + "Title": "High School High (1996)", + "Genres": "Comedy" + }, + { + "MovieId": "837", + "Title": "Matilda (1996)", + "Genres": "Children|Comedy|Fantasy" + }, + { + "MovieId": "838", + "Title": "Emma (1996)", + "Genres": "Comedy|Drama|Romance" + }, + { + "MovieId": "840", + "Title": "House Arrest (1996)", + "Genres": "Children|Comedy" + }, + { + "MovieId": "842", + "Title": "Tales from the Crypt Presents: Bordello of Blood (1996)", + "Genres": "Comedy|Horror" + }, + { + "MovieId": "852", + "Title": "Tin Cup (1996)", + "Genres": "Comedy|Drama|Romance" + }, + { + "MovieId": "861", + "Title": "Supercop (Police Story 3: Supercop) (Jing cha gu shi III: Chao ji jing cha) (1992)", + "Genres": "Action|Comedy|Crime|Thriller" + }, + { + "MovieId": "867", + "Title": "Carpool (1996)", + "Genres": "Comedy|Crime" + }, + { + "MovieId": "870", + "Title": "Gone Fishin' (1997)", + "Genres": "Comedy" + }, + { + "MovieId": "876", + "Title": "Supercop 2 (Project S) (Chao ji ji hua) (1993)", + "Genres": "Action|Comedy|Crime|Thriller" + }, + { + "MovieId": "881", + "Title": "First Kid (1996)", + "Genres": "Children|Comedy" + }, + { + "MovieId": "886", + "Title": "Bulletproof (1996)", + "Genres": "Action|Comedy|Crime" + }, + { + "MovieId": "892", + "Title": "Twelfth Night (1996)", + "Genres": "Comedy|Drama|Romance" + }, + { + "MovieId": "898", + "Title": "Philadelphia Story, The (1940)", + "Genres": "Comedy|Drama|Romance" + }, + { + "MovieId": "899", + "Title": "Singin' in the Rain (1952)", + "Genres": "Comedy|Musical|Romance" + }, + { + "MovieId": "901", + "Title": "Funny Face (1957)", + "Genres": "Comedy|Musical" + }, + { + "MovieId": "905", + "Title": "It Happened One Night (1934)", + "Genres": "Comedy|Romance" + }, + { + "MovieId": "907", + "Title": "Gay Divorcee, The (1934)", + "Genres": "Comedy|Musical|Romance" + }, + { + "MovieId": "909", + "Title": "Apartment, The (1960)", + "Genres": "Comedy|Drama|Romance" + }, + { + "MovieId": "910", + "Title": "Some Like It Hot (1959)", + "Genres": "Comedy|Crime" + }, + { + "MovieId": "911", + "Title": "Charade (1963)", + "Genres": "Comedy|Crime|Mystery|Romance|Thriller" + }, + { + "MovieId": "914", + "Title": "My Fair Lady (1964)", + "Genres": "Comedy|Drama|Musical|Romance" + }, + { + "MovieId": "915", + "Title": "Sabrina (1954)", + "Genres": "Comedy|Romance" + }, + { + "MovieId": "916", + "Title": "Roman Holiday (1953)", + "Genres": "Comedy|Drama|Romance" + }, + { + "MovieId": "921", + "Title": "My Favorite Year (1982)", + "Genres": "Comedy" + }, + { + "MovieId": "927", + "Title": "Women, The (1939)", + "Genres": "Comedy" + }, + { + "MovieId": "934", + "Title": "Father of the Bride (1950)", + "Genres": "Comedy" + }, + { + "MovieId": "935", + "Title": "Band Wagon, The (1953)", + "Genres": "Comedy|Musical" + }, + { + "MovieId": "936", + "Title": "Ninotchka (1939)", + "Genres": "Comedy|Romance" + }, + { + "MovieId": "937", + "Title": "Love in the Afternoon (1957)", + "Genres": "Comedy|Romance" + }, + { + "MovieId": "945", + "Title": "Top Hat (1935)", + "Genres": "Comedy|Musical|Romance" + }, + { + "MovieId": "946", + "Title": "To Be or Not to Be (1942)", + "Genres": "Comedy|Drama|War" + }, + { + "MovieId": "947", + "Title": "My Man Godfrey (1936)", + "Genres": "Comedy|Romance" + }, + { + "MovieId": "950", + "Title": "Thin Man, The (1934)", + "Genres": "Comedy|Crime" + }, + { + "MovieId": "951", + "Title": "His Girl Friday (1940)", + "Genres": "Comedy|Romance" + }, + { + "MovieId": "952", + "Title": "Around the World in 80 Days (1956)", + "Genres": "Adventure|Comedy" + }, + { + "MovieId": "955", + "Title": "Bringing Up Baby (1938)", + "Genres": "Comedy|Romance" + }, + { + "MovieId": "969", + "Title": "African Queen, The (1951)", + "Genres": "Adventure|Comedy|Romance|War" + }, + { + "MovieId": "970", + "Title": "Beat the Devil (1953)", + "Genres": "Adventure|Comedy|Crime|Drama|Romance" + }, + { + "MovieId": "973", + "Title": "Meet John Doe (1941)", + "Genres": "Comedy|Drama" + }, + { + "MovieId": "984", + "Title": "Pompatus of Love, The (1996)", + "Genres": "Comedy|Drama" + }, + { + "MovieId": "988", + "Title": "Grace of My Heart (1996)", + "Genres": "Comedy|Drama" + }, + { + "MovieId": "994", + "Title": "Big Night (1996)", + "Genres": "Comedy|Drama" + }, + { + "MovieId": "1005", + "Title": "D3: The Mighty Ducks (1996)", + "Genres": "Children|Comedy" + }, + { + "MovieId": "1007", + "Title": "Apple Dumpling Gang, The (1975)", + "Genres": "Children|Comedy|Western" + }, + { + "MovieId": "1010", + "Title": "Love Bug, The (1969)", + "Genres": "Children|Comedy" + }, + { + "MovieId": "1011", + "Title": "Herbie Rides Again (1974)", + "Genres": "Children|Comedy|Fantasy|Romance" + }, + { + "MovieId": "1013", + "Title": "Parent Trap, The (1961)", + "Genres": "Children|Comedy|Romance" + }, + { + "MovieId": "1014", + "Title": "Pollyanna (1960)", + "Genres": "Children|Comedy|Drama" + }, + { + "MovieId": "1016", + "Title": "Shaggy Dog, The (1959)", + "Genres": "Children|Comedy" + }, + { + "MovieId": "1018", + "Title": "That Darn Cat! (1965)", + "Genres": "Children|Comedy|Mystery" + }, + { + "MovieId": "1020", + "Title": "Cool Runnings (1993)", + "Genres": "Comedy" + }, + { + "MovieId": "1021", + "Title": "Angels in the Outfield (1994)", + "Genres": "Children|Comedy" + }, + { + "MovieId": "1028", + "Title": "Mary Poppins (1964)", + "Genres": "Children|Comedy|Fantasy|Musical" + }, + { + "MovieId": "1034", + "Title": "Freeway (1996)", + "Genres": "Comedy|Crime|Drama|Thriller" + }, + { + "MovieId": "1042", + "Title": "That Thing You Do! (1996)", + "Genres": "Comedy|Drama" + }, + { + "MovieId": "1057", + "Title": "Everyone Says I Love You (1996)", + "Genres": "Comedy|Musical|Romance" + }, + { + "MovieId": "1060", + "Title": "Swingers (1996)", + "Genres": "Comedy|Drama" + }, + { + "MovieId": "1064", + "Title": "Aladdin and the King of Thieves (1996)", + "Genres": "Animation|Children|Comedy|Fantasy|Musical|Romance" + }, + { + "MovieId": "1066", + "Title": "Shall We Dance (1937)", + "Genres": "Comedy|Musical|Romance" + }, + { + "MovieId": "1073", + "Title": "Willy Wonka & the Chocolate Factory (1971)", + "Genres": "Children|Comedy|Fantasy|Musical" + }, + { + "MovieId": "1077", + "Title": "Sleeper (1973)", + "Genres": "Comedy|Sci-Fi" + }, + { + "MovieId": "1078", + "Title": "Bananas (1971)", + "Genres": "Comedy|War" + }, + { + "MovieId": "1079", + "Title": "Fish Called Wanda, A (1988)", + "Genres": "Comedy|Crime" + }, + { + "MovieId": "1080", + "Title": "Monty Python's Life of Brian (1979)", + "Genres": "Comedy" + }, + { + "MovieId": "1081", + "Title": "Victor/Victoria (1982)", + "Genres": "Comedy|Musical|Romance" + }, + { + "MovieId": "1083", + "Title": "Great Race, The (1965)", + "Genres": "Comedy|Musical" + }, + { + "MovieId": "1091", + "Title": "Weekend at Bernie's (1989)", + "Genres": "Comedy" + }, + { + "MovieId": "1107", + "Title": "Loser (1991)", + "Genres": "Comedy" + }, + { + "MovieId": "1112", + "Title": "Palookaville (1996)", + "Genres": "Action|Comedy|Drama" + }, + { + "MovieId": "1120", + "Title": "People vs. Larry Flynt, The (1996)", + "Genres": "Comedy|Drama" + }, + { + "MovieId": "1125", + "Title": "Return of the Pink Panther, The (1975)", + "Genres": "Comedy|Crime" + }, + { + "MovieId": "1126", + "Title": "Drop Dead Fred (1991)", + "Genres": "Comedy|Fantasy" + }, + { + "MovieId": "1135", + "Title": "Private Benjamin (1980)", + "Genres": "Comedy" + }, + { + "MovieId": "1136", + "Title": "Monty Python and the Holy Grail (1975)", + "Genres": "Adventure|Comedy|Fantasy" + }, + { + "MovieId": "1148", + "Title": "Wallace & Gromit: The Wrong Trousers (1993)", + "Genres": "Animation|Children|Comedy|Crime" + }, + { + "MovieId": "1151", + "Title": "Lesson Faust (1994)", + "Genres": "Animation|Comedy|Drama|Fantasy" + }, + { + "MovieId": "1162", + "Title": "Ruling Class, The (1972)", + "Genres": "Comedy|Drama" + }, + { + "MovieId": "1167", + "Title": "Dear God (1996)", + "Genres": "Comedy" + }, + { + "MovieId": "1171", + "Title": "Bob Roberts (1992)", + "Genres": "Comedy" + }, + { + "MovieId": "1173", + "Title": "Cook the Thief His Wife & Her Lover, The (1989)", + "Genres": "Comedy|Drama" + }, + { + "MovieId": "1175", + "Title": "Delicatessen (1991)", + "Genres": "Comedy|Drama|Romance" + }, + { + "MovieId": "1180", + "Title": "Hear My Song (1991)", + "Genres": "Comedy" + }, + { + "MovieId": "1184", + "Title": "Mediterraneo (1991)", + "Genres": "Comedy|Drama" + }, + { + "MovieId": "1188", + "Title": "Strictly Ballroom (1992)", + "Genres": "Comedy|Romance" + }, + { + "MovieId": "1194", + "Title": "Cheech and Chong's Up in Smoke (1978)", + "Genres": "Comedy" + }, + { + "MovieId": "1197", + "Title": "Princess Bride, The (1987)", + "Genres": "Action|Adventure|Comedy|Fantasy|Romance" + }, + { + "MovieId": "1202", + "Title": "Withnail & I (1987)", + "Genres": "Comedy" + }, + { + "MovieId": "1215", + "Title": "Army of Darkness (1993)", + "Genres": "Action|Adventure|Comedy|Fantasy|Horror" + }, + { + "MovieId": "1220", + "Title": "Blues Brothers, The (1980)", + "Genres": "Action|Comedy|Musical" + }, + { + "MovieId": "1223", + "Title": "Grand Day Out with Wallace and Gromit, A (1989)", + "Genres": "Adventure|Animation|Children|Comedy|Sci-Fi" + }, + { + "MovieId": "1230", + "Title": "Annie Hall (1977)", + "Genres": "Comedy|Romance" + }, + { + "MovieId": "1234", + "Title": "Sting, The (1973)", + "Genres": "Comedy|Crime" + }, + { + "MovieId": "1235", + "Title": "Harold and Maude (1971)", + "Genres": "Comedy|Drama|Romance" + }, + { + "MovieId": "1236", + "Title": "Trust (1990)", + "Genres": "Comedy|Drama|Romance" + }, + { + "MovieId": "1238", + "Title": "Local Hero (1983)", + "Genres": "Comedy" + }, + { + "MovieId": "1241", + "Title": "Dead Alive (Braindead) (1992)", + "Genres": "Comedy|Fantasy|Horror" + }, + { + "MovieId": "1243", + "Title": "Rosencrantz and Guildenstern Are Dead (1990)", + "Genres": "Comedy|Drama" + }, + { + "MovieId": "1244", + "Title": "Manhattan (1979)", + "Genres": "Comedy|Drama|Romance" + }, + { + "MovieId": "1247", + "Title": "Graduate, The (1967)", + "Genres": "Comedy|Drama|Romance" + }, + { + "MovieId": "1255", + "Title": "Bad Taste (1987)", + "Genres": "Comedy|Horror|Sci-Fi" + }, + { + "MovieId": "1256", + "Title": "Duck Soup (1933)", + "Genres": "Comedy|Musical|War" + }, + { + "MovieId": "1257", + "Title": "Better Off Dead... (1985)", + "Genres": "Comedy|Romance" + }, + { + "MovieId": "1261", + "Title": "Evil Dead II (Dead by Dawn) (1987)", + "Genres": "Action|Comedy|Fantasy|Horror" + }, + { + "MovieId": "1265", + "Title": "Groundhog Day (1993)", + "Genres": "Comedy|Fantasy|Romance" + }, + { + "MovieId": "1268", + "Title": "Pump Up the Volume (1990)", + "Genres": "Comedy|Drama" + }, + { + "MovieId": "1269", + "Title": "Arsenic and Old Lace (1944)", + "Genres": "Comedy|Mystery|Thriller" + }, + { + "MovieId": "1270", + "Title": "Back to the Future (1985)", + "Genres": "Adventure|Comedy|Sci-Fi" + }, + { + "MovieId": "1271", + "Title": "Fried Green Tomatoes (1991)", + "Genres": "Comedy|Crime|Drama" + }, + { + "MovieId": "1273", + "Title": "Down by Law (1986)", + "Genres": "Comedy|Drama|Film-Noir" + }, + { + "MovieId": "1277", + "Title": "Cyrano de Bergerac (1990)", + "Genres": "Comedy|Drama|Romance" + }, + { + "MovieId": "1278", + "Title": "Young Frankenstein (1974)", + "Genres": "Comedy|Fantasy" + }, + { + "MovieId": "1279", + "Title": "Night on Earth (1991)", + "Genres": "Comedy|Drama" + }, + { + "MovieId": "1281", + "Title": "Great Dictator, The (1940)", + "Genres": "Comedy|Drama|War" + }, + { + "MovieId": "1285", + "Title": "Heathers (1989)", + "Genres": "Comedy" + }, + { + "MovieId": "1288", + "Title": "This Is Spinal Tap (1984)", + "Genres": "Comedy" + }, + { + "MovieId": "1292", + "Title": "Being There (1979)", + "Genres": "Comedy|Drama" + }, + { + "MovieId": "1297", + "Title": "Real Genius (1985)", + "Genres": "Comedy" + }, + { + "MovieId": "1300", + "Title": "My Life as a Dog (Mitt liv som hund) (1985)", + "Genres": "Comedy|Drama" + }, + { + "MovieId": "1307", + "Title": "When Harry Met Sally... (1989)", + "Genres": "Comedy|Romance" + }, + { + "MovieId": "1318", + "Title": "Blue Juice (1995)", + "Genres": "Comedy|Drama" + }, + { + "MovieId": "1321", + "Title": "American Werewolf in London, An (1981)", + "Genres": "Comedy|Horror|Thriller" + }, + { + "MovieId": "1353", + "Title": "Mirror Has Two Faces, The (1996)", + "Genres": "Comedy|Drama|Romance" + }, + { + "MovieId": "1359", + "Title": "Jingle All the Way (1996)", + "Genres": "Children|Comedy" + }, + { + "MovieId": "1367", + "Title": "101 Dalmatians (1996)", + "Genres": "Adventure|Children|Comedy" + }, + { + "MovieId": "1376", + "Title": "Star Trek IV: The Voyage Home (1986)", + "Genres": "Adventure|Comedy|Sci-Fi" + }, + { + "MovieId": "1378", + "Title": "Young Guns (1988)", + "Genres": "Action|Comedy|Western" + }, + { + "MovieId": "1380", + "Title": "Grease (1978)", + "Genres": "Comedy|Musical|Romance" + }, + { + "MovieId": "1381", + "Title": "Grease 2 (1982)", + "Genres": "Comedy|Musical|Romance" + }, + { + "MovieId": "1390", + "Title": "My Fellow Americans (1996)", + "Genres": "Comedy" + }, + { + "MovieId": "1391", + "Title": "Mars Attacks! (1996)", + "Genres": "Action|Comedy|Sci-Fi" + }, + { + "MovieId": "1392", + "Title": "Citizen Ruth (1996)", + "Genres": "Comedy|Drama" + }, + { + "MovieId": "1394", + "Title": "Raising Arizona (1987)", + "Genres": "Comedy" + }, + { + "MovieId": "1395", + "Title": "Tin Men (1987)", + "Genres": "Comedy|Drama" + }, + { + "MovieId": "1396", + "Title": "Sneakers (1992)", + "Genres": "Action|Comedy|Crime|Drama|Sci-Fi" + }, + { + "MovieId": "1405", + "Title": "Beavis and Butt-Head Do America (1996)", + "Genres": "Adventure|Animation|Comedy|Crime" + }, + { + "MovieId": "1407", + "Title": "Scream (1996)", + "Genres": "Comedy|Horror|Mystery|Thriller" + }, + { + "MovieId": "1409", + "Title": "Michael (1996)", + "Genres": "Comedy|Drama|Fantasy|Romance" + }, + { + "MovieId": "1414", + "Title": "Mother (1996)", + "Genres": "Comedy" + }, + { + "MovieId": "1425", + "Title": "Fierce Creatures (1997)", + "Genres": "Comedy" + }, + { + "MovieId": "1429", + "Title": "First Strike (Police Story 4: First Strike) (Ging chaat goo si 4: Ji gaan daan yam mo) (1996)", + "Genres": "Action|Adventure|Comedy|Thriller" + }, + { + "MovieId": "1430", + "Title": "Underworld (1996)", + "Genres": "Comedy|Thriller" + }, + { + "MovieId": "1431", + "Title": "Beverly Hills Ninja (1997)", + "Genres": "Action|Comedy" + }, + { + "MovieId": "1432", + "Title": "Metro (1997)", + "Genres": "Action|Comedy|Crime|Drama|Thriller" + }, + { + "MovieId": "1439", + "Title": "Meet Wally Sparks (1997)", + "Genres": "Comedy" + }, + { + "MovieId": "1440", + "Title": "Amos & Andrew (1993)", + "Genres": "Comedy" + }, + { + "MovieId": "1441", + "Title": "Benny & Joon (1993)", + "Genres": "Comedy|Romance" + }, + { + "MovieId": "1445", + "Title": "McHale's Navy (1997)", + "Genres": "Comedy|War" + }, + { + "MovieId": "1446", + "Title": "Kolya (Kolja) (1996)", + "Genres": "Comedy|Drama" + }, + { + "MovieId": "1449", + "Title": "Waiting for Guffman (1996)", + "Genres": "Comedy" + }, + { + "MovieId": "1453", + "Title": "Beautician and the Beast, The (1997)", + "Genres": "Comedy|Romance" + }, + { + "MovieId": "1454", + "Title": "SubUrbia (1997)", + "Genres": "Comedy|Drama" + }, + { + "MovieId": "1456", + "Title": "Pest, The (1997)", + "Genres": "Comedy" + }, + { + "MovieId": "1457", + "Title": "Fools Rush In (1997)", + "Genres": "Comedy|Drama|Romance" + }, + { + "MovieId": "1460", + "Title": "That Darn Cat (1997)", + "Genres": "Children|Comedy|Mystery" + }, + { + "MovieId": "1461", + "Title": "Vegas Vacation (National Lampoon's Las Vegas Vacation) (1997)", + "Genres": "Comedy" + }, + { + "MovieId": "1468", + "Title": "Booty Call (1997)", + "Genres": "Comedy|Romance" + }, + { + "MovieId": "1473", + "Title": "Best Men (1997)", + "Genres": "Action|Comedy|Crime|Drama" + }, + { + "MovieId": "1474", + "Title": "Jungle2Jungle (a.k.a. Jungle 2 Jungle) (1997)", + "Genres": "Children|Comedy" + }, + { + "MovieId": "1476", + "Title": "Private Parts (1997)", + "Genres": "Comedy|Drama" + }, + { + "MovieId": "1484", + "Title": "Daytrippers, The (1996)", + "Genres": "Comedy|Drama|Mystery|Romance" + }, + { + "MovieId": "1485", + "Title": "Liar Liar (1997)", + "Genres": "Comedy" + }, + { + "MovieId": "1490", + "Title": "B*A*P*S (1997)", + "Genres": "Comedy" + }, + { + "MovieId": "1500", + "Title": "Grosse Pointe Blank (1997)", + "Genres": "Comedy|Crime|Romance" + }, + { + "MovieId": "1503", + "Title": "8 Heads in a Duffel Bag (1997)", + "Genres": "Comedy" + }, + { + "MovieId": "1513", + "Title": "Romy and Michele's High School Reunion (1997)", + "Genres": "Comedy" + }, + { + "MovieId": "1516", + "Title": "Children of the Revolution (1996)", + "Genres": "Comedy" + }, + { + "MovieId": "1517", + "Title": "Austin Powers: International Man of Mystery (1997)", + "Genres": "Action|Adventure|Comedy" + }, + { + "MovieId": "1526", + "Title": "Fathers' Day (1997)", + "Genres": "Comedy" + }, + { + "MovieId": "1527", + "Title": "Fifth Element, The (1997)", + "Genres": "Action|Adventure|Comedy|Sci-Fi" + }, + { + "MovieId": "1529", + "Title": "Nowhere (1997)", + "Genres": "Comedy|Drama" + }, + { + "MovieId": "1537", + "Title": "Shall We Dance? (Shall We Dansu?) (1996)", + "Genres": "Comedy|Drama|Romance" + }, + { + "MovieId": "1541", + "Title": "Addicted to Love (1997)", + "Genres": "Comedy|Romance" + }, + { + "MovieId": "1542", + "Title": "Brassed Off (1996)", + "Genres": "Comedy|Drama|Romance" + }, + { + "MovieId": "1546", + "Title": "Schizopolis (1996)", + "Genres": "Comedy" + }, + { + "MovieId": "1550", + "Title": "Trial and Error (1997)", + "Genres": "Comedy|Romance" + }, + { + "MovieId": "1564", + "Title": "For Roseanna (Roseanna's Grave) (1997)", + "Genres": "Comedy|Drama|Romance" + }, + { + "MovieId": "1565", + "Title": "Head Above Water (1996)", + "Genres": "Comedy|Thriller" + }, + { + "MovieId": "1566", + "Title": "Hercules (1997)", + "Genres": "Adventure|Animation|Children|Comedy|Musical" + }, + { + "MovieId": "1569", + "Title": "My Best Friend's Wedding (1997)", + "Genres": "Comedy|Romance" + }, + { + "MovieId": "1571", + "Title": "When the Cat's Away (Chacun cherche son chat) (1996)", + "Genres": "Comedy|Romance" + }, + { + "MovieId": "1580", + "Title": "Men in Black (a.k.a. MIB) (1997)", + "Genres": "Action|Comedy|Sci-Fi" + }, + { + "MovieId": "1581", + "Title": "Out to Sea (1997)", + "Genres": "Comedy" + }, + { + "MovieId": "1585", + "Title": "Love Serenade (1996)", + "Genres": "Comedy" + }, + { + "MovieId": "1588", + "Title": "George of the Jungle (1997)", + "Genres": "Children|Comedy" + }, + { + "MovieId": "1592", + "Title": "Air Bud (1997)", + "Genres": "Children|Comedy" + }, + { + "MovieId": "1593", + "Title": "Picture Perfect (1997)", + "Genres": "Comedy|Romance" + }, + { + "MovieId": "1594", + "Title": "In the Company of Men (1997)", + "Genres": "Comedy|Drama" + }, + { + "MovieId": "1602", + "Title": "Leave It to Beaver (1997)", + "Genres": "Comedy" + }, + { + "MovieId": "1604", + "Title": "Money Talks (1997)", + "Genres": "Action|Comedy" + }, + { + "MovieId": "1612", + "Title": "Kiss Me, Guido (1997)", + "Genres": "Comedy" + }, + { + "MovieId": "1614", + "Title": "In & Out (1997)", + "Genres": "Comedy" + }, + { + "MovieId": "1629", + "Title": "MatchMaker, The (1997)", + "Genres": "Comedy|Romance" + }, + { + "MovieId": "1639", + "Title": "Chasing Amy (1997)", + "Genres": "Comedy|Drama|Romance" + }, + { + "MovieId": "1641", + "Title": "Full Monty, The (1997)", + "Genres": "Comedy|Drama" + }, + { + "MovieId": "1642", + "Title": "Indian Summer (a.k.a. Alive & Kicking) (1996)", + "Genres": "Comedy|Drama" + }, + { + "MovieId": "1646", + "Title": "RocketMan (a.k.a. Rocket Man) (1997)", + "Genres": "Children|Comedy|Romance|Sci-Fi" + }, + { + "MovieId": "1648", + "Title": "House of Yes, The (1997)", + "Genres": "Comedy|Drama" + }, + { + "MovieId": "1663", + "Title": "Stripes (1981)", + "Genres": "Comedy|War" + }, + { + "MovieId": "1665", + "Title": "Bean (1997)", + "Genres": "Comedy" + }, + { + "MovieId": "1677", + "Title": "Critical Care (1997)", + "Genres": "Comedy|Drama" + }, + { + "MovieId": "1679", + "Title": "Chairman of the Board (1998)", + "Genres": "Comedy" + }, + { + "MovieId": "1682", + "Title": "Truman Show, The (1998)", + "Genres": "Comedy|Drama|Sci-Fi" + }, + { + "MovieId": "1689", + "Title": "Man Who Knew Too Little, The (1997)", + "Genres": "Comedy|Crime|Thriller" + }, + { + "MovieId": "1699", + "Title": "Butcher Boy, The (1997)", + "Genres": "Comedy|Drama" + }, + { + "MovieId": "1701", + "Title": "Deconstructing Harry (1997)", + "Genres": "Comedy|Drama" + }, + { + "MovieId": "1702", + "Title": "Flubber (1997)", + "Genres": "Children|Comedy|Fantasy" + }, + { + "MovieId": "1703", + "Title": "For Richer or Poorer (1997)", + "Genres": "Comedy" + }, + { + "MovieId": "1707", + "Title": "Home Alone 3 (1997)", + "Genres": "Children|Comedy" + }, + { + "MovieId": "1713", + "Title": "Mouse Hunt (1997)", + "Genres": "Children|Comedy" + }, + { + "MovieId": "1717", + "Title": "Scream 2 (1997)", + "Genres": "Comedy|Horror|Mystery|Thriller" + }, + { + "MovieId": "1731", + "Title": "Mr. Magoo (1997)", + "Genres": "Comedy" + }, + { + "MovieId": "1732", + "Title": "Big Lebowski, The (1998)", + "Genres": "Comedy|Crime" + }, + { + "MovieId": "1734", + "Title": "My Life in Pink (Ma vie en rose) (1997)", + "Genres": "Comedy|Drama" + }, + { + "MovieId": "1739", + "Title": "3 Ninjas: High Noon On Mega Mountain (1998)", + "Genres": "Action|Children|Comedy" + }, + { + "MovieId": "1746", + "Title": "Senseless (1998)", + "Genres": "Comedy" + }, + { + "MovieId": "1747", + "Title": "Wag the Dog (1997)", + "Genres": "Comedy" + }, + { + "MovieId": "1753", + "Title": "Half Baked (1998)", + "Genres": "Comedy" + }, + { + "MovieId": "1755", + "Title": "Shooting Fish (1997)", + "Genres": "Comedy|Romance" + }, + { + "MovieId": "1760", + "Title": "Spice World (1997)", + "Genres": "Comedy" + }, + { + "MovieId": "1772", + "Title": "Blues Brothers 2000 (1998)", + "Genres": "Action|Comedy|Musical" + }, + { + "MovieId": "1777", + "Title": "Wedding Singer, The (1998)", + "Genres": "Comedy|Romance" + }, + { + "MovieId": "1784", + "Title": "As Good as It Gets (1997)", + "Genres": "Comedy|Drama|Romance" + }, + { + "MovieId": "1793", + "Title": "Welcome to Woop-Woop (1997)", + "Genres": "Comedy" + }, + { + "MovieId": "1794", + "Title": "Love and Death on Long Island (1997)", + "Genres": "Comedy|Drama" + }, + { + "MovieId": "1799", + "Title": "Suicide Kings (1997)", + "Genres": "Comedy|Crime|Drama|Mystery|Thriller" + }, + { + "MovieId": "1806", + "Title": "Paulie (1998)", + "Genres": "Adventure|Children|Comedy" + }, + { + "MovieId": "1810", + "Title": "Primary Colors (1998)", + "Genres": "Comedy|Drama" + }, + { + "MovieId": "1812", + "Title": "Wide Awake (1998)", + "Genres": "Children|Comedy|Drama" + }, + { + "MovieId": "1816", + "Title": "Two Girls and a Guy (1997)", + "Genres": "Comedy|Drama" + }, + { + "MovieId": "1821", + "Title": "Object of My Affection, The (1998)", + "Genres": "Comedy|Romance" + }, + { + "MovieId": "1824", + "Title": "Homegrown (1998)", + "Genres": "Comedy|Thriller" + }, + { + "MovieId": "1825", + "Title": "The Players Club (1998)", + "Genres": "Comedy|Drama" + }, + { + "MovieId": "1827", + "Title": "Big One, The (1997)", + "Genres": "Comedy|Documentary" + }, + { + "MovieId": "1836", + "Title": "Last Days of Disco, The (1998)", + "Genres": "Comedy|Drama" + }, + { + "MovieId": "1837", + "Title": "Odd Couple II, The (1998)", + "Genres": "Comedy" + }, + { + "MovieId": "1839", + "Title": "My Giant (1998)", + "Genres": "Comedy" + }, + { + "MovieId": "1845", + "Title": "Zero Effect (1998)", + "Genres": "Comedy|Mystery|Thriller" + }, + { + "MovieId": "1848", + "Title": "Borrowers, The (1997)", + "Genres": "Adventure|Children|Comedy|Fantasy" + }, + { + "MovieId": "1855", + "Title": "Krippendorf's Tribe (1998)", + "Genres": "Comedy" + }, + { + "MovieId": "1857", + "Title": "Real Blonde, The (1997)", + "Genres": "Comedy" + }, + { + "MovieId": "1858", + "Title": "Mr. Nice Guy (Yat goh ho yan) (1997)", + "Genres": "Action|Comedy" + }, + { + "MovieId": "1863", + "Title": "Major League: Back to the Minors (1998)", + "Genres": "Comedy" + }, + { + "MovieId": "1866", + "Title": "Big Hit, The (1998)", + "Genres": "Action|Comedy|Crime" + }, + { + "MovieId": "1870", + "Title": "Dancer, Texas Pop. 81 (1998)", + "Genres": "Comedy|Drama" + }, + { + "MovieId": "1875", + "Title": "Clockwatchers (1997)", + "Genres": "Comedy" + }, + { + "MovieId": "1883", + "Title": "Bulworth (1998)", + "Genres": "Comedy|Drama|Romance" + }, + { + "MovieId": "1884", + "Title": "Fear and Loathing in Las Vegas (1998)", + "Genres": "Adventure|Comedy|Drama" + }, + { + "MovieId": "1885", + "Title": "Opposite of Sex, The (1998)", + "Genres": "Comedy|Drama|Romance" + }, + { + "MovieId": "1887", + "Title": "Almost Heroes (1998)", + "Genres": "Adventure|Comedy|Western" + }, + { + "MovieId": "1888", + "Title": "Hope Floats (1998)", + "Genres": "Comedy|Drama|Romance" + }, + { + "MovieId": "1894", + "Title": "Six Days Seven Nights (1998)", + "Genres": "Adventure|Comedy|Romance" + }, + { + "MovieId": "1895", + "Title": "Can't Hardly Wait (1998)", + "Genres": "Comedy|Drama|Romance" + }, + { + "MovieId": "1900", + "Title": "Children of Heaven, The (Bacheha-Ye Aseman) (1997)", + "Genres": "Comedy|Drama" + }, + { + "MovieId": "1904", + "Title": "Henry Fool (1997)", + "Genres": "Comedy|Drama" + }, + { + "MovieId": "1906", + "Title": "Mr. Jealousy (1997)", + "Genres": "Comedy|Romance" + }, + { + "MovieId": "1907", + "Title": "Mulan (1998)", + "Genres": "Adventure|Animation|Children|Comedy|Drama|Musical|Romance" + }, + { + "MovieId": "1910", + "Title": "I Went Down (1997)", + "Genres": "Comedy|Crime|Drama" + }, + { + "MovieId": "1911", + "Title": "Dr. Dolittle (1998)", + "Genres": "Comedy" + }, + { + "MovieId": "1912", + "Title": "Out of Sight (1998)", + "Genres": "Comedy|Crime|Drama|Romance|Thriller" + }, + { + "MovieId": "1914", + "Title": "Smoke Signals (1998)", + "Genres": "Comedy|Drama" + }, + { + "MovieId": "1918", + "Title": "Lethal Weapon 4 (1998)", + "Genres": "Action|Comedy|Crime|Thriller" + }, + { + "MovieId": "1919", + "Title": "Madeline (1998)", + "Genres": "Children|Comedy" + }, + { + "MovieId": "1923", + "Title": "There's Something About Mary (1998)", + "Genres": "Comedy|Romance" + }, + { + "MovieId": "1934", + "Title": "You Can't Take It with You (1938)", + "Genres": "Comedy|Romance" + }, + { + "MovieId": "1937", + "Title": "Going My Way (1944)", + "Genres": "Comedy|Drama|Musical" + }, + { + "MovieId": "1948", + "Title": "Tom Jones (1963)", + "Genres": "Adventure|Comedy|Romance" + }, + { + "MovieId": "1958", + "Title": "Terms of Endearment (1983)", + "Genres": "Comedy|Drama" + }, + { + "MovieId": "1963", + "Title": "Take the Money and Run (1969)", + "Genres": "Comedy|Crime" + }, + { + "MovieId": "1965", + "Title": "Repo Man (1984)", + "Genres": "Comedy|Sci-Fi" + }, + { + "MovieId": "1966", + "Title": "Metropolitan (1990)", + "Genres": "Comedy" + }, + { + "MovieId": "1968", + "Title": "Breakfast Club, The (1985)", + "Genres": "Comedy|Drama" + }, + { + "MovieId": "1993", + "Title": "Child's Play 3 (1991)", + "Genres": "Comedy|Horror|Thriller" + }, + { + "MovieId": "2000", + "Title": "Lethal Weapon (1987)", + "Genres": "Action|Comedy|Crime|Drama" + }, + { + "MovieId": "2001", + "Title": "Lethal Weapon 2 (1989)", + "Genres": "Action|Comedy|Crime|Drama" + }, + { + "MovieId": "2002", + "Title": "Lethal Weapon 3 (1992)", + "Genres": "Action|Comedy|Crime|Drama" + }, + { + "MovieId": "2003", + "Title": "Gremlins (1984)", + "Genres": "Comedy|Horror" + }, + { + "MovieId": "2004", + "Title": "Gremlins 2: The New Batch (1990)", + "Genres": "Comedy|Horror" + }, + { + "MovieId": "2005", + "Title": "Goonies, The (1985)", + "Genres": "Action|Adventure|Children|Comedy|Fantasy" + }, + { + "MovieId": "2006", + "Title": "Mask of Zorro, The (1998)", + "Genres": "Action|Comedy|Romance" + }, + { + "MovieId": "2007", + "Title": "Polish Wedding (1998)", + "Genres": "Comedy" + }, + { + "MovieId": "2011", + "Title": "Back to the Future Part II (1989)", + "Genres": "Adventure|Comedy|Sci-Fi" + }, + { + "MovieId": "2012", + "Title": "Back to the Future Part III (1990)", + "Genres": "Adventure|Comedy|Sci-Fi|Western" + }, + { + "MovieId": "2014", + "Title": "Freaky Friday (1977)", + "Genres": "Children|Comedy|Fantasy" + }, + { + "MovieId": "2015", + "Title": "Absent-Minded Professor, The (1961)", + "Genres": "Children|Comedy|Fantasy" + }, + { + "MovieId": "2016", + "Title": "Apple Dumpling Gang Rides Again, The (1979)", + "Genres": "Children|Comedy|Western" + }, + { + "MovieId": "2027", + "Title": "Jane Austen's Mafia! (1998)", + "Genres": "Comedy|Crime" + }, + { + "MovieId": "2032", + "Title": "Barefoot Executive, The (1971)", + "Genres": "Children|Comedy" + }, + { + "MovieId": "2035", + "Title": "Blackbeard's Ghost (1968)", + "Genres": "Children|Comedy" + }, + { + "MovieId": "2036", + "Title": "Blank Check (1994)", + "Genres": "Children|Comedy" + }, + { + "MovieId": "2037", + "Title": "Candleshoe (1977)", + "Genres": "Adventure|Children|Comedy" + }, + { + "MovieId": "2038", + "Title": "Cat from Outer Space, The (1978)", + "Genres": "Children|Comedy|Sci-Fi" + }, + { + "MovieId": "2040", + "Title": "Computer Wore Tennis Shoes, The (1969)", + "Genres": "Children|Comedy" + }, + { + "MovieId": "2041", + "Title": "Condorman (1981)", + "Genres": "Action|Adventure|Children|Comedy" + }, + { + "MovieId": "2042", + "Title": "D2: The Mighty Ducks (1994)", + "Genres": "Children|Comedy" + }, + { + "MovieId": "2044", + "Title": "Devil and Max Devlin, The (1981)", + "Genres": "Comedy|Fantasy" + }, + { + "MovieId": "2050", + "Title": "Herbie Goes Bananas (1980)", + "Genres": "Adventure|Children|Comedy" + }, + { + "MovieId": "2051", + "Title": "Herbie Goes to Monte Carlo (1977)", + "Genres": "Adventure|Children|Comedy" + }, + { + "MovieId": "2052", + "Title": "Hocus Pocus (1993)", + "Genres": "Children|Comedy|Fantasy|Horror" + }, + { + "MovieId": "2053", + "Title": "Honey, I Blew Up the Kid (1992)", + "Genres": "Children|Comedy|Sci-Fi" + }, + { + "MovieId": "2054", + "Title": "Honey, I Shrunk the Kids (1989)", + "Genres": "Adventure|Children|Comedy|Fantasy|Sci-Fi" + }, + { + "MovieId": "2055", + "Title": "Hot Lead and Cold Feet (1978)", + "Genres": "Action|Comedy|Western" + }, + { + "MovieId": "2059", + "Title": "Parent Trap, The (1998)", + "Genres": "Children|Comedy|Romance" + }, + { + "MovieId": "2060", + "Title": "BASEketball (1998)", + "Genres": "Comedy" + }, + { + "MovieId": "2065", + "Title": "Purple Rose of Cairo, The (1985)", + "Genres": "Comedy|Drama|Fantasy|Romance" + }, + { + "MovieId": "2072", + "Title": "'burbs, The (1989)", + "Genres": "Comedy" + }, + { + "MovieId": "2073", + "Title": "Fandango (1985)", + "Genres": "Comedy" + }, + { + "MovieId": "2078", + "Title": "Jungle Book, The (1967)", + "Genres": "Animation|Children|Comedy|Musical" + }, + { + "MovieId": "2080", + "Title": "Lady and the Tramp (1955)", + "Genres": "Animation|Children|Comedy|Romance" + }, + { + "MovieId": "2081", + "Title": "Little Mermaid, The (1989)", + "Genres": "Animation|Children|Comedy|Musical|Romance" + }, + { + "MovieId": "2082", + "Title": "Mighty Ducks, The (1992)", + "Genres": "Children|Comedy" + }, + { + "MovieId": "2083", + "Title": "Muppet Christmas Carol, The (1992)", + "Genres": "Children|Comedy|Musical" + }, + { + "MovieId": "2088", + "Title": "Popeye (1980)", + "Genres": "Adventure|Comedy|Musical" + }, + { + "MovieId": "2095", + "Title": "Shaggy D.A., The (1976)", + "Genres": "Children|Comedy" + }, + { + "MovieId": "2098", + "Title": "Son of Flubber (1963)", + "Genres": "Children|Comedy" + }, + { + "MovieId": "2100", + "Title": "Splash (1984)", + "Genres": "Comedy|Fantasy|Romance" + }, + { + "MovieId": "2102", + "Title": "Steamboat Willie (1928)", + "Genres": "Animation|Children|Comedy|Musical" + }, + { + "MovieId": "2108", + "Title": "L.A. Story (1991)", + "Genres": "Comedy|Romance" + }, + { + "MovieId": "2109", + "Title": "Jerk, The (1979)", + "Genres": "Comedy" + }, + { + "MovieId": "2110", + "Title": "Dead Men Don't Wear Plaid (1982)", + "Genres": "Comedy|Crime|Thriller" + }, + { + "MovieId": "2111", + "Title": "Man with Two Brains, The (1983)", + "Genres": "Comedy" + }, + { + "MovieId": "2123", + "Title": "All Dogs Go to Heaven (1989)", + "Genres": "Animation|Children|Comedy|Drama|Fantasy" + }, + { + "MovieId": "2124", + "Title": "Addams Family, The (1991)", + "Genres": "Children|Comedy|Fantasy" + }, + { + "MovieId": "2125", + "Title": "Ever After: A Cinderella Story (1998)", + "Genres": "Comedy|Drama|Romance" + }, + { + "MovieId": "2133", + "Title": "Adventures in Babysitting (1987)", + "Genres": "Adventure|Comedy" + }, + { + "MovieId": "2134", + "Title": "Weird Science (1985)", + "Genres": "Comedy|Fantasy|Sci-Fi" + }, + { + "MovieId": "2136", + "Title": "Nutty Professor, The (1963)", + "Genres": "Comedy|Sci-Fi" + }, + { + "MovieId": "2141", + "Title": "American Tail, An (1986)", + "Genres": "Adventure|Animation|Children|Comedy" + }, + { + "MovieId": "2144", + "Title": "Sixteen Candles (1984)", + "Genres": "Comedy|Romance" + }, + { + "MovieId": "2145", + "Title": "Pretty in Pink (1986)", + "Genres": "Comedy|Drama|Romance" + }, + { + "MovieId": "2148", + "Title": "House (1986)", + "Genres": "Comedy|Fantasy|Horror" + }, + { + "MovieId": "2149", + "Title": "House II: The Second Story (1987)", + "Genres": "Comedy|Fantasy|Horror" + }, + { + "MovieId": "2150", + "Title": "Gods Must Be Crazy, The (1980)", + "Genres": "Adventure|Comedy" + }, + { + "MovieId": "2151", + "Title": "Gods Must Be Crazy II, The (1989)", + "Genres": "Comedy" + }, + { + "MovieId": "2152", + "Title": "Air Bud: Golden Receiver (1998)", + "Genres": "Children|Comedy" + }, + { + "MovieId": "2155", + "Title": "Slums of Beverly Hills, The (1998)", + "Genres": "Comedy|Drama" + }, + { + "MovieId": "2156", + "Title": "Best Man, The (Testimone dello sposo, Il) (1998)", + "Genres": "Comedy|Drama|Romance" + }, + { + "MovieId": "2163", + "Title": "Attack of the Killer Tomatoes! (1978)", + "Genres": "Comedy|Horror" + }, + { + "MovieId": "2164", + "Title": "Surf Nazis Must Die (1987)", + "Genres": "Action|Comedy|Drama|Horror" + }, + { + "MovieId": "2165", + "Title": "Your Friends and Neighbors (1998)", + "Genres": "Comedy|Drama" + }, + { + "MovieId": "2169", + "Title": "Dead Man on Campus (1998)", + "Genres": "Comedy" + }, + { + "MovieId": "2170", + "Title": "Wrongfully Accused (1998)", + "Genres": "Action|Comedy" + }, + { + "MovieId": "2171", + "Title": "Next Stop Wonderland (1998)", + "Genres": "Comedy|Drama|Romance" + }, + { + "MovieId": "2172", + "Title": "Strike! (a.k.a. All I Wanna Do, The Hairy Bird) (1998)", + "Genres": "Comedy|Drama" + }, + { + "MovieId": "2174", + "Title": "Beetlejuice (1988)", + "Genres": "Comedy|Fantasy" + }, + { + "MovieId": "2177", + "Title": "Family Plot (1976)", + "Genres": "Comedy|Thriller" + }, + { + "MovieId": "2184", + "Title": "Trouble with Harry, The (1955)", + "Genres": "Comedy|Mystery" + }, + { + "MovieId": "2195", + "Title": "Dirty Work (1998)", + "Genres": "Comedy" + }, + { + "MovieId": "2205", + "Title": "Mr. & Mrs. Smith (1941)", + "Genres": "Comedy|Romance" + }, + { + "MovieId": "2239", + "Title": "Swept Away (Travolti da un insolito destino nell'azzurro mare d'Agosto) (1975)", + "Genres": "Comedy|Drama" + }, + { + "MovieId": "2241", + "Title": "Class (1983)", + "Genres": "Comedy" + }, + { + "MovieId": "2243", + "Title": "Broadcast News (1987)", + "Genres": "Comedy|Drama|Romance" + }, + { + "MovieId": "2244", + "Title": "Allnighter, The (1987)", + "Genres": "Comedy|Romance" + }, + { + "MovieId": "2245", + "Title": "Working Girl (1988)", + "Genres": "Comedy|Drama|Romance" + }, + { + "MovieId": "2247", + "Title": "Married to the Mob (1988)", + "Genres": "Comedy" + }, + { + "MovieId": "2248", + "Title": "Say Anything... (1989)", + "Genres": "Comedy|Drama|Romance" + }, + { + "MovieId": "2249", + "Title": "My Blue Heaven (1990)", + "Genres": "Comedy" + }, + { + "MovieId": "2252", + "Title": "Hero (1992)", + "Genres": "Comedy|Drama" + }, + { + "MovieId": "2253", + "Title": "Toys (1992)", + "Genres": "Comedy|Fantasy" + }, + { + "MovieId": "2255", + "Title": "Young Doctors in Love (1982)", + "Genres": "Comedy" + }, + { + "MovieId": "2257", + "Title": "No Small Affair (1984)", + "Genres": "Comedy|Romance" + }, + { + "MovieId": "2259", + "Title": "Blame It on Rio (1984)", + "Genres": "Comedy|Romance" + }, + { + "MovieId": "2261", + "Title": "One Crazy Summer (1986)", + "Genres": "Comedy" + }, + { + "MovieId": "2262", + "Title": "About Last Night... (1986)", + "Genres": "Comedy|Drama|Romance" + }, + { + "MovieId": "2264", + "Title": "We're No Angels (1989)", + "Genres": "Comedy|Crime" + }, + { + "MovieId": "2265", + "Title": "Nothing But Trouble (1991)", + "Genres": "Adventure|Comedy" + }, + { + "MovieId": "2266", + "Title": "Butcher's Wife, The (1991)", + "Genres": "Comedy|Romance" + }, + { + "MovieId": "2273", + "Title": "Rush Hour (1998)", + "Genres": "Action|Comedy|Crime|Thriller" + }, + { + "MovieId": "2282", + "Title": "Pecker (1998)", + "Genres": "Comedy|Drama" + }, + { + "MovieId": "2286", + "Title": "Fiendish Plot of Dr. Fu Manchu, The (1980)", + "Genres": "Comedy" + }, + { + "MovieId": "2289", + "Title": "Player, The (1992)", + "Genres": "Comedy|Crime|Drama" + }, + { + "MovieId": "2290", + "Title": "Stardust Memories (1980)", + "Genres": "Comedy|Drama" + }, + { + "MovieId": "2292", + "Title": "Overnight Delivery (1998)", + "Genres": "Comedy|Romance" + }, + { + "MovieId": "2294", + "Title": "Antz (1998)", + "Genres": "Adventure|Animation|Children|Comedy|Fantasy" + }, + { + "MovieId": "2295", + "Title": "Impostors, The (1998)", + "Genres": "Comedy" + }, + { + "MovieId": "2296", + "Title": "Night at the Roxbury, A (1998)", + "Genres": "Comedy" + }, + { + "MovieId": "2300", + "Title": "Producers, The (1968)", + "Genres": "Comedy" + }, + { + "MovieId": "2301", + "Title": "History of the World: Part I (1981)", + "Genres": "Comedy|Musical" + }, + { + "MovieId": "2302", + "Title": "My Cousin Vinny (1992)", + "Genres": "Comedy" + }, + { + "MovieId": "2306", + "Title": "Holy Man (1998)", + "Genres": "Comedy" + }, + { + "MovieId": "2315", + "Title": "Bride of Chucky (Child's Play 4) (1998)", + "Genres": "Comedy|Horror|Thriller" + }, + { + "MovieId": "2318", + "Title": "Happiness (1998)", + "Genres": "Comedy|Drama" + }, + { + "MovieId": "2321", + "Title": "Pleasantville (1998)", + "Genres": "Comedy|Drama|Fantasy" + }, + { + "MovieId": "2324", + "Title": "Life Is Beautiful (La Vita \u00e8 bella) (1997)", + "Genres": "Comedy|Drama|Romance|War" + }, + { + "MovieId": "2325", + "Title": "Orgazmo (1997)", + "Genres": "Comedy" + }, + { + "MovieId": "2330", + "Title": "Hands on a Hard Body (1996)", + "Genres": "Comedy|Documentary" + }, + { + "MovieId": "2331", + "Title": "Living Out Loud (1998)", + "Genres": "Comedy|Drama|Romance" + }, + { + "MovieId": "2335", + "Title": "Waterboy, The (1998)", + "Genres": "Comedy" + }, + { + "MovieId": "2339", + "Title": "I'll Be Home For Christmas (1998)", + "Genres": "Comedy|Romance" + }, + { + "MovieId": "2342", + "Title": "Hard Core Logo (1996)", + "Genres": "Comedy|Drama" + }, + { + "MovieId": "2349", + "Title": "Mona Lisa (1986)", + "Genres": "Comedy|Thriller" + }, + { + "MovieId": "2350", + "Title": "Heart Condition (1990)", + "Genres": "Comedy" + }, + { + "MovieId": "2352", + "Title": "Big Chill, The (1983)", + "Genres": "Comedy|Drama" + }, + { + "MovieId": "2354", + "Title": "Rugrats Movie, The (1998)", + "Genres": "Animation|Children|Comedy" + }, + { + "MovieId": "2355", + "Title": "Bug's Life, A (1998)", + "Genres": "Adventure|Animation|Children|Comedy" + }, + { + "MovieId": "2356", + "Title": "Celebrity (1998)", + "Genres": "Comedy" + }, + { + "MovieId": "2359", + "Title": "Waking Ned Devine (a.k.a. Waking Ned) (1998)", + "Genres": "Comedy" + }, + { + "MovieId": "2361", + "Title": "Pink Flamingos (1972)", + "Genres": "Comedy" + }, + { + "MovieId": "2369", + "Title": "Desperately Seeking Susan (1985)", + "Genres": "Comedy|Drama|Romance" + }, + { + "MovieId": "2371", + "Title": "Fletch (1985)", + "Genres": "Comedy|Crime|Mystery" + }, + { + "MovieId": "2372", + "Title": "Fletch Lives (1989)", + "Genres": "Comedy" + }, + { + "MovieId": "2374", + "Title": "Gung Ho (1986)", + "Genres": "Comedy|Drama" + }, + { + "MovieId": "2375", + "Title": "Money Pit, The (1986)", + "Genres": "Comedy" + }, + { + "MovieId": "2378", + "Title": "Police Academy (1984)", + "Genres": "Comedy|Crime" + }, + { + "MovieId": "2379", + "Title": "Police Academy 2: Their First Assignment (1985)", + "Genres": "Comedy|Crime" + }, + { + "MovieId": "2380", + "Title": "Police Academy 3: Back in Training (1986)", + "Genres": "Comedy|Crime" + }, + { + "MovieId": "2381", + "Title": "Police Academy 4: Citizens on Patrol (1987)", + "Genres": "Comedy|Crime" + }, + { + "MovieId": "2382", + "Title": "Police Academy 5: Assignment: Miami Beach (1988)", + "Genres": "Comedy|Crime" + }, + { + "MovieId": "2383", + "Title": "Police Academy 6: City Under Siege (1989)", + "Genres": "Comedy|Crime" + }, + { + "MovieId": "2385", + "Title": "Home Fries (1998)", + "Genres": "Comedy|Romance" + }, + { + "MovieId": "2387", + "Title": "Very Bad Things (1998)", + "Genres": "Comedy|Crime" + }, + { + "MovieId": "2390", + "Title": "Little Voice (1998)", + "Genres": "Comedy" + }, + { + "MovieId": "2392", + "Title": "Jack Frost (1998)", + "Genres": "Children|Comedy|Drama" + }, + { + "MovieId": "2395", + "Title": "Rushmore (1998)", + "Genres": "Comedy|Drama" + }, + { + "MovieId": "2396", + "Title": "Shakespeare in Love (1998)", + "Genres": "Comedy|Drama|Romance" + }, + { + "MovieId": "2398", + "Title": "Miracle on 34th Street (1947)", + "Genres": "Comedy|Drama" + }, + { + "MovieId": "2405", + "Title": "Jewel of the Nile, The (1985)", + "Genres": "Action|Adventure|Comedy|Romance" + }, + { + "MovieId": "2406", + "Title": "Romancing the Stone (1984)", + "Genres": "Action|Adventure|Comedy|Romance" + }, + { + "MovieId": "2407", + "Title": "Cocoon (1985)", + "Genres": "Comedy|Sci-Fi" + }, + { + "MovieId": "2408", + "Title": "Cocoon: The Return (1988)", + "Genres": "Comedy|Sci-Fi" + }, + { + "MovieId": "2413", + "Title": "Clue (1985)", + "Genres": "Comedy|Crime|Mystery|Thriller" + }, + { + "MovieId": "2416", + "Title": "Back to School (1986)", + "Genres": "Comedy" + }, + { + "MovieId": "2417", + "Title": "Heartburn (1986)", + "Genres": "Comedy|Drama" + }, + { + "MovieId": "2418", + "Title": "Nothing in Common (1986)", + "Genres": "Comedy" + }, + { + "MovieId": "2423", + "Title": "Christmas Vacation (National Lampoon's Christmas Vacation) (1989)", + "Genres": "Comedy" + }, + { + "MovieId": "2424", + "Title": "You've Got Mail (1998)", + "Genres": "Comedy|Romance" + }, + { + "MovieId": "2431", + "Title": "Patch Adams (1998)", + "Genres": "Comedy|Drama" + }, + { + "MovieId": "2436", + "Title": "Tea with Mussolini (1999)", + "Genres": "Comedy|Drama|War" + }, + { + "MovieId": "2447", + "Title": "Varsity Blues (1999)", + "Genres": "Comedy|Drama" + }, + { + "MovieId": "2450", + "Title": "Howard the Duck (1986)", + "Genres": "Adventure|Comedy|Sci-Fi" + }, + { + "MovieId": "2457", + "Title": "Running Scared (1986)", + "Genres": "Action|Comedy" + }, + { + "MovieId": "2458", + "Title": "Armed and Dangerous (1986)", + "Genres": "Comedy|Crime" + }, + { + "MovieId": "2463", + "Title": "Ruthless People (1986)", + "Genres": "Comedy" + }, + { + "MovieId": "2468", + "Title": "Jumpin' Jack Flash (1986)", + "Genres": "Action|Comedy|Romance|Thriller" + }, + { + "MovieId": "2469", + "Title": "Peggy Sue Got Married (1986)", + "Genres": "Comedy|Drama" + }, + { + "MovieId": "2470", + "Title": "Crocodile Dundee (1986)", + "Genres": "Adventure|Comedy" + }, + { + "MovieId": "2471", + "Title": "Crocodile Dundee II (1988)", + "Genres": "Action|Adventure|Comedy" + }, + { + "MovieId": "2472", + "Title": "Tough Guys (1986)", + "Genres": "Comedy" + }, + { + "MovieId": "2473", + "Title": "Soul Man (1986)", + "Genres": "Comedy" + }, + { + "MovieId": "2478", + "Title": "\u00a1Three Amigos! (1986)", + "Genres": "Comedy|Western" + }, + { + "MovieId": "2482", + "Title": "Still Crazy (1998)", + "Genres": "Comedy|Romance" + }, + { + "MovieId": "2483", + "Title": "Day of the Beast, The (D\u00eda de la Bestia, El) (1995)", + "Genres": "Adventure|Comedy|Thriller" + }, + { + "MovieId": "2485", + "Title": "She's All That (1999)", + "Genres": "Comedy|Romance" + }, + { + "MovieId": "2491", + "Title": "Simply Irresistible (1999)", + "Genres": "Comedy|Romance" + }, + { + "MovieId": "2492", + "Title": "20 Dates (1998)", + "Genres": "Comedy|Romance" + }, + { + "MovieId": "2496", + "Title": "Blast from the Past (1999)", + "Genres": "Comedy|Romance" + }, + { + "MovieId": "2498", + "Title": "My Favorite Martian (1999)", + "Genres": "Comedy|Sci-Fi" + }, + { + "MovieId": "2500", + "Title": "Jawbreaker (1999)", + "Genres": "Comedy" + }, + { + "MovieId": "2502", + "Title": "Office Space (1999)", + "Genres": "Comedy|Crime" + }, + { + "MovieId": "2504", + "Title": "200 Cigarettes (1999)", + "Genres": "Comedy|Drama" + }, + { + "MovieId": "2506", + "Title": "Other Sister, The (1999)", + "Genres": "Comedy|Drama|Romance" + }, + { + "MovieId": "2514", + "Title": "Pet Sematary II (1992)", + "Genres": "Comedy|Horror" + }, + { + "MovieId": "2518", + "Title": "Night Shift (1982)", + "Genres": "Comedy" + }, + { + "MovieId": "2539", + "Title": "Analyze This (1999)", + "Genres": "Comedy" + }, + { + "MovieId": "2542", + "Title": "Lock, Stock & Two Smoking Barrels (1998)", + "Genres": "Comedy|Crime|Thriller" + }, + { + "MovieId": "2552", + "Title": "My Boyfriend's Back (1993)", + "Genres": "Comedy" + }, + { + "MovieId": "2555", + "Title": "Baby Geniuses (1999)", + "Genres": "Comedy" + }, + { + "MovieId": "2558", + "Title": "Forces of Nature (1999)", + "Genres": "Comedy|Romance" + }, + { + "MovieId": "2567", + "Title": "EDtv (1999)", + "Genres": "Comedy" + }, + { + "MovieId": "2572", + "Title": "10 Things I Hate About You (1999)", + "Genres": "Comedy|Romance" + }, + { + "MovieId": "2574", + "Title": "Out-of-Towners, The (1999)", + "Genres": "Comedy" + }, + { + "MovieId": "2577", + "Title": "Metroland (1997)", + "Genres": "Comedy|Drama" + }, + { + "MovieId": "2580", + "Title": "Go (1999)", + "Genres": "Comedy|Crime" + }, + { + "MovieId": "2581", + "Title": "Never Been Kissed (1999)", + "Genres": "Comedy|Romance" + }, + { + "MovieId": "2582", + "Title": "Twin Dragons (Shuang long hui) (1992)", + "Genres": "Action|Comedy" + }, + { + "MovieId": "2583", + "Title": "Cookie's Fortune (1999)", + "Genres": "Comedy|Drama" + }, + { + "MovieId": "2586", + "Title": "Goodbye Lover (1999)", + "Genres": "Comedy|Crime|Thriller" + }, + { + "MovieId": "2587", + "Title": "Life (1999)", + "Genres": "Comedy|Crime|Drama" + }, + { + "MovieId": "2589", + "Title": "Friends & Lovers (1999)", + "Genres": "Comedy|Drama|Romance" + }, + { + "MovieId": "2593", + "Title": "Monster, The (Mostro, Il) (1994)", + "Genres": "Comedy" + }, + { + "MovieId": "2596", + "Title": "SLC Punk! (1998)", + "Genres": "Comedy|Drama" + }, + { + "MovieId": "2597", + "Title": "Lost & Found (1999)", + "Genres": "Comedy|Romance" + }, + { + "MovieId": "2598", + "Title": "Pushing Tin (1999)", + "Genres": "Comedy" + }, + { + "MovieId": "2599", + "Title": "Election (1999)", + "Genres": "Comedy" + }, + { + "MovieId": "2606", + "Title": "Idle Hands (1999)", + "Genres": "Comedy|Horror" + }, + { + "MovieId": "2613", + "Title": "Night of the Comet (1984)", + "Genres": "Comedy|Horror|Sci-Fi" + }, + { + "MovieId": "2617", + "Title": "Mummy, The (1999)", + "Genres": "Action|Adventure|Comedy|Fantasy|Horror|Thriller" + }, + { + "MovieId": "2618", + "Title": "Castle, The (1997)", + "Genres": "Comedy" + }, + { + "MovieId": "2622", + "Title": "William Shakespeare's A Midsummer Night's Dream (1999)", + "Genres": "Comedy|Fantasy" + }, + { + "MovieId": "2623", + "Title": "Trippin' (1999)", + "Genres": "Comedy" + }, + { + "MovieId": "2629", + "Title": "Love Letter, The (1999)", + "Genres": "Comedy|Romance" + }, + { + "MovieId": "2657", + "Title": "Rocky Horror Picture Show, The (1975)", + "Genres": "Comedy|Horror|Musical|Sci-Fi" + }, + { + "MovieId": "2659", + "Title": "It Came from Hollywood (1982)", + "Genres": "Comedy|Documentary" + }, + { + "MovieId": "2671", + "Title": "Notting Hill (1999)", + "Genres": "Comedy|Romance" + }, + { + "MovieId": "2681", + "Title": "Free Enterprise (1998)", + "Genres": "Comedy|Romance|Sci-Fi" + }, + { + "MovieId": "2683", + "Title": "Austin Powers: The Spy Who Shagged Me (1999)", + "Genres": "Action|Adventure|Comedy" + }, + { + "MovieId": "2690", + "Title": "Ideal Husband, An (1999)", + "Genres": "Comedy|Romance" + }, + { + "MovieId": "2694", + "Title": "Big Daddy (1999)", + "Genres": "Comedy" + }, + { + "MovieId": "2696", + "Title": "Dinner Game, The (D\u00eener de cons, Le) (1998)", + "Genres": "Comedy" + }, + { + "MovieId": "2697", + "Title": "My Son the Fanatic (1997)", + "Genres": "Comedy|Drama|Romance" + }, + { + "MovieId": "2699", + "Title": "Arachnophobia (1990)", + "Genres": "Comedy|Horror" + }, + { + "MovieId": "2700", + "Title": "South Park: Bigger, Longer and Uncut (1999)", + "Genres": "Animation|Comedy|Musical" + }, + { + "MovieId": "2701", + "Title": "Wild Wild West (1999)", + "Genres": "Action|Comedy|Sci-Fi|Western" + }, + { + "MovieId": "2706", + "Title": "American Pie (1999)", + "Genres": "Comedy|Romance" + }, + { + "MovieId": "2709", + "Title": "Muppets From Space (1999)", + "Genres": "Children|Comedy" + }, + { + "MovieId": "2716", + "Title": "Ghostbusters (a.k.a. Ghost Busters) (1984)", + "Genres": "Action|Comedy|Sci-Fi" + }, + { + "MovieId": "2717", + "Title": "Ghostbusters II (1989)", + "Genres": "Comedy|Fantasy|Sci-Fi" + }, + { + "MovieId": "2718", + "Title": "Drop Dead Gorgeous (1999)", + "Genres": "Comedy" + }, + { + "MovieId": "2720", + "Title": "Inspector Gadget (1999)", + "Genres": "Action|Adventure|Children|Comedy" + }, + { + "MovieId": "2723", + "Title": "Mystery Men (1999)", + "Genres": "Action|Comedy|Fantasy" + }, + { + "MovieId": "2724", + "Title": "Runaway Bride (1999)", + "Genres": "Comedy|Romance" + }, + { + "MovieId": "2733", + "Title": "Vibes (1988)", + "Genres": "Adventure|Comedy|Romance" + }, + { + "MovieId": "2735", + "Title": "Golden Child, The (1986)", + "Genres": "Action|Adventure|Comedy|Fantasy|Mystery" + }, + { + "MovieId": "2736", + "Title": "Brighton Beach Memoirs (1986)", + "Genres": "Comedy" + }, + { + "MovieId": "2738", + "Title": "Crimes of the Heart (1986)", + "Genres": "Comedy|Drama" + }, + { + "MovieId": "2742", + "Title": "M\u00e9nage (Tenue de soir\u00e9e) (1986)", + "Genres": "Comedy|Drama" + }, + { + "MovieId": "2746", + "Title": "Little Shop of Horrors (1986)", + "Genres": "Comedy|Horror|Musical" + }, + { + "MovieId": "2747", + "Title": "Little Shop of Horrors, The (1960)", + "Genres": "Comedy|Horror" + }, + { + "MovieId": "2748", + "Title": "Allan Quatermain and the Lost City of Gold (1987)", + "Genres": "Action|Adventure|Comedy" + }, + { + "MovieId": "2750", + "Title": "Radio Days (1987)", + "Genres": "Comedy|Drama" + }, + { + "MovieId": "2751", + "Title": "From the Hip (1987)", + "Genres": "Comedy|Drama" + }, + { + "MovieId": "2752", + "Title": "Outrageous Fortune (1987)", + "Genres": "Comedy|Mystery" + }, + { + "MovieId": "2759", + "Title": "Dick (1999)", + "Genres": "Comedy" + }, + { + "MovieId": "2765", + "Title": "Acid House, The (1998)", + "Genres": "Comedy|Drama" + }, + { + "MovieId": "2766", + "Title": "Adventures of Sebastian Cole, The (1998)", + "Genres": "Comedy|Drama" + }, + { + "MovieId": "2770", + "Title": "Bowfinger (1999)", + "Genres": "Comedy" + }, + { + "MovieId": "2772", + "Title": "Detroit Rock City (1999)", + "Genres": "Comedy" + }, + { + "MovieId": "2774", + "Title": "Better Than Chocolate (1999)", + "Genres": "Comedy|Romance" + }, + { + "MovieId": "2779", + "Title": "Heaven Can Wait (1978)", + "Genres": "Comedy" + }, + { + "MovieId": "2786", + "Title": "Haunted Honeymoon (1986)", + "Genres": "Comedy" + }, + { + "MovieId": "2788", + "Title": "Monty Python's And Now for Something Completely Different (1971)", + "Genres": "Comedy" + }, + { + "MovieId": "2791", + "Title": "Airplane! (1980)", + "Genres": "Comedy" + }, + { + "MovieId": "2792", + "Title": "Airplane II: The Sequel (1982)", + "Genres": "Comedy" + }, + { + "MovieId": "2793", + "Title": "American Werewolf in Paris, An (1997)", + "Genres": "Comedy|Horror|Romance|Thriller" + }, + { + "MovieId": "2794", + "Title": "European Vacation (aka National Lampoon's European Vacation) (1985)", + "Genres": "Adventure|Comedy|Romance" + }, + { + "MovieId": "2795", + "Title": "National Lampoon's Vacation (1983)", + "Genres": "Comedy" + }, + { + "MovieId": "2796", + "Title": "Funny Farm (1988)", + "Genres": "Comedy" + }, + { + "MovieId": "2797", + "Title": "Big (1988)", + "Genres": "Comedy|Drama|Fantasy|Romance" + }, + { + "MovieId": "2798", + "Title": "Problem Child (1990)", + "Genres": "Children|Comedy" + }, + { + "MovieId": "2799", + "Title": "Problem Child 2 (1991)", + "Genres": "Comedy" + }, + { + "MovieId": "2804", + "Title": "Christmas Story, A (1983)", + "Genres": "Children|Comedy" + }, + { + "MovieId": "2805", + "Title": "Mickey Blue Eyes (1999)", + "Genres": "Comedy|Romance" + }, + { + "MovieId": "2806", + "Title": "Teaching Mrs. Tingle (1999)", + "Genres": "Comedy|Thriller" + }, + { + "MovieId": "2828", + "Title": "Dudley Do-Right (1999)", + "Genres": "Children|Comedy" + }, + { + "MovieId": "2829", + "Title": "Muse, The (1999)", + "Genres": "Comedy" + }, + { + "MovieId": "2835", + "Title": "Chill Factor (1999)", + "Genres": "Action|Adventure|Comedy|Thriller" + }, + { + "MovieId": "2836", + "Title": "Outside Providence (1999)", + "Genres": "Comedy" + }, + { + "MovieId": "2837", + "Title": "Bedrooms & Hallways (1998)", + "Genres": "Comedy|Romance" + }, + { + "MovieId": "2843", + "Title": "Black Cat, White Cat (Crna macka, beli macor) (1998)", + "Genres": "Comedy|Romance" + }, + { + "MovieId": "2846", + "Title": "Adventures of Milo and Otis, The (Koneko monogatari) (1986)", + "Genres": "Adventure|Children|Comedy|Drama" + }, + { + "MovieId": "2857", + "Title": "Yellow Submarine (1968)", + "Genres": "Adventure|Animation|Comedy|Fantasy|Musical" + }, + { + "MovieId": "2860", + "Title": "Blue Streak (1999)", + "Genres": "Comedy" + }, + { + "MovieId": "2861", + "Title": "For Love of the Game (1999)", + "Genres": "Comedy|Drama" + }, + { + "MovieId": "2863", + "Title": "Hard Day's Night, A (1964)", + "Genres": "Adventure|Comedy|Musical" + }, + { + "MovieId": "2865", + "Title": "Sugar Town (1999)", + "Genres": "Comedy" + }, + { + "MovieId": "2867", + "Title": "Fright Night (1985)", + "Genres": "Comedy|Horror|Thriller" + }, + { + "MovieId": "2870", + "Title": "Barefoot in the Park (1967)", + "Genres": "Comedy" + }, + { + "MovieId": "2874", + "Title": "Pajama Game, The (1957)", + "Genres": "Comedy|Musical|Romance" + }, + { + "MovieId": "2879", + "Title": "Armour of God II: Operation Condor (Operation Condor) (Fei ying gai wak) (1991)", + "Genres": "Action|Adventure|Comedy" + }, + { + "MovieId": "2880", + "Title": "Armour of God (Long xiong hu di) (1987)", + "Genres": "Action|Adventure|Comedy" + }, + { + "MovieId": "2883", + "Title": "Mumford (1999)", + "Genres": "Comedy|Drama" + }, + { + "MovieId": "2884", + "Title": "Dog Park (1998)", + "Genres": "Comedy|Romance" + }, + { + "MovieId": "2886", + "Title": "Adventures of Elmo in Grouchland, The (1999)", + "Genres": "Children|Comedy" + }, + { + "MovieId": "2887", + "Title": "Simon Sez (1999)", + "Genres": "Action|Comedy" + }, + { + "MovieId": "2888", + "Title": "Drive Me Crazy (1999)", + "Genres": "Comedy|Romance" + }, + { + "MovieId": "2889", + "Title": "Mystery, Alaska (1999)", + "Genres": "Comedy|Drama" + }, + { + "MovieId": "2890", + "Title": "Three Kings (1999)", + "Genres": "Action|Adventure|Comedy|Drama|War" + }, + { + "MovieId": "2891", + "Title": "Happy, Texas (1999)", + "Genres": "Comedy" + }, + { + "MovieId": "2897", + "Title": "And the Ship Sails On (E la nave va) (1983)", + "Genres": "Comedy|War" + }, + { + "MovieId": "2907", + "Title": "Superstar (1999)", + "Genres": "Comedy" + }, + { + "MovieId": "2915", + "Title": "Risky Business (1983)", + "Genres": "Comedy" + }, + { + "MovieId": "2918", + "Title": "Ferris Bueller's Day Off (1986)", + "Genres": "Comedy" + }, + { + "MovieId": "2924", + "Title": "Drunken Master (Jui kuen) (1978)", + "Genres": "Action|Comedy" + }, + { + "MovieId": "2926", + "Title": "Hairspray (1988)", + "Genres": "Comedy|Drama" + }, + { + "MovieId": "2931", + "Title": "Time of the Gypsies (Dom za vesanje) (1989)", + "Genres": "Comedy|Crime|Drama|Fantasy" + }, + { + "MovieId": "2935", + "Title": "Lady Eve, The (1941)", + "Genres": "Comedy|Romance" + }, + { + "MovieId": "2936", + "Title": "Sullivan's Travels (1941)", + "Genres": "Adventure|Comedy|Romance" + }, + { + "MovieId": "2937", + "Title": "Palm Beach Story, The (1942)", + "Genres": "Comedy" + }, + { + "MovieId": "2946", + "Title": "Help! (1965)", + "Genres": "Comedy|Musical" + }, + { + "MovieId": "2953", + "Title": "Home Alone 2: Lost in New York (1992)", + "Genres": "Children|Comedy" + }, + { + "MovieId": "2961", + "Title": "Story of Us, The (1999)", + "Genres": "Comedy|Drama" + }, + { + "MovieId": "2962", + "Title": "Fever Pitch (1997)", + "Genres": "Comedy|Romance" + }, + { + "MovieId": "2968", + "Title": "Time Bandits (1981)", + "Genres": "Adventure|Comedy|Fantasy|Sci-Fi" + }, + { + "MovieId": "2973", + "Title": "Crimes and Misdemeanors (1989)", + "Genres": "Comedy|Crime|Drama" + }, + { + "MovieId": "2975", + "Title": "Best Man, The (1999)", + "Genres": "Comedy|Drama" + }, + { + "MovieId": "2977", + "Title": "Crazy in Alabama (1999)", + "Genres": "Comedy|Drama" + }, + { + "MovieId": "2978", + "Title": "Three to Tango (1999)", + "Genres": "Comedy|Romance" + }, + { + "MovieId": "2987", + "Title": "Who Framed Roger Rabbit? (1988)", + "Genres": "Adventure|Animation|Children|Comedy|Crime|Fantasy|Mystery" + }, + { + "MovieId": "2997", + "Title": "Being John Malkovich (1999)", + "Genres": "Comedy|Drama|Fantasy" + }, + { + "MovieId": "3003", + "Title": "Train of Life (Train de vie) (1998)", + "Genres": "Comedy|Drama|Romance|War" + }, + { + "MovieId": "3004", + "Title": "Bachelor, The (1999)", + "Genres": "Comedy|Romance" + }, + { + "MovieId": "3013", + "Title": "Bride of Re-Animator (1990)", + "Genres": "Comedy|Horror" + }, + { + "MovieId": "3014", + "Title": "Bustin' Loose (1981)", + "Genres": "Comedy" + }, + { + "MovieId": "3018", + "Title": "Re-Animator (1985)", + "Genres": "Comedy|Horror|Sci-Fi" + }, + { + "MovieId": "3022", + "Title": "General, The (1926)", + "Genres": "Comedy|War" + }, + { + "MovieId": "3028", + "Title": "Taming of the Shrew, The (1967)", + "Genres": "Comedy" + }, + { + "MovieId": "3031", + "Title": "Repossessed (1990)", + "Genres": "Comedy" + }, + { + "MovieId": "3033", + "Title": "Spaceballs (1987)", + "Genres": "Comedy|Sci-Fi" + }, + { + "MovieId": "3034", + "Title": "Robin Hood (1973)", + "Genres": "Adventure|Animation|Children|Comedy|Musical" + }, + { + "MovieId": "3035", + "Title": "Mister Roberts (1955)", + "Genres": "Comedy|Drama|War" + }, + { + "MovieId": "3039", + "Title": "Trading Places (1983)", + "Genres": "Comedy" + }, + { + "MovieId": "3040", + "Title": "Meatballs (1979)", + "Genres": "Comedy" + }, + { + "MovieId": "3041", + "Title": "Meatballs Part II (1984)", + "Genres": "Comedy" + }, + { + "MovieId": "3042", + "Title": "Meatballs III (1987)", + "Genres": "Comedy" + }, + { + "MovieId": "3043", + "Title": "Meatballs 4 (1992)", + "Genres": "Comedy" + }, + { + "MovieId": "3045", + "Title": "Peter's Friends (1992)", + "Genres": "Comedy|Drama" + }, + { + "MovieId": "3046", + "Title": "Incredibly True Adventure of Two Girls in Love, The (1995)", + "Genres": "Comedy|Romance" + }, + { + "MovieId": "3048", + "Title": "Under the Rainbow (1981)", + "Genres": "Comedy" + }, + { + "MovieId": "3051", + "Title": "Anywhere But Here (1999)", + "Genres": "Comedy|Drama" + }, + { + "MovieId": "3052", + "Title": "Dogma (1999)", + "Genres": "Adventure|Comedy|Fantasy" + }, + { + "MovieId": "3057", + "Title": "Where's Marlowe? (1998)", + "Genres": "Comedy" + }, + { + "MovieId": "3060", + "Title": "Commitments, The (1991)", + "Genres": "Comedy|Drama|Musical" + }, + { + "MovieId": "3061", + "Title": "Holiday Inn (1942)", + "Genres": "Comedy|Musical" + }, + { + "MovieId": "3067", + "Title": "Women on the Verge of a Nervous Breakdown (Mujeres al borde de un ataque de nervios) (1988)", + "Genres": "Comedy|Drama" + }, + { + "MovieId": "3070", + "Title": "Adventures of Buckaroo Banzai Across the 8th Dimension, The (1984)", + "Genres": "Adventure|Comedy|Sci-Fi" + }, + { + "MovieId": "3071", + "Title": "Stand and Deliver (1988)", + "Genres": "Comedy|Drama" + }, + { + "MovieId": "3072", + "Title": "Moonstruck (1987)", + "Genres": "Comedy|Romance" + }, + { + "MovieId": "3076", + "Title": "Irma la Douce (1963)", + "Genres": "Comedy" + }, + { + "MovieId": "3079", + "Title": "Mansfield Park (1999)", + "Genres": "Comedy|Drama|Romance" + }, + { + "MovieId": "3086", + "Title": "Babes in Toyland (1934)", + "Genres": "Children|Comedy|Fantasy|Musical" + }, + { + "MovieId": "3087", + "Title": "Scrooged (1988)", + "Genres": "Comedy|Fantasy|Romance" + }, + { + "MovieId": "3088", + "Title": "Harvey (1950)", + "Genres": "Comedy|Fantasy" + }, + { + "MovieId": "3096", + "Title": "My Man Godfrey (1957)", + "Genres": "Comedy" + }, + { + "MovieId": "3097", + "Title": "Shop Around the Corner, The (1940)", + "Genres": "Comedy|Drama|Romance" + }, + { + "MovieId": "3099", + "Title": "Shampoo (1975)", + "Genres": "Comedy|Drama|Romance" + }, + { + "MovieId": "3104", + "Title": "Midnight Run (1988)", + "Genres": "Action|Comedy|Crime|Thriller" + }, + { + "MovieId": "3108", + "Title": "Fisher King, The (1991)", + "Genres": "Comedy|Drama|Fantasy|Romance" + }, + { + "MovieId": "3114", + "Title": "Toy Story 2 (1999)", + "Genres": "Adventure|Animation|Children|Comedy|Fantasy" + }, + { + "MovieId": "3120", + "Title": "Distinguished Gentleman, The (1992)", + "Genres": "Comedy" + }, + { + "MovieId": "3127", + "Title": "Holy Smoke (1999)", + "Genres": "Comedy|Drama" + }, + { + "MovieId": "3129", + "Title": "Sweet and Lowdown (1999)", + "Genres": "Comedy|Drama" + }, + { + "MovieId": "3130", + "Title": "Bonfire of the Vanities (1990)", + "Genres": "Comedy|Crime|Drama" + }, + { + "MovieId": "3132", + "Title": "Daddy Long Legs (1919)", + "Genres": "Comedy|Drama" + }, + { + "MovieId": "3146", + "Title": "Deuce Bigalow: Male Gigolo (1999)", + "Genres": "Comedy" + }, + { + "MovieId": "3157", + "Title": "Stuart Little (1999)", + "Genres": "Children|Comedy|Fantasy" + }, + { + "MovieId": "3162", + "Title": "Simpatico (1999)", + "Genres": "Comedy|Drama" + }, + { + "MovieId": "3163", + "Title": "Topsy-Turvy (1999)", + "Genres": "Comedy|Drama|Musical" + }, + { + "MovieId": "3167", + "Title": "Carnal Knowledge (1971)", + "Genres": "Comedy|Drama" + }, + { + "MovieId": "3174", + "Title": "Man on the Moon (1999)", + "Genres": "Comedy|Drama" + }, + { + "MovieId": "3175", + "Title": "Galaxy Quest (1999)", + "Genres": "Adventure|Comedy|Sci-Fi" + }, + { + "MovieId": "3177", + "Title": "Next Friday (2000)", + "Genres": "Comedy" + }, + { + "MovieId": "3200", + "Title": "Last Detail, The (1973)", + "Genres": "Comedy|Drama" + }, + { + "MovieId": "3208", + "Title": "Loaded Weapon 1 (National Lampoon's Loaded Weapon 1) (1993)", + "Genres": "Action|Comedy" + }, + { + "MovieId": "3210", + "Title": "Fast Times at Ridgemont High (1982)", + "Genres": "Comedy|Drama|Romance" + }, + { + "MovieId": "3225", + "Title": "Down to You (2000)", + "Genres": "Comedy|Romance" + }, + { + "MovieId": "3235", + "Title": "Where the Buffalo Roam (1980)", + "Genres": "Comedy" + }, + { + "MovieId": "3240", + "Title": "Big Tease, The (1999)", + "Genres": "Comedy" + }, + { + "MovieId": "3241", + "Title": "Cup, The (Ph\u00f6rpa) (1999)", + "Genres": "Comedy" + }, + { + "MovieId": "3243", + "Title": "Encino Man (1992)", + "Genres": "Comedy" + }, + { + "MovieId": "3244", + "Title": "Goodbye Girl, The (1977)", + "Genres": "Comedy|Romance" + }, + { + "MovieId": "3247", + "Title": "Sister Act (1992)", + "Genres": "Comedy|Crime" + }, + { + "MovieId": "3248", + "Title": "Sister Act 2: Back in the Habit (1993)", + "Genres": "Comedy" + }, + { + "MovieId": "3253", + "Title": "Wayne's World (1992)", + "Genres": "Comedy" + }, + { + "MovieId": "3254", + "Title": "Wayne's World 2 (1993)", + "Genres": "Comedy" + }, + { + "MovieId": "3255", + "Title": "League of Their Own, A (1992)", + "Genres": "Comedy|Drama" + }, + { + "MovieId": "3258", + "Title": "Death Becomes Her (1992)", + "Genres": "Comedy|Fantasy" + }, + { + "MovieId": "3261", + "Title": "Singles (1992)", + "Genres": "Comedy|Drama|Romance" + }, + { + "MovieId": "3263", + "Title": "White Men Can't Jump (1992)", + "Genres": "Comedy|Drama" + }, + { + "MovieId": "3264", + "Title": "Buffy the Vampire Slayer (1992)", + "Genres": "Action|Comedy|Horror" + }, + { + "MovieId": "3266", + "Title": "Man Bites Dog (C'est arriv\u00e9 pr\u00e8s de chez vous) (1992)", + "Genres": "Comedy|Crime|Drama|Thriller" + }, + { + "MovieId": "3268", + "Title": "Stop! Or My Mom Will Shoot (1992)", + "Genres": "Action|Comedy" + }, + { + "MovieId": "3270", + "Title": "Cutting Edge, The (1992)", + "Genres": "Comedy|Drama|Romance" + }, + { + "MovieId": "3273", + "Title": "Scream 3 (2000)", + "Genres": "Comedy|Horror|Mystery|Thriller" + }, + { + "MovieId": "3276", + "Title": "Gun Shy (2000)", + "Genres": "Comedy" + }, + { + "MovieId": "3284", + "Title": "They Might Be Giants (1971)", + "Genres": "Comedy|Mystery|Romance" + }, + { + "MovieId": "3286", + "Title": "Snow Day (2000)", + "Genres": "Comedy" + }, + { + "MovieId": "3299", + "Title": "Hanging Up (2000)", + "Genres": "Comedy|Drama" + }, + { + "MovieId": "3301", + "Title": "Whole Nine Yards, The (2000)", + "Genres": "Comedy|Crime" + }, + { + "MovieId": "3302", + "Title": "Beautiful People (1999)", + "Genres": "Comedy" + }, + { + "MovieId": "3306", + "Title": "Circus, The (1928)", + "Genres": "Comedy" + }, + { + "MovieId": "3307", + "Title": "City Lights (1931)", + "Genres": "Comedy|Drama|Romance" + }, + { + "MovieId": "3308", + "Title": "Flamingo Kid, The (1984)", + "Genres": "Comedy|Drama" + }, + { + "MovieId": "3310", + "Title": "Kid, The (1921)", + "Genres": "Comedy|Drama" + }, + { + "MovieId": "3313", + "Title": "Class Reunion (1982)", + "Genres": "Comedy" + }, + { + "MovieId": "3317", + "Title": "Wonder Boys (2000)", + "Genres": "Comedy|Drama" + }, + { + "MovieId": "3323", + "Title": "Chain of Fools (2000)", + "Genres": "Comedy|Crime" + }, + { + "MovieId": "3324", + "Title": "Drowning Mona (2000)", + "Genres": "Comedy" + }, + { + "MovieId": "3325", + "Title": "Next Best Thing, The (2000)", + "Genres": "Comedy|Drama" + }, + { + "MovieId": "3326", + "Title": "What Planet Are You From? (2000)", + "Genres": "Comedy|Sci-Fi" + }, + { + "MovieId": "3341", + "Title": "Born Yesterday (1950)", + "Genres": "Comedy" + }, + { + "MovieId": "3353", + "Title": "Closer You Get, The (2000)", + "Genres": "Comedy|Romance" + }, + { + "MovieId": "3358", + "Title": "Defending Your Life (1991)", + "Genres": "Comedy|Drama|Fantasy|Romance" + }, + { + "MovieId": "3359", + "Title": "Breaking Away (1979)", + "Genres": "Comedy|Drama" + }, + { + "MovieId": "3361", + "Title": "Bull Durham (1988)", + "Genres": "Comedy|Drama|Romance" + }, + { + "MovieId": "3363", + "Title": "American Graffiti (1973)", + "Genres": "Comedy|Drama" + }, + { + "MovieId": "3385", + "Title": "Volunteers (1985)", + "Genres": "Comedy" + }, + { + "MovieId": "3387", + "Title": "Who's Harry Crumb? (1989)", + "Genres": "Comedy|Mystery" + }, + { + "MovieId": "3388", + "Title": "Harry and the Hendersons (1987)", + "Genres": "Children|Comedy" + }, + { + "MovieId": "3391", + "Title": "Who's That Girl? (1987)", + "Genres": "Comedy" + }, + { + "MovieId": "3392", + "Title": "She-Devil (1989)", + "Genres": "Comedy" + }, + { + "MovieId": "3393", + "Title": "Date with an Angel (1987)", + "Genres": "Comedy|Fantasy|Romance" + }, + { + "MovieId": "3394", + "Title": "Blind Date (1987)", + "Genres": "Comedy|Romance" + }, + { + "MovieId": "3395", + "Title": "Nadine (1987)", + "Genres": "Comedy" + }, + { + "MovieId": "3396", + "Title": "Muppet Movie, The (1979)", + "Genres": "Adventure|Children|Comedy|Musical" + }, + { + "MovieId": "3397", + "Title": "Great Muppet Caper, The (1981)", + "Genres": "Children|Comedy" + }, + { + "MovieId": "3398", + "Title": "Muppets Take Manhattan, The (1984)", + "Genres": "Children|Comedy|Musical" + }, + { + "MovieId": "3402", + "Title": "Turtle Diary (1985)", + "Genres": "Comedy|Drama|Romance" + }, + { + "MovieId": "3410", + "Title": "Soft Fruit (1999)", + "Genres": "Comedy|Drama" + }, + { + "MovieId": "3417", + "Title": "Crimson Pirate, The (1952)", + "Genres": "Adventure|Comedy" + }, + { + "MovieId": "3421", + "Title": "Animal House (1978)", + "Genres": "Comedy" + }, + { + "MovieId": "3422", + "Title": "She's Gotta Have It (1986)", + "Genres": "Comedy|Romance" + }, + { + "MovieId": "3429", + "Title": "Creature Comforts (1989)", + "Genres": "Animation|Comedy" + }, + { + "MovieId": "3438", + "Title": "Teenage Mutant Ninja Turtles (1990)", + "Genres": "Action|Children|Comedy|Fantasy|Sci-Fi" + }, + { + "MovieId": "3440", + "Title": "Teenage Mutant Ninja Turtles III (1993)", + "Genres": "Action|Adventure|Children|Comedy|Fantasy" + }, + { + "MovieId": "3446", + "Title": "Funny Bones (1995)", + "Genres": "Comedy|Drama" + }, + { + "MovieId": "3448", + "Title": "Good Morning, Vietnam (1987)", + "Genres": "Comedy|Drama|War" + }, + { + "MovieId": "3450", + "Title": "Grumpy Old Men (1993)", + "Genres": "Comedy" + }, + { + "MovieId": "3454", + "Title": "Whatever It Takes (2000)", + "Genres": "Comedy|Romance" + }, + { + "MovieId": "3462", + "Title": "Modern Times (1936)", + "Genres": "Comedy|Drama|Romance" + }, + { + "MovieId": "3466", + "Title": "Heart and Souls (1993)", + "Genres": "Comedy|Fantasy" + }, + { + "MovieId": "3473", + "Title": "Jonah Who Will Be 25 in the Year 2000 (Jonas qui aura 25 ans en l'an 2000) (1976)", + "Genres": "Comedy" + }, + { + "MovieId": "3477", + "Title": "Empire Records (1995)", + "Genres": "Comedy|Drama" + }, + { + "MovieId": "3481", + "Title": "High Fidelity (2000)", + "Genres": "Comedy|Drama|Romance" + }, + { + "MovieId": "3489", + "Title": "Hook (1991)", + "Genres": "Adventure|Comedy|Fantasy" + }, + { + "MovieId": "3492", + "Title": "Son of the Sheik, The (1926)", + "Genres": "Adventure|Comedy|Romance" + }, + { + "MovieId": "3497", + "Title": "Max Dugan Returns (1983)", + "Genres": "Comedy" + }, + { + "MovieId": "3500", + "Title": "Mr. Saturday Night (1992)", + "Genres": "Comedy|Drama" + }, + { + "MovieId": "3501", + "Title": "Murphy's Romance (1985)", + "Genres": "Comedy|Romance" + }, + { + "MovieId": "3504", + "Title": "Network (1976)", + "Genres": "Comedy|Drama" + }, + { + "MovieId": "3506", + "Title": "North Dallas Forty (1979)", + "Genres": "Comedy|Drama" + }, + { + "MovieId": "3507", + "Title": "Odd Couple, The (1968)", + "Genres": "Comedy" + }, + { + "MovieId": "3511", + "Title": "Ready to Rumble (2000)", + "Genres": "Comedy" + }, + { + "MovieId": "3515", + "Title": "Me Myself I (2000)", + "Genres": "Comedy|Romance" + }, + { + "MovieId": "3516", + "Title": "Bell, Book and Candle (1958)", + "Genres": "Comedy|Fantasy|Romance" + }, + { + "MovieId": "3521", + "Title": "Mystery Train (1989)", + "Genres": "Comedy|Drama" + }, + { + "MovieId": "3524", + "Title": "Arthur (1981)", + "Genres": "Comedy|Romance" + }, + { + "MovieId": "3525", + "Title": "Bachelor Party (1984)", + "Genres": "Comedy" + }, + { + "MovieId": "3526", + "Title": "Parenthood (1989)", + "Genres": "Comedy|Drama" + }, + { + "MovieId": "3531", + "Title": "All the Vermeers in New York (1990)", + "Genres": "Comedy|Drama|Romance" + }, + { + "MovieId": "3536", + "Title": "Keeping the Faith (2000)", + "Genres": "Comedy|Drama|Romance" + }, + { + "MovieId": "3537", + "Title": "Where the Money Is (2000)", + "Genres": "Comedy|Drama" + }, + { + "MovieId": "3538", + "Title": "East is East (1999)", + "Genres": "Comedy" + }, + { + "MovieId": "3543", + "Title": "Diner (1982)", + "Genres": "Comedy|Drama" + }, + { + "MovieId": "3544", + "Title": "Shakes the Clown (1992)", + "Genres": "Comedy" + }, + { + "MovieId": "3548", + "Title": "Auntie Mame (1958)", + "Genres": "Comedy|Drama" + }, + { + "MovieId": "3549", + "Title": "Guys and Dolls (1955)", + "Genres": "Comedy|Musical|Romance" + }, + { + "MovieId": "3552", + "Title": "Caddyshack (1980)", + "Genres": "Comedy" + }, + { + "MovieId": "3559", + "Title": "Limelight (1952)", + "Genres": "Comedy|Drama|Romance" + }, + { + "MovieId": "3564", + "Title": "Flintstones in Viva Rock Vegas, The (2000)", + "Genres": "Children|Comedy" + }, + { + "MovieId": "3565", + "Title": "Where the Heart Is (2000)", + "Genres": "Comedy|Drama" + }, + { + "MovieId": "3566", + "Title": "Big Kahuna, The (2000)", + "Genres": "Comedy|Drama" + }, + { + "MovieId": "3567", + "Title": "Bossa Nova (2000)", + "Genres": "Comedy|Drama|Romance" + }, + { + "MovieId": "3568", + "Title": "Smiling Fish and Goat on Fire (1999)", + "Genres": "Comedy|Romance" + }, + { + "MovieId": "3569", + "Title": "Idiots, The (Idioterne) (1998)", + "Genres": "Comedy|Drama" + }, + { + "MovieId": "3571", + "Title": "Time Code (2000)", + "Genres": "Comedy|Drama" + }, + { + "MovieId": "3581", + "Title": "Human Traffic (1999)", + "Genres": "Comedy" + }, + { + "MovieId": "3590", + "Title": "Lords of Flatbush, The (1974)", + "Genres": "Comedy|Drama" + }, + { + "MovieId": "3591", + "Title": "Mr. Mom (1983)", + "Genres": "Comedy|Drama" + }, + { + "MovieId": "3596", + "Title": "Screwed (2000)", + "Genres": "Comedy" + }, + { + "MovieId": "3597", + "Title": "Whipped (2000)", + "Genres": "Comedy" + }, + { + "MovieId": "3599", + "Title": "Anchors Aweigh (1945)", + "Genres": "Comedy|Musical" + }, + { + "MovieId": "3606", + "Title": "On the Town (1949)", + "Genres": "Comedy|Musical|Romance" + }, + { + "MovieId": "3608", + "Title": "Pee-wee's Big Adventure (1985)", + "Genres": "Adventure|Comedy" + }, + { + "MovieId": "3614", + "Title": "Honeymoon in Vegas (1992)", + "Genres": "Comedy|Romance" + }, + { + "MovieId": "3616", + "Title": "Loser (2000)", + "Genres": "Comedy|Romance" + }, + { + "MovieId": "3617", + "Title": "Road Trip (2000)", + "Genres": "Comedy" + }, + { + "MovieId": "3618", + "Title": "Small Time Crooks (2000)", + "Genres": "Comedy|Crime" + }, + { + "MovieId": "3619", + "Title": "Hollywood Knights, The (1980)", + "Genres": "Comedy" + }, + { + "MovieId": "3622", + "Title": "Twelve Chairs, The (1970)", + "Genres": "Comedy" + }, + { + "MovieId": "3624", + "Title": "Shanghai Noon (2000)", + "Genres": "Action|Adventure|Comedy|Western" + }, + { + "MovieId": "3626", + "Title": "8 \u00bd Women (a.k.a. 8 1/2 Women) (a.k.a. Eight and a Half Women) (1999)", + "Genres": "Comedy" + }, + { + "MovieId": "3629", + "Title": "Gold Rush, The (1925)", + "Genres": "Adventure|Comedy|Romance" + }, + { + "MovieId": "3632", + "Title": "Monsieur Verdoux (1947)", + "Genres": "Comedy|Crime" + }, + { + "MovieId": "3640", + "Title": "King in New York, A (1957)", + "Genres": "Comedy|Drama" + }, + { + "MovieId": "3646", + "Title": "Big Momma's House (2000)", + "Genres": "Comedy" + }, + { + "MovieId": "3667", + "Title": "Rent-A-Cop (1988)", + "Genres": "Action|Comedy|Crime" + }, + { + "MovieId": "3669", + "Title": "Stay Tuned (1992)", + "Genres": "Comedy" + }, + { + "MovieId": "3671", + "Title": "Blazing Saddles (1974)", + "Genres": "Comedy|Western" + }, + { + "MovieId": "3674", + "Title": "For the Love of Benji (1977)", + "Genres": "Adventure|Children|Comedy|Drama" + }, + { + "MovieId": "3675", + "Title": "White Christmas (1954)", + "Genres": "Comedy|Musical|Romance" + }, + { + "MovieId": "3685", + "Title": "Prizzi's Honor (1985)", + "Genres": "Comedy|Drama|Romance" + }, + { + "MovieId": "3688", + "Title": "Porky's (1982)", + "Genres": "Comedy" + }, + { + "MovieId": "3689", + "Title": "Porky's II: The Next Day (1983)", + "Genres": "Comedy" + }, + { + "MovieId": "3690", + "Title": "Porky's Revenge (1985)", + "Genres": "Comedy" + }, + { + "MovieId": "3691", + "Title": "Private School (1983)", + "Genres": "Comedy" + }, + { + "MovieId": "3692", + "Title": "Class of Nuke 'Em High (1986)", + "Genres": "Comedy|Horror" + }, + { + "MovieId": "3693", + "Title": "Toxic Avenger, The (1985)", + "Genres": "Comedy|Horror" + }, + { + "MovieId": "3694", + "Title": "Toxic Avenger, Part II, The (1989)", + "Genres": "Comedy|Horror" + }, + { + "MovieId": "3695", + "Title": "Toxic Avenger Part III: The Last Temptation of Toxie, The (1989)", + "Genres": "Comedy|Horror" + }, + { + "MovieId": "3696", + "Title": "Night of the Creeps (1986)", + "Genres": "Comedy|Horror|Sci-Fi|Thriller" + }, + { + "MovieId": "3705", + "Title": "Bird on a Wire (1990)", + "Genres": "Action|Comedy|Romance" + }, + { + "MovieId": "3710", + "Title": "Action Jackson (1988)", + "Genres": "Action|Comedy|Crime|Thriller" + }, + { + "MovieId": "3712", + "Title": "Soapdish (1991)", + "Genres": "Comedy" + }, + { + "MovieId": "3715", + "Title": "Burglar (1987)", + "Genres": "Comedy|Crime" + }, + { + "MovieId": "3716", + "Title": "Fatal Beauty (1987)", + "Genres": "Action|Comedy|Crime|Drama" + }, + { + "MovieId": "3719", + "Title": "Love's Labour's Lost (2000)", + "Genres": "Comedy|Romance" + }, + { + "MovieId": "3739", + "Title": "Trouble in Paradise (1932)", + "Genres": "Comedy|Romance" + }, + { + "MovieId": "3740", + "Title": "Big Trouble in Little China (1986)", + "Genres": "Action|Adventure|Comedy|Fantasy" + }, + { + "MovieId": "3743", + "Title": "Boys and Girls (2000)", + "Genres": "Comedy|Romance" + }, + { + "MovieId": "3751", + "Title": "Chicken Run (2000)", + "Genres": "Animation|Children|Comedy" + }, + { + "MovieId": "3752", + "Title": "Me, Myself & Irene (2000)", + "Genres": "Adventure|Comedy" + }, + { + "MovieId": "3754", + "Title": "Adventures of Rocky and Bullwinkle, The (2000)", + "Genres": "Adventure|Animation|Children|Comedy|Fantasy" + }, + { + "MovieId": "3760", + "Title": "Kentucky Fried Movie, The (1977)", + "Genres": "Comedy" + }, + { + "MovieId": "3773", + "Title": "House Party (1990)", + "Genres": "Comedy" + }, + { + "MovieId": "3774", + "Title": "House Party 2 (1991)", + "Genres": "Comedy|Drama|Romance" + }, + { + "MovieId": "3784", + "Title": "Kid, The (2000)", + "Genres": "Comedy|Fantasy" + }, + { + "MovieId": "3785", + "Title": "Scary Movie (2000)", + "Genres": "Comedy|Horror" + }, + { + "MovieId": "3786", + "Title": "But I'm a Cheerleader (1999)", + "Genres": "Comedy" + }, + { + "MovieId": "3787", + "Title": "Shower (Xizao) (1999)", + "Genres": "Comedy" + }, + { + "MovieId": "3794", + "Title": "Chuck & Buck (2000)", + "Genres": "Comedy|Drama" + }, + { + "MovieId": "3809", + "Title": "What About Bob? (1991)", + "Genres": "Comedy" + }, + { + "MovieId": "3812", + "Title": "Everything You Always Wanted to Know About Sex * But Were Afraid to Ask (1972)", + "Genres": "Comedy" + }, + { + "MovieId": "3814", + "Title": "Love and Death (1975)", + "Genres": "Comedy" + }, + { + "MovieId": "3819", + "Title": "Tampopo (1985)", + "Genres": "Comedy" + }, + { + "MovieId": "3821", + "Title": "Nutty Professor II: The Klumps (2000)", + "Genres": "Comedy" + }, + { + "MovieId": "3825", + "Title": "Coyote Ugly (2000)", + "Genres": "Comedy|Drama|Romance" + }, + { + "MovieId": "3827", + "Title": "Space Cowboys (2000)", + "Genres": "Action|Adventure|Comedy|Sci-Fi" + }, + { + "MovieId": "3830", + "Title": "Psycho Beach Party (2000)", + "Genres": "Comedy|Horror|Thriller" + }, + { + "MovieId": "3831", + "Title": "Saving Grace (2000)", + "Genres": "Comedy" + }, + { + "MovieId": "3836", + "Title": "Kelly's Heroes (1970)", + "Genres": "Action|Comedy|War" + }, + { + "MovieId": "3841", + "Title": "Air America (1990)", + "Genres": "Action|Comedy" + }, + { + "MovieId": "3846", + "Title": "Easy Money (1983)", + "Genres": "Comedy" + }, + { + "MovieId": "3851", + "Title": "I'm the One That I Want (2000)", + "Genres": "Comedy" + }, + { + "MovieId": "3852", + "Title": "Tao of Steve, The (2000)", + "Genres": "Comedy" + }, + { + "MovieId": "3858", + "Title": "Cecil B. DeMented (2000)", + "Genres": "Comedy" + }, + { + "MovieId": "3861", + "Title": "Replacements, The (2000)", + "Genres": "Comedy" + }, + { + "MovieId": "3862", + "Title": "About Adam (2000)", + "Genres": "Comedy" + }, + { + "MovieId": "3865", + "Title": "Original Kings of Comedy, The (2000)", + "Genres": "Comedy|Documentary" + }, + { + "MovieId": "3868", + "Title": "Naked Gun: From the Files of Police Squad!, The (1988)", + "Genres": "Action|Comedy|Crime|Romance" + }, + { + "MovieId": "3869", + "Title": "Naked Gun 2 1/2: The Smell of Fear, The (1991)", + "Genres": "Comedy" + }, + { + "MovieId": "3873", + "Title": "Cat Ballou (1965)", + "Genres": "Comedy|Western" + }, + { + "MovieId": "3882", + "Title": "Bring It On (2000)", + "Genres": "Comedy" + }, + { + "MovieId": "3884", + "Title": "Crew, The (2000)", + "Genres": "Comedy" + }, + { + "MovieId": "3893", + "Title": "Nurse Betty (2000)", + "Genres": "Comedy|Crime|Drama|Romance|Thriller" + }, + { + "MovieId": "3898", + "Title": "Bait (2000)", + "Genres": "Action|Comedy" + }, + { + "MovieId": "3900", + "Title": "Crime and Punishment in Suburbia (2000)", + "Genres": "Comedy|Drama" + }, + { + "MovieId": "3901", + "Title": "Duets (2000)", + "Genres": "Comedy|Drama" + }, + { + "MovieId": "3909", + "Title": "Woman on Top (2000)", + "Genres": "Comedy|Romance" + }, + { + "MovieId": "3911", + "Title": "Best in Show (2000)", + "Genres": "Comedy" + }, + { + "MovieId": "3912", + "Title": "Beautiful (2000)", + "Genres": "Comedy|Drama" + }, + { + "MovieId": "3922", + "Title": "Bikini Beach (1964)", + "Genres": "Comedy" + }, + { + "MovieId": "3925", + "Title": "Stranger Than Paradise (1984)", + "Genres": "Comedy|Drama" + }, + { + "MovieId": "3928", + "Title": "Abbott and Costello Meet Frankenstein (1948)", + "Genres": "Comedy|Horror" + }, + { + "MovieId": "3929", + "Title": "Bank Dick, The (1940)", + "Genres": "Comedy" + }, + { + "MovieId": "3943", + "Title": "Bamboozled (2000)", + "Genres": "Comedy" + }, + { + "MovieId": "3948", + "Title": "Meet the Parents (2000)", + "Genres": "Comedy" + }, + { + "MovieId": "3953", + "Title": "Dr. T and the Women (2000)", + "Genres": "Comedy|Romance" + }, + { + "MovieId": "3955", + "Title": "Ladies Man, The (2000)", + "Genres": "Comedy" + }, + { + "MovieId": "3962", + "Title": "Ghoulies II (1987)", + "Genres": "Comedy|Horror" + }, + { + "MovieId": "3968", + "Title": "Bedazzled (2000)", + "Genres": "Comedy" + }, + { + "MovieId": "3971", + "Title": "Private Eyes, The (1981)", + "Genres": "Comedy|Mystery" + }, + { + "MovieId": "3972", + "Title": "Legend of Drunken Master, The (Jui kuen II) (1994)", + "Genres": "Action|Comedy" + }, + { + "MovieId": "3977", + "Title": "Charlie's Angels (2000)", + "Genres": "Action|Comedy" + }, + { + "MovieId": "3979", + "Title": "Little Nicky (2000)", + "Genres": "Comedy" + }, + { + "MovieId": "3988", + "Title": "How the Grinch Stole Christmas (a.k.a. The Grinch) (2000)", + "Genres": "Children|Comedy|Fantasy" + }, + { + "MovieId": "3990", + "Title": "Rugrats in Paris: The Movie (2000)", + "Genres": "Animation|Children|Comedy" + }, + { + "MovieId": "3991", + "Title": "102 Dalmatians (2000)", + "Genres": "Children|Comedy" + }, + { + "MovieId": "3997", + "Title": "Dungeons & Dragons (2000)", + "Genres": "Action|Adventure|Comedy|Fantasy" + }, + { + "MovieId": "4002", + "Title": "Planes, Trains & Automobiles (1987)", + "Genres": "Comedy" + }, + { + "MovieId": "4003", + "Title": "She's Having a Baby (1988)", + "Genres": "Comedy" + }, + { + "MovieId": "4010", + "Title": "Brewster's Millions (1985)", + "Genres": "Comedy" + }, + { + "MovieId": "4011", + "Title": "Snatch (2000)", + "Genres": "Comedy|Crime|Thriller" + }, + { + "MovieId": "4012", + "Title": "Punchline (1988)", + "Genres": "Comedy|Drama" + }, + { + "MovieId": "4015", + "Title": "Dude, Where's My Car? (2000)", + "Genres": "Comedy|Sci-Fi" + }, + { + "MovieId": "4016", + "Title": "Emperor's New Groove, The (2000)", + "Genres": "Adventure|Animation|Children|Comedy|Fantasy" + }, + { + "MovieId": "4018", + "Title": "What Women Want (2000)", + "Genres": "Comedy|Romance" + }, + { + "MovieId": "4023", + "Title": "Family Man, The (2000)", + "Genres": "Comedy|Drama|Romance" + }, + { + "MovieId": "4025", + "Title": "Miss Congeniality (2000)", + "Genres": "Comedy|Crime" + }, + { + "MovieId": "4027", + "Title": "O Brother, Where Art Thou? (2000)", + "Genres": "Adventure|Comedy|Crime" + }, + { + "MovieId": "4029", + "Title": "State and Main (2000)", + "Genres": "Comedy|Drama" + }, + { + "MovieId": "4032", + "Title": "Everlasting Piece, An (2000)", + "Genres": "Comedy" + }, + { + "MovieId": "4040", + "Title": "Don't Tell Mom the Babysitter's Dead (1991)", + "Genres": "Comedy" + }, + { + "MovieId": "4053", + "Title": "Double Take (2001)", + "Genres": "Action|Comedy" + }, + { + "MovieId": "4062", + "Title": "Mystic Pizza (1988)", + "Genres": "Comedy|Drama|Romance" + }, + { + "MovieId": "4063", + "Title": "Prelude to a Kiss (1992)", + "Genres": "Comedy|Drama|Romance" + }, + { + "MovieId": "4066", + "Title": "I'm Gonna Git You Sucka (1988)", + "Genres": "Action|Comedy" + }, + { + "MovieId": "4068", + "Title": "Sugar & Spice (2001)", + "Genres": "Comedy" + }, + { + "MovieId": "4069", + "Title": "Wedding Planner, The (2001)", + "Genres": "Comedy|Romance" + }, + { + "MovieId": "4079", + "Title": "Amazon Women on the Moon (1987)", + "Genres": "Comedy|Sci-Fi" + }, + { + "MovieId": "4080", + "Title": "Baby Boom (1987)", + "Genres": "Comedy" + }, + { + "MovieId": "4081", + "Title": "Back to the Beach (1987)", + "Genres": "Comedy" + }, + { + "MovieId": "4082", + "Title": "Barfly (1987)", + "Genres": "Comedy|Drama|Romance" + }, + { + "MovieId": "4084", + "Title": "Beverly Hills Cop II (1987)", + "Genres": "Action|Comedy|Crime|Thriller" + }, + { + "MovieId": "4085", + "Title": "Beverly Hills Cop (1984)", + "Genres": "Action|Comedy|Crime|Drama" + }, + { + "MovieId": "4089", + "Title": "Born in East L.A. (1987)", + "Genres": "Comedy" + }, + { + "MovieId": "4091", + "Title": "Can't Buy Me Love (1987)", + "Genres": "Comedy|Romance" + }, + { + "MovieId": "4102", + "Title": "Eddie Murphy Raw (1987)", + "Genres": "Comedy|Documentary" + }, + { + "MovieId": "4104", + "Title": "Ernest Goes to Camp (1987)", + "Genres": "Comedy" + }, + { + "MovieId": "4115", + "Title": "Hiding Out (1987)", + "Genres": "Comedy" + }, + { + "MovieId": "4116", + "Title": "Hollywood Shuffle (1987)", + "Genres": "Comedy" + }, + { + "MovieId": "4121", + "Title": "Innerspace (1987)", + "Genres": "Action|Adventure|Comedy|Sci-Fi" + }, + { + "MovieId": "4123", + "Title": "Ishtar (1987)", + "Genres": "Comedy" + }, + { + "MovieId": "4125", + "Title": "Leonard Part 6 (1987)", + "Genres": "Comedy|Sci-Fi" + }, + { + "MovieId": "4127", + "Title": "Like Father, Like Son (1987)", + "Genres": "Comedy" + }, + { + "MovieId": "4128", + "Title": "Lost Boys, The (1987)", + "Genres": "Comedy|Horror|Thriller" + }, + { + "MovieId": "4130", + "Title": "Maid to Order (1987)", + "Genres": "Comedy|Fantasy" + }, + { + "MovieId": "4131", + "Title": "Making Mr. Right (1987)", + "Genres": "Comedy|Romance|Sci-Fi" + }, + { + "MovieId": "4132", + "Title": "Mannequin (1987)", + "Genres": "Comedy|Romance" + }, + { + "MovieId": "4135", + "Title": "Monster Squad, The (1987)", + "Genres": "Adventure|Comedy|Horror" + }, + { + "MovieId": "4138", + "Title": "My Demon Lover (1987)", + "Genres": "Comedy|Horror" + }, + { + "MovieId": "4141", + "Title": "Head Over Heels (2001)", + "Genres": "Comedy|Romance" + }, + { + "MovieId": "4147", + "Title": "Nico and Dani (Kr\u00e1mpack) (2000)", + "Genres": "Comedy|Drama|Romance" + }, + { + "MovieId": "4149", + "Title": "Saving Silverman (Evil Woman) (2001)", + "Genres": "Comedy|Romance" + }, + { + "MovieId": "4153", + "Title": "Down to Earth (2001)", + "Genres": "Comedy|Fantasy|Romance" + }, + { + "MovieId": "4156", + "Title": "Company Man (2000)", + "Genres": "Comedy" + }, + { + "MovieId": "4157", + "Title": "Price of Milk, The (2000)", + "Genres": "Comedy|Drama|Fantasy|Romance" + }, + { + "MovieId": "4158", + "Title": "Monkeybone (2001)", + "Genres": "Animation|Comedy|Fantasy" + }, + { + "MovieId": "4161", + "Title": "Mexican, The (2001)", + "Genres": "Action|Comedy" + }, + { + "MovieId": "4168", + "Title": "Get Over It (2001)", + "Genres": "Comedy|Romance" + }, + { + "MovieId": "4175", + "Title": "Gray's Anatomy (1996)", + "Genres": "Comedy|Drama" + }, + { + "MovieId": "4181", + "Title": "Tapeheads (1988)", + "Genres": "Comedy" + }, + { + "MovieId": "4184", + "Title": "Bishop's Wife, The (1947)", + "Genres": "Comedy|Drama|Romance" + }, + { + "MovieId": "4191", + "Title": "Alfie (1966)", + "Genres": "Comedy|Drama|Romance" + }, + { + "MovieId": "4197", + "Title": "Real Life (1979)", + "Genres": "Comedy" + }, + { + "MovieId": "4204", + "Title": "Losin' It (1983)", + "Genres": "Comedy" + }, + { + "MovieId": "4205", + "Title": "Mermaids (1990)", + "Genres": "Comedy|Drama|Romance" + }, + { + "MovieId": "4214", + "Title": "Revenge of the Nerds (1984)", + "Genres": "Comedy" + }, + { + "MovieId": "4215", + "Title": "Revenge of the Nerds II: Nerds in Paradise (1987)", + "Genres": "Comedy" + }, + { + "MovieId": "4219", + "Title": "Girls Just Want to Have Fun (1985)", + "Genres": "Comedy" + }, + { + "MovieId": "4220", + "Title": "Longest Yard, The (1974)", + "Genres": "Comedy" + }, + { + "MovieId": "4221", + "Title": "Necessary Roughness (1991)", + "Genres": "Comedy" + }, + { + "MovieId": "4225", + "Title": "Dish, The (2001)", + "Genres": "Comedy" + }, + { + "MovieId": "4228", + "Title": "Heartbreakers (2001)", + "Genres": "Comedy|Crime|Romance" + }, + { + "MovieId": "4229", + "Title": "Say It Isn't So (2001)", + "Genres": "Comedy|Romance" + }, + { + "MovieId": "4231", + "Title": "Someone Like You (2001)", + "Genres": "Comedy|Romance" + }, + { + "MovieId": "4232", + "Title": "Spy Kids (2001)", + "Genres": "Action|Adventure|Children|Comedy" + }, + { + "MovieId": "4233", + "Title": "Tomcats (2001)", + "Genres": "Comedy" + }, + { + "MovieId": "4240", + "Title": "Just Visiting (2001)", + "Genres": "Comedy|Fantasy" + }, + { + "MovieId": "4242", + "Title": "Beautiful Creatures (2000)", + "Genres": "Comedy|Crime|Drama|Thriller" + }, + { + "MovieId": "4246", + "Title": "Bridget Jones's Diary (2001)", + "Genres": "Comedy|Drama|Romance" + }, + { + "MovieId": "4247", + "Title": "Joe Dirt (2001)", + "Genres": "Adventure|Comedy|Mystery|Romance" + }, + { + "MovieId": "4248", + "Title": "Josie and the Pussycats (2001)", + "Genres": "Comedy" + }, + { + "MovieId": "4254", + "Title": "Crocodile Dundee in Los Angeles (2001)", + "Genres": "Comedy|Drama" + }, + { + "MovieId": "4255", + "Title": "Freddy Got Fingered (2001)", + "Genres": "Comedy" + }, + { + "MovieId": "4267", + "Title": "One Night at McCool's (2001)", + "Genres": "Comedy" + }, + { + "MovieId": "4268", + "Title": "Town & Country (2001)", + "Genres": "Comedy" + }, + { + "MovieId": "4270", + "Title": "Mummy Returns, The (2001)", + "Genres": "Action|Adventure|Comedy|Thriller" + }, + { + "MovieId": "4276", + "Title": "Lost in America (1985)", + "Genres": "Comedy" + }, + { + "MovieId": "4280", + "Title": "World According to Garp, The (1982)", + "Genres": "Comedy|Drama|Romance" + }, + { + "MovieId": "4284", + "Title": "Frankie and Johnny (1966)", + "Genres": "Comedy" + }, + { + "MovieId": "4285", + "Title": "Frankie and Johnny (1991)", + "Genres": "Comedy|Romance" + }, + { + "MovieId": "4289", + "Title": "City of Women, The (Citt\u00e0 delle donne, La) (1980)", + "Genres": "Comedy|Drama" + }, + { + "MovieId": "4290", + "Title": "For the Boys (1991)", + "Genres": "Comedy|Drama|Musical" + }, + { + "MovieId": "4291", + "Title": "Nine to Five (a.k.a. 9 to 5) (1980)", + "Genres": "Comedy|Crime" + }, + { + "MovieId": "4293", + "Title": "Summer Rental (1985)", + "Genres": "Comedy" + }, + { + "MovieId": "4299", + "Title": "Knight's Tale, A (2001)", + "Genres": "Action|Comedy|Romance" + }, + { + "MovieId": "4306", + "Title": "Shrek (2001)", + "Genres": "Adventure|Animation|Children|Comedy|Fantasy|Romance" + }, + { + "MovieId": "4307", + "Title": "Fast Food, Fast Women (2000)", + "Genres": "Comedy|Romance" + }, + { + "MovieId": "4317", + "Title": "Love Potion #9 (1992)", + "Genres": "Comedy|Romance" + }, + { + "MovieId": "4321", + "Title": "City Slickers (1991)", + "Genres": "Comedy|Western" + }, + { + "MovieId": "4333", + "Title": "Throw Momma from the Train (1987)", + "Genres": "Comedy|Crime" + }, + { + "MovieId": "4340", + "Title": "Animal, The (2001)", + "Genres": "Comedy" + }, + { + "MovieId": "4343", + "Title": "Evolution (2001)", + "Genres": "Comedy|Sci-Fi" + }, + { + "MovieId": "4347", + "Title": "Divided We Fall (Mus\u00edme si pom\u00e1hat) (2000)", + "Genres": "Comedy|Drama" + }, + { + "MovieId": "4349", + "Title": "Catch-22 (1970)", + "Genres": "Comedy|War" + }, + { + "MovieId": "4350", + "Title": "Forgotten Silver (1996)", + "Genres": "Comedy|Documentary" + }, + { + "MovieId": "4356", + "Title": "Gentlemen Prefer Blondes (1953)", + "Genres": "Comedy|Musical|Romance" + }, + { + "MovieId": "4357", + "Title": "How to Marry a Millionaire (1953)", + "Genres": "Comedy|Drama|Romance" + }, + { + "MovieId": "4359", + "Title": "Seven Year Itch, The (1955)", + "Genres": "Comedy" + }, + { + "MovieId": "4361", + "Title": "Tootsie (1982)", + "Genres": "Comedy|Romance" + }, + { + "MovieId": "4368", + "Title": "Dr. Dolittle 2 (2001)", + "Genres": "Comedy" + }, + { + "MovieId": "4373", + "Title": "Pootie Tang (2001)", + "Genres": "Comedy" + }, + { + "MovieId": "4374", + "Title": "Let It Snow (1999)", + "Genres": "Comedy|Romance" + }, + { + "MovieId": "4381", + "Title": "Closet, The (Placard, Le) (2001)", + "Genres": "Comedy" + }, + { + "MovieId": "4386", + "Title": "Cats & Dogs (2001)", + "Genres": "Children|Comedy" + }, + { + "MovieId": "4388", + "Title": "Scary Movie 2 (2001)", + "Genres": "Comedy" + }, + { + "MovieId": "4392", + "Title": "Alice (1990)", + "Genres": "Comedy|Drama|Fantasy|Romance" + }, + { + "MovieId": "4394", + "Title": "Beach Blanket Bingo (1965)", + "Genres": "Comedy|Musical" + }, + { + "MovieId": "4395", + "Title": "Big Deal on Madonna Street (I Soliti Ignoti) (1958)", + "Genres": "Comedy|Crime" + }, + { + "MovieId": "4396", + "Title": "Cannonball Run, The (1981)", + "Genres": "Action|Comedy" + }, + { + "MovieId": "4397", + "Title": "Cannonball Run II (1984)", + "Genres": "Action|Comedy" + }, + { + "MovieId": "4399", + "Title": "Diary of a Chambermaid (Journal d'une femme de chambre, Le) (1964)", + "Genres": "Comedy|Drama" + }, + { + "MovieId": "4402", + "Title": "Dr. Goldfoot and the Bikini Machine (1965)", + "Genres": "Comedy" + }, + { + "MovieId": "4409", + "Title": "Shadows and Fog (1991)", + "Genres": "Comedy|Drama|Mystery|Thriller" + }, + { + "MovieId": "4410", + "Title": "Something Wild (1986)", + "Genres": "Comedy|Crime|Drama" + }, + { + "MovieId": "4412", + "Title": "Thing with Two Heads, The (1972)", + "Genres": "Comedy|Horror|Sci-Fi" + }, + { + "MovieId": "4428", + "Title": "Misfits, The (1961)", + "Genres": "Comedy|Drama|Romance|Western" + }, + { + "MovieId": "4434", + "Title": "10th Victim, The (La decima vittima) (1965)", + "Genres": "Action|Comedy|Sci-Fi|Thriller" + }, + { + "MovieId": "4442", + "Title": "Last Dragon, The (1985)", + "Genres": "Action|Comedy|Drama" + }, + { + "MovieId": "4447", + "Title": "Legally Blonde (2001)", + "Genres": "Comedy|Romance" + }, + { + "MovieId": "4451", + "Title": "Jump Tomorrow (2001)", + "Genres": "Comedy|Drama|Romance" + }, + { + "MovieId": "4452", + "Title": "Made (2001)", + "Genres": "Comedy" + }, + { + "MovieId": "4462", + "Title": "18 Again! (1988)", + "Genres": "Comedy|Fantasy" + }, + { + "MovieId": "4464", + "Title": "Accidental Tourist, The (1988)", + "Genres": "Comedy|Drama|Romance" + }, + { + "MovieId": "4467", + "Title": "Adventures of Baron Munchausen, The (1988)", + "Genres": "Adventure|Comedy|Fantasy" + }, + { + "MovieId": "4471", + "Title": "Arthur 2: On the Rocks (1988)", + "Genres": "Comedy|Romance" + }, + { + "MovieId": "4474", + "Title": "Beaches (1988)", + "Genres": "Comedy|Drama|Musical" + }, + { + "MovieId": "4476", + "Title": "Big Business (1988)", + "Genres": "Comedy" + }, + { + "MovieId": "4477", + "Title": "Big Top Pee-Wee (1988)", + "Genres": "Adventure|Children|Comedy" + }, + { + "MovieId": "4478", + "Title": "Biloxi Blues (1988)", + "Genres": "Comedy|Drama" + }, + { + "MovieId": "4483", + "Title": "Caddyshack II (1988)", + "Genres": "Comedy" + }, + { + "MovieId": "4489", + "Title": "Coming to America (1988)", + "Genres": "Comedy|Romance" + }, + { + "MovieId": "4490", + "Title": "Couch Trip, The (1988)", + "Genres": "Comedy" + }, + { + "MovieId": "4492", + "Title": "Critters (1986)", + "Genres": "Comedy|Sci-Fi" + }, + { + "MovieId": "4495", + "Title": "Crossing Delancey (1988)", + "Genres": "Comedy|Romance" + }, + { + "MovieId": "4497", + "Title": "Dead Heat (1988)", + "Genres": "Action|Comedy|Horror|Sci-Fi" + }, + { + "MovieId": "4499", + "Title": "Dirty Rotten Scoundrels (1988)", + "Genres": "Comedy" + }, + { + "MovieId": "4500", + "Title": "Drowning by Numbers (1988)", + "Genres": "Comedy|Drama" + }, + { + "MovieId": "4502", + "Title": "Ernest Saves Christmas (1988)", + "Genres": "Children|Comedy" + }, + { + "MovieId": "4504", + "Title": "Feds (1988)", + "Genres": "Comedy" + }, + { + "MovieId": "4509", + "Title": "Great Outdoors, The (1988)", + "Genres": "Comedy" + }, + { + "MovieId": "4511", + "Title": "High Spirits (1988)", + "Genres": "Comedy" + }, + { + "MovieId": "4516", + "Title": "Johnny Be Good (1988)", + "Genres": "Comedy" + }, + { + "MovieId": "4518", + "Title": "The Lair of the White Worm (1988)", + "Genres": "Comedy|Horror" + }, + { + "MovieId": "4520", + "Title": "License to Drive (1988)", + "Genres": "Comedy" + }, + { + "MovieId": "4523", + "Title": "Milagro Beanfield War (1988)", + "Genres": "Comedy|Drama|Fantasy" + }, + { + "MovieId": "4524", + "Title": "Moon Over Parador (1988)", + "Genres": "Comedy" + }, + { + "MovieId": "4526", + "Title": "My Stepmother Is an Alien (1988)", + "Genres": "Comedy|Romance|Sci-Fi" + }, + { + "MovieId": "4527", + "Title": "Night in the Life of Jimmy Reardon, A (1988)", + "Genres": "Comedy|Romance" + }, + { + "MovieId": "4529", + "Title": "Bagdad Cafe (Out of Rosenheim) (1987)", + "Genres": "Comedy|Drama" + }, + { + "MovieId": "4533", + "Title": "Return of the Living Dead, The (1985)", + "Genres": "Comedy|Horror|Sci-Fi" + }, + { + "MovieId": "4544", + "Title": "Short Circuit 2 (1988)", + "Genres": "Comedy|Sci-Fi" + }, + { + "MovieId": "4545", + "Title": "Short Circuit (1986)", + "Genres": "Comedy|Sci-Fi" + }, + { + "MovieId": "4558", + "Title": "Twins (1988)", + "Genres": "Comedy" + }, + { + "MovieId": "4562", + "Title": "Without a Clue (1988)", + "Genres": "Comedy|Mystery" + }, + { + "MovieId": "4563", + "Title": "Young Einstein (1988)", + "Genres": "Comedy" + }, + { + "MovieId": "4571", + "Title": "Bill & Ted's Excellent Adventure (1989)", + "Genres": "Adventure|Comedy|Sci-Fi" + }, + { + "MovieId": "4573", + "Title": "Blaze (1989)", + "Genres": "Comedy|Drama" + }, + { + "MovieId": "4578", + "Title": "Chances Are (1989)", + "Genres": "Comedy|Romance" + }, + { + "MovieId": "4583", + "Title": "Disorganized Crime (1989)", + "Genres": "Action|Comedy" + }, + { + "MovieId": "4584", + "Title": "Dream a Little Dream (1989)", + "Genres": "Comedy|Drama|Romance" + }, + { + "MovieId": "4585", + "Title": "Dream Team, The (1989)", + "Genres": "Comedy" + }, + { + "MovieId": "4587", + "Title": "Earth Girls Are Easy (1988)", + "Genres": "Comedy|Musical|Sci-Fi" + }, + { + "MovieId": "4591", + "Title": "Erik the Viking (1989)", + "Genres": "Adventure|Comedy|Fantasy" + }, + { + "MovieId": "4593", + "Title": "Family Business (1989)", + "Genres": "Comedy" + }, + { + "MovieId": "4600", + "Title": "Gross Anatomy (a.k.a. A Cut Above) (1989)", + "Genres": "Comedy|Drama" + }, + { + "MovieId": "4602", + "Title": "Harlem Nights (1989)", + "Genres": "Comedy|Crime|Romance" + }, + { + "MovieId": "4603", + "Title": "Her Alibi (1989)", + "Genres": "Comedy|Romance" + }, + { + "MovieId": "4605", + "Title": "How to Get Ahead in Advertising (1989)", + "Genres": "Comedy|Fantasy" + }, + { + "MovieId": "4610", + "Title": "January Man, The (1989)", + "Genres": "Comedy|Crime|Mystery|Thriller" + }, + { + "MovieId": "4613", + "Title": "K-9 (1989)", + "Genres": "Action|Comedy|Crime" + }, + { + "MovieId": "4617", + "Title": "Let It Ride (1989)", + "Genres": "Comedy" + }, + { + "MovieId": "4619", + "Title": "Little Monsters (1989)", + "Genres": "Comedy" + }, + { + "MovieId": "4621", + "Title": "Look Who's Talking (1989)", + "Genres": "Comedy|Romance" + }, + { + "MovieId": "4622", + "Title": "Loverboy (1989)", + "Genres": "Comedy" + }, + { + "MovieId": "4623", + "Title": "Major League (1989)", + "Genres": "Comedy" + }, + { + "MovieId": "4624", + "Title": "Meet the Feebles (1989)", + "Genres": "Animation|Comedy|Musical" + }, + { + "MovieId": "4628", + "Title": "New York Stories (1989)", + "Genres": "Comedy|Drama" + }, + { + "MovieId": "4634", + "Title": "Penn & Teller Get Killed (1989)", + "Genres": "Adventure|Comedy" + }, + { + "MovieId": "4635", + "Title": "Pink Cadillac (1989)", + "Genres": "Action|Comedy|Drama" + }, + { + "MovieId": "4639", + "Title": "America's Sweethearts (2001)", + "Genres": "Comedy|Romance" + }, + { + "MovieId": "4641", + "Title": "Ghost World (2001)", + "Genres": "Comedy|Drama" + }, + { + "MovieId": "4642", + "Title": "Hedwig and the Angry Inch (2000)", + "Genres": "Comedy|Drama|Musical" + }, + { + "MovieId": "4644", + "Title": "Bread and Tulips (Pane e tulipani) (2000)", + "Genres": "Comedy|Drama|Romance" + }, + { + "MovieId": "4646", + "Title": "Greenfingers (2000)", + "Genres": "Comedy|Drama" + }, + { + "MovieId": "4649", + "Title": "Wet Hot American Summer (2001)", + "Genres": "Comedy" + }, + { + "MovieId": "4653", + "Title": "Return of the Musketeers, The (1989)", + "Genres": "Adventure|Comedy" + }, + { + "MovieId": "4660", + "Title": "Scenes from the Class Struggle in Beverly Hills (1989)", + "Genres": "Comedy" + }, + { + "MovieId": "4662", + "Title": "See No Evil, Hear No Evil (1989)", + "Genres": "Comedy|Crime" + }, + { + "MovieId": "4663", + "Title": "She's Out of Control (1989)", + "Genres": "Comedy" + }, + { + "MovieId": "4666", + "Title": "Skin Deep (1989)", + "Genres": "Comedy" + }, + { + "MovieId": "4672", + "Title": "Tall Guy, The (1989)", + "Genres": "Comedy|Romance" + }, + { + "MovieId": "4673", + "Title": "Tango & Cash (1989)", + "Genres": "Action|Comedy|Crime|Thriller" + }, + { + "MovieId": "4675", + "Title": "Three Fugitives (1989)", + "Genres": "Action|Comedy" + }, + { + "MovieId": "4676", + "Title": "Troop Beverly Hills (1989)", + "Genres": "Comedy" + }, + { + "MovieId": "4677", + "Title": "Turner & Hooch (1989)", + "Genres": "Comedy|Crime" + }, + { + "MovieId": "4678", + "Title": "UHF (1989)", + "Genres": "Comedy" + }, + { + "MovieId": "4679", + "Title": "Uncle Buck (1989)", + "Genres": "Comedy" + }, + { + "MovieId": "4681", + "Title": "War of the Roses, The (1989)", + "Genres": "Comedy|Drama" + }, + { + "MovieId": "4683", + "Title": "Wizard, The (1989)", + "Genres": "Adventure|Children|Comedy|Drama" + }, + { + "MovieId": "4686", + "Title": "Weekend at Bernie's II (1993)", + "Genres": "Adventure|Comedy" + }, + { + "MovieId": "4687", + "Title": "Billy Liar (1963)", + "Genres": "Comedy" + }, + { + "MovieId": "4697", + "Title": "Basket Case (1982)", + "Genres": "Comedy|Horror" + }, + { + "MovieId": "4700", + "Title": "Princess Diaries, The (2001)", + "Genres": "Children|Comedy|Romance" + }, + { + "MovieId": "4701", + "Title": "Rush Hour 2 (2001)", + "Genres": "Action|Comedy" + }, + { + "MovieId": "4704", + "Title": "Hatari! (1962)", + "Genres": "Adventure|Comedy" + }, + { + "MovieId": "4705", + "Title": "Cage aux Folles, La (1978)", + "Genres": "Comedy" + }, + { + "MovieId": "4709", + "Title": "Paint Your Wagon (1969)", + "Genres": "Comedy|Musical|Western" + }, + { + "MovieId": "4714", + "Title": "Any Which Way You Can (1980)", + "Genres": "Comedy" + }, + { + "MovieId": "4717", + "Title": "Battle Creek Brawl (Big Brawl, The) (1980)", + "Genres": "Action|Comedy" + }, + { + "MovieId": "4718", + "Title": "American Pie 2 (2001)", + "Genres": "Comedy" + }, + { + "MovieId": "4719", + "Title": "Osmosis Jones (2001)", + "Genres": "Action|Animation|Comedy|Crime|Drama|Romance|Thriller" + }, + { + "MovieId": "4721", + "Title": "American Outlaws (2001)", + "Genres": "Action|Comedy|Western" + }, + { + "MovieId": "4722", + "Title": "All Over the Guy (2001)", + "Genres": "Comedy" + }, + { + "MovieId": "4728", + "Title": "Rat Race (2001)", + "Genres": "Comedy" + }, + { + "MovieId": "4732", + "Title": "Bubble Boy (2001)", + "Genres": "Comedy" + }, + { + "MovieId": "4733", + "Title": "Curse of the Jade Scorpion, The (2001)", + "Genres": "Comedy" + }, + { + "MovieId": "4734", + "Title": "Jay and Silent Bob Strike Back (2001)", + "Genres": "Adventure|Comedy" + }, + { + "MovieId": "4736", + "Title": "Summer Catch (2001)", + "Genres": "Comedy|Drama|Romance" + }, + { + "MovieId": "4740", + "Title": "Maybe Baby (2000)", + "Genres": "Comedy|Romance" + }, + { + "MovieId": "4741", + "Title": "Together (Tillsammans) (2000)", + "Genres": "Comedy|Drama|Romance" + }, + { + "MovieId": "4743", + "Title": "Tortilla Soup (2001)", + "Genres": "Comedy|Romance" + }, + { + "MovieId": "4748", + "Title": "3 Ninjas (1992)", + "Genres": "Action|Children|Comedy" + }, + { + "MovieId": "4749", + "Title": "3 Ninjas Kick Back (1994)", + "Genres": "Action|Children|Comedy" + }, + { + "MovieId": "4757", + "Title": "Rock Star (2001)", + "Genres": "Comedy|Drama|Musical" + }, + { + "MovieId": "4759", + "Title": "Two Can Play That Game (2001)", + "Genres": "Comedy|Drama" + }, + { + "MovieId": "4773", + "Title": "Haiku Tunnel (2001)", + "Genres": "Comedy" + }, + { + "MovieId": "4774", + "Title": "Big Trouble (2002)", + "Genres": "Comedy|Crime" + }, + { + "MovieId": "4777", + "Title": "American Astronaut, The (2001)", + "Genres": "Comedy|Musical|Sci-Fi" + }, + { + "MovieId": "4782", + "Title": "Sidewalks of New York (2001)", + "Genres": "Comedy|Romance" + }, + { + "MovieId": "4789", + "Title": "Phantom of the Paradise (1974)", + "Genres": "Comedy|Fantasy|Horror|Musical|Thriller" + }, + { + "MovieId": "4795", + "Title": "Father Goose (1964)", + "Genres": "Adventure|Comedy|Romance|War" + }, + { + "MovieId": "4796", + "Title": "Grass Is Greener, The (1960)", + "Genres": "Comedy|Romance" + }, + { + "MovieId": "4798", + "Title": "Indiscreet (1958)", + "Genres": "Comedy|Romance" + }, + { + "MovieId": "4799", + "Title": "It's a Mad, Mad, Mad, Mad World (1963)", + "Genres": "Action|Adventure|Comedy|Crime" + }, + { + "MovieId": "4802", + "Title": "Operation Petticoat (1959)", + "Genres": "Action|Comedy|Romance|War" + }, + { + "MovieId": "4804", + "Title": "Pocketful of Miracles (1961)", + "Genres": "Comedy|Drama" + }, + { + "MovieId": "4816", + "Title": "Zoolander (2001)", + "Genres": "Comedy" + }, + { + "MovieId": "4818", + "Title": "Extreme Days (2001)", + "Genres": "Action|Adventure|Comedy|Drama" + }, + { + "MovieId": "4822", + "Title": "Max Keeble's Big Move (2001)", + "Genres": "Children|Comedy" + }, + { + "MovieId": "4823", + "Title": "Serendipity (2001)", + "Genres": "Comedy|Romance" + }, + { + "MovieId": "4825", + "Title": "Swamp, The (Ci\u00e9naga, La) (2001)", + "Genres": "Comedy|Drama" + }, + { + "MovieId": "4828", + "Title": "Party, The (Boum, La) (1980)", + "Genres": "Comedy|Romance" + }, + { + "MovieId": "4831", + "Title": "Can't Stop the Music (1980)", + "Genres": "Comedy|Musical" + }, + { + "MovieId": "4844", + "Title": "Bandits (2001)", + "Genres": "Comedy|Crime|Romance" + }, + { + "MovieId": "4845", + "Title": "Corky Romano (2001)", + "Genres": "Comedy|Crime" + }, + { + "MovieId": "4846", + "Title": "Iron Monkey (Siu nin Wong Fei-hung ji: Tit Ma Lau) (1993)", + "Genres": "Action|Comedy" + }, + { + "MovieId": "4849", + "Title": "My First Mister (2001)", + "Genres": "Comedy|Drama" + }, + { + "MovieId": "4860", + "Title": "Making the Grade (1984)", + "Genres": "Comedy" + }, + { + "MovieId": "4863", + "Title": "Female Trouble (1975)", + "Genres": "Comedy|Crime" + }, + { + "MovieId": "4867", + "Title": "Riding in Cars with Boys (2001)", + "Genres": "Comedy|Drama" + }, + { + "MovieId": "4877", + "Title": "Better Than Sex (2000)", + "Genres": "Comedy|Romance" + }, + { + "MovieId": "4879", + "Title": "High Heels and Low Lifes (2001)", + "Genres": "Action|Comedy|Crime|Drama" + }, + { + "MovieId": "4886", + "Title": "Monsters, Inc. (2001)", + "Genres": "Adventure|Animation|Children|Comedy|Fantasy" + }, + { + "MovieId": "4890", + "Title": "Shallow Hal (2001)", + "Genres": "Comedy|Fantasy|Romance" + }, + { + "MovieId": "4898", + "Title": "Novocaine (2001)", + "Genres": "Comedy|Crime|Mystery|Thriller" + }, + { + "MovieId": "4899", + "Title": "Black Knight (2001)", + "Genres": "Adventure|Comedy|Fantasy" + }, + { + "MovieId": "4900", + "Title": "Out Cold (2001)", + "Genres": "Comedy" + }, + { + "MovieId": "4909", + "Title": "Incredible Shrinking Woman, The (1981)", + "Genres": "Comedy|Sci-Fi" + }, + { + "MovieId": "4911", + "Title": "Jabberwocky (1977)", + "Genres": "Adventure|Comedy|Fantasy" + }, + { + "MovieId": "4925", + "Title": "Cheap Detective, The (1978)", + "Genres": "Comedy" + }, + { + "MovieId": "4926", + "Title": "Everybody's Famous! (Iedereen beroemd!) (2000)", + "Genres": "Comedy|Drama|Musical" + }, + { + "MovieId": "4929", + "Title": "Toy, The (1982)", + "Genres": "Comedy" + }, + { + "MovieId": "4952", + "Title": "Morons From Outer Space (1985)", + "Genres": "Comedy|Sci-Fi" + }, + { + "MovieId": "4954", + "Title": "Ocean's Eleven (a.k.a. Ocean's 11) (1960)", + "Genres": "Comedy|Crime" + }, + { + "MovieId": "4956", + "Title": "Stunt Man, The (1980)", + "Genres": "Action|Adventure|Comedy|Drama|Romance|Thriller" + }, + { + "MovieId": "4971", + "Title": "Moscow on the Hudson (1984)", + "Genres": "Comedy|Drama" + }, + { + "MovieId": "4973", + "Title": "Amelie (Fabuleux destin d'Am\u00e9lie Poulain, Le) (2001)", + "Genres": "Comedy|Romance" + }, + { + "MovieId": "4974", + "Title": "Not Another Teen Movie (2001)", + "Genres": "Comedy" + }, + { + "MovieId": "4979", + "Title": "Royal Tenenbaums, The (2001)", + "Genres": "Comedy|Drama" + }, + { + "MovieId": "4980", + "Title": "Bill & Ted's Bogus Journey (1991)", + "Genres": "Adventure|Comedy|Fantasy|Sci-Fi" + }, + { + "MovieId": "4981", + "Title": "Clockwise (1986)", + "Genres": "Comedy" + }, + { + "MovieId": "4989", + "Title": "How High (2001)", + "Genres": "Comedy" + }, + { + "MovieId": "4990", + "Title": "Jimmy Neutron: Boy Genius (2001)", + "Genres": "Adventure|Animation|Children|Comedy" + }, + { + "MovieId": "4991", + "Title": "Joe Somebody (2001)", + "Genres": "Comedy|Drama|Romance" + }, + { + "MovieId": "4992", + "Title": "Kate & Leopold (2001)", + "Genres": "Comedy|Romance" + }, + { + "MovieId": "4994", + "Title": "Majestic, The (2001)", + "Genres": "Comedy|Drama|Romance" + }, + { + "MovieId": "5004", + "Title": "Party, The (1968)", + "Genres": "Comedy" + }, + { + "MovieId": "5007", + "Title": "Topkapi (1964)", + "Genres": "Adventure|Comedy|Thriller" + }, + { + "MovieId": "5013", + "Title": "Gosford Park (2001)", + "Genres": "Comedy|Drama|Mystery" + }, + { + "MovieId": "5021", + "Title": "Murder by Death (1976)", + "Genres": "Comedy|Crime|Mystery|Thriller" + }, + { + "MovieId": "5025", + "Title": "Orange County (2002)", + "Genres": "Comedy" + }, + { + "MovieId": "5027", + "Title": "Another 48 Hrs. (1990)", + "Genres": "Action|Comedy|Crime|Drama|Thriller" + }, + { + "MovieId": "5047", + "Title": "Kung Pow: Enter the Fist (2002)", + "Genres": "Action|Comedy" + }, + { + "MovieId": "5048", + "Title": "Snow Dogs (2002)", + "Genres": "Adventure|Children|Comedy" + }, + { + "MovieId": "5049", + "Title": "48 Hrs. (1982)", + "Genres": "Action|Comedy|Crime|Drama" + }, + { + "MovieId": "5051", + "Title": "Italian for Beginners (Italiensk for begyndere) (2000)", + "Genres": "Comedy|Drama|Romance" + }, + { + "MovieId": "5053", + "Title": "Blankman (1994)", + "Genres": "Comedy" + }, + { + "MovieId": "5060", + "Title": "M*A*S*H (a.k.a. MASH) (1970)", + "Genres": "Comedy|Drama|War" + }, + { + "MovieId": "5074", + "Title": "Storytelling (2001)", + "Genres": "Comedy|Drama" + }, + { + "MovieId": "5075", + "Title": "Waydowntown (2000)", + "Genres": "Comedy" + }, + { + "MovieId": "5076", + "Title": "Adventures of Huck Finn, The (1993)", + "Genres": "Adventure|Children|Comedy|Drama" + }, + { + "MovieId": "5077", + "Title": "Cousins (1989)", + "Genres": "Comedy|Romance" + }, + { + "MovieId": "5080", + "Title": "Slackers (2002)", + "Genres": "Comedy" + }, + { + "MovieId": "5083", + "Title": "Rare Birds (2001)", + "Genres": "Comedy|Drama" + }, + { + "MovieId": "5088", + "Title": "Going Places (Valseuses, Les) (1974)", + "Genres": "Comedy|Crime|Drama" + }, + { + "MovieId": "5092", + "Title": "Big Fat Liar (2002)", + "Genres": "Children|Comedy" + }, + { + "MovieId": "5095", + "Title": "Scotland, Pa. (2001)", + "Genres": "Comedy|Crime" + }, + { + "MovieId": "5096", + "Title": "Baby's Day Out (1994)", + "Genres": "Comedy" + }, + { + "MovieId": "5102", + "Title": "Rookie of the Year (1993)", + "Genres": "Comedy|Fantasy" + }, + { + "MovieId": "5103", + "Title": "Sandlot, The (1993)", + "Genres": "Children|Comedy|Drama" + }, + { + "MovieId": "5106", + "Title": "Crossroads (2002)", + "Genres": "Comedy|Musical|Romance" + }, + { + "MovieId": "5110", + "Title": "Super Troopers (2001)", + "Genres": "Comedy|Crime|Mystery" + }, + { + "MovieId": "5113", + "Title": "After the Fox (Caccia alla volpe) (1966)", + "Genres": "Comedy|Crime" + }, + { + "MovieId": "5116", + "Title": "Designing Woman (1957)", + "Genres": "Comedy" + }, + { + "MovieId": "5120", + "Title": "Sleuth (1972)", + "Genres": "Comedy|Mystery|Thriller" + }, + { + "MovieId": "5121", + "Title": "Stroszek (1977)", + "Genres": "Comedy|Drama" + }, + { + "MovieId": "5131", + "Title": "How to Kill Your Neighbor's Dog (2000)", + "Genres": "Comedy|Drama" + }, + { + "MovieId": "5134", + "Title": "Mean Machine (2001)", + "Genres": "Comedy|Drama" + }, + { + "MovieId": "5135", + "Title": "Monsoon Wedding (2001)", + "Genres": "Comedy|Romance" + }, + { + "MovieId": "5139", + "Title": "Bad News Bears, The (1976)", + "Genres": "Comedy" + }, + { + "MovieId": "5151", + "Title": "40 Days and 40 Nights (2002)", + "Genres": "Comedy|Romance" + }, + { + "MovieId": "5159", + "Title": "Ferngully: The Last Rainforest (1992)", + "Genres": "Animation|Children|Comedy|Musical" + }, + { + "MovieId": "5168", + "Title": "Royal Wedding (1951)", + "Genres": "Comedy|Musical|Romance" + }, + { + "MovieId": "5170", + "Title": "All About the Benjamins (2002)", + "Genres": "Action|Comedy|Crime" + }, + { + "MovieId": "5187", + "Title": "Hopscotch (1980)", + "Genres": "Comedy" + }, + { + "MovieId": "5205", + "Title": "Motel Hell (1980)", + "Genres": "Comedy|Horror" + }, + { + "MovieId": "5213", + "Title": "Oh, God! Book II (1980)", + "Genres": "Comedy" + }, + { + "MovieId": "5214", + "Title": "Oh, God! (1977)", + "Genres": "Comedy|Fantasy" + }, + { + "MovieId": "5218", + "Title": "Ice Age (2002)", + "Genres": "Adventure|Animation|Children|Comedy" + }, + { + "MovieId": "5220", + "Title": "Showtime (2002)", + "Genres": "Action|Comedy" + }, + { + "MovieId": "5222", + "Title": "Kissing Jessica Stein (2001)", + "Genres": "Comedy|Romance" + }, + { + "MovieId": "5231", + "Title": "Road to Morocco (1942)", + "Genres": "Comedy" + }, + { + "MovieId": "5241", + "Title": "Seems Like Old Times (1980)", + "Genres": "Comedy|Romance" + }, + { + "MovieId": "5246", + "Title": "Smokey and the Bandit II (1980)", + "Genres": "Action|Comedy" + }, + { + "MovieId": "5247", + "Title": "Smokey and the Bandit (1977)", + "Genres": "Action|Comedy" + }, + { + "MovieId": "5248", + "Title": "Smokey and the Bandit III (1983)", + "Genres": "Action|Comedy" + }, + { + "MovieId": "5250", + "Title": "Stir Crazy (1980)", + "Genres": "Comedy" + }, + { + "MovieId": "5255", + "Title": "Sorority Boys (2002)", + "Genres": "Comedy" + }, + { + "MovieId": "5265", + "Title": "Death to Smoochy (2002)", + "Genres": "Comedy|Crime|Drama" + }, + { + "MovieId": "5278", + "Title": "Fraternity Vacation (1985)", + "Genres": "Comedy|Romance" + }, + { + "MovieId": "5279", + "Title": "Impromptu (1991)", + "Genres": "Comedy|Romance" + }, + { + "MovieId": "5283", + "Title": "National Lampoon's Van Wilder (2002)", + "Genres": "Comedy" + }, + { + "MovieId": "5284", + "Title": "Crush (2001)", + "Genres": "Comedy|Romance" + }, + { + "MovieId": "5285", + "Title": "Lucky Break (2001)", + "Genres": "Comedy|Crime" + }, + { + "MovieId": "5292", + "Title": "Slap Shot (1977)", + "Genres": "Comedy" + }, + { + "MovieId": "5296", + "Title": "Sweetest Thing, The (2002)", + "Genres": "Comedy|Romance" + }, + { + "MovieId": "5298", + "Title": "Human Nature (2001)", + "Genres": "Comedy|Romance" + }, + { + "MovieId": "5299", + "Title": "My Big Fat Greek Wedding (2002)", + "Genres": "Comedy|Romance" + }, + { + "MovieId": "5303", + "Title": "Joe Versus the Volcano (1990)", + "Genres": "Comedy|Romance" + }, + { + "MovieId": "5307", + "Title": "Taking Care of Business (1990)", + "Genres": "Comedy" + }, + { + "MovieId": "5308", + "Title": "Three Men and a Baby (1987)", + "Genres": "Comedy" + }, + { + "MovieId": "5309", + "Title": "Three Men and a Little Lady (1990)", + "Genres": "Comedy|Romance" + }, + { + "MovieId": "5321", + "Title": "Triumph of Love, The (2001)", + "Genres": "Comedy" + }, + { + "MovieId": "5324", + "Title": "Life or Something Like It (2002)", + "Genres": "Comedy|Romance" + }, + { + "MovieId": "5334", + "Title": "Cadillac Man (1990)", + "Genres": "Comedy|Crime" + }, + { + "MovieId": "5337", + "Title": "Delirious (1991)", + "Genres": "Comedy" + }, + { + "MovieId": "5339", + "Title": "Husbands and Wives (1992)", + "Genres": "Comedy|Drama" + }, + { + "MovieId": "5348", + "Title": "Hollywood Ending (2002)", + "Genres": "Comedy|Drama" + }, + { + "MovieId": "5353", + "Title": "Butterflies Are Free (1972)", + "Genres": "Comedy|Drama" + }, + { + "MovieId": "5363", + "Title": "New Guy, The (2002)", + "Genres": "Comedy" + }, + { + "MovieId": "5375", + "Title": "Harvey Girls, The (1946)", + "Genres": "Comedy|Musical|Western" + }, + { + "MovieId": "5377", + "Title": "About a Boy (2002)", + "Genres": "Comedy|Drama|Romance" + }, + { + "MovieId": "5380", + "Title": "Importance of Being Earnest, The (2002)", + "Genres": "Comedy|Drama|Romance" + }, + { + "MovieId": "5382", + "Title": "Every Which Way But Loose (1978)", + "Genres": "Comedy" + }, + { + "MovieId": "5397", + "Title": "Monkey Business (1952)", + "Genres": "Comedy|Sci-Fi" + }, + { + "MovieId": "5401", + "Title": "Undercover Brother (2002)", + "Genres": "Comedy" + }, + { + "MovieId": "5414", + "Title": "Bad Company (2002)", + "Genres": "Action|Comedy|Crime" + }, + { + "MovieId": "5415", + "Title": "Divine Secrets of the Ya-Ya Sisterhood (2002)", + "Genres": "Comedy|Drama" + }, + { + "MovieId": "5416", + "Title": "Cherish (2002)", + "Genres": "Comedy|Drama|Thriller" + }, + { + "MovieId": "5419", + "Title": "Scooby-Doo (2002)", + "Genres": "Adventure|Children|Comedy|Fantasy|Mystery" + }, + { + "MovieId": "5422", + "Title": "Emperor's New Clothes, The (2001)", + "Genres": "Comedy" + }, + { + "MovieId": "5427", + "Title": "Caveman (1981)", + "Genres": "Comedy" + }, + { + "MovieId": "5428", + "Title": "Cheech & Chong's The Corsican Brothers (1984)", + "Genres": "Comedy" + }, + { + "MovieId": "5437", + "Title": "Manhattan Project, The (1986)", + "Genres": "Comedy|Sci-Fi|Thriller" + }, + { + "MovieId": "5438", + "Title": "Men at Work (1990)", + "Genres": "Action|Comedy" + }, + { + "MovieId": "5442", + "Title": "V. I. Warshawski (1991)", + "Genres": "Action|Comedy|Crime" + }, + { + "MovieId": "5443", + "Title": "Juwanna Mann (2002)", + "Genres": "Comedy" + }, + { + "MovieId": "5448", + "Title": "Hey Arnold! The Movie (2002)", + "Genres": "Adventure|Animation|Children|Comedy" + }, + { + "MovieId": "5449", + "Title": "Mr. Deeds (2002)", + "Genres": "Comedy|Romance" + }, + { + "MovieId": "5450", + "Title": "Lovely & Amazing (2001)", + "Genres": "Comedy|Drama|Romance" + }, + { + "MovieId": "5451", + "Title": "Pumpkin (2002)", + "Genres": "Comedy|Drama|Romance" + }, + { + "MovieId": "5452", + "Title": "Look Who's Talking Now (1993)", + "Genres": "Children|Comedy|Romance" + }, + { + "MovieId": "5454", + "Title": "Mo' Money (1992)", + "Genres": "Comedy|Romance" + }, + { + "MovieId": "5455", + "Title": "Object of Beauty, The (1991)", + "Genres": "Comedy|Drama" + }, + { + "MovieId": "5456", + "Title": "Wagons East (1994)", + "Genres": "Comedy|Western" + }, + { + "MovieId": "5458", + "Title": "Like Mike (2002)", + "Genres": "Children|Comedy|Fantasy" + }, + { + "MovieId": "5459", + "Title": "Men in Black II (a.k.a. MIIB) (a.k.a. MIB 2) (2002)", + "Genres": "Action|Comedy|Sci-Fi" + }, + { + "MovieId": "5460", + "Title": "Powerpuff Girls, The (2002)", + "Genres": "Action|Animation|Children|Comedy" + }, + { + "MovieId": "5461", + "Title": "Me Without You (2001)", + "Genres": "Comedy|Drama" + }, + { + "MovieId": "5462", + "Title": "Crocodile Hunter: Collision Course, The (2002)", + "Genres": "Adventure|Comedy" + }, + { + "MovieId": "5466", + "Title": "My Wife is an Actress (Ma Femme est une Actrice) (2001)", + "Genres": "Comedy|Drama|Romance" + }, + { + "MovieId": "5470", + "Title": "The Importance of Being Earnest (1952)", + "Genres": "Comedy|Romance" + }, + { + "MovieId": "5478", + "Title": "Eight Legged Freaks (2002)", + "Genres": "Action|Comedy|Horror|Sci-Fi" + }, + { + "MovieId": "5480", + "Title": "Stuart Little 2 (2002)", + "Genres": "Children|Comedy" + }, + { + "MovieId": "5481", + "Title": "Austin Powers in Goldmember (2002)", + "Genres": "Comedy" + }, + { + "MovieId": "5485", + "Title": "Tadpole (2002)", + "Genres": "Comedy|Drama|Romance" + }, + { + "MovieId": "5486", + "Title": "Who Is Cletis Tout? (2001)", + "Genres": "Comedy" + }, + { + "MovieId": "5490", + "Title": "The Big Bus (1976)", + "Genres": "Action|Comedy" + }, + { + "MovieId": "5493", + "Title": "In Like Flint (1967)", + "Genres": "Action|Adventure|Comedy" + }, + { + "MovieId": "5497", + "Title": "Our Man Flint (1965)", + "Genres": "Adventure|Comedy|Sci-Fi" + }, + { + "MovieId": "5500", + "Title": "Top Secret! (1984)", + "Genres": "Comedy" + }, + { + "MovieId": "5501", + "Title": "Master of Disguise, The (2002)", + "Genres": "Comedy|Mystery" + }, + { + "MovieId": "5503", + "Title": "Last Kiss, The (Ultimo bacio, L') (2001)", + "Genres": "Comedy|Drama|Romance" + }, + { + "MovieId": "5505", + "Title": "Good Girl, The (2002)", + "Genres": "Comedy|Drama" + }, + { + "MovieId": "5508", + "Title": "24 Hour Party People (2002)", + "Genres": "Comedy|Drama|Musical" + }, + { + "MovieId": "5512", + "Title": "Secret Ballot (Raye makhfi) (2001)", + "Genres": "Comedy" + }, + { + "MovieId": "5513", + "Title": "Martin Lawrence Live: Runteldat (2002)", + "Genres": "Comedy|Documentary" + }, + { + "MovieId": "5523", + "Title": "Adventures of Pluto Nash, The (2002)", + "Genres": "Action|Adventure|Comedy|Sci-Fi" + }, + { + "MovieId": "5525", + "Title": "Mostly Martha (Bella Martha) (2001)", + "Genres": "Comedy|Drama|Romance" + }, + { + "MovieId": "5529", + "Title": "Serving Sara (2002)", + "Genres": "Comedy|Romance" + }, + { + "MovieId": "5530", + "Title": "Simone (S1m0ne) (2002)", + "Genres": "Comedy|Drama|Fantasy|Sci-Fi" + }, + { + "MovieId": "5532", + "Title": "Amy's O (a.k.a. Amy's Orgasm) (2001)", + "Genres": "Comedy|Romance" + }, + { + "MovieId": "5541", + "Title": "Hot Shots! (1991)", + "Genres": "Action|Comedy|Romance|War" + }, + { + "MovieId": "5548", + "Title": "Down and Out in Beverly Hills (1986)", + "Genres": "Comedy" + }, + { + "MovieId": "5553", + "Title": "Stakeout (1987)", + "Genres": "Comedy|Crime|Romance|Thriller" + }, + { + "MovieId": "5560", + "Title": "\u00c0 nous la libert\u00e9 (Freedom for Us) (1931)", + "Genres": "Comedy|Musical" + }, + { + "MovieId": "5568", + "Title": "Johnny Dangerously (1984)", + "Genres": "Comedy" + }, + { + "MovieId": "5572", + "Title": "Barbershop (2002)", + "Genres": "Comedy" + }, + { + "MovieId": "5573", + "Title": "Stealing Harvard (2002)", + "Genres": "Comedy|Crime" + }, + { + "MovieId": "5577", + "Title": "Igby Goes Down (2002)", + "Genres": "Comedy|Drama" + }, + { + "MovieId": "5581", + "Title": "Betsy's Wedding (1990)", + "Genres": "Comedy" + }, + { + "MovieId": "5582", + "Title": "Captain Ron (1992)", + "Genres": "Adventure|Comedy" + }, + { + "MovieId": "5584", + "Title": "Ernest Goes to Jail (1990)", + "Genres": "Comedy" + }, + { + "MovieId": "5585", + "Title": "Ernest Scared Stupid (1991)", + "Genres": "Comedy" + }, + { + "MovieId": "5589", + "Title": "Indian Summer (1993)", + "Genres": "Comedy|Drama" + }, + { + "MovieId": "5591", + "Title": "Monkey Trouble (1994)", + "Genres": "Children|Comedy" + }, + { + "MovieId": "5596", + "Title": "Spaced Invaders (1990)", + "Genres": "Adventure|Comedy|Sci-Fi" + }, + { + "MovieId": "5597", + "Title": "Suburban Commando (1991)", + "Genres": "Comedy|Sci-Fi" + }, + { + "MovieId": "5602", + "Title": "Ladykillers, The (1955)", + "Genres": "Comedy|Crime" + }, + { + "MovieId": "5603", + "Title": "Lavender Hill Mob, The (1951)", + "Genres": "Comedy|Crime" + }, + { + "MovieId": "5604", + "Title": "Man in the White Suit, The (1951)", + "Genres": "Comedy|Sci-Fi" + }, + { + "MovieId": "5607", + "Title": "Son of the Bride (Hijo de la novia, El) (2001)", + "Genres": "Comedy|Drama" + }, + { + "MovieId": "5610", + "Title": "Banger Sisters, The (2002)", + "Genres": "Comedy|Drama" + }, + { + "MovieId": "5613", + "Title": "8 Women (2002)", + "Genres": "Comedy|Crime|Musical|Mystery" + }, + { + "MovieId": "5617", + "Title": "Secretary (2002)", + "Genres": "Comedy|Drama|Romance" + }, + { + "MovieId": "5620", + "Title": "Sweet Home Alabama (2002)", + "Genres": "Comedy|Romance" + }, + { + "MovieId": "5621", + "Title": "Tuxedo, The (2002)", + "Genres": "Action|Comedy" + }, + { + "MovieId": "5628", + "Title": "Wasabi (2001)", + "Genres": "Action|Comedy|Crime|Drama|Thriller" + }, + { + "MovieId": "5636", + "Title": "Welcome to Collinwood (2002)", + "Genres": "Comedy|Crime" + }, + { + "MovieId": "5650", + "Title": "Strange Brew (1983)", + "Genres": "Comedy" + }, + { + "MovieId": "5651", + "Title": "Incredible Mr. Limpet, The (1964)", + "Genres": "Animation|Comedy|War" + }, + { + "MovieId": "5657", + "Title": "Flashback (1990)", + "Genres": "Action|Adventure|Comedy|Crime|Drama" + }, + { + "MovieId": "5665", + "Title": "Knockaround Guys (2002)", + "Genres": "Action|Comedy|Crime" + }, + { + "MovieId": "5666", + "Title": "Rules of Attraction, The (2002)", + "Genres": "Comedy|Drama|Romance|Thriller" + }, + { + "MovieId": "5670", + "Title": "Comedian (2002)", + "Genres": "Comedy|Documentary" + }, + { + "MovieId": "5673", + "Title": "Punch-Drunk Love (2002)", + "Genres": "Comedy|Drama|Romance" + }, + { + "MovieId": "5675", + "Title": "Swept Away (2002)", + "Genres": "Comedy|Romance" + }, + { + "MovieId": "5678", + "Title": "Formula 51 (2001)", + "Genres": "Action|Comedy|Crime|Thriller" + }, + { + "MovieId": "5685", + "Title": "Real Women Have Curves (2002)", + "Genres": "Comedy|Drama" + }, + { + "MovieId": "5693", + "Title": "Saturday Night Fever (1977)", + "Genres": "Comedy|Drama|Romance" + }, + { + "MovieId": "5694", + "Title": "Staying Alive (1983)", + "Genres": "Comedy|Drama|Musical" + }, + { + "MovieId": "5706", + "Title": "...All the Marbles (1981)", + "Genres": "Comedy|Drama" + }, + { + "MovieId": "5710", + "Title": "Banana Joe (1981)", + "Genres": "Comedy" + }, + { + "MovieId": "5720", + "Title": "Friend Is a Treasure, A (Chi Trova Un Amico, Trova un Tesoro) (Who Finds a Friend Finds a Treasure) (1981)", + "Genres": "Action|Adventure|Comedy" + }, + { + "MovieId": "5723", + "Title": "Continental Divide (1981)", + "Genres": "Comedy|Romance" + }, + { + "MovieId": "5742", + "Title": "First Monday in October (1981)", + "Genres": "Comedy|Drama" + }, + { + "MovieId": "5745", + "Title": "Four Seasons, The (1981)", + "Genres": "Comedy|Drama" + }, + { + "MovieId": "5752", + "Title": "Gregory's Girl (1981)", + "Genres": "Comedy|Romance" + }, + { + "MovieId": "5767", + "Title": "Teddy Bear (Mis) (1981)", + "Genres": "Comedy|Crime" + }, + { + "MovieId": "5768", + "Title": "Modern Problems (1981)", + "Genres": "Comedy|Fantasy" + }, + { + "MovieId": "5773", + "Title": "Neighbors (1981)", + "Genres": "Comedy" + }, + { + "MovieId": "5780", + "Title": "Polyester (1981)", + "Genres": "Comedy" + }, + { + "MovieId": "5785", + "Title": "Jackass: The Movie (2002)", + "Genres": "Action|Comedy|Documentary" + }, + { + "MovieId": "5792", + "Title": "Roger Dodger (2002)", + "Genres": "Comedy|Drama" + }, + { + "MovieId": "5796", + "Title": "Casino Royale (1967)", + "Genres": "Action|Adventure|Comedy" + }, + { + "MovieId": "5801", + "Title": "Russians Are Coming, the Russians Are Coming, The (1966)", + "Genres": "Comedy|War" + }, + { + "MovieId": "5802", + "Title": "World of Henry Orient, The (1964)", + "Genres": "Comedy" + }, + { + "MovieId": "5803", + "Title": "I Spy (2002)", + "Genres": "Action|Adventure|Comedy|Crime" + }, + { + "MovieId": "5804", + "Title": "Santa Clause 2, The (2002)", + "Genres": "Children|Comedy|Fantasy|Romance" + }, + { + "MovieId": "5829", + "Title": "Men with Brooms (2002)", + "Genres": "Comedy|Drama|Romance" + }, + { + "MovieId": "5836", + "Title": "Houseboat (1958)", + "Genres": "Comedy|Romance" + }, + { + "MovieId": "5840", + "Title": "My Mother's Castle (Ch\u00e2teau de ma m\u00e8re, Le) (1990)", + "Genres": "Comedy|Drama" + }, + { + "MovieId": "5849", + "Title": "I'm Starting From Three (Ricomincio da Tre) (1981)", + "Genres": "Comedy" + }, + { + "MovieId": "5856", + "Title": "Do You Remember Dolly Bell? (Sjecas li se, Dolly Bell) (1981)", + "Genres": "Comedy|Drama|Romance" + }, + { + "MovieId": "5863", + "Title": "Take This Job and Shove It (1981)", + "Genres": "Comedy" + }, + { + "MovieId": "5874", + "Title": "Friday After Next (2002)", + "Genres": "Comedy" + }, + { + "MovieId": "5879", + "Title": "Eight Crazy Nights (Adam Sandler's Eight Crazy Nights) (2002)", + "Genres": "Animation|Comedy|Musical" + }, + { + "MovieId": "5884", + "Title": "Chopper Chicks in Zombietown (1989)", + "Genres": "Comedy|Horror" + }, + { + "MovieId": "5890", + "Title": "Elling (2001)", + "Genres": "Comedy|Drama" + }, + { + "MovieId": "5896", + "Title": "New Waterford Girl (1999)", + "Genres": "Comedy" + }, + { + "MovieId": "5900", + "Title": "Analyze That (2002)", + "Genres": "Comedy|Crime" + }, + { + "MovieId": "5902", + "Title": "Adaptation (2002)", + "Genres": "Comedy|Drama|Romance" + }, + { + "MovieId": "5909", + "Title": "Visitor Q (Bizita Q) (2001)", + "Genres": "Comedy|Drama|Horror" + }, + { + "MovieId": "5912", + "Title": "Hit the Bank (Vabank) (1981)", + "Genres": "Comedy|Crime" + }, + { + "MovieId": "5927", + "Title": "Best Little Whorehouse in Texas, The (1982)", + "Genres": "Comedy|Drama|Musical|Romance" + }, + { + "MovieId": "5929", + "Title": "Party 2, The (Boum 2, La) (1982)", + "Genres": "Comedy|Romance" + }, + { + "MovieId": "5938", + "Title": "Deathtrap (1982)", + "Genres": "Comedy|Crime|Mystery|Thriller" + }, + { + "MovieId": "5941", + "Title": "Drumline (2002)", + "Genres": "Comedy|Drama|Musical|Romance" + }, + { + "MovieId": "5942", + "Title": "Hot Chick, The (2002)", + "Genres": "Comedy" + }, + { + "MovieId": "5943", + "Title": "Maid in Manhattan (2002)", + "Genres": "Comedy|Romance" + }, + { + "MovieId": "5945", + "Title": "About Schmidt (2002)", + "Genres": "Comedy|Drama" + }, + { + "MovieId": "5957", + "Title": "Two Weeks Notice (2002)", + "Genres": "Comedy|Romance" + }, + { + "MovieId": "5968", + "Title": "Miami Blues (1990)", + "Genres": "Comedy|Crime|Drama" + }, + { + "MovieId": "5969", + "Title": "My Girl 2 (1994)", + "Genres": "Comedy|Drama|Romance" + }, + { + "MovieId": "5970", + "Title": "My Girl (1991)", + "Genres": "Comedy|Drama|Romance" + }, + { + "MovieId": "5990", + "Title": "Pinocchio (2002)", + "Genres": "Children|Comedy|Fantasy" + }, + { + "MovieId": "5991", + "Title": "Chicago (2002)", + "Genres": "Comedy|Crime|Drama|Musical" + }, + { + "MovieId": "6001", + "Title": "King of Comedy, The (1983)", + "Genres": "Comedy|Drama" + }, + { + "MovieId": "6003", + "Title": "Confessions of a Dangerous Mind (2002)", + "Genres": "Comedy|Crime|Drama|Thriller" + }, + { + "MovieId": "6005", + "Title": "Blue Collar Comedy Tour: The Movie (2003)", + "Genres": "Comedy|Documentary" + }, + { + "MovieId": "6006", + "Title": "Just Married (2003)", + "Genres": "Comedy|Romance" + }, + { + "MovieId": "6012", + "Title": "Guy Thing, A (2003)", + "Genres": "Comedy|Romance" + }, + { + "MovieId": "6013", + "Title": "Kangaroo Jack (2003)", + "Genres": "Action|Comedy" + }, + { + "MovieId": "6014", + "Title": "National Security (2003)", + "Genres": "Action|Comedy" + }, + { + "MovieId": "6020", + "Title": "Alice Adams (1935)", + "Genres": "Comedy|Drama" + }, + { + "MovieId": "6023", + "Title": "Band of Outsiders (Bande \u00e0 part) (1964)", + "Genres": "Comedy|Crime|Drama|Romance" + }, + { + "MovieId": "6025", + "Title": "CB4 - The Movie (1993)", + "Genres": "Comedy" + }, + { + "MovieId": "6030", + "Title": "Girls! Girls! Girls! (1962)", + "Genres": "Comedy|Musical" + }, + { + "MovieId": "6033", + "Title": "Mystery Date (1991)", + "Genres": "Comedy" + }, + { + "MovieId": "6036", + "Title": "Secret Admirer (1985)", + "Genres": "Comedy|Romance" + }, + { + "MovieId": "6039", + "Title": "Woman in Red, The (1984)", + "Genres": "Comedy|Romance" + }, + { + "MovieId": "6060", + "Title": "Guru, The (2002)", + "Genres": "Comedy|Romance" + }, + { + "MovieId": "6067", + "Title": "Ordinary Decent Criminal (2000)", + "Genres": "Comedy|Crime" + }, + { + "MovieId": "6090", + "Title": "Kiss Me Goodbye (1982)", + "Genres": "Comedy" + }, + { + "MovieId": "6100", + "Title": "Midsummer Night's Sex Comedy, A (1982)", + "Genres": "Comedy|Romance" + }, + { + "MovieId": "6104", + "Title": "Monty Python Live at the Hollywood Bowl (1982)", + "Genres": "Comedy" + }, + { + "MovieId": "6116", + "Title": "Pirate Movie, The (1982)", + "Genres": "Adventure|Comedy|Musical" + }, + { + "MovieId": "6119", + "Title": "Santa Claus Is a Stinker (Le P\u00e8re No\u00ebl est une ordure) (1982)", + "Genres": "Comedy" + }, + { + "MovieId": "6122", + "Title": "Richard Pryor Live on the Sunset Strip (1982)", + "Genres": "Comedy|Documentary" + }, + { + "MovieId": "6124", + "Title": "Savannah Smiles (1982)", + "Genres": "Comedy" + }, + { + "MovieId": "6125", + "Title": "Secret Policeman's Other Ball, The (1982)", + "Genres": "Comedy|Documentary|Musical" + }, + { + "MovieId": "6141", + "Title": "They Call Me Bruce? (a.k.a. A Fistful of Chopsticks) (1982)", + "Genres": "Comedy" + }, + { + "MovieId": "6143", + "Title": "Trail of the Pink Panther (1982)", + "Genres": "Comedy|Crime" + }, + { + "MovieId": "6153", + "Title": "Zapped! (1982)", + "Genres": "Comedy|Sci-Fi" + }, + { + "MovieId": "6155", + "Title": "How to Lose a Guy in 10 Days (2003)", + "Genres": "Comedy|Romance" + }, + { + "MovieId": "6156", + "Title": "Shanghai Knights (2003)", + "Genres": "Action|Adventure|Comedy" + }, + { + "MovieId": "6166", + "Title": "Dennis the Menace (1993)", + "Genres": "Comedy" + }, + { + "MovieId": "6182", + "Title": "Thrill of It All, The (1963)", + "Genres": "Comedy" + }, + { + "MovieId": "6183", + "Title": "Pillow Talk (1959)", + "Genres": "Comedy|Musical|Romance" + }, + { + "MovieId": "6188", + "Title": "Old School (2003)", + "Genres": "Comedy" + }, + { + "MovieId": "6193", + "Title": "Poolhall Junkies (2002)", + "Genres": "Comedy|Drama|Thriller" + }, + { + "MovieId": "6202", + "Title": "Late Marriage (Hatuna Meuheret) (2001)", + "Genres": "Comedy|Drama|Romance" + }, + { + "MovieId": "6203", + "Title": "Life Stinks (1991)", + "Genres": "Comedy" + }, + { + "MovieId": "6204", + "Title": "Meteor Man, The (1993)", + "Genres": "Comedy" + }, + { + "MovieId": "6210", + "Title": "Volcano High (Whasango) (2001)", + "Genres": "Action|Comedy" + }, + { + "MovieId": "6212", + "Title": "Bringing Down the House (2003)", + "Genres": "Comedy" + }, + { + "MovieId": "6218", + "Title": "Bend It Like Beckham (2002)", + "Genres": "Comedy|Drama|Romance" + }, + { + "MovieId": "6223", + "Title": "Spun (2001)", + "Genres": "Comedy|Crime|Drama" + }, + { + "MovieId": "6228", + "Title": "Talk of the Town, The (1942)", + "Genres": "Comedy|Romance|Thriller" + }, + { + "MovieId": "6238", + "Title": "Green Card (1990)", + "Genres": "Comedy|Drama|Romance" + }, + { + "MovieId": "6241", + "Title": "Pauline at the Beach (Pauline \u00e0 la Plage) (1983)", + "Genres": "Comedy|Drama|Romance" + }, + { + "MovieId": "6245", + "Title": "Sweet Charity (1969)", + "Genres": "Comedy|Drama|Musical|Romance" + }, + { + "MovieId": "6249", + "Title": "Boat Trip (2003)", + "Genres": "Comedy" + }, + { + "MovieId": "6252", + "Title": "View from the Top (2003)", + "Genres": "Comedy|Romance" + }, + { + "MovieId": "6254", + "Title": "Awful Truth, The (1937)", + "Genres": "Comedy|Romance" + }, + { + "MovieId": "6265", + "Title": "Head of State (2003)", + "Genres": "Comedy" + }, + { + "MovieId": "6266", + "Title": "What a Girl Wants (2003)", + "Genres": "Comedy|Drama|Romance" + }, + { + "MovieId": "6268", + "Title": "Raising Victor Vargas (2002)", + "Genres": "Comedy|Drama|Romance" + }, + { + "MovieId": "6271", + "Title": "Day for Night (La Nuit Am\u00e9ricaine) (1973)", + "Genres": "Comedy|Drama|Romance" + }, + { + "MovieId": "6286", + "Title": "Man Without a Past, The (Mies vailla menneisyytt\u00e4) (2002)", + "Genres": "Comedy|Crime|Drama" + }, + { + "MovieId": "6287", + "Title": "Anger Management (2003)", + "Genres": "Comedy" + }, + { + "MovieId": "6295", + "Title": "Chasing Papi (a.k.a. Papi Chulo) (2003)", + "Genres": "Comedy" + }, + { + "MovieId": "6296", + "Title": "Mighty Wind, A (2003)", + "Genres": "Comedy|Musical" + }, + { + "MovieId": "6297", + "Title": "Holes (2003)", + "Genres": "Adventure|Children|Comedy|Mystery" + }, + { + "MovieId": "6298", + "Title": "Malibu's Most Wanted (2003)", + "Genres": "Comedy|Crime" + }, + { + "MovieId": "6300", + "Title": "Flickering Lights (Blinkende lygter) (2000)", + "Genres": "Action|Comedy|Crime" + }, + { + "MovieId": "6308", + "Title": "Legal Eagles (1986)", + "Genres": "Comedy|Crime|Romance" + }, + { + "MovieId": "6310", + "Title": "Memories of Me (1988)", + "Genres": "Comedy|Drama" + }, + { + "MovieId": "6313", + "Title": "Sibling Rivalry (1990)", + "Genres": "Comedy" + }, + { + "MovieId": "6314", + "Title": "Undercover Blues (1993)", + "Genres": "Comedy|Crime" + }, + { + "MovieId": "6315", + "Title": "Wildcats (1986)", + "Genres": "Comedy" + }, + { + "MovieId": "6316", + "Title": "Wiz, The (1978)", + "Genres": "Adventure|Children|Comedy|Fantasy|Musical" + }, + { + "MovieId": "6319", + "Title": "My Father the Hero (Mon p\u00e8re, ce h\u00e9ros.) (1991)", + "Genres": "Comedy|Drama" + }, + { + "MovieId": "6320", + "Title": "Scenes from a Mall (1991)", + "Genres": "Comedy" + }, + { + "MovieId": "6324", + "Title": "It Runs in the Family (2003)", + "Genres": "Comedy|Drama" + }, + { + "MovieId": "6332", + "Title": "Lizzie McGuire Movie, The (2003)", + "Genres": "Children|Comedy|Romance" + }, + { + "MovieId": "6338", + "Title": "Daddy Day Care (2003)", + "Genres": "Children|Comedy" + }, + { + "MovieId": "6339", + "Title": "Man on the Train (Homme du train, L') (2002)", + "Genres": "Comedy|Drama" + }, + { + "MovieId": "6342", + "Title": "Trip, The (2002)", + "Genres": "Comedy|Drama|Romance" + }, + { + "MovieId": "6344", + "Title": "101 Reykjavik (101 Reykjav\u00edk) (2000)", + "Genres": "Comedy|Drama|Romance" + }, + { + "MovieId": "6345", + "Title": "Chorus Line, A (1985)", + "Genres": "Comedy|Drama|Musical" + }, + { + "MovieId": "6357", + "Title": "High Society (1956)", + "Genres": "Comedy|Musical|Romance" + }, + { + "MovieId": "6358", + "Title": "Kiss Me Kate (1953)", + "Genres": "Comedy|Musical|Romance" + }, + { + "MovieId": "6367", + "Title": "Down with Love (2003)", + "Genres": "Comedy|Romance" + }, + { + "MovieId": "6370", + "Title": "Spanish Apartment, The (L'auberge espagnole) (2002)", + "Genres": "Comedy|Drama|Romance" + }, + { + "MovieId": "6373", + "Title": "Bruce Almighty (2003)", + "Genres": "Comedy|Drama|Fantasy|Romance" + }, + { + "MovieId": "6374", + "Title": "In-Laws, The (2003)", + "Genres": "Comedy" + }, + { + "MovieId": "6376", + "Title": "Respiro (2002)", + "Genres": "Comedy|Drama" + }, + { + "MovieId": "6377", + "Title": "Finding Nemo (2003)", + "Genres": "Adventure|Animation|Children|Comedy" + }, + { + "MovieId": "6387", + "Title": "Once a Thief (Zong heng si hai) (1991)", + "Genres": "Action|Comedy|Crime|Thriller" + }, + { + "MovieId": "6402", + "Title": "Siam Sunset (1999)", + "Genres": "Comedy" + }, + { + "MovieId": "6407", + "Title": "Walk, Don't Run (1966)", + "Genres": "Comedy|Romance" + }, + { + "MovieId": "6408", + "Title": "Animals are Beautiful People (1974)", + "Genres": "Comedy|Documentary" + }, + { + "MovieId": "6410", + "Title": "Car Wash (1976)", + "Genres": "Comedy" + }, + { + "MovieId": "6412", + "Title": "Destry Rides Again (1939)", + "Genres": "Comedy|Western" + }, + { + "MovieId": "6415", + "Title": "Intervista (1987)", + "Genres": "Comedy|Drama" + }, + { + "MovieId": "6424", + "Title": "Oscar (1991)", + "Genres": "Comedy|Crime|Mystery|Romance" + }, + { + "MovieId": "6425", + "Title": "6th Man, The (Sixth Man, The) (1997)", + "Genres": "Comedy" + }, + { + "MovieId": "6428", + "Title": "Two Mules for Sister Sara (1970)", + "Genres": "Comedy|War|Western" + }, + { + "MovieId": "6442", + "Title": "Belle \u00e9poque (1992)", + "Genres": "Comedy|Romance" + }, + { + "MovieId": "6464", + "Title": "Good Burger (1997)", + "Genres": "Children|Comedy" + }, + { + "MovieId": "6480", + "Title": "Thoroughly Modern Millie (1967)", + "Genres": "Comedy|Musical" + }, + { + "MovieId": "6482", + "Title": "Dumb and Dumberer: When Harry Met Lloyd (2003)", + "Genres": "Comedy" + }, + { + "MovieId": "6493", + "Title": "Alex and Emma (2003)", + "Genres": "Comedy|Drama|Romance" + }, + { + "MovieId": "6503", + "Title": "Charlie's Angels: Full Throttle (2003)", + "Genres": "Action|Adventure|Comedy|Crime|Thriller" + }, + { + "MovieId": "6523", + "Title": "Mr. Baseball (1992)", + "Genres": "Comedy|Romance" + }, + { + "MovieId": "6528", + "Title": "Start the Revolution Without Me (1970)", + "Genres": "Comedy" + }, + { + "MovieId": "6533", + "Title": "What's Up, Doc? (1972)", + "Genres": "Comedy" + }, + { + "MovieId": "6535", + "Title": "Legally Blonde 2: Red, White & Blonde (2003)", + "Genres": "Comedy" + }, + { + "MovieId": "6539", + "Title": "Pirates of the Caribbean: The Curse of the Black Pearl (2003)", + "Genres": "Action|Adventure|Comedy|Fantasy" + }, + { + "MovieId": "6542", + "Title": "Cuckoo, The (Kukushka) (2002)", + "Genres": "Comedy|Drama|War" + }, + { + "MovieId": "6548", + "Title": "Bad Boys II (2003)", + "Genres": "Action|Comedy|Crime|Thriller" + }, + { + "MovieId": "6549", + "Title": "How to Deal (2003)", + "Genres": "Comedy|Drama|Romance" + }, + { + "MovieId": "6550", + "Title": "Johnny English (2003)", + "Genres": "Action|Comedy|Thriller" + }, + { + "MovieId": "6551", + "Title": "Anarchist Cookbook, The (2002)", + "Genres": "Comedy|Romance" + }, + { + "MovieId": "6554", + "Title": "Garage Days (2002)", + "Genres": "Comedy|Musical" + }, + { + "MovieId": "6557", + "Title": "Born to Be Wild (1995)", + "Genres": "Adventure|Children|Comedy|Drama" + }, + { + "MovieId": "6558", + "Title": "Curly Sue (1991)", + "Genres": "Comedy|Drama" + }, + { + "MovieId": "6559", + "Title": "Little Giants (1994)", + "Genres": "Children|Comedy" + }, + { + "MovieId": "6560", + "Title": "Loose Cannons (1990)", + "Genres": "Action|Comedy" + }, + { + "MovieId": "6561", + "Title": "Mouse That Roared, The (1959)", + "Genres": "Comedy|War" + }, + { + "MovieId": "6563", + "Title": "Masked & Anonymous (2003)", + "Genres": "Comedy|Drama" + }, + { + "MovieId": "6564", + "Title": "Lara Croft Tomb Raider: The Cradle of Life (2003)", + "Genres": "Action|Adventure|Comedy|Romance|Thriller" + }, + { + "MovieId": "6567", + "Title": "Buffalo Soldiers (2001)", + "Genres": "Comedy|Crime|Drama|War" + }, + { + "MovieId": "6568", + "Title": "Camp (2003)", + "Genres": "Comedy|Musical" + }, + { + "MovieId": "6572", + "Title": "Scorched (2003)", + "Genres": "Comedy|Crime" + }, + { + "MovieId": "6573", + "Title": "Avanti! (1972)", + "Genres": "Comedy|Drama" + }, + { + "MovieId": "6578", + "Title": "Kiss Me, Stupid (1964)", + "Genres": "Comedy" + }, + { + "MovieId": "6579", + "Title": "One, Two, Three (1961)", + "Genres": "Comedy" + }, + { + "MovieId": "6581", + "Title": "Private Life of Sherlock Holmes, The (1970)", + "Genres": "Comedy|Drama|Mystery" + }, + { + "MovieId": "6582", + "Title": "Remo Williams: The Adventure Begins (1985)", + "Genres": "Action|Comedy|Crime|Thriller" + }, + { + "MovieId": "6584", + "Title": "What's Up, Tiger Lily? (1966)", + "Genres": "Adventure|Comedy|Crime|Thriller" + }, + { + "MovieId": "6586", + "Title": "American Wedding (American Pie 3) (2003)", + "Genres": "Comedy" + }, + { + "MovieId": "6587", + "Title": "Gigli (2003)", + "Genres": "Comedy|Crime|Romance" + }, + { + "MovieId": "6593", + "Title": "Freaky Friday (2003)", + "Genres": "Children|Comedy|Fantasy" + }, + { + "MovieId": "6596", + "Title": "Divorce, Le (2003)", + "Genres": "Comedy|Drama|Romance" + }, + { + "MovieId": "6604", + "Title": "Hawks and Sparrows (Uccellacci e Uccellini) (1966)", + "Genres": "Comedy" + }, + { + "MovieId": "6614", + "Title": "I Love You to Death (1990)", + "Genres": "Comedy|Crime" + }, + { + "MovieId": "6616", + "Title": "Grind (2003)", + "Genres": "Action|Comedy" + }, + { + "MovieId": "6618", + "Title": "Shaolin Soccer (Siu lam juk kau) (2001)", + "Genres": "Action|Comedy" + }, + { + "MovieId": "6619", + "Title": "Uptown Girls (2003)", + "Genres": "Comedy" + }, + { + "MovieId": "6620", + "Title": "American Splendor (2003)", + "Genres": "Comedy|Drama" + }, + { + "MovieId": "6625", + "Title": "Camp Nowhere (1994)", + "Genres": "Adventure|Children|Comedy" + }, + { + "MovieId": "6628", + "Title": "Hot Dog... The Movie (1984)", + "Genres": "Comedy" + }, + { + "MovieId": "6636", + "Title": "Sure Thing, The (1985)", + "Genres": "Comedy|Romance" + }, + { + "MovieId": "6638", + "Title": "Valley Girl (1983)", + "Genres": "Comedy|Romance" + }, + { + "MovieId": "6650", + "Title": "Kind Hearts and Coronets (1949)", + "Genres": "Comedy|Drama" + }, + { + "MovieId": "6658", + "Title": "10 (1979)", + "Genres": "Comedy|Romance" + }, + { + "MovieId": "6659", + "Title": "Tremors (1990)", + "Genres": "Comedy|Horror|Sci-Fi" + }, + { + "MovieId": "6662", + "Title": "Pink Panther, The (1963)", + "Genres": "Comedy|Crime" + }, + { + "MovieId": "6663", + "Title": "Pink Panther Strikes Again, The (1976)", + "Genres": "Comedy|Crime" + }, + { + "MovieId": "6666", + "Title": "Discreet Charm of the Bourgeoisie, The (Charme discret de la bourgeoisie, Le) (1972)", + "Genres": "Comedy|Drama|Fantasy" + }, + { + "MovieId": "6670", + "Title": "Comic Book Villains (2002)", + "Genres": "Comedy" + }, + { + "MovieId": "6686", + "Title": "Medallion, The (2003)", + "Genres": "Action|Comedy|Crime|Fantasy" + }, + { + "MovieId": "6687", + "Title": "My Boss's Daughter (2003)", + "Genres": "Comedy|Romance" + }, + { + "MovieId": "6688", + "Title": "Autumn Spring (Bab\u00ed l\u00e9to) (2001)", + "Genres": "Comedy|Drama" + }, + { + "MovieId": "6689", + "Title": "Battle of Shaker Heights, The (2003)", + "Genres": "Comedy|Drama|Romance" + }, + { + "MovieId": "6696", + "Title": "Bollywood/Hollywood (2002)", + "Genres": "Comedy|Drama|Musical|Romance" + }, + { + "MovieId": "6702", + "Title": "Dickie Roberts: Former Child Star (2003)", + "Genres": "Comedy" + }, + { + "MovieId": "6705", + "Title": "Party Monster (2003)", + "Genres": "Comedy|Crime|Drama|Thriller" + }, + { + "MovieId": "6708", + "Title": "Matchstick Men (2003)", + "Genres": "Comedy|Crime|Drama" + }, + { + "MovieId": "6710", + "Title": "Dummy (2002)", + "Genres": "Comedy|Drama|Romance" + }, + { + "MovieId": "6711", + "Title": "Lost in Translation (2003)", + "Genres": "Comedy|Drama|Romance" + }, + { + "MovieId": "6718", + "Title": "Gotcha! (1985)", + "Genres": "Comedy" + }, + { + "MovieId": "6720", + "Title": "Kuffs (1992)", + "Genres": "Action|Comedy|Crime" + }, + { + "MovieId": "6724", + "Title": "Paper Moon (1973)", + "Genres": "Comedy|Crime|Drama" + }, + { + "MovieId": "6732", + "Title": "Hello, Dolly! (1969)", + "Genres": "Comedy|Musical|Romance" + }, + { + "MovieId": "6734", + "Title": "Memoirs of an Invisible Man (1992)", + "Genres": "Comedy|Romance|Sci-Fi|Thriller" + }, + { + "MovieId": "6744", + "Title": "Once Bitten (1985)", + "Genres": "Comedy|Horror" + }, + { + "MovieId": "6750", + "Title": "Anything Else (2003)", + "Genres": "Comedy|Drama|Romance" + }, + { + "MovieId": "6753", + "Title": "Secondhand Lions (2003)", + "Genres": "Children|Comedy|Drama" + }, + { + "MovieId": "6755", + "Title": "Bubba Ho-tep (2002)", + "Genres": "Comedy|Horror" + }, + { + "MovieId": "6763", + "Title": "Duplex (2003)", + "Genres": "Comedy|Crime" + }, + { + "MovieId": "6764", + "Title": "Rundown, The (2003)", + "Genres": "Action|Adventure|Comedy" + }, + { + "MovieId": "6765", + "Title": "Under the Tuscan Sun (2003)", + "Genres": "Comedy|Drama|Romance" + }, + { + "MovieId": "6769", + "Title": "Mambo Italiano (2003)", + "Genres": "Comedy" + }, + { + "MovieId": "6773", + "Title": "Triplets of Belleville, The (Les triplettes de Belleville) (2003)", + "Genres": "Animation|Comedy|Fantasy" + }, + { + "MovieId": "6776", + "Title": "Lagaan: Once Upon a Time in India (2001)", + "Genres": "Comedy|Drama|Musical|Romance" + }, + { + "MovieId": "6782", + "Title": "Leningrad Cowboys Go America (1989)", + "Genres": "Comedy|Musical" + }, + { + "MovieId": "6783", + "Title": "Rules of the Game, The (La r\u00e8gle du jeu) (1939)", + "Genres": "Comedy|Drama" + }, + { + "MovieId": "6785", + "Title": "Seven Brides for Seven Brothers (1954)", + "Genres": "Comedy|Musical|Romance|Western" + }, + { + "MovieId": "6788", + "Title": "Angie (1994)", + "Genres": "Comedy|Drama|Romance" + }, + { + "MovieId": "6793", + "Title": "Beethoven (1992)", + "Genres": "Children|Comedy|Drama" + }, + { + "MovieId": "6794", + "Title": "Beethoven's 2nd (1993)", + "Genres": "Children|Comedy" + }, + { + "MovieId": "6798", + "Title": "Bugsy Malone (1976)", + "Genres": "Children|Comedy|Crime|Musical" + }, + { + "MovieId": "6804", + "Title": "Crimewave (1985)", + "Genres": "Comedy|Crime" + }, + { + "MovieId": "6807", + "Title": "Monty Python's The Meaning of Life (1983)", + "Genres": "Comedy" + }, + { + "MovieId": "6811", + "Title": "PCU (1994)", + "Genres": "Comedy" + }, + { + "MovieId": "6812", + "Title": "Rookie, The (1990)", + "Genres": "Action|Comedy|Thriller" + }, + { + "MovieId": "6814", + "Title": "City Heat (1984)", + "Genres": "Action|Comedy" + }, + { + "MovieId": "6816", + "Title": "Three O'Clock High (1987)", + "Genres": "Comedy" + }, + { + "MovieId": "6821", + "Title": "More American Graffiti (1979)", + "Genres": "Comedy" + }, + { + "MovieId": "6827", + "Title": "It's Pat (1994)", + "Genres": "Comedy" + }, + { + "MovieId": "6837", + "Title": "Love Affair (1939)", + "Genres": "Comedy|Drama|Romance" + }, + { + "MovieId": "6850", + "Title": "Leap of Faith (1992)", + "Genres": "Comedy|Drama" + }, + { + "MovieId": "6853", + "Title": "Campus Man (1987)", + "Genres": "Comedy" + }, + { + "MovieId": "6863", + "Title": "School of Rock (2003)", + "Genres": "Comedy|Musical" + }, + { + "MovieId": "6867", + "Title": "Station Agent, The (2003)", + "Genres": "Comedy|Drama" + }, + { + "MovieId": "6873", + "Title": "Intolerable Cruelty (2003)", + "Genres": "Comedy|Romance" + }, + { + "MovieId": "6881", + "Title": "Pieces of April (2003)", + "Genres": "Comedy|Drama" + }, + { + "MovieId": "6888", + "Title": "Scary Movie 3 (2003)", + "Genres": "Comedy|Horror" + }, + { + "MovieId": "6893", + "Title": "Italian Job, The (1969)", + "Genres": "Action|Comedy|Crime" + }, + { + "MovieId": "6902", + "Title": "Interstate 60 (2002)", + "Genres": "Adventure|Comedy|Drama|Fantasy|Mystery|Sci-Fi|Thriller" + }, + { + "MovieId": "6912", + "Title": "You'll Never Get Rich (1941)", + "Genres": "Comedy|Musical|Romance" + }, + { + "MovieId": "6936", + "Title": "Elf (2003)", + "Genres": "Children|Comedy|Fantasy" + }, + { + "MovieId": "6942", + "Title": "Love Actually (2003)", + "Genres": "Comedy|Drama|Romance" + }, + { + "MovieId": "6944", + "Title": "Father of the Bride (1991)", + "Genres": "Comedy" + }, + { + "MovieId": "6949", + "Title": "Big Empty, The (2003)", + "Genres": "Comedy|Mystery|Sci-Fi" + }, + { + "MovieId": "6951", + "Title": "Cat in the Hat, The (2003)", + "Genres": "Children|Comedy" + }, + { + "MovieId": "6954", + "Title": "Barbarian Invasions, The (Les invasions barbares) (2003)", + "Genres": "Comedy|Crime|Drama|Mystery|Romance" + }, + { + "MovieId": "6957", + "Title": "Bad Santa (2003)", + "Genres": "Comedy|Crime" + }, + { + "MovieId": "6958", + "Title": "Haunted Mansion, The (2003)", + "Genres": "Children|Comedy|Fantasy|Horror" + }, + { + "MovieId": "6970", + "Title": "Desk Set (1957)", + "Genres": "Comedy|Romance" + }, + { + "MovieId": "6974", + "Title": "Freshman, The (1990)", + "Genres": "Comedy|Crime" + }, + { + "MovieId": "6978", + "Title": "Slacker (1991)", + "Genres": "Comedy|Drama" + }, + { + "MovieId": "6990", + "Title": "The Great Train Robbery (1978)", + "Genres": "Action|Adventure|Comedy|Crime|Drama" + }, + { + "MovieId": "6992", + "Title": "Guarding Tess (1994)", + "Genres": "Comedy|Drama" + }, + { + "MovieId": "6993", + "Title": "Hannah and Her Sisters (1986)", + "Genres": "Comedy|Drama|Romance" + }, + { + "MovieId": "6994", + "Title": "Hard Way, The (1991)", + "Genres": "Action|Comedy" + }, + { + "MovieId": "6999", + "Title": "Housesitter (1992)", + "Genres": "Comedy|Romance" + }, + { + "MovieId": "7000", + "Title": "Hudson Hawk (1991)", + "Genres": "Action|Adventure|Comedy" + }, + { + "MovieId": "7004", + "Title": "Kindergarten Cop (1990)", + "Genres": "Action|Comedy|Crime|Thriller" + }, + { + "MovieId": "7005", + "Title": "King Ralph (1991)", + "Genres": "Comedy" + }, + { + "MovieId": "7007", + "Title": "Last Boy Scout, The (1991)", + "Genres": "Action|Comedy|Crime|Drama|Thriller" + }, + { + "MovieId": "7012", + "Title": "Mr. Destiny (1990)", + "Genres": "Comedy|Fantasy" + }, + { + "MovieId": "7015", + "Title": "Only the Lonely (1991)", + "Genres": "Comedy|Romance" + }, + { + "MovieId": "7019", + "Title": "Project X (1987)", + "Genres": "Comedy|Drama" + }, + { + "MovieId": "7020", + "Title": "Proof (1991)", + "Genres": "Comedy|Drama|Romance" + }, + { + "MovieId": "7023", + "Title": "Wedding Banquet, The (Xi yan) (1993)", + "Genres": "Comedy|Drama|Romance" + }, + { + "MovieId": "7026", + "Title": "Summer School (1987)", + "Genres": "Comedy" + }, + { + "MovieId": "7028", + "Title": "Quick Change (1990)", + "Genres": "Comedy|Crime" + }, + { + "MovieId": "7033", + "Title": "Secret of My Succe$s, The (a.k.a. The Secret of My Success) (1987)", + "Genres": "Comedy|Romance" + }, + { + "MovieId": "7036", + "Title": "Teen Wolf (1985)", + "Genres": "Comedy|Fantasy" + }, + { + "MovieId": "7037", + "Title": "High Heels (Tacones lejanos) (1991)", + "Genres": "Comedy|Drama" + }, + { + "MovieId": "7041", + "Title": "Trapped in Paradise (1994)", + "Genres": "Comedy|Crime" + }, + { + "MovieId": "7046", + "Title": "Witches of Eastwick, The (1987)", + "Genres": "Comedy|Fantasy|Horror|Thriller" + }, + { + "MovieId": "7048", + "Title": "Nothing to Lose (1997)", + "Genres": "Action|Adventure|Comedy|Crime" + }, + { + "MovieId": "7049", + "Title": "Flying Down to Rio (1933)", + "Genres": "Comedy|Musical|Romance" + }, + { + "MovieId": "7050", + "Title": "Follow the Fleet (1936)", + "Genres": "Comedy|Musical|Romance" + }, + { + "MovieId": "7051", + "Title": "What's New, Pussycat (1965)", + "Genres": "Comedy" + }, + { + "MovieId": "7053", + "Title": "Roberta (1935)", + "Genres": "Comedy|Musical|Romance" + }, + { + "MovieId": "7055", + "Title": "Swing Time (1936)", + "Genres": "Comedy|Musical|Romance" + }, + { + "MovieId": "7057", + "Title": "Midsummer Night's Dream, A (1935)", + "Genres": "Comedy|Fantasy|Romance" + }, + { + "MovieId": "7058", + "Title": "Life with Father (1947)", + "Genres": "Comedy" + }, + { + "MovieId": "7067", + "Title": "Juliet of the Spirits (Giulietta degli spiriti) (1965)", + "Genres": "Comedy|Drama|Fantasy|Romance" + }, + { + "MovieId": "7073", + "Title": "Shot in the Dark, A (1964)", + "Genres": "Comedy|Crime|Mystery" + }, + { + "MovieId": "7074", + "Title": "Navigator, The (1924)", + "Genres": "Comedy" + }, + { + "MovieId": "7075", + "Title": "Court Jester, The (1956)", + "Genres": "Adventure|Comedy|Musical" + }, + { + "MovieId": "7082", + "Title": "That Touch of Mink (1962)", + "Genres": "Comedy|Romance" + }, + { + "MovieId": "7084", + "Title": "Play It Again, Sam (1972)", + "Genres": "Comedy|Romance" + }, + { + "MovieId": "7085", + "Title": "Send Me No Flowers (1964)", + "Genres": "Comedy|Romance" + }, + { + "MovieId": "7086", + "Title": "Pygmalion (1938)", + "Genres": "Comedy|Drama" + }, + { + "MovieId": "7089", + "Title": "Amarcord (1973)", + "Genres": "Comedy|Drama" + }, + { + "MovieId": "7091", + "Title": "Horse Feathers (1932)", + "Genres": "Comedy" + }, + { + "MovieId": "7093", + "Title": "Front Page, The (1974)", + "Genres": "Comedy" + }, + { + "MovieId": "7101", + "Title": "Doc Hollywood (1991)", + "Genres": "Comedy|Romance" + }, + { + "MovieId": "7102", + "Title": "Dragnet (1987)", + "Genres": "Comedy|Crime|Drama" + }, + { + "MovieId": "7103", + "Title": "Madhouse (1990)", + "Genres": "Comedy" + }, + { + "MovieId": "7104", + "Title": "1941 (1979)", + "Genres": "Comedy|War" + }, + { + "MovieId": "7107", + "Title": "Foul Play (1978)", + "Genres": "Comedy|Thriller" + }, + { + "MovieId": "7117", + "Title": "Leprechaun (1993)", + "Genres": "Comedy|Horror" + }, + { + "MovieId": "7121", + "Title": "Adam's Rib (1949)", + "Genres": "Comedy|Romance" + }, + { + "MovieId": "7122", + "Title": "King of Hearts (1966)", + "Genres": "Comedy|Drama|War" + }, + { + "MovieId": "7132", + "Title": "Night at the Opera, A (1935)", + "Genres": "Comedy|Musical|Romance" + }, + { + "MovieId": "7137", + "Title": "Cooler, The (2003)", + "Genres": "Comedy|Drama|Romance" + }, + { + "MovieId": "7149", + "Title": "Something's Gotta Give (2003)", + "Genres": "Comedy|Drama|Romance" + }, + { + "MovieId": "7150", + "Title": "Stuck on You (2003)", + "Genres": "Comedy" + }, + { + "MovieId": "7155", + "Title": "Calendar Girls (2003)", + "Genres": "Comedy" + }, + { + "MovieId": "7161", + "Title": "Cheaper by the Dozen (2003)", + "Genres": "Children|Comedy" + }, + { + "MovieId": "7169", + "Title": "Chasing Liberty (2004)", + "Genres": "Comedy|Romance" + }, + { + "MovieId": "7173", + "Title": "Along Came Polly (2004)", + "Genres": "Comedy|Romance" + }, + { + "MovieId": "7191", + "Title": "Blame It on the Bellboy (1992)", + "Genres": "Comedy" + }, + { + "MovieId": "7193", + "Title": "Adventures of Ford Fairlane, The (1990)", + "Genres": "Action|Comedy" + }, + { + "MovieId": "7206", + "Title": "Mon Oncle (My Uncle) (1958)", + "Genres": "Comedy" + }, + { + "MovieId": "7209", + "Title": "M. Hulot\u2019s Holiday (Mr. Hulot's Holiday) (Vacances de Monsieur Hulot, Les) (1953)", + "Genres": "Comedy" + }, + { + "MovieId": "7211", + "Title": "People Will Talk (1951)", + "Genres": "Comedy|Romance" + }, + { + "MovieId": "7212", + "Title": "I Was a Male War Bride (1949)", + "Genres": "Comedy|Romance" + }, + { + "MovieId": "7222", + "Title": "Reefer Madness (a.k.a. Tell Your Children) (1938)", + "Genres": "Comedy|Drama" + }, + { + "MovieId": "7228", + "Title": "Cool World (1992)", + "Genres": "Animation|Comedy|Fantasy" + }, + { + "MovieId": "7235", + "Title": "Ichi the Killer (Koroshiya 1) (2001)", + "Genres": "Action|Comedy|Crime|Drama|Horror|Thriller" + }, + { + "MovieId": "7247", + "Title": "Chitty Chitty Bang Bang (1968)", + "Genres": "Adventure|Children|Comedy|Fantasy|Musical" + }, + { + "MovieId": "7255", + "Title": "Win a Date with Tad Hamilton! (2004)", + "Genres": "Comedy|Romance" + }, + { + "MovieId": "7257", + "Title": "Big Bounce, The (2004)", + "Genres": "Comedy|Crime|Thriller" + }, + { + "MovieId": "7258", + "Title": "Perfect Score, The (2004)", + "Genres": "Comedy|Crime" + }, + { + "MovieId": "7260", + "Title": "Latter Days (2003)", + "Genres": "Comedy|Drama|Romance" + }, + { + "MovieId": "7261", + "Title": "Barbershop 2: Back in Business (2004)", + "Genres": "Comedy" + }, + { + "MovieId": "7262", + "Title": "Catch That Kid (2004)", + "Genres": "Action|Adventure|Children|Comedy|Crime" + }, + { + "MovieId": "7264", + "Title": "An Amazing Couple (2002)", + "Genres": "Comedy|Romance" + }, + { + "MovieId": "7266", + "Title": "Lost Skeleton of Cadavra, The (2002)", + "Genres": "Comedy|Horror|Sci-Fi" + }, + { + "MovieId": "7282", + "Title": "Hip Hop Witch, Da (2000)", + "Genres": "Comedy|Horror|Thriller" + }, + { + "MovieId": "7292", + "Title": "Best Defense (1984)", + "Genres": "Comedy|War" + }, + { + "MovieId": "7293", + "Title": "50 First Dates (2004)", + "Genres": "Comedy|Romance" + }, + { + "MovieId": "7294", + "Title": "Welcome to Mooseport (2004)", + "Genres": "Comedy" + }, + { + "MovieId": "7297", + "Title": "Kitchen Stories (Salmer fra kj\u00f8kkenet) (2003)", + "Genres": "Comedy|Drama" + }, + { + "MovieId": "7304", + "Title": "Allegro non troppo (1977)", + "Genres": "Animation|Comedy|Fantasy|Musical" + }, + { + "MovieId": "7306", + "Title": "Herod's Law (Ley de Herodes, La) (2000)", + "Genres": "Comedy|Crime|Mystery" + }, + { + "MovieId": "7308", + "Title": "King Solomon's Mines (1985)", + "Genres": "Adventure|Comedy" + }, + { + "MovieId": "7312", + "Title": "Follow Me, Boys! (1966)", + "Genres": "Comedy|Drama" + }, + { + "MovieId": "7315", + "Title": "Against the Ropes (2004)", + "Genres": "Comedy|Drama" + }, + { + "MovieId": "7316", + "Title": "Confessions of a Teenage Drama Queen (2004)", + "Genres": "Comedy" + }, + { + "MovieId": "7317", + "Title": "EuroTrip (2004)", + "Genres": "Adventure|Comedy" + }, + { + "MovieId": "7319", + "Title": "Club Dread (2004)", + "Genres": "Comedy|Horror" + }, + { + "MovieId": "7323", + "Title": "Good bye, Lenin! (2003)", + "Genres": "Comedy|Drama" + }, + { + "MovieId": "7325", + "Title": "Starsky & Hutch (2004)", + "Genres": "Action|Comedy|Crime|Thriller" + }, + { + "MovieId": "7340", + "Title": "Just One of the Guys (1985)", + "Genres": "Comedy" + }, + { + "MovieId": "7344", + "Title": "Wrong Arm of the Law, The (1963)", + "Genres": "Comedy|Crime" + }, + { + "MovieId": "7345", + "Title": "Agent Cody Banks 2: Destination London (2004)", + "Genres": "Action|Adventure|Children|Comedy" + }, + { + "MovieId": "7346", + "Title": "Girl Next Door, The (2004)", + "Genres": "Comedy|Romance" + }, + { + "MovieId": "7352", + "Title": "Wilbur Wants to Kill Himself (2002)", + "Genres": "Comedy|Drama|Romance" + }, + { + "MovieId": "7354", + "Title": "Mad Dog and Glory (1993)", + "Genres": "Comedy|Drama|Romance" + }, + { + "MovieId": "7364", + "Title": "Intermission (2003)", + "Genres": "Comedy|Crime|Drama" + }, + { + "MovieId": "7366", + "Title": "Jersey Girl (2004)", + "Genres": "Comedy|Drama|Romance" + }, + { + "MovieId": "7367", + "Title": "Ladykillers, The (2004)", + "Genres": "Comedy|Crime" + }, + { + "MovieId": "7369", + "Title": "Scooby-Doo 2: Monsters Unleashed (2004)", + "Genres": "Action|Adventure|Children|Comedy|Mystery" + }, + { + "MovieId": "7375", + "Title": "Prince & Me, The (2004)", + "Genres": "Comedy|Romance" + }, + { + "MovieId": "7380", + "Title": "Ella Enchanted (2004)", + "Genres": "Comedy|Fantasy|Romance" + }, + { + "MovieId": "7381", + "Title": "Whole Ten Yards, The (2004)", + "Genres": "Action|Comedy|Crime" + }, + { + "MovieId": "7394", + "Title": "Those Magnificent Men in Their Flying Machines (1965)", + "Genres": "Action|Adventure|Comedy" + }, + { + "MovieId": "7395", + "Title": "Cheaper by the Dozen (1950)", + "Genres": "Comedy|Drama" + }, + { + "MovieId": "7411", + "Title": "Munchies (1987)", + "Genres": "Comedy|Horror" + }, + { + "MovieId": "7414", + "Title": "Going in Style (1979)", + "Genres": "Comedy|Drama" + }, + { + "MovieId": "7419", + "Title": "After Hours (1985)", + "Genres": "Comedy|Thriller" + }, + { + "MovieId": "7444", + "Title": "13 Going on 30 (2004)", + "Genres": "Comedy|Fantasy|Romance" + }, + { + "MovieId": "7448", + "Title": "Envy (2004)", + "Genres": "Comedy" + }, + { + "MovieId": "7450", + "Title": "Laws of Attraction (2004)", + "Genres": "Comedy|Romance" + }, + { + "MovieId": "7451", + "Title": "Mean Girls (2004)", + "Genres": "Comedy" + }, + { + "MovieId": "7457", + "Title": "Breakin' All the Rules (2004)", + "Genres": "Comedy|Romance" + }, + { + "MovieId": "7460", + "Title": "Coffee and Cigarettes (2003)", + "Genres": "Comedy|Drama" + }, + { + "MovieId": "7541", + "Title": "100 Girls (2000)", + "Genres": "Comedy|Romance" + }, + { + "MovieId": "7579", + "Title": "Pride and Prejudice (1940)", + "Genres": "Comedy|Drama|Romance" + }, + { + "MovieId": "7584", + "Title": "Woman of the Year (1942)", + "Genres": "Comedy|Romance" + }, + { + "MovieId": "7620", + "Title": "Monster in a Box (1992)", + "Genres": "Comedy|Drama" + }, + { + "MovieId": "7647", + "Title": "Noises Off... (1992)", + "Genres": "Comedy" + }, + { + "MovieId": "7657", + "Title": "Versus (2000)", + "Genres": "Action|Comedy|Fantasy|Horror" + }, + { + "MovieId": "7701", + "Title": "Look Who's Talking Too (1990)", + "Genres": "Comedy|Romance" + }, + { + "MovieId": "7705", + "Title": "Pat and Mike (1952)", + "Genres": "Comedy|Romance" + }, + { + "MovieId": "7706", + "Title": "Animal Crackers (1930)", + "Genres": "Comedy|Musical" + }, + { + "MovieId": "7707", + "Title": "He Said, She Said (1991)", + "Genres": "Comedy|Drama|Romance" + }, + { + "MovieId": "7708", + "Title": "Bedazzled (1967)", + "Genres": "Comedy|Fantasy" + }, + { + "MovieId": "7716", + "Title": "Lonely Guy, The (1984)", + "Genres": "Comedy" + }, + { + "MovieId": "7720", + "Title": "Four Musketeers, The (1974)", + "Genres": "Action|Adventure|Comedy|Romance" + }, + { + "MovieId": "7727", + "Title": "Protocol (1984)", + "Genres": "Comedy" + }, + { + "MovieId": "7730", + "Title": "Matinee (1993)", + "Genres": "Comedy|Drama" + }, + { + "MovieId": "7781", + "Title": "Twister (1990)", + "Genres": "Comedy" + }, + { + "MovieId": "7815", + "Title": "True Stories (1986)", + "Genres": "Comedy|Musical" + }, + { + "MovieId": "7826", + "Title": "Secret Life of Walter Mitty, The (1947)", + "Genres": "Comedy|Romance|Thriller" + }, + { + "MovieId": "7831", + "Title": "Another Thin Man (1939)", + "Genres": "Comedy|Crime|Drama|Mystery|Romance" + }, + { + "MovieId": "7832", + "Title": "Thin Man Goes Home, The (1945)", + "Genres": "Comedy|Crime|Mystery" + }, + { + "MovieId": "7833", + "Title": "Shadow of the Thin Man (1941)", + "Genres": "Comedy|Crime|Mystery" + }, + { + "MovieId": "7834", + "Title": "After the Thin Man (1936)", + "Genres": "Comedy|Crime|Mystery|Romance" + }, + { + "MovieId": "7835", + "Title": "Song of the Thin Man (1947)", + "Genres": "Comedy|Crime|Drama|Musical|Mystery|Romance" + }, + { + "MovieId": "7839", + "Title": "Love Crazy (1941)", + "Genres": "Comedy" + }, + { + "MovieId": "7840", + "Title": "Gunga Din (1939)", + "Genres": "Adventure|Comedy|War" + }, + { + "MovieId": "7843", + "Title": "Lammbock (2001)", + "Genres": "Comedy" + }, + { + "MovieId": "7844", + "Title": "Legend, The (Legend of Fong Sai-Yuk, The) (Fong Sai Yuk) (1993)", + "Genres": "Action|Comedy" + }, + { + "MovieId": "7845", + "Title": "Tremors II: Aftershocks (1996)", + "Genres": "Comedy|Horror|Sci-Fi" + }, + { + "MovieId": "7846", + "Title": "Tremors 3: Back to Perfection (2001)", + "Genres": "Comedy|Horror|Sci-Fi" + }, + { + "MovieId": "7879", + "Title": "Notorious C.H.O. (2002)", + "Genres": "Comedy" + }, + { + "MovieId": "7884", + "Title": "Highway 61 (1991)", + "Genres": "Comedy" + }, + { + "MovieId": "7888", + "Title": "How to Succeed in Business Without Really Trying (1967)", + "Genres": "Comedy|Musical" + }, + { + "MovieId": "7916", + "Title": "Gidget (1959)", + "Genres": "Comedy" + }, + { + "MovieId": "7920", + "Title": "Desperate Living (1977)", + "Genres": "Comedy|Crime" + }, + { + "MovieId": "7934", + "Title": "Zelig (1983)", + "Genres": "Comedy" + }, + { + "MovieId": "7983", + "Title": "Broadway Danny Rose (1984)", + "Genres": "Comedy" + }, + { + "MovieId": "7988", + "Title": "Space Truckers (1996)", + "Genres": "Comedy|Sci-Fi" + }, + { + "MovieId": "7993", + "Title": "Bucket Of Blood, A (1959)", + "Genres": "Comedy|Horror" + }, + { + "MovieId": "8012", + "Title": "Kikujiro (Kikujir\u00f4 no natsu) (1999)", + "Genres": "Comedy|Drama" + }, + { + "MovieId": "8024", + "Title": "Thing Called Love, The (1993)", + "Genres": "Comedy|Drama|Romance" + }, + { + "MovieId": "8033", + "Title": "How to Steal a Million (1966)", + "Genres": "Comedy|Crime|Romance" + }, + { + "MovieId": "8043", + "Title": "Jack the Bear (1993)", + "Genres": "Comedy|Drama" + }, + { + "MovieId": "8117", + "Title": "In China They Eat Dogs (I Kina spiser de hunde) (1999)", + "Genres": "Action|Comedy" + }, + { + "MovieId": "8121", + "Title": "Seducing Doctor Lewis (Grande s\u00e9duction, La) (2003)", + "Genres": "Comedy" + }, + { + "MovieId": "8131", + "Title": "Pursuit of Happiness (2001)", + "Genres": "Comedy|Romance" + }, + { + "MovieId": "8169", + "Title": "*batteries not included (1987)", + "Genres": "Children|Comedy|Fantasy|Sci-Fi" + }, + { + "MovieId": "8183", + "Title": "Educating Rita (1983)", + "Genres": "Comedy|Drama" + }, + { + "MovieId": "8189", + "Title": "Zazie dans le m\u00e9tro (1960)", + "Genres": "Comedy" + }, + { + "MovieId": "8190", + "Title": "Americanization of Emily, The (1964)", + "Genres": "Comedy|Drama|War" + }, + { + "MovieId": "8196", + "Title": "Beyond the Valley of the Dolls (1970)", + "Genres": "Comedy|Horror" + }, + { + "MovieId": "8232", + "Title": "I Love You Again (1940)", + "Genres": "Comedy|Drama" + }, + { + "MovieId": "8235", + "Title": "Safety Last! (1923)", + "Genres": "Action|Comedy|Romance" + }, + { + "MovieId": "8238", + "Title": "Little Murders (1971)", + "Genres": "Comedy|Crime" + }, + { + "MovieId": "8239", + "Title": "Viridiana (1961)", + "Genres": "Comedy|Drama" + }, + { + "MovieId": "8241", + "Title": "Masterminds (1997)", + "Genres": "Action|Comedy|Thriller" + }, + { + "MovieId": "8253", + "Title": "Lupin III: The Castle Of Cagliostro (Rupan sansei: Kariosutoro no shiro) (1979)", + "Genres": "Action|Adventure|Animation|Comedy|Crime|Mystery" + }, + { + "MovieId": "8254", + "Title": "Arizona Dream (1993)", + "Genres": "Comedy|Drama|Fantasy|Romance" + }, + { + "MovieId": "8270", + "Title": "Hairdresser's Husband, The (Le mari de la coiffeuse) (1990)", + "Genres": "Comedy|Drama|Romance" + }, + { + "MovieId": "8275", + "Title": "College (1927)", + "Genres": "Comedy" + }, + { + "MovieId": "8293", + "Title": "Used People (1992)", + "Genres": "Comedy|Drama" + }, + { + "MovieId": "8302", + "Title": "Front Page, The (1931)", + "Genres": "Comedy|Drama|Romance" + }, + { + "MovieId": "8331", + "Title": "Man Who Came to Dinner, The (1942)", + "Genres": "Comedy" + }, + { + "MovieId": "8336", + "Title": "Major and the Minor, The (1942)", + "Genres": "Comedy|Romance" + }, + { + "MovieId": "8360", + "Title": "Shrek 2 (2004)", + "Genres": "Adventure|Animation|Children|Comedy|Musical|Romance" + }, + { + "MovieId": "8362", + "Title": "Raising Helen (2004)", + "Genres": "Comedy|Drama|Romance" + }, + { + "MovieId": "8363", + "Title": "Soul Plane (2004)", + "Genres": "Comedy" + }, + { + "MovieId": "8366", + "Title": "Saved! (2004)", + "Genres": "Comedy|Drama" + }, + { + "MovieId": "8370", + "Title": "Blind Swordsman: Zatoichi, The (Zat\u00f4ichi) (2003)", + "Genres": "Action|Comedy|Crime|Drama" + }, + { + "MovieId": "8372", + "Title": "Garfield: The Movie (2004)", + "Genres": "Animation|Children|Comedy" + }, + { + "MovieId": "8373", + "Title": "Stepford Wives, The (2004)", + "Genres": "Comedy|Fantasy|Thriller" + }, + { + "MovieId": "8376", + "Title": "Napoleon Dynamite (2004)", + "Genres": "Comedy" + }, + { + "MovieId": "8380", + "Title": "Father Hood (1993)", + "Genres": "Comedy" + }, + { + "MovieId": "8382", + "Title": "Hello Again (1987)", + "Genres": "Comedy" + }, + { + "MovieId": "8383", + "Title": "Hope Springs (2003)", + "Genres": "Comedy|Romance" + }, + { + "MovieId": "8385", + "Title": "Lover Come Back (1961)", + "Genres": "Comedy|Romance" + }, + { + "MovieId": "8387", + "Title": "Police Academy: Mission to Moscow (1994)", + "Genres": "Comedy|Crime" + }, + { + "MovieId": "8391", + "Title": "Big Wednesday (1978)", + "Genres": "Comedy|Drama" + }, + { + "MovieId": "8402", + "Title": "Book of Love (1990)", + "Genres": "Comedy|Romance" + }, + { + "MovieId": "8425", + "Title": "Meet the Applegates (1991)", + "Genres": "Comedy" + }, + { + "MovieId": "8426", + "Title": "Robot Carnival (Roboto k\u00e2nibauru) (1987)", + "Genres": "Animation|Comedy|Drama|Fantasy|Sci-Fi" + }, + { + "MovieId": "8427", + "Title": "Americathon (1979)", + "Genres": "Comedy|Sci-Fi" + }, + { + "MovieId": "8454", + "Title": "Luna Papa (1999)", + "Genres": "Comedy|Drama|Fantasy" + }, + { + "MovieId": "8464", + "Title": "Super Size Me (2004)", + "Genres": "Comedy|Documentary|Drama" + }, + { + "MovieId": "8487", + "Title": "Please Don't Eat the Daisies (1960)", + "Genres": "Children|Comedy|Musical" + }, + { + "MovieId": "8511", + "Title": "Immigrant, The (1917)", + "Genres": "Comedy" + }, + { + "MovieId": "8512", + "Title": "Silent Movie (1976)", + "Genres": "Comedy" + }, + { + "MovieId": "8526", + "Title": "Around the World in 80 Days (2004)", + "Genres": "Adventure|Children|Comedy" + }, + { + "MovieId": "8528", + "Title": "Dodgeball: A True Underdog Story (2004)", + "Genres": "Comedy" + }, + { + "MovieId": "8529", + "Title": "Terminal, The (2004)", + "Genres": "Comedy|Drama|Romance" + }, + { + "MovieId": "8531", + "Title": "White Chicks (2004)", + "Genres": "Action|Comedy|Crime" + }, + { + "MovieId": "8542", + "Title": "Day at the Races, A (1937)", + "Genres": "Comedy|Musical" + }, + { + "MovieId": "8571", + "Title": "Bob & Carol & Ted & Alice (1969)", + "Genres": "Comedy|Drama" + }, + { + "MovieId": "8574", + "Title": "Claymation Christmas Celebration, A (1987)", + "Genres": "Animation|Children|Comedy|Musical" + }, + { + "MovieId": "8575", + "Title": "Happenstance (Battement d'ailes du papillon, Le) (2001)", + "Genres": "Comedy|Drama" + }, + { + "MovieId": "8578", + "Title": "Undead (2003)", + "Genres": "Action|Comedy|Horror|Sci-Fi" + }, + { + "MovieId": "8580", + "Title": "Into the Woods (1991)", + "Genres": "Adventure|Comedy|Fantasy|Musical" + }, + { + "MovieId": "8596", + "Title": "Revenge of the Pink Panther (1978)", + "Genres": "Comedy|Crime" + }, + { + "MovieId": "8601", + "Title": "Zero de conduite (Zero for Conduct) (Z\u00e9ro de conduite: Jeunes diables au coll\u00e8ge) (1933)", + "Genres": "Comedy|Drama" + }, + { + "MovieId": "8604", + "Title": "Taxi (1998)", + "Genres": "Action|Comedy" + }, + { + "MovieId": "8605", + "Title": "Taxi 3 (2003)", + "Genres": "Action|Comedy" + }, + { + "MovieId": "8609", + "Title": "Our Hospitality (1923)", + "Genres": "Comedy" + }, + { + "MovieId": "8610", + "Title": "All of Me (1984)", + "Genres": "Comedy|Fantasy" + }, + { + "MovieId": "8611", + "Title": "Farmer's Daughter, The (1947)", + "Genres": "Comedy" + }, + { + "MovieId": "8614", + "Title": "Overboard (1987)", + "Genres": "Comedy|Romance" + }, + { + "MovieId": "8620", + "Title": "Exterminating Angel, The (\u00c1ngel exterminador, El) (1962)", + "Genres": "Comedy|Drama|Fantasy|Mystery" + }, + { + "MovieId": "8623", + "Title": "Roxanne (1987)", + "Genres": "Comedy|Romance" + }, + { + "MovieId": "8632", + "Title": "Secret Society (2002)", + "Genres": "Comedy" + }, + { + "MovieId": "8633", + "Title": "Last Starfighter, The (1984)", + "Genres": "Action|Adventure|Comedy|Sci-Fi" + }, + { + "MovieId": "8641", + "Title": "Anchorman: The Legend of Ron Burgundy (2004)", + "Genres": "Comedy" + }, + { + "MovieId": "8643", + "Title": "Cinderella Story, A (2004)", + "Genres": "Comedy|Romance" + }, + { + "MovieId": "8685", + "Title": "Miracle of Marcelino, The (Marcelino pan y vino) (1955)", + "Genres": "Comedy|Drama" + }, + { + "MovieId": "8690", + "Title": "Slaughterhouse-Five (1972)", + "Genres": "Comedy|Drama|Sci-Fi|War" + }, + { + "MovieId": "8695", + "Title": "Bachelor and the Bobby-Soxer, The (1947)", + "Genres": "Comedy" + }, + { + "MovieId": "8711", + "Title": "Mr. Blandings Builds His Dream House (1948)", + "Genres": "Comedy" + }, + { + "MovieId": "8712", + "Title": "My Favorite Wife (1940)", + "Genres": "Comedy|Romance" + }, + { + "MovieId": "8720", + "Title": "Super, The (1991)", + "Genres": "Comedy" + }, + { + "MovieId": "8738", + "Title": "Woman Is a Woman, A (femme est une femme, Une) (1961)", + "Genres": "Comedy|Drama|Musical|Romance" + }, + { + "MovieId": "8748", + "Title": "Yesterday, Today and Tomorrow (Ieri, oggi, domani) (1963)", + "Genres": "Comedy" + }, + { + "MovieId": "8784", + "Title": "Garden State (2004)", + "Genres": "Comedy|Drama|Romance" + }, + { + "MovieId": "8796", + "Title": "Funny Thing Happened on the Way to the Forum, A (1966)", + "Genres": "Comedy|Musical" + }, + { + "MovieId": "8799", + "Title": "Little Black Book (2004)", + "Genres": "Comedy|Romance" + }, + { + "MovieId": "8807", + "Title": "Harold and Kumar Go to White Castle (2004)", + "Genres": "Adventure|Comedy" + }, + { + "MovieId": "8808", + "Title": "Princess Diaries 2: Royal Engagement, The (2004)", + "Genres": "Comedy|Romance" + }, + { + "MovieId": "8809", + "Title": "Danny Deckchair (2003)", + "Genres": "Comedy|Romance" + }, + { + "MovieId": "8814", + "Title": "Without a Paddle (2004)", + "Genres": "Comedy" + }, + { + "MovieId": "8827", + "Title": "Bill Cosby, Himself (1983)", + "Genres": "Comedy|Documentary" + }, + { + "MovieId": "8864", + "Title": "Mr. 3000 (2004)", + "Genres": "Comedy|Drama" + }, + { + "MovieId": "8866", + "Title": "Wimbledon (2004)", + "Genres": "Comedy|Romance" + }, + { + "MovieId": "8869", + "Title": "First Daughter (2004)", + "Genres": "Comedy|Romance" + }, + { + "MovieId": "8874", + "Title": "Shaun of the Dead (2004)", + "Genres": "Comedy|Horror" + }, + { + "MovieId": "8907", + "Title": "Shark Tale (2004)", + "Genres": "Animation|Children|Comedy" + }, + { + "MovieId": "8910", + "Title": "I Heart Huckabees (2004)", + "Genres": "Comedy" + }, + { + "MovieId": "8912", + "Title": "Taxi (2004)", + "Genres": "Action|Comedy" + }, + { + "MovieId": "8916", + "Title": "Shall We Dance? (2004)", + "Genres": "Comedy|Romance" + }, + { + "MovieId": "8917", + "Title": "Team America: World Police (2004)", + "Genres": "Action|Adventure|Animation|Comedy" + }, + { + "MovieId": "8918", + "Title": "Eulogy (2004)", + "Genres": "Comedy|Crime|Drama" + }, + { + "MovieId": "8919", + "Title": "P.S. (2004)", + "Genres": "Comedy|Drama|Fantasy|Romance" + }, + { + "MovieId": "8928", + "Title": "Fearless Vampire Killers, The (1967)", + "Genres": "Comedy|Horror" + }, + { + "MovieId": "8933", + "Title": "Decline of the American Empire, The (D\u00e9clin de l'empire am\u00e9ricain, Le) (1986)", + "Genres": "Comedy|Drama" + }, + { + "MovieId": "8934", + "Title": "Bebe's Kids (1992)", + "Genres": "Animation|Children|Comedy" + }, + { + "MovieId": "8943", + "Title": "Being Julia (2004)", + "Genres": "Comedy|Drama" + }, + { + "MovieId": "8946", + "Title": "Surviving Christmas (2004)", + "Genres": "Comedy" + }, + { + "MovieId": "8948", + "Title": "Alfie (2004)", + "Genres": "Comedy|Drama|Romance" + }, + { + "MovieId": "8949", + "Title": "Sideways (2004)", + "Genres": "Comedy|Drama|Romance" + }, + { + "MovieId": "8961", + "Title": "Incredibles, The (2004)", + "Genres": "Action|Adventure|Animation|Children|Comedy" + }, + { + "MovieId": "8967", + "Title": "Seed of Chucky (Child's Play 5) (2004)", + "Genres": "Comedy|Horror" + }, + { + "MovieId": "8968", + "Title": "After the Sunset (2004)", + "Genres": "Action|Adventure|Comedy|Crime|Thriller" + }, + { + "MovieId": "8969", + "Title": "Bridget Jones: The Edge of Reason (2004)", + "Genres": "Comedy|Drama|Romance" + }, + { + "MovieId": "8974", + "Title": "SpongeBob SquarePants Movie, The (2004)", + "Genres": "Adventure|Animation|Children|Comedy" + }, + { + "MovieId": "8978", + "Title": "Christmas with the Kranks (2004)", + "Genres": "Children|Comedy" + }, + { + "MovieId": "8984", + "Title": "Ocean's Twelve (2004)", + "Genres": "Action|Comedy|Crime|Thriller" + }, + { + "MovieId": "8989", + "Title": "Damn Yankees! (1958)", + "Genres": "Comedy|Musical" + }, + { + "MovieId": "25750", + "Title": "Sherlock Jr. (1924)", + "Genres": "Comedy|Fantasy|Romance" + }, + { + "MovieId": "25752", + "Title": "Freshman, The (1925)", + "Genres": "Comedy" + }, + { + "MovieId": "25769", + "Title": "Steamboat Bill, Jr. (1928)", + "Genres": "Comedy|Romance" + }, + { + "MovieId": "25782", + "Title": "Boudu Saved From Drowning (Boudu sauv\u00e9 des eaux) (1932)", + "Genres": "Comedy" + }, + { + "MovieId": "25795", + "Title": "Dinner at Eight (1933)", + "Genres": "Comedy|Drama|Romance" + }, + { + "MovieId": "25805", + "Title": "Atalante, L' (1934)", + "Genres": "Comedy|Drama|Romance" + }, + { + "MovieId": "25826", + "Title": "Libeled Lady (1936)", + "Genres": "Comedy|Romance" + }, + { + "MovieId": "25827", + "Title": "Mr. Deeds Goes to Town (1936)", + "Genres": "Comedy|Romance" + }, + { + "MovieId": "25850", + "Title": "Holiday (1938)", + "Genres": "Comedy|Drama|Romance" + }, + { + "MovieId": "25870", + "Title": "Here Comes Mr. Jordan (1941)", + "Genres": "Comedy|Fantasy|Romance" + }, + { + "MovieId": "25887", + "Title": "Tales of Manhattan (1942)", + "Genres": "Comedy|Drama" + }, + { + "MovieId": "25905", + "Title": "Miracle of Morgan's Creek, The (1944)", + "Genres": "Comedy|Romance" + }, + { + "MovieId": "25947", + "Title": "Unfaithfully Yours (1948)", + "Genres": "Comedy" + }, + { + "MovieId": "25952", + "Title": "Letter to Three Wives, A (1949)", + "Genres": "Comedy|Drama" + }, + { + "MovieId": "25959", + "Title": "Annie Get Your Gun (1950)", + "Genres": "Comedy|Musical|Romance|Western" + }, + { + "MovieId": "26038", + "Title": "Teacher's Pet (1958)", + "Genres": "Comedy|Romance" + }, + { + "MovieId": "26084", + "Title": "Music Man, The (1962)", + "Genres": "Children|Comedy|Musical|Romance" + }, + { + "MovieId": "26095", + "Title": "Carabineers, The (Carabiniers, Les) (1963)", + "Genres": "Comedy|Drama|War" + }, + { + "MovieId": "26133", + "Title": "Charlie Brown Christmas, A (1965)", + "Genres": "Animation|Children|Comedy" + }, + { + "MovieId": "26147", + "Title": "Thousand Clowns, A (1965)", + "Genres": "Comedy|Drama|Romance" + }, + { + "MovieId": "26152", + "Title": "Batman (1966)", + "Genres": "Action|Adventure|Comedy" + }, + { + "MovieId": "26158", + "Title": "Closely Watched Trains (Ostre sledovan\u00e9 vlaky) (1966)", + "Genres": "Comedy|Drama|War" + }, + { + "MovieId": "26171", + "Title": "Play Time (a.k.a. Playtime) (1967)", + "Genres": "Comedy" + }, + { + "MovieId": "26183", + "Title": "Asterix and Cleopatra (Ast\u00e9rix et Cl\u00e9op\u00e2tre) (1968)", + "Genres": "Action|Adventure|Animation|Children|Comedy" + }, + { + "MovieId": "26184", + "Title": "Diamond Arm, The (Brilliantovaya ruka) (1968)", + "Genres": "Action|Adventure|Comedy|Crime|Thriller" + }, + { + "MovieId": "26198", + "Title": "Yours, Mine and Ours (1968)", + "Genres": "Children|Comedy" + }, + { + "MovieId": "26225", + "Title": "Claire's Knee (Genou de Claire, Le) (1970)", + "Genres": "Comedy|Romance" + }, + { + "MovieId": "26236", + "Title": "White Sun of the Desert, The (Beloe solntse pustyni) (1970)", + "Genres": "Action|Adventure|Comedy|Drama|Romance|War" + }, + { + "MovieId": "26249", + "Title": "They Call Me Trinity (1971)", + "Genres": "Comedy|Western" + }, + { + "MovieId": "26265", + "Title": "Dr. Phibes Rises Again (1972)", + "Genres": "Adventure|Comedy|Horror|Romance" + }, + { + "MovieId": "26285", + "Title": "Dark Star (1974)", + "Genres": "Comedy|Sci-Fi|Thriller" + }, + { + "MovieId": "26313", + "Title": "California Split (1974)", + "Genres": "Comedy|Drama" + }, + { + "MovieId": "26340", + "Title": "Twelve Tasks of Asterix, The (Les douze travaux d'Ast\u00e9rix) (1976)", + "Genres": "Action|Adventure|Animation|Children|Comedy|Fantasy" + }, + { + "MovieId": "26347", + "Title": "Irony of Fate, or Enjoy Your Bath! (Ironiya sudby, ili S legkim parom!) (1975)", + "Genres": "Comedy|Drama|Romance" + }, + { + "MovieId": "26375", + "Title": "Silver Streak (1976)", + "Genres": "Action|Comedy|Crime" + }, + { + "MovieId": "26386", + "Title": "High Anxiety (1977)", + "Genres": "Comedy|Thriller" + }, + { + "MovieId": "26413", + "Title": "Snake in the Eagle's Shadow (Se ying diu sau) (1978)", + "Genres": "Action|Comedy" + }, + { + "MovieId": "26422", + "Title": "Hair (1979)", + "Genres": "Comedy|Drama|Musical" + }, + { + "MovieId": "26429", + "Title": "Love at First Bite (1979)", + "Genres": "Comedy|Horror|Romance" + }, + { + "MovieId": "26444", + "Title": "Hitch Hikers Guide to the Galaxy, The (1981)", + "Genres": "Adventure|Comedy|Sci-Fi" + }, + { + "MovieId": "26471", + "Title": "Eddie Murphy Delirious (1983)", + "Genres": "Comedy|Documentary" + }, + { + "MovieId": "26527", + "Title": "What Have I Done to Deserve This? (\u00bfQu\u00e9 he hecho yo para merecer esto!!) (1984)", + "Genres": "Comedy|Drama" + }, + { + "MovieId": "26547", + "Title": "Police Story (Ging chaat goo si) (1985)", + "Genres": "Action|Comedy|Crime|Thriller" + }, + { + "MovieId": "26555", + "Title": "Spies Like Us (1985)", + "Genres": "Comedy" + }, + { + "MovieId": "26567", + "Title": "Club Paradise (1986)", + "Genres": "Comedy" + }, + { + "MovieId": "26593", + "Title": "Hell Comes to Frogtown (1988)", + "Genres": "Action|Comedy|Sci-Fi" + }, + { + "MovieId": "26599", + "Title": "Law of Desire (Ley del deseo, La) (1987)", + "Genres": "Comedy|Drama|Romance" + }, + { + "MovieId": "26629", + "Title": "Killer Klowns from Outer Space (1988)", + "Genres": "Comedy|Horror|Sci-Fi" + }, + { + "MovieId": "26645", + "Title": "Life Is a Long Quiet River (La vie est un long fleuve tranquille) (1988)", + "Genres": "Comedy" + }, + { + "MovieId": "26676", + "Title": "Almost an Angel (1990)", + "Genres": "Comedy" + }, + { + "MovieId": "26680", + "Title": "Cry-Baby (1990)", + "Genres": "Comedy|Musical|Romance" + }, + { + "MovieId": "26686", + "Title": "Ghost Dad (1990)", + "Genres": "Comedy|Fantasy" + }, + { + "MovieId": "26700", + "Title": "Nuns on the Run (1990)", + "Genres": "Comedy|Crime" + }, + { + "MovieId": "26726", + "Title": "Dutch (1991)", + "Genres": "Comedy" + }, + { + "MovieId": "26732", + "Title": "Johnny Stecchino (1991)", + "Genres": "Comedy" + }, + { + "MovieId": "26741", + "Title": "Mannequin 2: On the Move (1991)", + "Genres": "Comedy|Fantasy|Romance" + }, + { + "MovieId": "26745", + "Title": "Other People's Money (1991)", + "Genres": "Comedy|Drama|Romance" + }, + { + "MovieId": "26765", + "Title": "City Hunter (Sing si lip yan) (1993)", + "Genres": "Action|Comedy|Romance" + }, + { + "MovieId": "26776", + "Title": "Porco Rosso (Crimson Pig) (Kurenai no buta) (1992)", + "Genres": "Adventure|Animation|Comedy|Fantasy|Romance" + }, + { + "MovieId": "26778", + "Title": "Ladybugs (1992)", + "Genres": "Comedy" + }, + { + "MovieId": "26792", + "Title": "Sidekicks (1992)", + "Genres": "Action|Adventure|Children|Comedy" + }, + { + "MovieId": "26828", + "Title": "Mr. Nanny (1993)", + "Genres": "Action|Children|Comedy" + }, + { + "MovieId": "26838", + "Title": "Snapper, The (1993)", + "Genres": "Comedy|Drama" + }, + { + "MovieId": "26840", + "Title": "Sonatine (Sonachine) (1993)", + "Genres": "Action|Comedy|Crime|Drama" + }, + { + "MovieId": "26861", + "Title": "Freaked (1993)", + "Genres": "Comedy|Sci-Fi" + }, + { + "MovieId": "26870", + "Title": "Major League II (1994)", + "Genres": "Comedy" + }, + { + "MovieId": "26871", + "Title": "My Father the Hero (1994)", + "Genres": "Comedy|Romance" + }, + { + "MovieId": "26900", + "Title": "Last Wedding, The (Kivenpy\u00f6ritt\u00e4j\u00e4n kyl\u00e4) (1995)", + "Genres": "Comedy|Drama" + }, + { + "MovieId": "26928", + "Title": "Summer's Tale, A (Conte d'\u00e9t\u00e9) (1996)", + "Genres": "Comedy|Drama|Romance" + }, + { + "MovieId": "26940", + "Title": "Late Shift, The (1996)", + "Genres": "Comedy" + }, + { + "MovieId": "27008", + "Title": "From Dusk Till Dawn 2: Texas Blood Money (1999) ", + "Genres": "Comedy|Crime|Horror" + }, + { + "MovieId": "27032", + "Title": "Who Am I? (Wo shi shei) (1998)", + "Genres": "Action|Adventure|Comedy|Sci-Fi|Thriller" + }, + { + "MovieId": "27075", + "Title": "Addams Family Reunion (1998)", + "Genres": "Children|Comedy|Fantasy" + }, + { + "MovieId": "27178", + "Title": "In July (Im Juli) (2000)", + "Genres": "Comedy|Romance" + }, + { + "MovieId": "27193", + "Title": "Taxi 2 (2000)", + "Genres": "Action|Comedy" + }, + { + "MovieId": "27251", + "Title": "10th Kingdom, The (2000)", + "Genres": "Adventure|Comedy|Fantasy" + }, + { + "MovieId": "27306", + "Title": "Bartleby (2001)", + "Genres": "Comedy|Drama" + }, + { + "MovieId": "27320", + "Title": "Nine Lives of Tomas Katz, The (2000)", + "Genres": "Comedy|Drama|Fantasy" + }, + { + "MovieId": "27328", + "Title": "Monday (2000)", + "Genres": "Action|Comedy|Crime|Fantasy|Thriller" + }, + { + "MovieId": "27368", + "Title": "Asterix & Obelix: Mission Cleopatra (Ast\u00e9rix & Ob\u00e9lix: Mission Cl\u00e9op\u00e2tre) (2002)", + "Genres": "Adventure|Comedy|Fantasy" + }, + { + "MovieId": "27369", + "Title": "Daria: Is It Fall Yet? (2000)", + "Genres": "Animation|Comedy" + }, + { + "MovieId": "27370", + "Title": "Late Night Shopping (2001)", + "Genres": "Comedy" + }, + { + "MovieId": "27416", + "Title": "Jalla! Jalla! (2000)", + "Genres": "Comedy|Drama|Romance" + }, + { + "MovieId": "27420", + "Title": "Teknolust (2002)", + "Genres": "Comedy|Drama|Romance|Sci-Fi" + }, + { + "MovieId": "27426", + "Title": "Accidental Spy, The (Dak miu mai shing) (2001)", + "Genres": "Action|Comedy|Thriller" + }, + { + "MovieId": "27473", + "Title": "American Psycho II: All American Girl (2002)", + "Genres": "Comedy|Crime|Horror|Mystery|Thriller" + }, + { + "MovieId": "27478", + "Title": "Ali G Indahouse (2002)", + "Genres": "Comedy" + }, + { + "MovieId": "27523", + "Title": "My Sassy Girl (Yeopgijeogin geunyeo) (2001)", + "Genres": "Comedy|Romance" + }, + { + "MovieId": "27537", + "Title": "Nothing (2003)", + "Genres": "Comedy|Fantasy|Mystery|Sci-Fi" + }, + { + "MovieId": "27539", + "Title": "Undertaking Betty (Plots with a View) (2002)", + "Genres": "Comedy|Romance" + }, + { + "MovieId": "27549", + "Title": "Dead or Alive: Final (2002)", + "Genres": "Comedy|Crime|Drama|Sci-Fi|Thriller" + }, + { + "MovieId": "27555", + "Title": "Fubar (2002)", + "Genres": "Comedy" + }, + { + "MovieId": "27563", + "Title": "Happiness of the Katakuris, The (Katakuri-ke no k\u00f4fuku) (2001)", + "Genres": "Comedy|Horror|Musical" + }, + { + "MovieId": "27584", + "Title": "Dead End (2003)", + "Genres": "Comedy|Horror|Mystery|Thriller" + }, + { + "MovieId": "27595", + "Title": "Jesus Christ Vampire Hunter (2001)", + "Genres": "Action|Comedy|Horror|Musical" + }, + { + "MovieId": "27619", + "Title": "Lion King 1\u00bd, The (2004)", + "Genres": "Adventure|Animation|Children|Comedy" + }, + { + "MovieId": "27644", + "Title": "Remember Me (Ricordati di me) (2003)", + "Genres": "Comedy|Drama|Romance" + }, + { + "MovieId": "27674", + "Title": "11:14 (2003)", + "Genres": "Comedy|Crime|Drama|Mystery|Thriller" + }, + { + "MovieId": "27683", + "Title": "Tremors 4: The Legend Begins (2004)", + "Genres": "Action|Comedy|Horror|Sci-Fi|Thriller|Western" + }, + { + "MovieId": "27685", + "Title": "Bring It On Again (2004)", + "Genres": "Comedy" + }, + { + "MovieId": "27692", + "Title": "And Starring Pancho Villa as Himself (2003)", + "Genres": "Action|Comedy|Drama|War" + }, + { + "MovieId": "27695", + "Title": "Nicotina (2003)", + "Genres": "Action|Comedy|Drama" + }, + { + "MovieId": "27706", + "Title": "Lemony Snicket's A Series of Unfortunate Events (2004)", + "Genres": "Adventure|Children|Comedy|Fantasy" + }, + { + "MovieId": "27716", + "Title": "Green Butchers, The (Gr\u00f8nne slagtere, De) (2003)", + "Genres": "Comedy|Crime|Drama|Romance" + }, + { + "MovieId": "27762", + "Title": "Comic Book: The Movie (2004)", + "Genres": "Comedy" + }, + { + "MovieId": "27790", + "Title": "Millions (2004)", + "Genres": "Children|Comedy|Crime|Drama|Fantasy" + }, + { + "MovieId": "27808", + "Title": "Spanglish (2004)", + "Genres": "Comedy|Drama|Romance" + }, + { + "MovieId": "27826", + "Title": "Touch of Pink (2004)", + "Genres": "Comedy|Drama|Romance" + }, + { + "MovieId": "27899", + "Title": "What the #$*! Do We Know!? (a.k.a. What the Bleep Do We Know!?) (2004)", + "Genres": "Comedy|Documentary|Drama" + }, + { + "MovieId": "30745", + "Title": "Gozu (Gokud\u00f4 ky\u00f4fu dai-gekij\u00f4: Gozu) (2003)", + "Genres": "Comedy|Crime|Drama|Horror|Mystery" + }, + { + "MovieId": "30793", + "Title": "Charlie and the Chocolate Factory (2005)", + "Genres": "Adventure|Children|Comedy|Fantasy|IMAX" + }, + { + "MovieId": "30810", + "Title": "Life Aquatic with Steve Zissou, The (2004)", + "Genres": "Adventure|Comedy|Fantasy" + }, + { + "MovieId": "30822", + "Title": "In Good Company (2004)", + "Genres": "Comedy|Drama" + }, + { + "MovieId": "30825", + "Title": "Meet the Fockers (2004)", + "Genres": "Comedy" + }, + { + "MovieId": "30883", + "Title": "Fat Albert (2004)", + "Genres": "Comedy|Fantasy" + }, + { + "MovieId": "30898", + "Title": "Upside of Anger, The (2005)", + "Genres": "Comedy|Drama|Romance" + }, + { + "MovieId": "30994", + "Title": "Little Miss Marker (1980)", + "Genres": "Comedy|Drama" + }, + { + "MovieId": "31000", + "Title": "Sweet Liberty (1986)", + "Genres": "Comedy" + }, + { + "MovieId": "31049", + "Title": "Out Cold (1989)", + "Genres": "Comedy|Thriller" + }, + { + "MovieId": "31083", + "Title": "Man Trouble (1992)", + "Genres": "Comedy|Romance" + }, + { + "MovieId": "31114", + "Title": "Imaginary Heroes (2004)", + "Genres": "Comedy|Drama" + }, + { + "MovieId": "31123", + "Title": "Ruby & Quentin (Tais-toi!) (2003)", + "Genres": "Comedy|Crime" + }, + { + "MovieId": "31162", + "Title": "Life and Death of Peter Sellers, The (2004)", + "Genres": "Comedy|Drama" + }, + { + "MovieId": "31223", + "Title": "Racing Stripes (2005)", + "Genres": "Children|Comedy" + }, + { + "MovieId": "31297", + "Title": "Gold Diggers of 1935 (1935)", + "Genres": "Comedy|Musical" + }, + { + "MovieId": "31367", + "Title": "Chase, The (1994)", + "Genres": "Action|Adventure|Comedy|Crime|Romance|Thriller" + }, + { + "MovieId": "31422", + "Title": "Are We There Yet? (2005)", + "Genres": "Children|Comedy" + }, + { + "MovieId": "31433", + "Title": "Wedding Date, The (2005)", + "Genres": "Comedy|Romance" + }, + { + "MovieId": "31445", + "Title": "Employee of the Month (2004)", + "Genres": "Comedy|Drama" + }, + { + "MovieId": "31664", + "Title": "Gorgeous (Boh lee chun) (1999)", + "Genres": "Action|Comedy|Romance" + }, + { + "MovieId": "31685", + "Title": "Hitch (2005)", + "Genres": "Comedy|Romance" + }, + { + "MovieId": "31692", + "Title": "Uncle Nino (2003)", + "Genres": "Comedy" + }, + { + "MovieId": "31694", + "Title": "Bride & Prejudice (2004)", + "Genres": "Comedy|Musical|Romance" + }, + { + "MovieId": "31698", + "Title": "Son of the Mask (2005)", + "Genres": "Adventure|Children|Comedy|Fantasy" + }, + { + "MovieId": "31700", + "Title": "Because of Winn-Dixie (2005)", + "Genres": "Children|Comedy|Drama" + }, + { + "MovieId": "31851", + "Title": "Sons of the Desert (1933)", + "Genres": "Comedy" + }, + { + "MovieId": "31867", + "Title": "Man of the House (2005)", + "Genres": "Action|Comedy" + }, + { + "MovieId": "31878", + "Title": "Kung Fu Hustle (Gong fu) (2004)", + "Genres": "Action|Comedy" + }, + { + "MovieId": "31909", + "Title": "Dr. Giggles (1992)", + "Genres": "Comedy|Horror" + }, + { + "MovieId": "31921", + "Title": "Seven-Per-Cent Solution, The (1976)", + "Genres": "Adventure|Comedy|Crime|Drama|Mystery|Thriller" + }, + { + "MovieId": "31923", + "Title": "Three Musketeers, The (1973)", + "Genres": "Action|Adventure|Comedy" + }, + { + "MovieId": "31925", + "Title": "Royal Flash (1975)", + "Genres": "Adventure|Comedy|Romance" + }, + { + "MovieId": "31952", + "Title": "Control (Kontroll) (2003)", + "Genres": "Comedy|Crime|Drama|Mystery" + }, + { + "MovieId": "32009", + "Title": "Tyler Perry's Diary of a Mad Black Woman (2005)", + "Genres": "Comedy|Drama|Romance" + }, + { + "MovieId": "32017", + "Title": "Pacifier, The (2005)", + "Genres": "Action|Comedy" + }, + { + "MovieId": "32019", + "Title": "Be Cool (2005)", + "Genres": "Comedy|Crime|Musical" + }, + { + "MovieId": "32031", + "Title": "Robots (2005)", + "Genres": "Adventure|Animation|Children|Comedy|Fantasy|Sci-Fi|IMAX" + }, + { + "MovieId": "32116", + "Title": "Oh, God! You Devil (1984)", + "Genres": "Comedy" + }, + { + "MovieId": "32160", + "Title": "Twentieth Century (1934)", + "Genres": "Comedy" + }, + { + "MovieId": "32243", + "Title": "Stealing Rembrandt (Rembrandt) (2003)", + "Genres": "Action|Comedy|Crime" + }, + { + "MovieId": "32289", + "Title": "Ice Princess (2005)", + "Genres": "Children|Comedy|Drama" + }, + { + "MovieId": "32291", + "Title": "Melinda and Melinda (2004)", + "Genres": "Comedy|Drama" + }, + { + "MovieId": "32296", + "Title": "Miss Congeniality 2: Armed and Fabulous (2005)", + "Genres": "Adventure|Comedy|Crime" + }, + { + "MovieId": "32298", + "Title": "Guess Who (2005)", + "Genres": "Comedy|Romance" + }, + { + "MovieId": "32300", + "Title": "D.E.B.S. (2004)", + "Genres": "Action|Comedy" + }, + { + "MovieId": "32314", + "Title": "Incident at Loch Ness (2004)", + "Genres": "Adventure|Comedy|Documentary" + }, + { + "MovieId": "32392", + "Title": "800 Bullets (800 Balas) (2002)", + "Genres": "Comedy|Crime|Drama|Western" + }, + { + "MovieId": "32440", + "Title": "If Looks Could Kill (1991)", + "Genres": "Action|Comedy" + }, + { + "MovieId": "32442", + "Title": "Greedy (1994)", + "Genres": "Comedy" + }, + { + "MovieId": "32456", + "Title": "Pom Poko (a.k.a. Raccoon War, The) (Heisei tanuki gassen pompoko) (1994)", + "Genres": "Animation|Comedy|Drama|Fantasy" + }, + { + "MovieId": "32460", + "Title": "Knockin' on Heaven's Door (1997)", + "Genres": "Action|Comedy|Crime|Drama" + }, + { + "MovieId": "32469", + "Title": "We're No Angels (1955)", + "Genres": "Comedy|Crime|Drama" + }, + { + "MovieId": "32589", + "Title": "Beauty Shop (2005)", + "Genres": "Comedy" + }, + { + "MovieId": "32596", + "Title": "Sahara (2005)", + "Genres": "Action|Adventure|Comedy" + }, + { + "MovieId": "32598", + "Title": "Fever Pitch (2005)", + "Genres": "Comedy|Romance" + }, + { + "MovieId": "32620", + "Title": "Not on the Lips (Pas sur la bouche) (2003)", + "Genres": "Comedy|Musical|Romance" + }, + { + "MovieId": "32659", + "Title": "Tanguy (2001)", + "Genres": "Comedy" + }, + { + "MovieId": "32666", + "Title": "National Lampoon's Lady Killers (National Lampoon's Gold Diggers) (2003)", + "Genres": "Comedy" + }, + { + "MovieId": "32862", + "Title": "With Six You Get Eggroll (1968)", + "Genres": "Comedy|Romance" + }, + { + "MovieId": "32875", + "Title": "Holiday (Jour de f\u00eate) (1949)", + "Genres": "Comedy" + }, + { + "MovieId": "32917", + "Title": "Boccaccio '70 (1962)", + "Genres": "Comedy|Fantasy|Romance" + }, + { + "MovieId": "33004", + "Title": "Hitchhiker's Guide to the Galaxy, The (2005)", + "Genres": "Adventure|Comedy|Sci-Fi" + }, + { + "MovieId": "33090", + "Title": "Mutant Aliens (2001)", + "Genres": "Animation|Comedy|Sci-Fi" + }, + { + "MovieId": "33126", + "Title": "Frisco Kid, The (1979)", + "Genres": "Comedy|Western" + }, + { + "MovieId": "33138", + "Title": "Palindromes (2004)", + "Genres": "Adventure|Comedy|Drama" + }, + { + "MovieId": "33145", + "Title": "Lot Like Love, A (2005)", + "Genres": "Comedy|Drama|Romance" + }, + { + "MovieId": "33148", + "Title": "King's Ransom (2005)", + "Genres": "Comedy|Crime" + }, + { + "MovieId": "33188", + "Title": "Mischief (1985)", + "Genres": "Comedy|Romance" + }, + { + "MovieId": "33312", + "Title": "Cocoanuts, The (1929)", + "Genres": "Comedy|Musical" + }, + { + "MovieId": "33495", + "Title": "Kicking & Screaming (2005)", + "Genres": "Comedy" + }, + { + "MovieId": "33499", + "Title": "Monster-in-Law (2005)", + "Genres": "Comedy|Romance" + }, + { + "MovieId": "33564", + "Title": "Divorce - Italian Style (Divorzio all'italiana) (1961)", + "Genres": "Comedy" + }, + { + "MovieId": "33615", + "Title": "Madagascar (2005)", + "Genres": "Adventure|Animation|Children|Comedy" + }, + { + "MovieId": "33629", + "Title": "Airborne (1993)", + "Genres": "Adventure|Comedy" + }, + { + "MovieId": "33646", + "Title": "Longest Yard, The (2005)", + "Genres": "Comedy|Drama" + }, + { + "MovieId": "33649", + "Title": "Saving Face (2004)", + "Genres": "Comedy|Drama|Romance" + }, + { + "MovieId": "33669", + "Title": "Sisterhood of the Traveling Pants, The (2005)", + "Genres": "Adventure|Comedy|Drama" + }, + { + "MovieId": "33672", + "Title": "Lords of Dogtown (2005)", + "Genres": "Action|Comedy|Drama" + }, + { + "MovieId": "33679", + "Title": "Mr. & Mrs. Smith (2005)", + "Genres": "Action|Adventure|Comedy|Romance" + }, + { + "MovieId": "33725", + "Title": "It's All Gone Pete Tong (2004)", + "Genres": "Comedy|Drama|Musical" + }, + { + "MovieId": "33779", + "Title": "Eddie Izzard: Dress to Kill (1999)", + "Genres": "Comedy" + }, + { + "MovieId": "33815", + "Title": "Perfect Man, The (2005)", + "Genres": "Comedy|Drama|Romance" + }, + { + "MovieId": "33826", + "Title": "Saint Ralph (2004)", + "Genres": "Comedy|Drama" + }, + { + "MovieId": "33830", + "Title": "Herbie: Fully Loaded (2005)", + "Genres": "Adventure|Comedy|Romance" + }, + { + "MovieId": "33836", + "Title": "Bewitched (2005)", + "Genres": "Comedy|Fantasy|Romance" + }, + { + "MovieId": "33880", + "Title": "Me and You and Everyone We Know (2005)", + "Genres": "Comedy|Drama" + }, + { + "MovieId": "33893", + "Title": "Perfect Crime, The (Crimen Ferpecto) (Ferpect Crime) (2004)", + "Genres": "Comedy|Crime|Thriller" + }, + { + "MovieId": "33903", + "Title": "Edukators, The (Die Fetten Jahre sind vorbei) (2004)", + "Genres": "Comedy|Crime|Drama|Romance" + }, + { + "MovieId": "33966", + "Title": "Cop and \u00bd (1993)", + "Genres": "Comedy" + }, + { + "MovieId": "34018", + "Title": "At the Circus (1939)", + "Genres": "Comedy|Musical" + }, + { + "MovieId": "34129", + "Title": "Rebound (2005)", + "Genres": "Comedy" + }, + { + "MovieId": "34162", + "Title": "Wedding Crashers (2005)", + "Genres": "Comedy|Romance" + }, + { + "MovieId": "34164", + "Title": "Happy Endings (2005)", + "Genres": "Comedy|Drama" + }, + { + "MovieId": "34312", + "Title": "Calcium Kid, The (2004)", + "Genres": "Comedy" + }, + { + "MovieId": "34321", + "Title": "Bad News Bears (2005)", + "Genres": "Children|Comedy" + }, + { + "MovieId": "34332", + "Title": "Sky High (2005)", + "Genres": "Action|Adventure|Children|Comedy" + }, + { + "MovieId": "34336", + "Title": "Must Love Dogs (2005)", + "Genres": "Comedy|Romance" + }, + { + "MovieId": "34338", + "Title": "Aristocrats, The (2005)", + "Genres": "Comedy|Documentary" + }, + { + "MovieId": "34359", + "Title": "Georgy Girl (1966)", + "Genres": "Comedy" + }, + { + "MovieId": "34437", + "Title": "Broken Flowers (2005)", + "Genres": "Comedy|Drama" + }, + { + "MovieId": "34450", + "Title": "Miracles - Mr. Canton and Lady Rose (1989)", + "Genres": "Action|Comedy|Crime|Drama" + }, + { + "MovieId": "34520", + "Title": "Dukes of Hazzard, The (2005)", + "Genres": "Action|Adventure|Comedy" + }, + { + "MovieId": "34523", + "Title": "The Chumscrubber (2005)", + "Genres": "Comedy|Drama" + }, + { + "MovieId": "34528", + "Title": "Junebug (2005)", + "Genres": "Comedy|Drama" + }, + { + "MovieId": "34530", + "Title": "Deuce Bigalow: European Gigolo (2005)", + "Genres": "Comedy" + }, + { + "MovieId": "34540", + "Title": "Pretty Persuasion (2005)", + "Genres": "Comedy|Drama" + }, + { + "MovieId": "34800", + "Title": "Private Resort (1985)", + "Genres": "Comedy" + }, + { + "MovieId": "35807", + "Title": "Teahouse of the August Moon, The (1956)", + "Genres": "Comedy" + }, + { + "MovieId": "35836", + "Title": "40-Year-Old Virgin, The (2005)", + "Genres": "Comedy|Romance" + }, + { + "MovieId": "36289", + "Title": "Asterix & Obelix vs. Caesar (Ast\u00e9rix et Ob\u00e9lix contre C\u00e9sar) (1999)", + "Genres": "Adventure|Children|Comedy|Fantasy" + }, + { + "MovieId": "36363", + "Title": "Kin-Dza-Dza! (1986)", + "Genres": "Comedy|Drama|Sci-Fi" + }, + { + "MovieId": "36397", + "Title": "Valiant (2005)", + "Genres": "Adventure|Animation|Children|Comedy|Fantasy|War" + }, + { + "MovieId": "36401", + "Title": "Brothers Grimm, The (2005)", + "Genres": "Comedy|Fantasy|Horror|Thriller" + }, + { + "MovieId": "36477", + "Title": "Baxter, The (2005)", + "Genres": "Comedy|Drama|Romance" + }, + { + "MovieId": "36525", + "Title": "Just Like Heaven (2005)", + "Genres": "Comedy|Fantasy|Romance" + }, + { + "MovieId": "36535", + "Title": "Everything Is Illuminated (2005)", + "Genres": "Comedy|Drama" + }, + { + "MovieId": "36537", + "Title": "Thumbsucker (2005)", + "Genres": "Comedy|Drama" + }, + { + "MovieId": "36708", + "Title": "Family Guy Presents Stewie Griffin: The Untold Story (2005)", + "Genres": "Adventure|Animation|Comedy" + }, + { + "MovieId": "36850", + "Title": "Police Story 2 (Ging chaat goo si juk jaap) (1988)", + "Genres": "Action|Comedy|Crime|Thriller" + }, + { + "MovieId": "37211", + "Title": "Go West (1940)", + "Genres": "Comedy|Musical|Western" + }, + { + "MovieId": "37384", + "Title": "Waiting... (2005)", + "Genres": "Comedy" + }, + { + "MovieId": "37444", + "Title": "Frankenstein 90 (1984)", + "Genres": "Comedy|Horror|Romance" + }, + { + "MovieId": "37477", + "Title": "Man, The (2005)", + "Genres": "Action|Comedy|Crime" + }, + { + "MovieId": "37729", + "Title": "Corpse Bride (2005)", + "Genres": "Animation|Comedy|Fantasy|Musical|Romance" + }, + { + "MovieId": "37844", + "Title": "Roll Bounce (2005)", + "Genres": "Comedy|Drama|Romance" + }, + { + "MovieId": "38038", + "Title": "Wallace & Gromit in The Curse of the Were-Rabbit (2005)", + "Genres": "Adventure|Animation|Children|Comedy" + }, + { + "MovieId": "38061", + "Title": "Kiss Kiss Bang Bang (2005)", + "Genres": "Comedy|Crime|Mystery|Thriller" + }, + { + "MovieId": "38798", + "Title": "In Her Shoes (2005)", + "Genres": "Comedy|Drama" + }, + { + "MovieId": "38886", + "Title": "Squid and the Whale, The (2005)", + "Genres": "Comedy|Drama" + }, + { + "MovieId": "39231", + "Title": "Elizabethtown (2005)", + "Genres": "Comedy|Drama|Romance" + }, + { + "MovieId": "39414", + "Title": "Shopgirl (2005)", + "Genres": "Comedy|Drama|Romance" + }, + { + "MovieId": "39444", + "Title": "Weather Man, The (2005)", + "Genres": "Comedy|Drama" + }, + { + "MovieId": "39449", + "Title": "Prime (2005)", + "Genres": "Comedy|Drama|Romance" + }, + { + "MovieId": "39715", + "Title": "American Pie Presents: Band Camp (American Pie 4: Band Camp) (2005)", + "Genres": "Comedy" + }, + { + "MovieId": "39801", + "Title": "Great Yokai War, The (Y\u00f4kai daisens\u00f4) (2005)", + "Genres": "Adventure|Comedy|Fantasy|Horror" + }, + { + "MovieId": "40339", + "Title": "Chicken Little (2005)", + "Genres": "Action|Adventure|Animation|Children|Comedy|Sci-Fi" + }, + { + "MovieId": "40491", + "Title": "Match Factory Girl, The (Tulitikkutehtaan tytt\u00f6) (1990)", + "Genres": "Comedy|Drama" + }, + { + "MovieId": "40581", + "Title": "Just Friends (2005)", + "Genres": "Comedy|Romance" + }, + { + "MovieId": "40597", + "Title": "One-Way Ticket to Mombasa (Menolippu Mombasaan) (2002)", + "Genres": "Comedy|Drama" + }, + { + "MovieId": "40946", + "Title": "Sarah Silverman: Jesus Is Magic (2005)", + "Genres": "Comedy|Musical" + }, + { + "MovieId": "40955", + "Title": "Breakfast on Pluto (2005)", + "Genres": "Comedy|Drama" + }, + { + "MovieId": "40959", + "Title": "Ice Harvest, The (2005)", + "Genres": "Action|Comedy|Crime|Thriller" + }, + { + "MovieId": "40962", + "Title": "Yours, Mine and Ours (2005)", + "Genres": "Comedy|Romance" + }, + { + "MovieId": "41573", + "Title": "Family Stone, The (2005)", + "Genres": "Comedy|Drama|Romance" + }, + { + "MovieId": "41712", + "Title": "Room for Romeo Brass, A (1999)", + "Genres": "Comedy|Drama" + }, + { + "MovieId": "41716", + "Title": "Matador, The (2005)", + "Genres": "Comedy|Drama|Thriller" + }, + { + "MovieId": "41769", + "Title": "Mozart and the Whale (2005)", + "Genres": "Comedy|Drama|Romance" + }, + { + "MovieId": "41828", + "Title": "Don't Look Now: We're Being Shot At (La grande vadrouille) (1966)", + "Genres": "Comedy|War" + }, + { + "MovieId": "42002", + "Title": "Producers, The (2005)", + "Genres": "Comedy|Musical" + }, + { + "MovieId": "42004", + "Title": "Transamerica (2005)", + "Genres": "Adventure|Comedy|Drama" + }, + { + "MovieId": "42007", + "Title": "Rumor Has It... (2005)", + "Genres": "Comedy|Drama|Romance" + }, + { + "MovieId": "42009", + "Title": "Cheaper by the Dozen 2 (2005)", + "Genres": "Adventure|Comedy" + }, + { + "MovieId": "42011", + "Title": "Fun with Dick and Jane (2005)", + "Genres": "Comedy|Crime" + }, + { + "MovieId": "42013", + "Title": "Ringer, The (2005)", + "Genres": "Comedy" + }, + { + "MovieId": "42015", + "Title": "Casanova (2005)", + "Genres": "Action|Adventure|Comedy|Drama|Romance" + }, + { + "MovieId": "42018", + "Title": "Mrs. Henderson Presents (2005)", + "Genres": "Comedy|Drama" + }, + { + "MovieId": "42638", + "Title": "Grand Theft Parsons (2003)", + "Genres": "Comedy|Drama" + }, + { + "MovieId": "42725", + "Title": "Grandma's Boy (2006)", + "Genres": "Comedy" + }, + { + "MovieId": "42732", + "Title": "Last Holiday (2006)", + "Genres": "Comedy" + }, + { + "MovieId": "42734", + "Title": "Hoodwinked! (2005)", + "Genres": "Animation|Children|Comedy" + }, + { + "MovieId": "42740", + "Title": "Looking for Comedy in the Muslim World (2005)", + "Genres": "Comedy" + }, + { + "MovieId": "42761", + "Title": "Casper Meets Wendy (1998)", + "Genres": "Adventure|Children|Comedy|Fantasy" + }, + { + "MovieId": "42946", + "Title": "Project A ('A' gai waak) (1983)", + "Genres": "Action|Comedy" + }, + { + "MovieId": "43289", + "Title": "Bird People in China, The (Ch\u00fbgoku no ch\u00f4jin) (1998)", + "Genres": "Adventure|Comedy|Drama|Fantasy" + }, + { + "MovieId": "43419", + "Title": "Bandidas (2006)", + "Genres": "Action|Comedy|Crime|Western" + }, + { + "MovieId": "43460", + "Title": "Tristram Shandy: A Cock and Bull Story (2005)", + "Genres": "Comedy|Drama" + }, + { + "MovieId": "43558", + "Title": "Big Momma's House 2 (2006)", + "Genres": "Action|Comedy|Crime" + }, + { + "MovieId": "43560", + "Title": "Nanny McPhee (2005)", + "Genres": "Children|Comedy|Fantasy" + }, + { + "MovieId": "43684", + "Title": "Something New (2006)", + "Genres": "Comedy|Drama|Romance" + }, + { + "MovieId": "43708", + "Title": "Block Party (a.k.a. Dave Chappelle's Block Party) (2005)", + "Genres": "Comedy|Documentary" + }, + { + "MovieId": "43744", + "Title": "Imagine Me & You (2005)", + "Genres": "Comedy|Drama|Romance" + }, + { + "MovieId": "43836", + "Title": "Pink Panther, The (2006)", + "Genres": "Adventure|Comedy|Crime" + }, + { + "MovieId": "43869", + "Title": "Curious George (2006)", + "Genres": "Adventure|Animation|Children|Comedy" + }, + { + "MovieId": "43919", + "Title": "Date Movie (2006)", + "Genres": "Comedy|Romance" + }, + { + "MovieId": "43930", + "Title": "Just My Luck (2006)", + "Genres": "Comedy|Romance" + }, + { + "MovieId": "44004", + "Title": "Failure to Launch (2006)", + "Genres": "Comedy|Romance" + }, + { + "MovieId": "44022", + "Title": "Ice Age 2: The Meltdown (2006)", + "Genres": "Adventure|Animation|Children|Comedy" + }, + { + "MovieId": "44193", + "Title": "She's the Man (2006)", + "Genres": "Comedy|Romance" + }, + { + "MovieId": "44195", + "Title": "Thank You for Smoking (2006)", + "Genres": "Comedy|Drama" + }, + { + "MovieId": "44197", + "Title": "Find Me Guilty (2006)", + "Genres": "Comedy|Crime|Drama" + }, + { + "MovieId": "44225", + "Title": "Aquamarine (2006)", + "Genres": "Children|Comedy|Fantasy" + }, + { + "MovieId": "44238", + "Title": "Leprechaun 2 (1994)", + "Genres": "Comedy|Fantasy|Horror" + }, + { + "MovieId": "44241", + "Title": "Leprechaun 3 (1995)", + "Genres": "Comedy|Fantasy|Horror" + }, + { + "MovieId": "44243", + "Title": "Leprechaun 4: In Space (1997)", + "Genres": "Comedy|Fantasy|Horror|Sci-Fi" + }, + { + "MovieId": "44399", + "Title": "Shaggy Dog, The (2006)", + "Genres": "Adventure|Children|Comedy|Fantasy" + }, + { + "MovieId": "44694", + "Title": "Volver (2006)", + "Genres": "Comedy|Drama" + }, + { + "MovieId": "44773", + "Title": "Dead Hate the Living!, The (2000)", + "Genres": "Comedy|Horror" + }, + { + "MovieId": "44777", + "Title": "Evil Aliens (2005)", + "Genres": "Comedy|Horror|Sci-Fi" + }, + { + "MovieId": "44828", + "Title": "Slither (2006)", + "Genres": "Comedy|Horror|Sci-Fi" + }, + { + "MovieId": "44840", + "Title": "Benchwarmers, The (2006)", + "Genres": "Comedy" + }, + { + "MovieId": "44851", + "Title": "Go for Zucker! (Alles auf Zucker!) (2004)", + "Genres": "Comedy" + }, + { + "MovieId": "44864", + "Title": "Friends with Money (2006)", + "Genres": "Comedy|Drama|Romance" + }, + { + "MovieId": "44889", + "Title": "Reefer Madness: The Movie Musical (2005)", + "Genres": "Comedy|Drama|Musical" + }, + { + "MovieId": "44972", + "Title": "Scary Movie 4 (2006)", + "Genres": "Comedy|Horror" + }, + { + "MovieId": "45028", + "Title": "Prairie Home Companion, A (2006)", + "Genres": "Comedy|Drama|Musical" + }, + { + "MovieId": "45074", + "Title": "Wild, The (2006)", + "Genres": "Adventure|Animation|Children|Comedy|Fantasy" + }, + { + "MovieId": "45106", + "Title": "American Dreamz (2006)", + "Genres": "Comedy|Drama" + }, + { + "MovieId": "45175", + "Title": "Kinky Boots (2005)", + "Genres": "Comedy|Drama" + }, + { + "MovieId": "45183", + "Title": "Protector, The (a.k.a. Warrior King) (Tom yum goong) (2005)", + "Genres": "Action|Comedy|Crime|Thriller" + }, + { + "MovieId": "45208", + "Title": "RV (2006)", + "Genres": "Adventure|Children|Comedy" + }, + { + "MovieId": "45221", + "Title": "Stick It (2006)", + "Genres": "Comedy" + }, + { + "MovieId": "45431", + "Title": "Over the Hedge (2006)", + "Genres": "Adventure|Animation|Children|Comedy" + }, + { + "MovieId": "45440", + "Title": "Art School Confidential (2006)", + "Genres": "Comedy|Drama" + }, + { + "MovieId": "45501", + "Title": "Break-Up, The (2006)", + "Genres": "Comedy|Drama|Romance" + }, + { + "MovieId": "45517", + "Title": "Cars (2006)", + "Genres": "Animation|Children|Comedy" + }, + { + "MovieId": "45648", + "Title": "Game 6 (2005)", + "Genres": "Comedy|Drama" + }, + { + "MovieId": "45666", + "Title": "Nacho Libre (2006)", + "Genres": "Comedy" + }, + { + "MovieId": "45672", + "Title": "Click (2006)", + "Genres": "Adventure|Comedy|Drama|Fantasy|Romance" + }, + { + "MovieId": "45720", + "Title": "Devil Wears Prada, The (2006)", + "Genres": "Comedy|Drama" + }, + { + "MovieId": "45726", + "Title": "You, Me and Dupree (2006)", + "Genres": "Comedy" + }, + { + "MovieId": "45728", + "Title": "Clerks II (2006)", + "Genres": "Comedy" + }, + { + "MovieId": "45732", + "Title": "My Super Ex-Girlfriend (2006)", + "Genres": "Comedy|Fantasy|Romance" + }, + { + "MovieId": "45969", + "Title": "Career Opportunities (1991)", + "Genres": "Comedy|Romance" + }, + { + "MovieId": "46062", + "Title": "High School Musical (2006)", + "Genres": "Children|Comedy|Drama|Musical|Romance" + }, + { + "MovieId": "46105", + "Title": "I Am a Sex Addict (2005)", + "Genres": "Comedy|Documentary|Romance" + }, + { + "MovieId": "46337", + "Title": "Garfield: A Tail of Two Kitties (2006)", + "Genres": "Animation|Children|Comedy" + }, + { + "MovieId": "46574", + "Title": "OH in Ohio, The (2006)", + "Genres": "Comedy" + }, + { + "MovieId": "46578", + "Title": "Little Miss Sunshine (2006)", + "Genres": "Adventure|Comedy|Drama" + }, + { + "MovieId": "46772", + "Title": "Strangers with Candy (2005)", + "Genres": "Comedy" + }, + { + "MovieId": "46865", + "Title": "Little Man (2006)", + "Genres": "Comedy" + }, + { + "MovieId": "46965", + "Title": "Snakes on a Plane (2006)", + "Genres": "Action|Comedy|Horror|Thriller" + }, + { + "MovieId": "46967", + "Title": "Scoop (2006)", + "Genres": "Comedy|Fantasy|Mystery" + }, + { + "MovieId": "46970", + "Title": "Talladega Nights: The Ballad of Ricky Bobby (2006)", + "Genres": "Action|Comedy" + }, + { + "MovieId": "46972", + "Title": "Night at the Museum (2006)", + "Genres": "Action|Comedy|Fantasy|IMAX" + }, + { + "MovieId": "46976", + "Title": "Stranger than Fiction (2006)", + "Genres": "Comedy|Drama|Fantasy|Romance" + }, + { + "MovieId": "47122", + "Title": "John Tucker Must Die (2006)", + "Genres": "Comedy|Romance" + }, + { + "MovieId": "47124", + "Title": "Ant Bully, The (2006)", + "Genres": "Adventure|Animation|Children|Comedy|Fantasy|IMAX" + }, + { + "MovieId": "47384", + "Title": "Zoom (2006)", + "Genres": "Adventure|Comedy|Drama|Fantasy" + }, + { + "MovieId": "47404", + "Title": "Mind Game (2004)", + "Genres": "Adventure|Animation|Comedy|Fantasy|Romance|Sci-Fi" + }, + { + "MovieId": "47491", + "Title": "Adam's Apples (Adams \u00e6bler) (2005)", + "Genres": "Comedy|Drama" + }, + { + "MovieId": "47516", + "Title": "Material Girls (2006)", + "Genres": "Children|Comedy|Drama" + }, + { + "MovieId": "47518", + "Title": "Accepted (2006)", + "Genres": "Comedy" + }, + { + "MovieId": "47538", + "Title": "Crime Busters (1977)", + "Genres": "Action|Adventure|Comedy|Crime" + }, + { + "MovieId": "47640", + "Title": "Beerfest (2006)", + "Genres": "Comedy" + }, + { + "MovieId": "47725", + "Title": "Angel-A (2005)", + "Genres": "Comedy|Drama|Fantasy|Romance" + }, + { + "MovieId": "47736", + "Title": "Chump at Oxford, A (1940)", + "Genres": "Comedy" + }, + { + "MovieId": "47774", + "Title": "Icicle Thief, The (Ladri di saponette) (1989)", + "Genres": "Comedy|Fantasy" + }, + { + "MovieId": "47937", + "Title": "Severance (2006)", + "Genres": "Comedy|Horror|Thriller" + }, + { + "MovieId": "47970", + "Title": "Last Kiss, The (2006)", + "Genres": "Comedy|Drama" + }, + { + "MovieId": "47997", + "Title": "Idiocracy (2006)", + "Genres": "Adventure|Comedy|Sci-Fi|Thriller" + }, + { + "MovieId": "48032", + "Title": "Tiger and the Snow, The (La tigre e la neve) (2005)", + "Genres": "Comedy|Drama|Romance|War" + }, + { + "MovieId": "48045", + "Title": "Fear City: A Family-Style Comedy (La cit\u00e9 de la peur) (1994)", + "Genres": "Comedy" + }, + { + "MovieId": "48082", + "Title": "Science of Sleep, The (La science des r\u00eaves) (2006)", + "Genres": "Comedy|Drama|Fantasy|Romance" + }, + { + "MovieId": "48322", + "Title": "Jackass Number Two (2006)", + "Genres": "Comedy|Documentary" + }, + { + "MovieId": "48342", + "Title": "Conversations with Other Women (2005)", + "Genres": "Comedy|Drama|Romance" + }, + { + "MovieId": "48385", + "Title": "Borat: Cultural Learnings of America for Make Benefit Glorious Nation of Kazakhstan (2006)", + "Genres": "Comedy" + }, + { + "MovieId": "48414", + "Title": "Open Season (2006)", + "Genres": "Adventure|Animation|Children|Comedy|IMAX" + }, + { + "MovieId": "48416", + "Title": "School for Scoundrels (2006)", + "Genres": "Comedy|Crime" + }, + { + "MovieId": "48520", + "Title": "Employee of the Month (2006)", + "Genres": "Comedy" + }, + { + "MovieId": "48560", + "Title": "Running With Scissors (2006)", + "Genres": "Comedy|Drama" + }, + { + "MovieId": "48593", + "Title": "Man of the Year (2006)", + "Genres": "Comedy|Thriller" + }, + { + "MovieId": "48678", + "Title": "Feast (2005)", + "Genres": "Action|Comedy|Horror|Thriller" + }, + { + "MovieId": "48744", + "Title": "Shortbus (2006)", + "Genres": "Comedy|Drama|Romance" + }, + { + "MovieId": "48982", + "Title": "Flushed Away (2006)", + "Genres": "Animation|Comedy" + }, + { + "MovieId": "49013", + "Title": "Santa Clause 3: The Escape Clause, The (2006)", + "Genres": "Comedy|Fantasy" + }, + { + "MovieId": "49110", + "Title": "Mom and Dad Save the World (1992)", + "Genres": "Comedy|Sci-Fi" + }, + { + "MovieId": "49130", + "Title": "Good Year, A (2006)", + "Genres": "Comedy|Drama|Romance" + }, + { + "MovieId": "49220", + "Title": "For Your Consideration (2006)", + "Genres": "Comedy" + }, + { + "MovieId": "49263", + "Title": "Fuck (2005)", + "Genres": "Comedy|Documentary" + }, + { + "MovieId": "49274", + "Title": "Happy Feet (2006)", + "Genres": "Adventure|Animation|Children|Comedy|IMAX" + }, + { + "MovieId": "49276", + "Title": "Let's Go to Prison (2006)", + "Genres": "Comedy" + }, + { + "MovieId": "49284", + "Title": "10 Items or Less (2006)", + "Genres": "Comedy|Drama|Romance" + }, + { + "MovieId": "49286", + "Title": "Holiday, The (2006)", + "Genres": "Comedy|Romance" + }, + { + "MovieId": "49396", + "Title": "Tenacious D in The Pick of Destiny (2006)", + "Genres": "Adventure|Comedy|Musical" + }, + { + "MovieId": "49647", + "Title": "Charlotte's Web (2006)", + "Genres": "Children|Comedy|Drama|Fantasy" + }, + { + "MovieId": "49735", + "Title": "Another Gay Movie (2006)", + "Genres": "Comedy" + }, + { + "MovieId": "49957", + "Title": "History Boys, The (2006)", + "Genres": "Comedy|Drama" + }, + { + "MovieId": "50189", + "Title": "American Pie Presents The Naked Mile (American Pie 5: The Naked Mile) (2006)", + "Genres": "Comedy|Romance" + }, + { + "MovieId": "50354", + "Title": "The Return of Don Camillo (1953)", + "Genres": "Comedy" + }, + { + "MovieId": "50356", + "Title": "The Little World of Don Camillo (1952)", + "Genres": "Comedy" + }, + { + "MovieId": "50610", + "Title": "Beer League (2006)", + "Genres": "Comedy" + }, + { + "MovieId": "50685", + "Title": "Waitress (2007)", + "Genres": "Comedy|Drama|Romance" + }, + { + "MovieId": "50792", + "Title": "Catch and Release (2006)", + "Genres": "Comedy|Drama|Romance" + }, + { + "MovieId": "50798", + "Title": "Epic Movie (2007)", + "Genres": "Adventure|Comedy" + }, + { + "MovieId": "50802", + "Title": "Because I Said So (2007)", + "Genres": "Comedy|Drama|Romance" + }, + { + "MovieId": "50806", + "Title": "Norbit (2007)", + "Genres": "Comedy|Romance" + }, + { + "MovieId": "50842", + "Title": "Boss of It All, The (Direkt\u00f8ren for det hele) (2006)", + "Genres": "Comedy|Drama" + }, + { + "MovieId": "50942", + "Title": "Wake Up, Ron Burgundy (2004)", + "Genres": "Comedy" + }, + { + "MovieId": "50954", + "Title": "It's a Boy Girl Thing (2006)", + "Genres": "Comedy|Romance" + }, + { + "MovieId": "50999", + "Title": "Ugly Duckling and Me!, The (2006)", + "Genres": "Animation|Comedy" + }, + { + "MovieId": "51082", + "Title": "Tyler Perry's Daddy's Little Girls (2007)", + "Genres": "Comedy|Romance" + }, + { + "MovieId": "51084", + "Title": "Music and Lyrics (2007)", + "Genres": "Comedy|Romance" + }, + { + "MovieId": "51088", + "Title": "Reno 911!: Miami (2007)", + "Genres": "Comedy" + }, + { + "MovieId": "51255", + "Title": "Hot Fuzz (2007)", + "Genres": "Action|Comedy|Crime|Mystery" + }, + { + "MovieId": "51498", + "Title": "2001 Maniacs (2005)", + "Genres": "Comedy|Horror" + }, + { + "MovieId": "51545", + "Title": "Pusher III: I'm the Angel of Death (2005)", + "Genres": "Action|Comedy|Drama|Horror|Thriller" + }, + { + "MovieId": "51575", + "Title": "Wild Hogs (2007)", + "Genres": "Adventure|Comedy" + }, + { + "MovieId": "51705", + "Title": "Priceless (Hors de prix) (2006)", + "Genres": "Comedy|Romance" + }, + { + "MovieId": "51709", + "Title": "Host, The (Gwoemul) (2006)", + "Genres": "Comedy|Drama|Horror|Sci-Fi|Thriller" + }, + { + "MovieId": "51903", + "Title": "I Think I Love My Wife (2007)", + "Genres": "Comedy|Drama|Romance" + }, + { + "MovieId": "51939", + "Title": "TMNT (Teenage Mutant Ninja Turtles) (2007)", + "Genres": "Action|Adventure|Animation|Children|Comedy|Fantasy" + }, + { + "MovieId": "52245", + "Title": "Blades of Glory (2007)", + "Genres": "Comedy|Romance" + }, + { + "MovieId": "52279", + "Title": "Are We Done Yet? (2007)", + "Genres": "Comedy" + }, + { + "MovieId": "52287", + "Title": "Meet the Robinsons (2007)", + "Genres": "Action|Adventure|Animation|Children|Comedy|Sci-Fi" + }, + { + "MovieId": "52435", + "Title": "How the Grinch Stole Christmas! (1966)", + "Genres": "Animation|Comedy|Fantasy|Musical" + }, + { + "MovieId": "52462", + "Title": "Aqua Teen Hunger Force Colon Movie Film for Theaters (2007)", + "Genres": "Action|Adventure|Animation|Comedy|Fantasy|Mystery|Sci-Fi" + }, + { + "MovieId": "52668", + "Title": "In the Land of Women (2007)", + "Genres": "Comedy|Drama|Romance" + }, + { + "MovieId": "52694", + "Title": "Mr. Bean's Holiday (2007)", + "Genres": "Comedy" + }, + { + "MovieId": "52715", + "Title": "Kickin It Old Skool (2007)", + "Genres": "Comedy" + }, + { + "MovieId": "52724", + "Title": "Lucky You (2007)", + "Genres": "Comedy|Drama" + }, + { + "MovieId": "52730", + "Title": "It's a Very Merry Muppet Christmas Movie (2002)", + "Genres": "Children|Comedy" + }, + { + "MovieId": "52867", + "Title": "Ex, The (2007)", + "Genres": "Comedy|Romance" + }, + { + "MovieId": "52973", + "Title": "Knocked Up (2007)", + "Genres": "Comedy|Drama|Romance" + }, + { + "MovieId": "52975", + "Title": "Hairspray (2007)", + "Genres": "Comedy|Drama|Musical" + }, + { + "MovieId": "53022", + "Title": "Wheels on Meals (Kuai can che) (1984)", + "Genres": "Action|Comedy|Crime|Romance" + }, + { + "MovieId": "53121", + "Title": "Shrek the Third (2007)", + "Genres": "Adventure|Animation|Children|Comedy|Fantasy" + }, + { + "MovieId": "53125", + "Title": "Pirates of the Caribbean: At World's End (2007)", + "Genres": "Action|Adventure|Comedy|Fantasy" + }, + { + "MovieId": "53140", + "Title": "Librarian: Quest for the Spear, The (2004)", + "Genres": "Action|Adventure|Comedy|Fantasy|Romance" + }, + { + "MovieId": "53161", + "Title": "I'm a Cyborg, But That's OK (Saibogujiman kwenchana) (2006)", + "Genres": "Comedy|Drama|Romance|Sci-Fi" + }, + { + "MovieId": "53318", + "Title": "Cashback (2006)", + "Genres": "Comedy|Drama|Romance" + }, + { + "MovieId": "53355", + "Title": "Sun Alley (Sonnenallee) (1999)", + "Genres": "Comedy|Romance" + }, + { + "MovieId": "53450", + "Title": "Legend of Sleepy Hollow, The (1980)", + "Genres": "Comedy|Fantasy|Horror" + }, + { + "MovieId": "53460", + "Title": "Surf's Up (2007)", + "Genres": "Animation|Children|Comedy" + }, + { + "MovieId": "53468", + "Title": "Fido (2006)", + "Genres": "Comedy|Horror|Thriller" + }, + { + "MovieId": "53574", + "Title": "TV Set, The (2006)", + "Genres": "Comedy|Drama" + }, + { + "MovieId": "53578", + "Title": "Valet, The (La doublure) (2006)", + "Genres": "Comedy" + }, + { + "MovieId": "53808", + "Title": "Bring It On: All or Nothing (2006)", + "Genres": "Comedy" + }, + { + "MovieId": "53956", + "Title": "Death at a Funeral (2007)", + "Genres": "Comedy" + }, + { + "MovieId": "53974", + "Title": "License to Wed (2007)", + "Genres": "Comedy|Romance" + }, + { + "MovieId": "53993", + "Title": "Evan Almighty (2007)", + "Genres": "Comedy|Fantasy" + }, + { + "MovieId": "54004", + "Title": "I Now Pronounce You Chuck and Larry (2007)", + "Genres": "Comedy|Romance" + }, + { + "MovieId": "54256", + "Title": "Hot Rod (2007)", + "Genres": "Comedy" + }, + { + "MovieId": "54259", + "Title": "Stardust (2007)", + "Genres": "Adventure|Comedy|Fantasy|Romance" + }, + { + "MovieId": "54272", + "Title": "Simpsons Movie, The (2007)", + "Genres": "Animation|Comedy" + }, + { + "MovieId": "54276", + "Title": "No Reservations (2007)", + "Genres": "Comedy|Drama|Romance" + }, + { + "MovieId": "54281", + "Title": "Charlie Bartlett (2007)", + "Genres": "Comedy|Drama" + }, + { + "MovieId": "54503", + "Title": "Superbad (2007)", + "Genres": "Comedy" + }, + { + "MovieId": "54617", + "Title": "Brice Man, The (Brice de Nice) (2005)", + "Genres": "Comedy" + }, + { + "MovieId": "54648", + "Title": "Rush Hour 3 (2007)", + "Genres": "Action|Comedy|Crime|Thriller" + }, + { + "MovieId": "54732", + "Title": "Balls of Fury (2007)", + "Genres": "Comedy" + }, + { + "MovieId": "54734", + "Title": "Sydney White (2007)", + "Genres": "Comedy" + }, + { + "MovieId": "54745", + "Title": "Rocket Science (2007)", + "Genres": "Comedy|Drama" + }, + { + "MovieId": "54768", + "Title": "Daddy Day Camp (2007)", + "Genres": "Children|Comedy" + }, + { + "MovieId": "54780", + "Title": "Nanny Diaries, The (2007)", + "Genres": "Comedy|Drama|Romance" + }, + { + "MovieId": "54796", + "Title": "2 Days in Paris (2007)", + "Genres": "Comedy|Drama|Romance" + }, + { + "MovieId": "54908", + "Title": "Taxi 4 (2007)", + "Genres": "Action|Comedy" + }, + { + "MovieId": "54910", + "Title": "Behind the Mask: The Rise of Leslie Vernon (2006)", + "Genres": "Comedy|Horror|Thriller" + }, + { + "MovieId": "54934", + "Title": "Brothers Solomon, The (2007)", + "Genres": "Comedy" + }, + { + "MovieId": "54999", + "Title": "Shoot 'Em Up (2007)", + "Genres": "Action|Comedy|Crime" + }, + { + "MovieId": "55020", + "Title": "Ten, The (2007)", + "Genres": "Comedy" + }, + { + "MovieId": "55112", + "Title": "Shanghai Kiss (2007)", + "Genres": "Comedy|Drama|Romance" + }, + { + "MovieId": "55116", + "Title": "Hunting Party, The (2007)", + "Genres": "Action|Adventure|Comedy|Drama|Thriller" + }, + { + "MovieId": "55190", + "Title": "Love and Other Disasters (2006)", + "Genres": "Comedy|Romance" + }, + { + "MovieId": "55207", + "Title": "Cashback (2004)", + "Genres": "Comedy|Drama" + }, + { + "MovieId": "55241", + "Title": "Mr. Woodcock (2007)", + "Genres": "Comedy" + }, + { + "MovieId": "55245", + "Title": "Good Luck Chuck (2007)", + "Genres": "Comedy|Romance" + }, + { + "MovieId": "55250", + "Title": "Game Plan, The (2007)", + "Genres": "Comedy" + }, + { + "MovieId": "55261", + "Title": "Heartbreak Kid, The (2007)", + "Genres": "Comedy|Drama|Romance" + }, + { + "MovieId": "55267", + "Title": "Dan in Real Life (2007)", + "Genres": "Comedy|Drama|Romance" + }, + { + "MovieId": "55269", + "Title": "Darjeeling Limited, The (2007)", + "Genres": "Adventure|Comedy|Drama" + }, + { + "MovieId": "55280", + "Title": "Lars and the Real Girl (2007)", + "Genres": "Comedy|Drama" + }, + { + "MovieId": "55292", + "Title": "Comebacks, The (2007)", + "Genres": "Comedy" + }, + { + "MovieId": "55294", + "Title": "Weirdsville (2007)", + "Genres": "Comedy|Crime|Drama" + }, + { + "MovieId": "55451", + "Title": "The Jane Austen Book Club (2007)", + "Genres": "Comedy|Drama|Romance" + }, + { + "MovieId": "55553", + "Title": "Black Sheep (2006)", + "Genres": "Comedy|Horror" + }, + { + "MovieId": "55729", + "Title": "King of California (2007)", + "Genres": "Comedy" + }, + { + "MovieId": "55768", + "Title": "Bee Movie (2007)", + "Genres": "Animation|Comedy" + }, + { + "MovieId": "55830", + "Title": "Be Kind Rewind (2008)", + "Genres": "Comedy" + }, + { + "MovieId": "55844", + "Title": "Itty Bitty Titty Committee (2007)", + "Genres": "Comedy|Drama|Romance" + }, + { + "MovieId": "56003", + "Title": "Southland Tales (2006)", + "Genres": "Comedy|Drama|Sci-Fi|Thriller" + }, + { + "MovieId": "56012", + "Title": "Evening with Kevin Smith 2: Evening Harder, An (2006)", + "Genres": "Comedy|Documentary" + }, + { + "MovieId": "56060", + "Title": "I Served the King of England (Obsluhoval jsem anglick\u00e9ho kr\u00e1le) (2006)", + "Genres": "Comedy|Drama|Romance|War" + }, + { + "MovieId": "56152", + "Title": "Enchanted (2007)", + "Genres": "Adventure|Animation|Children|Comedy|Fantasy|Musical|Romance" + }, + { + "MovieId": "56176", + "Title": "Alvin and the Chipmunks (2007)", + "Genres": "Children|Comedy" + }, + { + "MovieId": "56251", + "Title": "Futurama: Bender's Big Score (2007)", + "Genres": "Animation|Comedy|Sci-Fi" + }, + { + "MovieId": "56333", + "Title": "Savages, The (2007)", + "Genres": "Comedy|Drama" + }, + { + "MovieId": "56367", + "Title": "Juno (2007)", + "Genres": "Comedy|Drama|Romance" + }, + { + "MovieId": "56587", + "Title": "Bucket List, The (2007)", + "Genres": "Comedy|Drama" + }, + { + "MovieId": "56788", + "Title": "Charlie Wilson's War (2007)", + "Genres": "Comedy|Drama|War" + }, + { + "MovieId": "56805", + "Title": "Walk Hard: The Dewey Cox Story (2007)", + "Genres": "Comedy|Musical" + }, + { + "MovieId": "56837", + "Title": "As You Like It (2006)", + "Genres": "Comedy|Drama|Romance" + }, + { + "MovieId": "56869", + "Title": "Drained (O cheiro do Ralo) (2006)", + "Genres": "Comedy" + }, + { + "MovieId": "56908", + "Title": "Dedication (2007)", + "Genres": "Comedy|Drama|Romance" + }, + { + "MovieId": "56941", + "Title": "P.S. I Love You (2007)", + "Genres": "Comedy|Drama|Romance" + }, + { + "MovieId": "56949", + "Title": "27 Dresses (2008)", + "Genres": "Comedy|Romance" + }, + { + "MovieId": "57243", + "Title": "Band's Visit, The (Bikur Ha-Tizmoret) (2007)", + "Genres": "Comedy|Drama" + }, + { + "MovieId": "57421", + "Title": "Hatchet (2006)", + "Genres": "Comedy|Horror" + }, + { + "MovieId": "57504", + "Title": "Girl Who Leapt Through Time, The (Toki o kakeru sh\u00f4jo) (2006)", + "Genres": "Animation|Comedy|Drama|Romance|Sci-Fi" + }, + { + "MovieId": "57522", + "Title": "First Sunday (2008)", + "Genres": "Comedy|Crime" + }, + { + "MovieId": "57532", + "Title": "Meet the Spartans (2008)", + "Genres": "Comedy" + }, + { + "MovieId": "57536", + "Title": "Strange Wilderness (2008)", + "Genres": "Comedy" + }, + { + "MovieId": "57669", + "Title": "In Bruges (2008)", + "Genres": "Comedy|Crime|Drama|Thriller" + }, + { + "MovieId": "57910", + "Title": "Teeth (2007)", + "Genres": "Comedy|Horror" + }, + { + "MovieId": "57951", + "Title": "Fool's Gold (2008)", + "Genres": "Action|Adventure|Comedy|Romance" + }, + { + "MovieId": "58047", + "Title": "Definitely, Maybe (2008)", + "Genres": "Comedy|Drama|Romance" + }, + { + "MovieId": "58156", + "Title": "Semi-Pro (2008)", + "Genres": "Comedy" + }, + { + "MovieId": "58162", + "Title": "Run Fatboy Run (2007)", + "Genres": "Comedy|Romance" + }, + { + "MovieId": "58291", + "Title": "College Road Trip (2008)", + "Genres": "Comedy" + }, + { + "MovieId": "58299", + "Title": "Horton Hears a Who! (2008)", + "Genres": "Adventure|Animation|Children|Comedy" + }, + { + "MovieId": "58315", + "Title": "Love Guru, The (2008)", + "Genres": "Comedy" + }, + { + "MovieId": "58347", + "Title": "Penelope (2006)", + "Genres": "Comedy|Fantasy|Romance" + }, + { + "MovieId": "58655", + "Title": "Drillbit Taylor (2008)", + "Genres": "Comedy" + }, + { + "MovieId": "58806", + "Title": "Smart People (2008)", + "Genres": "Comedy|Drama|Romance" + }, + { + "MovieId": "58839", + "Title": "Leatherheads (2008)", + "Genres": "Comedy|Drama|Romance" + }, + { + "MovieId": "58870", + "Title": "Zebraman (2004)", + "Genres": "Comedy" + }, + { + "MovieId": "58972", + "Title": "Nim's Island (2008)", + "Genres": "Adventure|Comedy|Fantasy" + }, + { + "MovieId": "58998", + "Title": "Forgetting Sarah Marshall (2008)", + "Genres": "Comedy|Romance" + }, + { + "MovieId": "59014", + "Title": "Superhero Movie (2008)", + "Genres": "Action|Comedy|Sci-Fi" + }, + { + "MovieId": "59022", + "Title": "Harold & Kumar Escape from Guantanamo Bay (2008)", + "Genres": "Adventure|Comedy" + }, + { + "MovieId": "59026", + "Title": "99 francs (2007)", + "Genres": "Comedy" + }, + { + "MovieId": "59103", + "Title": "Forbidden Kingdom, The (2008)", + "Genres": "Action|Adventure|Comedy|Fantasy" + }, + { + "MovieId": "59118", + "Title": "Happy-Go-Lucky (2008)", + "Genres": "Comedy|Drama" + }, + { + "MovieId": "59126", + "Title": "Religulous (2008)", + "Genres": "Comedy|Documentary" + }, + { + "MovieId": "59141", + "Title": "Son of Rambow (2007)", + "Genres": "Children|Comedy|Drama" + }, + { + "MovieId": "59143", + "Title": "Super High Me (2007)", + "Genres": "Comedy|Documentary" + }, + { + "MovieId": "59220", + "Title": "Outsourced (2006)", + "Genres": "Comedy|Romance" + }, + { + "MovieId": "59258", + "Title": "Baby Mama (2008)", + "Genres": "Comedy" + }, + { + "MovieId": "59333", + "Title": "Made of Honor (2008)", + "Genres": "Comedy|Romance" + }, + { + "MovieId": "59421", + "Title": "What Happens in Vegas... (2008)", + "Genres": "Comedy|Romance" + }, + { + "MovieId": "59429", + "Title": "American Pie Presents Beta House (American Pie 6: Beta House) (2007)", + "Genres": "Comedy" + }, + { + "MovieId": "59615", + "Title": "Indiana Jones and the Kingdom of the Crystal Skull (2008)", + "Genres": "Action|Adventure|Comedy|Sci-Fi" + }, + { + "MovieId": "59667", + "Title": "Nina's Heavenly Delights (2006)", + "Genres": "Comedy" + }, + { + "MovieId": "59725", + "Title": "Sex and the City (2008)", + "Genres": "Comedy|Romance" + }, + { + "MovieId": "59784", + "Title": "Kung Fu Panda (2008)", + "Genres": "Action|Animation|Children|Comedy|IMAX" + }, + { + "MovieId": "59814", + "Title": "Ex Drummer (2007)", + "Genres": "Comedy|Crime|Drama|Horror" + }, + { + "MovieId": "59900", + "Title": "You Don't Mess with the Zohan (2008)", + "Genres": "Comedy" + }, + { + "MovieId": "59947", + "Title": "Protector, The (1985)", + "Genres": "Action|Comedy|Drama|Thriller" + }, + { + "MovieId": "59985", + "Title": "Chaos Theory (2007)", + "Genres": "Comedy|Drama|Romance" + }, + { + "MovieId": "60074", + "Title": "Hancock (2008)", + "Genres": "Action|Adventure|Comedy|Crime|Fantasy" + }, + { + "MovieId": "60126", + "Title": "Get Smart (2008)", + "Genres": "Action|Comedy" + }, + { + "MovieId": "60128", + "Title": "Young People Fucking (a.k.a. YPF) (2007)", + "Genres": "Comedy" + }, + { + "MovieId": "60141", + "Title": "St. Trinian's (2007)", + "Genres": "Children|Comedy" + }, + { + "MovieId": "60161", + "Title": "Futurama: The Beast with a Billion Backs (2008)", + "Genres": "Action|Animation|Comedy|Romance|Sci-Fi" + }, + { + "MovieId": "60289", + "Title": "Kit Kittredge: An American Girl (2008)", + "Genres": "Children|Comedy|Drama|Mystery" + }, + { + "MovieId": "60293", + "Title": "Wackness, The (2008)", + "Genres": "Comedy|Drama|Romance" + }, + { + "MovieId": "60363", + "Title": "Zombie Strippers! (2008)", + "Genres": "Comedy|Horror" + }, + { + "MovieId": "60365", + "Title": "Frosty the Snowman (1969)", + "Genres": "Animation|Children|Comedy|Fantasy|Musical" + }, + { + "MovieId": "60397", + "Title": "Mamma Mia! (2008)", + "Genres": "Comedy|Musical|Romance" + }, + { + "MovieId": "60408", + "Title": "Welcome to the Sticks (Bienvenue chez les Ch'tis) (2008)", + "Genres": "Comedy" + }, + { + "MovieId": "60487", + "Title": "It's the Great Pumpkin, Charlie Brown (1966)", + "Genres": "Animation|Children|Comedy" + }, + { + "MovieId": "60516", + "Title": "Meet Dave (2008)", + "Genres": "Adventure|Children|Comedy|Romance|Sci-Fi" + }, + { + "MovieId": "60522", + "Title": "Machine Girl, The (Kataude mashin g\u00e2ru) (2008)", + "Genres": "Action|Comedy|Fantasy|Horror|Thriller" + }, + { + "MovieId": "60737", + "Title": "Watching the Detectives (2007)", + "Genres": "Comedy|Romance" + }, + { + "MovieId": "60756", + "Title": "Step Brothers (2008)", + "Genres": "Comedy" + }, + { + "MovieId": "60904", + "Title": "Heart of a Dog (Sobachye serdtse) (1988)", + "Genres": "Comedy|Drama|Sci-Fi" + }, + { + "MovieId": "60950", + "Title": "Vicky Cristina Barcelona (2008)", + "Genres": "Comedy|Drama|Romance" + }, + { + "MovieId": "61024", + "Title": "Pineapple Express (2008)", + "Genres": "Action|Comedy|Crime" + }, + { + "MovieId": "61071", + "Title": "Sisterhood of the Traveling Pants 2, The (2008)", + "Genres": "Adventure|Comedy|Drama|Romance" + }, + { + "MovieId": "61123", + "Title": "High School Musical 2 (2007)", + "Genres": "Comedy|Drama|Musical|Romance" + }, + { + "MovieId": "61132", + "Title": "Tropic Thunder (2008)", + "Genres": "Action|Adventure|Comedy|War" + }, + { + "MovieId": "61246", + "Title": "Hamlet 2 (2008)", + "Genres": "Comedy" + }, + { + "MovieId": "61250", + "Title": "House Bunny, The (2008)", + "Genres": "Comedy" + }, + { + "MovieId": "61255", + "Title": "Rocker, The (2008)", + "Genres": "Comedy" + }, + { + "MovieId": "61323", + "Title": "Burn After Reading (2008)", + "Genres": "Comedy|Crime|Drama" + }, + { + "MovieId": "61348", + "Title": "Disaster Movie (2008)", + "Genres": "Comedy" + }, + { + "MovieId": "61394", + "Title": "Onion Movie, The (2008)", + "Genres": "Comedy" + }, + { + "MovieId": "61401", + "Title": "Spirit, The (2008)", + "Genres": "Action|Comedy|Fantasy|Thriller" + }, + { + "MovieId": "61729", + "Title": "Ghost Town (2008)", + "Genres": "Comedy|Fantasy|Romance" + }, + { + "MovieId": "62008", + "Title": "Dead Fury (2008)", + "Genres": "Action|Animation|Comedy|Horror" + }, + { + "MovieId": "62113", + "Title": "How to Lose Friends & Alienate People (2008)", + "Genres": "Comedy" + }, + { + "MovieId": "62155", + "Title": "Nick and Norah's Infinite Playlist (2008)", + "Genres": "Comedy|Drama|Romance" + }, + { + "MovieId": "62336", + "Title": "FLCL (2000)", + "Genres": "Animation|Comedy|Fantasy|Sci-Fi" + }, + { + "MovieId": "62434", + "Title": "Zack and Miri Make a Porno (2008)", + "Genres": "Comedy|Drama|Romance" + }, + { + "MovieId": "62439", + "Title": "My Best Friend's Girl (2008)", + "Genres": "Comedy|Romance" + }, + { + "MovieId": "62511", + "Title": "Synecdoche, New York (2008)", + "Genres": "Comedy|Drama" + }, + { + "MovieId": "62586", + "Title": "American Carol, An (2008)", + "Genres": "Comedy|Fantasy" + }, + { + "MovieId": "62718", + "Title": "Angus, Thongs and Perfect Snogging (2008)", + "Genres": "Comedy|Romance" + }, + { + "MovieId": "62956", + "Title": "Futurama: Bender's Game (2008)", + "Genres": "Action|Adventure|Animation|Comedy|Fantasy|Sci-Fi" + }, + { + "MovieId": "62999", + "Title": "Madagascar: Escape 2 Africa (2008)", + "Genres": "Action|Adventure|Animation|Children|Comedy|IMAX" + }, + { + "MovieId": "63131", + "Title": "Role Models (2008)", + "Genres": "Comedy" + }, + { + "MovieId": "63393", + "Title": "Camp Rock (2008)", + "Genres": "Comedy|Musical|Romance" + }, + { + "MovieId": "63479", + "Title": "Sex Drive (2008)", + "Genres": "Comedy" + }, + { + "MovieId": "63540", + "Title": "Beverly Hills Chihuahua (2008)", + "Genres": "Adventure|Children|Comedy" + }, + { + "MovieId": "63859", + "Title": "Bolt (2008)", + "Genres": "Action|Adventure|Animation|Children|Comedy" + }, + { + "MovieId": "64032", + "Title": "Four Christmases (2008)", + "Genres": "Comedy" + }, + { + "MovieId": "64116", + "Title": "Igor (2008)", + "Genres": "Animation|Comedy" + }, + { + "MovieId": "64249", + "Title": "Shrek the Halls (2007)", + "Genres": "Adventure|Animation|Comedy|Fantasy" + }, + { + "MovieId": "64285", + "Title": "Wallace and Gromit in 'A Matter of Loaf and Death' (2008)", + "Genres": "Animation|Comedy" + }, + { + "MovieId": "64969", + "Title": "Yes Man (2008)", + "Genres": "Comedy" + }, + { + "MovieId": "65088", + "Title": "Bedtime Stories (2008)", + "Genres": "Adventure|Children|Comedy" + }, + { + "MovieId": "65126", + "Title": "Choke (2008)", + "Genres": "Comedy|Drama" + }, + { + "MovieId": "65133", + "Title": "Blackadder Back & Forth (1999)", + "Genres": "Comedy" + }, + { + "MovieId": "65135", + "Title": "Blackadder's Christmas Carol (1988)", + "Genres": "Comedy" + }, + { + "MovieId": "65230", + "Title": "Marley & Me (2008)", + "Genres": "Comedy|Drama" + }, + { + "MovieId": "65577", + "Title": "Tale of Despereaux, The (2008)", + "Genres": "Adventure|Animation|Children|Comedy|Fantasy" + }, + { + "MovieId": "65585", + "Title": "Bride Wars (2009)", + "Genres": "Comedy|Romance" + }, + { + "MovieId": "65588", + "Title": "Gamers, The: Dorkness Rising (2008)", + "Genres": "Action|Adventure|Comedy|Fantasy" + }, + { + "MovieId": "65738", + "Title": "Revenge of the Nerds III: The Next Generation (1992)", + "Genres": "Comedy" + }, + { + "MovieId": "65740", + "Title": "Revenge of the Nerds IV: Nerds in Love (1994)", + "Genres": "Comedy|Romance" + }, + { + "MovieId": "65802", + "Title": "Paul Blart: Mall Cop (2009)", + "Genres": "Action|Comedy|Crime" + }, + { + "MovieId": "66203", + "Title": "He's Just Not That Into You (2009)", + "Genres": "Comedy|Drama|Romance" + }, + { + "MovieId": "66240", + "Title": "Dead Like Me: Life After Death (2009)", + "Genres": "Comedy|Fantasy" + }, + { + "MovieId": "66297", + "Title": "Futurama: Into the Wild Green Yonder (2009)", + "Genres": "Action|Animation|Comedy|Sci-Fi" + }, + { + "MovieId": "66427", + "Title": "My Name Is Bruce (2007)", + "Genres": "Comedy|Horror" + }, + { + "MovieId": "66509", + "Title": "Funny People (2009)", + "Genres": "Comedy|Drama" + }, + { + "MovieId": "66511", + "Title": "Berlin Calling (2008)", + "Genres": "Comedy|Drama" + }, + { + "MovieId": "66665", + "Title": "Away We Go (2009)", + "Genres": "Comedy|Drama|Romance" + }, + { + "MovieId": "66785", + "Title": "Good, the Bad, the Weird, The (Joheunnom nabbeunnom isanghannom) (2008)", + "Genres": "Action|Adventure|Comedy|Western" + }, + { + "MovieId": "66798", + "Title": "Pink Panther 2, The (2009)", + "Genres": "Adventure|Comedy|Mystery" + }, + { + "MovieId": "66934", + "Title": "Dr. Horrible's Sing-Along Blog (2008)", + "Genres": "Comedy|Drama|Musical|Sci-Fi" + }, + { + "MovieId": "66943", + "Title": "Cottage, The (2008)", + "Genres": "Comedy|Crime|Horror|Thriller" + }, + { + "MovieId": "67087", + "Title": "I Love You, Man (2009)", + "Genres": "Comedy" + }, + { + "MovieId": "67168", + "Title": "Dance of the Dead (2008)", + "Genres": "Adventure|Comedy|Horror" + }, + { + "MovieId": "67267", + "Title": "Sunshine Cleaning (2008)", + "Genres": "Comedy|Drama" + }, + { + "MovieId": "67295", + "Title": "Kung Fu Panda: Secrets of the Furious Five (2008)", + "Genres": "Action|Animation|Children|Comedy" + }, + { + "MovieId": "67534", + "Title": "Big Stan (2007)", + "Genres": "Comedy" + }, + { + "MovieId": "67618", + "Title": "Strictly Sexual (2008)", + "Genres": "Comedy|Drama|Romance" + }, + { + "MovieId": "67695", + "Title": "Observe and Report (2009)", + "Genres": "Action|Comedy" + }, + { + "MovieId": "67734", + "Title": "Adventureland (2009)", + "Genres": "Comedy|Drama" + }, + { + "MovieId": "67788", + "Title": "Confessions of a Shopaholic (2009)", + "Genres": "Comedy|Romance" + }, + { + "MovieId": "67888", + "Title": "Man on the Flying Trapeze (1935)", + "Genres": "Comedy" + }, + { + "MovieId": "67997", + "Title": "In the Loop (2009)", + "Genres": "Comedy" + }, + { + "MovieId": "68073", + "Title": "Pirate Radio (2009)", + "Genres": "Comedy|Drama" + }, + { + "MovieId": "68135", + "Title": "17 Again (2009)", + "Genres": "Comedy|Drama" + }, + { + "MovieId": "68205", + "Title": "Crank: High Voltage (2009)", + "Genres": "Action|Comedy|Crime" + }, + { + "MovieId": "68444", + "Title": "Great Buck Howard, The (2008)", + "Genres": "Comedy" + }, + { + "MovieId": "68480", + "Title": "Flatfoot on the Nile (Piedone d'Egitto) (1980)", + "Genres": "Action|Comedy|Crime" + }, + { + "MovieId": "68600", + "Title": "Balls Out: Gary the Tennis Coach (2009)", + "Genres": "Comedy" + }, + { + "MovieId": "68659", + "Title": "Fanboys (2009)", + "Genres": "Adventure|Comedy|Drama" + }, + { + "MovieId": "68793", + "Title": "Night at the Museum: Battle of the Smithsonian (2009)", + "Genres": "Action|Comedy|IMAX" + }, + { + "MovieId": "68848", + "Title": "Brothers Bloom, The (2008)", + "Genres": "Adventure|Comedy|Crime|Romance" + }, + { + "MovieId": "68886", + "Title": "I Do: How to Get Married and Stay Single (Pr\u00eate-moi ta main) (2006)", + "Genres": "Comedy|Romance" + }, + { + "MovieId": "68952", + "Title": "Drag Me to Hell (2009)", + "Genres": "Comedy|Horror" + }, + { + "MovieId": "69069", + "Title": "Fired Up (2009)", + "Genres": "Comedy" + }, + { + "MovieId": "69122", + "Title": "Hangover, The (2009)", + "Genres": "Comedy|Crime" + }, + { + "MovieId": "69211", + "Title": "Boy Eats Girl (2005)", + "Genres": "Comedy|Horror" + }, + { + "MovieId": "69224", + "Title": "Marius and Jeanette (Marius et Jeannette) (1997)", + "Genres": "Comedy|Drama|Romance" + }, + { + "MovieId": "69227", + "Title": "Ernest Rides Again (1993)", + "Genres": "Children|Comedy" + }, + { + "MovieId": "69275", + "Title": "Dead Snow (D\u00f8d sn\u00f8) (2009)", + "Genres": "Action|Adventure|Comedy|Horror" + }, + { + "MovieId": "69278", + "Title": "Land of the Lost (2009)", + "Genres": "Action|Adventure|Comedy|Sci-Fi" + }, + { + "MovieId": "69304", + "Title": "Imagine That (2009)", + "Genres": "Comedy|Drama|Fantasy" + }, + { + "MovieId": "69406", + "Title": "Proposal, The (2009)", + "Genres": "Comedy|Romance" + }, + { + "MovieId": "69436", + "Title": "Year One (2009)", + "Genres": "Adventure|Comedy" + }, + { + "MovieId": "69604", + "Title": "Whatever Works (2009)", + "Genres": "Comedy|Romance" + }, + { + "MovieId": "69606", + "Title": "Ghosts of Girlfriends Past (2009)", + "Genres": "Comedy|Fantasy|Romance" + }, + { + "MovieId": "69644", + "Title": "Ice Age: Dawn of the Dinosaurs (2009)", + "Genres": "Action|Adventure|Animation|Children|Comedy|Romance" + }, + { + "MovieId": "69685", + "Title": "Daria: Is It College Yet? (2002)", + "Genres": "Animation|Comedy" + }, + { + "MovieId": "69720", + "Title": "Hood of Horror (2006)", + "Genres": "Comedy|Drama|Horror" + }, + { + "MovieId": "69757", + "Title": "(500) Days of Summer (2009)", + "Genres": "Comedy|Drama|Romance" + }, + { + "MovieId": "69784", + "Title": "Br\u00fcno (Bruno) (2009)", + "Genres": "Comedy" + }, + { + "MovieId": "69988", + "Title": "Humpday (2009)", + "Genres": "Comedy" + }, + { + "MovieId": "70183", + "Title": "Ugly Truth, The (2009)", + "Genres": "Comedy|Drama|Romance" + }, + { + "MovieId": "70293", + "Title": "Julie & Julia (2009)", + "Genres": "Comedy|Drama|Romance" + }, + { + "MovieId": "70334", + "Title": "Hannah Montana: The Movie (2009)", + "Genres": "Comedy|Drama|Musical|Romance" + }, + { + "MovieId": "70545", + "Title": "Deal, The (2008)", + "Genres": "Comedy" + }, + { + "MovieId": "70565", + "Title": "Goods: Live Hard, Sell Hard, The (2009)", + "Genres": "Comedy" + }, + { + "MovieId": "70641", + "Title": "Miss March (2009)", + "Genres": "Comedy" + }, + { + "MovieId": "70663", + "Title": "I Love You, Beth Cooper (2009)", + "Genres": "Comedy|Romance" + }, + { + "MovieId": "70687", + "Title": "Paper Heart (2009)", + "Genres": "Comedy|Documentary|Drama|Romance" + }, + { + "MovieId": "70728", + "Title": "Bronson (2009)", + "Genres": "Action|Comedy|Drama|Thriller" + }, + { + "MovieId": "70932", + "Title": "My Life in Ruins (2009)", + "Genres": "Comedy" + }, + { + "MovieId": "70984", + "Title": "Taking Woodstock (2009)", + "Genres": "Comedy" + }, + { + "MovieId": "71106", + "Title": "Frequently Asked Questions About Time Travel (2009)", + "Genres": "Comedy|Sci-Fi" + }, + { + "MovieId": "71156", + "Title": "Men Who Stare at Goats, The (2009)", + "Genres": "Action|Comedy|Drama" + }, + { + "MovieId": "71205", + "Title": "Jennifer's Body (2009)", + "Genres": "Comedy|Horror|Sci-Fi|Thriller" + }, + { + "MovieId": "71211", + "Title": "Informant!, The (2009)", + "Genres": "Comedy|Crime|Drama|Thriller" + }, + { + "MovieId": "71248", + "Title": "Extract (2009)", + "Genres": "Comedy" + }, + { + "MovieId": "71268", + "Title": "Tyler Perry's I Can Do Bad All by Myself (2009)", + "Genres": "Comedy|Drama" + }, + { + "MovieId": "71302", + "Title": "Attack of the 50 Foot Woman (1958)", + "Genres": "Comedy|Sci-Fi" + }, + { + "MovieId": "71429", + "Title": "World's Greatest Dad (2009)", + "Genres": "Comedy|Drama" + }, + { + "MovieId": "71464", + "Title": "Serious Man, A (2009)", + "Genres": "Comedy|Drama" + }, + { + "MovieId": "71466", + "Title": "City Island (2009)", + "Genres": "Comedy|Drama" + }, + { + "MovieId": "71494", + "Title": "Haunted World of El Superbeasto, The (2009)", + "Genres": "Action|Animation|Comedy|Horror|Thriller" + }, + { + "MovieId": "71500", + "Title": "Trick 'r Treat (2007)", + "Genres": "Comedy|Horror|Thriller" + }, + { + "MovieId": "71518", + "Title": "Whip It (2009)", + "Genres": "Comedy|Drama" + }, + { + "MovieId": "71520", + "Title": "Invention of Lying, The (2009)", + "Genres": "Comedy" + }, + { + "MovieId": "71535", + "Title": "Zombieland (2009)", + "Genres": "Action|Comedy|Horror" + }, + { + "MovieId": "71550", + "Title": "Assassination of a High School President (2008)", + "Genres": "Comedy|Drama|Mystery" + }, + { + "MovieId": "71668", + "Title": "Couples Retreat (2009)", + "Genres": "Comedy|Romance" + }, + { + "MovieId": "71732", + "Title": "I Sell the Dead (2008)", + "Genres": "Comedy|Horror" + }, + { + "MovieId": "71899", + "Title": "Mary and Max (2009)", + "Genres": "Animation|Comedy|Drama" + }, + { + "MovieId": "71970", + "Title": "Princess and the Pirate, The (1944)", + "Genres": "Adventure|Comedy|Romance" + }, + { + "MovieId": "72142", + "Title": "Love Exposure (Ai No Mukidashi) (2008)", + "Genres": "Action|Comedy|Drama|Romance" + }, + { + "MovieId": "72165", + "Title": "Cirque du Freak: The Vampire's Assistant (2009)", + "Genres": "Action|Adventure|Comedy|Fantasy|Horror|Thriller" + }, + { + "MovieId": "72171", + "Title": "Black Dynamite (2009)", + "Genres": "Action|Comedy" + }, + { + "MovieId": "72178", + "Title": "Welcome to Dongmakgol (2005)", + "Genres": "Comedy|Drama|War" + }, + { + "MovieId": "72224", + "Title": "Gentlemen Broncos (2009)", + "Genres": "Comedy" + }, + { + "MovieId": "72226", + "Title": "Fantastic Mr. Fox (2009)", + "Genres": "Adventure|Animation|Children|Comedy|Crime" + }, + { + "MovieId": "72356", + "Title": "Partly Cloudy (2009)", + "Genres": "Animation|Children|Comedy|Fantasy" + }, + { + "MovieId": "72601", + "Title": "Teenage Mutant Ninja Turtles: Turtles Forever (2009)", + "Genres": "Action|Adventure|Animation|Comedy|Thriller" + }, + { + "MovieId": "72692", + "Title": "Mickey's Once Upon a Christmas (1999)", + "Genres": "Animation|Comedy|Fantasy" + }, + { + "MovieId": "72696", + "Title": "Old Dogs (2009)", + "Genres": "Comedy" + }, + { + "MovieId": "72701", + "Title": "Planet 51 (2009)", + "Genres": "Adventure|Animation|Children|Comedy|Sci-Fi" + }, + { + "MovieId": "72919", + "Title": "Did You Hear About the Morgans? (2009)", + "Genres": "Comedy|Crime|Drama|Romance" + }, + { + "MovieId": "73015", + "Title": "It's Complicated (2009)", + "Genres": "Comedy|Romance" + }, + { + "MovieId": "73042", + "Title": "Alvin and the Chipmunks: The Squeakquel (2009)", + "Genres": "Animation|Children|Comedy|Musical" + }, + { + "MovieId": "73106", + "Title": "American Pie Presents: The Book of Love (American Pie 7: The Book of Love) (2009)", + "Genres": "Comedy" + }, + { + "MovieId": "73160", + "Title": "Sorority Babes in the Slimeball Bowl-O-Rama (1988)", + "Genres": "Comedy|Horror" + }, + { + "MovieId": "73266", + "Title": "Youth in Revolt (2009)", + "Genres": "Comedy|Drama|Romance" + }, + { + "MovieId": "73319", + "Title": "Leap Year (2010)", + "Genres": "Comedy|Romance" + }, + { + "MovieId": "73431", + "Title": "Maiden Heist, The (2009)", + "Genres": "Comedy|Crime" + }, + { + "MovieId": "73501", + "Title": "Pekka ja P\u00e4tk\u00e4 Suezilla (1958)", + "Genres": "Comedy" + }, + { + "MovieId": "73515", + "Title": "Bart Got a Room (2008)", + "Genres": "Comedy|Romance" + }, + { + "MovieId": "73569", + "Title": "Project A 2 ('A' gai wak juk jap) (1987)", + "Genres": "Action|Comedy|Crime" + }, + { + "MovieId": "73676", + "Title": "Robin-B-Hood (Bo bui gai wak) (2006)", + "Genres": "Action|Comedy|Drama" + }, + { + "MovieId": "73681", + "Title": "Concert, Le (2009)", + "Genres": "Comedy|Drama" + }, + { + "MovieId": "73804", + "Title": "Asterix at the Olympic Games (Ast\u00e9rix aux jeux olympiques) (2008)", + "Genres": "Adventure|Children|Comedy|Fantasy" + }, + { + "MovieId": "73822", + "Title": "Meantime (1984)", + "Genres": "Comedy|Drama" + }, + { + "MovieId": "73858", + "Title": "Dennis the Menace Christmas, A (2007)", + "Genres": "Comedy" + }, + { + "MovieId": "73881", + "Title": "3 Idiots (2009)", + "Genres": "Comedy|Drama|Romance" + }, + { + "MovieId": "74075", + "Title": "Stan Helsing (2009)", + "Genres": "Comedy|Horror" + }, + { + "MovieId": "74154", + "Title": "When in Rome (2010)", + "Genres": "Comedy|Romance" + }, + { + "MovieId": "74275", + "Title": "I Love You Phillip Morris (2009)", + "Genres": "Comedy|Drama|Romance" + }, + { + "MovieId": "74342", + "Title": "Captain Newman, M.D. (1963)", + "Genres": "Comedy|Drama|War" + }, + { + "MovieId": "74450", + "Title": "Valentine's Day (2010)", + "Genres": "Comedy|Romance" + }, + { + "MovieId": "74532", + "Title": "Cop Out (2010)", + "Genres": "Action|Comedy|Crime" + }, + { + "MovieId": "74580", + "Title": "Spy Next Door, The (2010)", + "Genres": "Action|Children|Comedy" + }, + { + "MovieId": "74647", + "Title": "Motherhood (2009)", + "Genres": "Comedy" + }, + { + "MovieId": "74683", + "Title": "Mike Bassett: England Manager (2001)", + "Genres": "Comedy" + }, + { + "MovieId": "74698", + "Title": "Tooth Fairy (2010)", + "Genres": "Comedy|Fantasy" + }, + { + "MovieId": "74727", + "Title": "Gentlemen of Fortune (Dzhentlmeny udachi) (1972)", + "Genres": "Comedy|Crime|Drama|Mystery" + }, + { + "MovieId": "74754", + "Title": "Room, The (2003)", + "Genres": "Comedy|Drama|Romance" + }, + { + "MovieId": "74916", + "Title": "Greenberg (2010)", + "Genres": "Comedy|Drama" + }, + { + "MovieId": "74946", + "Title": "She's Out of My League (2010)", + "Genres": "Comedy" + }, + { + "MovieId": "75803", + "Title": "Our Family Wedding (2010)", + "Genres": "Comedy" + }, + { + "MovieId": "75805", + "Title": "Bounty Hunter, The (2010)", + "Genres": "Action|Comedy|Romance" + }, + { + "MovieId": "75813", + "Title": "Leaves of Grass (2009)", + "Genres": "Comedy|Crime|Drama|Thriller" + }, + { + "MovieId": "75816", + "Title": "Women in Trouble (2009)", + "Genres": "Comedy" + }, + { + "MovieId": "76060", + "Title": "Slammin' Salmon, The (2009)", + "Genres": "Comedy" + }, + { + "MovieId": "76077", + "Title": "Hot Tub Time Machine (2010)", + "Genres": "Comedy|Sci-Fi" + }, + { + "MovieId": "76173", + "Title": "Micmacs (Micmacs \u00e0 tire-larigot) (2009)", + "Genres": "Comedy|Crime" + }, + { + "MovieId": "76251", + "Title": "Kick-Ass (2010)", + "Genres": "Action|Comedy" + }, + { + "MovieId": "76293", + "Title": "Date Night (2010)", + "Genres": "Action|Comedy|Romance" + }, + { + "MovieId": "76301", + "Title": "Emperor's New Groove 2: Kronk's New Groove, The (2005)", + "Genres": "Animation|Children|Comedy|Romance" + }, + { + "MovieId": "76743", + "Title": "Mortadelo & Filemon: The Big Adventure (La gran aventura de Mortadelo y Filem\u00f3n) (2003)", + "Genres": "Action|Adventure|Comedy" + }, + { + "MovieId": "77191", + "Title": "Death at a Funeral (2010)", + "Genres": "Comedy" + }, + { + "MovieId": "77206", + "Title": "Diary of a Wimpy Kid (2010)", + "Genres": "Children|Comedy" + }, + { + "MovieId": "77233", + "Title": "Union: The Business Behind Getting High, The (2007)", + "Genres": "Comedy|Documentary" + }, + { + "MovieId": "77421", + "Title": "Cyrus (2010)", + "Genres": "Comedy|Drama|Romance" + }, + { + "MovieId": "77455", + "Title": "Exit Through the Gift Shop (2010)", + "Genres": "Comedy|Documentary" + }, + { + "MovieId": "77667", + "Title": "MacGruber (2010)", + "Genres": "Action|Comedy" + }, + { + "MovieId": "77688", + "Title": "Three Men and a Cradle (3 hommes et un couffin) (1985)", + "Genres": "Comedy" + }, + { + "MovieId": "77800", + "Title": "Four Lions (2010)", + "Genres": "Comedy|Drama" + }, + { + "MovieId": "77841", + "Title": "St Trinian's 2: The Legend of Fritton's Gold (2009)", + "Genres": "Adventure|Comedy" + }, + { + "MovieId": "77931", + "Title": "Stingray Sam (2009)", + "Genres": "Comedy|Musical|Sci-Fi|Western" + }, + { + "MovieId": "78034", + "Title": "Cemetery Junction (2010)", + "Genres": "Comedy|Drama|Romance" + }, + { + "MovieId": "78041", + "Title": "Killers (2010)", + "Genres": "Action|Comedy" + }, + { + "MovieId": "78116", + "Title": "Please Give (2010)", + "Genres": "Comedy|Drama" + }, + { + "MovieId": "78142", + "Title": "Baar\u00eca (2009)", + "Genres": "Comedy|Drama|War" + }, + { + "MovieId": "78160", + "Title": "Ricky Gervais Live: Animals (2003)", + "Genres": "Comedy" + }, + { + "MovieId": "78174", + "Title": "Sex and the City 2 (2010)", + "Genres": "Comedy|Drama|Romance" + }, + { + "MovieId": "78209", + "Title": "Get Him to the Greek (2010)", + "Genres": "Comedy" + }, + { + "MovieId": "78264", + "Title": "Back-up Plan, The (2010)", + "Genres": "Comedy|Romance" + }, + { + "MovieId": "78469", + "Title": "A-Team, The (2010)", + "Genres": "Action|Comedy|Thriller" + }, + { + "MovieId": "78499", + "Title": "Toy Story 3 (2010)", + "Genres": "Adventure|Animation|Children|Comedy|Fantasy|IMAX" + }, + { + "MovieId": "78544", + "Title": "Ricky Gervais Live 3: Fame (2007)", + "Genres": "Comedy" + }, + { + "MovieId": "78620", + "Title": "Scalphunters, The (1968)", + "Genres": "Comedy|Western" + }, + { + "MovieId": "78626", + "Title": "Barking Dogs Never Bite (Flandersui gae) (2000)", + "Genres": "Comedy|Horror" + }, + { + "MovieId": "78637", + "Title": "Shrek Forever After (a.k.a. Shrek: The Final Chapter) (2010)", + "Genres": "Adventure|Animation|Children|Comedy|Fantasy|IMAX" + }, + { + "MovieId": "78703", + "Title": "TiMER (2009)", + "Genres": "Comedy|Drama|Fantasy|Romance" + }, + { + "MovieId": "79008", + "Title": "South Park: Imaginationland (2008)", + "Genres": "Animation|Comedy|Fantasy" + }, + { + "MovieId": "79091", + "Title": "Despicable Me (2010)", + "Genres": "Animation|Children|Comedy|Crime" + }, + { + "MovieId": "79134", + "Title": "Grown Ups (2010)", + "Genres": "Comedy" + }, + { + "MovieId": "79139", + "Title": "Sorcerer's Apprentice, The (2010)", + "Genres": "Action|Adventure|Children|Comedy|Fantasy" + }, + { + "MovieId": "79185", + "Title": "Knight and Day (2010)", + "Genres": "Action|Comedy|Romance" + }, + { + "MovieId": "79242", + "Title": "Kids Are All Right, The (2010)", + "Genres": "Comedy|Drama" + }, + { + "MovieId": "79299", + "Title": "No. 1 Ladies' Detective Agency, The (2008)", + "Genres": "Comedy|Crime|Mystery" + }, + { + "MovieId": "79333", + "Title": "Watch Out for the Automobile (Beregis avtomobilya) (1966)", + "Genres": "Comedy|Crime|Romance" + }, + { + "MovieId": "79428", + "Title": "Dinner for Schmucks (2010)", + "Genres": "Comedy" + }, + { + "MovieId": "79572", + "Title": "Ramona and Beezus (2010)", + "Genres": "Children|Comedy" + }, + { + "MovieId": "79590", + "Title": "Rebound, The (2009)", + "Genres": "Comedy|Romance" + }, + { + "MovieId": "79592", + "Title": "Other Guys, The (2010)", + "Genres": "Action|Comedy" + }, + { + "MovieId": "79684", + "Title": "Paper Man (2009)", + "Genres": "Comedy|Drama" + }, + { + "MovieId": "79702", + "Title": "Scott Pilgrim vs. the World (2010)", + "Genres": "Action|Comedy|Fantasy|Musical|Romance" + }, + { + "MovieId": "79897", + "Title": "Get Low (2009)", + "Genres": "Comedy|Drama|Mystery" + }, + { + "MovieId": "79946", + "Title": "Joneses, The (2009)", + "Genres": "Comedy|Drama" + }, + { + "MovieId": "80139", + "Title": "Jackass 2.5 (2007)", + "Genres": "Comedy|Documentary" + }, + { + "MovieId": "80166", + "Title": "Switch, The (2010)", + "Genres": "Comedy|Romance" + }, + { + "MovieId": "80219", + "Title": "Machete (2010)", + "Genres": "Action|Adventure|Comedy|Crime|Thriller" + }, + { + "MovieId": "80241", + "Title": "Going the Distance (2010)", + "Genres": "Comedy|Romance" + }, + { + "MovieId": "80549", + "Title": "Easy A (2010)", + "Genres": "Comedy|Romance" + }, + { + "MovieId": "80572", + "Title": "I'm Still Here (2010)", + "Genres": "Comedy|Drama" + }, + { + "MovieId": "80584", + "Title": "Patrik Age 1.5 (Patrik 1,5) (2008)", + "Genres": "Comedy|Drama|Romance" + }, + { + "MovieId": "80586", + "Title": "Flipped (2010)", + "Genres": "Comedy|Drama|Romance" + }, + { + "MovieId": "80693", + "Title": "It's Kind of a Funny Story (2010)", + "Genres": "Comedy|Drama" + }, + { + "MovieId": "80727", + "Title": "Middle Men (2009)", + "Genres": "Comedy|Crime|Drama" + }, + { + "MovieId": "80858", + "Title": "You Again (2010)", + "Genres": "Comedy" + }, + { + "MovieId": "80860", + "Title": "Life as We Know It (2010)", + "Genres": "Comedy|Romance" + }, + { + "MovieId": "80864", + "Title": "You Will Meet a Tall Dark Stranger (2010)", + "Genres": "Comedy|Romance" + }, + { + "MovieId": "81132", + "Title": "Rubber (2010)", + "Genres": "Action|Adventure|Comedy|Crime|Drama|Film-Noir|Horror|Mystery|Thriller|Western" + }, + { + "MovieId": "81156", + "Title": "Jackass 3D (2010)", + "Genres": "Action|Comedy|Documentary" + }, + { + "MovieId": "81229", + "Title": "Red (2010)", + "Genres": "Action|Comedy" + }, + { + "MovieId": "81383", + "Title": "Heartbreaker (L'Arnacoeur) (2010)", + "Genres": "Comedy|Romance" + }, + { + "MovieId": "81537", + "Title": "Due Date (2010)", + "Genres": "Comedy" + }, + { + "MovieId": "81564", + "Title": "Megamind (2010)", + "Genres": "Action|Animation|Children|Comedy|Sci-Fi|IMAX" + }, + { + "MovieId": "81784", + "Title": "Morning Glory (2010)", + "Genres": "Comedy|Drama|Romance" + }, + { + "MovieId": "81831", + "Title": "First Beautiful Thing, The (La prima cosa bella) (2010)", + "Genres": "Comedy|Drama" + }, + { + "MovieId": "81847", + "Title": "Tangled (2010)", + "Genres": "Animation|Children|Comedy|Fantasy|Musical|Romance|IMAX" + }, + { + "MovieId": "81949", + "Title": "Romantics, The (2010)", + "Genres": "Comedy|Drama|Romance" + }, + { + "MovieId": "82053", + "Title": "Casino Jack (2010)", + "Genres": "Comedy|Crime" + }, + { + "MovieId": "82167", + "Title": "Love and Other Drugs (2010)", + "Genres": "Comedy|Drama|Romance" + }, + { + "MovieId": "82242", + "Title": "Rare Exports: A Christmas Tale (Rare Exports) (2010)", + "Genres": "Action|Comedy" + }, + { + "MovieId": "82366", + "Title": "Hatchet II (2010)", + "Genres": "Comedy|Horror|Thriller" + }, + { + "MovieId": "82499", + "Title": "How Do You Know (2010)", + "Genres": "Comedy|Drama|Romance" + }, + { + "MovieId": "82765", + "Title": "Little Big Soldier (Da bing xiao jiang) (2010)", + "Genres": "Action|Adventure|Comedy|Drama|War" + }, + { + "MovieId": "82848", + "Title": "One Week (1920)", + "Genres": "Comedy" + }, + { + "MovieId": "82852", + "Title": "Little Fockers (2010)", + "Genres": "Comedy" + }, + { + "MovieId": "82854", + "Title": "Gulliver's Travels (2010)", + "Genres": "Adventure|Comedy|Fantasy" + }, + { + "MovieId": "83134", + "Title": "Tucker & Dale vs Evil (2010)", + "Genres": "Comedy|Horror" + }, + { + "MovieId": "83177", + "Title": "Yogi Bear (2010)", + "Genres": "Children|Comedy" + }, + { + "MovieId": "83270", + "Title": "Made in Dagenham (2010)", + "Genres": "Comedy|Drama" + }, + { + "MovieId": "83349", + "Title": "Green Hornet, The (2011)", + "Genres": "Action|Comedy|Crime|Fantasy|Thriller|IMAX" + }, + { + "MovieId": "83910", + "Title": "Dilemma, The (2011)", + "Genres": "Comedy|Drama" + }, + { + "MovieId": "83969", + "Title": "Down Argentine Way (1940)", + "Genres": "Comedy|Drama|Romance" + }, + { + "MovieId": "83976", + "Title": "Trip, The (2010)", + "Genres": "Comedy|Drama" + }, + { + "MovieId": "84246", + "Title": "It Happened on Fifth Avenue (1947)", + "Genres": "Comedy|Romance" + }, + { + "MovieId": "84374", + "Title": "No Strings Attached (2011)", + "Genres": "Comedy|Romance" + }, + { + "MovieId": "84512", + "Title": "Girls About Town (1931)", + "Genres": "Comedy" + }, + { + "MovieId": "84523", + "Title": "Kill! (Kiru) (1968)", + "Genres": "Action|Comedy|Drama" + }, + { + "MovieId": "84553", + "Title": "Pekka ja P\u00e4tk\u00e4 salapoliiseina (1957)", + "Genres": "Comedy" + }, + { + "MovieId": "84615", + "Title": "Cedar Rapids (2011)", + "Genres": "Comedy" + }, + { + "MovieId": "84637", + "Title": "Gnomeo & Juliet (2011)", + "Genres": "Adventure|Animation|Children|Comedy|Fantasy|Romance" + }, + { + "MovieId": "84696", + "Title": "Burke and Hare (2010)", + "Genres": "Comedy|Thriller" + }, + { + "MovieId": "84716", + "Title": "Castaway on the Moon (Kimssi pyoryugi) (2009)", + "Genres": "Comedy|Drama|Romance" + }, + { + "MovieId": "84772", + "Title": "Paul (2011)", + "Genres": "Adventure|Comedy|Sci-Fi" + }, + { + "MovieId": "84847", + "Title": "Emma (2009)", + "Genres": "Comedy|Drama|Romance" + }, + { + "MovieId": "84944", + "Title": "Rango (2011)", + "Genres": "Action|Adventure|Animation|Children|Comedy|Western" + }, + { + "MovieId": "84950", + "Title": "Take Me Home Tonight (2011)", + "Genres": "Comedy|Drama" + }, + { + "MovieId": "85022", + "Title": "Hall Pass (2011)", + "Genres": "Comedy" + }, + { + "MovieId": "85179", + "Title": "Summer Wars (Sam\u00e2 w\u00f4zu) (2009)", + "Genres": "Adventure|Animation|Comedy|Sci-Fi" + }, + { + "MovieId": "85261", + "Title": "Mars Needs Moms (2011)", + "Genres": "Action|Adventure|Animation|Children|Comedy|Sci-Fi|IMAX" + }, + { + "MovieId": "85295", + "Title": "Scooby-Doo! Curse of the Lake Monster (2010)", + "Genres": "Adventure|Children|Comedy|Mystery" + }, + { + "MovieId": "85334", + "Title": "Hard Ticket to Hawaii (1987)", + "Genres": "Action|Comedy" + }, + { + "MovieId": "85367", + "Title": "Just Go with It (2011)", + "Genres": "Comedy|Romance" + }, + { + "MovieId": "85399", + "Title": "Big Mommas: Like Father, Like Son (2011)", + "Genres": "Comedy" + }, + { + "MovieId": "85401", + "Title": "Super (2010)", + "Genres": "Action|Comedy|Drama" + }, + { + "MovieId": "85565", + "Title": "Chalet Girl (2011)", + "Genres": "Comedy|Romance" + }, + { + "MovieId": "85780", + "Title": "Family Guy Presents: It's a Trap (2010)", + "Genres": "Animation|Comedy|Sci-Fi" + }, + { + "MovieId": "85881", + "Title": "Win Win (2011)", + "Genres": "Comedy|Drama" + }, + { + "MovieId": "86000", + "Title": "Boy (2010)", + "Genres": "Comedy|Drama" + }, + { + "MovieId": "86014", + "Title": "Diary of a Wimpy Kid: Rodrick Rules (2011)", + "Genres": "Comedy" + }, + { + "MovieId": "86028", + "Title": "Henry's Crime (2010)", + "Genres": "Comedy|Crime" + }, + { + "MovieId": "86059", + "Title": "Hop (2011)", + "Genres": "Animation|Children|Comedy" + }, + { + "MovieId": "86066", + "Title": "Playing the Victim (Izobrazhaya zhertvu) (2006)", + "Genres": "Comedy" + }, + { + "MovieId": "86286", + "Title": "Daffy Duck's Quackbusters (1988)", + "Genres": "Animation|Children|Comedy|Horror" + }, + { + "MovieId": "86290", + "Title": "American: The Bill Hicks Story (2009)", + "Genres": "Comedy|Documentary" + }, + { + "MovieId": "86293", + "Title": "Arthur (2011)", + "Genres": "Comedy" + }, + { + "MovieId": "86295", + "Title": "Scream 4 (2011)", + "Genres": "Comedy|Horror|Mystery|Thriller" + }, + { + "MovieId": "86298", + "Title": "Rio (2011)", + "Genres": "Adventure|Animation|Children|Comedy" + }, + { + "MovieId": "86345", + "Title": "Louis C.K.: Hilarious (2010)", + "Genres": "Comedy" + }, + { + "MovieId": "86347", + "Title": "Louis C.K.: Chewed Up (2008)", + "Genres": "Comedy" + }, + { + "MovieId": "86377", + "Title": "Louis C.K.: Shameless (2007)", + "Genres": "Comedy" + }, + { + "MovieId": "86817", + "Title": "Something Borrowed (2011)", + "Genres": "Comedy|Drama|Romance" + }, + { + "MovieId": "86833", + "Title": "Bridesmaids (2011)", + "Genres": "Comedy" + }, + { + "MovieId": "86882", + "Title": "Midnight in Paris (2011)", + "Genres": "Comedy|Fantasy|Romance" + }, + { + "MovieId": "86911", + "Title": "Hangover Part II, The (2011)", + "Genres": "Comedy" + }, + { + "MovieId": "86922", + "Title": "Nothing to Declare (Rien \u00e0 d\u00e9clarer) (2010)", + "Genres": "Comedy" + }, + { + "MovieId": "87192", + "Title": "Attack the Block (2011)", + "Genres": "Action|Comedy|Sci-Fi" + }, + { + "MovieId": "87194", + "Title": "The Way (2010)", + "Genres": "Adventure|Comedy|Drama" + }, + { + "MovieId": "87197", + "Title": "Let the Bullets Fly (2010)", + "Genres": "Action|Comedy" + }, + { + "MovieId": "87222", + "Title": "Kung Fu Panda 2 (2011)", + "Genres": "Action|Adventure|Animation|Children|Comedy|IMAX" + }, + { + "MovieId": "87234", + "Title": "Submarine (2010)", + "Genres": "Comedy|Drama|Romance" + }, + { + "MovieId": "87298", + "Title": "Everything Must Go (2010)", + "Genres": "Comedy|Drama" + }, + { + "MovieId": "87413", + "Title": "Bernie (1996)", + "Genres": "Comedy|Drama" + }, + { + "MovieId": "87444", + "Title": "Elektra Luxx (2010)", + "Genres": "Comedy" + }, + { + "MovieId": "87483", + "Title": "Mr. Popper's Penguins (2011)", + "Genres": "Comedy" + }, + { + "MovieId": "87485", + "Title": "Bad Teacher (2011)", + "Genres": "Comedy" + }, + { + "MovieId": "87522", + "Title": "Larry Crowne (2011)", + "Genres": "Comedy|Drama|Romance" + }, + { + "MovieId": "87529", + "Title": "Your Highness (2011)", + "Genres": "Action|Adventure|Comedy|Fantasy" + }, + { + "MovieId": "87834", + "Title": "My Life as McDull (Mak dau goo si) (2001)", + "Genres": "Animation|Comedy|Drama" + }, + { + "MovieId": "87867", + "Title": "Zookeeper (2011)", + "Genres": "Comedy" + }, + { + "MovieId": "87869", + "Title": "Horrible Bosses (2011)", + "Genres": "Comedy|Crime" + }, + { + "MovieId": "87876", + "Title": "Cars 2 (2011)", + "Genres": "Adventure|Animation|Children|Comedy|IMAX" + }, + { + "MovieId": "88069", + "Title": "Delhi Belly (2011)", + "Genres": "Comedy|Crime" + }, + { + "MovieId": "88108", + "Title": "Monte Carlo (2011)", + "Genres": "Adventure|Comedy|Romance" + }, + { + "MovieId": "88163", + "Title": "Crazy, Stupid, Love. (2011)", + "Genres": "Comedy|Drama|Romance" + }, + { + "MovieId": "88235", + "Title": "Guard, The (2011)", + "Genres": "Comedy|Crime" + }, + { + "MovieId": "88267", + "Title": "Winnie the Pooh (2011)", + "Genres": "Animation|Children|Comedy" + }, + { + "MovieId": "88345", + "Title": "Mike's New Car (2002)", + "Genres": "Animation|Comedy" + }, + { + "MovieId": "88356", + "Title": "Smurfs, The (2011)", + "Genres": "Animation|Children|Comedy" + }, + { + "MovieId": "88405", + "Title": "Friends with Benefits (2011)", + "Genres": "Comedy|Romance" + }, + { + "MovieId": "88448", + "Title": "Paper Birds (P\u00e1jaros de papel) (2010)", + "Genres": "Comedy|Drama" + }, + { + "MovieId": "88672", + "Title": "Our Idiot Brother (2011)", + "Genres": "Comedy" + }, + { + "MovieId": "88746", + "Title": "Terri (2011)", + "Genres": "Comedy" + }, + { + "MovieId": "88785", + "Title": "Change-Up, The (2011)", + "Genres": "Comedy" + }, + { + "MovieId": "88812", + "Title": "30 Minutes or Less (2011)", + "Genres": "Action|Comedy|Crime" + }, + { + "MovieId": "88911", + "Title": "My Afternoons with Margueritte (La t\u00eate en friche) (2010)", + "Genres": "Comedy" + }, + { + "MovieId": "88954", + "Title": "Very Harold & Kumar 3D Christmas, A (2011)", + "Genres": "Comedy" + }, + { + "MovieId": "89030", + "Title": "Fright Night (2011)", + "Genres": "Comedy|Horror" + }, + { + "MovieId": "89305", + "Title": "Inbetweeners Movie, The (2011)", + "Genres": "Adventure|Comedy" + }, + { + "MovieId": "89388", + "Title": "I Don't Know How She Does It (2011)", + "Genres": "Comedy" + }, + { + "MovieId": "89864", + "Title": "50/50 (2011)", + "Genres": "Comedy|Drama" + }, + { + "MovieId": "89898", + "Title": "Generation P (2011)", + "Genres": "Comedy|Drama|Sci-Fi" + }, + { + "MovieId": "89904", + "Title": "The Artist (2011)", + "Genres": "Comedy|Drama|Romance" + }, + { + "MovieId": "89939", + "Title": "Gigi (1949)", + "Genres": "Comedy" + }, + { + "MovieId": "90343", + "Title": "Footloose (2011)", + "Genres": "Comedy|Drama|Musical" + }, + { + "MovieId": "90430", + "Title": "Carnage (2011)", + "Genres": "Comedy|Drama" + }, + { + "MovieId": "90522", + "Title": "Johnny English Reborn (2011)", + "Genres": "Adventure|Comedy|Thriller" + }, + { + "MovieId": "90576", + "Title": "What's Your Number? (2011)", + "Genres": "Comedy|Romance" + }, + { + "MovieId": "90647", + "Title": "Puss in Boots (2011)", + "Genres": "Adventure|Animation|Comedy|Fantasy|IMAX" + }, + { + "MovieId": "90717", + "Title": "Tower Heist (2011)", + "Genres": "Action|Comedy|Crime" + }, + { + "MovieId": "90890", + "Title": "Jack and Jill (2011)", + "Genres": "Comedy" + }, + { + "MovieId": "91077", + "Title": "Descendants, The (2011)", + "Genres": "Comedy|Drama" + }, + { + "MovieId": "91094", + "Title": "Muppets, The (2011)", + "Genres": "Children|Comedy|Musical" + }, + { + "MovieId": "91128", + "Title": "Rum Diary, The (2011)", + "Genres": "Comedy|Drama|Thriller" + }, + { + "MovieId": "91233", + "Title": "Lifted (2006)", + "Genres": "Animation|Comedy|Sci-Fi" + }, + { + "MovieId": "91266", + "Title": "Another Cinderella Story (2008)", + "Genres": "Children|Comedy|Musical|Romance" + }, + { + "MovieId": "91323", + "Title": "Sitter, The (2011)", + "Genres": "Comedy" + }, + { + "MovieId": "91337", + "Title": "Play the Game (2009)", + "Genres": "Comedy|Romance" + }, + { + "MovieId": "91353", + "Title": "Asterix in America (a.k.a Asterix Conquers America) (Ast\u00e9rix et les Indiens) (1994)", + "Genres": "Adventure|Animation|Children|Comedy" + }, + { + "MovieId": "91355", + "Title": "Asterix and the Vikings (Ast\u00e9rix et les Vikings) (2006)", + "Genres": "Adventure|Animation|Children|Comedy|Fantasy" + }, + { + "MovieId": "91386", + "Title": "Happy Feet Two (2011)", + "Genres": "Animation|Children|Comedy|IMAX" + }, + { + "MovieId": "91414", + "Title": "Arthur Christmas (2011)", + "Genres": "Animation|Children|Comedy|Drama" + }, + { + "MovieId": "91542", + "Title": "Sherlock Holmes: A Game of Shadows (2011)", + "Genres": "Action|Adventure|Comedy|Crime|Mystery|Thriller" + }, + { + "MovieId": "91622", + "Title": "Young Adult (2011)", + "Genres": "Comedy|Drama" + }, + { + "MovieId": "91628", + "Title": "New Year's Eve (2011)", + "Genres": "Comedy|Romance" + }, + { + "MovieId": "91653", + "Title": "We Bought a Zoo (2011)", + "Genres": "Comedy|Drama" + }, + { + "MovieId": "91666", + "Title": "Last Holiday (1950)", + "Genres": "Comedy|Drama|Romance" + }, + { + "MovieId": "91671", + "Title": "Alvin and the Chipmunks: Chipwrecked (2011)", + "Genres": "Animation|Comedy" + }, + { + "MovieId": "91688", + "Title": "Salvation Boulevard (2011)", + "Genres": "Comedy|Thriller" + }, + { + "MovieId": "91690", + "Title": "Friends with Kids (2011)", + "Genres": "Comedy" + }, + { + "MovieId": "91784", + "Title": "Girl Walks Into a Bar (2011)", + "Genres": "Comedy|Drama|Fantasy" + }, + { + "MovieId": "91873", + "Title": "Joyful Noise (2012)", + "Genres": "Comedy|Musical" + }, + { + "MovieId": "91947", + "Title": "Revenant, The (2009)", + "Genres": "Comedy|Horror" + }, + { + "MovieId": "92046", + "Title": "Contact High (2009)", + "Genres": "Comedy" + }, + { + "MovieId": "92259", + "Title": "Intouchables (2011)", + "Genres": "Comedy|Drama" + }, + { + "MovieId": "92264", + "Title": "One for the Money (2012)", + "Genres": "Action|Comedy|Crime" + }, + { + "MovieId": "92348", + "Title": "Puss in Boots (Nagagutsu o haita neko) (1969)", + "Genres": "Adventure|Animation|Children|Comedy|Fantasy|Romance" + }, + { + "MovieId": "92427", + "Title": "Woman in Love (Rubbeldiekatz) (2011)", + "Genres": "Comedy" + }, + { + "MovieId": "92494", + "Title": "Dylan Moran: Monster (2004)", + "Genres": "Comedy|Documentary" + }, + { + "MovieId": "92535", + "Title": "Louis C.K.: Live at the Beacon Theater (2011)", + "Genres": "Comedy" + }, + { + "MovieId": "92643", + "Title": "Monsieur Lazhar (2011)", + "Genres": "Children|Comedy|Drama" + }, + { + "MovieId": "92665", + "Title": "For a Good Time, Call... (2012)", + "Genres": "Comedy|Drama|Romance" + }, + { + "MovieId": "92681", + "Title": "Journey 2: The Mysterious Island (2012)", + "Genres": "Action|Adventure|Comedy|Sci-Fi|IMAX" + }, + { + "MovieId": "93006", + "Title": "Very Potter Musical, A (2009)", + "Genres": "Comedy|Musical" + }, + { + "MovieId": "93008", + "Title": "Very Potter Sequel, A (2010)", + "Genres": "Comedy|Musical" + }, + { + "MovieId": "93022", + "Title": "Miss Nobody (2010)", + "Genres": "Comedy|Crime" + }, + { + "MovieId": "93114", + "Title": "Ro.Go.Pa.G. (1963)", + "Genres": "Comedy|Drama" + }, + { + "MovieId": "93134", + "Title": "Women on the 6th Floor, The (Les Femmes du 6\u00e8me \u00c9tage) (2010)", + "Genres": "Comedy" + }, + { + "MovieId": "93270", + "Title": "Project X (2012)", + "Genres": "Comedy" + }, + { + "MovieId": "93287", + "Title": "Big Year, The (2011)", + "Genres": "Comedy" + }, + { + "MovieId": "93320", + "Title": "Trailer Park Boys (1999)", + "Genres": "Comedy|Crime" + }, + { + "MovieId": "93326", + "Title": "This Means War (2012)", + "Genres": "Action|Comedy|Romance" + }, + { + "MovieId": "93443", + "Title": "Goon (2011)", + "Genres": "Comedy|Drama" + }, + { + "MovieId": "93510", + "Title": "21 Jump Street (2012)", + "Genres": "Action|Comedy|Crime" + }, + { + "MovieId": "93512", + "Title": "Jeff, Who Lives at Home (2012)", + "Genres": "Comedy|Drama" + }, + { + "MovieId": "93723", + "Title": "Damsels in Distress (2011)", + "Genres": "Comedy|Romance" + }, + { + "MovieId": "93740", + "Title": "Salmon Fishing in the Yemen (2011)", + "Genres": "Comedy|Drama|Romance" + }, + { + "MovieId": "93805", + "Title": "Iron Sky (2012)", + "Genres": "Action|Comedy|Sci-Fi" + }, + { + "MovieId": "93831", + "Title": "American Reunion (American Pie 4) (2012)", + "Genres": "Comedy" + }, + { + "MovieId": "93840", + "Title": "Cabin in the Woods, The (2012)", + "Genres": "Comedy|Horror|Sci-Fi|Thriller" + }, + { + "MovieId": "93855", + "Title": "God Bless America (2011)", + "Genres": "Comedy|Drama" + }, + { + "MovieId": "93980", + "Title": "Three Stooges, The (2012)", + "Genres": "Comedy" + }, + { + "MovieId": "94015", + "Title": "Mirror Mirror (2012)", + "Genres": "Adventure|Comedy|Fantasy" + }, + { + "MovieId": "94070", + "Title": "Best Exotic Marigold Hotel, The (2011)", + "Genres": "Comedy|Drama" + }, + { + "MovieId": "94150", + "Title": "Hysteria (2011)", + "Genres": "Comedy|Romance" + }, + { + "MovieId": "94266", + "Title": "Five-Year Engagement, The (2012)", + "Genres": "Comedy|Romance" + }, + { + "MovieId": "94323", + "Title": "Think Like a Man (2012)", + "Genres": "Comedy" + }, + { + "MovieId": "94478", + "Title": "Dark Shadows (2012)", + "Genres": "Comedy|Horror|IMAX" + }, + { + "MovieId": "94503", + "Title": "Decoy Bride, The (2011)", + "Genres": "Comedy|Romance" + }, + { + "MovieId": "94661", + "Title": "Rocket Singh: Salesman of the Year (2009)", + "Genres": "Comedy|Drama" + }, + { + "MovieId": "94677", + "Title": "Dictator, The (2012)", + "Genres": "Comedy" + }, + { + "MovieId": "94777", + "Title": "Men in Black III (M.III.B.) (M.I.B.\u00b3) (2012)", + "Genres": "Action|Comedy|Sci-Fi|IMAX" + }, + { + "MovieId": "94833", + "Title": "Pirates! Band of Misfits, The (2012)", + "Genres": "Adventure|Animation|Children|Comedy" + }, + { + "MovieId": "94896", + "Title": "Bernie (2011)", + "Genres": "Comedy|Crime|Drama" + }, + { + "MovieId": "94953", + "Title": "Wanderlust (2012)", + "Genres": "Comedy" + }, + { + "MovieId": "94959", + "Title": "Moonrise Kingdom (2012)", + "Genres": "Comedy|Drama|Romance" + }, + { + "MovieId": "95067", + "Title": "Thousand Words, A (2012)", + "Genres": "Comedy|Drama" + }, + { + "MovieId": "95088", + "Title": "Safety Not Guaranteed (2012)", + "Genres": "Comedy|Drama" + }, + { + "MovieId": "95105", + "Title": "Madagascar 3: Europe's Most Wanted (2012)", + "Genres": "Adventure|Animation|Children|Comedy|IMAX" + }, + { + "MovieId": "95135", + "Title": "Your Sister's Sister (2011)", + "Genres": "Comedy|Drama" + }, + { + "MovieId": "95199", + "Title": "What to Expect When You're Expecting (2012)", + "Genres": "Comedy|Drama|Romance" + }, + { + "MovieId": "95201", + "Title": "To Rome with Love (2012)", + "Genres": "Comedy" + }, + { + "MovieId": "95307", + "Title": "Rock of Ages (2012)", + "Genres": "Comedy|Drama|Musical|IMAX" + }, + { + "MovieId": "95309", + "Title": "Seeking a Friend for the End of the World (2012)", + "Genres": "Comedy|Drama|Romance" + }, + { + "MovieId": "95311", + "Title": "Presto (2008)", + "Genres": "Animation|Children|Comedy|Fantasy" + }, + { + "MovieId": "95313", + "Title": "Jack-Jack Attack (2005)", + "Genres": "Adventure|Animation|Children|Comedy" + }, + { + "MovieId": "95377", + "Title": "One Man Band (2005)", + "Genres": "Animation|Comedy|Musical" + }, + { + "MovieId": "95441", + "Title": "Ted (2012)", + "Genres": "Comedy|Fantasy" + }, + { + "MovieId": "95543", + "Title": "Ice Age 4: Continental Drift (2012)", + "Genres": "Adventure|Animation|Comedy" + }, + { + "MovieId": "95690", + "Title": "Some Guy Who Kills People (2011)", + "Genres": "Comedy|Thriller" + }, + { + "MovieId": "95720", + "Title": "Watch, The (2012)", + "Genres": "Comedy|Sci-Fi" + }, + { + "MovieId": "95744", + "Title": "2 Days in New York (2012)", + "Genres": "Comedy" + }, + { + "MovieId": "95843", + "Title": "Goodbye Charlie (1964)", + "Genres": "Comedy|Fantasy|Romance" + }, + { + "MovieId": "95858", + "Title": "For the Birds (2000)", + "Genres": "Animation|Children|Comedy" + }, + { + "MovieId": "95873", + "Title": "Ruby Sparks (2012)", + "Genres": "Comedy|Fantasy|Romance" + }, + { + "MovieId": "95939", + "Title": "Angels' Share, The (2012)", + "Genres": "Comedy|Drama" + }, + { + "MovieId": "95949", + "Title": "Immature, The (Immaturi) (2011)", + "Genres": "Comedy" + }, + { + "MovieId": "96110", + "Title": "Campaign, The (2012)", + "Genres": "Comedy" + }, + { + "MovieId": "96121", + "Title": "Hope Springs (2012)", + "Genres": "Comedy|Drama" + }, + { + "MovieId": "96281", + "Title": "ParaNorman (2012)", + "Genres": "Adventure|Animation|Comedy" + }, + { + "MovieId": "96283", + "Title": "Diary of a Wimpy Kid: Dog Days (2012)", + "Genres": "Children|Comedy" + }, + { + "MovieId": "96430", + "Title": "Odd Life of Timothy Green, The (2012)", + "Genres": "Comedy|Drama|Fantasy" + }, + { + "MovieId": "96448", + "Title": "Piranha 3DD (a.k.a. Piranha DD) (2012)", + "Genres": "Comedy|Horror" + }, + { + "MovieId": "96530", + "Title": "Conception (2011)", + "Genres": "Comedy|Romance" + }, + { + "MovieId": "96588", + "Title": "Pitch Perfect (2012)", + "Genres": "Comedy|Musical" + }, + { + "MovieId": "96608", + "Title": "Runaway Brain (1995) ", + "Genres": "Animation|Comedy|Sci-Fi" + }, + { + "MovieId": "96616", + "Title": "That's My Boy (2012)", + "Genres": "Comedy" + }, + { + "MovieId": "96655", + "Title": "Robot & Frank (2012)", + "Genres": "Comedy|Drama|Sci-Fi" + }, + { + "MovieId": "96726", + "Title": "Lola Versus (2012)", + "Genres": "Comedy|Romance" + }, + { + "MovieId": "96935", + "Title": "My Left Eye Sees Ghosts (Ngo joh aan gin diy gwai) (2002)", + "Genres": "Comedy|Fantasy|Romance" + }, + { + "MovieId": "96945", + "Title": "Love Lasts Three Years (L'amour dure trois ans) (2011)", + "Genres": "Comedy|Drama|Romance" + }, + { + "MovieId": "96975", + "Title": "LOL (2012)", + "Genres": "Comedy|Drama|Romance" + }, + { + "MovieId": "97172", + "Title": "Frankenweenie (2012)", + "Genres": "Animation|Comedy|Horror|IMAX" + }, + { + "MovieId": "97225", + "Title": "Hotel Transylvania (2012)", + "Genres": "Animation|Children|Comedy" + }, + { + "MovieId": "97306", + "Title": "Seven Psychopaths (2012)", + "Genres": "Comedy|Crime" + }, + { + "MovieId": "97328", + "Title": "Liberal Arts (2012)", + "Genres": "Comedy|Drama" + }, + { + "MovieId": "97665", + "Title": "Asterix & Obelix: God Save Britannia (Ast\u00e9rix et Ob\u00e9lix: Au service de Sa Majest\u00e9) (2012)", + "Genres": "Adventure|Comedy" + }, + { + "MovieId": "97757", + "Title": "'Hellboy': The Seeds of Creation (2004)", + "Genres": "Action|Adventure|Comedy|Documentary|Fantasy" + }, + { + "MovieId": "97836", + "Title": "Here Comes the Boom (2012)", + "Genres": "Action|Comedy" + }, + { + "MovieId": "97858", + "Title": "Mental (2012)", + "Genres": "Comedy|Drama" + }, + { + "MovieId": "97904", + "Title": "Smashed (2012)", + "Genres": "Comedy|Drama" + }, + { + "MovieId": "97913", + "Title": "Wreck-It Ralph (2012)", + "Genres": "Animation|Comedy" + }, + { + "MovieId": "97921", + "Title": "Silver Linings Playbook (2012)", + "Genres": "Comedy|Drama" + }, + { + "MovieId": "98083", + "Title": "Jackass 3.5 (2011)", + "Genres": "Comedy|Documentary" + }, + { + "MovieId": "98160", + "Title": "Nature Calls (2012)", + "Genres": "Comedy" + }, + { + "MovieId": "98175", + "Title": "Vamps (2012)", + "Genres": "Comedy|Horror|Romance" + }, + { + "MovieId": "98230", + "Title": "10 Years (2011)", + "Genres": "Comedy|Drama|Romance" + }, + { + "MovieId": "98279", + "Title": "Fantastic Fear of Everything, A (2012)", + "Genres": "Comedy" + }, + { + "MovieId": "98491", + "Title": "Paperman (2012)", + "Genres": "Animation|Comedy|Romance" + }, + { + "MovieId": "98499", + "Title": "Fearless Hyena, The (Xiao quan guai zhao) (1979)", + "Genres": "Action|Comedy" + }, + { + "MovieId": "98503", + "Title": "Half a Loaf of Kung Fu (Dian zhi gong fu gan chian chan) (1980)", + "Genres": "Action|Comedy" + }, + { + "MovieId": "98623", + "Title": "Winners and Sinners (Qi mou miao ji: Wu fu xing) (1983)", + "Genres": "Action|Comedy|Crime" + }, + { + "MovieId": "98633", + "Title": "My Lucky Stars (Fuk sing go jiu) (1985)", + "Genres": "Action|Comedy" + }, + { + "MovieId": "98697", + "Title": "Money Money Money (L'aventure, c'est l'aventure) (1972)", + "Genres": "Adventure|Comedy" + }, + { + "MovieId": "98799", + "Title": "Liar's Autobiography: The Untrue Story of Monty Python's Graham Chapman, A (2012)", + "Genres": "Animation|Comedy" + }, + { + "MovieId": "98836", + "Title": "Hyde Park on Hudson (2012)", + "Genres": "Comedy|Drama" + }, + { + "MovieId": "98908", + "Title": "How to Make Love to a Woman (2010)", + "Genres": "Comedy|Romance" + }, + { + "MovieId": "99007", + "Title": "Warm Bodies (2013)", + "Genres": "Comedy|Horror|Romance" + }, + { + "MovieId": "99030", + "Title": "Wrong (2012)", + "Genres": "Comedy|Drama" + }, + { + "MovieId": "99087", + "Title": "Playing for Keeps (2012)", + "Genres": "Comedy|Romance" + }, + { + "MovieId": "99106", + "Title": "Guilt Trip, The (2012)", + "Genres": "Comedy" + }, + { + "MovieId": "99122", + "Title": "I Bought a Vampire Motorcycle (1990)", + "Genres": "Comedy|Horror" + }, + { + "MovieId": "99130", + "Title": "Ice Cream Man (1995)", + "Genres": "Comedy|Horror" + }, + { + "MovieId": "99415", + "Title": "Parental Guidance (2012)", + "Genres": "Comedy" + }, + { + "MovieId": "99437", + "Title": "John Dies at the End (2012)", + "Genres": "Comedy|Fantasy|Horror" + }, + { + "MovieId": "99636", + "Title": "English Vinglish (2012)", + "Genres": "Comedy|Drama" + }, + { + "MovieId": "99638", + "Title": "Fish Story (Fisshu sut\u00f4r\u00ee) (2009)", + "Genres": "Comedy" + }, + { + "MovieId": "99764", + "Title": "It's Such a Beautiful Day (2012)", + "Genres": "Animation|Comedy|Drama|Fantasy|Sci-Fi" + }, + { + "MovieId": "99853", + "Title": "Codependent Lesbian Space Alien Seeks Same (2011)", + "Genres": "Comedy|Romance|Sci-Fi" + }, + { + "MovieId": "100068", + "Title": "Comme un chef (2012)", + "Genres": "Comedy" + }, + { + "MovieId": "100083", + "Title": "Movie 43 (2013)", + "Genres": "Comedy" + }, + { + "MovieId": "100159", + "Title": "Sightseers (2012)", + "Genres": "Comedy" + }, + { + "MovieId": "100194", + "Title": "Jim Jefferies: Fully Functional (EPIX) (2012)", + "Genres": "Comedy" + }, + { + "MovieId": "100226", + "Title": "Why Stop Now (2012)", + "Genres": "Comedy|Drama" + }, + { + "MovieId": "100326", + "Title": "Stand Up Guys (2012)", + "Genres": "Comedy|Crime" + }, + { + "MovieId": "100390", + "Title": "Identity Thief (2013)", + "Genres": "Comedy|Crime" + }, + { + "MovieId": "100507", + "Title": "21 and Over (2013)", + "Genres": "Comedy" + }, + { + "MovieId": "100611", + "Title": "Escape from Planet Earth (2013)", + "Genres": "Adventure|Animation|Comedy|Sci-Fi" + }, + { + "MovieId": "100843", + "Title": "Oh Boy (A Coffee in Berlin) (2012)", + "Genres": "Comedy|Drama" + }, + { + "MovieId": "100882", + "Title": "Journey to the West: Conquering the Demons (Daai wa sai you chi Chui mo chun kei) (2013)", + "Genres": "Adventure|Comedy|Fantasy|Romance|IMAX" + }, + { + "MovieId": "101072", + "Title": "Unintentional Kidnapping of Mrs. Elfriede Ott, The (Die Unabsichtliche Entf\u00fchrung der Frau Elfriede Ott) (2010)", + "Genres": "Comedy" + }, + { + "MovieId": "101074", + "Title": "Legend of Sleepy Hollow, The (1949)", + "Genres": "Animation|Comedy|Horror|Musical" + }, + { + "MovieId": "101142", + "Title": "Croods, The (2013)", + "Genres": "Adventure|Animation|Comedy" + }, + { + "MovieId": "101283", + "Title": "Incredible Burt Wonderstone, The (2013)", + "Genres": "Comedy" + }, + { + "MovieId": "101415", + "Title": "First Time, The (2012)", + "Genres": "Comedy|Drama|Romance" + }, + { + "MovieId": "101423", + "Title": "Mezzo Forte (1998)", + "Genres": "Action|Animation|Comedy" + }, + { + "MovieId": "101529", + "Title": "Brass Teapot, The (2012)", + "Genres": "Comedy|Fantasy|Thriller" + }, + { + "MovieId": "101612", + "Title": "Admission (2013)", + "Genres": "Comedy|Romance" + }, + { + "MovieId": "101765", + "Title": "Perfect Plan, A (Plan parfait, Un) (2012)", + "Genres": "Adventure|Comedy|Romance" + }, + { + "MovieId": "102033", + "Title": "Pain & Gain (2013)", + "Genres": "Action|Comedy|Crime" + }, + { + "MovieId": "102070", + "Title": "Grabbers (2012)", + "Genres": "Comedy|Horror|Sci-Fi" + }, + { + "MovieId": "102123", + "Title": "This Is the End (2013)", + "Genres": "Action|Comedy" + }, + { + "MovieId": "102165", + "Title": "English Teacher, The (2013)", + "Genres": "Comedy|Drama" + }, + { + "MovieId": "102217", + "Title": "Bill Hicks: Revelations (1993)", + "Genres": "Comedy" + }, + { + "MovieId": "102378", + "Title": "Syrup (2013)", + "Genres": "Comedy|Drama" + }, + { + "MovieId": "102481", + "Title": "Internship, The (2013)", + "Genres": "Comedy" + }, + { + "MovieId": "102602", + "Title": "Mimino (1977)", + "Genres": "Comedy" + }, + { + "MovieId": "102666", + "Title": "Ivan Vasilievich: Back to the Future (Ivan Vasilievich menyaet professiyu) (1973)", + "Genres": "Adventure|Comedy" + }, + { + "MovieId": "102686", + "Title": "Hangover Part III, The (2013)", + "Genres": "Comedy" + }, + { + "MovieId": "102747", + "Title": "Rink, The (1916)", + "Genres": "Comedy" + }, + { + "MovieId": "102760", + "Title": "Down Terrace (2009)", + "Genres": "Comedy|Crime|Drama" + }, + { + "MovieId": "102800", + "Title": "Frances Ha (2012)", + "Genres": "Comedy|Drama" + }, + { + "MovieId": "102993", + "Title": "Way, Way Back, The (2013)", + "Genres": "Comedy|Drama" + }, + { + "MovieId": "103027", + "Title": "Much Ado About Nothing (2012)", + "Genres": "Comedy|Drama|Romance" + }, + { + "MovieId": "103048", + "Title": "Kings of Summer, The (2013)", + "Genres": "Comedy" + }, + { + "MovieId": "103085", + "Title": "Rapture-Palooza (2013)", + "Genres": "Comedy|Fantasy" + }, + { + "MovieId": "103141", + "Title": "Monsters University (2013)", + "Genres": "Adventure|Animation|Comedy" + }, + { + "MovieId": "103171", + "Title": "Schlussmacher (2013)", + "Genres": "Comedy" + }, + { + "MovieId": "103221", + "Title": "Not Suitable for Children (2012)", + "Genres": "Comedy|Romance" + }, + { + "MovieId": "103245", + "Title": "Adam and Eve (National Lampoon's Adam & Eve) (2005)", + "Genres": "Comedy|Drama|Romance" + }, + { + "MovieId": "103335", + "Title": "Despicable Me 2 (2013)", + "Genres": "Animation|Children|Comedy|IMAX" + }, + { + "MovieId": "103341", + "Title": "World's End, The (2013)", + "Genres": "Action|Comedy|Sci-Fi" + }, + { + "MovieId": "103372", + "Title": "Heat, The (2013)", + "Genres": "Action|Comedy|Crime" + }, + { + "MovieId": "103502", + "Title": "Knot, The (2012)", + "Genres": "Comedy|Romance" + }, + { + "MovieId": "103539", + "Title": "The Spectacular Now (2013)", + "Genres": "Comedy|Drama|Romance" + }, + { + "MovieId": "103543", + "Title": "Lifeguard, The (2013)", + "Genres": "Comedy|Drama" + }, + { + "MovieId": "103602", + "Title": "Craig Ferguson: I'm Here To Help (2013)", + "Genres": "Comedy|Documentary" + }, + { + "MovieId": "103606", + "Title": "Stuck in Love (2012)", + "Genres": "Comedy|Drama|Romance" + }, + { + "MovieId": "103609", + "Title": "Class Act (1992)", + "Genres": "Comedy" + }, + { + "MovieId": "103655", + "Title": "R.I.P.D. (2013)", + "Genres": "Action|Comedy|Fantasy" + }, + { + "MovieId": "103755", + "Title": "Turbo (2013)", + "Genres": "Adventure|Animation|Children|Comedy|Fantasy" + }, + { + "MovieId": "103801", + "Title": "Drinking Buddies (2013)", + "Genres": "Comedy|Drama|Romance" + }, + { + "MovieId": "103810", + "Title": "Red 2 (2013)", + "Genres": "Action|Comedy|Crime|Thriller" + }, + { + "MovieId": "103819", + "Title": "Coffee Town (2013)", + "Genres": "Comedy" + }, + { + "MovieId": "103865", + "Title": "Revenge for Jolly! (2012)", + "Genres": "Comedy|Drama" + }, + { + "MovieId": "103883", + "Title": "2 Guns (2013)", + "Genres": "Action|Comedy|Crime" + }, + { + "MovieId": "103984", + "Title": "Great Beauty, The (Grande Bellezza, La) (2013)", + "Genres": "Comedy|Drama" + }, + { + "MovieId": "104069", + "Title": "Louis C.K.: Oh My God (2013)", + "Genres": "Comedy" + }, + { + "MovieId": "104076", + "Title": "Smurfs 2, The (2013)", + "Genres": "Animation|Children|Comedy" + }, + { + "MovieId": "104078", + "Title": "Alan Partridge: Alpha Papa (2013)", + "Genres": "Comedy" + }, + { + "MovieId": "104211", + "Title": "We're the Millers (2013)", + "Genres": "Comedy|Crime" + }, + { + "MovieId": "104218", + "Title": "Grown Ups 2 (2013)", + "Genres": "Comedy" + }, + { + "MovieId": "104241", + "Title": "Kick-Ass 2 (2013)", + "Genres": "Action|Comedy|Crime" + }, + { + "MovieId": "104245", + "Title": "Planes (2013)", + "Genres": "Adventure|Animation|Comedy" + }, + { + "MovieId": "104339", + "Title": "In a World... (2013)", + "Genres": "Comedy" + }, + { + "MovieId": "104644", + "Title": "Maria Bamford: The Special Special Special! (2012)", + "Genres": "Comedy" + }, + { + "MovieId": "104863", + "Title": "What If (2013)", + "Genres": "Comedy|Drama|Romance" + }, + { + "MovieId": "104875", + "Title": "History of Future Folk, The (2012)", + "Genres": "Adventure|Comedy|Musical|Sci-Fi" + }, + { + "MovieId": "104906", + "Title": "Austenland (2013)", + "Genres": "Comedy|Romance" + }, + { + "MovieId": "104925", + "Title": "Family, The (2013)", + "Genres": "Action|Comedy|Crime" + }, + { + "MovieId": "105020", + "Title": "Collision Course (1989)", + "Genres": "Action|Comedy|Thriller" + }, + { + "MovieId": "105037", + "Title": "To Do List, The (2013)", + "Genres": "Comedy" + }, + { + "MovieId": "105211", + "Title": "Enough Said (2013)", + "Genres": "Comedy|Drama|Romance" + }, + { + "MovieId": "105213", + "Title": "Don Jon (2013)", + "Genres": "Comedy|Drama|Romance" + }, + { + "MovieId": "105254", + "Title": "Crystal Fairy & the Magical Cactus and 2012 (2013)", + "Genres": "Adventure|Comedy" + }, + { + "MovieId": "105325", + "Title": "Bad Milo (Bad Milo!) (2013)", + "Genres": "Comedy|Horror" + }, + { + "MovieId": "105468", + "Title": "Cloudy with a Chance of Meatballs 2 (2013)", + "Genres": "Animation|Children|Comedy|Fantasy" + }, + { + "MovieId": "105540", + "Title": "All Dogs Christmas Carol, An (1998)", + "Genres": "Animation|Children|Comedy|Musical" + }, + { + "MovieId": "105593", + "Title": "Filth (2013)", + "Genres": "Comedy|Crime|Drama" + }, + { + "MovieId": "105720", + "Title": "Thief of Paris, The (Le voleur) (1967)", + "Genres": "Comedy|Crime|Drama" + }, + { + "MovieId": "105835", + "Title": "Double, The (2013)", + "Genres": "Comedy|Drama|Thriller" + }, + { + "MovieId": "106062", + "Title": "Jackass Presents: Bad Grandpa (2013)", + "Genres": "Comedy" + }, + { + "MovieId": "106330", + "Title": "Last Vegas (2013)", + "Genres": "Comedy|Drama|Romance" + }, + { + "MovieId": "106438", + "Title": "Philomena (2013)", + "Genres": "Comedy|Drama" + }, + { + "MovieId": "106540", + "Title": "Delivery Man (2013)", + "Genres": "Comedy" + }, + { + "MovieId": "106542", + "Title": "Charlie Countryman (2013)", + "Genres": "Action|Comedy|Romance" + }, + { + "MovieId": "106594", + "Title": "Red Flag (2012)", + "Genres": "Comedy|Drama|Romance" + }, + { + "MovieId": "106696", + "Title": "Frozen (2013)", + "Genres": "Adventure|Animation|Comedy|Fantasy|Musical|Romance" + }, + { + "MovieId": "106782", + "Title": "Wolf of Wall Street, The (2013)", + "Genres": "Comedy|Crime|Drama" + }, + { + "MovieId": "106883", + "Title": "All is Bright (2013)", + "Genres": "Comedy|Drama" + }, + { + "MovieId": "106918", + "Title": "Secret Life of Walter Mitty, The (2013)", + "Genres": "Adventure|Comedy|Drama" + }, + { + "MovieId": "106927", + "Title": "RoboGeisha (Robo-geisha) (2009)", + "Genres": "Action|Comedy|Sci-Fi" + }, + { + "MovieId": "107141", + "Title": "Saving Mr. Banks (2013)", + "Genres": "Comedy|Drama" + }, + { + "MovieId": "107338", + "Title": "Dampfnudelblues (2013)", + "Genres": "Comedy|Crime" + }, + { + "MovieId": "107348", + "Title": "Anchorman 2: The Legend Continues (2013)", + "Genres": "Comedy" + }, + { + "MovieId": "107408", + "Title": "Only Old Men Are Going to Battle (V boy idut odni stariki) (1973)", + "Genres": "Comedy|Drama|War" + }, + { + "MovieId": "107412", + "Title": "Kidnapping, Caucasian Style (Kavkazskaya plennitsa) (1967)", + "Genres": "Comedy|Romance" + }, + { + "MovieId": "107447", + "Title": "Wrong Cops (2013)", + "Genres": "Comedy|Crime" + }, + { + "MovieId": "107449", + "Title": "Muppet Christmas: Letters to Santa, A (2008)", + "Genres": "Children|Comedy" + }, + { + "MovieId": "107565", + "Title": "Fuck You, Goethe (Fack Ju G\u00f6hte) (2013)", + "Genres": "Comedy" + }, + { + "MovieId": "107630", + "Title": "High School (2010)", + "Genres": "Comedy" + }, + { + "MovieId": "107702", + "Title": "Grudge Match (2013)", + "Genres": "Comedy" + }, + { + "MovieId": "107951", + "Title": "Hunting Elephants (2013)", + "Genres": "Comedy|Crime" + }, + { + "MovieId": "108078", + "Title": "Chinese Puzzle (Casse-t\u00eate chinois) (2013)", + "Genres": "Comedy|Romance" + }, + { + "MovieId": "108156", + "Title": "Ride Along (2014)", + "Genres": "Action|Comedy" + }, + { + "MovieId": "108540", + "Title": "Ernest & C\u00e9lestine (Ernest et C\u00e9lestine) (2012)", + "Genres": "Adventure|Animation|Children|Comedy|Drama|Romance" + }, + { + "MovieId": "108715", + "Title": "Better Living Through Chemistry (2014)", + "Genres": "Comedy|Drama" + }, + { + "MovieId": "108932", + "Title": "The Lego Movie (2014)", + "Genres": "Action|Adventure|Animation|Children|Comedy|Fantasy" + }, + { + "MovieId": "109042", + "Title": "Knights of Badassdom (2013)", + "Genres": "Adventure|Comedy|Fantasy" + }, + { + "MovieId": "109183", + "Title": "Date and Switch (2014)", + "Genres": "Comedy" + }, + { + "MovieId": "109241", + "Title": "On the Other Side of the Tracks (De l'autre c\u00f4t\u00e9 du p\u00e9riph) (2012)", + "Genres": "Action|Comedy|Crime" + }, + { + "MovieId": "109313", + "Title": "Chouchou (2003)", + "Genres": "Comedy" + }, + { + "MovieId": "109317", + "Title": "Someone Marry Barry (2014)", + "Genres": "Comedy" + }, + { + "MovieId": "109372", + "Title": "About Last Night (2014)", + "Genres": "Comedy|Romance" + }, + { + "MovieId": "109374", + "Title": "Grand Budapest Hotel, The (2014)", + "Genres": "Comedy|Drama" + }, + { + "MovieId": "109383", + "Title": "Oversimplification of Her Beauty, An (2012)", + "Genres": "Animation|Comedy|Drama|Romance" + }, + { + "MovieId": "109416", + "Title": "Bring It On: Fight to the Finish (2009)", + "Genres": "Comedy" + }, + { + "MovieId": "109483", + "Title": "That Awkward Moment (2014)", + "Genres": "Comedy|Romance" + }, + { + "MovieId": "109576", + "Title": "Welcome to the Jungle (2013)", + "Genres": "Comedy" + }, + { + "MovieId": "109846", + "Title": "Mr. Peabody & Sherman (2014)", + "Genres": "Adventure|Animation|Comedy" + }, + { + "MovieId": "109853", + "Title": "Barefoot (2014)", + "Genres": "Comedy|Drama|Romance" + }, + { + "MovieId": "109864", + "Title": "Veronica Mars (2014)", + "Genres": "Comedy|Crime|Drama" + }, + { + "MovieId": "109895", + "Title": "Bad Words (2013)", + "Genres": "Comedy" + }, + { + "MovieId": "109941", + "Title": "Puss in Boots: The Three Diablos (2012)", + "Genres": "Animation|Comedy" + }, + { + "MovieId": "109971", + "Title": "Ocho apellidos vascos (2014)", + "Genres": "Comedy" + }, + { + "MovieId": "110130", + "Title": "Nut Job, The (2014)", + "Genres": "Adventure|Animation|Children|Comedy" + }, + { + "MovieId": "110281", + "Title": "King of Comedy (Hei kek ji wong) (1999)", + "Genres": "Comedy|Drama|Romance" + }, + { + "MovieId": "110297", + "Title": "Muppets Most Wanted (2014)", + "Genres": "Adventure|Comedy|Crime" + }, + { + "MovieId": "110541", + "Title": "Brain Smasher... A Love Story (Bouncer and the Lady, The) (1993)", + "Genres": "Action|Comedy" + }, + { + "MovieId": "110586", + "Title": "Calvary (2014)", + "Genres": "Comedy|Drama" + }, + { + "MovieId": "110655", + "Title": "Rio 2 (2014)", + "Genres": "Adventure|Animation|Children|Comedy" + }, + { + "MovieId": "110669", + "Title": "Honest Liar, An (2014)", + "Genres": "Comedy|Documentary" + }, + { + "MovieId": "110718", + "Title": "Fading Gigolo (2013)", + "Genres": "Comedy" + }, + { + "MovieId": "110746", + "Title": "Hatchet III (2013)", + "Genres": "Comedy|Horror" + }, + { + "MovieId": "110771", + "Title": "Other Woman, The (2014)", + "Genres": "Comedy|Romance" + }, + { + "MovieId": "110773", + "Title": "Haunted House 2, A (2014)", + "Genres": "Comedy|Horror" + }, + { + "MovieId": "110781", + "Title": "Mulan II (2004)", + "Genres": "Action|Animation|Children|Comedy|Musical" + }, + { + "MovieId": "111113", + "Title": "Neighbors (2014)", + "Genres": "Comedy" + }, + { + "MovieId": "111146", + "Title": "Alpha and Omega 3: The Great Wolf Games (2014)", + "Genres": "Action|Adventure|Animation|Children|Comedy" + }, + { + "MovieId": "111320", + "Title": "Mom's Night Out (2014)", + "Genres": "Comedy" + }, + { + "MovieId": "111375", + "Title": "Walk of Shame (2014)", + "Genres": "Comedy" + }, + { + "MovieId": "111443", + "Title": "Chef (2014)", + "Genres": "Comedy" + }, + { + "MovieId": "111617", + "Title": "Blended (2014)", + "Genres": "Comedy" + }, + { + "MovieId": "111622", + "Title": "Begin Again (2013)", + "Genres": "Comedy|Romance" + }, + { + "MovieId": "111663", + "Title": "Zombeavers (2014)", + "Genres": "Action|Comedy|Horror" + }, + { + "MovieId": "111680", + "Title": "At Middleton (2013)", + "Genres": "Comedy|Romance" + }, + { + "MovieId": "111743", + "Title": "A Million Ways to Die in the West (2014)", + "Genres": "Comedy|Western" + }, + { + "MovieId": "111795", + "Title": "Million Dollar Arm (2014)", + "Genres": "Comedy|Drama" + }, + { + "MovieId": "111800", + "Title": "G.B.F. (2013)", + "Genres": "Comedy" + }, + { + "MovieId": "112138", + "Title": "22 Jump Street (2014)", + "Genres": "Action|Comedy|Crime" + }, + { + "MovieId": "112183", + "Title": "Birdman: Or (The Unexpected Virtue of Ignorance) (2014)", + "Genres": "Comedy|Drama" + }, + { + "MovieId": "112303", + "Title": "Think Like a Man Too (2014)", + "Genres": "Comedy|Romance" + }, + { + "MovieId": "112421", + "Title": "Frank (2014)", + "Genres": "Comedy|Drama|Mystery" + }, + { + "MovieId": "112450", + "Title": "They Came Together (2014)", + "Genres": "Comedy|Romance" + }, + { + "MovieId": "112460", + "Title": "Planes: Fire & Rescue (2014)", + "Genres": "Adventure|Animation|Comedy" + }, + { + "MovieId": "112497", + "Title": "Tammy (2014)", + "Genres": "Comedy" + }, + { + "MovieId": "112580", + "Title": "Angriest Man in Brooklyn, The (2014)", + "Genres": "Comedy|Drama" + }, + { + "MovieId": "112749", + "Title": "And So It Goes (2014)", + "Genres": "Comedy|Drama|Romance" + }, + { + "MovieId": "112788", + "Title": "Sex Tape (2014)", + "Genres": "Comedy" + }, + { + "MovieId": "113159", + "Title": "Life After Beth (2014)", + "Genres": "Comedy|Horror|Romance" + }, + { + "MovieId": "113225", + "Title": "Magic in the Moonlight (2014)", + "Genres": "Comedy|Drama|Romance" + }, + { + "MovieId": "113252", + "Title": "Housebound (2014)", + "Genres": "Comedy|Horror|Thriller" + }, + { + "MovieId": "113275", + "Title": "The Hundred-Foot Journey (2014)", + "Genres": "Comedy|Drama" + }, + { + "MovieId": "113348", + "Title": "Teenage Mutant Ninja Turtles (2014)", + "Genres": "Action|Adventure|Comedy" + }, + { + "MovieId": "113374", + "Title": "Old Lady and the Pigeons, The (La vieille dame et les pigeons) (1997)", + "Genres": "Animation|Comedy" + }, + { + "MovieId": "113394", + "Title": "Pretty One, The (2013)", + "Genres": "Comedy|Drama" + }, + { + "MovieId": "113453", + "Title": "Let's Be Cops (2014)", + "Genres": "Comedy|Crime" + }, + { + "MovieId": "113532", + "Title": "Inbetweeners 2, The (2014)", + "Genres": "Comedy" + }, + { + "MovieId": "113829", + "Title": "One I Love, The (2014)", + "Genres": "Comedy|Drama|Romance" + }, + { + "MovieId": "114028", + "Title": "Pride (2014)", + "Genres": "Comedy|Drama" + }, + { + "MovieId": "114265", + "Title": "Laggies (2014)", + "Genres": "Comedy|Romance" + }, + { + "MovieId": "114601", + "Title": "This Is Where I Leave You (2014)", + "Genres": "Comedy|Drama" + }, + { + "MovieId": "114670", + "Title": "Tusk (2014)", + "Genres": "Comedy|Drama|Horror" + }, + { + "MovieId": "114678", + "Title": "Hector and the Search for Happiness (2014)", + "Genres": "Adventure|Comedy|Drama" + }, + { + "MovieId": "114762", + "Title": "Two Night Stand (2014)", + "Genres": "Comedy|Romance" + }, + { + "MovieId": "114818", + "Title": "Stretch (2014)", + "Genres": "Action|Comedy|Crime" + }, + { + "MovieId": "115111", + "Title": "Ward 13 (2003)", + "Genres": "Action|Animation|Comedy|Horror" + }, + { + "MovieId": "115122", + "Title": "What We Do in the Shadows (2014)", + "Genres": "Comedy|Horror" + }, + { + "MovieId": "115231", + "Title": "St. Vincent (2014)", + "Genres": "Comedy" + }, + { + "MovieId": "115502", + "Title": "Rewrite, The (2014)", + "Genres": "Comedy|Romance" + }, + { + "MovieId": "115617", + "Title": "Big Hero 6 (2014)", + "Genres": "Action|Animation|Comedy" + }, + { + "MovieId": "115667", + "Title": "Love, Rosie (2014)", + "Genres": "Comedy|Romance" + }, + { + "MovieId": "115819", + "Title": "Mr Hublot (2013)", + "Genres": "Animation|Comedy" + }, + { + "MovieId": "115877", + "Title": "Simpsons: The Longest Daycare, The (2012)", + "Genres": "Animation|Comedy" + }, + { + "MovieId": "116044", + "Title": "Christmas in Connecticut (1992)", + "Genres": "Comedy|Romance" + }, + { + "MovieId": "116413", + "Title": "Life Partners (2014)", + "Genres": "Comedy|Romance" + }, + { + "MovieId": "116419", + "Title": "Drive Hard (2014)", + "Genres": "Action|Comedy|Crime" + }, + { + "MovieId": "116505", + "Title": "New Kids Nitro (2011)", + "Genres": "Action|Comedy" + }, + { + "MovieId": "116668", + "Title": "Dead Snow 2: Red vs. Dead (2014) ", + "Genres": "Action|Comedy|Horror" + }, + { + "MovieId": "116718", + "Title": "Volga - Volga (1938)", + "Genres": "Comedy|Musical" + }, + { + "MovieId": "116724", + "Title": "You Are the Apple of My Eye (2011)", + "Genres": "Comedy|Drama|Romance" + }, + { + "MovieId": "116738", + "Title": "DeadHeads (2011)", + "Genres": "Adventure|Comedy|Horror" + }, + { + "MovieId": "116799", + "Title": "Inherent Vice (2014)", + "Genres": "Comedy|Crime|Drama|Mystery|Romance" + }, + { + "MovieId": "116817", + "Title": "Rudderless (2014)", + "Genres": "Comedy|Drama" + }, + { + "MovieId": "116849", + "Title": "Sex Ed (2014)", + "Genres": "Comedy|Romance" + }, + { + "MovieId": "116897", + "Title": "Wild Tales (2014)", + "Genres": "Comedy|Drama|Thriller" + }, + { + "MovieId": "116941", + "Title": "Jetsons: The Movie (1990)", + "Genres": "Animation|Children|Comedy|Musical|Sci-Fi" + }, + { + "MovieId": "116963", + "Title": "Ski School (1991)", + "Genres": "Comedy" + }, + { + "MovieId": "116977", + "Title": "Dumb and Dumber To (2014)", + "Genres": "Comedy" + }, + { + "MovieId": "116985", + "Title": "The Longest Week (2014)", + "Genres": "Comedy|Drama" + }, + { + "MovieId": "117109", + "Title": "Too Many Cooks (2014)", + "Genres": "Comedy" + }, + { + "MovieId": "117368", + "Title": "The Madagascar Penguins in a Christmas Caper (2005)", + "Genres": "Animation|Comedy" + }, + { + "MovieId": "117511", + "Title": "Hello Ladies: The Movie (2014)", + "Genres": "Comedy" + }, + { + "MovieId": "117572", + "Title": "Hit by Lightning (2014)", + "Genres": "Comedy|Crime|Romance" + }, + { + "MovieId": "117590", + "Title": "Horrible Bosses 2 (2014)", + "Genres": "Comedy|Crime" + }, + { + "MovieId": "117630", + "Title": "Double Trouble (1992)", + "Genres": "Action|Comedy|Crime|Romance" + }, + { + "MovieId": "117646", + "Title": "Dragonheart 2: A New Beginning (2000)", + "Genres": "Action|Adventure|Comedy|Drama|Fantasy|Thriller" + }, + { + "MovieId": "117849", + "Title": "La Belle Verte (1996)", + "Genres": "Comedy" + }, + { + "MovieId": "117851", + "Title": "Penguins of Madagascar (2014)", + "Genres": "Adventure|Animation|Children|Comedy" + }, + { + "MovieId": "117887", + "Title": "Paddington (2014)", + "Genres": "Children|Comedy" + }, + { + "MovieId": "118082", + "Title": "The Voices (2014)", + "Genres": "Comedy|Crime|Thriller" + }, + { + "MovieId": "118166", + "Title": "Courier (1987)", + "Genres": "Comedy|Drama|Romance" + }, + { + "MovieId": "118270", + "Title": "Hellbenders (2012)", + "Genres": "Comedy|Horror|Thriller" + }, + { + "MovieId": "118512", + "Title": "Bring It On: In It To Win It (2007)", + "Genres": "Comedy" + }, + { + "MovieId": "118530", + "Title": "Fans (1999)", + "Genres": "Comedy" + }, + { + "MovieId": "118572", + "Title": "The Mule (2014)", + "Genres": "Comedy|Crime|Drama" + }, + { + "MovieId": "118814", + "Title": "Playing It Cool (2014)", + "Genres": "Comedy|Romance" + }, + { + "MovieId": "118834", + "Title": "National Lampoon's Bag Boy (2007)", + "Genres": "Comedy" + }, + { + "MovieId": "118862", + "Title": "Closer to the Moon (2013)", + "Genres": "Comedy|Drama" + }, + { + "MovieId": "118888", + "Title": "Dave Chappelle: For What it's Worth (2004)", + "Genres": "Comedy" + }, + { + "MovieId": "118924", + "Title": "Top Five (2014)", + "Genres": "Comedy" + }, + { + "MovieId": "118930", + "Title": "Bill Burr: I'm Sorry You Feel That Way (2014)", + "Genres": "Comedy" + }, + { + "MovieId": "118997", + "Title": "Into the Woods (2014)", + "Genres": "Children|Comedy|Fantasy|Musical" + }, + { + "MovieId": "119068", + "Title": "Men, Women & Children (2014)", + "Genres": "Comedy|Drama" + }, + { + "MovieId": "119141", + "Title": "The Interview (2014)", + "Genres": "Action|Comedy" + }, + { + "MovieId": "119145", + "Title": "Kingsman: The Secret Service (2015)", + "Genres": "Action|Adventure|Comedy|Crime" + }, + { + "MovieId": "119153", + "Title": "Bill Burr: You People Are All the Same (2012)", + "Genres": "Comedy" + }, + { + "MovieId": "119155", + "Title": "Night at the Museum: Secret of the Tomb (2014)", + "Genres": "Adventure|Children|Comedy|Fantasy" + }, + { + "MovieId": "119714", + "Title": "Corner Gas: The Movie (2014)", + "Genres": "Comedy" + }, + { + "MovieId": "119964", + "Title": "A Merry Friggin' Christmas (2014)", + "Genres": "Comedy" + }, + { + "MovieId": "120138", + "Title": "PK (2014)", + "Genres": "Comedy|Drama|Fantasy|Mystery|Romance" + }, + { + "MovieId": "120807", + "Title": "John Mulaney: New In Town (2012)", + "Genres": "Comedy" + }, + { + "MovieId": "120813", + "Title": "Patton Oswalt: My Weakness Is Strong (2009)", + "Genres": "Comedy" + }, + { + "MovieId": "120919", + "Title": "Man on High Heels (2014)", + "Genres": "Action|Comedy" + }, + { + "MovieId": "121097", + "Title": "To Grandmother's House We Go (1992)", + "Genres": "Adventure|Children|Comedy" + }, + { + "MovieId": "121129", + "Title": "The Hungover Games (2014)", + "Genres": "Comedy" + }, + { + "MovieId": "121338", + "Title": "Carry on Cabby (1963)", + "Genres": "Adventure|Comedy|Romance" + }, + { + "MovieId": "121342", + "Title": "Carry on Cruising (1962)", + "Genres": "Comedy|Romance" + }, + { + "MovieId": "121372", + "Title": "Bill Burr: Let It Go (2010)", + "Genres": "Comedy" + }, + { + "MovieId": "121374", + "Title": "Bill Burr: Why Do I Do This? (2008)", + "Genres": "Comedy" + }, + { + "MovieId": "121469", + "Title": "Killer Movie (2008)", + "Genres": "Comedy|Horror|Mystery|Thriller" + }, + { + "MovieId": "121715", + "Title": "Sebastian Maniscalco: What's Wrong with People? (2012)", + "Genres": "Comedy" + }, + { + "MovieId": "121781", + "Title": "Stuart Little 3: Call of the Wild (2005)", + "Genres": "Animation|Children|Comedy|Fantasy" + }, + { + "MovieId": "122092", + "Title": "Guy X (2005)", + "Genres": "Comedy|War" + }, + { + "MovieId": "122246", + "Title": "Tooth Fairy 2 (2012)", + "Genres": "Children|Comedy" + }, + { + "MovieId": "122904", + "Title": "Deadpool (2016)", + "Genres": "Action|Adventure|Comedy|Sci-Fi" + }, + { + "MovieId": "122932", + "Title": "Elsa & Fred (2014)", + "Genres": "Children|Comedy|Romance" + }, + { + "MovieId": "123200", + "Title": "Jim Jefferies: I Swear to God (2009)", + "Genres": "Comedy" + }, + { + "MovieId": "124273", + "Title": "Kevin Smith: Too Fat For 40 (2010)", + "Genres": "Comedy" + }, + { + "MovieId": "124404", + "Title": "Snowflake, the White Gorilla (2011)", + "Genres": "Adventure|Animation|Children|Comedy" + }, + { + "MovieId": "124484", + "Title": "Kenny & Company (1976)", + "Genres": "Comedy|Drama" + }, + { + "MovieId": "125914", + "Title": "Mortdecai (2015)", + "Genres": "Adventure|Comedy|Mystery|Romance" + }, + { + "MovieId": "125970", + "Title": "Halloweentown (1998)", + "Genres": "Adventure|Children|Comedy|Fantasy" + }, + { + "MovieId": "125974", + "Title": "Halloweentown High (2004)", + "Genres": "Adventure|Children|Comedy|Fantasy" + }, + { + "MovieId": "126088", + "Title": "A Flintstones Christmas Carol (1994)", + "Genres": "Animation|Children|Comedy" + }, + { + "MovieId": "126548", + "Title": "The DUFF (2015)", + "Genres": "Comedy" + }, + { + "MovieId": "126577", + "Title": "Daddy, I'm A Zombie (2012)", + "Genres": "Animation|Comedy|Fantasy" + }, + { + "MovieId": "126921", + "Title": "The Fox and the Hound 2 (2006)", + "Genres": "Adventure|Animation|Children|Comedy" + }, + { + "MovieId": "127052", + "Title": "Operation 'Y' & Other Shurik's Adventures (1965)", + "Genres": "Comedy|Crime|Romance" + }, + { + "MovieId": "127098", + "Title": "Louis C.K.: Live at The Comedy Store (2015)", + "Genres": "Comedy" + }, + { + "MovieId": "127130", + "Title": "Mistress America (2015)", + "Genres": "Comedy" + }, + { + "MovieId": "127134", + "Title": "A Walk in the Woods (2015)", + "Genres": "Adventure|Comedy|Drama" + }, + { + "MovieId": "127194", + "Title": "The D Train (2015)", + "Genres": "Comedy" + }, + { + "MovieId": "127198", + "Title": "Dope (2015)", + "Genres": "Comedy|Drama" + }, + { + "MovieId": "127204", + "Title": "The Overnight (2015)", + "Genres": "Comedy" + }, + { + "MovieId": "127298", + "Title": "A Pigeon Sat on a Branch Reflecting on Existence (2014)", + "Genres": "Comedy|Drama" + }, + { + "MovieId": "127390", + "Title": "Family Guy Presents: Blue Harvest (2007)", + "Genres": "Animation|Comedy" + }, + { + "MovieId": "128087", + "Title": "Trinity and Sartana Are Coming (1972)", + "Genres": "Comedy|Western" + }, + { + "MovieId": "128089", + "Title": "Kevin Hart: I'm a Grown Little Man (2009)", + "Genres": "Comedy" + }, + { + "MovieId": "128097", + "Title": "Jim Norton: American Degenerate (2013)", + "Genres": "Comedy" + }, + { + "MovieId": "128099", + "Title": "Jim Jefferies: BARE (2014)", + "Genres": "Comedy" + }, + { + "MovieId": "128197", + "Title": "Hard Promises (1991)", + "Genres": "Comedy|Romance" + }, + { + "MovieId": "128366", + "Title": "Patton Oswalt: Tragedy Plus Comedy Equals Time (2014)", + "Genres": "Comedy" + }, + { + "MovieId": "128520", + "Title": "The Wedding Ringer (2015)", + "Genres": "Comedy" + }, + { + "MovieId": "128594", + "Title": "Boy Meets Girl (2015)", + "Genres": "Comedy|Drama|Romance" + }, + { + "MovieId": "128832", + "Title": "The Last Five Years (2014)", + "Genres": "Comedy|Drama|Musical|Romance" + }, + { + "MovieId": "128852", + "Title": "Chris Rock: Bigger & Blacker (1999)", + "Genres": "Comedy" + }, + { + "MovieId": "128908", + "Title": "Cloudburst (2011)", + "Genres": "Adventure|Comedy|Drama" + }, + { + "MovieId": "128914", + "Title": "Tom Segura: Completely Normal (2014)", + "Genres": "Comedy" + }, + { + "MovieId": "128944", + "Title": "Honey, We Shrunk Ourselves (1997)", + "Genres": "Action|Adventure|Children|Comedy|Sci-Fi" + }, + { + "MovieId": "128968", + "Title": "Stitch! The Movie (2003)", + "Genres": "Animation|Children|Comedy" + }, + { + "MovieId": "128975", + "Title": "Hot Tub Time Machine 2 (2015)", + "Genres": "Comedy|Sci-Fi" + }, + { + "MovieId": "128991", + "Title": "Johnny Express (2014)", + "Genres": "Animation|Comedy|Sci-Fi" + }, + { + "MovieId": "129011", + "Title": "Eddie Izzard: Glorious (1997)", + "Genres": "Comedy" + }, + { + "MovieId": "129313", + "Title": "Reality (2014)", + "Genres": "Comedy" + }, + { + "MovieId": "129354", + "Title": "Focus (2015)", + "Genres": "Comedy|Crime|Drama|Romance" + }, + { + "MovieId": "129428", + "Title": "The Second Best Exotic Marigold Hotel (2015)", + "Genres": "Comedy|Drama" + }, + { + "MovieId": "129514", + "Title": "George Carlin: It's Bad for Ya! (2008)", + "Genres": "Comedy" + }, + { + "MovieId": "129737", + "Title": "Unfinished Business (2015)", + "Genres": "Comedy" + }, + { + "MovieId": "130087", + "Title": "The Cobbler (2015)", + "Genres": "Comedy|Drama|Fantasy" + }, + { + "MovieId": "130452", + "Title": "While We're Young (2014)", + "Genres": "Comedy|Drama" + }, + { + "MovieId": "130498", + "Title": "La v\u00e9rit\u00e9 si je mens ! (1997)", + "Genres": "Comedy" + }, + { + "MovieId": "130518", + "Title": "The Amazing Screw-On Head (2006)", + "Genres": "Action|Adventure|Animation|Comedy|Sci-Fi" + }, + { + "MovieId": "130520", + "Title": "Home (2015)", + "Genres": "Adventure|Animation|Children|Comedy|Fantasy|Sci-Fi" + }, + { + "MovieId": "130686", + "Title": "The Final Girls (2015)", + "Genres": "Comedy|Horror" + }, + { + "MovieId": "130970", + "Title": "George Carlin: Life Is Worth Losing (2005)", + "Genres": "Comedy" + }, + { + "MovieId": "130978", + "Title": "Love and Pigeons (1985)", + "Genres": "Comedy|Romance" + }, + { + "MovieId": "131013", + "Title": "Get Hard (2015)", + "Genres": "Comedy|Crime" + }, + { + "MovieId": "131098", + "Title": "Saving Santa (2013)", + "Genres": "Animation|Children|Comedy" + }, + { + "MovieId": "131104", + "Title": "The Brain (1969)", + "Genres": "Comedy|Crime" + }, + { + "MovieId": "131130", + "Title": "Tom and Jerry: A Nutcracker Tale (2007)", + "Genres": "Animation|Comedy" + }, + { + "MovieId": "131237", + "Title": "What Men Talk About (2010)", + "Genres": "Comedy" + }, + { + "MovieId": "131578", + "Title": "Reckless Kelly (1994)", + "Genres": "Comedy" + }, + { + "MovieId": "131610", + "Title": "Willy/Milly (1986)", + "Genres": "Comedy|Fantasy" + }, + { + "MovieId": "131656", + "Title": "Shaun the Sheep Movie (2015)", + "Genres": "Adventure|Animation|Children|Comedy" + }, + { + "MovieId": "131749", + "Title": "Libre et assoupi (2014)", + "Genres": "Comedy" + }, + { + "MovieId": "131826", + "Title": "Iliza Shlesinger: Freezing Hot (2015)", + "Genres": "Comedy" + }, + { + "MovieId": "131920", + "Title": "The Road Within (2014)", + "Genres": "Comedy|Drama" + }, + { + "MovieId": "131934", + "Title": "The Malibu Bikini Shop (1986)", + "Genres": "Comedy" + }, + { + "MovieId": "132153", + "Title": "Buzzard (2015)", + "Genres": "Comedy|Drama|Horror" + }, + { + "MovieId": "132157", + "Title": "Paul Blart: Mall Cop 2 (2015)", + "Genres": "Action|Comedy|Crime" + }, + { + "MovieId": "132422", + "Title": "Da Sweet Blood of Jesus (2014)", + "Genres": "Comedy|Romance|Thriller" + }, + { + "MovieId": "132454", + "Title": "Girltrash: All Night Long (2014)", + "Genres": "Comedy|Crime|Drama" + }, + { + "MovieId": "132488", + "Title": "Lovesick (2014)", + "Genres": "Comedy|Romance" + }, + { + "MovieId": "132496", + "Title": "Danny Collins (2015)", + "Genres": "Comedy|Drama" + }, + { + "MovieId": "132584", + "Title": "The Even Stevens Movie (2003)", + "Genres": "Children|Comedy" + }, + { + "MovieId": "132660", + "Title": "Man Up (2015)", + "Genres": "Comedy|Romance" + }, + { + "MovieId": "132800", + "Title": "Welcome to Me (2014)", + "Genres": "Comedy|Drama" + }, + { + "MovieId": "132888", + "Title": "Comedy Central Roast of James Franco (2013)", + "Genres": "Comedy" + }, + { + "MovieId": "133217", + "Title": "B/W (2015)", + "Genres": "Comedy|Crime|Sci-Fi" + }, + { + "MovieId": "133281", + "Title": "Ricki and the Flash (2015)", + "Genres": "Comedy|Drama" + }, + { + "MovieId": "133419", + "Title": "Pitch Perfect 2 (2015)", + "Genres": "Comedy" + }, + { + "MovieId": "133545", + "Title": "Just Before I Go (2014)", + "Genres": "Comedy|Drama" + }, + { + "MovieId": "133712", + "Title": "Office Romance (1977)", + "Genres": "Comedy|Romance" + }, + { + "MovieId": "133716", + "Title": "Bootleggers (1961)", + "Genres": "Comedy|Crime" + }, + { + "MovieId": "133771", + "Title": "The Lobster (2015)", + "Genres": "Comedy|Romance|Sci-Fi" + }, + { + "MovieId": "133780", + "Title": "G\u00fceros (2014)", + "Genres": "Comedy|Drama" + }, + { + "MovieId": "133798", + "Title": "Hot Pursuit (2015)", + "Genres": "Action|Comedy" + }, + { + "MovieId": "133867", + "Title": "Barely Lethal (2015)", + "Genres": "Action|Adventure|Comedy" + }, + { + "MovieId": "133879", + "Title": "Carry On Don't Lose Your Head (1966)", + "Genres": "Comedy" + }, + { + "MovieId": "134004", + "Title": "What Love Is (2007)", + "Genres": "Comedy|Romance" + }, + { + "MovieId": "134021", + "Title": "5 to 7 (2014)", + "Genres": "Comedy|Drama|Romance" + }, + { + "MovieId": "134041", + "Title": "Afonya (1975)", + "Genres": "Comedy|Drama|Romance" + }, + { + "MovieId": "134109", + "Title": "Radio Day (2008)", + "Genres": "Comedy" + }, + { + "MovieId": "134170", + "Title": "Kung Fury (2015)", + "Genres": "Action|Comedy|Fantasy|Sci-Fi" + }, + { + "MovieId": "134184", + "Title": "Elections Day (2007)", + "Genres": "Comedy" + }, + { + "MovieId": "134252", + "Title": "That Munchhausen (1979)", + "Genres": "Comedy|Drama|Fantasy" + }, + { + "MovieId": "134326", + "Title": "The Taming of the Scoundrel (1980)", + "Genres": "Comedy" + }, + { + "MovieId": "134334", + "Title": "Phir Hera Pheri (2006)", + "Genres": "Comedy" + }, + { + "MovieId": "134368", + "Title": "Spy (2015)", + "Genres": "Action|Comedy|Crime" + }, + { + "MovieId": "134393", + "Title": "Trainwreck (2015)", + "Genres": "Comedy|Romance" + }, + { + "MovieId": "134528", + "Title": "Aloha (2015)", + "Genres": "Comedy|Drama|Romance" + }, + { + "MovieId": "134783", + "Title": "Entourage (2015)", + "Genres": "Comedy" + }, + { + "MovieId": "134808", + "Title": "No Way Jose (2015)", + "Genres": "Comedy" + }, + { + "MovieId": "134847", + "Title": "Ghost Graduation (2012)", + "Genres": "Comedy" + }, + { + "MovieId": "134849", + "Title": "Duck Amuck (1953)", + "Genres": "Animation|Children|Comedy" + }, + { + "MovieId": "134853", + "Title": "Inside Out (2015)", + "Genres": "Adventure|Animation|Children|Comedy|Drama|Fantasy" + }, + { + "MovieId": "135137", + "Title": "Pixels (2015)", + "Genres": "Action|Comedy|Sci-Fi" + }, + { + "MovieId": "135198", + "Title": "The Hairdresser (2010)", + "Genres": "Comedy|Drama" + }, + { + "MovieId": "135216", + "Title": "The Star Wars Holiday Special (1978)", + "Genres": "Adventure|Children|Comedy|Sci-Fi" + }, + { + "MovieId": "135436", + "Title": "The Secret Life of Pets (2016)", + "Genres": "Animation|Comedy" + }, + { + "MovieId": "135534", + "Title": "Krampus (2015)", + "Genres": "Comedy|Fantasy|Horror" + }, + { + "MovieId": "135777", + "Title": "Golmaal (2006)", + "Genres": "Children|Comedy" + }, + { + "MovieId": "135861", + "Title": "Ted 2 (2015)", + "Genres": "Comedy" + }, + { + "MovieId": "135885", + "Title": "Absolutely Anything (2015)", + "Genres": "Comedy|Sci-Fi" + }, + { + "MovieId": "135887", + "Title": "Minions (2015)", + "Genres": "Adventure|Animation|Children|Comedy" + }, + { + "MovieId": "135937", + "Title": "The Silence of the Hams (1994)", + "Genres": "Comedy|Thriller" + }, + { + "MovieId": "136016", + "Title": "The Good Dinosaur (2015)", + "Genres": "Adventure|Animation|Children|Comedy|Fantasy" + }, + { + "MovieId": "136341", + "Title": "Scooby-Doo! and the Samurai Sword (2009)", + "Genres": "Animation|Children|Comedy" + }, + { + "MovieId": "136353", + "Title": "Scooby-Doo! and the Loch Ness Monster (2004)", + "Genres": "Animation|Children|Comedy" + }, + { + "MovieId": "136355", + "Title": "Big Top Scooby-Doo! (2012)", + "Genres": "Animation|Children|Comedy" + }, + { + "MovieId": "136359", + "Title": "Scooby-Doo Goes Hollywood (1979)", + "Genres": "Animation|Children|Comedy" + }, + { + "MovieId": "136443", + "Title": "Gabriel Iglesias: Hot and Fluffy (2007)", + "Genres": "Comedy" + }, + { + "MovieId": "136445", + "Title": "George Carlin: Back in Town (1996)", + "Genres": "Comedy" + }, + { + "MovieId": "136447", + "Title": "George Carlin: You Are All Diseased (1999)", + "Genres": "Comedy" + }, + { + "MovieId": "136469", + "Title": "Larry David: Curb Your Enthusiasm (1999)", + "Genres": "Comedy" + }, + { + "MovieId": "136471", + "Title": "Kevin Hart: Laugh at My Pain (2011)", + "Genres": "Comedy|Documentary" + }, + { + "MovieId": "136503", + "Title": "Tom and Jerry: Shiver Me Whiskers (2006)", + "Genres": "Animation|Children|Comedy" + }, + { + "MovieId": "136511", + "Title": "Jeff Dunham: All Over the Map (2014)", + "Genres": "Comedy" + }, + { + "MovieId": "136540", + "Title": "The FP (2012)", + "Genres": "Comedy" + }, + { + "MovieId": "136598", + "Title": "Vacation (2015)", + "Genres": "Adventure|Comedy" + }, + { + "MovieId": "136666", + "Title": "Search Party (2014)", + "Genres": "Comedy" + }, + { + "MovieId": "136778", + "Title": "The Squeeze (2015)", + "Genres": "Comedy|Drama" + }, + { + "MovieId": "136816", + "Title": "Bad Asses on the Bayou (2015)", + "Genres": "Action|Comedy" + }, + { + "MovieId": "136838", + "Title": "Kiss me Kismet (2006)", + "Genres": "Comedy|Romance" + }, + { + "MovieId": "136840", + "Title": "Da geht noch was! (2013)", + "Genres": "Comedy|Drama|Romance" + }, + { + "MovieId": "137595", + "Title": "Magic Mike XXL (2015)", + "Genres": "Comedy|Drama" + }, + { + "MovieId": "138036", + "Title": "The Man from U.N.C.L.E. (2015)", + "Genres": "Action|Adventure|Comedy" + }, + { + "MovieId": "138204", + "Title": "7 Days in Hell (2015)", + "Genres": "Comedy" + }, + { + "MovieId": "138396", + "Title": "There Will Come a Day (2013)", + "Genres": "Comedy|Drama" + }, + { + "MovieId": "138546", + "Title": "The Opposite Sex (2014)", + "Genres": "Comedy" + }, + { + "MovieId": "138702", + "Title": "Feast (2014)", + "Genres": "Animation|Children|Comedy|Drama|Romance" + }, + { + "MovieId": "138798", + "Title": "Joe Dirt 2: Beautiful Loser (2015)", + "Genres": "Comedy" + }, + { + "MovieId": "138835", + "Title": "Return to Treasure Island (1988)", + "Genres": "Adventure|Animation|Comedy" + }, + { + "MovieId": "139157", + "Title": "Massu Engira Maasilamani (2015)", + "Genres": "Comedy|Horror|Thriller" + }, + { + "MovieId": "139855", + "Title": "Anomalisa (2015)", + "Genres": "Animation|Comedy|Fantasy" + }, + { + "MovieId": "139915", + "Title": "How to Make Love Like an Englishman (2014)", + "Genres": "Comedy|Romance" + }, + { + "MovieId": "139994", + "Title": "Fracchia contro Dracula (1985)", + "Genres": "Comedy|Horror" + }, + { + "MovieId": "140038", + "Title": "Madly in Love (1981)", + "Genres": "Comedy" + }, + { + "MovieId": "140110", + "Title": "The Intern (2015)", + "Genres": "Comedy" + }, + { + "MovieId": "140133", + "Title": "Hollywood Chainsaw Hookers (1988)", + "Genres": "Comedy|Horror" + }, + { + "MovieId": "140265", + "Title": "George Carlin: Jammin' in New York (1992)", + "Genres": "Comedy" + }, + { + "MovieId": "140289", + "Title": "Men & Chicken (2015)", + "Genres": "Comedy|Drama" + }, + { + "MovieId": "140301", + "Title": "The Escort (2015)", + "Genres": "Comedy|Romance" + }, + { + "MovieId": "140481", + "Title": "Family Guy Presents: Something, Something, Something, Dark Side (2009)", + "Genres": "Animation|Comedy|Sci-Fi" + }, + { + "MovieId": "140523", + "Title": "Visit, The (2015)", + "Genres": "Comedy|Horror" + }, + { + "MovieId": "140541", + "Title": "The Electric Hotel (1908)", + "Genres": "Animation|Comedy|Sci-Fi" + }, + { + "MovieId": "140561", + "Title": "Jeff Ross Roasts Criminals: Live at Brazos County Jail (2015)", + "Genres": "Comedy|Documentary" + }, + { + "MovieId": "140711", + "Title": "American Ultra (2015)", + "Genres": "Action|Comedy|Sci-Fi|Thriller" + }, + { + "MovieId": "140816", + "Title": "Tangerine (2015)", + "Genres": "Comedy|Drama" + }, + { + "MovieId": "140928", + "Title": "Joy (2015)", + "Genres": "Comedy|Drama" + }, + { + "MovieId": "141408", + "Title": "Scouts Guide to the Zombie Apocalypse (2015)", + "Genres": "Action|Comedy|Horror" + }, + { + "MovieId": "141513", + "Title": "Fort Tilden (2014)", + "Genres": "Comedy" + }, + { + "MovieId": "141646", + "Title": "The Unauthorized Saved by the Bell Story (2014)", + "Genres": "Comedy|Drama" + }, + { + "MovieId": "141718", + "Title": "Deathgasm (2015)", + "Genres": "Comedy|Horror" + }, + { + "MovieId": "141799", + "Title": "Cooties (2015)", + "Genres": "Comedy|Horror" + }, + { + "MovieId": "141810", + "Title": "Autumn Marathon (1979)", + "Genres": "Comedy|Drama" + }, + { + "MovieId": "141816", + "Title": "12 Chairs (1976)", + "Genres": "Adventure|Comedy" + }, + { + "MovieId": "141818", + "Title": "Ordinary Miracle (1978)", + "Genres": "Comedy|Drama|Fantasy|Romance" + }, + { + "MovieId": "141820", + "Title": "Old Men: Robbers (1971)", + "Genres": "Comedy" + }, + { + "MovieId": "141830", + "Title": "Unbelievable Adventures of Italians in Russia (1974)", + "Genres": "Adventure|Comedy" + }, + { + "MovieId": "141836", + "Title": "It Can't Be! (1975)", + "Genres": "Comedy" + }, + { + "MovieId": "141844", + "Title": "12 Chairs (1971)", + "Genres": "Adventure|Comedy" + }, + { + "MovieId": "141928", + "Title": "Bloodsucking Bastards (2015)", + "Genres": "Comedy|Horror" + }, + { + "MovieId": "141994", + "Title": "Saving Christmas (2014)", + "Genres": "Children|Comedy" + }, + { + "MovieId": "142020", + "Title": "Oscar (1967)", + "Genres": "Comedy" + }, + { + "MovieId": "142196", + "Title": "Cornered! (2009)", + "Genres": "Comedy|Horror" + }, + { + "MovieId": "142372", + "Title": "Our Brand Is Crisis (2015)", + "Genres": "Comedy|Drama" + }, + { + "MovieId": "142422", + "Title": "The Night Before (2015)", + "Genres": "Comedy" + }, + { + "MovieId": "142444", + "Title": "The Editor (2015)", + "Genres": "Comedy|Horror|Mystery" + }, + { + "MovieId": "142550", + "Title": "Ryuzo and the Seven Henchmen (2015)", + "Genres": "Action|Comedy" + }, + { + "MovieId": "142558", + "Title": "If I Were a Rich Man (2002)", + "Genres": "Comedy" + }, + { + "MovieId": "142602", + "Title": "F*ck You, Goethe 2 (2015)", + "Genres": "Comedy" + }, + { + "MovieId": "142831", + "Title": "Garam Masala (2005)", + "Genres": "Comedy" + }, + { + "MovieId": "142961", + "Title": "Life Eternal (2015)", + "Genres": "Comedy|Crime|Thriller" + }, + { + "MovieId": "142997", + "Title": "Hotel Transylvania 2 (2015)", + "Genres": "Animation|Comedy" + }, + { + "MovieId": "143031", + "Title": "Jump In! (2007)", + "Genres": "Comedy|Drama|Romance" + }, + { + "MovieId": "143257", + "Title": "Ashby (2015)", + "Genres": "Comedy|Drama" + }, + { + "MovieId": "143525", + "Title": "Chasuke's Journey (2015)", + "Genres": "Comedy|Drama" + }, + { + "MovieId": "143559", + "Title": "L.A. Slasher (2015)", + "Genres": "Comedy|Crime|Fantasy" + }, + { + "MovieId": "143859", + "Title": "Hail, Caesar! (2016)", + "Genres": "Comedy" + }, + { + "MovieId": "143969", + "Title": "Er ist wieder da (2015)", + "Genres": "Comedy" + }, + { + "MovieId": "144222", + "Title": "Bros Before Hos (2013)", + "Genres": "Comedy" + }, + { + "MovieId": "144262", + "Title": "Slow Learners (2015)", + "Genres": "Comedy|Romance" + }, + { + "MovieId": "144478", + "Title": "Sex, Drugs & Taxation (2013)", + "Genres": "Comedy|Drama" + }, + { + "MovieId": "144606", + "Title": "Confessions of a Dangerous Mind (2002)", + "Genres": "Comedy|Crime|Drama|Romance|Thriller" + }, + { + "MovieId": "144620", + "Title": "Goosebumps (2015)", + "Genres": "Adventure|Comedy|Horror" + }, + { + "MovieId": "144716", + "Title": "Rock the Kasbah (2015)", + "Genres": "Comedy" + }, + { + "MovieId": "144734", + "Title": "Freaks of Nature (2015)", + "Genres": "Comedy|Horror|Sci-Fi" + }, + { + "MovieId": "145150", + "Title": "The Dressmaker (2015)", + "Genres": "Comedy|Drama|Thriller" + }, + { + "MovieId": "145491", + "Title": "Our Lips Are Sealed (2000)", + "Genres": "Children|Comedy|Drama" + }, + { + "MovieId": "145935", + "Title": "Peanuts Movie, The (2015)", + "Genres": "Adventure|Animation|Children|Comedy" + }, + { + "MovieId": "145994", + "Title": "Formula of Love (1984)", + "Genres": "Comedy" + }, + { + "MovieId": "146024", + "Title": "A Man from Boulevard des Capucines (1987)", + "Genres": "Comedy|Romance|Western" + }, + { + "MovieId": "146210", + "Title": "Blue Mountain State: The Rise of Thadland (2015)", + "Genres": "Comedy" + }, + { + "MovieId": "146244", + "Title": "Dil To Pagal Hai (1997)", + "Genres": "Comedy|Drama|Romance" + }, + { + "MovieId": "146662", + "Title": "Dragons: Gift of the Night Fury (2011)", + "Genres": "Adventure|Animation|Comedy" + }, + { + "MovieId": "146684", + "Title": "Cosmic Scrat-tastrophe (2015)", + "Genres": "Animation|Children|Comedy" + }, + { + "MovieId": "146986", + "Title": "Le Ma\u00eetre d'\u00e9cole (1981)", + "Genres": "Comedy" + }, + { + "MovieId": "147142", + "Title": "Those Happy Days (2006)", + "Genres": "Children|Comedy" + }, + { + "MovieId": "147196", + "Title": "The Girls (1961)", + "Genres": "Comedy|Romance" + }, + { + "MovieId": "147282", + "Title": "What Men Still Talk About (2011)", + "Genres": "Comedy" + }, + { + "MovieId": "147410", + "Title": "A Perfect Day (2015)", + "Genres": "Comedy|Drama" + }, + { + "MovieId": "147936", + "Title": "The Lord's Lantern in Budapest (1999)", + "Genres": "Comedy|Drama" + }, + { + "MovieId": "148238", + "Title": "A Very Murray Christmas (2015)", + "Genres": "Comedy" + }, + { + "MovieId": "148424", + "Title": "Chi-Raq (2015)", + "Genres": "Comedy|Drama" + }, + { + "MovieId": "148592", + "Title": "Just Jim (2015)", + "Genres": "Comedy" + }, + { + "MovieId": "148632", + "Title": "Applesauce (2015)", + "Genres": "Comedy" + }, + { + "MovieId": "148652", + "Title": "The Ridiculous 6 (2015)", + "Genres": "Comedy|Western" + }, + { + "MovieId": "148667", + "Title": "John Mulaney: The Comeback Kid (2015)", + "Genres": "Comedy" + }, + { + "MovieId": "148775", + "Title": "Wizards of Waverly Place: The Movie (2009)", + "Genres": "Adventure|Children|Comedy|Drama|Fantasy|Sci-Fi" + }, + { + "MovieId": "148881", + "Title": "World of Tomorrow (2015)", + "Genres": "Animation|Comedy" + }, + { + "MovieId": "148888", + "Title": "Zoolander 2 (2016)", + "Genres": "Comedy" + }, + { + "MovieId": "148956", + "Title": "How to Be Single (2016)", + "Genres": "Comedy|Romance" + }, + { + "MovieId": "149011", + "Title": "He Never Died (2015)", + "Genres": "Comedy|Drama|Horror" + }, + { + "MovieId": "149350", + "Title": "Lumberjack Man (2015)", + "Genres": "Comedy|Horror" + }, + { + "MovieId": "149352", + "Title": "Daddy's Home (2015)", + "Genres": "Comedy" + }, + { + "MovieId": "149354", + "Title": "Sisters (2015)", + "Genres": "Children|Comedy" + }, + { + "MovieId": "149508", + "Title": "Spellbound (2011)", + "Genres": "Comedy|Romance" + }, + { + "MovieId": "149566", + "Title": "Unicorn City (2012)", + "Genres": "Comedy|Romance" + }, + { + "MovieId": "149830", + "Title": "Pride and Prejudice and Zombies (2016)", + "Genres": "Comedy|Horror|Romance|Thriller" + }, + { + "MovieId": "150554", + "Title": "The Love Bug (1997)", + "Genres": "Adventure|Children|Comedy|Fantasy" + }, + { + "MovieId": "150596", + "Title": "Doctor Who: The Husbands of River Song (2015)", + "Genres": "Comedy|Drama|Sci-Fi" + }, + { + "MovieId": "150604", + "Title": "Moonwalkers (2015)", + "Genres": "Comedy" + }, + { + "MovieId": "150993", + "Title": "Anacleto: Agente secreto (2015)", + "Genres": "Action|Comedy" + }, + { + "MovieId": "151311", + "Title": "Wiener-Dog (2016)", + "Genres": "Comedy" + }, + { + "MovieId": "151315", + "Title": "Ride Along 2 (2016)", + "Genres": "Action|Comedy" + }, + { + "MovieId": "151317", + "Title": "Maggie's Plan (2015)", + "Genres": "Comedy" + }, + { + "MovieId": "151455", + "Title": "Eddie the Eagle (2016)", + "Genres": "Comedy" + }, + { + "MovieId": "151653", + "Title": "Welcome to Happiness (2015)", + "Genres": "Comedy|Drama|Fantasy" + }, + { + "MovieId": "151739", + "Title": "Dirty Grandpa (2016)", + "Genres": "Comedy" + }, + { + "MovieId": "152081", + "Title": "Zootopia (2016)", + "Genres": "Action|Adventure|Animation|Children|Comedy" + }, + { + "MovieId": "152083", + "Title": "Whiskey Tango Foxtrot (2016)", + "Genres": "Comedy|War" + }, + { + "MovieId": "152091", + "Title": "The Brothers Grimsby (2016)", + "Genres": "Comedy" + }, + { + "MovieId": "152105", + "Title": "Dad's Army (1971)", + "Genres": "Comedy" + }, + { + "MovieId": "152970", + "Title": "Hunt for the Wilderpeople (2016)", + "Genres": "Adventure|Comedy" + }, + { + "MovieId": "153070", + "Title": "Rabbits (2002)", + "Genres": "Comedy|Drama|Fantasy" + }, + { + "MovieId": "153386", + "Title": "Long Live Ghosts! (1977)", + "Genres": "Children|Comedy|Fantasy" + }, + { + "MovieId": "153408", + "Title": "Tears for Sale (2008)", + "Genres": "Comedy|Drama|Fantasy" + }, + { + "MovieId": "154065", + "Title": "Dad's Army (2016)", + "Genres": "Comedy" + }, + { + "MovieId": "154975", + "Title": "Merci Patron ! (2016)", + "Genres": "Comedy|Documentary" + }, + { + "MovieId": "155168", + "Title": "Fraktus (2012)", + "Genres": "Comedy" + }, + { + "MovieId": "155509", + "Title": "Mr. Right (2016)", + "Genres": "Action|Comedy|Romance" + }, + { + "MovieId": "155659", + "Title": "Florence Foster Jenkins (2016)", + "Genres": "Comedy|Drama" + }, + { + "MovieId": "155743", + "Title": "My Big Fat Greek Wedding 2 (2016)", + "Genres": "Comedy" + }, + { + "MovieId": "155812", + "Title": "Get a Job (2016)", + "Genres": "Comedy" + }, + { + "MovieId": "155820", + "Title": "Keanu (2016)", + "Genres": "Comedy" + }, + { + "MovieId": "155892", + "Title": "Me Him Her (2015)", + "Genres": "Comedy" + }, + { + "MovieId": "156025", + "Title": "Ice Age: The Great Egg-Scapade (2016)", + "Genres": "Adventure|Animation|Children|Comedy" + }, + { + "MovieId": "156371", + "Title": "Everybody Wants Some (2016)", + "Genres": "Comedy" + }, + { + "MovieId": "156553", + "Title": "Zoom (2015)", + "Genres": "Animation|Comedy|Drama" + }, + { + "MovieId": "156609", + "Title": "Neighbors 2: Sorority Rising (2016)", + "Genres": "Comedy" + }, + { + "MovieId": "156781", + "Title": "Jimmy Carr: Telling Jokes (2009)", + "Genres": "Comedy" + }, + { + "MovieId": "156783", + "Title": "Jimmy Carr: Making People Laugh (2010)", + "Genres": "Comedy" + }, + { + "MovieId": "157108", + "Title": "Texas - Doc Snyder h\u00e4lt die Welt in Atem (1993)", + "Genres": "Comedy|Western" + }, + { + "MovieId": "157110", + "Title": "00 Schneider - Jagd auf Nihil Baxter (1994)", + "Genres": "Comedy|Crime" + }, + { + "MovieId": "157270", + "Title": "Barbershop: The Next Cut (2016)", + "Genres": "Comedy" + }, + { + "MovieId": "157296", + "Title": "Finding Dory (2016)", + "Genres": "Adventure|Animation|Comedy" + }, + { + "MovieId": "157312", + "Title": "The Boss (2016)", + "Genres": "Comedy" + }, + { + "MovieId": "157340", + "Title": "The Angry Birds Movie (2016)", + "Genres": "Animation|Comedy" + }, + { + "MovieId": "157369", + "Title": "Bakuman (2015)", + "Genres": "Comedy|Drama" + }, + { + "MovieId": "157775", + "Title": "Tenchi Muy\u00f4! In Love (1996)", + "Genres": "Animation|Comedy" + }, + { + "MovieId": "157865", + "Title": "Ratchet & Clank (2016)", + "Genres": "Action|Adventure|Animation|Children|Comedy|Sci-Fi" + }, + { + "MovieId": "158022", + "Title": "Kicking Off (2016)", + "Genres": "Comedy" + }, + { + "MovieId": "158035", + "Title": "Gintama: The Final Chapter - Be Forever Yorozuya (2013)", + "Genres": "Action|Animation|Comedy" + }, + { + "MovieId": "158254", + "Title": "Kindergarten Cop 2 (2016)", + "Genres": "Action|Comedy" + }, + { + "MovieId": "158398", + "Title": "World of Glory (1991)", + "Genres": "Comedy" + }, + { + "MovieId": "158721", + "Title": "Gen-X Cops (1999)", + "Genres": "Action|Comedy|Thriller" + }, + { + "MovieId": "158872", + "Title": "Sausage Party (2016)", + "Genres": "Animation|Comedy" + }, + { + "MovieId": "158882", + "Title": "All Yours (2016)", + "Genres": "Comedy|Drama|Romance" + }, + { + "MovieId": "159069", + "Title": "Comedy of the Strict Regime (1993)", + "Genres": "Comedy" + }, + { + "MovieId": "159077", + "Title": "The Meddler (2016)", + "Genres": "Comedy|Drama" + }, + { + "MovieId": "159093", + "Title": "Now You See Me 2 (2016)", + "Genres": "Action|Comedy|Thriller" + }, + { + "MovieId": "159193", + "Title": "Caf\u00e9 Society (2016)", + "Genres": "Comedy|Drama|Romance" + }, + { + "MovieId": "159415", + "Title": "Swiss Army Man (2016)", + "Genres": "Comedy|Drama|Romance" + }, + { + "MovieId": "159441", + "Title": "The Do-Over (2016)", + "Genres": "Comedy" + }, + { + "MovieId": "159690", + "Title": "Teenage Mutant Ninja Turtles: Out of the Shadows (2016)", + "Genres": "Action|Adventure|Comedy" + }, + { + "MovieId": "159755", + "Title": "Popstar: Never Stop Never Stopping (2016)", + "Genres": "Comedy" + }, + { + "MovieId": "159849", + "Title": "Bo Burnham: Make Happy (2016)", + "Genres": "Comedy" + }, + { + "MovieId": "160080", + "Title": "Ghostbusters (2016)", + "Genres": "Action|Comedy|Horror|Sci-Fi" + }, + { + "MovieId": "160271", + "Title": "Central Intelligence (2016)", + "Genres": "Action|Comedy" + }, + { + "MovieId": "160567", + "Title": "Mike & Dave Need Wedding Dates (2016)", + "Genres": "Comedy" + }, + { + "MovieId": "160569", + "Title": "Ice Age: Collision Course (2016)", + "Genres": "Adventure|Animation|Children|Comedy" + }, + { + "MovieId": "161024", + "Title": "Jim Jefferies: Freedumb (2016)", + "Genres": "Comedy" + }, + { + "MovieId": "161131", + "Title": "War Dogs (2016)", + "Genres": "Comedy" + }, + { + "MovieId": "161580", + "Title": "Bad Moms (2016)", + "Genres": "Comedy" + }, + { + "MovieId": "161922", + "Title": "The Edge of Seventeen (2016)", + "Genres": "Comedy" + }, + { + "MovieId": "162344", + "Title": "Tom Segura: Mostly Stories (2016)", + "Genres": "Comedy" + }, + { + "MovieId": "162478", + "Title": "Masterminds (2016)", + "Genres": "Action|Comedy|Crime" + }, + { + "MovieId": "162590", + "Title": "Bridget Jones's Baby (2016)", + "Genres": "Comedy|Romance" + }, + { + "MovieId": "163527", + "Title": "Comedy Central Roast of David Hasselhoff (2010)", + "Genres": "Comedy" + }, + { + "MovieId": "163653", + "Title": "David Cross: Making America Great Again (2016)", + "Genres": "Comedy" + }, + { + "MovieId": "163925", + "Title": "Wings, Legs and Tails (1986)", + "Genres": "Animation|Comedy" + }, + { + "MovieId": "164200", + "Title": "Storks (2016)", + "Genres": "Animation|Children|Comedy" + }, + { + "MovieId": "164226", + "Title": "Maximum Ride (2016)", + "Genres": "Action|Adventure|Comedy|Fantasy|Sci-Fi|Thriller" + }, + { + "MovieId": "164375", + "Title": "All Roads Lead to Rome (2016)", + "Genres": "Comedy" + }, + { + "MovieId": "164647", + "Title": "Dirty 30 (2016)", + "Genres": "Comedy|Romance" + }, + { + "MovieId": "164707", + "Title": "Go Figure (2005)", + "Genres": "Children|Comedy|Drama" + }, + { + "MovieId": "164909", + "Title": "La La Land (2016)", + "Genres": "Comedy|Drama|Romance" + }, + { + "MovieId": "165103", + "Title": "Keeping Up with the Joneses (2016)", + "Genres": "Comedy" + }, + { + "MovieId": "165139", + "Title": "Wild Oats (2016)", + "Genres": "Comedy" + }, + { + "MovieId": "165343", + "Title": "The Rocky Horror Picture Show: Let's Do the Time Warp Again (2016)", + "Genres": "Comedy|Horror|Sci-Fi|Thriller" + }, + { + "MovieId": "165483", + "Title": "Joe Rogan: Triggered (2016)", + "Genres": "Comedy" + }, + { + "MovieId": "165639", + "Title": "While You Were Fighting: A Thor Mockumentary (2016)", + "Genres": "Comedy|Fantasy|Sci-Fi" + }, + { + "MovieId": "165645", + "Title": "Bad Santa 2 (2016)", + "Genres": "Comedy" + }, + { + "MovieId": "165947", + "Title": "The True Memoirs of an International Assassin (2016)", + "Genres": "Action|Comedy" + }, + { + "MovieId": "165959", + "Title": "Alesha Popovich and Tugarin the Dragon (2004)", + "Genres": "Animation|Comedy|Drama" + }, + { + "MovieId": "166015", + "Title": "The African Doctor (2016)", + "Genres": "Comedy|Drama" + }, + { + "MovieId": "166461", + "Title": "Moana (2016)", + "Genres": "Adventure|Animation|Children|Comedy|Fantasy" + }, + { + "MovieId": "166492", + "Title": "Office Christmas Party (2016)", + "Genres": "Comedy" + }, + { + "MovieId": "167018", + "Title": "Why Him? (2016)", + "Genres": "Comedy" + }, + { + "MovieId": "167036", + "Title": "Sing (2016)", + "Genres": "Animation|Children|Comedy" + }, + { + "MovieId": "167380", + "Title": "A Dog's Purpose (2017)", + "Genres": "Comedy|Drama" + }, + { + "MovieId": "167634", + "Title": "Fist Fight (2017)", + "Genres": "Comedy" + }, + { + "MovieId": "167732", + "Title": "A Street Cat Named Bob (2016)", + "Genres": "Comedy|Drama" + }, + { + "MovieId": "167746", + "Title": "The Lego Batman Movie (2017)", + "Genres": "Action|Animation|Comedy" + }, + { + "MovieId": "167772", + "Title": "The Spirit of Christmas (1995)", + "Genres": "Animation|Comedy" + }, + { + "MovieId": "167790", + "Title": "The Good Boy (2016)", + "Genres": "Children|Comedy|Drama" + }, + { + "MovieId": "167854", + "Title": "Dana Carvey: Straight White Male, 60 (2016)", + "Genres": "Comedy" + }, + { + "MovieId": "168144", + "Title": "Joe Rogan: Live (2006)", + "Genres": "Comedy" + }, + { + "MovieId": "168174", + "Title": "Jim Gaffigan: Cinco (2017)", + "Genres": "Comedy" + }, + { + "MovieId": "168326", + "Title": "The Big Sick (2017)", + "Genres": "Comedy|Romance" + }, + { + "MovieId": "168418", + "Title": "The Boss Baby (2017)", + "Genres": "Animation|Children|Comedy" + }, + { + "MovieId": "168632", + "Title": "Bill Burr: Walk Your Way Out (2017)", + "Genres": "Comedy" + }, + { + "MovieId": "168846", + "Title": "Neal Brennan: 3 Mics (2017)", + "Genres": "Comedy" + }, + { + "MovieId": "169912", + "Title": "Denis Leary: No Cure for Cancer (1993)", + "Genres": "Comedy" + }, + { + "MovieId": "170357", + "Title": "Dave Chappelle: The Age of Spin (2017)", + "Genres": "Comedy" + }, + { + "MovieId": "170399", + "Title": "CHiPS (2017)", + "Genres": "Action|Comedy|Drama" + }, + { + "MovieId": "170401", + "Title": "Table 19 (2017)", + "Genres": "Comedy|Drama" + }, + { + "MovieId": "170411", + "Title": "Dave Chappelle: Deep in the Heart of Texas (2017)", + "Genres": "Comedy" + }, + { + "MovieId": "170551", + "Title": "The Quiet Family (1998)", + "Genres": "Comedy" + }, + { + "MovieId": "170777", + "Title": "There Once Was a Dog (1982)", + "Genres": "Animation|Children|Comedy" + }, + { + "MovieId": "170813", + "Title": "Baywatch (2017)", + "Genres": "Action|Comedy" + }, + { + "MovieId": "170817", + "Title": "Snatched (2017)", + "Genres": "Action|Comedy" + }, + { + "MovieId": "170837", + "Title": "Life-Size (2000)", + "Genres": "Children|Comedy|Fantasy" + }, + { + "MovieId": "170897", + "Title": "Sandy Wexler (2017)", + "Genres": "Comedy" + }, + { + "MovieId": "170937", + "Title": "Win It All (2017)", + "Genres": "Comedy" + }, + { + "MovieId": "170939", + "Title": "Captain Underpants: The First Epic Movie (2017)", + "Genres": "Action|Animation|Children|Comedy" + }, + { + "MovieId": "170957", + "Title": "Cars 3 (2017)", + "Genres": "Adventure|Animation|Comedy" + }, + { + "MovieId": "170993", + "Title": "Mini's First Time (2006)", + "Genres": "Comedy|Crime|Drama" + }, + { + "MovieId": "171695", + "Title": "Robin Williams: Live on Broadway (2002)", + "Genres": "Comedy" + }, + { + "MovieId": "171751", + "Title": "Munna bhai M.B.B.S. (2003)", + "Genres": "Comedy" + }, + { + "MovieId": "171811", + "Title": "Embassy (2013)", + "Genres": "Comedy|Sci-Fi|War" + }, + { + "MovieId": "171867", + "Title": "Rough Night (2017)", + "Genres": "Comedy|Drama" + }, + { + "MovieId": "172215", + "Title": "Saved by the Bell: Hawaiian Style (1992)", + "Genres": "Comedy" + }, + { + "MovieId": "172229", + "Title": "Plain Clothes (1988)", + "Genres": "Comedy|Mystery|Romance|Thriller" + }, + { + "MovieId": "172253", + "Title": "The Night Before (1988)", + "Genres": "Comedy" + }, + { + "MovieId": "172321", + "Title": "Late Night with Conan O'Brien: The Best of Triumph the Insult Comic Dog (2004)", + "Genres": "Comedy" + }, + { + "MovieId": "172547", + "Title": "Despicable Me 3 (2017)", + "Genres": "Adventure|Animation|Children|Comedy" + }, + { + "MovieId": "172577", + "Title": "Last Year's Snow Was Falling (1983)", + "Genres": "Animation|Children|Comedy|Fantasy" + }, + { + "MovieId": "172637", + "Title": "Priklyucheniya Kapitana Vrungelya (1979)", + "Genres": "Action|Adventure|Animation|Comedy" + }, + { + "MovieId": "173205", + "Title": "The Meyerowitz Stories (2017)", + "Genres": "Comedy" + }, + { + "MovieId": "173209", + "Title": "War Machine (2017)", + "Genres": "Comedy|Drama|War" + }, + { + "MovieId": "173253", + "Title": "Vir Das: Abroad Understanding (2017)", + "Genres": "Comedy" + }, + { + "MovieId": "173255", + "Title": "Norm Macdonald: Hitler's Dog, Gossip & Trickery (2017)", + "Genres": "Comedy" + }, + { + "MovieId": "173351", + "Title": "Wow! A Talking Fish! (1983)", + "Genres": "Animation|Children|Comedy|Fantasy" + }, + { + "MovieId": "173619", + "Title": "Fugitives (1986)", + "Genres": "Comedy|Crime" + }, + { + "MovieId": "173963", + "Title": "Empties (2007)", + "Genres": "Comedy" + }, + { + "MovieId": "174045", + "Title": "Goon: Last of the Enforcers (2017)", + "Genres": "Comedy" + }, + { + "MovieId": "174551", + "Title": "Obsession (1965)", + "Genres": "Comedy" + }, + { + "MovieId": "174681", + "Title": "Oh, Hello: On Broadway (2017)", + "Genres": "Comedy" + }, + { + "MovieId": "174737", + "Title": "Don Camillo in Moscow (1965)", + "Genres": "Comedy" + }, + { + "MovieId": "174815", + "Title": "The House (2017)", + "Genres": "Comedy" + }, + { + "MovieId": "174909", + "Title": "Logan Lucky (2017)", + "Genres": "Comedy" + }, + { + "MovieId": "175431", + "Title": "Bobik Visiting Barbos (1977)", + "Genres": "Animation|Comedy" + }, + { + "MovieId": "175475", + "Title": "The Emoji Movie (2017)", + "Genres": "Animation|Children|Comedy" + }, + { + "MovieId": "175577", + "Title": "Rory Scovel Tries Stand-Up for the First Time (2017)", + "Genres": "Comedy" + }, + { + "MovieId": "175661", + "Title": "The Hitman's Bodyguard (2017)", + "Genres": "Action|Comedy" + }, + { + "MovieId": "175693", + "Title": "Rick and Morty: State of Georgia Vs. Denver Fenton Allen (2016)", + "Genres": "Comedy|Crime" + }, + { + "MovieId": "175705", + "Title": "Themroc (1973)", + "Genres": "Comedy|Horror" + }, + { + "MovieId": "175743", + "Title": "Self-criticism of a Bourgeois Dog (2017)", + "Genres": "Comedy" + }, + { + "MovieId": "175781", + "Title": "Der Herr Karl (1961)", + "Genres": "Comedy" + }, + { + "MovieId": "176101", + "Title": "Kingsman: The Golden Circle (2017)", + "Genres": "Action|Adventure|Comedy" + }, + { + "MovieId": "176329", + "Title": "Ari Shaffir: Double Negative (2017)", + "Genres": "Comedy" + }, + { + "MovieId": "176389", + "Title": "The Nut Job 2: Nutty by Nature (2017)", + "Genres": "Adventure|Animation|Children|Comedy" + }, + { + "MovieId": "176415", + "Title": "Alles Inklusive (2014)", + "Genres": "Comedy|Drama" + }, + { + "MovieId": "176621", + "Title": "Boniface's Holiday (1965)", + "Genres": "Animation|Children|Comedy|Romance" + }, + { + "MovieId": "176805", + "Title": "Little Boxes (2017)", + "Genres": "Comedy|Drama" + }, + { + "MovieId": "177185", + "Title": "Maz Jobrani: Immigrant (2017)", + "Genres": "Comedy" + }, + { + "MovieId": "177615", + "Title": "Lady Bird (2017)", + "Genres": "Comedy" + }, + { + "MovieId": "178613", + "Title": "Dave Chappelle: Killin' Them Softly (2000)", + "Genres": "Comedy" + }, + { + "MovieId": "178615", + "Title": "Front Cover (2016)", + "Genres": "Comedy|Drama|Romance" + }, + { + "MovieId": "178827", + "Title": "Paddington 2 (2017)", + "Genres": "Adventure|Animation|Children|Comedy" + }, + { + "MovieId": "179073", + "Title": "Male Hunt (1964)", + "Genres": "Comedy" + }, + { + "MovieId": "179119", + "Title": "The Death of Stalin (2017)", + "Genres": "Comedy" + }, + { + "MovieId": "179211", + "Title": "Christina P: Mother Inferior (2017)", + "Genres": "Comedy" + }, + { + "MovieId": "179427", + "Title": "Dane Cook: Troublemaker (2014)", + "Genres": "Comedy" + }, + { + "MovieId": "179749", + "Title": "Creep 2 (2017)", + "Genres": "Comedy|Horror" + }, + { + "MovieId": "179953", + "Title": "A Bad Moms Christmas (2017)", + "Genres": "Comedy" + }, + { + "MovieId": "180231", + "Title": "Daddy's Home 2 (2017)", + "Genres": "Comedy|Drama" + }, + { + "MovieId": "180297", + "Title": "The Disaster Artist (2017)", + "Genres": "Comedy|Drama" + }, + { + "MovieId": "180987", + "Title": "Ferdinand (2017)", + "Genres": "Animation|Children|Comedy" + }, + { + "MovieId": "181065", + "Title": "Jack Whitehall: At Large (2017)", + "Genres": "Comedy" + }, + { + "MovieId": "181139", + "Title": "Lynne Koplitz: Hormonal Beast (2017)", + "Genres": "Comedy" + }, + { + "MovieId": "181659", + "Title": "Craig Ferguson: Tickle Fight (2017)", + "Genres": "Comedy" + }, + { + "MovieId": "182293", + "Title": "Hare-um Scare-um (1939)", + "Genres": "Animation|Children|Comedy" + }, + { + "MovieId": "182297", + "Title": "Porky in Wackyland (1938)", + "Genres": "Animation|Comedy|Fantasy" + }, + { + "MovieId": "182299", + "Title": "Porky's Hare Hunt (1938)", + "Genres": "Animation|Children|Comedy" + }, + { + "MovieId": "182731", + "Title": "Pixel Perfect (2004)", + "Genres": "Children|Comedy|Sci-Fi" + }, + { + "MovieId": "182749", + "Title": "Judd Apatow: The Return (2017)", + "Genres": "Comedy" + }, + { + "MovieId": "183197", + "Title": "Dave Chappelle: Equanimity (2017)", + "Genres": "Comedy" + }, + { + "MovieId": "183227", + "Title": "Dave Chappelle: The Bird Revelation (2017)", + "Genres": "Comedy" + }, + { + "MovieId": "183317", + "Title": "Patti Rocks (1988)", + "Genres": "Comedy|Drama" + }, + { + "MovieId": "183611", + "Title": "Game Night (2018)", + "Genres": "Action|Comedy|Crime|Horror" + }, + { + "MovieId": "183897", + "Title": "Isle of Dogs (2018)", + "Genres": "Animation|Comedy" + }, + { + "MovieId": "183911", + "Title": "The Clapper (2018)", + "Genres": "Comedy" + }, + { + "MovieId": "183959", + "Title": "Tom Segura: Disgraceful (2018)", + "Genres": "Comedy" + }, + { + "MovieId": "184015", + "Title": "When We First Met (2018)", + "Genres": "Comedy" + }, + { + "MovieId": "184349", + "Title": "Elsa & Fred (2005)", + "Genres": "Comedy|Drama|Romance" + }, + { + "MovieId": "184791", + "Title": "Fred Armisen: Standup for Drummers (2018)", + "Genres": "Comedy" + }, + { + "MovieId": "184997", + "Title": "Love, Simon (2018)", + "Genres": "Comedy|Drama" + }, + { + "MovieId": "185435", + "Title": "Game Over, Man! (2018)", + "Genres": "Action|Comedy" + }, + { + "MovieId": "185473", + "Title": "Blockers (2018)", + "Genres": "Comedy" + }, + { + "MovieId": "187593", + "Title": "Deadpool 2 (2018)", + "Genres": "Action|Comedy|Sci-Fi" + }, + { + "MovieId": "188189", + "Title": "Sorry to Bother You (2018)", + "Genres": "Comedy|Fantasy|Sci-Fi" + }, + { + "MovieId": "188301", + "Title": "Ant-Man and the Wasp (2018)", + "Genres": "Action|Adventure|Comedy|Fantasy|Sci-Fi" + }, + { + "MovieId": "188751", + "Title": "Mamma Mia: Here We Go Again! (2018)", + "Genres": "Comedy|Romance" + }, + { + "MovieId": "188797", + "Title": "Tag (2018)", + "Genres": "Comedy" + }, + { + "MovieId": "188833", + "Title": "The Man Who Killed Don Quixote (2018)", + "Genres": "Adventure|Comedy|Fantasy" + }, + { + "MovieId": "189043", + "Title": "Boundaries (2018)", + "Genres": "Comedy|Drama" + }, + { + "MovieId": "189713", + "Title": "BlacKkKlansman (2018)", + "Genres": "Comedy|Crime|Drama" + }, + { + "MovieId": "190209", + "Title": "Jeff Ross Roasts the Border (2017)", + "Genres": "Comedy" + }, + { + "MovieId": "191005", + "Title": "Gintama (2017)", + "Genres": "Action|Adventure|Comedy|Sci-Fi" + }, + { + "MovieId": "193565", + "Title": "Gintama: The Movie (2010)", + "Genres": "Action|Animation|Comedy|Sci-Fi" + }, + { + "MovieId": "193571", + "Title": "Silver Spoon (2014)", + "Genres": "Comedy|Drama" + }, + { + "MovieId": "193581", + "Title": "Black Butler: Book of the Atlantic (2017)", + "Genres": "Action|Animation|Comedy|Fantasy" + }, + { + "MovieId": "193583", + "Title": "No Game No Life: Zero (2017)", + "Genres": "Animation|Comedy|Fantasy" + }, + { + "MovieId": "193609", + "Title": "Andrew Dice Clay: Dice Rules (1991)", + "Genres": "Comedy" + } +] \ No newline at end of file