Created
February 11, 2019 11:30
-
-
Save lisovskyvlad/26bb4ae3a49249566e8f59c8ddf2b2ec to your computer and use it in GitHub Desktop.
Response from http://www.omdbapi.com/ for titanic
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"Title": "Titanic", | |
"Year": "1997", | |
"Rated": "PG-13", | |
"Released": "19 Dec 1997", | |
"Runtime": "194 min", | |
"Genre": "Drama, Romance", | |
"Director": "James Cameron", | |
"Writer": "James Cameron", | |
"Actors": "Leonardo DiCaprio, Kate Winslet, Billy Zane, Kathy Bates", | |
"Plot": "A seventeen-year-old aristocrat falls in love with a kind but poor artist aboard the luxurious, ill-fated R.M.S. Titanic.", | |
"Language": "English, Swedish", | |
"Country": "USA", | |
"Awards": "Won 11 Oscars. Another 111 wins & 77 nominations.", | |
"Poster": "https://m.media-amazon.com/images/M/MV5BMDdmZGU3NDQtY2E5My00ZTliLWIzOTUtMTY4ZGI1YjdiNjk3XkEyXkFqcGdeQXVyNTA4NzY1MzY@._V1_SX300.jpg", | |
"Ratings": [ | |
{ | |
"Source": "Internet Movie Database", | |
"Value": "7.8/10" | |
}, | |
{ | |
"Source": "Rotten Tomatoes", | |
"Value": "89%" | |
}, | |
{ | |
"Source": "Metacritic", | |
"Value": "75/100" | |
} | |
], | |
"Metascore": "75", | |
"imdbRating": "7.8", | |
"imdbVotes": "934,048", | |
"imdbID": "tt0120338", | |
"Type": "movie", | |
"DVD": "10 Sep 2012", | |
"BoxOffice": "N/A", | |
"Production": "Paramount Pictures", | |
"Website": "http://www.titanicmovie.com/", | |
"Response": "True" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment