Skip to content

Instantly share code, notes, and snippets.

@mulderp
Created October 21, 2013 19:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mulderp/7089617 to your computer and use it in GitHub Desktop.
Save mulderp/7089617 to your computer and use it in GitHub Desktop.
movies data
[
{
"id": 12,
"genres": [
"Drama",
"Comedy"
],
"rating": 0,
"description": "A silent movie star meets a young dancer, but the arrival of talking pictures sends their careers in opposite directions.",
"title": "The Artist",
"director": "Michel Hazanavicius",
"year": 2009
},
{
"id": 5,
"rating": 0,
"description": "The film is set in New York, shortly after the end of the Vietnam War. Travis Bickle, a lonely and mentally unstable veteran starts working as a taxi driver, joining the murky city night life.",
"title": "Taxi Driver",
"genres": [
"Drama",
"Action"
],
"director": "Martin Scorsese",
"year": 1974
},
{
"genres": [
"Drama"
],
"rating": 0,
"description": "The film is a story of a passive journalist's week in Rome, and his search for both happiness and love that will never come.",
"title": "La Dolce Vita",
"id": 7,
"director": "Federico Fellini",
"year": 1960
},
{
"director": "Gore Verbinski",
"rating": 0,
"description": "To control the oceans, Lord Cutler Beckett kills anyone associated with piracy and uses Davy Jones to destroy all pirate ships on the seas. Condemned prisoners sing 'Hoist the Colours' to compel the nine pirate lords to convene at Shipwreck Cove; however, the late Captain Jack Sparrow, pirate lord of the Caribbean, never appointed a successor. Captain Barbossa leads Will, Elizabeth, Tia Dalma and the crew of the Black Pearl to rescue Jack from Davy Jones's Locker..",
"title": "Pirates of the Caribbean: At World's End",
"id": 3,
"year": 2007,
"length": 169,
"genres": [
"Action",
"Adventure",
"Fantasy"
]
},
{
"director": "David Yates",
"rating": 0,
"description": "The Order of the Phoenix, a secret organisation founded by Albus Dumbledore, inform the now 15-year-old Harry Potter that the Ministry of Magic is in denial of Lord Voldemort's return; under the Ministry's influence, The Daily Prophet has launched a smear campaign against Harry and Dumbledore due to Harry's supposed encounter with Voldemort at the end of the previous year. This encounter has had a huge psychological effect on Harry – he has nightmares not only about what happened in the graveyard but also about the Department of Mysteries at the Ministry of Magic. While at the Order's headquarters, 12 Grimmauld Place, Harry's godfather, Sirius Black, mentions that Voldemort is after an object which he didn't have last time.",
"title": "Harry Potter and the Order of the Phoenix",
"id": 4,
"year": 2007,
"length": 138,
"genres": [
"Adventure",
"Family",
"Fantasy"
]
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment