Skip to content

Instantly share code, notes, and snippets.

@vanduc1102
Created June 17, 2015 12:11
Show Gist options
  • Save vanduc1102/7658da8711903f114c24 to your computer and use it in GitHub Desktop.
Save vanduc1102/7658da8711903f114c24 to your computer and use it in GitHub Desktop.
movie object
{
"imdbId": "tt0100935",
"title": "Wild at Heart",
"year": "1990",
"rating": "7.3",
"description": "Young lovers Sailor and Lula run from the variety of weirdos that Lula's mom has hired to kill Sailor.",
"cast": [
"Nicolas Cage",
"Laura Dern",
"Willem Dafoe",
"J.E. Freeman",
"Crispin Glover",
"Diane Ladd",
"Calvin Lockhart",
"Isabella Rossellini",
"Harry Dean Stanton",
"Grace Zabriskie",
"Sherilyn Fenn",
"Marvin Kaplan",
"William Morgan Sheppard",
"David Patrick Kelly",
"Freddie Jones"
],
"country": "USA",
"releaseDate": "1990-08-17",
"directors": [
"David Lynch"
],
"writers": [
"Barry Gifford",
"David Lynch"
],
"genres": [
"Comedy",
"Crime",
"Romance"
],
"images":[
"http://ia.media-imdb.com/images/M/MV5BMTczOTg5MDcwM15BMl5BanBnXkFtZTgwMjk2NjU5MTE@._V1__SX1538_SY731_.jpg",
"http://ia.media-imdb.com/images/M/MV5BMjA2NjAyNTY2NV5BMl5BanBnXkFtZTYwMDM5NTAz._V1__SX1538_SY731_.jpg",
"http://ia.media-imdb.com/images/M/MV5BMTc2NjYwNDcxM15BMl5BanBnXkFtZTYwOTU5NTAz._V1__SX1538_SY731_.jpg",
"http://ia.media-imdb.com/images/M/MV5BMTk2OTIzNzk5Nl5BMl5BanBnXkFtZTgwMjg3MjA2MTE@._V1__SX1538_SY731_.jpg",
"http://ia.media-imdb.com/images/M/MV5BMTc0MDA2OTcwM15BMl5BanBnXkFtZTgwMzg3MjA2MTE@._V1__SX1538_SY731_.jpg",
"http://ia.media-imdb.com/images/M/MV5BMTQ1NzQ1MTUxMl5BMl5BanBnXkFtZTgwNDg3MjA2MTE@._V1__SX1538_SY731_.jpg"
],
"watchLinks":["https://www.youtube.com/watch?v=QCQwumNQL9E"],
"downloadLinks":["https://www.youtube.com/watch?v=QCQwumNQL9E"],
"trailerLinks":["https://www.youtube.com/watch?v=QCQwumNQL9E"],
"thumbnail":"http://ia.media-imdb.com/images/M/MV5BMjM5Mjg4MTgxNV5BMl5BanBnXkFtZTgwNTg3MjA2MTE@._V1_SY317_CR0,0,214,317_AL_.jpg",
"poster": "http://ia.media-imdb.com/images/M/MV5BMjM5Mjg4MTgxNV5BMl5BanBnXkFtZTgwNTg3MjA2MTE@._V1_SY317_CR0,0,214,317_AL_.jpg",
"runningTime": "125 min"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment