{"info":{"_postman_id":"111a32dc-10d3-4ed5-9341-b4132fc8625d","name":"Labs 21 Readrr Search API","description":"<html><head></head><body><p>A search API that automatically formats google books API responses for use within Readrr.</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"10879384","collectionId":"111a32dc-10d3-4ed5-9341-b4132fc8625d","publishedId":"SzYXXz7Z","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2020-03-31T01:51:25.000Z"},"item":[{"name":"Heroku Google Id Search","id":"d15dfba3-8449-4b8b-b2a8-1c2b529bf07e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n\t\"type\":\"googleId\",\r\n\t\"query\":\"_LettPDhwR0C\",\r\n\t\"startIndex\":\"0\",\r\n\t\"maxResults\":\"10\"\r\n}","options":{"raw":{"language":"json"}}},"url":"readrr-heroku-test.herokuapp.com/search","description":"<p>Search for a book using a google id. The <code>startIndex</code> and <code>maxResults</code> parameters are available for use, but may be redundant when searching via a unique google id.</p>\n","urlObject":{"path":["search"],"host":["readrr-heroku-test","herokuapp","com"],"query":[],"variable":[]}},"response":[{"id":"1017e7d2-c2e8-4304-b1ca-0180614f3285","name":"Heroku Google Id Search","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n\t\"type\":\"googleId\",\r\n\t\"query\":\"_LettPDhwR0C\",\r\n\t\"startIndex\":\"0\",\r\n\t\"maxResults\":\"10\"\r\n}","options":{"raw":{"language":"json"}}},"url":"readrr-heroku-test.herokuapp.com/search"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"gunicorn/20.0.4"},{"key":"Date","value":"Wed, 27 May 2020 12:01:59 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"1789"},{"key":"Via","value":"1.1 vegur"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"authors\": [\n            \"Dr. Seuss\",\n            \"Theodor Seuss Geisel\"\n        ],\n        \"averageRating\": 4.5,\n        \"categories\": [\n            \"Juvenile Fiction / Classics\",\n            \"Juvenile Fiction / Humorous Stories\",\n            \"Juvenile Fiction / Social Themes / New Experience\",\n            \"Juvenile Fiction / Social Themes / Self-Esteem & Self-Reliance\"\n        ],\n        \"description\": \"Illus. in full color. \\\"Don't be fooled by the title of this seriocomic ode to success; it's not 'Climb Every Mountain, ' kid version. All journeys face perils, whether from indecision, from loneliness, or worst of all, from too much waiting. Seuss' familiar pajama-clad hero is up to the challenge, and his odyssey is captured vividly in busy two-page spreads evoking both the good times (grinning purple elephants, floating golden castles) and the bad (deep blue wells of confusion). Seuss' message is simple but never sappy: life may be a 'Great Balancing Act, ' but through it all 'There's fun to be done.'\\\"--(starred) \\\"Booklist.\",\n        \"googleId\": \"_LettPDhwR0C\",\n        \"isEbook\": false,\n        \"isbn10\": \"0679805273\",\n        \"isbn13\": \"9780679805274\",\n        \"language\": \"en\",\n        \"pageCount\": 48,\n        \"publishedDate\": \"1990\",\n        \"publisher\": \"Random House\",\n        \"smallThumbnail\": \"http://books.google.com/books/content?id=_LettPDhwR0C&printsec=frontcover&img=1&zoom=5&edge=curl&imgtk=AFLRE702YYSyHelw0TMcYUHiwuPstBSZeRwLiejrpBxBWsLYL6O_Wl-m7WiyCK1mnFhRDx8p1TnJqC-4wf2kTGZtWfbJntj5Mf9Hp17pP1ghXEN53Dkegrq4MfpFYrOnXRsdbSbNl8sd&source=gbs_api\",\n        \"thumbnail\": \"http://books.google.com/books/content?id=_LettPDhwR0C&printsec=frontcover&img=1&zoom=1&edge=curl&imgtk=AFLRE71h8ClzcyjDLXdnlZC1naKPeMYn42bzlGlmcR2kZZhbAPsxWcGr06NiCvdEPUv8ApDLDI1F8V84lZdNlZP8Hiqmw55K4rSZg_RngPJlvqzQVXfB0bssMFaFLZ3v8l8ldRrKAakU&source=gbs_api\",\n        \"title\": \"Oh, the Places You'll Go!\",\n        \"webReaderLink\": \"http://play.google.com/books/reader?id=_LettPDhwR0C&hl=&printsec=frontcover&source=gbs_api\"\n    }\n]"}],"_postman_id":"d15dfba3-8449-4b8b-b2a8-1c2b529bf07e"},{"name":"Heroku Keyword Search","id":"715682e8-5897-4cdc-a52a-672edba2b24d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n\t\"type\":\"search\",\r\n\t\"query\":\"Dune\",\r\n\t\"startIndex\":\"0\",\r\n\t\"maxResults\":\"10\"\r\n}","options":{"raw":{"language":"json"}}},"url":"readrr-heroku-test.herokuapp.com/search\n","description":"<p>Search books using one or more keywords. Use the <code>startIndex</code> and <code>maxResults</code> parameters to paginate through results.</p>\n","urlObject":{"path":["search\n"],"host":["readrr-heroku-test","herokuapp","com"],"query":[],"variable":[]}},"response":[{"id":"868e4d15-b9f7-406f-8a8b-5641a68f2f49","name":"Heroku Keyword Search","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n\t\"type\":\"search\",\r\n\t\"query\":\"Dune\",\r\n\t\"startIndex\":\"0\",\r\n\t\"maxResults\":\"10\"\r\n}","options":{"raw":{"language":"json"}}},"url":"readrr-heroku-test.herokuapp.com/search\n"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"gunicorn/20.0.4"},{"key":"Date","value":"Wed, 27 May 2020 12:02:45 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"16826"},{"key":"Via","value":"1.1 vegur"}],"cookie":[],"responseTime":null,"body":"{\n    \"items\": [\n        {\n            \"authors\": [\n                \"Frank Herbert\"\n            ],\n            \"averageRating\": 4,\n            \"categories\": [\n                \"Fiction\"\n            ],\n            \"description\": \"Frank Herbert's classic masterpiece--a triumph of the imagination and one of the bestselling science fiction novels of all time. SOON TO BE A MAJOR MOTION PICTURE directed by Denis Villeneuve, starring Timothée Chalamet, Josh Brolin, Jason Momoa, Zendaya, Rebecca Ferguson, Oscar Isaac, Javier Bardem, Dave Bautista, Stellan Skarsgård, and Charlotte Rampling. Set on the desert planet Arrakis, Dune is the story of the boy Paul Atreides, heir to a noble family tasked with ruling an inhospitable world where the only thing of value is the \\\"spice\\\" melange, a drug capable of extending life and enhancing consciousness. Coveted across the known universe, melange is a prize worth killing for.... When House Atreides is betrayed, the destruction of Paul's family will set the boy on a journey toward a destiny greater than he could ever have imagined. And as he evolves into the mysterious man known as Muad'Dib, he will bring to fruition humankind's most ancient and unattainable dream. A stunning blend of adventure and mysticism, environmentalism and politics, Dune won the first Nebula Award, shared the Hugo Award, and formed the basis of what is undoubtedly the grandest epic in science fiction.\",\n            \"googleId\": \"k-ZXzQEACAAJ\",\n            \"isEbook\": false,\n            \"isbn10\": \"0593200101\",\n            \"isbn13\": \"9780593200100\",\n            \"language\": \"en\",\n            \"pageCount\": 896,\n            \"publishedDate\": \"2020-11-17\",\n            \"publisher\": \"Ace\",\n            \"smallThumbnail\": \"http://books.google.com/books/content?id=k-ZXzQEACAAJ&printsec=frontcover&img=1&zoom=5&source=gbs_api\",\n            \"textSnippet\": \"Set on the desert planet Arrakis, Dune is the story of the boy Paul Atreides, heir to a noble family tasked with ruling an inhospitable world where the only thing of value is the &quot;spice&quot; melange, a drug capable of extending life and ...\",\n            \"thumbnail\": \"http://books.google.com/books/content?id=k-ZXzQEACAAJ&printsec=frontcover&img=1&zoom=1&source=gbs_api\",\n            \"title\": \"Dune (Movie Tie-In)\",\n            \"webReaderLink\": \"http://play.google.com/books/reader?id=k-ZXzQEACAAJ&hl=&printsec=frontcover&source=gbs_api\"\n        },\n        {\n            \"authors\": [\n                \"Frank Herbert\"\n            ],\n            \"averageRating\": 4.5,\n            \"categories\": [\n                \"Fiction\"\n            ],\n            \"description\": \"Frank Herbert’s classic masterpiece—a triumph of the imagination and one of the bestselling science fiction novels of all time. SOON TO BE A MAJOR MOTION PICTURE directed by Denis Villeneuve, starring Timothée Chalamet, Josh Brolin, Jason Momoa, Oscar Isaac, Javier Bardem, Stellan Skarsgård, Rebecca Ferguson, Zendaya, and Charlotte Rampling. Set on the desert planet Arrakis, Dune is the story of the boy Paul Atreides, heir to a noble family tasked with ruling an inhospitable world where the only thing of value is the “spice” melange, a drug capable of extending life and enhancing consciousness. Coveted across the known universe, melange is a prize worth killing for.... When House Atreides is betrayed, the destruction of Paul’s family will set the boy on a journey toward a destiny greater than he could ever have imagined. And as he evolves into the mysterious man known as Muad’Dib, he will bring to fruition humankind’s most ancient and unattainable dream. A stunning blend of adventure and mysticism, environmentalism and politics, Dune won the first Nebula Award, shared the Hugo Award, and formed the basis of what is undoubtedly the grandest epic in science fiction.\",\n            \"googleId\": \"p1MULH7JsTQC\",\n            \"isEbook\": true,\n            \"isbn10\": \"1101658053\",\n            \"isbn13\": \"9781101658055\",\n            \"language\": \"en\",\n            \"pageCount\": 896,\n            \"publishedDate\": \"2003-08-26\",\n            \"publisher\": \"Penguin\",\n            \"smallThumbnail\": \"http://books.google.com/books/content?id=p1MULH7JsTQC&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api\",\n            \"textSnippet\": \"Set on the desert planet Arrakis, Dune is the story of the boy Paul Atreides, heir to a noble family tasked with ruling an inhospitable world where the only thing of value is the “spice” melange, a drug capable of extending life and ...\",\n            \"thumbnail\": \"http://books.google.com/books/content?id=p1MULH7JsTQC&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api\",\n            \"title\": \"Dune\",\n            \"webReaderLink\": \"http://play.google.com/books/reader?id=p1MULH7JsTQC&hl=&printsec=frontcover&source=gbs_api\"\n        },\n        {\n            \"authors\": [\n                \"Frank Herbert\"\n            ],\n            \"averageRating\": 4,\n            \"categories\": [\n                \"FICTION\"\n            ],\n            \"description\": \"\\\"First published in the United States of America by Chilton Books 1965\\\"--Title page verso.\",\n            \"googleId\": \"ydQiDQAAQBAJ\",\n            \"isEbook\": false,\n            \"isbn10\": \"0143111582\",\n            \"isbn13\": \"9780143111580\",\n            \"language\": \"en\",\n            \"pageCount\": 694,\n            \"publishedDate\": \"2016\",\n            \"publisher\": \"Penguin\",\n            \"smallThumbnail\": \"http://books.google.com/books/content?id=ydQiDQAAQBAJ&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api\",\n            \"textSnippet\": \"&quot;First published in the United States of America by Chilton Books 1965&quot;--Title page verso.\",\n            \"thumbnail\": \"http://books.google.com/books/content?id=ydQiDQAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api\",\n            \"title\": \"Dune\",\n            \"webReaderLink\": \"http://play.google.com/books/reader?id=ydQiDQAAQBAJ&hl=&printsec=frontcover&source=gbs_api\"\n        },\n        {\n            \"authors\": [\n                \"Frank Herbert\"\n            ],\n            \"categories\": [\n                \"Fiction\"\n            ],\n            \"description\": \"Book Two in the Magnificent Dune Chronicles--the Bestselling Science Fiction Adventure of All Time Dune Messiah continues the story of Paul Atreides, better known--and feared--as the man christened Muad'Dib. As Emperor of the known universe, he possesses more power than a single man was ever meant to wield. Worshipped as a religious icon by the fanatical Fremen, Paul faces the enmity of the political houses he displaced when he assumed the throne--and a conspiracy conducted within his own sphere of influence. And even as House Atreides begins to crumble around him from the machinations of his enemies, the true threat to Paul comes to his lover, Chani, and the unborn heir to his family's dynasty...\",\n            \"googleId\": \"uryWDwAAQBAJ\",\n            \"isEbook\": false,\n            \"isbn10\": \"0593098234\",\n            \"isbn13\": \"9780593098233\",\n            \"language\": \"en\",\n            \"pageCount\": 352,\n            \"publishedDate\": \"2019-06-04\",\n            \"publisher\": \"Ace\",\n            \"smallThumbnail\": \"http://books.google.com/books/content?id=uryWDwAAQBAJ&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api\",\n            \"textSnippet\": \"Book Two in the Magnificent Dune Chronicles--the Bestselling Science Fiction Adventure of All Time Dune Messiah continues the story of Paul Atreides, better known--and feared--as the man christened Muad&#39;Dib.\",\n            \"thumbnail\": \"http://books.google.com/books/content?id=uryWDwAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api\",\n            \"title\": \"Dune Messiah\",\n            \"webReaderLink\": \"http://play.google.com/books/reader?id=uryWDwAAQBAJ&hl=&printsec=frontcover&source=gbs_api\"\n        },\n        {\n            \"authors\": [\n                \"Frank Herbert\"\n            ],\n            \"averageRating\": 4.5,\n            \"categories\": [\n                \"Fiction\"\n            ],\n            \"description\": \"Here is the novel that will be forever considered a triumph of the imagination. Set on the desert planet Arrakis, Dune is the story of the boy Paul Atreides, who would become the mysterious man known as Muad'Dib. He would avenge the traitorous plot against his noble family--and would bring to fruition humankind's most ancient and unattainable dream. A stunning blend of adventure and mysticism, environmentalism and politics, Dune won the first Nebula Award, shared the Hugo Award, and formed the basis of what it undoubtedly the grandest epic in science fiction.\",\n            \"googleId\": \"S5njq1FhUUgC\",\n            \"isEbook\": false,\n            \"isbn10\": \"1440631298\",\n            \"isbn13\": \"9781440631290\",\n            \"language\": \"en\",\n            \"pageCount\": 544,\n            \"publishedDate\": \"2005-08-02\",\n            \"publisher\": \"Penguin\",\n            \"smallThumbnail\": \"http://books.google.com/books/content?id=S5njq1FhUUgC&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api\",\n            \"textSnippet\": \"Here is the novel that will be forever considered a triumph of the imagination. Set on the desert planet Arrakis, Dune is the story of the boy Paul Atreides, who would become the mysterious man known as Muad&#39;Dib.\",\n            \"thumbnail\": \"http://books.google.com/books/content?id=S5njq1FhUUgC&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api\",\n            \"title\": \"Dune (40th Anniversary Edition)\",\n            \"webReaderLink\": \"http://play.google.com/books/reader?id=S5njq1FhUUgC&hl=&printsec=frontcover&source=gbs_api\"\n        },\n        {\n            \"authors\": [\n                \"Brian Herbert\"\n            ],\n            \"averageRating\": 3,\n            \"categories\": [\n                \"Biography & Autobiography\"\n            ],\n            \"description\": \"A biography of the science fiction writer, presented by his son, describes Herbert's childhood in Tacoma, Washington, his early years as a reporter and editor, his military service, and his struggles to become published.\",\n            \"googleId\": \"hlbSrcGnhRIC\",\n            \"isEbook\": false,\n            \"isbn10\": \"0765306476\",\n            \"isbn13\": \"9780765306470\",\n            \"language\": \"en\",\n            \"pageCount\": 592,\n            \"publishedDate\": \"2004-07\",\n            \"publisher\": \"Macmillan\",\n            \"smallThumbnail\": \"http://books.google.com/books/content?id=hlbSrcGnhRIC&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api\",\n            \"textSnippet\": \"A biography of the science fiction writer, presented by his son, describes Herbert&#39;s childhood in Tacoma, Washington, his early years as a reporter and editor, his military service, and his struggles to become published.\",\n            \"thumbnail\": \"http://books.google.com/books/content?id=hlbSrcGnhRIC&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api\",\n            \"title\": \"Dreamer of Dune\",\n            \"webReaderLink\": \"http://play.google.com/books/reader?id=hlbSrcGnhRIC&hl=&printsec=frontcover&source=gbs_api\"\n        },\n        {\n            \"authors\": [\n                \"Frank Herbert\"\n            ],\n            \"averageRating\": 3.5,\n            \"categories\": [\n                \"Fiction\"\n            ],\n            \"description\": \"Book Three in the Magnificent Dune Chronicles—the Bestselling Science Fiction Adventure of All Time The Children of Dune are twin siblings Leto and Ghanima Atreides, whose father, the Emperor Paul Muad’Dib, disappeared in the desert wastelands of Arrakis nine years ago. Like their father, the twins possess supernormal abilities—making them valuable to their manipulative aunt Alia, who rules the Empire in the name of House Atreides. Facing treason and rebellion on two fronts, Alia’s rule is not absolute. The displaced House Corrino is plotting to regain the throne while the fanatical Fremen are being provoked into open revolt by the enigmatic figure known only as The Preacher. Alia believes that by obtaining the secrets of the twins’ prophetic visions, she can maintain control over her dynasty. But Leto and Ghanima have their own plans for their visions—and their destinies....\",\n            \"googleId\": \"RxxwnkPHlfEC\",\n            \"isEbook\": true,\n            \"isbn10\": \"1440630518\",\n            \"isbn13\": \"9781440630514\",\n            \"language\": \"en\",\n            \"pageCount\": 416,\n            \"publishedDate\": \"2008-06-03\",\n            \"publisher\": \"Penguin\",\n            \"smallThumbnail\": \"http://books.google.com/books/content?id=RxxwnkPHlfEC&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api\",\n            \"textSnippet\": \"Book Three in the Magnificent Dune Chronicles—the Bestselling Science Fiction Adventure of All Time The Children of Dune are twin siblings Leto and Ghanima Atreides, whose father, the Emperor Paul Muad’Dib, disappeared in the desert ...\",\n            \"thumbnail\": \"http://books.google.com/books/content?id=RxxwnkPHlfEC&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api\",\n            \"title\": \"Children of Dune\",\n            \"webReaderLink\": \"http://play.google.com/books/reader?id=RxxwnkPHlfEC&hl=&printsec=frontcover&source=gbs_api\"\n        },\n        {\n            \"authors\": [\n                \"Brian Herbert\",\n                \"Kevin Anderson\"\n            ],\n            \"averageRating\": 4,\n            \"categories\": [\n                \"Fiction\"\n            ],\n            \"description\": \"Book Two of the Epic Prequel to the Classic Novel Dune—Soon to Be a Major Motion Picture Step into the universe of Frank Herbert’s Dune, one of the greatest science fiction novels of all time. Before Dune . . . The epic tale of Duke Leto Atreides and his rise to power . . . The fierce ambitions of his mortal enemy, Baron Vladimir Harkonnen . . . The struggles of the young girl Jessica, the Baron’s secret daughter, under the harsh training of the Sisterhood school . . . The schemes of Shaddam Corrino to create a synthetic spice that may bring unlimited wealth, or cause the collapse of the Spacing Guild . . . And the implausible dream of Planetologist Kynes to turn the desert planet Dune into a paradise, uniting the desperate Fremen into a force unlike anything the Imperium has ever seen . . . Dune: House Harkonnen continues the epic story that lays the foundation for Frank Herbert’s masterpiece Dune, a complex tale of politics, religion, and the rise and fall of dynasties on a galaxy-spanning canvas. Look for the entire prequel series DUNE: HOUSE ATREIDES • DUNE: HOUSE HARKONNEN • DUNE: HOUSE CORRINO\",\n            \"googleId\": \"1N1rTDJP55UC\",\n            \"isEbook\": true,\n            \"isbn10\": \"0553897837\",\n            \"isbn13\": \"9780553897838\",\n            \"language\": \"en\",\n            \"pageCount\": 752,\n            \"publishedDate\": \"2003-03-18\",\n            \"publisher\": \"Spectra\",\n            \"smallThumbnail\": \"http://books.google.com/books/content?id=1N1rTDJP55UC&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api\",\n            \"textSnippet\": \"Book Two of the Epic Prequel to the Classic Novel Dune—A Major Motion Picture Sequel to the international bestseller Dune: House Atreides Before Dune . . . The epic tale of Duke Leto Atreides and his rise to power . . .\",\n            \"thumbnail\": \"http://books.google.com/books/content?id=1N1rTDJP55UC&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api\",\n            \"title\": \"Dune: House Harkonnen\",\n            \"webReaderLink\": \"http://play.google.com/books/reader?id=1N1rTDJP55UC&hl=&printsec=frontcover&source=gbs_api\"\n        },\n        {\n            \"authors\": [\n                \"Brian Herbert\",\n                \"Kevin J. Anderson\"\n            ],\n            \"averageRating\": 3,\n            \"categories\": [\n                \"Fiction\"\n            ],\n            \"description\": \"Hunters of Dune and the concluding volume, Sandworms of Dune, bring together the great story lines and beloved characters in Frank Herbert's classic Dune universe, ranging from the time of the Butlerian Jihad to the original Dune series and beyond. Based directly on Frank Herbert's final outline, which lay hidden in a safe-deposit box for a decade, these two volumes will finally answer the urgent questions Dune fans have been debating for two decades. At the end of Chapterhouse: Dune--Frank Herbert's final novel--a ship carrying the ghola of Duncan Idaho, Sheeana (a young woman who can control sandworms), and a crew of various refugees escapes into the uncharted galaxy, fleeing from the monstrous Honored Matres, dark counterparts to the Bene Gesserit Sisterhood. The nearly invincible Honored Matres have swarmed into the known universe, driven from their home by a terrifying, mysterious Enemy. As designed by the creative genius of Frank Herbert, the primary story of Hunters and Sandworms is the exotic odyssey of Duncan's no-ship as it is forced to elude the diabolical traps set by the ferocious, unknown Enemy. To strengthen their forces, the fugitives have used genetic technology from Scytale, the last Tleilaxu Master, to revive key figures from Dune's past—including Paul Muad'Dib and his beloved Chani, Lady Jessica, Stilgar, Thufir Hawat, and even Dr. Wellington Yueh. Each of these characters will use their special talents to meet the challenges thrown at them. Failure is unthinkable--not only is their survival at stake, but they hold the fate of the entire human race in their hands. At the Publisher's request, this title is being sold without Digital Rights Management Software (DRM) applied.\",\n            \"googleId\": \"2EBnftvO3xcC\",\n            \"isEbook\": true,\n            \"isbn10\": \"1429924810\",\n            \"isbn13\": \"9781429924818\",\n            \"language\": \"en\",\n            \"pageCount\": 528,\n            \"publishedDate\": \"2006-10-17\",\n            \"publisher\": \"Macmillan\",\n            \"smallThumbnail\": \"http://books.google.com/books/content?id=2EBnftvO3xcC&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api\",\n            \"textSnippet\": \"Book One in the classic conclusion to Frank Herbert&#39;s worldwide bestselling Dune Chronicles Hunters of Dune and the concluding volume, Sandworms of Dune, bring together the great story lines and beloved characters in Frank Herbert&#39;s classic ...\",\n            \"thumbnail\": \"http://books.google.com/books/content?id=2EBnftvO3xcC&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api\",\n            \"title\": \"Hunters of Dune\",\n            \"webReaderLink\": \"http://play.google.com/books/reader?id=2EBnftvO3xcC&hl=&printsec=frontcover&source=gbs_api\"\n        },\n        {\n            \"authors\": [\n                \"Frank Herbert\"\n            ],\n            \"averageRating\": 3.5,\n            \"categories\": [\n                \"Fiction\"\n            ],\n            \"description\": \"Thousands of years after the death of God Emperor Leto II, the Bene Gesserit and the Bene Tleilax struggle to direct the future of Dune, now called Rakis\",\n            \"googleId\": \"0ZKAkX0W4A4C\",\n            \"isEbook\": false,\n            \"isbn10\": \"0441328008\",\n            \"isbn13\": \"9780441328000\",\n            \"language\": \"en\",\n            \"pageCount\": 471,\n            \"publishedDate\": \"1987\",\n            \"publisher\": \"Penguin\",\n            \"smallThumbnail\": \"http://books.google.com/books/content?id=0ZKAkX0W4A4C&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api\",\n            \"textSnippet\": \"Thousands of years after the death of God Emperor Leto II, the Bene Gesserit and the Bene Tleilax struggle to direct the future of Dune, now called Rakis\",\n            \"thumbnail\": \"http://books.google.com/books/content?id=0ZKAkX0W4A4C&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api\",\n            \"title\": \"Heretics of Dune\",\n            \"webReaderLink\": \"http://play.google.com/books/reader?id=0ZKAkX0W4A4C&hl=&printsec=frontcover&source=gbs_api\"\n        }\n    ],\n    \"totalItems\": 1814\n}"}],"_postman_id":"715682e8-5897-4cdc-a52a-672edba2b24d"}]}