{"info":{"_postman_id":"5db89c29-c3c7-489a-9b48-fea5bf67f99e","name":"GET requests for OMDBAPI","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"description":"<html><head></head><body></body></html>","owner":"26797508","collectionId":"5db89c29-c3c7-489a-9b48-fea5bf67f99e","publishedId":"2s93RZNqWX","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2023-04-07T17:10:25.000Z"},"item":[{"name":"show or movie by series and by year","id":"6fd58fee-2a68-4a1b-943d-b1c19afbe803","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://www.omdbapi.com/?s=avatar&type=series&y=2005&apikey=d6961364","description":"<p>This GET request returns an episode of a series from a given year. For example, the series is Avatar and the year is 2005.</p>\n","urlObject":{"protocol":"http","path":[""],"host":["www","omdbapi","com"],"query":[{"description":{"content":"<p>Use s for the title of the show or movie.</p>\n","type":"text/plain"},"key":"s","value":"avatar"},{"description":{"content":"<p>Use type to specify that the show or movie is part of a series.</p>\n","type":"text/plain"},"key":"type","value":"series"},{"description":{"content":"<p>Use y to specify the release year of the show or movie.</p>\n","type":"text/plain"},"key":"y","value":"2005"},{"description":{"content":"<p>Use apikey to add your API key.</p>\n","type":"text/plain"},"key":"apikey","value":"d6961364"}],"variable":[]}},"response":[{"id":"50c42e62-6060-46dd-9ed9-bfb924224815","name":"show or movie by series and year","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://www.omdbapi.com/?s=avatar&type=series&y=2005&apikey=d6961364","protocol":"http","host":["www","omdbapi","com"],"path":[""],"query":[{"key":"s","value":"avatar","description":"Use s for the title of the show or movie."},{"key":"type","value":"series","description":"Use type to specify that the show or movie is part of a series."},{"key":"y","value":"2005","description":"Use y to specify the release year of the show or movie."},{"key":"apikey","value":"d6961364","description":"Use apikey to add your API key."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sat, 08 Apr 2023 13:33:36 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"public, max-age=86400"},{"key":"Expires","value":"Fri, 07 Apr 2023 17:33:07 GMT"},{"key":"Last-Modified","value":"Fri, 07 Apr 2023 16:33:07 GMT"},{"key":"Vary","value":"*, Accept-Encoding"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"CF-Cache-Status","value":"HIT"},{"key":"Age","value":"75629"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"7b4ae211ea2607d4-IAD"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"Search\": [\n        {\n            \"Title\": \"Avatar: The Last Airbender\",\n            \"Year\": \"2005–2008\",\n            \"imdbID\": \"tt0417299\",\n            \"Type\": \"series\",\n            \"Poster\": \"https://m.media-amazon.com/images/M/MV5BODc5YTBhMTItMjhkNi00ZTIxLWI0YjAtNTZmOTY0YjRlZGQ0XkEyXkFqcGdeQXVyODUwNjEzMzg@._V1_SX300.jpg\"\n        }\n    ],\n    \"totalResults\": \"1\",\n    \"Response\": \"True\"\n}"}],"_postman_id":"6fd58fee-2a68-4a1b-943d-b1c19afbe803"},{"name":"full or short plot for a movie","id":"a59ec074-bc58-45b2-a814-959a15024b5e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://www.omdbapi.com/?t=Titanic&y=1997&plot=full&apikey=d6961364","description":"<p>This GET request returns the full plot details and metadata for the specified movie from the specified year. For example, Titanic was released in 1997 and has all the metadata shown.</p>\n","urlObject":{"protocol":"http","path":[""],"host":["www","omdbapi","com"],"query":[{"description":{"content":"<p>Use t to specify the title of the movie or show.</p>\n","type":"text/plain"},"key":"t","value":"Titanic"},{"description":{"content":"<p>Use y to specify the release year of the movie or show.</p>\n","type":"text/plain"},"key":"y","value":"1997"},{"description":{"content":"<p>Use plot to specify whether you want the full plot or short plot for the movie or show.</p>\n","type":"text/plain"},"key":"plot","value":"full"},{"description":{"content":"<p>Use apikey to add your API key.</p>\n","type":"text/plain"},"key":"apikey","value":"d6961364"}],"variable":[]}},"response":[{"id":"6dbc1ffd-025a-4e96-8a98-2783a9fba0fe","name":"full or short plot for a movie","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://www.omdbapi.com/?t=Titanic&y=1997&plot=full&apikey=d6961364","protocol":"http","host":["www","omdbapi","com"],"path":[""],"query":[{"key":"t","value":"Titanic","description":"Use t to specify the title of the movie or show."},{"key":"y","value":"1997","description":"Use y to specify the release year of the movie or show."},{"key":"plot","value":"full","description":"Use plot to specify whether you want the full plot or short plot for the movie or show."},{"key":"apikey","value":"d6961364","description":"Use apikey to add your API key."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sat, 08 Apr 2023 13:33:56 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"public, max-age=86400"},{"key":"Expires","value":"Sat, 08 Apr 2023 14:33:56 GMT"},{"key":"Last-Modified","value":"Sat, 08 Apr 2023 13:33:56 GMT"},{"key":"Vary","value":"*, Accept-Encoding"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"CF-Cache-Status","value":"MISS"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"7b4ae28e79e01725-IAD"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"Title\": \"Titanic\",\n    \"Year\": \"1997\",\n    \"Rated\": \"PG-13\",\n    \"Released\": \"19 Dec 1997\",\n    \"Runtime\": \"194 min\",\n    \"Genre\": \"Drama, Romance\",\n    \"Director\": \"James Cameron\",\n    \"Writer\": \"James Cameron\",\n    \"Actors\": \"Leonardo DiCaprio, Kate Winslet, Billy Zane\",\n    \"Plot\": \"84 years later, a 100 year-old woman named Rose DeWitt Bukater tells the story to her granddaughter Lizzy Calvert, Brock Lovett, Lewis Bodine, Bobby Buell and Anatoly Mikailavich on the Keldysh about her life set in April 10th 1912, on a ship called Titanic when young Rose boards the departing ship with the upper-class passengers and her mother, Ruth DeWitt Bukater, and her fiancé, Caledon Hockley. Meanwhile, a drifter and artist named Jack Dawson and his best friend Fabrizio De Rossi win third-class tickets to the ship in a game. And she explains the whole story from departure until the death of Titanic on its first and last voyage April 15th, 1912 at 2:20 in the morning.\",\n    \"Language\": \"English, Swedish, Italian, French\",\n    \"Country\": \"United States, Mexico\",\n    \"Awards\": \"Won 11 Oscars. 126 wins & 83 nominations total\",\n    \"Poster\": \"https://m.media-amazon.com/images/M/MV5BMDdmZGU3NDQtY2E5My00ZTliLWIzOTUtMTY4ZGI1YjdiNjk3XkEyXkFqcGdeQXVyNTA4NzY1MzY@._V1_SX300.jpg\",\n    \"Ratings\": [\n        {\n            \"Source\": \"Internet Movie Database\",\n            \"Value\": \"7.9/10\"\n        },\n        {\n            \"Source\": \"Rotten Tomatoes\",\n            \"Value\": \"88%\"\n        },\n        {\n            \"Source\": \"Metacritic\",\n            \"Value\": \"75/100\"\n        }\n    ],\n    \"Metascore\": \"75\",\n    \"imdbRating\": \"7.9\",\n    \"imdbVotes\": \"1,210,567\",\n    \"imdbID\": \"tt0120338\",\n    \"Type\": \"movie\",\n    \"DVD\": \"08 Jan 2002\",\n    \"BoxOffice\": \"$674,292,608\",\n    \"Production\": \"N/A\",\n    \"Website\": \"N/A\",\n    \"Response\": \"True\"\n}"}],"_postman_id":"a59ec074-bc58-45b2-a814-959a15024b5e"},{"name":"a specific episode","id":"4997f993-342e-433b-b924-6c58485949c1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://www.omdbapi.com/?t=Game of Thrones&Season=1&Episode=1&apikey=d6961364","urlObject":{"protocol":"http","path":[""],"host":["www","omdbapi","com"],"query":[{"description":{"content":"<p>Use t for the title of the show</p>\n","type":"text/plain"},"key":"t","value":"Game of Thrones"},{"description":{"content":"<p>Use Season for the season number of the show.</p>\n","type":"text/plain"},"key":"Season","value":"1"},{"description":{"content":"<p>Use Episode for episode number of the show.</p>\n","type":"text/plain"},"key":"Episode","value":"1"},{"description":{"content":"<p>Use apikey to add your API key.</p>\n","type":"text/plain"},"key":"apikey","value":"d6961364"}],"variable":[]}},"response":[{"id":"7bc502ad-f50c-412d-a43d-b1266452d0a9","name":"a specific episode","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://www.omdbapi.com/?t=Game of Thrones&Season=1&Episode=1&apikey=d6961364","protocol":"http","host":["www","omdbapi","com"],"path":[""],"query":[{"key":"t","value":"Game of Thrones","description":"Use t for the title of the show"},{"key":"Season","value":"1","description":"Use Season for the season number of the show."},{"key":"Episode","value":"1","description":"Use Episode for episode number of the show."},{"key":"apikey","value":"d6961364","description":"Use apikey to add your API key."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sat, 08 Apr 2023 13:34:03 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"public, max-age=86400"},{"key":"Expires","value":"Sat, 08 Apr 2023 14:34:03 GMT"},{"key":"Last-Modified","value":"Sat, 08 Apr 2023 13:34:03 GMT"},{"key":"Vary","value":"*, Accept-Encoding"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"CF-Cache-Status","value":"MISS"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"7b4ae2b61d0b1725-IAD"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"Title\": \"Winter Is Coming\",\n    \"Year\": \"2011\",\n    \"Rated\": \"TV-MA\",\n    \"Released\": \"17 Apr 2011\",\n    \"Season\": \"1\",\n    \"Episode\": \"1\",\n    \"Runtime\": \"62 min\",\n    \"Genre\": \"Action, Adventure, Drama\",\n    \"Director\": \"Timothy Van Patten\",\n    \"Writer\": \"David Benioff, D.B. Weiss, George R.R. Martin\",\n    \"Actors\": \"Sean Bean, Mark Addy, Nikolaj Coster-Waldau\",\n    \"Plot\": \"Eddard Stark is torn between his family and an old friend when asked to serve at the side of King Robert Baratheon; Viserys plans to wed his sister to a nomadic warlord in exchange for an army.\",\n    \"Language\": \"English\",\n    \"Country\": \"United States\",\n    \"Awards\": \"N/A\",\n    \"Poster\": \"https://m.media-amazon.com/images/M/MV5BMmVhODQ1NmUtMzJiYi00MGNiLWExNmQtYmUxNGJmY2U5ZmJlXkEyXkFqcGdeQXVyNjAwNDUxODI@._V1_SX300.jpg\",\n    \"Ratings\": [\n        {\n            \"Source\": \"Internet Movie Database\",\n            \"Value\": \"8.9/10\"\n        }\n    ],\n    \"Metascore\": \"N/A\",\n    \"imdbRating\": \"8.9\",\n    \"imdbVotes\": \"50985\",\n    \"imdbID\": \"tt1480055\",\n    \"seriesID\": \"tt0944947\",\n    \"Type\": \"episode\",\n    \"Response\": \"True\"\n}"}],"_postman_id":"4997f993-342e-433b-b924-6c58485949c1"},{"name":"a movie or show by ID","id":"5b1a9a1f-c5d9-44e0-8fdb-8d4563819b12","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://www.omdbapi.com/?i=tt1285016&apikey=d6961364","description":"<p>GET the movie or show with the specified ID number.</p>\n","urlObject":{"protocol":"https","path":[""],"host":["www","omdbapi","com"],"query":[{"description":{"content":"<p>Use i to specify a valid movie or show ID from the IMDB.</p>\n","type":"text/plain"},"key":"i","value":"tt1285016"},{"description":{"content":"<p>Use apikey to add your API key.</p>\n","type":"text/plain"},"key":"apikey","value":"d6961364"}],"variable":[]}},"response":[{"id":"c3af3060-87e7-4773-b0d4-23beb0f881bf","name":"a movie or show by ID","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://www.omdbapi.com/?i=tt1285016&apikey=d6961364","protocol":"https","host":["www","omdbapi","com"],"path":[""],"query":[{"key":"i","value":"tt1285016","description":"Use i to specify a valid movie or show ID from the IMDB."},{"key":"apikey","value":"d6961364","description":"Use apikey to add your API key."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sat, 08 Apr 2023 13:34:08 GMT"},{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"public, max-age=86400"},{"key":"expires","value":"Fri, 07 Apr 2023 18:03:44 GMT"},{"key":"last-modified","value":"Fri, 07 Apr 2023 17:03:44 GMT"},{"key":"vary","value":"*, Accept-Encoding"},{"key":"x-aspnet-version","value":"4.0.30319"},{"key":"x-powered-by","value":"ASP.NET"},{"key":"access-control-allow-origin","value":"*"},{"key":"CF-Cache-Status","value":"HIT"},{"key":"Age","value":"73824"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"7b4ae2d4d8eb8284-IAD"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"Title\": \"The Social Network\",\n    \"Year\": \"2010\",\n    \"Rated\": \"PG-13\",\n    \"Released\": \"01 Oct 2010\",\n    \"Runtime\": \"120 min\",\n    \"Genre\": \"Biography, Drama\",\n    \"Director\": \"David Fincher\",\n    \"Writer\": \"Aaron Sorkin, Ben Mezrich\",\n    \"Actors\": \"Jesse Eisenberg, Andrew Garfield, Justin Timberlake\",\n    \"Plot\": \"As Harvard student Mark Zuckerberg creates the social networking site that would become known as Facebook, he is sued by the twins who claimed he stole their idea and by the co-founder who was later squeezed out of the business.\",\n    \"Language\": \"English, French\",\n    \"Country\": \"United States\",\n    \"Awards\": \"Won 3 Oscars. 173 wins & 186 nominations total\",\n    \"Poster\": \"https://m.media-amazon.com/images/M/MV5BOGUyZDUxZjEtMmIzMC00MzlmLTg4MGItZWJmMzBhZjE0Mjc1XkEyXkFqcGdeQXVyMTMxODk2OTU@._V1_SX300.jpg\",\n    \"Ratings\": [\n        {\n            \"Source\": \"Internet Movie Database\",\n            \"Value\": \"7.8/10\"\n        },\n        {\n            \"Source\": \"Rotten Tomatoes\",\n            \"Value\": \"96%\"\n        },\n        {\n            \"Source\": \"Metacritic\",\n            \"Value\": \"95/100\"\n        }\n    ],\n    \"Metascore\": \"95\",\n    \"imdbRating\": \"7.8\",\n    \"imdbVotes\": \"717,677\",\n    \"imdbID\": \"tt1285016\",\n    \"Type\": \"movie\",\n    \"DVD\": \"11 Jan 2011\",\n    \"BoxOffice\": \"$96,962,694\",\n    \"Production\": \"N/A\",\n    \"Website\": \"N/A\",\n    \"Response\": \"True\"\n}"}],"_postman_id":"5b1a9a1f-c5d9-44e0-8fdb-8d4563819b12"}]}