id
stringlengths 53
86
| api_name
stringlengths 2
76
| api_description
stringlengths 1
500
⌀ | api_score
float64 0
10
⌀ | endpoint_name
stringlengths 1
190
| endpoint_description
stringlengths 0
500
| response_status_code
int64 100
505
| response_summary
stringlengths 1
68
⌀ | response_json
stringlengths 6
50k
| response_json_schema
stringlengths 14
150k
|
---|---|---|---|---|---|---|---|---|---|
9c58196c-5e6a-4e80-aedd-7c7b2f533e0d/f1e6782a-3b9e-470c-9e71-2c3af735ff71/2/0 | Quotel - Quotes | The Quotel - Quotes api gives you easy access to 1.000.000+ quotes by 30.000+ authors, scientists, celebrities, musicians, politicians, athletes, famous people from history and many more with features such as Quote of the day, random quote, full text search, quotes categorised into over 100 topics like "love", "wisdom" and "inspirational", and many more. | 9.5 | GetAuthorOfTheDay | Use this route to get the AOD for today for "English" or "icelandic" authors | 200 | Example_1 | {"authorId": 29333, "born": "1942-January-17", "date": "2021-06-12T00:00:00Z", "died": "2016-June-3", "isIcelandic": true, "name": "Muhammad Ali", "nationality": "American", "profession": "Boxer"} | {"properties": {"authorId": {"description": "The author's id", "format": "uint64", "type": "integer", "x-go-name": "AuthorId"}, "born": {"description": "The date this author was born", "type": "string", "x-go-name": "Born"}, "date": {"description": "The date when this author was the author of the day", "type": "string", "x-go-name": "Date"}, "died": {"description": "The date this author died", "type": "string", "x-go-name": "Died"}, "isIcelandic": {"description": "Whether the author is icelandic or not", "type": "boolean", "x-go-name": "IsIcelandic"}, "name": {"description": "The name of the author", "type": "string", "x-go-name": "Name"}, "nationality": {"description": "The author's nationality", "type": "string", "x-go-name": "Nationality"}, "profession": {"description": "The author's main profession", "type": "string", "x-go-name": "Profession"}}, "type": "object", "x-go-name": "AodAPIModel", "x-go-package": "_/Users/thorduragustsson/Programming/go/github.com/Skjaldbaka17/quotel-sls-api/swagger/docs"} |
9c58196c-5e6a-4e80-aedd-7c7b2f533e0d/72e3ef1d-e0b0-4c7c-ab98-1e988046ed72/0/0 | Quotel - Quotes | The Quotel - Quotes api gives you easy access to 1.000.000+ quotes by 30.000+ authors, scientists, celebrities, musicians, politicians, athletes, famous people from history and many more with features such as Quote of the day, random quote, full text search, quotes categorised into over 100 topics like "love", "wisdom" and "inspirational", and many more. | 9.5 | GetRandomQuote | Use this route to get a random quote from the whole database, from specific topics like 'Motivational' or 'Love' or from a specific author. | 400 | Example_1 | {"message": "request body is not structured correctly.", "statusCode": 400} | {"properties": {"message": {"description": "The error message", "type": "string", "x-go-name": "Message"}, "statusCode": {"description": "The http status code for this error", "format": "int64", "type": "integer", "x-go-name": "StatusCode", "minimum": -9223372036854776000, "maximum": 9223372036854776000}}, "type": "object"} |
9c58196c-5e6a-4e80-aedd-7c7b2f533e0d/72e3ef1d-e0b0-4c7c-ab98-1e988046ed72/1/0 | Quotel - Quotes | The Quotel - Quotes api gives you easy access to 1.000.000+ quotes by 30.000+ authors, scientists, celebrities, musicians, politicians, athletes, famous people from history and many more with features such as Quote of the day, random quote, full text search, quotes categorised into over 100 topics like "love", "wisdom" and "inspirational", and many more. | 9.5 | GetRandomQuote | Use this route to get a random quote from the whole database, from specific topics like 'Motivational' or 'Love' or from a specific author. | 500 | Example_1 | {"message": "Please try again later.", "statusCode": 500} | {"properties": {"message": {"description": "The error message describing what happened", "type": "string", "x-go-name": "Message"}, "statusCode": {"description": "The http status code for this error", "format": "int64", "type": "integer", "x-go-name": "StatusCode", "minimum": -9223372036854776000, "maximum": 9223372036854776000}}, "type": "object"} |
9c58196c-5e6a-4e80-aedd-7c7b2f533e0d/72e3ef1d-e0b0-4c7c-ab98-1e988046ed72/2/0 | Quotel - Quotes | The Quotel - Quotes api gives you easy access to 1.000.000+ quotes by 30.000+ authors, scientists, celebrities, musicians, politicians, athletes, famous people from history and many more with features such as Quote of the day, random quote, full text search, quotes categorised into over 100 topics like "love", "wisdom" and "inspirational", and many more. | 9.5 | GetRandomQuote | Use this route to get a random quote from the whole database, from specific topics like 'Motivational' or 'Love' or from a specific author. | 404 | Example_1 | {"message": "No quote exists that matches the given parameters."} | {"properties": {"message": {"description": "The error message", "type": "string", "x-go-name": "Message"}}, "type": "object"} |
9c58196c-5e6a-4e80-aedd-7c7b2f533e0d/72e3ef1d-e0b0-4c7c-ab98-1e988046ed72/3/0 | Quotel - Quotes | The Quotel - Quotes api gives you easy access to 1.000.000+ quotes by 30.000+ authors, scientists, celebrities, musicians, politicians, athletes, famous people from history and many more with features such as Quote of the day, random quote, full text search, quotes categorised into over 100 topics like "love", "wisdom" and "inspirational", and many more. | 9.5 | GetRandomQuote | Use this route to get a random quote from the whole database, from specific topics like 'Motivational' or 'Love' or from a specific author. | 200 | Example_1 | {"authorId": 24952, "born": "1942-January-17", "count": 0, "died": "2016-June-3", "isIcelandic": true, "name": "Muhammad Ali", "nationality": "American", "profession": "Boxer", "quote": "Float like a butterfly, sting like a bee.", "quoteId": 582676, "topicId": 100, "topicName": "Wisdom"} | {"properties": {"authorId": {"description": "The author's id", "format": "int64", "type": "integer", "uniqueItems": true, "x-go-name": "AuthorId", "minimum": -9223372036854776000, "maximum": 9223372036854776000}, "born": {"description": "The date this author was born", "type": "string", "x-go-name": "Born"}, "count": {"format": "int64", "type": "integer", "x-go-name": "Count", "minimum": -9223372036854776000, "maximum": 9223372036854776000}, "died": {"description": "The date this author died", "type": "string", "x-go-name": "Died"}, "isIcelandic": {"description": "Whether or not this quote is in Icelandic or not", "type": "boolean", "x-go-name": "IsIcelandic"}, "name": {"description": "Name of author", "type": "string", "x-go-name": "Name"}, "nationality": {"description": "The author's nationality", "type": "string", "x-go-name": "Nationality"}, "profession": {"description": "The author's main profession", "type": "string", "x-go-name": "Profession"}, "quote": {"description": "The quote", "type": "string", "x-go-name": "Quote"}, "quoteId": {"description": "The quote's id", "format": "int64", "type": "integer", "uniqueItems": true, "x-go-name": "QuoteId", "minimum": -9223372036854776000, "maximum": 9223372036854776000}, "topicId": {"description": "The topic's Id that this QOD is quote of the day of", "format": "uint64", "type": "integer", "x-go-name": "TopicId"}, "topicName": {"description": "The topic's name that this QOD is quote of the day of", "type": "string", "x-go-name": "TopicName"}}, "type": "object", "x-go-name": "TopicQuoteAPIModel", "x-go-package": "_/Users/thorduragustsson/Programming/go/github.com/Skjaldbaka17/quotel-sls-api/swagger/docs"} |
9c58196c-5e6a-4e80-aedd-7c7b2f533e0d/d25119d9-eaac-4fec-89c3-7b49c886ba66/0/0 | Quotel - Quotes | The Quotel - Quotes api gives you easy access to 1.000.000+ quotes by 30.000+ authors, scientists, celebrities, musicians, politicians, athletes, famous people from history and many more with features such as Quote of the day, random quote, full text search, quotes categorised into over 100 topics like "love", "wisdom" and "inspirational", and many more. | 9.5 | GetTopics | List all the available topics, english / icelandic or both | 200 | Example_1 | [{"id": 0, "isIcelandic": true, "name": ""}] | {"items": {"properties": {"id": {"format": "int64", "type": "integer", "x-go-name": "Id", "minimum": -9223372036854776000, "maximum": 9223372036854776000}, "isIcelandic": {"type": "boolean", "x-go-name": "IsIcelandic"}, "name": {"type": "string", "x-go-name": "Name"}}, "type": "object", "x-go-name": "TopicAPIModel", "x-go-package": "_/Users/thorduragustsson/Programming/go/github.com/Skjaldbaka17/quotel-sls-api/swagger/docs"}, "type": "array"} |
9c58196c-5e6a-4e80-aedd-7c7b2f533e0d/d25119d9-eaac-4fec-89c3-7b49c886ba66/1/0 | Quotel - Quotes | The Quotel - Quotes api gives you easy access to 1.000.000+ quotes by 30.000+ authors, scientists, celebrities, musicians, politicians, athletes, famous people from history and many more with features such as Quote of the day, random quote, full text search, quotes categorised into over 100 topics like "love", "wisdom" and "inspirational", and many more. | 9.5 | GetTopics | List all the available topics, english / icelandic or both | 500 | Example_1 | {"message": "Please try again later.", "statusCode": 500} | {"properties": {"message": {"description": "The error message describing what happened", "type": "string", "x-go-name": "Message"}, "statusCode": {"description": "The http status code for this error", "format": "int64", "type": "integer", "x-go-name": "StatusCode", "minimum": -9223372036854776000, "maximum": 9223372036854776000}}, "type": "object"} |
9c58196c-5e6a-4e80-aedd-7c7b2f533e0d/d25119d9-eaac-4fec-89c3-7b49c886ba66/2/0 | Quotel - Quotes | The Quotel - Quotes api gives you easy access to 1.000.000+ quotes by 30.000+ authors, scientists, celebrities, musicians, politicians, athletes, famous people from history and many more with features such as Quote of the day, random quote, full text search, quotes categorised into over 100 topics like "love", "wisdom" and "inspirational", and many more. | 9.5 | GetTopics | List all the available topics, english / icelandic or both | 400 | Example_1 | {"message": "request body is not structured correctly.", "statusCode": 400} | {"properties": {"message": {"description": "The error message", "type": "string", "x-go-name": "Message"}, "statusCode": {"description": "The http status code for this error", "format": "int64", "type": "integer", "x-go-name": "StatusCode", "minimum": -9223372036854776000, "maximum": 9223372036854776000}}, "type": "object"} |
9c58196c-5e6a-4e80-aedd-7c7b2f533e0d/9bf634ea-d15f-4eed-93c1-8222f7cc3152/0/0 | Quotel - Quotes | The Quotel - Quotes api gives you easy access to 1.000.000+ quotes by 30.000+ authors, scientists, celebrities, musicians, politicians, athletes, famous people from history and many more with features such as Quote of the day, random quote, full text search, quotes categorised into over 100 topics like "love", "wisdom" and "inspirational", and many more. | 9.5 | GetAODHistory | Use this route to get the history of authors of the day for "English" or "icelandic" authors -- starting from Middle of July 2021. | 500 | Example_1 | {"message": "Please try again later.", "statusCode": 500} | {"properties": {"message": {"description": "The error message describing what happened", "type": "string", "x-go-name": "Message"}, "statusCode": {"description": "The http status code for this error", "format": "int64", "type": "integer", "x-go-name": "StatusCode", "minimum": -9223372036854776000, "maximum": 9223372036854776000}}, "type": "object"} |
9c58196c-5e6a-4e80-aedd-7c7b2f533e0d/9bf634ea-d15f-4eed-93c1-8222f7cc3152/1/0 | Quotel - Quotes | The Quotel - Quotes api gives you easy access to 1.000.000+ quotes by 30.000+ authors, scientists, celebrities, musicians, politicians, athletes, famous people from history and many more with features such as Quote of the day, random quote, full text search, quotes categorised into over 100 topics like "love", "wisdom" and "inspirational", and many more. | 9.5 | GetAODHistory | Use this route to get the history of authors of the day for "English" or "icelandic" authors -- starting from Middle of July 2021. | 400 | Example_1 | {"message": "request body is not structured correctly.", "statusCode": 400} | {"properties": {"message": {"description": "The error message", "type": "string", "x-go-name": "Message"}, "statusCode": {"description": "The http status code for this error", "format": "int64", "type": "integer", "x-go-name": "StatusCode", "minimum": -9223372036854776000, "maximum": 9223372036854776000}}, "type": "object"} |
9c58196c-5e6a-4e80-aedd-7c7b2f533e0d/9bf634ea-d15f-4eed-93c1-8222f7cc3152/2/0 | Quotel - Quotes | The Quotel - Quotes api gives you easy access to 1.000.000+ quotes by 30.000+ authors, scientists, celebrities, musicians, politicians, athletes, famous people from history and many more with features such as Quote of the day, random quote, full text search, quotes categorised into over 100 topics like "love", "wisdom" and "inspirational", and many more. | 9.5 | GetAODHistory | Use this route to get the history of authors of the day for "English" or "icelandic" authors -- starting from Middle of July 2021. | 200 | Example_1 | [{"authorId": 29333, "born": "1942-January-17", "date": "2021-06-12T00:00:00Z", "died": "2016-June-3", "isIcelandic": true, "name": "Muhammad Ali", "nationality": "American", "profession": "Boxer"}] | {"items": {"properties": {"authorId": {"description": "The author's id", "format": "uint64", "type": "integer", "x-go-name": "AuthorId"}, "born": {"description": "The date this author was born", "type": "string", "x-go-name": "Born"}, "date": {"description": "The date when this author was the author of the day", "type": "string", "x-go-name": "Date"}, "died": {"description": "The date this author died", "type": "string", "x-go-name": "Died"}, "isIcelandic": {"description": "Whether the author is icelandic or not", "type": "boolean", "x-go-name": "IsIcelandic"}, "name": {"description": "The name of the author", "type": "string", "x-go-name": "Name"}, "nationality": {"description": "The author's nationality", "type": "string", "x-go-name": "Nationality"}, "profession": {"description": "The author's main profession", "type": "string", "x-go-name": "Profession"}}, "type": "object", "x-go-name": "AodAPIModel", "x-go-package": "_/Users/thorduragustsson/Programming/go/github.com/Skjaldbaka17/quotel-sls-api/swagger/docs"}, "type": "array"} |
9c58196c-5e6a-4e80-aedd-7c7b2f533e0d/084bbf2f-97a2-4ce9-a14a-043f7dced480/0/0 | Quotel - Quotes | The Quotel - Quotes api gives you easy access to 1.000.000+ quotes by 30.000+ authors, scientists, celebrities, musicians, politicians, athletes, famous people from history and many more with features such as Quote of the day, random quote, full text search, quotes categorised into over 100 topics like "love", "wisdom" and "inspirational", and many more. | 9.5 | GetQuotesList | Use this route to get a list of quotes according to some ordering / parameters -- list them based on length of quote, popularity or by their id | 500 | Example_1 | {"message": "Please try again later.", "statusCode": 500} | {"properties": {"message": {"description": "The error message describing what happened", "type": "string", "x-go-name": "Message"}, "statusCode": {"description": "The http status code for this error", "format": "int64", "type": "integer", "x-go-name": "StatusCode", "minimum": -9223372036854776000, "maximum": 9223372036854776000}}, "type": "object"} |
9c58196c-5e6a-4e80-aedd-7c7b2f533e0d/084bbf2f-97a2-4ce9-a14a-043f7dced480/1/0 | Quotel - Quotes | The Quotel - Quotes api gives you easy access to 1.000.000+ quotes by 30.000+ authors, scientists, celebrities, musicians, politicians, athletes, famous people from history and many more with features such as Quote of the day, random quote, full text search, quotes categorised into over 100 topics like "love", "wisdom" and "inspirational", and many more. | 9.5 | GetQuotesList | Use this route to get a list of quotes according to some ordering / parameters -- list them based on length of quote, popularity or by their id | 400 | Example_1 | {"message": "request body is not structured correctly.", "statusCode": 400} | {"properties": {"message": {"description": "The error message", "type": "string", "x-go-name": "Message"}, "statusCode": {"description": "The http status code for this error", "format": "int64", "type": "integer", "x-go-name": "StatusCode", "minimum": -9223372036854776000, "maximum": 9223372036854776000}}, "type": "object"} |
9c58196c-5e6a-4e80-aedd-7c7b2f533e0d/084bbf2f-97a2-4ce9-a14a-043f7dced480/2/0 | Quotel - Quotes | The Quotel - Quotes api gives you easy access to 1.000.000+ quotes by 30.000+ authors, scientists, celebrities, musicians, politicians, athletes, famous people from history and many more with features such as Quote of the day, random quote, full text search, quotes categorised into over 100 topics like "love", "wisdom" and "inspirational", and many more. | 9.5 | GetQuotesList | Use this route to get a list of quotes according to some ordering / parameters -- list them based on length of quote, popularity or by their id | 200 | Example_1 | [{"authorId": 29333, "born": "1942-January-17", "count": 1111, "died": "2016-June-3", "isIcelandic": true, "name": "Muhammad Ali", "nationality": "American", "profession": "Boxer", "quote": "I hated every minute of training, but I said, 'Don't quit. Suffer now and live the rest of your life as a champion.'", "quoteId": 879890}] | {"items": {"properties": {"authorId": {"description": "The author's id", "format": "uint64", "type": "integer", "x-go-name": "AuthorId"}, "born": {"description": "The date this author was born", "type": "string", "x-go-name": "Born"}, "count": {"description": "The popularity index of the quote", "format": "int64", "type": "integer", "x-go-name": "Count", "minimum": -9223372036854776000, "maximum": 9223372036854776000}, "died": {"description": "The date this author died", "type": "string", "x-go-name": "Died"}, "isIcelandic": {"description": "Whether or not this quote is in icelandic", "type": "boolean", "x-go-name": "IsIcelandic"}, "name": {"description": "The name of the author", "type": "string", "x-go-name": "Name"}, "nationality": {"description": "The author's nationality", "type": "string", "x-go-name": "Nationality"}, "profession": {"description": "The author's main profession", "type": "string", "x-go-name": "Profession"}, "quote": {"description": "The quote", "type": "string", "x-go-name": "Quote"}, "quoteId": {"description": "The quote's id", "format": "uint64", "type": "integer", "x-go-name": "QuoteId"}}, "type": "object", "x-go-package": "_/Users/thorduragustsson/Programming/go/github.com/Skjaldbaka17/quotel-sls-api/swagger/docs"}, "type": "array"} |
93bc691d-568e-42fe-8d2b-83537bec4520/3ee9a8c3-654d-4956-ba75-7e6491e33dc9/0/0 | Jokerator - Endless Jokes API | Fun and entertaining tool that provides a vast collection of jokes, puns, and humorous content to add laughter and amusement to your applications, websites, or services. With this API, you can easily integrate endless jokes into your projects, providing your users with a delightful and lighthearted experience. | 5.2 | Get Random Joke | Get Random Joke | 200 | New Example | {"status": "ok", "error": null, "data": {"id": "4gipz5", "score": 0, "setup": "What's up?", "punchline": "You've never seen it? It's a really great Disney Pixar movie from 2009. I swear, it makes me cry every time. You should definitely go find a copy and watch it.", "success": true}} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"status": {"type": "string"}, "error": {"type": "null"}, "data": {"type": "object", "properties": {"id": {"type": "string"}, "score": {"type": "integer"}, "setup": {"type": "string"}, "punchline": {"type": "string"}, "success": {"type": "boolean"}}, "required": ["id", "punchline", "score", "setup", "success"]}}, "required": ["data", "error", "status"]} |
f03602ae-8bde-45d4-a368-248b8b2b7845/4aac0613-2741-4957-b036-d6ac8d6716f2/0/0 | IMDb Top 100 Movies | Top 100 Greatest Movies and Series of All Time based on IMDb. Frequent Updates to The Movie List and Series List. Easy to use. Includes The Trailers. | 9.7 | Top 100 Series List | The cover image, rank, title, thumbnail, IMDb rating, ID, year, description, imdb id, imdb link and genre of the top 100 series of all time. More detailed information about the series and their trailers can be accessed through the 'Series Data By ID' endpoint. Regular updates. | 200 | New Example | [{"rank": 13, "title": "Game of Thrones", "description": "Nine noble families fight for control over the lands of Westeros, while an ancient enemy returns after being dormant for a millennia.", "image": "https://m.media-amazon.com/images/M/MV5BN2IzYzBiOTQtNGZmMi00NDI5LTgxMzMtN2EzZjA1NjhlOGMxXkEyXkFqcGdeQXVyNjAwNDUxODI@._V1_QL75_UX380_CR0,1,380,562_.jpg", "big_image": "https://m.media-amazon.com/images/M/MV5BN2IzYzBiOTQtNGZmMi00NDI5LTgxMzMtN2EzZjA1NjhlOGMxXkEyXkFqcGdeQXVyNjAwNDUxODI@", "genre": ["Action", "Adventure", "Drama"], "thumbnail": "https://m.media-amazon.com/images/M/MV5BN2IzYzBiOTQtNGZmMi00NDI5LTgxMzMtN2EzZjA1NjhlOGMxXkEyXkFqcGdeQXVyNjAwNDUxODI@._V1_UY67_CR0,0,45,67_AL_.jpg", "rating": 9.2, "id": "top13", "year": "2011-2019", "imdbid": "tt0944947", "imdb_link": "https://www.imdb.com/title/tt0944947"}, {"rank": 14, "title": "The World at War", "description": "A groundbreaking 26-part documentary series narrated by the actor Laurence Olivier about the deadliest conflict in history, World War II.", "image": "https://m.media-amazon.com/images/M/MV5BZTIwOWEyMjctMjQwNS00ODZiLThmMWEtYWQ1OWFiYzQ2OWYwXkEyXkFqcGdeQXVyNjAwNDUxODI@._V1_QL75_UX380_CR0,1,380,562_.jpg", "big_image": "https://m.media-amazon.com/images/M/MV5BZTIwOWEyMjctMjQwNS00ODZiLThmMWEtYWQ1OWFiYzQ2OWYwXkEyXkFqcGdeQXVyNjAwNDUxODI@", "genre": ["Documentary", "History", "War"], "thumbnail": "https://m.media-amazon.com/images/M/MV5BZTIwOWEyMjctMjQwNS00ODZiLThmMWEtYWQ1OWFiYzQ2OWYwXkEyXkFqcGdeQXVyNjAwNDUxODI@._V1_UY67_CR0,0,45,67_AL_.jpg", "rating": 9.2, "id": "top14", "year": "1973-1974", "imdbid": "tt0071075", "imdb_link": "https://www.imdb.com/title/tt0071075"}, {"rank": 15, "title": "Rick and Morty", "description": "An animated series that follows the exploits of a super scientist and his not-so-bright grandson.", "image": "https://m.media-amazon.com/images/M/MV5BZjRjOTFkOTktZWUzMi00YzMyLThkMmYtMjEwNmQyNzliYTNmXkEyXkFqcGdeQXVyNzQ1ODk3MTQ@._V1_QL75_UX380_CR0,1,380,562_.jpg", "big_image": "https://m.media-amazon.com/images/M/MV5BZjRjOTFkOTktZWUzMi00YzMyLThkMmYtMjEwNmQyNzliYTNmXkEyXkFqcGdeQXVyNzQ1ODk3MTQ@", "genre": ["Animation", "Adventure", "Comedy"], "thumbnail": "https://m.media-amazon.com/images/M/MV5BZjRjOTFkOTktZWUzMi00YzMyLThkMmYtMjEwNmQyNzliYTNmXkEyXkFqcGdeQXVyNzQ1ODk3MTQ@._V1_UY67_CR0,0,45,67_AL_.jpg", "rating": 9.1, "id": "top15", "year": "2013-", "imdbid": "tt2861424", "imdb_link": "https://www.imdb.com/title/tt2861424"}] | {"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"rank": {"type": "integer"}, "title": {"type": "string"}, "description": {"type": "string"}, "image": {"type": "string"}, "big_image": {"type": "string"}, "genre": {"type": "array", "items": {"type": "string"}}, "thumbnail": {"type": "string"}, "rating": {"type": "number"}, "id": {"type": "string"}, "year": {"type": "string"}, "imdbid": {"type": "string"}, "imdb_link": {"type": "string"}}, "required": ["big_image", "description", "genre", "id", "image", "imdb_link", "imdbid", "rank", "rating", "thumbnail", "title", "year"]}} |
f03602ae-8bde-45d4-a368-248b8b2b7845/05acb897-6ad4-49d8-a037-73b8f5501031/0/0 | IMDb Top 100 Movies | Top 100 Greatest Movies and Series of All Time based on IMDb. Frequent Updates to The Movie List and Series List. Easy to use. Includes The Trailers. | 9.7 | Series Data By Id | This endpoint lists a series's data by its ID. It contains a large-sized cover image, trailer, description, and more. For example, you can use the ID 'top1'. | 200 | New Example | {"rank": 1, "title": "Breaking Bad", "thumbnail": "https://m.media-amazon.com/images/M/MV5BYmQ4YWMxYjUtNjZmYi00MDQ1LWFjMjMtNjA5ZDdiYjdiODU5XkEyXkFqcGdeQXVyMTMzNDExODE5._V1_UY67_CR0,0,45,67_AL_.jpg", "rating": 9.5, "id": "top1", "year": "2008-2013", "image": "https://m.media-amazon.com/images/M/MV5BYmQ4YWMxYjUtNjZmYi00MDQ1LWFjMjMtNjA5ZDdiYjdiODU5XkEyXkFqcGdeQXVyMTMzNDExODE5._V1_QL75_UX380_CR0,1,380,562_.jpg", "big_image": "https://m.media-amazon.com/images/M/MV5BYmQ4YWMxYjUtNjZmYi00MDQ1LWFjMjMtNjA5ZDdiYjdiODU5XkEyXkFqcGdeQXVyMTMzNDExODE5", "description": "A chemistry teacher diagnosed with inoperable lung cancer turns to manufacturing and selling methamphetamine with a former student in order to secure his family's future.", "trailer": "https://www.youtube.com/watch?v=HhesaQXLuRY", "trailer_embed_link": "https://www.youtube.com/embed/HhesaQXLuRY", "trailer_youtube_id": "HhesaQXLuRY", "genre": ["Crime", "Drama", "Thriller"], "imdbid": "tt0903747", "imdb_link": "https://www.imdb.com/title/tt0903747"} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"rank": {"type": "integer"}, "title": {"type": "string"}, "thumbnail": {"type": "string"}, "rating": {"type": "number"}, "id": {"type": "string"}, "year": {"type": "string"}, "image": {"type": "string"}, "big_image": {"type": "string"}, "description": {"type": "string"}, "trailer": {"type": "string"}, "trailer_embed_link": {"type": "string"}, "trailer_youtube_id": {"type": "string"}, "genre": {"type": "array", "items": {"type": "string"}}, "imdbid": {"type": "string"}, "imdb_link": {"type": "string"}}, "required": ["big_image", "description", "genre", "id", "image", "imdb_link", "imdbid", "rank", "rating", "thumbnail", "title", "trailer", "trailer_embed_link", "trailer_youtube_id", "year"]} |
f03602ae-8bde-45d4-a368-248b8b2b7845/eeba8ca8-b70c-417e-8c7c-590bb0359480/0/0 | IMDb Top 100 Movies | Top 100 Greatest Movies and Series of All Time based on IMDb. Frequent Updates to The Movie List and Series List. Easy to use. Includes The Trailers. | 9.7 | Movie Data By Id | This endpoint lists a movie's data by its ID. It contains a big-sized cover image, trailer, description, and more. For example, you can use the ID 'top32'. | 200 | New Example | {"rank": 32, "title": "Oppenheimer", "thumbnail": "https://m.media-amazon.com/images/M/MV5BMDBmYTZjNjUtN2M1MS00MTQ2LTk2ODgtNzc2M2QyZGE5NTVjXkEyXkFqcGdeQXVyNzAwMjU2MTY@._V1_UY67_CR0,0,45,67_AL_.jpg", "rating": "8.6", "id": "top32", "year": 2023, "image": "https://m.media-amazon.com/images/M/MV5BMDBmYTZjNjUtN2M1MS00MTQ2LTk2ODgtNzc2M2QyZGE5NTVjXkEyXkFqcGdeQXVyNzAwMjU2MTY@._V1_QL75_UX380_CR0,0,380,562_.jpg", "big_image": "https://m.media-amazon.com/images/M/MV5BMDBmYTZjNjUtN2M1MS00MTQ2LTk2ODgtNzc2M2QyZGE5NTVjXkEyXkFqcGdeQXVyNzAwMjU2MTY@._V1_QL75_UX380_CR0,0,380,562_.jpg", "description": "The story of American scientist, J. Robert Oppenheimer, and his role in the development of the atomic bomb.", "trailer": "https://www.youtube.com/watch?v=uYPbbksJxIg", "trailer_embed_link": "https://www.youtube.com/embed/uYPbbksJxIg", "trailer_youtube_id": "uYPbbksJxIg", "genre": ["Biography", "Drama", "History"], "director": ["Christopher Nolan"], "writers": ["Christopher Nolan", "Kai Bird", "Martin Sherwin"], "imdbid": "tt15398776", "imdb_link": "https://www.imdb.com/title/tt15398776"} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"rank": {"type": "integer"}, "title": {"type": "string"}, "thumbnail": {"type": "string"}, "rating": {"type": "string"}, "id": {"type": "string"}, "year": {"type": "integer"}, "image": {"type": "string"}, "big_image": {"type": "string"}, "description": {"type": "string"}, "trailer": {"type": "string"}, "trailer_embed_link": {"type": "string"}, "trailer_youtube_id": {"type": "string"}, "genre": {"type": "array", "items": {"type": "string"}}, "director": {"type": "array", "items": {"type": "string"}}, "writers": {"type": "array", "items": {"type": "string"}}, "imdbid": {"type": "string"}, "imdb_link": {"type": "string"}}, "required": ["big_image", "description", "director", "genre", "id", "image", "imdb_link", "imdbid", "rank", "rating", "thumbnail", "title", "trailer", "trailer_embed_link", "trailer_youtube_id", "writers", "year"]} |
f03602ae-8bde-45d4-a368-248b8b2b7845/e356f09e-d37e-4eab-b36b-28ed1e4f95e2/0/0 | IMDb Top 100 Movies | Top 100 Greatest Movies and Series of All Time based on IMDb. Frequent Updates to The Movie List and Series List. Easy to use. Includes The Trailers. | 9.7 | Top 100 movies list | The cover image, rank, title, thumbnail, IMDb rating, ID, year, description, imdb id, imdb link and genre of the top 100 movies of all time. More detailed information about the movies and their trailers can be accessed through the 'Movie Data By ID' endpoint. Regular updates. | 200 | New Example | [{"rank": 32, "title": "Oppenheimer", "description": "The story of American scientist, J. Robert Oppenheimer, and his role in the development of the atomic bomb.", "image": "https://m.media-amazon.com/images/M/MV5BMDBmYTZjNjUtN2M1MS00MTQ2LTk2ODgtNzc2M2QyZGE5NTVjXkEyXkFqcGdeQXVyNzAwMjU2MTY@._V1_QL75_UX380_CR0,0,380,562_.jpg", "big_image": "https://m.media-amazon.com/images/M/MV5BMDBmYTZjNjUtN2M1MS00MTQ2LTk2ODgtNzc2M2QyZGE5NTVjXkEyXkFqcGdeQXVyNzAwMjU2MTY@._V1_QL75_UX380_CR0,0,380,562_.jpg", "genre": ["Biography", "Drama", "History"], "thumbnail": "https://m.media-amazon.com/images/M/MV5BMDBmYTZjNjUtN2M1MS00MTQ2LTk2ODgtNzc2M2QyZGE5NTVjXkEyXkFqcGdeQXVyNzAwMjU2MTY@._V1_UY67_CR0,0,45,67_AL_.jpg", "rating": "8.6", "id": "top32", "year": 2023, "imdbid": "tt15398776", "imdb_link": "https://www.imdb.com/title/tt15398776"}, {"rank": 33, "title": "Harakiri", "description": "When a ronin requesting seppuku at a feudal lord's palace is told of the brutal suicide of another ronin who previously visited, he reveals how their pasts are intertwined - and in doing so challenges the clan's integrity.", "image": "https://m.media-amazon.com/images/M/MV5BYjBmYTQ1NjItZWU5MS00YjI0LTg2OTYtYmFkN2JkMmNiNWVkXkEyXkFqcGdeQXVyMTMxMTY0OTQ@._V1_QL75_UY562_CR17,0,380,562_.jpg", "big_image": "https://m.media-amazon.com/images/M/MV5BYjBmYTQ1NjItZWU5MS00YjI0LTg2OTYtYmFkN2JkMmNiNWVkXkEyXkFqcGdeQXVyMTMxMTY0OTQ@._V1_QL75_UY562_CR17,0,380,562_.jpg", "genre": ["Action", "Drama", "Mystery"], "thumbnail": "https://m.media-amazon.com/images/M/MV5BYjBmYTQ1NjItZWU5MS00YjI0LTg2OTYtYmFkN2JkMmNiNWVkXkEyXkFqcGdeQXVyMTMxMTY0OTQ@._V1_UY67_CR2,0,45,67_AL_.jpg", "rating": "8.6", "id": "top33", "year": 1962, "imdbid": "tt0056058", "imdb_link": "https://www.imdb.com/title/tt0056058"}, {"rank": 34, "title": "Back to the Future", "description": "Marty McFly, a 17-year-old high school student, is accidentally sent 30 years into the past in a time-traveling DeLorean invented by his close friend, the maverick scientist Doc Brown.", "image": "https://m.media-amazon.com/images/M/MV5BZmU0M2Y1OGUtZjIxNi00ZjBkLTg1MjgtOWIyNThiZWIwYjRiXkEyXkFqcGdeQXVyMTQxNzMzNDI@._V1_QL75_UX380_CR0,14,380,562_.jpg", "big_image": "https://m.media-amazon.com/images/M/MV5BZmU0M2Y1OGUtZjIxNi00ZjBkLTg1MjgtOWIyNThiZWIwYjRiXkEyXkFqcGdeQXVyMTQxNzMzNDI@._V1_QL75_UX380_CR0,14,380,562_.jpg", "genre": ["Adventure", "Comedy", "Sci-Fi"], "thumbnail": "https://m.media-amazon.com/images/M/MV5BZmU0M2Y1OGUtZjIxNi00ZjBkLTg1MjgtOWIyNThiZWIwYjRiXkEyXkFqcGdeQXVyMTQxNzMzNDI@._V1_UX45_CR0,0,45,67_AL_.jpg", "rating": "8.5", "id": "top34", "year": 1985, "imdbid": "tt0088763", "imdb_link": "https://www.imdb.com/title/tt0088763"}, {"rank": 35, "title": "The Pianist", "description": "A Polish Jewish musician struggles to survive the destruction of the Warsaw ghetto of World War II.", "image": "https://m.media-amazon.com/images/M/MV5BOWRiZDIxZjktMTA1NC00MDQ2LWEzMjUtMTliZmY3NjQ3ODJiXkEyXkFqcGdeQXVyNjU0OTQ0OTY@._V1_QL75_UY562_CR14,0,380,562_.jpg", "big_image": "https://m.media-amazon.com/images/M/MV5BOWRiZDIxZjktMTA1NC00MDQ2LWEzMjUtMTliZmY3NjQ3ODJiXkEyXkFqcGdeQXVyNjU0OTQ0OTY@._V1_QL75_UY562_CR14,0,380,562_.jpg", "genre": ["Biography", "Drama", "Music"], "thumbnail": "https://m.media-amazon.com/images/M/MV5BOWRiZDIxZjktMTA1NC00MDQ2LWEzMjUtMTliZmY3NjQ3ODJiXkEyXkFqcGdeQXVyNjU0OTQ0OTY@._V1_UY67_CR2,0,45,67_AL_.jpg", "rating": "8.5", "id": "top35", "year": 2002, "imdbid": "tt0253474", "imdb_link": "https://www.imdb.com/title/tt0253474"}] | {"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"rank": {"type": "integer"}, "title": {"type": "string"}, "description": {"type": "string"}, "image": {"type": "string"}, "big_image": {"type": "string"}, "genre": {"type": "array", "items": {"type": "string"}}, "thumbnail": {"type": "string"}, "rating": {"type": "string"}, "id": {"type": "string"}, "year": {"type": "integer"}, "imdbid": {"type": "string"}, "imdb_link": {"type": "string"}}, "required": ["big_image", "description", "genre", "id", "image", "imdb_link", "imdbid", "rank", "rating", "thumbnail", "title", "year"]}} |
7f588d21-963d-4430-bd1e-983499244c03/4101cf60-dd18-44f0-bb3c-9a80d1ae3fa5/0/0 | Watch Here | A robust and affordable api to find where to watch movies and tv shows | 7.5 | wheretowatch [all] | This is the only endpoint you need.
Body Request
title and mediaType is required
mediaType= tv show or movie
platform is optional. set true to only show streaming platforms
Header Request
Content-Type= application/json
x-rapidapi-key= Your_API_Key | 200 | Incredibles 2 Response | [{"Company": {"Description": "Dailymotion SA provides entertainment services. The Company offers a social media website to users, content makers, and companies to upload, publish, and share videos covering news, politics, animals, cinema, comedy, cooking, culture, music, sports, and travel. Dailymotion conducts business worldwide.", "Facebook": "https://www.facebook.com/dailymotion", "LogoUrl": "http://logo.bigpicture.io/logo/dailymotion.com", "Name": "Dailymotion", "Twitter": "https://twitter.com/dailymotion"}, "Query": "Incredibles 2", "Watch": "Dailymotion", "WatchUrl": "https://www.dailymotion.com/video/x71kylo"}, {"Company": {"Description": "Amazon.com, Inc. engages in the retail sale of consumer products and subscriptions in North America and internationally. The company operates through three segments: North America, International, and Amazon Web Services (AWS). It sells merchandise and content purchased for resale from third-party sellers through physical and online stores. The company also manufactures and sells electronic devices, including Kindle, Fire tablets, Fire TVs, Rings, and Echo and other devices; provides Kindle Direct Publishing, an online service that allows independent authors and publishers to make their books available in the Kindle Store; and develops and produces media content. In addition, it offers programs that enable sellers to sell their products on its Websites, as well as its stores; and programs that allow authors, musicians, filmmakers, skill and app developers, and others to publish and sell content. Further, the company provides compute, storage, database, and other AWS services, as well as fulfillment, advertising, publishing, and digital content subscriptions. Additionally, it offers Amazon Prime, a membership program, which provides free shipping of various items; access to streaming of movies and TV episodes; and other services. The company also operates in the food delivery business in Bengaluru, India. It serves consumers, sellers, developers, enterprises, and content creators. The company also has utility-scale solar projects in China, Australia, and the United States. Amazon.com, Inc. was founded in 1994 and is headquartered in Seattle, Washington.", "Facebook": "https://www.facebook.com/PrimeVideo", "LogoUrl": "http://logo.bigpicture.io/logo/amazon.com", "Name": "Amazon", "Twitter": "https://twitter.com/primevideo"}, "Query": "Incredibles 2", "Watch": "Amazon", "WatchUrl": "https://www.amazon.com/Incredibles-2-Craig-T-Nelson/dp/B07DPFG888"}, {"Company": {"Description": "Disney+ is the exclusive home for your favorite movies and TV shows from Disney, Pixar, Marvel, Star Wars, and National Geographic. Start streaming today.", "Facebook": "", "LogoUrl": "http://logo.bigpicture.io/logo/disneyplus.com", "Name": "Disney+ | Stream all of Disney, Marvel, Pixar, Star Wars, National Geographic, and more...", "Twitter": ""}, "Query": "Incredibles 2", "Watch": "Disney+ | Stream all of Disney, Marvel, Pixar, Star Wars, National Geographic, and more...", "WatchUrl": "https://www.disneyplus.com/movies/incredibles-2/4Le2C4pyeB3J"}, {"Company": {"Description": "Disneyland Resort was founded in 2011. The company's line of business includes the operating of amusement parks and kiddie parks.", "Facebook": "https://www.facebook.com/officialdisneyfamily", "LogoUrl": "http://logo.bigpicture.io/logo/disney.com", "Name": "Walt Disney Parks & Resorts Technology", "Twitter": "https://twitter.com/disney_family"}, "Query": "Incredibles 2", "Watch": "Walt Disney Parks & Resorts Technology", "WatchUrl": "https://movies.disney.com/incredibles-2"}, {"Company": {"Description": "Youtube, LLC was founded in 2006. The company's line of business includes providing on-line information retrieval services on a contract or fee basis.", "Facebook": "", "LogoUrl": "http://logo.bigpicture.io/logo/youtube.com", "Name": "Collegehumor", "Twitter": "https://twitter.com/youtube"}, "Query": "Incredibles 2", "Watch": "Collegehumor", "WatchUrl": "https://www.youtube.com/watch%3Fv%3DM31Xs_FmEPs"}, {"Company": {"Description": "Decider cuts through the clutter to find the best movies and shows to stream on Netflix, Hulu, Amazon Prime, HBO Now, and more.", "Facebook": "https://www.facebook.com/decider", "LogoUrl": "http://logo.bigpicture.io/logo/decider.com", "Name": "Onion - Decider", "Twitter": "https://twitter.com/decider"}, "Query": "Incredibles 2", "Watch": "Onion - Decider", "WatchUrl": "https://decider.com/movie/incredibles-2/"}, {"Company": {"Description": "Save Time. Live More.", "Facebook": "https://www.facebook.com/wallstcheatsheet", "LogoUrl": "http://logo.bigpicture.io/logo/cheatsheet.com", "Name": "Cheat Sheet", "Twitter": "https://twitter.com/cheatsheet"}, "Query": "Incredibles 2", "Watch": "Cheat Sheet", "WatchUrl": "https://www.cheatsheet.com/entertainment/can-you-watch-the-incredibles-2-on-disney.html/"}, {"Company": {"Description": "Read movie reviews, TV recaps and celebrity news, plus watch the latest movie trailers.", "Facebook": "https://www.facebook.com/ScreenCrush", "LogoUrl": "http://logo.bigpicture.io/logo/screencrush.com", "Name": "ScreenCrush", "Twitter": "https://twitter.com/screencrushnews"}, "Query": "Incredibles 2", "Watch": "ScreenCrush", "WatchUrl": "https://screencrush.com/where-can-i-stream-incredibles-2/"}, {"Company": {"Description": "", "Facebook": "", "LogoUrl": "http://logo.bigpicture.io/logo/peterphok.com", "Name": "Peter Phok", "Twitter": ""}, "Query": "Incredibles 2", "Watch": "Peter Phok", "WatchUrl": "https://www.imdb.com/title/tt3606756/"}] | {"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"Company": {"type": "object", "properties": {"Description": {"type": "string"}, "Facebook": {"type": "string"}, "LogoUrl": {"type": "string"}, "Name": {"type": "string"}, "Twitter": {"type": "string"}}, "required": ["Description", "Facebook", "LogoUrl", "Name", "Twitter"]}, "Query": {"type": "string"}, "Watch": {"type": "string"}, "WatchUrl": {"type": "string"}}, "required": ["Company", "Query", "Watch", "WatchUrl"]}} |
7f588d21-963d-4430-bd1e-983499244c03/4101cf60-dd18-44f0-bb3c-9a80d1ae3fa5/0/1 | Watch Here | A robust and affordable api to find where to watch movies and tv shows | 7.5 | wheretowatch [all] | This is the only endpoint you need.
Body Request
title and mediaType is required
mediaType= tv show or movie
platform is optional. set true to only show streaming platforms
Header Request
Content-Type= application/json
x-rapidapi-key= Your_API_Key | 200 | Stranger Things Response | [{"Company": {"Description": "Netflix, Inc. provides subscription streaming entertainment service. It offers TV series, documentaries, and feature films across various genres and languages. The company provides members the ability to receive streaming content through a host of Internet-connected screens, including TVs, digital video players, television set-top boxes, and mobile devices. It also provides DVDs-by-mail membership services. The company has approximately 167 million paid members in 190 countries. Netflix, Inc. was founded in 1997 and is headquartered in Los Gatos, California.", "Facebook": "https://www.facebook.com/netflix", "LogoUrl": "http://logo.bigpicture.io/logo/netflix.com", "Name": "Netflix", "Twitter": "https://twitter.com/netflix"}, "Query": "stranger things", "Watch": "Netflix", "WatchUrl": "https://www.netflix.com/title/80057281"}, {"Company": {"Description": "Decider cuts through the clutter to find the best movies and shows to stream on Netflix, Hulu, Amazon Prime, HBO Now, and more.", "Facebook": "https://www.facebook.com/decider", "LogoUrl": "http://logo.bigpicture.io/logo/decider.com", "Name": "Onion - Decider", "Twitter": "https://twitter.com/decider"}, "Query": "stranger things", "Watch": "Onion - Decider", "WatchUrl": "https://decider.com/show/stranger-things/"}, {"Company": {"Description": "Amazon.com, Inc. engages in the retail sale of consumer products and subscriptions in North America and internationally. The company operates through three segments: North America, International, and Amazon Web Services (AWS). It sells merchandise and content purchased for resale from third-party sellers through physical and online stores. The company also manufactures and sells electronic devices, including Kindle, Fire tablets, Fire TVs, Rings, and Echo and other devices; provides Kindle Direct Publishing, an online service that allows independent authors and publishers to make their books available in the Kindle Store; and develops and produces media content. In addition, it offers programs that enable sellers to sell their products on its Websites, as well as its stores; and programs that allow authors, musicians, filmmakers, skill and app developers, and others to publish and sell content. Further, the company provides compute, storage, database, and other AWS services, as well as fulfillment, advertising, publishing, and digital content subscriptions. Additionally, it offers Amazon Prime, a membership program, which provides free shipping of various items; access to streaming of movies and TV episodes; and other services. The company also operates in the food delivery business in Bengaluru, India. It serves consumers, sellers, developers, enterprises, and content creators. The company also has utility-scale solar projects in China, Australia, and the United States. Amazon.com, Inc. was founded in 1994 and is headquartered in Seattle, Washington.", "Facebook": "https://www.facebook.com/PrimeVideo", "LogoUrl": "http://logo.bigpicture.io/logo/amazon.com", "Name": "Amazon", "Twitter": "https://twitter.com/primevideo"}, "Query": "stranger things", "Watch": "Amazon", "WatchUrl": "https://www.amazon.com/Stranger-Things-TV-Overview-GY/dp/B078TRGMT7"}, {"Company": {"Description": "TV.com is your reference guide to episodes, photos, videos, cast and crew information, reviews and more.", "Facebook": "https://www.facebook.com/tvcom", "LogoUrl": "http://logo.bigpicture.io/logo/tv.com", "Name": "Iglesia Fuente De Agua Viva", "Twitter": "https://twitter.com/tvdotcom"}, "Query": "stranger things", "Watch": "Iglesia Fuente De Agua Viva", "WatchUrl": "https://www.tvguide.com/tvshows/stranger-things/794696/"}, {"Company": {"Description": "", "Facebook": "", "LogoUrl": "http://logo.bigpicture.io/logo/peterphok.com", "Name": "Peter Phok", "Twitter": ""}, "Query": "stranger things", "Watch": "Peter Phok", "WatchUrl": "https://www.imdb.com/title/tt4574334/"}, {"Company": {"Description": "PC Magazine manufactures consumer electronics. The Company offers laptops, phones, tablets, cameras, and printers. PC Magazine serves customers worldwide.", "Facebook": "https://www.facebook.com/PCMag", "LogoUrl": "http://logo.bigpicture.io/logo/pcmag.com", "Name": "Pcmag.Com", "Twitter": "https://twitter.com/pcmag"}, "Query": "stranger things", "Watch": "Pcmag.Com", "WatchUrl": "https://www.pcmag.com/news/tv-shows-to-watch-if-you-love-stranger-things"}, {"Company": {"Description": "The best new movies & tv series online available for streaming. The Vore selects all movies & tv shows on Netflix, Hulu, Amazon Prime & More by Country and Genre. Where to stream your favorite movie or show? We have got you covered with streaming options & release dates. ", "Facebook": "", "LogoUrl": "http://logo.bigpicture.io/logo/thevore.com", "Name": "TheVore", "Twitter": "https://twitter.com/voreculture"}, "Query": "stranger things", "Watch": "TheVore", "WatchUrl": "https://thevore.com/tv/47668/"}, {"Company": {"Description": "Australian's genius movie & cinema guide with nationwide movie times, ticket booking, reviews, trailers.", "Facebook": "https://www.facebook.com/flicks.com.au", "LogoUrl": "http://logo.bigpicture.io/logo/flicks.com.au", "Name": "Flicks.Co.Nz / Flicks.Com.Au", "Twitter": "https://twitter.com/flicksaustralia"}, "Query": "stranger things", "Watch": "Flicks.Co.Nz / Flicks.Com.Au", "WatchUrl": "https://www.flicks.com.au/tv/stranger-things-season-1/"}, {"Company": {"Description": "Youtube, LLC was founded in 2006. The company's line of business includes providing on-line information retrieval services on a contract or fee basis.", "Facebook": "", "LogoUrl": "http://logo.bigpicture.io/logo/youtube.com", "Name": "Collegehumor", "Twitter": "https://twitter.com/youtube"}, "Query": "stranger things", "Watch": "Collegehumor", "WatchUrl": "https://www.youtube.com/watch%3Fv%3Db9EkMc79ZSU"}] | {"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"Company": {"type": "object", "properties": {"Description": {"type": "string"}, "Facebook": {"type": "string"}, "LogoUrl": {"type": "string"}, "Name": {"type": "string"}, "Twitter": {"type": "string"}}, "required": ["Description", "Facebook", "LogoUrl", "Name", "Twitter"]}, "Query": {"type": "string"}, "Watch": {"type": "string"}, "WatchUrl": {"type": "string"}}, "required": ["Company", "Query", "Watch", "WatchUrl"]}} |
7f588d21-963d-4430-bd1e-983499244c03/722fcf4c-4a1b-4ebe-b8e0-46cbddbbe7f7/0/0 | Watch Here | A robust and affordable api to find where to watch movies and tv shows | 7.5 | wheretowatch [platform only] | set platform to true to only get streaming platform response | 200 | New Example | [{"Company": {"Description": "Amazon.com, Inc. engages in the retail sale of consumer products and subscriptions in North America and internationally. The company operates through three segments: North America, International, and Amazon Web Services (AWS). It sells merchandise and content purchased for resale from third-party sellers through physical and online stores. The company also manufactures and sells electronic devices, including Kindle, Fire tablets, Fire TVs, Rings, and Echo and other devices; provides Kindle Direct Publishing, an online service that allows independent authors and publishers to make their books available in the Kindle Store; and develops and produces media content. In addition, it offers programs that enable sellers to sell their products on its Websites, as well as its stores; and programs that allow authors, musicians, filmmakers, skill and app developers, and others to publish and sell content. Further, the company provides compute, storage, database, and other AWS services, as well as fulfillment, advertising, publishing, and digital content subscriptions. Additionally, it offers Amazon Prime, a membership program, which provides free shipping of various items; access to streaming of movies and TV episodes; and other services. The company also operates in the food delivery business in Bengaluru, India. It serves consumers, sellers, developers, enterprises, and content creators. The company also has utility-scale solar projects in China, Australia, and the United States. Amazon.com, Inc. was founded in 1994 and is headquartered in Seattle, Washington.", "Facebook": "https://www.facebook.com/PrimeVideo", "LogoUrl": "http://logo.bigpicture.io/logo/amazon.com", "Name": "Amazon", "Twitter": "https://twitter.com/primevideo"}, "Query": "30 minutes or less", "Watch": "Amazon", "WatchUrl": "https://www.amazon.com/30-Minutes-Less-Jesse-Eisenberg/dp/B0062KJ198"}, {"Company": {"Description": "Crackle, Inc. operates a multi-platform video entertainment network and studio. The Company distributes movies, TV shows, and original programming.", "Facebook": "", "LogoUrl": "http://logo.bigpicture.io/logo/crackle.com", "Name": "Crackle", "Twitter": ""}, "Query": "30 minutes or less", "Watch": "Crackle", "WatchUrl": "https://www.crackle.com/30-minutes-or-less/2500469"}, {"Company": {"Description": "Netflix, Inc. provides subscription streaming entertainment service. It offers TV series, documentaries, and feature films across various genres and languages. The company provides members the ability to receive streaming content through a host of Internet-connected screens, including TVs, digital video players, television set-top boxes, and mobile devices. It also provides DVDs-by-mail membership services. The company has approximately 167 million paid members in 190 countries. Netflix, Inc. was founded in 1997 and is headquartered in Los Gatos, California.", "Facebook": "https://www.facebook.com/netflix", "LogoUrl": "http://logo.bigpicture.io/logo/netflix.com", "Name": "Netflix", "Twitter": "https://twitter.com/netflix"}, "Query": "30 minutes or less", "Watch": "Netflix", "WatchUrl": "https://www.netflix.com/wf-en/title/70167074"}, {"Company": {"Description": "Starz Acquisition LLC of Colorado operates as a media and entertainment company. The Company produces and distributes streaming content. Starz Acquisition serves customers worldwide.", "Facebook": "https://www.facebook.com/Starz", "LogoUrl": "http://logo.bigpicture.io/logo/starz.com", "Name": "Starz Entertainment", "Twitter": "https://twitter.com/starz_channel"}, "Query": "30 minutes or less", "Watch": "Starz Entertainment", "WatchUrl": "https://www.starz.com/us/en/movies/45110"}, {"Company": {"Description": "VUDU, Inc. operates as a online library for high definition movies. The Company offers video streaming and online movies rental of different genres such as comedy, drama, horror, adventure, romance, science fiction, and action. VUDU serves customers in the United States.", "Facebook": "https://www.facebook.com/vudufans", "LogoUrl": "http://logo.bigpicture.io/logo/vudu.com", "Name": "Vudu", "Twitter": "https://twitter.com/vudufans"}, "Query": "30 minutes or less", "Watch": "Vudu", "WatchUrl": "https://www.vudu.com/content/movies/details/30-Minutes-or-Less/198314"}] | {"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"Company": {"type": "object", "properties": {"Description": {"type": "string"}, "Facebook": {"type": "string"}, "LogoUrl": {"type": "string"}, "Name": {"type": "string"}, "Twitter": {"type": "string"}}, "required": ["Description", "Facebook", "LogoUrl", "Name", "Twitter"]}, "Query": {"type": "string"}, "Watch": {"type": "string"}, "WatchUrl": {"type": "string"}}, "required": ["Company", "Query", "Watch", "WatchUrl"]}} |
53aa4aaee4b0a798dbd1a1a4/53aa4ab2e4b059614034023f/0/0 | They Said So - Say it with style | They Said So has more than 1 million+ quotes in the database, the largest such database in the world. And Quotes API gives easy way to access the data. Random quotes, quote of the day and bible verses are all accessible from this simple REST API. | 7.6 | QOD | Quote of the day | 200 | Example_1 | {"baseurl": "https://theysaidso.com", "contents": {"quotes": [{"author": "Paul Brown", "background": "https://theysaidso.com/img/qod/qod-inspire.jpg", "category": "inspire", "date": "2020-11-11", "id": "3dlKxoNAOZsB__Nb61H95weF", "language": "en", "length": "51", "permalink": "https://theysaidso.com/quote/paul-brown-when-you-win-say-nothing-when-you-lose-say-less", "quote": "When you win, say nothing. When you lose, say less.", "tags": ["inspire", "losing", "running", "winning"], "title": "Inspiring Quote of the day"}]}, "copyright": {"url": "https://theysaidso.com", "year": 2022}, "success": {"total": 1}} | {"properties": {"contents": {"properties": {"author": {"type": "string"}, "id": {"type": "string"}, "length": {"type": "string"}, "quote": {"type": "string"}, "tags": {"items": {"type": "string"}, "type": "array"}}, "type": "object"}, "success": {"properties": {"total": {"type": "integer"}}, "type": "object"}}, "type": "object"} |
53aa4aaee4b0a798dbd1a1a4/c62b5f25-788b-4a6e-adce-efde2b47aae3/0/0 | They Said So - Say it with style | They Said So has more than 1 million+ quotes in the database, the largest such database in the world. And Quotes API gives easy way to access the data. Random quotes, quote of the day and bible verses are all accessible from this simple REST API. | 7.6 | Popular Authors | List of popular authors available in the system | 200 | Response | {"baseurl": "https://theysaidso.com", "contents": {"authors": [{"id": "7MlvT2SxUB7_5bKFRiGUDQeF", "name": "Abraham Lincoln", "slug": "abraham-lincoln"}, {"id": "Ica_i1oM1OY5eX4LZ74ySgeF", "name": "Alain de Botton", "slug": "alain-de-botton"}, {"id": "gcsgcV5HLuIZRPYzmbRTbgeF", "name": "Albert Camus", "slug": "albert-camus"}, {"id": "roxwf__QDIteCyca4xM6UweF", "name": "Albert Einstein", "slug": "albert-einstein"}, {"id": "Wp2rgDX8k7w3xzxOGRUyVweF", "name": "Aldous Huxley", "slug": "aldous-huxley"}]}, "copyright": {"url": "https://theysaidso.com", "year": 2022}, "success": {"range": {"end": 5, "start": 0}, "total": "198"}} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"baseurl": {"type": "string"}, "contents": {"type": "object", "properties": {"authors": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "slug": {"type": "string"}}, "required": ["id", "name", "slug"]}}}, "required": ["authors"]}, "copyright": {"type": "object", "properties": {"url": {"type": "string"}, "year": {"type": "integer"}}, "required": ["url", "year"]}, "success": {"type": "object", "properties": {"range": {"type": "object", "properties": {"end": {"type": "integer"}, "start": {"type": "integer"}}, "required": ["end", "start"]}, "total": {"type": "string"}}, "required": ["range", "total"]}}, "required": ["baseurl", "contents", "copyright", "success"]} |
53aa4aaee4b0a798dbd1a1a4/c006b53b-4427-46c3-a1d2-20a00241ba37/0/0 | They Said So - Say it with style | They Said So has more than 1 million+ quotes in the database, the largest such database in the world. And Quotes API gives easy way to access the data. Random quotes, quote of the day and bible verses are all accessible from this simple REST API. | 7.6 | Popular Categories | List of popular Categories available in the system | 200 | Response | {"baseurl": "https://theysaidso.com", "contents": {"categories": [{"name": "inspirational", "title": "Inspirational Quotes"}, {"name": "work", "title": null}, {"name": "women", "title": null}, {"name": "people", "title": null}, {"name": "death", "title": null}]}, "copyright": {"url": "https://theysaidso.com", "year": 2022}, "success": {"range": {"end": 5, "start": "0"}, "total": "24"}} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"baseurl": {"type": "string"}, "contents": {"type": "object", "properties": {"categories": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "title": {"type": ["null", "string"]}}, "required": ["name", "title"]}}}, "required": ["categories"]}, "copyright": {"type": "object", "properties": {"url": {"type": "string"}, "year": {"type": "integer"}}, "required": ["url", "year"]}, "success": {"type": "object", "properties": {"range": {"type": "object", "properties": {"end": {"type": "integer"}, "start": {"type": "string"}}, "required": ["end", "start"]}, "total": {"type": "string"}}, "required": ["range", "total"]}}, "required": ["baseurl", "contents", "copyright", "success"]} |
53aa4aaee4b0a798dbd1a1a4/53aa4ab2e4b0b60946a2f1b4/0/0 | They Said So - Say it with style | They Said So has more than 1 million+ quotes in the database, the largest such database in the world. And Quotes API gives easy way to access the data. Random quotes, quote of the day and bible verses are all accessible from this simple REST API. | 7.6 | QOD Categories | Get the categories for QOD | 200 | Response | {"baseurl": "https://theysaidso.com", "contents": {"categories": {"art": "Art quote of the day ", "funny": "Funny Quote of the day", "inspire": "Inspiring Quote of the day", "life": "Quote of the day about life", "love": "Quote of the day about Love", "management": "Management Quote of the day", "sports": "Sports Quote of the day", "students": "Quote of the day for students"}}, "copyright": {"url": "https://theysaidso.com", "year": 2022}, "success": {"total": 8}} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"baseurl": {"type": "string"}, "contents": {"type": "object", "properties": {"categories": {"type": "object", "properties": {"art": {"type": "string"}, "funny": {"type": "string"}, "inspire": {"type": "string"}, "life": {"type": "string"}, "love": {"type": "string"}, "management": {"type": "string"}, "sports": {"type": "string"}, "students": {"type": "string"}}, "required": ["art", "funny", "inspire", "life", "love", "management", "sports", "students"]}}, "required": ["categories"]}, "copyright": {"type": "object", "properties": {"url": {"type": "string"}, "year": {"type": "integer"}}, "required": ["url", "year"]}, "success": {"type": "object", "properties": {"total": {"type": "integer"}}, "required": ["total"]}}, "required": ["baseurl", "contents", "copyright", "success"]} |
53aa4aaee4b0a798dbd1a1a4/4d8efc01-2ebe-428e-8589-bd5b1c2d3918/0/0 | They Said So - Say it with style | They Said So has more than 1 million+ quotes in the database, the largest such database in the world. And Quotes API gives easy way to access the data. Random quotes, quote of the day and bible verses are all accessible from this simple REST API. | 7.6 | Random Quote | Get a random quote. | 200 | Response | {"baseurl": "https://theysaidso.com", "contents": {"author": "John Quincy Adams", "background": null, "categories": ["action", "dreams", "inspiration", "inspirational", "leadership", "management", "motivation", "tod"], "id": "aMNXxpgBH_j7q_4pRNLN8QeF", "language": "en", "length": "100", "note": "The following uprolling of array into top level attributes happens only when the limit is 1 to maintain backward compatibility. Please use the array version all the time.", "permalink": "https://theysaidso.com/quote/john-quincy-adams-if-your-actions-inspire-others-to-dream-more-learn-more-do-mor", "quote": "If your actions inspire others to dream more, learn more, do more and become more, you are a leader.", "quotes": [{"author": "John Quincy Adams", "background": null, "id": "aMNXxpgBH_j7q_4pRNLN8QeF", "language": "en", "length": "100", "permalink": "https://theysaidso.com/quote/john-quincy-adams-if-your-actions-inspire-others-to-dream-more-learn-more-do-mor", "quote": "If your actions inspire others to dream more, learn more, do more and become more, you are a leader.", "tags": ["action", "dreams", "inspiration", "inspirational", "leadership", "management", "motivation", "tod"]}]}, "copyright": {"url": "https://theysaidso.com", "year": 2022}, "success": {"total": 1}} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"baseurl": {"type": "string"}, "contents": {"type": "object", "properties": {"author": {"type": "string"}, "background": {"type": "null"}, "categories": {"type": "array", "items": {"type": "string"}}, "id": {"type": "string"}, "language": {"type": "string"}, "length": {"type": "string"}, "note": {"type": "string"}, "permalink": {"type": "string"}, "quote": {"type": "string"}, "quotes": {"type": "array", "items": {"type": "object", "properties": {"author": {"type": "string"}, "background": {"type": "null"}, "id": {"type": "string"}, "language": {"type": "string"}, "length": {"type": "string"}, "permalink": {"type": "string"}, "quote": {"type": "string"}, "tags": {"type": "array", "items": {"type": "string"}}}, "required": ["author", "background", "id", "language", "length", "permalink", "quote", "tags"]}}}, "required": ["author", "background", "categories", "id", "language", "length", "note", "permalink", "quote", "quotes"]}, "copyright": {"type": "object", "properties": {"url": {"type": "string"}, "year": {"type": "integer"}}, "required": ["url", "year"]}, "success": {"type": "object", "properties": {"total": {"type": "integer"}}, "required": ["total"]}}, "required": ["baseurl", "contents", "copyright", "success"]} |
53aa4aaee4b0a798dbd1a1a4/caca0568-3da4-483f-ac95-1be933c990ac/0/0 | They Said So - Say it with style | They Said So has more than 1 million+ quotes in the database, the largest such database in the world. And Quotes API gives easy way to access the data. Random quotes, quote of the day and bible verses are all accessible from this simple REST API. | 7.6 | Search Authors | Search the list of authors available in the system | 200 | Response | {"baseurl": "https://theysaidso.com", "contents": {"authors": [{"id": "_kobR6QdDXDw_HCo2J_n0AeF", "name": "Robert Louis Stevenson", "slug": "robert-louis-stevenson"}, {"id": "WKCl3utqIPYnCXiZubNNKAeF", "name": "Steve Jobs", "slug": "steve-jobs"}, {"id": "GfOeOBX2Gwp1emdunDiXDweF", "name": "Steve Maraboli", "slug": "steve-maraboli"}, {"id": "j144PP_Pew72rXVrRKAmgAeF", "name": "Steven Wright", "slug": "steven-wright"}, {"id": "IF8HZp3hHsP_BzepN65atQeF", "name": "Wallace Stevens", "slug": "wallace-stevens"}], "matched_query": "Steve"}, "copyright": {"url": "https://theysaidso.com", "year": 2022}, "success": {"range": {"end": 5, "start": 0}, "total": "2646"}} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"baseurl": {"type": "string"}, "contents": {"type": "object", "properties": {"authors": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "slug": {"type": "string"}}, "required": ["id", "name", "slug"]}}, "matched_query": {"type": "string"}}, "required": ["authors", "matched_query"]}, "copyright": {"type": "object", "properties": {"url": {"type": "string"}, "year": {"type": "integer"}}, "required": ["url", "year"]}, "success": {"type": "object", "properties": {"range": {"type": "object", "properties": {"end": {"type": "integer"}, "start": {"type": "integer"}}, "required": ["end", "start"]}, "total": {"type": "string"}}, "required": ["range", "total"]}}, "required": ["baseurl", "contents", "copyright", "success"]} |
53aa4aaee4b0a798dbd1a1a4/01e901a0-dc00-4e4e-81ba-142075d8c4ee/0/0 | They Said So - Say it with style | They Said So has more than 1 million+ quotes in the database, the largest such database in the world. And Quotes API gives easy way to access the data. Random quotes, quote of the day and bible verses are all accessible from this simple REST API. | 7.6 | Search Quote | Search the quotes database based on author, tag etc. | 200 | Response | {"baseurl": "https://theysaidso.com", "contents": {"quotes": [{"author": "Steve Jobs", "background": null, "id": "9h37wNVScWGvg08XHZC_NAeF", "language": "en", "length": "327", "permalink": "https://theysaidso.com/quote/steve-jobs-the-design-of-the-mac-wasnt-what-it-looked-like-although-that-was-par", "quote": "The design of the Mac wasn't what it looked like, although that was part of it. Primarily, it was how it worked. To design something really well, you have to get it. You have to really grok what it's all about. It takes a passionate commitment to really thoroughly understand something, chew it up, not just quickly swallow it.", "tags": ["design"]}], "requested_author": "Steve Jobs", "requested_category": null}, "copyright": {"url": "https://theysaidso.com", "year": 2022}, "success": {"total": 1}} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"baseurl": {"type": "string"}, "contents": {"type": "object", "properties": {"quotes": {"type": "array", "items": {"type": "object", "properties": {"author": {"type": "string"}, "background": {"type": "null"}, "id": {"type": "string"}, "language": {"type": "string"}, "length": {"type": "string"}, "permalink": {"type": "string"}, "quote": {"type": "string"}, "tags": {"type": "array", "items": {"type": "string"}}}, "required": ["author", "background", "id", "language", "length", "permalink", "quote", "tags"]}}, "requested_author": {"type": "string"}, "requested_category": {"type": "null"}}, "required": ["quotes", "requested_author", "requested_category"]}, "copyright": {"type": "object", "properties": {"url": {"type": "string"}, "year": {"type": "integer"}}, "required": ["url", "year"]}, "success": {"type": "object", "properties": {"total": {"type": "integer"}}, "required": ["total"]}}, "required": ["baseurl", "contents", "copyright", "success"]} |
c9ab039d-7203-4d4b-bebf-d78c48dce66f/c4921f67-6cb2-414e-81d4-9c3fd9b520de/0/0 | Reddit meme | An API for showing the best memes on the internet using Reddit | 8.9 | Trending memes | Use this route to get the newest trending memes from subreddit | 200 | New Example | [{"created_utc": 1643524062, "title": "Sad aliens noises", "url": "https://i.redd.it/tmd5shz9rre81.gif", "subreddit": "memes"}, {"created_utc": 1643530657, "title": "Pro gamer move", "url": "https://i.redd.it/qqjykysxase81.gif", "subreddit": "memes"}] | {"type": "array", "items": {"type": "object", "properties": {"created_utc": {"type": "integer"}, "title": {"type": "string"}, "url": {"type": "string"}, "subreddit": {"type": "string"}}}} |
c9ab039d-7203-4d4b-bebf-d78c48dce66f/8d869180-38b9-4cf1-b0ed-2a18e1709111/0/0 | Reddit meme | An API for showing the best memes on the internet using Reddit | 8.9 | Top memes | Use this route to get the all top quality memes from subreddit | 200 | New Example | [{"created_utc": 1643475915, "title": "Multiverse is a concept about which we know frighteningly little.", "url": "https://v.redd.it/856mvli0sne81", "subreddit": "memes"}, {"created_utc": 1643467152, "title": "I can predict what's coming", "url": "https://i.redd.it/eptqjiws1ne81.gif", "subreddit": "memes"}] | {"type": "array", "items": {"type": "object", "properties": {"created_utc": {"type": "integer"}, "title": {"type": "string"}, "url": {"type": "string"}, "subreddit": {"type": "string"}}}} |
73daa1e5-7a5e-4ecf-ab94-db2fee4f8ee1/a9013a75-8e23-4b2b-a86c-e31bf308c152/0/0 | Rick and Morty GraphQL | Characters, locations, episodes from the show. https://rickandmortyapi.com Sample query query { characters(page: 2, filter: { name: "rick" }) { info { count } results { name } } character(id: 1) { id } } | 9.1 | graphQL | Try this sample query by pasting it into the query window:
query { characters(page: 2, filter: { name: "rick" }) {
info { count }
results { name }
}
character(id: 1) { id }
} | 200 | Response | {"data": {"character": {"id": "1"}, "characters": {"info": {"count": 82}, "results": [{"name": "Mechanical Rick"}, {"name": "Mega Fruit Farmer Rick"}, {"name": "Morty Rick"}, {"name": "Pickle Rick"}, {"name": "Plumber Rick"}, {"name": "Quantum Rick"}, {"name": "Regional Manager Rick"}, {"name": "Reverse Rick Outrage"}, {"name": "Rick D. Sanchez III"}, {"name": "Rick Guilt Rick"}, {"name": "Rick Prime"}, {"name": "Rick D-99"}, {"name": "Rick D716"}, {"name": "Rick D716-B"}, {"name": "Rick D716-C"}, {"name": "Rick Sanchez"}, {"name": "Rick J-22"}, {"name": "Rick K-22"}, {"name": "Rick Sanchez"}, {"name": "Ricktiminus Sancheziminius"}]}}} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"data": {"type": "object", "properties": {"character": {"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"]}, "characters": {"type": "object", "properties": {"info": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}, "results": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}}}, "required": ["info", "results"]}}, "required": ["character", "characters"]}}, "required": ["data"]} |
eb112b62-12e2-44fa-8063-8b5b14adf7dd/6fdd7145-4ead-4fa4-a3f2-e9ad2cc1c86c/0/0 | Waifu | Talk to cute waifu chatbot! | 0.4 | Set user dialog json | Set user dialog json | 200 | Response | {"user_id": "sample_user_id"} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"user_id": {"type": "string"}}, "required": ["user_id"]} |
299b5a2e-e334-4004-83ee-af447797fff1/560ac193-3bc7-474a-8008-51a9ee278639/0/0 | Random Quotes Generator | This API generates random quotes based on requests. It also gives the detail of who wrote it. | null | Get Random Quote | This endpoint returns a random quote with the information of the author and related tags. | 200 | New Example | {"quote": "The truth is, everyone is going to hurt you. You just got to find the ones worth suffering for.", "author": "Bob Marley", "tags": "motivational, love"} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"quote": {"type": "string"}, "author": {"type": "string"}, "tags": {"type": "string"}}, "required": ["author", "quote", "tags"]} |
3220c8ac-de5b-4c3a-b540-a536616e3348/dcbfed5d-d672-4019-94d7-63fec9c0b1aa/0/0 | Book Discovery by ReadsOmnia | Get access to the Internet’s best-curated selection of must-read books. Search up-to-date databases and/or directly access the data via numerous API endpoints, including: Top-of-the-charts bestsellers, new and trending fiction and nonfiction, Critically acclaimed & Award-winning titles and authors, Top Reade'r suggestions, and more. | 6.7 | Book Search | A quick search for a book by entering either 1.) the book title or 2.) the author's name. | 200 | Response | [{"bid": 3527, "isbn10": "0439064872", "title": "Harry Potter and the Chamber of Secrets (2)", "category": "Legacy Systems", "publisher": "Scholastic Paperbacks; Reprint edition", "author": "J. K. Rowling", "authors": [{"amid": "a_j_k_rowling", "author": "J. K. Rowling", "url": "", "aid": 318, "bid": 3527}]}, {"bid": 394, "isbn10": "1338716530", "title": "Harry Potter and the Chamber of Secrets (MinaLima Edition) (Illustrated edition) (2)", "category": "Children's Books", "publisher": "Scholastic Inc.; Illustrated edition", "author": "J. K. Rowling", "authors": [{"amid": "a_j_k_rowling", "author": "J. K. Rowling", "url": "", "aid": 318, "bid": 394}]}, {"bid": 3535, "isbn10": "1338299204", "title": "Harry Potter and the Deathly Hallows (7)", "category": "Children's Books", "publisher": "Arthur A. Levine Books; Reprint edition", "author": "J. K. Rowling", "authors": [{"amid": "a_j_k_rowling", "author": "J. K. Rowling", "url": "", "aid": 318, "bid": 3535}]}, {"bid": 3528, "isbn10": "0545139708", "title": "Harry Potter and the Deathly Hallows (Book 7)", "category": "Children's Books", "publisher": "Arthur A. Levine Books", "author": "J. K. Rowling", "authors": [{"amid": "a_j_k_rowling", "author": "J. K. Rowling", "url": "", "aid": 318, "bid": 3528}]}, {"bid": 3525, "isbn10": "0439139600", "title": "Harry Potter and the Goblet of Fire (4)", "category": "Children's Books", "publisher": "Scholastic Paperbacks", "author": "J. K. Rowling", "authors": [{"amid": "a_j_k_rowling", "author": "J. K. Rowling", "url": "", "aid": 318, "bid": 3525}]}, {"bid": 3531, "isbn10": "1338299190", "title": "Harry Potter and the Half-Blood Prince (6)", "category": "Children's Books", "publisher": "Arthur A. Levine Books; Reissue edition", "author": "J. K. Rowling", "authors": [{"amid": "a_j_k_rowling", "author": "J. K. Rowling", "url": "", "aid": 318, "bid": 3531}]}, {"bid": 3524, "isbn10": "0439785960", "title": "Harry Potter and the Half-Blood Prince (Book 6)", "category": "Children's Books", "publisher": "Scholastic Paperbacks; Reprint edition", "author": "J.K. Rowling", "authors": [{"amid": "a_jk_rowling", "author": "J.K. Rowling", "url": "", "aid": 2587, "bid": 3524}]}, {"bid": 3523, "isbn10": "0439358078", "title": "Harry Potter and the Order of the Phoenix (5)", "category": "Children's Books", "publisher": "Scholastic Paperbacks", "author": "J. K. Rowling", "authors": [{"amid": "a_j_k_rowling", "author": "J. K. Rowling", "url": "", "aid": 318, "bid": 3523}]}, {"bid": 2167, "isbn10": "054579143X", "title": "Harry Potter and the Order of the Phoenix: The Illustrated Edition (Harry Potter, Book 5) (Illustrated edition)", "category": "Children's Books", "publisher": "Scholastic Inc.; Collectors edition", "author": "J. K. Rowling", "authors": [{"amid": "B000AP9A6K", "author": "J. K. Rowling", "url": "/J-K-Rowling/e/", "aid": 95, "bid": 2167}]}, {"bid": 5144, "isbn10": "1408866161", "title": "Harry Potter and the Philosopher's Stone (Ancient Greek) (Ancient Greek Edition)", "category": "Children's Books", "publisher": "Bloomsbury Children's Books; UK ed. edition", "author": "J. K. Rowling", "authors": [{"amid": "B000AP9A6K", "author": "J. K. Rowling", "url": "/J-K-Rowling/e/", "aid": 95, "bid": 5144}]}, {"bid": 5343, "isbn10": "1408866196", "title": "Harry Potter and the Philosopher's Stone (Irish) (Irish Edition)", "category": "Children's Books", "publisher": "Bloomsbury Children's Books; UK ed. edition", "author": "J. K. Rowling", "authors": [{"amid": "B000AP9A6K", "author": "J. K. Rowling", "url": "/J-K-Rowling/e/", "aid": 95, "bid": 5343}]}, {"bid": 3526, "isbn10": "0439136369", "title": "Harry Potter and the Prisoner of Azkaban (3)", "category": "Children's Books", "publisher": "Scholastic Paperbacks", "author": "J.K. Rowling", "authors": [{"amid": "a_jk_rowling", "author": "J.K. Rowling", "url": "", "aid": 2587, "bid": 3526}]}, {"bid": 1497, "isbn10": "043965548X", "title": "Harry Potter and the Prisoner of Azkaban (Book 3)", "category": "Children's Books", "publisher": "Scholastic", "author": "J. K. Rowling", "authors": [{"amid": "B000AP9A6K", "author": "J. K. Rowling", "url": "/J-K-Rowling/e/", "aid": 95, "bid": 1497}]}, {"bid": 1117, "isbn10": "059035342X", "title": "Harry Potter and the Sorcerer's Stone", "category": "Children's Books", "publisher": "Scholastic; 1st Scholastic Td Ppbk Print., Sept.1999 edition", "author": "J. K. Rowling", "authors": [{"amid": "B000AP9A6K", "author": "J. K. Rowling", "url": "/J-K-Rowling/e/", "aid": 95, "bid": 1117}]}, {"bid": 3529, "isbn10": "133829914X", "title": "Harry Potter and the Sorcerer's Stone (1)", "category": "Children's Books", "publisher": "Arthur A. Levine Books; 20th Anniversary ed. edition", "author": "J. K. Rowling", "authors": [{"amid": "a_j_k_rowling", "author": "J. K. Rowling", "url": "", "aid": 318, "bid": 3529}]}, {"bid": 3439, "isbn10": "1645179001", "title": "Harry Potter Glow in the Dark Coloring Book", "category": "Crafts, Hobbies & Home", "publisher": "Thunder Bay Press", "author": "Editors of Thunder Bay Press", "authors": [{"amid": "a_editors_of_thunder_bay_press", "author": "Editors of Thunder Bay Press", "url": "", "aid": 2521, "bid": 3439}]}, {"bid": 1119, "isbn10": "0545162076", "title": "Harry Potter Paperback Box Set (Books 1-7)", "category": "Children's Books", "publisher": "Arthur A. Levine Books; Slp edition", "author": "J. K. Rowling", "authors": [{"amid": "B000AP9A6K", "author": "J. K. Rowling", "url": "/J-K-Rowling/e/", "aid": 95, "bid": 1119}]}, {"bid": 203, "isbn10": "1338809970", "title": "Harry Potter: A Magical Year -- The Illustrations of Jim Kay", "category": "Children's Books", "publisher": "Scholastic Inc.", "author": "J. K. Rowling", "authors": [{"amid": "B000AP9A6K", "author": "J. K. Rowling", "url": "/J-K-Rowling/e/", "aid": 95, "bid": 203}]}, {"bid": 150, "isbn10": "1338285262", "title": "The Official Harry Potter Baking Book: 40+ Recipes Inspired by the Films", "category": "Children's Books", "publisher": "Scholastic Inc.", "author": "Joanna Farrow", "authors": [{"amid": "B001K8MR9S", "author": "Joanna Farrow", "url": "/Joanna-Farrow/e/", "aid": 134, "bid": 150}]}] | {"type": "array", "items": {"type": "object", "properties": {"bid": {"type": "integer"}, "isbn10": {"type": "string"}, "title": {"type": "string"}, "category": {"type": "string"}, "publisher": {"type": "string"}, "author": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"amid": {"type": "string"}, "author": {"type": "string"}, "url": {"type": "string"}, "aid": {"type": "integer"}, "bid": {"type": "integer"}}}}}}} |
3220c8ac-de5b-4c3a-b540-a536616e3348/b1495a7e-02a0-4b8c-a76c-34d6fc88c2d3/0/0 | Book Discovery by ReadsOmnia | Get access to the Internet’s best-curated selection of must-read books. Search up-to-date databases and/or directly access the data via numerous API endpoints, including: Top-of-the-charts bestsellers, new and trending fiction and nonfiction, Critically acclaimed & Award-winning titles and authors, Top Reade'r suggestions, and more. | 6.7 | Book Data | The most comprehensive book information data collection available through one API Endpoint. It (not only) provides essential information like ISBN10 and ISBN13 bat lots of extra data, e.g.:
- an informative synopsis,
- editorial and user reviews,
- even video reviews, if exists,
- related book suggestions to help users make informed decisions
and more. | 200 | Response | {"book_data": [{"bid": 55, "isbn10": "0735211299", "isbn13": "9780735211292", "title": "Atomic Habits: An Easy & Proven Way to Build Good Habits & Break Bad Ones", "category": "Health, Fitness & Dieting", "genre": "Psychology & Counseling", "publisher": "Avery", "published": "2018-10-16T00:00:00.000Z", "see_all": 0, "ranking": 12, "rating": "4.8", "lang": "English", "pagesno": 320, "synopsis": "<div><span><b><b>The #1</b><b><i> New York Times</i></b><b> bestseller</b>. <b>Over 3 million copies sold!</b><br><br><b><i>Tiny Changes, Remarkable Results</i></b></b><br><br>No matter your goals, <i>Atomic Habits</i> offers a proven framework for improving--every day. James Clear, one of the world's leading experts on habit formation, reveals practical strategies that will teach you exactly how to form good habits, break bad ones, and master the tiny behaviors that lead to remarkable results.<br><br>If you're having trouble changing your habits, the problem isn't you. The problem is your system. Bad habits repeat themselves again and again not because you don't want to change, but because you have the wrong system for change. You do not rise to the level of your goals. You fall to the level of your systems. Here, you'll get a proven system that can take you to new heights.<br><br>Clear is known for his ability to distill complex topics into simple behaviors that can be easily applied to daily life and work. Here, he draws on the most proven ideas from biology, psychology, and neuroscience to create an easy-to-understand guide for making good habits inevitable and bad habits impossible. Along the way, readers will be inspired and entertained with true stories from Olympic gold medalists, award-winning artists, business leaders, life-saving physicians, and star comedians who have used the science of small habits to master their craft and vault to the top of their field.<br><br>Learn how to:<br> <b>•</b> make time for new habits (even when life gets crazy);<br> <b>•</b> overcome a lack of motivation and willpower;<br> <b>•</b> design your environment to make success easier;<br> <b>•</b> get back on track when you fall off course;<br>...and much more.<br><br><i>Atomic Habits</i> will reshape the way you think about progress and success, and give you the tools and strategies you need to transform your habits--whether you are a team looking to win a championship, an organization hoping to redefine an industry, or simply an individual who wishes to quit smoking, lose weight, reduce stress, or achieve any other goal.</span></div><em></em>", "video": null, "editorials": "<div class=\"extra_book_reviews\">\n<b><i>Wall Street Journal</i> bestseller<br><i>USA Today</i> bestseller<br><i>Publisher's Weekly</i> bestseller<br>One of <i>Fast Company's</i> 7 Best Business Books of 2018<br>One of <i>Business Insider's</i> Best Self-Help Books of 2018</b><br><br>\"A supremely practical and useful book. James Clear distills the most fundamental information about habit formation, so you can accomplish more by focusing on less.\"<br> <b>-Mark Manson, #1 <i>New York Times</i> best-selling author of <i>The Subtle Art of Not Giving a F*ck</i></b><br> <br> \"James Clear has spent years honing the art and studying the science of habits. This engaging, hands-on book is the guide you need to break bad routines and make good ones.\"<br> <b>-Adam Grant, <i>New York Times</i> best-selling author of <i>Originals</i>, <i>Give and Take</i>, and <i>Option B</i> with Sheryl Sandberg</b><br><br>\"A special book that will change how you approach your day and live your life.\"<br> <b>-Ryan Holiday, bestselling author of <i>The Obstacle is the Way</i> and <i>Ego is the Enemy</i></b><br><br>\"As a physician attempting to help my patients build healthy habits to decrease and reverse chronic disease, <i>Atomic Habits</i> is the playbook I have been searching for. Not only does the book offer actionable items I can teach my patients, I can refer them to read and implement the ideas themselves. The format is powerful and simple. This should be taught in all medical schools.\"<br><b>-Laurie Marbas, MD, United States Air Force veteran<br><br></b>\"<i>Atomic Habits</i> was a great read. I learned a lot and think it'll be helpful to a lot of people.\"<br> <b>-Gayle King, co-anchor of <i>CBS This Morning</i> and editor-at-large for <i>O, The Oprah Magazine</i></b><br> <br> \"Useful new book\" <br><b>\u2013<i>Wall Street Journal</i></b><br> <br> \"In <i>Atomic Habits</i>, Clear will show you how to overcome a lack of motivation, change your environment to encourage success, and make time for new (and better) habits. <br><b>\u2013Glamour.com</b><br> <br> \"<i>Atomic Habits</i> is a great book for anyone who is frustrated with the way they can't seem to kick that one (or two dozen) bad habit(s) and wants to finally achieve health, fitness, financial freedom, great relationships, and a good life.\" <br><b>\u2013Medium.com</b><br> <br> \"Excellent. Well worth the read.\" <br><b>\u2013Benjamin Hardy, Inc.com<br></b></div>", "excerpt": "<div class=\"extra_book_excerpt\">\nIt is so easy to overestimate the importance of one defining moment and underestimate the value of making small improvements on a daily basis. Too often, we convince ourselves that massive success requires massive action. Whether it is losing weight, building a business, writ\u00ading a book, winning a championship, or achieving any other goal, we put pressure on ourselves to make some earth- shattering improvement that everyone will talk about. <br><br> Meanwhile, improving by 1 percent isn't particularly notable-sometimes it isn't even <i>noticeable</i>-but it can be far more meaningful, especially in the long run. The difference a tiny improvement can make over time is astounding. Here's how the math works out: if you can get 1 percent better each day for one year, you'll end up thirty-seven times better by the time you're done. Conversely, if you get 1 percent worse each day for one year, you'll decline nearly down to zero. What starts as a small win or a minor setback accumulates into something much more.<br><br> Habits are the compound interest of self-improvement. The same way that money multiplies through compound interest, the effects of your habits multiply as you repeat them. They seem to make little dif\u00adference on any given day and yet the impact they deliver over the months and years can be enormous. It is only when looking back two, five, or perhaps ten years later that the value of good habits and the cost of bad ones becomes strikingly apparent. <br><br> This can be a difficult concept to appreciate in daily life. We often dismiss small changes because they don't seem to matter very much in the moment. If you save a little money now, you're still not a million\u00adaire. If you go to the gym three days in a row, you're still out of shape. If you study Mandarin for an hour tonight, you still haven't learned the language. We make a few changes, but the results never seem to come quickly and so we slide back into our previous routines. <br> Unfortunately, the slow pace of transformation also makes it easy to let a bad habit slide. If you eat an unhealthy meal today, the scale doesn't move much. If you work late tonight and ignore your family, they will forgive you. If you procrastinate and put your project off until tomorrow, there will usually be time to finish it later. A single decision is easy to dismiss. <br><br> But when we repeat 1 percent errors, day after day, by replicating poor decisions, duplicating tiny mistakes, and rationalizing little ex\u00adcuses, our small choices compound into toxic results. It's the accumu\u00adlation of many missteps-1 percent decline here and there-that eventually leads to a problem. <br><br> The impact created by a change in your habits is similar to the effect of shifting the route of an airplane by just a few degrees. Imagine you are flying from Los Angeles to New York City. If a pilot leaving from LAX adjusts the heading just 3.5 degrees south, you will land in Washington, D.C., instead of New York. Such a small change is barely noticeable at takeoff-the nose of the airplane moves just a few feet-but when magni\u00adfied across the entire United States, you end up hundreds of miles apart.<br><br> Similarly, a slight change in your daily habits can guide your life to a very different destination. Making a choice that is 1 percent better or 1 percent worse seems insignificant in the moment, but over the span of moments that make up a lifetime these choices determine the differ\u00adence between who you are and who you could be. Success is the prod\u00aduct of daily habits-not once\u2011in\u2011a\u2011lifetime transformations. <br><br> That said, it doesn't matter how successful or unsuccessful you are right now. What matters is whether your habits are putting you on the path toward success. You should be far more concerned with your cur\u00adrent trajectory than with your current results. If you're a millionaire but you spend more than you earn each month, then you're on a bad trajectory. If your spending habits don't change, it's not going to end well. Conversely, if you're broke, but you save a little bit every month, then you're on the path toward financial freedom-even if you're mov\u00ading slower than you'd like. <br><br> Your outcomes are a lagging measure of your habits. Your net worth is a lagging measure of your financial habits. Your weight is a lagging measure of your eating habits. Your knowledge is a lagging measure of your learning habits. Your clutter is a lagging measure of your cleaning habits. You get what you repeat. <br><br> If you want to predict where you'll end up in life, all you have to do is follow the curve of tiny gains or tiny losses, and see how your daily choices will compound ten or twenty years down the line. Are you spending less than you earn each month? Are you making it into the gym each week? Are you reading boo...</div>", "comment": null, "toc": "2021-10-26T17:46:22.000Z", "tlc": "2021-10-26T15:46:22.000Z"}], "authors": [{"amid": "B07DJTJC3X", "author": "James Clear", "url": "/James-Clear/e/", "aid": 62, "bid": 55}], "reviews": [{"rid": 109, "bid": 55, "rating": "5.0", "reviewer": "Pravin Poojary.", "title": "Beware!! This Book can change your Life :)", "review": "And I absolutely mean it what I said in Headline of my comment. I have been following jamesclear.com from very long.<br>His one article has absolutely changed my life, imagine what this book can offer to you.<br><br>I have been chasing to build many habits and experimenting with them a lot but I would always find a bit difficult to stay with my changed behavior and then while browsing on internet studying more on habits formation I stumbled on James's articles and boy this guy has the answer for habit formation.<br><br>If you are looking to form a new habit you have to read this Book.<br><br>I have never commented online on any of the books that I have read but this one deserves a lot of appreciation.<br><br>This one is for you James, in future if you ever read this comment I want to tell you that your work has hugely impacted my life. And I express my huge gratitude towards your work on Atomic Habits and the articles you post. Thank a lot for this :)"}, {"rid": 108, "bid": 55, "rating": "5.0", "reviewer": "Tushar Joshi", "title": "Atomic Habits by James Clear is highly recommended read", "review": "I was aware of many concepts of this book through the web site of the author jamesclear.com In fact that the place from where I came to know James first time. The article on habits where he mentions process is important than goals was my starting point. I continued reading his updates through the consistent newsletter he publishes through his site.<br><br>Once the book was announced and available it was a no brainer for me to purchase my own copy to have all the concepts in one place and to go through the ideas in succession.<br><br>This book provides supplementary material like cheat sheet and templates which are very useful for planning your own habit profile and continuous improvement.<br><br>This book is action oriented. The concepts present an action plan for trying them in your own situation and to practice the ideas directly in day to day life. This makes the book an instruction manual for nurturing good habits and killing bad habits. I was able to immediately relate to many new habits to start and many not so good habits I can stop and avoid using the identification pattern provided in the book.<br><br>The principle presented in the book about understanding who to become, that is finding out what identity to achieve instead of just starting or stopping a habit is very helpful.<br><br>One important aspect of this book is the to the point summary provided after every chapter. Once you have read the book this summary helps recall all the concepts in short time and becomes a concise model to revise the concepts.<br><br>The book is engaging and is suitable for reading cover to cover as it provides many stories and references. As the concept of process than goals was already known to me through the Learning How to Learn MOOC at Coursera, I was glad to find the same concept mentioned in this book and was able to relate quickly with the principles.<br><br>The book also becomes a workbook and reference material once you have gone through it. The chapters are divided into sections which can be referred for particular situation in hand.<br><br>I will recommend this book for anyone who is eager to understand why habits are formed and how to nurture good habits and avoid bad ones."}, {"rid": 107, "bid": 55, "rating": "5.0", "reviewer": "Tom Venuto, Author of Burn the Fat, Feed The Muscle", "title": "Huge toolkit of actionable, practical, organized strategies to build positive habits", "review": "I've read a lot of books on changing behavior and building habits and James Clear's Atomic Habits is my new favorite. This book is different from others in the way it covers an enormous amount of ground in the larger area of self-improvement while seamlessly tying all these ideas back into the central theme of habits.<br><br>One of the core concepts in Atomic Habits is to focus on the small improvement. The impact a 1% improvement per day can make may appear negligible at first, but Clear makes a compelling argument that in the case of habits, thinking small produces the biggest results over time. \"Habits are the compound interest of self-improvement,\" explains Clear.<br><br>Over the months and years, the accumulated effect of small habitual daily behaviors is staggering. Early in the book we are also warned that this compounding works both ways, so we'd better make sure we're making it work in the positive direction, not for the negative.<br><br>This is a concept I was introduced to years ago under a different name - Kaizen - the Japanese term for continuous incremental improvement. What's different and new in this book is how the concept is applied specifically to building habits.<br><br>I found the information introduced in chapter two about behavior change at the identity level to be spot-on. You're also given a simple two-step process for changing your identity and this one idea alone is incredibly powerful.<br><br>In chapter three, we are introduced to the habit loop - cue, craving, response, reward - and we learn how to build good habits in 4 simple steps and break bad habits in 4 simple steps.<br><br>One of those steps to habit formation, which goes hand in hand with the 1% concept, is how to make it not only small, but easy. In the chapters that follow, this is exactly what you find out.<br><br>Other ideas of great value that stood out included, habit stacking (the best way to form a new habit), habit tracking, habit shaping and how to design your environment - physical and social - for habit building success. You learn the truth about self-control, how to stop procrastinating and how to use implementation intentions, temptation bundling and motivational rituals. The book is simply packed with actionable ideas, tactics and strategies.<br><br>Virtually every idea in the book is useful and resonated with me. While I may not agree that we should \"forget about goals,\" I agree with one of Clear's core principles in the book - that we must develop systems for change. If we only focus on goals and don't develop systems and a focus on the process, we risk falling into a number of goal-related traps which ultimately lead to stagnation. With the right systems, we're rewarded with continuous improvement on a lifelong journey of success.<br><br>Another difference between Atomic Habits and other books in this genre is that while it's based on science ..."}, {"rid": 106, "bid": 55, "rating": "5.0", "reviewer": "Haical Sajovic Haddad", "title": "Updated review after 100 days building small yet lasting habits.", "review": "I previously wrote this review right after reading the book. Today, February 15th, after applying James\u2019s system for 100 days on a few tiny habits, I feel compelled to share updates with you because they have sincerely worked.<br><br>I will divide the review into 5 parts. The first part is a summary of the book with short excerpts highlighted while taking notes. Next, I hope to share pieces of advice that have motivated me while building new habits. Following that, I will share how I implemented the first 3 habits throughout these months. Then, some thoughts to whom I would recommend reading the book. Last, there are 4 complementary readings.<br><br>SUMMARY<br><br>[Introduction] James starts by sharing personal strategies he implemented to recover from a serious accident in high school. That event forced him to improve the quality of his routine to get his life in order, coming to the conclusion that \u201cwe all deal with setbacks, but in the long run, the quality of our lives often depends on the quality of our habits. With the same habits, you will end up with the same results. But with better habits, anything is possible.\u201d<br><br>[Section I : The Fundamentals]<br><br>[Chapter 1] Here we learn the power of compounding effect: changes that seem small and unimportant at any given day will compound into remarkable results if we are willing to stick with them for months and years. James explains that \u201cbreakthrough moments are often the result of many previous actions, which build up the potential required to unleash a major change.\u201d Comparing to habits, he shows that bamboo can barely be seen during the first couple of years while the roots grow underground before exploding for almost 100 feet into the air in a few weeks. From that perspective, we come to understand the best outcomes are generally delayed.<br><br>[Chapter 2] Based on a 3-layer concentric circle behavior change model\u2014divided into outcome change, process change, and identity change\u2014James explains that we should pay attention to our inner identity by focusing on beliefs, assumptions, and values. \u201cMany people begin the process of changing their habits by focusing on what they want to achieve. This leads us to outcome-based habits. The alternative is to build identity-based habits. With this approach, we start by focusing on who we wish to become.\u201d The strongest changes, then, happen from inside out, starting from our identity, passing through the process, and ultimately changing the outcome.<br><br>[Chapter 3] In this chapter we are introduced to a 4-step framework, which is composed of cue, craving, response, and reward. James calls it 'The 4 Laws of Behavior Change'. He then explains that we can think of each law as a lever that influences our behavior\u2014when the levers are in the right positions, they create good habits effortless whereas when they are in the wrong..."}], "related": [{"bid": 1562, "title": "This Is Your Mind on Plants", "isbn10": "0593296907"}, {"bid": 5197, "title": "The Burnout Workbook: Advice and Exercises to Help You Unlock the Stress Cycle", "isbn10": "0593578376"}, {"bid": 2906, "title": "Parent Nation: Unlocking Every Child's Potential, Fulfilling Society's Promise", "isbn10": "0593185609"}, {"bid": 5224, "title": "The Myth of Normal: Trauma, Illness, and Healing in a Toxic Culture", "isbn10": "0593083881"}, {"bid": 4992, "title": "A Chorus of Stones: The Private Life of War", "isbn10": "038541885X"}, {"bid": 5064, "title": "The Emotional Lives of Teenagers: Raising Connected, Capable, and Compassionate Adolescents", "isbn10": "0593500016"}, {"bid": 3266, "title": "Eat It!: The Most Sustainable Diet and Workout Ever Made: Burn Fat, Get Strong, and Enjoy Your Favorite Foods Guilt Free", "isbn10": "0063015005"}, {"bid": 4867, "title": "Stolen Focus: Why You Can't Pay Attention--and How to Think Deeply Again", "isbn10": "0593138538"}, {"bid": 3660, "title": "Don't Stop Believin'", "isbn10": "1982122250"}]} | {"type": "object", "properties": {"book_data": {"type": "array", "items": {"type": "object", "properties": {"bid": {"type": "integer"}, "isbn10": {"type": "string"}, "isbn13": {"type": "string"}, "title": {"type": "string"}, "category": {"type": "string"}, "genre": {"type": "string"}, "publisher": {"type": "string"}, "published": {"type": "string"}, "see_all": {"type": "integer"}, "ranking": {"type": "integer"}, "rating": {"type": "string"}, "lang": {"type": "string"}, "pagesno": {"type": "integer"}, "synopsis": {"type": "string"}, "video": {"type": "null"}, "editorials": {"type": "string"}, "excerpt": {"type": "string"}, "comment": {"type": "null"}, "toc": {"type": "string"}, "tlc": {"type": "string"}}}}, "authors": {"type": "array", "items": {"type": "object", "properties": {"amid": {"type": "string"}, "author": {"type": "string"}, "url": {"type": "string"}, "aid": {"type": "integer"}, "bid": {"type": "integer"}}}}, "reviews": {"type": "array", "items": {"type": "object", "properties": {"rid": {"type": "integer"}, "bid": {"type": "integer"}, "rating": {"type": "string"}, "reviewer": {"type": "string"}, "title": {"type": "string"}, "review": {"type": "string"}}}}, "related": {"type": "array", "items": {"type": "object", "properties": {"bid": {"type": "integer"}, "title": {"type": "string"}, "isbn10": {"type": "string"}}}}}} |
3220c8ac-de5b-4c3a-b540-a536616e3348/62c2f1ab-f37c-4f2f-97b0-1d91146e8f6e/0/0 | Book Discovery by ReadsOmnia | Get access to the Internet’s best-curated selection of must-read books. Search up-to-date databases and/or directly access the data via numerous API endpoints, including: Top-of-the-charts bestsellers, new and trending fiction and nonfiction, Critically acclaimed & Award-winning titles and authors, Top Reade'r suggestions, and more. | 6.7 | Hachette Global Publisher Bestsellers | The latest Hachette Book Bestellers list featuring a curated selection of new and trending bestsellers across a wide range of genres and topics, handpicked by one of the leading publishers in the industry. | 200 | Response | {"Politics & Social Sciences": [{"bid": 517, "isbn10": "031627352X", "isbn13": "9780316273527", "title": "This Is the Fire: What I Say to My Friends About Racism", "category": "Politics & Social Sciences", "genre": "Social Sciences", "publisher": "Little, Brown and Company; Large type / Large print edition", "rating": "4.8", "pagesno": 288, "synopsis": "In this \u2018vital book for these times' (Kirkus Reviews), Don Lemon brings his vast audience and experience as a reporter and a Black man to today's most urgent question: How can we end racism in America in our lifetimes?", "toc": "2021-11-08T12:01:32.000Z", "authors": [{"amid": "B00CIWWG9Q", "author": "Don Lemon", "url": "/Don-Lemon/e/", "aid": 369, "bid": 517}]}], "Business & Money": [{"bid": 343, "isbn10": "0316451401", "isbn13": "9780316451406", "title": "Noise: A Flaw in Human Judgment", "category": "Business & Money", "genre": "Management & Leadership", "publisher": "Little, Brown Spark", "rating": "4.4", "pagesno": 464, "synopsis": "From the Nobel Prize-winning author of Thinking, Fast and Slow and the coauthor of Nudge, a revolutionary exploration of why people make bad judgments and how to make better ones--\"a tour de force\" (New York Times).", "toc": "2021-11-03T16:08:12.000Z", "authors": [{"amid": "B001ILFNQG", "author": "Daniel Kahneman", "url": "/Daniel-Kahneman/e/", "aid": 278, "bid": 343}, {"amid": "B004N7TORG", "author": "Olivier Sibony", "url": "/Olivier-Sibony/e/", "aid": 279, "bid": 343}]}], "Sports & Outdoors": [{"bid": 5139, "isbn10": "1538709627", "isbn13": "9781538709627", "title": "Swing and a Hit: Nine Innings of What Baseball Taught Me", "category": "Sports & Outdoors", "genre": "Biographies", "publisher": "Grand Central Publishing", "rating": "4.6", "pagesno": 272, "synopsis": " INSTANT NEW YORK TIMES BESTSELLER!<br>The fun and fiery memoir of All Star Yankee and five-time World Champion, Paul O'Neill.<br> In SWING AND A HIT, O'Neill elaborates on his most important hitting principles, lessons, and memories-exploring those elements across ten chapters (to align with the nine innings of a baseball game and one extra inning).", "toc": "2023-03-08T15:09:17.000Z", "authors": [{"amid": "B001K8TC3C", "author": "Jack Curry", "url": "/Jack-Curry/e/", "aid": 3780, "bid": 5139}, {"amid": "B09HHMR9M3", "author": "Paul Andrew O'Neill", "url": "/Paul-Andrew-ONeill/e/", "aid": 3781, "bid": 5139}]}], "Biographies & Memoirs": [{"bid": 338, "isbn10": "0306924129", "isbn13": "9780306924125", "title": "Giannis: The Improbable Rise of an NBA MVP", "category": "Biographies & Memoirs", "genre": "Community & Culture", "publisher": "Hachette Books", "rating": "4.8", "pagesno": 400, "synopsis": "**Instant New York Times Bestseller, Los Angeles Times Bestseller, Wall Street Journal Bestseller, USA Today Bestseller, Publishers Weekly Bestseller**The story of Giannis Antetokounmpo's extraordinary rise from poverty in Athens, Greece, to superstardom in America with the Milwaukee Bucks-becoming one of the most transcendent players in history and an NBA Champion-from award-winning basketball reporter and feature writer at The Ringer Mirin Fader.", "toc": "2021-11-03T16:07:06.000Z", "authors": [{"amid": "B092W6FNPK", "author": "Mirin Fader", "url": "/Mirin-Fader/e/", "aid": 274, "bid": 338}]}], "Literature & Fiction": [{"bid": 450, "isbn10": "0316540714", "isbn13": "9780316540711", "title": "The President's Daughter: A Thriller", "category": "Literature & Fiction", "genre": "Action & Adventure", "publisher": "Little, Brown and Company and Knopf", "rating": "4.6", "pagesno": 608, "synopsis": "All Presidents have nightmares.<br> This one is about to come true.<br>A rocket ride of a thriller-the #1 New York Times bestselling blockbuster by President Bill Clinton and James Patterson, \"the dream team\" (Lee Child).", "toc": "2021-11-08T06:01:55.000Z", "authors": [{"amid": "B000APZGGS", "author": "James Patterson", "url": "/James-Patterson/e/", "aid": 68, "bid": 450}, {"amid": "B001H6W1K8", "author": "Bill Clinton", "url": "/Bill-Clinton/e/", "aid": 340, "bid": 450}]}, {"bid": 345, "isbn10": "0316420085", "isbn13": "9780316420082", "title": "Golden Girl", "category": "Literature & Fiction", "genre": "Genre Fiction", "publisher": "Little, Brown and Company; First Edition", "rating": "4.6", "pagesno": 384, "synopsis": "In this #1 bestselling page-turner from \"the queen of beach reads\" (New York Magazine), a Nantucket novelist has one final summer to protect her secrets while her loved ones on earth learn to live without their golden girl.", "toc": "2021-11-03T16:08:39.000Z", "authors": [{"amid": "B001IGQLTO", "author": "Elin Hilderbrand", "url": "/Elin-Hilderbrand/e/", "aid": 281, "bid": 345}]}], "Mystery, Thriller & Suspense": [{"bid": 574, "isbn10": "1538703017", "isbn13": "9781538703014", "title": "NYPD Red 6 (Hardcover Library Edition)", "category": "Mystery, Thriller & Suspense", "genre": "Thrillers & Suspense", "publisher": "Grand Central Publishing", "rating": "4.6", "pagesno": 384, "synopsis": "In this heart-stopping thriller, a brazen kidnapper targets the most lavish New York City wedding of the season-and takes \"Here Comes the Bride\" as an invitation.", "toc": "2021-11-08T18:01:15.000Z", "authors": [{"amid": "B000APZGGS", "author": "James Patterson", "url": "/James-Patterson/e/", "aid": 68, "bid": 574}, {"amid": "B001JPC3FA", "author": "Marshall Karp", "url": "/Marshall-Karp/e/", "aid": 393, "bid": 574}]}], "Humor & Entertainment": [{"bid": 332, "isbn10": "0306874350", "isbn13": "9780306874352", "title": "Yours Cruelly, Elvira: Memoirs of the Mistress of the Dark", "category": "Humor & Entertainment", "genre": "Movies", "publisher": "Hachette Books", "rating": "4.8", "pagesno": 304, "synopsis": "**Instant New York Times Bestseller, Los Angeles Times Bestseller, USA Today Bestseller, Publishers Weekly Bestseller**The woman behind the icon known as Elvira, Mistress of the Dark, the undisputed Queen of Halloween, reveals her full story, filled with intimate bombshells, told by the bombshell herself.", "toc": "2021-11-03T16:03:26.000Z", "authors": [{"amid": "B095XQWK6Y", "author": "Cassandra Peterson", "url": "/Cassandra-Peterson/e/", "aid": 268, "bid": 332}]}], "Teen & Young Adult": [{"bid": 66, "isbn10": "0316428477", "isbn13": "9780316428477", "title": "Kingdom of the Cursed (Kingdom of the Wicked, 2)", "category": "Teen & Young Adult", "genre": "Science Fiction & Fantasy", "publisher": "Jimmy Patterson", "rating": "4.7", "pagesno": 448, "synopsis": "From the #1 <br>New York Times <br>bestselling author of the Stalking Jack the Ripper series comes the sizzling, sweepingly romantic sequel to Kingdom of the Wicked.", "toc": "2021-10-26T17:56:44.000Z", "authors": [{"amid": "B01FVS0FJQ", "author": "Kerri Maniscalco", "url": "/Kerri-Maniscalco/e/", "aid": 72, "bid": 66}]}], "Arts & Photography": [{"bid": 331, "isbn10": "0306925427", "isbn13": "9780306925429", "title": "Unrequited Infatuations: A Memoir", "category": "Arts & Photography", "genre": "Music", "publisher": "Hachette Books; 1st Edition", "rating": "4.5", "pagesno": 416, "synopsis": "**Instant International Bestseller, New York Times Bestseller, USA Today Bestseller, Wall Street Journal Bestseller, Los Angeles Times Bestseller, Publishers Weekly Bestseller**Uncover never-before-told stories in this epic tale of self-discovery by a Rock n Roll disciple and member of the E Street Band.", "toc": "2021-11-03T16:03:15.000Z", "authors": [{"amid": "B098CWJTXH", "author": "Stevie Van Zandt", "url": "/Stevie-Van-Zandt/e/", "aid": 267, "bid": 331}]}, {"bid": 575, "isbn10": "0316429066", "isbn13": "9780316429061", "title": "The Last Days of John Lennon", "category": "Arts & Photography", "genre": "Music", "publisher": "Little, Brown and Company; 1st edition", "rating": "4.6", "pagesno": 448, "synopsis": "Discover one of the greatest true crime stories in music history, as only James Patterson can tell it.<br> With the Beatles, John Lennon surpasses his youthful dreams, achieving a level of superstardom that defies classification.<br> \"We were the best bloody band there was,\" he says.", "toc": "2021-11-08T18:01:30.000Z", "authors": [{"amid": "B000APZGGS", "author": "James Patterson", "url": "/James-Patterson/e/", "aid": 68, "bid": 575}]}], "Children's Books": [{"bid": 1410, "isbn10": "0316491950", "isbn13": "9780316491952", "title": "Jacky Ha-Ha: A Graphic Novel (A Jacky Ha-Ha Graphic Novel, 1)", "category": "Children's Books", "genre": "Arts, Music & Photography", "publisher": "jimmy patterson; Illustrated edition", "rating": "4.8", "pagesno": 240, "synopsis": " Adapted from James Patterson's #1 New York Times bestselling series, this hilarious and heartwarming graphic novel introduces Jacky Ha-Ha, a class clown who makes people laugh with her so they can't laugh at her!", "toc": "2021-12-10T15:09:58.000Z", "authors": [{"amid": "B000APZGGS", "author": "James Patterson", "url": "/James-Patterson/e/", "aid": 68, "bid": 1410}, {"amid": "B001IR3JB6", "author": "Chris Grabenstein", "url": "/Chris-Grabenstein/e/", "aid": 906, "bid": 1410}]}], "History": [{"bid": 456, "isbn10": "0316296619", "isbn13": "9780316296618", "title": "The Bomber Mafia: A Dream, a Temptation, and the Longest Night of the Second World War", "category": "History", "genre": "Military", "publisher": "Little, Brown and Company; 1st edition", "rating": "4.4", "pagesno": 256, "synopsis": "An exploration of how technology and best intentions collide in the heat of warA New York Times Book Review Editors' Choice In The Bomber Mafia, Malcolm Gladwell weaves together the stories of a Dutch genius and his homemade computer, a band of brothers in central Alabama, a British psychopath, and pyromaniacal chemists at Harvard to examine one of the greatest moral challenges in modern American history.", "toc": "2021-11-08T06:02:31.000Z", "authors": [{"amid": "B000APOE98", "author": "Malcolm Gladwell", "url": "/Malcolm-Gladwell/e/", "aid": 252, "bid": 456}]}], "Science Fiction & Fantasy": [{"bid": 3837, "isbn10": "0316669172", "isbn13": "9780316669177", "title": "Memory's Legion: The Complete Expanse Story Collection (The Expanse)", "category": "Science Fiction & Fantasy", "genre": "Science Fiction", "publisher": "Orbit", "rating": "4.7", "pagesno": 400, "synopsis": " From Leviathan Wakes to Leviathan Falls, James S.<br> A.<br> Corey's Hugo Award-winning Expanse series has redefined modern space opera.", "toc": "2022-09-06T06:08:13.000Z", "authors": [{"amid": "a_james_s_a_corey", "author": "James S. A. Corey", "url": "", "aid": 2828, "bid": 3837}]}], "Self-Help": [{"bid": 522, "isbn10": "1538737086", "isbn13": "9781538737088", "title": "Everything Will Be Okay: Life Lessons for Young Women (from a Former Young Woman)", "category": "Self-Help", "genre": "Happiness", "publisher": "Twelve", "rating": "4.8", "pagesno": 240, "synopsis": "THE INSTANT #1 NATIONAL BESTSELLER!<br> Find your inspiration in this motivational book from the bestselling author of And the Good News Is\u2026 Lessons and Advice from the Bright Side, beloved co-host of Fox News' The Five and America's Newsroom.", "toc": "2021-11-08T12:01:59.000Z", "authors": [{"amid": "B00MRPX77E", "author": "Dana Perino", "url": "/Dana-Perino/e/", "aid": 370, "bid": 522}]}], "Health, Fitness & Dieting": [{"bid": 2204, "isbn10": "0316315397", "isbn13": "9780316315395", "title": "Drop Acid: The Surprising New Science of Uric Acid\u2015The Key to Losing Weight, Controlling Blood Sugar, and Achieving Extraordinary Health", "category": "Health, Fitness & Dieting", "genre": "Diets & Weight Loss", "publisher": "Little, Brown Spark", "rating": "4.4", "pagesno": 336, "synopsis": " Unlock the secret to extraordinary health by reducing high uric acid levels-the hidden risk you didn't know you had-by the New York Times bestselling author of Grain Brain and Brain Wash.", "toc": "2022-02-24T00:01:49.000Z", "authors": [{"amid": "B001JSAC00", "author": "David Perlmutter", "url": "/David-Perlmutter/e/", "aid": 1566, "bid": 2204}]}], "Cookbooks, Food & Wine": [{"bid": 529, "isbn10": "0316541788", "isbn13": "9780316541787", "title": "The Pegan Diet: 21 Practical Principles for Reclaiming Your Health in a Nutritionally Confusing World", "category": "Cookbooks, Food & Wine", "genre": "Special Diet", "publisher": "Little, Brown Spark; Large type / Large print edition", "rating": "4.5", "pagesno": 304, "synopsis": "Twelve-time New York Times bestselling author Mark Hyman, MD, presents his unique Pegan diet-including meal plans, recipes, and shopping lists.<br> For decades, the diet wars have pitted advocates for the low-carb, high-fat paleo diet against advocates of the exclusively plant-based vegan diet and dozens of other diets leaving most of us bewildered and confused.", "toc": "2021-11-08T12:02:37.000Z", "authors": [{"amid": "a_dr_mark_hyman_md", "author": "Dr. Mark Hyman MD", "url": "", "aid": 372, "bid": 529}]}], "Science & Math": [{"bid": 2002, "isbn10": "1538749718", "isbn13": "9781538749715", "title": "Origin: A Genetic History of the Americas", "category": "Science & Math", "genre": "Evolution", "publisher": "Twelve", "rating": "4.8", "pagesno": 368, "synopsis": " From celebrated anthropologist Jennifer Raff comes the untold story-and fascinating mystery-of how humans migrated to the Americas.<br>ORIGIN is the story of who the first peoples in the Americas were, how and why they made the crossing, how they dispersed south, and how they lived based on a new and powerful kind of evidence: their complete genomes.", "toc": "2022-02-11T03:04:20.000Z", "authors": [{"amid": "B09FM24P5X", "author": "Jennifer Raff", "url": "/Jennifer-Raff/e/", "aid": 1435, "bid": 2002}]}], "LGBTQ+ Books": [{"bid": 2316, "isbn10": "0316316121", "isbn13": "9780316316125", "title": "Less (Winner of the Pulitzer Prize): A Novel", "category": "LGBTQ+ Books", "genre": "Literature & Fiction", "publisher": "Lee Boudreaux Books; 1st edition", "rating": "4.0", "pagesno": 272, "synopsis": " A struggling novelist travels the world to avoid an awkward wedding in this hilarious Pulitzer Prize-winning novel full of \"arresting lyricism and beauty\" (The New York Times Book Review).", "toc": "2022-03-05T06:07:51.000Z", "authors": [{"amid": "B001IGOPVU", "author": "Andrew Sean Greer", "url": "/Andrew-Sean-Greer/e/", "aid": 1649, "bid": 2316}]}], "Engineering & Transportation": [{"bid": 2396, "isbn10": "0465062881", "isbn13": "9780465062881", "title": "Endurance: Shackleton's Incredible Voyage", "category": "Engineering & Transportation", "genre": "Transportation", "publisher": "Basic Books", "rating": "4.8", "pagesno": 357, "synopsis": " Experience one of the greatest adventure stories of the modern age: The harrowing tale of British explorer Ernest Shackleton's 1914 attempt to reach the South Pole.", "toc": "2022-03-12T03:04:21.000Z", "authors": [{"amid": "B000APENOO", "author": "Alfred Lansing", "url": "/Alfred-Lansing/e/", "aid": 1700, "bid": 2396}]}], "Crafts, Hobbies & Home": [{"bid": 1414, "isbn10": "0316497959", "isbn13": "9780316497954", "title": "Joy at Work: Organizing Your Professional Life", "category": "Crafts, Hobbies & Home", "genre": "Home Improvement & Design", "publisher": "Little, Brown Spark; Large type / Large print edition", "rating": "4.6", "pagesno": 320, "synopsis": " Declutter your desk and brighten up your business with this transformative guide from an organizational psychologist and the #1 New York Times bestselling author of The Life-Changing Magic of Tidying Up.", "toc": "2021-12-10T15:10:23.000Z", "authors": [{"amid": "B00J59XZJA", "author": "Marie Kondo", "url": "/Marie-Kondo/e/", "aid": 980, "bid": 1414}, {"amid": "B01LXIH23Z", "author": "Scott Sonenshein", "url": "/Scott-Sonenshein/e/", "aid": 981, "bid": 1414}]}], "Romance": [{"bid": 1402, "isbn10": "031607036X", "isbn13": "9780316070362", "title": "The Twilight Saga", "category": "Romance", "genre": "Paranormal", "publisher": "Little, Brown Books for Young Readers", "rating": "4.7", "pagesno": 0, "synopsis": " Language:Chinese.<br>Pub Date :2009-5-1 Pages: all four Publisher :0-316 this stunning set.<br> complete with all four paperback books aswell as four collectible prints.", "toc": "2021-12-10T15:08:16.000Z", "authors": [{"amid": "B001H6GO92", "author": "Stephenie Meyer", "url": "/Stephenie-Meyer/e/", "aid": 825, "bid": 1402}]}], "Christian Books & Bibles": [{"bid": 458, "isbn10": "1546015892", "isbn13": "9781546015895", "title": "Don't Drop the Mic: The Power of Your Words Can Change the World", "category": "Christian Books & Bibles", "genre": "Christian Living", "publisher": "FaithWords; Large type / Large print edition", "rating": "4.8", "pagesno": 496, "synopsis": "Your words matter.<br> #1 New York Times bestselling author Bishop Jakes has been speaking in front of audiences large and small for decades, and over the years, he has learned a thing or two about communicating with audiences.", "toc": "2021-11-08T06:02:46.000Z", "authors": [{"amid": "B000AR9MBG", "author": "T. D. Jakes", "url": "/T-D-Jakes/e/", "aid": 341, "bid": 458}]}], "Medical Books": [{"bid": 124, "isbn10": "0759554269", "isbn13": "9780759554269", "title": "E.R. Nurses: True Stories from America's Greatest Unsung Heroes", "category": "Medical Books", "genre": "Medicine", "publisher": "Little, Brown and Company", "rating": "4.5", "pagesno": 304, "synopsis": "They save our lives every day, and we’<br>ve never heard their stories.<br> ", "toc": "2021-10-27T14:47:49.000Z", "authors": [{"amid": "B000APZGGS", "author": "James Patterson", "url": "/James-Patterson/e/", "aid": 68, "bid": 124}]}]} | {"type": "object", "properties": {"Politics & Social Sciences": {"type": "array", "items": {"type": "object", "properties": {"bid": {"type": "integer"}, "isbn10": {"type": "string"}, "isbn13": {"type": "string"}, "title": {"type": "string"}, "category": {"type": "string"}, "genre": {"type": "string"}, "publisher": {"type": "string"}, "rating": {"type": "string"}, "pagesno": {"type": "integer"}, "synopsis": {"type": "string"}, "toc": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"amid": {"type": "string"}, "author": {"type": "string"}, "url": {"type": "string"}, "aid": {"type": "integer"}, "bid": {"type": "integer"}}}}}}}, "Business & Money": {"type": "array", "items": {"type": "object", "properties": {"bid": {"type": "integer"}, "isbn10": {"type": "string"}, "isbn13": {"type": "string"}, "title": {"type": "string"}, "category": {"type": "string"}, "genre": {"type": "string"}, "publisher": {"type": "string"}, "rating": {"type": "string"}, "pagesno": {"type": "integer"}, "synopsis": {"type": "string"}, "toc": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"amid": {"type": "string"}, "author": {"type": "string"}, "url": {"type": "string"}, "aid": {"type": "integer"}, "bid": {"type": "integer"}}}}}}}, "Sports & Outdoors": {"type": "array", "items": {"type": "object", "properties": {"bid": {"type": "integer"}, "isbn10": {"type": "string"}, "isbn13": {"type": "string"}, "title": {"type": "string"}, "category": {"type": "string"}, "genre": {"type": "string"}, "publisher": {"type": "string"}, "rating": {"type": "string"}, "pagesno": {"type": "integer"}, "synopsis": {"type": "string"}, "toc": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"amid": {"type": "string"}, "author": {"type": "string"}, "url": {"type": "string"}, "aid": {"type": "integer"}, "bid": {"type": "integer"}}}}}}}, "Biographies & Memoirs": {"type": "array", "items": {"type": "object", "properties": {"bid": {"type": "integer"}, "isbn10": {"type": "string"}, "isbn13": {"type": "string"}, "title": {"type": "string"}, "category": {"type": "string"}, "genre": {"type": "string"}, "publisher": {"type": "string"}, "rating": {"type": "string"}, "pagesno": {"type": "integer"}, "synopsis": {"type": "string"}, "toc": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"amid": {"type": "string"}, "author": {"type": "string"}, "url": {"type": "string"}, "aid": {"type": "integer"}, "bid": {"type": "integer"}}}}}}}, "Literature & Fiction": {"type": "array", "items": {"type": "object", "properties": {"bid": {"type": "integer"}, "isbn10": {"type": "string"}, "isbn13": {"type": "string"}, "title": {"type": "string"}, "category": {"type": "string"}, "genre": {"type": "string"}, "publisher": {"type": "string"}, "rating": {"type": "string"}, "pagesno": {"type": "integer"}, "synopsis": {"type": "string"}, "toc": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"amid": {"type": "string"}, "author": {"type": "string"}, "url": {"type": "string"}, "aid": {"type": "integer"}, "bid": {"type": "integer"}}}}}}}, "Mystery, Thriller & Suspense": {"type": "array", "items": {"type": "object", "properties": {"bid": {"type": "integer"}, "isbn10": {"type": "string"}, "isbn13": {"type": "string"}, "title": {"type": "string"}, "category": {"type": "string"}, "genre": {"type": "string"}, "publisher": {"type": "string"}, "rating": {"type": "string"}, "pagesno": {"type": "integer"}, "synopsis": {"type": "string"}, "toc": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"amid": {"type": "string"}, "author": {"type": "string"}, "url": {"type": "string"}, "aid": {"type": "integer"}, "bid": {"type": "integer"}}}}}}}, "Humor & Entertainment": {"type": "array", "items": {"type": "object", "properties": {"bid": {"type": "integer"}, "isbn10": {"type": "string"}, "isbn13": {"type": "string"}, "title": {"type": "string"}, "category": {"type": "string"}, "genre": {"type": "string"}, "publisher": {"type": "string"}, "rating": {"type": "string"}, "pagesno": {"type": "integer"}, "synopsis": {"type": "string"}, "toc": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"amid": {"type": "string"}, "author": {"type": "string"}, "url": {"type": "string"}, "aid": {"type": "integer"}, "bid": {"type": "integer"}}}}}}}, "Teen & Young Adult": {"type": "array", "items": {"type": "object", "properties": {"bid": {"type": "integer"}, "isbn10": {"type": "string"}, "isbn13": {"type": "string"}, "title": {"type": "string"}, "category": {"type": "string"}, "genre": {"type": "string"}, "publisher": {"type": "string"}, "rating": {"type": "string"}, "pagesno": {"type": "integer"}, "synopsis": {"type": "string"}, "toc": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"amid": {"type": "string"}, "author": {"type": "string"}, "url": {"type": "string"}, "aid": {"type": "integer"}, "bid": {"type": "integer"}}}}}}}, "Arts & Photography": {"type": "array", "items": {"type": "object", "properties": {"bid": {"type": "integer"}, "isbn10": {"type": "string"}, "isbn13": {"type": "string"}, "title": {"type": "string"}, "category": {"type": "string"}, "genre": {"type": "string"}, "publisher": {"type": "string"}, "rating": {"type": "string"}, "pagesno": {"type": "integer"}, "synopsis": {"type": "string"}, "toc": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"amid": {"type": "string"}, "author": {"type": "string"}, "url": {"type": "string"}, "aid": {"type": "integer"}, "bid": {"type": "integer"}}}}}}}, "Children's Books": {"type": "array", "items": {"type": "object", "properties": {"bid": {"type": "integer"}, "isbn10": {"type": "string"}, "isbn13": {"type": "string"}, "title": {"type": "string"}, "category": {"type": "string"}, "genre": {"type": "string"}, "publisher": {"type": "string"}, "rating": {"type": "string"}, "pagesno": {"type": "integer"}, "synopsis": {"type": "string"}, "toc": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"amid": {"type": "string"}, "author": {"type": "string"}, "url": {"type": "string"}, "aid": {"type": "integer"}, "bid": {"type": "integer"}}}}}}}, "History": {"type": "array", "items": {"type": "object", "properties": {"bid": {"type": "integer"}, "isbn10": {"type": "string"}, "isbn13": {"type": "string"}, "title": {"type": "string"}, "category": {"type": "string"}, "genre": {"type": "string"}, "publisher": {"type": "string"}, "rating": {"type": "string"}, "pagesno": {"type": "integer"}, "synopsis": {"type": "string"}, "toc": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"amid": {"type": "string"}, "author": {"type": "string"}, "url": {"type": "string"}, "aid": {"type": "integer"}, "bid": {"type": "integer"}}}}}}}, "Science Fiction & Fantasy": {"type": "array", "items": {"type": "object", "properties": {"bid": {"type": "integer"}, "isbn10": {"type": "string"}, "isbn13": {"type": "string"}, "title": {"type": "string"}, "category": {"type": "string"}, "genre": {"type": "string"}, "publisher": {"type": "string"}, "rating": {"type": "string"}, "pagesno": {"type": "integer"}, "synopsis": {"type": "string"}, "toc": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"amid": {"type": "string"}, "author": {"type": "string"}, "url": {"type": "string"}, "aid": {"type": "integer"}, "bid": {"type": "integer"}}}}}}}, "Self-Help": {"type": "array", "items": {"type": "object", "properties": {"bid": {"type": "integer"}, "isbn10": {"type": "string"}, "isbn13": {"type": "string"}, "title": {"type": "string"}, "category": {"type": "string"}, "genre": {"type": "string"}, "publisher": {"type": "string"}, "rating": {"type": "string"}, "pagesno": {"type": "integer"}, "synopsis": {"type": "string"}, "toc": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"amid": {"type": "string"}, "author": {"type": "string"}, "url": {"type": "string"}, "aid": {"type": "integer"}, "bid": {"type": "integer"}}}}}}}, "Health, Fitness & Dieting": {"type": "array", "items": {"type": "object", "properties": {"bid": {"type": "integer"}, "isbn10": {"type": "string"}, "isbn13": {"type": "string"}, "title": {"type": "string"}, "category": {"type": "string"}, "genre": {"type": "string"}, "publisher": {"type": "string"}, "rating": {"type": "string"}, "pagesno": {"type": "integer"}, "synopsis": {"type": "string"}, "toc": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"amid": {"type": "string"}, "author": {"type": "string"}, "url": {"type": "string"}, "aid": {"type": "integer"}, "bid": {"type": "integer"}}}}}}}, "Cookbooks, Food & Wine": {"type": "array", "items": {"type": "object", "properties": {"bid": {"type": "integer"}, "isbn10": {"type": "string"}, "isbn13": {"type": "string"}, "title": {"type": "string"}, "category": {"type": "string"}, "genre": {"type": "string"}, "publisher": {"type": "string"}, "rating": {"type": "string"}, "pagesno": {"type": "integer"}, "synopsis": {"type": "string"}, "toc": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"amid": {"type": "string"}, "author": {"type": "string"}, "url": {"type": "string"}, "aid": {"type": "integer"}, "bid": {"type": "integer"}}}}}}}, "Science & Math": {"type": "array", "items": {"type": "object", "properties": {"bid": {"type": "integer"}, "isbn10": {"type": "string"}, "isbn13": {"type": "string"}, "title": {"type": "string"}, "category": {"type": "string"}, "genre": {"type": "string"}, "publisher": {"type": "string"}, "rating": {"type": "string"}, "pagesno": {"type": "integer"}, "synopsis": {"type": "string"}, "toc": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"amid": {"type": "string"}, "author": {"type": "string"}, "url": {"type": "string"}, "aid": {"type": "integer"}, "bid": {"type": "integer"}}}}}}}, "LGBTQ+ Books": {"type": "array", "items": {"type": "object", "properties": {"bid": {"type": "integer"}, "isbn10": {"type": "string"}, "isbn13": {"type": "string"}, "title": {"type": "string"}, "category": {"type": "string"}, "genre": {"type": "string"}, "publisher": {"type": "string"}, "rating": {"type": "string"}, "pagesno": {"type": "integer"}, "synopsis": {"type": "string"}, "toc": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"amid": {"type": "string"}, "author": {"type": "string"}, "url": {"type": "string"}, "aid": {"type": "integer"}, "bid": {"type": "integer"}}}}}}}, "Engineering & Transportation": {"type": "array", "items": {"type": "object", "properties": {"bid": {"type": "integer"}, "isbn10": {"type": "string"}, "isbn13": {"type": "string"}, "title": {"type": "string"}, "category": {"type": "string"}, "genre": {"type": "string"}, "publisher": {"type": "string"}, "rating": {"type": "string"}, "pagesno": {"type": "integer"}, "synopsis": {"type": "string"}, "toc": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"amid": {"type": "string"}, "author": {"type": "string"}, "url": {"type": "string"}, "aid": {"type": "integer"}, "bid": {"type": "integer"}}}}}}}, "Crafts, Hobbies & Home": {"type": "array", "items": {"type": "object", "properties": {"bid": {"type": "integer"}, "isbn10": {"type": "string"}, "isbn13": {"type": "string"}, "title": {"type": "string"}, "category": {"type": "string"}, "genre": {"type": "string"}, "publisher": {"type": "string"}, "rating": {"type": "string"}, "pagesno": {"type": "integer"}, "synopsis": {"type": "string"}, "toc": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"amid": {"type": "string"}, "author": {"type": "string"}, "url": {"type": "string"}, "aid": {"type": "integer"}, "bid": {"type": "integer"}}}}}}}, "Romance": {"type": "array", "items": {"type": "object", "properties": {"bid": {"type": "integer"}, "isbn10": {"type": "string"}, "isbn13": {"type": "string"}, "title": {"type": "string"}, "category": {"type": "string"}, "genre": {"type": "string"}, "publisher": {"type": "string"}, "rating": {"type": "string"}, "pagesno": {"type": "integer"}, "synopsis": {"type": "string"}, "toc": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"amid": {"type": "string"}, "author": {"type": "string"}, "url": {"type": "string"}, "aid": {"type": "integer"}, "bid": {"type": "integer"}}}}}}}, "Christian Books & Bibles": {"type": "array", "items": {"type": "object", "properties": {"bid": {"type": "integer"}, "isbn10": {"type": "string"}, "isbn13": {"type": "string"}, "title": {"type": "string"}, "category": {"type": "string"}, "genre": {"type": "string"}, "publisher": {"type": "string"}, "rating": {"type": "string"}, "pagesno": {"type": "integer"}, "synopsis": {"type": "string"}, "toc": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"amid": {"type": "string"}, "author": {"type": "string"}, "url": {"type": "string"}, "aid": {"type": "integer"}, "bid": {"type": "integer"}}}}}}}, "Medical Books": {"type": "array", "items": {"type": "object", "properties": {"bid": {"type": "integer"}, "isbn10": {"type": "string"}, "isbn13": {"type": "string"}, "title": {"type": "string"}, "category": {"type": "string"}, "genre": {"type": "string"}, "publisher": {"type": "string"}, "rating": {"type": "string"}, "pagesno": {"type": "integer"}, "synopsis": {"type": "string"}, "toc": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"amid": {"type": "string"}, "author": {"type": "string"}, "url": {"type": "string"}, "aid": {"type": "integer"}, "bid": {"type": "integer"}}}}}}}}} |
3220c8ac-de5b-4c3a-b540-a536616e3348/41910435-81a3-4bb5-a6d3-d9fe3a5b88de/0/0 | Book Discovery by ReadsOmnia | Get access to the Internet’s best-curated selection of must-read books. Search up-to-date databases and/or directly access the data via numerous API endpoints, including: Top-of-the-charts bestsellers, new and trending fiction and nonfiction, Critically acclaimed & Award-winning titles and authors, Top Reade'r suggestions, and more. | 6.7 | HarperCollins Global Publisher Bestsellers | HarperCollins Bestsellers List showcases the most in-demand books across genres and categories, selected using sales data and expert recommendations from one of the most reputable and recognized booksellers in the industry. | 200 | Response | {"Literature & Fiction": [{"bid": 246, "isbn10": "006302747X", "isbn13": "9780063027473", "title": "The Ex Hex", "category": "Literature & Fiction", "genre": "Genre Fiction", "publisher": "Avon", "rating": "4.0", "pagesno": 320, "synopsis": "New York Times bestselling author Rachel Hawkins, writing as Erin Sterling, casts a spell with a spine-tingling romance full of wishes, witches, and hexes gone wrong.", "toc": "2021-10-31T18:16:03.000Z", "authors": [{"amid": "B09DPN2917", "author": "Erin Sterling", "url": "/Erin-Sterling/e/", "aid": 203, "bid": 246}]}], "Humor & Entertainment": [{"bid": 912, "isbn10": "0063090023", "isbn13": "9780063090026", "title": "Woke Up This Morning: The Definitive Oral History of The Sopranos", "category": "Humor & Entertainment", "genre": "Television", "publisher": "William Morrow", "rating": "4.3", "pagesno": 528, "synopsis": "INSTANT NEW YORK TIMES BESTSELLER\"Essential for fans, with a revelation on every page.<br>\" -Kirkus Reviews\"A spectacular tell-all.<br>.", "toc": "2021-11-12T09:01:58.000Z", "authors": [{"amid": "B07FZNVNSV", "author": "Michael Imperioli", "url": "/Michael-Imperioli/e/", "aid": 596, "bid": 912}, {"amid": "B09CJRFWGS", "author": "Steve Schirripa", "url": "/Steve-Schirripa/e/", "aid": 597, "bid": 912}]}], "Arts & Photography": [{"bid": 2985, "isbn10": "0358251877", "isbn13": "9780358251873", "title": "The Cherry Robbers", "category": "Arts & Photography", "genre": "History & Criticism", "publisher": "Harper", "rating": "5.0", "pagesno": 432, "synopsis": " \"Sarai Walker has done it again.<br> With The Cherry Robbers she upends the Gothic ghost story with a fiery feminist zeal.<br>\" -Maria SempleThe highly anticipated second novel from Sarai Walker, following her \"slyly subversive\" (EW) cult-hit Dietland-a feminist gothic about the lone survivor of a cursed family of sisters, whose time may finally be up.", "toc": "2022-05-17T12:06:05.000Z", "authors": [{"amid": "a_sarai_walker", "author": "Sarai Walker", "url": "", "aid": 2126, "bid": 2985}]}], "LGBTQ+ Books": [{"bid": 5279, "isbn10": "0061941034", "isbn13": "9780061941030", "title": "We Are Water: A Novel (P.S.)", "category": "LGBTQ+ Books", "genre": "Literature & Fiction", "publisher": "Harper Perennial; Reprint edition", "rating": "4.3", "pagesno": 592, "synopsis": " \"A mesmerizing novel about a family in crisis.<br>\"- Miami HeraldA disquieting and ultimately uplifting novel about a marriage, a family, and human resilience in the face of tragedy, from Wally Lamb, the New York Times bestselling author of The Hour I First Believed and I Know This Much Is True.", "toc": "2023-03-09T16:01:42.000Z", "authors": [{"amid": "B000APITZS", "author": "Wally Lamb", "url": "/Wally-Lamb/e/", "aid": 3889, "bid": 5279}]}], "Mystery, Thriller & Suspense": [{"bid": 177, "isbn10": "0008476373", "isbn13": "9780008476373", "title": "Over My Dead Body: A Novel (William Warwick Novels)", "category": "Mystery, Thriller & Suspense", "genre": "Thrillers & Suspense", "publisher": "HarperCollins", "rating": "4.5", "pagesno": 384, "synopsis": "THE SIGNATURE EDITION.<br> ORDER NOW TO RECEIVE YOUR STUNNING LIMITED EDITION HARDBACK.<br>*While stocks last.", "toc": "2021-10-29T17:16:58.000Z", "authors": [{"amid": "B00J6OJQXI", "author": "Jeffrey Archer", "url": "/Jeffrey-Archer/e/", "aid": 155, "bid": 177}]}], "Christian Books & Bibles": [{"bid": 74, "isbn10": "0063080281", "isbn13": "9780063080287", "title": "Feeding the Soul (Because It's My Business): Finding Our Way to Joy, Love, and Freedom", "category": "Christian Books & Bibles", "genre": "Christian Living", "publisher": "William Morrow", "rating": "4.9", "pagesno": 288, "synopsis": "#1 NEW YORK TIMES BESTSELLERYou are seen, you are loved, and you are heard!<br>Before Tabitha Brown was one of <br>the ", "toc": "2021-10-26T18:19:50.000Z", "authors": [{"amid": "B0924XYFTM", "author": "Tabitha Brown", "url": "/Tabitha-Brown/e/", "aid": 80, "bid": 74}]}], "Self-Help": [{"bid": 79, "isbn10": "0062457713", "isbn13": "9780062457714", "title": "The Subtle Art of Not Giving a F*ck: A Counterintuitive Approach to Living a Good Life", "category": "Self-Help", "genre": "Happiness", "publisher": "Harper", "rating": "4.6", "pagesno": 224, "synopsis": "#1 New York Times BestsellerOver <br>10 million copies soldIn this generation-defining self-help guide, a superstar blogger cuts through the crap to show us how to stop trying to be \"positive\" all the time so that we can truly become better, happier people.", "toc": "2021-10-26T18:58:19.000Z", "authors": [{"amid": "B00BIJOMOC", "author": "Mark Manson", "url": "/Mark-Manson/e/", "aid": 85, "bid": 79}]}], "History": [{"bid": 1927, "isbn10": "0062892355", "isbn13": "9780062892355", "title": "The Betrayal of Anne Frank: A Cold Case Investigation", "category": "History", "genre": "World", "publisher": "Harper", "rating": "4.0", "pagesno": 400, "synopsis": " Less a mystery unsolved than a secret well kept.<br>.<br>.", "toc": "2022-01-27T05:06:35.000Z", "authors": [{"amid": "B001HCYOS4", "author": "Rosemary Sullivan", "url": "/Rosemary-Sullivan/e/", "aid": 1371, "bid": 1927}]}], "Engineering & Transportation": [{"bid": 4102, "isbn10": "0062964623", "isbn13": "9780062964625", "title": "Vanderbilt: The Rise and Fall of an American Dynasty", "category": "Engineering & Transportation", "genre": "Transportation", "publisher": "Harper Paperbacks", "rating": "4.4", "pagesno": 352, "synopsis": " Now in paperback, the #1 New York Times bestselling chronicle of the rise and fall of a legendary American dynasty, from CNN anchor and journalist Anderson Cooper and historian and novelist Katherine Howe.", "toc": "2022-10-07T05:06:16.000Z", "authors": [{"amid": "undefined", "author": "undefined", "url": "undefined", "aid": 2104, "bid": 4102}, {"amid": "a_anderson_cooperkatherine_howe", "author": "Anderson CooperKatherine Howe", "url": "", "aid": 3049, "bid": 4102}]}], "Biographies & Memoirs": [{"bid": 63, "isbn10": "006306524X", "isbn13": "9780063065246", "title": "The Boys: A Memoir of Hollywood and Family", "category": "Biographies & Memoirs", "genre": "Arts & Literature", "publisher": "William Morrow", "rating": "4.8", "pagesno": 416, "synopsis": "INSTANT NEW YORK TIMES BESTSELLER“<br>This extraordinary book is not only a chronicle of Ron’<br>s and Clint’", "toc": "2021-10-26T17:54:35.000Z", "authors": [{"amid": "B001H9R588", "author": "Ron Howard", "url": "/Ron-Howard/e/", "aid": 69, "bid": 63}]}], "Teen & Young Adult": [{"bid": 1714, "isbn10": "0063071630", "isbn13": "9780063071636", "title": "Here\u2019s to Us (What If It's Us)", "category": "Teen & Young Adult", "genre": "Literature & Fiction", "publisher": "Quill Tree Books", "rating": "4.8", "pagesno": 480, "synopsis": " Becky Albertalli and Adam Silvera reunite to continue the story of Arthur and Ben, the boys readers first fell for in the New York Times bestselling rom-com What If It's Us.", "toc": "2022-01-06T05:06:37.000Z", "authors": [{"amid": "B00O7FYR58", "author": "Adam Silvera", "url": "/Adam-Silvera/e/", "aid": 417, "bid": 1714}, {"amid": "B00MJA4XZ2", "author": "Becky Albertalli", "url": "/Becky-Albertalli/e/", "aid": 1214, "bid": 1714}]}, {"bid": 387, "isbn10": "0062872621", "isbn13": "9780062872623", "title": "Realm Breaker (Realm Breaker, 1)", "category": "Teen & Young Adult", "genre": "Literature & Fiction", "publisher": "HarperTeen", "rating": "4.5", "pagesno": 576, "synopsis": "Instant #1 New York Times Bestseller!<br> Irresistibly action-packed and full of lethal surprises, this stunning new fantasy series from Victoria Aveyard, #1 New York Times bestselling author of the Red Queen series, begins where hope is lost and asks: When the heroes have fallen, who will take up the sword?", "toc": "2021-11-07T17:28:38.000Z", "authors": [{"amid": "B00LMXGOBS", "author": "Victoria Aveyard", "url": "/Victoria-Aveyard/e/", "aid": 313, "bid": 387}]}], "Science Fiction & Fantasy": [{"bid": 3042, "isbn10": "0062434128", "isbn13": "9780062434128", "title": "Razzmatazz: A Novel", "category": "Science Fiction & Fantasy", "genre": "Fantasy", "publisher": "William Morrow", "rating": "4.7", "pagesno": 400, "synopsis": " Repeat New York Times bestselling author Christopher Moore returns to the mean streets of San Francisco in this outrageous follow-up to his madcap novel Noir.", "toc": "2022-05-26T05:06:41.000Z", "authors": [{"amid": "a_christopher_moore", "author": "Christopher Moore", "url": "", "aid": 2180, "bid": 3042}]}], "Business & Money": [{"bid": 3414, "isbn10": "0063221942", "isbn13": "9780063221949", "title": "How Are You, Really?: Living Your Truth One Answer at a Time", "category": "Business & Money", "genre": "Business Culture", "publisher": "Dey Street Books", "rating": "4.9", "pagesno": 320, "synopsis": " \"The perfect read for every person who has ever felt stuck between where she is and where she wants to be.<br> In short?<br> Everyone I know.", "toc": "2022-07-07T05:06:35.000Z", "authors": [{"amid": "a_jenna_kutcher", "author": "Jenna Kutcher", "url": "", "aid": 2505, "bid": 3414}]}], "Politics & Social Sciences": [{"bid": 2342, "isbn10": "0063158604", "isbn13": "9780063158603", "title": "One Damn Thing After Another: Memoirs of an Attorney General", "category": "Politics & Social Sciences", "genre": "Politics & Government", "publisher": "William Morrow", "rating": "3.6", "pagesno": 608, "synopsis": " The former attorney general provides a candid account of his historic tenures serving two vastly different presidents, George H.<br>W.<br> Bush and Donald J.", "toc": "2022-03-09T03:04:11.000Z", "authors": [{"amid": "B09SBD6NR2", "author": "William P. Barr", "url": "/William-P.-Barr/e/", "aid": 1665, "bid": 2342}]}], "Crafts, Hobbies & Home": [{"bid": 1650, "isbn10": "0063075415", "isbn13": "9780063075412", "title": "The Comfortable Kitchen: 105 Laid-Back, Healthy, and Wholesome Recipes (A Defined Dish Book)", "category": "Crafts, Hobbies & Home", "genre": "Home Improvement & Design", "publisher": "William Morrow Cookbooks", "rating": "4.9", "pagesno": 272, "synopsis": " It's comfort food-redefined!<br> Here are healthy meals the whole family can enjoy, night after night .<br> .", "toc": "2022-01-02T17:10:25.000Z", "authors": [{"amid": "B07WQZYFJ7", "author": "Alex Snodgrass", "url": "/Alex-Snodgrass/e/", "aid": 1160, "bid": 1650}]}], "Children's Books": [{"bid": 323, "isbn10": "0062975161", "isbn13": "9780062975164", "title": "Amari and the Night Brothers (Supernatural Investigations, 1)", "category": "Children's Books", "genre": "Growing Up & Facts of Life", "publisher": "Balzer + Bray", "rating": "4.8", "pagesno": 416, "synopsis": "New York Times bestseller!<br> Artemis Fowl meets Men in Black in this exhilarating debut middle grade fantasy, the first in a trilogy filled with #blackgirlmagic.<br> Perfect for fans of Tristan Strong Punches a Hole in the Sky, the Percy Jackson series, and Nevermoor.", "toc": "2021-11-02T18:10:14.000Z", "authors": [{"amid": "B08CJ2XH4J", "author": "B. B. Alston", "url": "/B-B-Alston/e/", "aid": 263, "bid": 323}]}], "Reference": [{"bid": 321, "isbn10": "0062802798", "isbn13": "9780062802798", "title": "World Travel: An Irreverent Guide", "category": "Reference", "genre": "Writing, Research & Publishing Guides", "publisher": "Ecco; Illustrated edition", "rating": "4.5", "pagesno": 480, "synopsis": "A guide to some of the world's most fascinating places, as seen and experienced by writer, television host, and relentlessly curious traveler Anthony BourdainAnthony Bourdain saw more of the world than nearly anyone.", "toc": "2021-11-02T18:09:40.000Z", "authors": [{"amid": "B001H6GY4C", "author": "Anthony Bourdain", "url": "/Anthony-Bourdain/e/", "aid": 260, "bid": 321}, {"amid": "B094F4XL5C", "author": "Laurie Woolever", "url": "/Laurie-Woolever/e/", "aid": 261, "bid": 321}]}], "Travel": [{"bid": 2679, "isbn10": "0063047985", "isbn13": "9780063047983", "title": "Nowhere for Very Long: The Unexpected Road to an Unconventional Life", "category": "Travel", "genre": "Specialty Travel", "publisher": "HarperOne", "rating": "4.8", "pagesno": 272, "synopsis": " In this beautifully written, vividlydetailed memoir, a young womanchronicles her adventures travelingacross the deserts of the AmericanWest in an orange van named Berthaand reflects on an unconventionalapproach to lifeA woman defined by motion, Brianna Madia bought a beat-up bright orange van, filled it with her two dogs Bucket and Dagwood, and headed into the canyons of Utah with her husband.", "toc": "2022-04-14T00:01:57.000Z", "authors": [{"amid": "B099CT4H51", "author": "Brianna Madia", "url": "/Brianna-Madia/e/", "aid": 1891, "bid": 2679}]}], "Cookbooks, Food & Wine": [{"bid": 142, "isbn10": "0062962760", "isbn13": "9780062962768", "title": "The Pioneer Woman Cooks\u2015Super Easy!: 120 Shortcut Recipes for Dinners, Desserts, and More", "category": "Cookbooks, Food & Wine", "genre": "Main Courses & Side Dishes", "publisher": "William Morrow Cookbooks", "rating": "4.7", "pagesno": 384, "synopsis": "Bring the family together—<br>and take it easy on yourself!<br>Between my family, my website, my cookbooks, and my TV show, I make a lot of food around here!", "toc": "2021-10-28T10:26:14.000Z", "authors": [{"amid": "B002GWKP96", "author": "Ree Drummond", "url": "/Ree-Drummond/e/", "aid": 128, "bid": 142}]}], "Comics & Graphic Novels": [{"bid": 65, "isbn10": "0062976583", "isbn13": "9780062976581", "title": "The Boy, the Mole, the Fox and the Horse", "category": "Comics & Graphic Novels", "genre": "Graphic Novels", "publisher": "HarperOne", "rating": "4.8", "pagesno": 128, "synopsis": "#1 <br>NEW YORK TIMES <br>BESTSELLER \u00b7 WALL STREET JOURNAL ", "toc": "2021-10-26T17:55:44.000Z", "authors": [{"amid": "B07WGCFNB9", "author": "Charlie Mackesy", "url": "/Charlie-Mackesy/e/", "aid": 71, "bid": 65}]}], "Romance": [{"bid": 322, "isbn10": "0062941275", "isbn13": "9780062941275", "title": "Act Your Age, Eve Brown: A Novel (The Brown Sisters, 3)", "category": "Romance", "genre": "Contemporary", "publisher": "Avon", "rating": "4.6", "pagesno": 400, "synopsis": "-", "toc": "2021-11-02T18:09:59.000Z", "authors": [{"amid": "B074PWF27Q", "author": "Talia Hibbert", "url": "/Talia-Hibbert/e/", "aid": 262, "bid": 322}]}], "Medical Books": [{"bid": 318, "isbn10": "006308001X", "isbn13": "9780063080010", "title": "Uncontrolled Spread: Why COVID-19 Crushed Us and How We Can Defeat the Next Pandemic", "category": "Medical Books", "genre": "Medicine", "publisher": "Harper", "rating": "4.6", "pagesno": 512, "synopsis": "NEW YORK TIMES BESTSELLERPhysician and former FDA commissioner Scott Gottlieb asks: Has America's COVID-19 catastrophe taught us anything?<br>In Uncontrolled Spread, he shows how the coronavirus and its variants were able to trounce America's pandemic preparations, and he outlines the steps that must be taken to protect against the next outbreak.", "toc": "2021-11-02T18:05:02.000Z", "authors": [{"amid": "B0935YBNMV", "author": "Scott Gottlieb", "url": "/Scott-Gottlieb/e/", "aid": 257, "bid": 318}]}]} | {"type": "object", "properties": {"Literature & Fiction": {"type": "array", "items": {"type": "object", "properties": {"bid": {"type": "integer"}, "isbn10": {"type": "string"}, "isbn13": {"type": "string"}, "title": {"type": "string"}, "category": {"type": "string"}, "genre": {"type": "string"}, "publisher": {"type": "string"}, "rating": {"type": "string"}, "pagesno": {"type": "integer"}, "synopsis": {"type": "string"}, "toc": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"amid": {"type": "string"}, "author": {"type": "string"}, "url": {"type": "string"}, "aid": {"type": "integer"}, "bid": {"type": "integer"}}}}}}}, "Humor & Entertainment": {"type": "array", "items": {"type": "object", "properties": {"bid": {"type": "integer"}, "isbn10": {"type": "string"}, "isbn13": {"type": "string"}, "title": {"type": "string"}, "category": {"type": "string"}, "genre": {"type": "string"}, "publisher": {"type": "string"}, "rating": {"type": "string"}, "pagesno": {"type": "integer"}, "synopsis": {"type": "string"}, "toc": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"amid": {"type": "string"}, "author": {"type": "string"}, "url": {"type": "string"}, "aid": {"type": "integer"}, "bid": {"type": "integer"}}}}}}}, "Arts & Photography": {"type": "array", "items": {"type": "object", "properties": {"bid": {"type": "integer"}, "isbn10": {"type": "string"}, "isbn13": {"type": "string"}, "title": {"type": "string"}, "category": {"type": "string"}, "genre": {"type": "string"}, "publisher": {"type": "string"}, "rating": {"type": "string"}, "pagesno": {"type": "integer"}, "synopsis": {"type": "string"}, "toc": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"amid": {"type": "string"}, "author": {"type": "string"}, "url": {"type": "string"}, "aid": {"type": "integer"}, "bid": {"type": "integer"}}}}}}}, "LGBTQ+ Books": {"type": "array", "items": {"type": "object", "properties": {"bid": {"type": "integer"}, "isbn10": {"type": "string"}, "isbn13": {"type": "string"}, "title": {"type": "string"}, "category": {"type": "string"}, "genre": {"type": "string"}, "publisher": {"type": "string"}, "rating": {"type": "string"}, "pagesno": {"type": "integer"}, "synopsis": {"type": "string"}, "toc": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"amid": {"type": "string"}, "author": {"type": "string"}, "url": {"type": "string"}, "aid": {"type": "integer"}, "bid": {"type": "integer"}}}}}}}, "Mystery, Thriller & Suspense": {"type": "array", "items": {"type": "object", "properties": {"bid": {"type": "integer"}, "isbn10": {"type": "string"}, "isbn13": {"type": "string"}, "title": {"type": "string"}, "category": {"type": "string"}, "genre": {"type": "string"}, "publisher": {"type": "string"}, "rating": {"type": "string"}, "pagesno": {"type": "integer"}, "synopsis": {"type": "string"}, "toc": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"amid": {"type": "string"}, "author": {"type": "string"}, "url": {"type": "string"}, "aid": {"type": "integer"}, "bid": {"type": "integer"}}}}}}}, "Christian Books & Bibles": {"type": "array", "items": {"type": "object", "properties": {"bid": {"type": "integer"}, "isbn10": {"type": "string"}, "isbn13": {"type": "string"}, "title": {"type": "string"}, "category": {"type": "string"}, "genre": {"type": "string"}, "publisher": {"type": "string"}, "rating": {"type": "string"}, "pagesno": {"type": "integer"}, "synopsis": {"type": "string"}, "toc": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"amid": {"type": "string"}, "author": {"type": "string"}, "url": {"type": "string"}, "aid": {"type": "integer"}, "bid": {"type": "integer"}}}}}}}, "Self-Help": {"type": "array", "items": {"type": "object", "properties": {"bid": {"type": "integer"}, "isbn10": {"type": "string"}, "isbn13": {"type": "string"}, "title": {"type": "string"}, "category": {"type": "string"}, "genre": {"type": "string"}, "publisher": {"type": "string"}, "rating": {"type": "string"}, "pagesno": {"type": "integer"}, "synopsis": {"type": "string"}, "toc": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"amid": {"type": "string"}, "author": {"type": "string"}, "url": {"type": "string"}, "aid": {"type": "integer"}, "bid": {"type": "integer"}}}}}}}, "History": {"type": "array", "items": {"type": "object", "properties": {"bid": {"type": "integer"}, "isbn10": {"type": "string"}, "isbn13": {"type": "string"}, "title": {"type": "string"}, "category": {"type": "string"}, "genre": {"type": "string"}, "publisher": {"type": "string"}, "rating": {"type": "string"}, "pagesno": {"type": "integer"}, "synopsis": {"type": "string"}, "toc": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"amid": {"type": "string"}, "author": {"type": "string"}, "url": {"type": "string"}, "aid": {"type": "integer"}, "bid": {"type": "integer"}}}}}}}, "Engineering & Transportation": {"type": "array", "items": {"type": "object", "properties": {"bid": {"type": "integer"}, "isbn10": {"type": "string"}, "isbn13": {"type": "string"}, "title": {"type": "string"}, "category": {"type": "string"}, "genre": {"type": "string"}, "publisher": {"type": "string"}, "rating": {"type": "string"}, "pagesno": {"type": "integer"}, "synopsis": {"type": "string"}, "toc": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"amid": {"type": "string"}, "author": {"type": "string"}, "url": {"type": "string"}, "aid": {"type": "integer"}, "bid": {"type": "integer"}}}}}}}, "Biographies & Memoirs": {"type": "array", "items": {"type": "object", "properties": {"bid": {"type": "integer"}, "isbn10": {"type": "string"}, "isbn13": {"type": "string"}, "title": {"type": "string"}, "category": {"type": "string"}, "genre": {"type": "string"}, "publisher": {"type": "string"}, "rating": {"type": "string"}, "pagesno": {"type": "integer"}, "synopsis": {"type": "string"}, "toc": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"amid": {"type": "string"}, "author": {"type": "string"}, "url": {"type": "string"}, "aid": {"type": "integer"}, "bid": {"type": "integer"}}}}}}}, "Teen & Young Adult": {"type": "array", "items": {"type": "object", "properties": {"bid": {"type": "integer"}, "isbn10": {"type": "string"}, "isbn13": {"type": "string"}, "title": {"type": "string"}, "category": {"type": "string"}, "genre": {"type": "string"}, "publisher": {"type": "string"}, "rating": {"type": "string"}, "pagesno": {"type": "integer"}, "synopsis": {"type": "string"}, "toc": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"amid": {"type": "string"}, "author": {"type": "string"}, "url": {"type": "string"}, "aid": {"type": "integer"}, "bid": {"type": "integer"}}}}}}}, "Science Fiction & Fantasy": {"type": "array", "items": {"type": "object", "properties": {"bid": {"type": "integer"}, "isbn10": {"type": "string"}, "isbn13": {"type": "string"}, "title": {"type": "string"}, "category": {"type": "string"}, "genre": {"type": "string"}, "publisher": {"type": "string"}, "rating": {"type": "string"}, "pagesno": {"type": "integer"}, "synopsis": {"type": "string"}, "toc": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"amid": {"type": "string"}, "author": {"type": "string"}, "url": {"type": "string"}, "aid": {"type": "integer"}, "bid": {"type": "integer"}}}}}}}, "Business & Money": {"type": "array", "items": {"type": "object", "properties": {"bid": {"type": "integer"}, "isbn10": {"type": "string"}, "isbn13": {"type": "string"}, "title": {"type": "string"}, "category": {"type": "string"}, "genre": {"type": "string"}, "publisher": {"type": "string"}, "rating": {"type": "string"}, "pagesno": {"type": "integer"}, "synopsis": {"type": "string"}, "toc": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"amid": {"type": "string"}, "author": {"type": "string"}, "url": {"type": "string"}, "aid": {"type": "integer"}, "bid": {"type": "integer"}}}}}}}, "Politics & Social Sciences": {"type": "array", "items": {"type": "object", "properties": {"bid": {"type": "integer"}, "isbn10": {"type": "string"}, "isbn13": {"type": "string"}, "title": {"type": "string"}, "category": {"type": "string"}, "genre": {"type": "string"}, "publisher": {"type": "string"}, "rating": {"type": "string"}, "pagesno": {"type": "integer"}, "synopsis": {"type": "string"}, "toc": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"amid": {"type": "string"}, "author": {"type": "string"}, "url": {"type": "string"}, "aid": {"type": "integer"}, "bid": {"type": "integer"}}}}}}}, "Crafts, Hobbies & Home": {"type": "array", "items": {"type": "object", "properties": {"bid": {"type": "integer"}, "isbn10": {"type": "string"}, "isbn13": {"type": "string"}, "title": {"type": "string"}, "category": {"type": "string"}, "genre": {"type": "string"}, "publisher": {"type": "string"}, "rating": {"type": "string"}, "pagesno": {"type": "integer"}, "synopsis": {"type": "string"}, "toc": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"amid": {"type": "string"}, "author": {"type": "string"}, "url": {"type": "string"}, "aid": {"type": "integer"}, "bid": {"type": "integer"}}}}}}}, "Children's Books": {"type": "array", "items": {"type": "object", "properties": {"bid": {"type": "integer"}, "isbn10": {"type": "string"}, "isbn13": {"type": "string"}, "title": {"type": "string"}, "category": {"type": "string"}, "genre": {"type": "string"}, "publisher": {"type": "string"}, "rating": {"type": "string"}, "pagesno": {"type": "integer"}, "synopsis": {"type": "string"}, "toc": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"amid": {"type": "string"}, "author": {"type": "string"}, "url": {"type": "string"}, "aid": {"type": "integer"}, "bid": {"type": "integer"}}}}}}}, "Reference": {"type": "array", "items": {"type": "object", "properties": {"bid": {"type": "integer"}, "isbn10": {"type": "string"}, "isbn13": {"type": "string"}, "title": {"type": "string"}, "category": {"type": "string"}, "genre": {"type": "string"}, "publisher": {"type": "string"}, "rating": {"type": "string"}, "pagesno": {"type": "integer"}, "synopsis": {"type": "string"}, "toc": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"amid": {"type": "string"}, "author": {"type": "string"}, "url": {"type": "string"}, "aid": {"type": "integer"}, "bid": {"type": "integer"}}}}}}}, "Travel": {"type": "array", "items": {"type": "object", "properties": {"bid": {"type": "integer"}, "isbn10": {"type": "string"}, "isbn13": {"type": "string"}, "title": {"type": "string"}, "category": {"type": "string"}, "genre": {"type": "string"}, "publisher": {"type": "string"}, "rating": {"type": "string"}, "pagesno": {"type": "integer"}, "synopsis": {"type": "string"}, "toc": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"amid": {"type": "string"}, "author": {"type": "string"}, "url": {"type": "string"}, "aid": {"type": "integer"}, "bid": {"type": "integer"}}}}}}}, "Cookbooks, Food & Wine": {"type": "array", "items": {"type": "object", "properties": {"bid": {"type": "integer"}, "isbn10": {"type": "string"}, "isbn13": {"type": "string"}, "title": {"type": "string"}, "category": {"type": "string"}, "genre": {"type": "string"}, "publisher": {"type": "string"}, "rating": {"type": "string"}, "pagesno": {"type": "integer"}, "synopsis": {"type": "string"}, "toc": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"amid": {"type": "string"}, "author": {"type": "string"}, "url": {"type": "string"}, "aid": {"type": "integer"}, "bid": {"type": "integer"}}}}}}}, "Comics & Graphic Novels": {"type": "array", "items": {"type": "object", "properties": {"bid": {"type": "integer"}, "isbn10": {"type": "string"}, "isbn13": {"type": "string"}, "title": {"type": "string"}, "category": {"type": "string"}, "genre": {"type": "string"}, "publisher": {"type": "string"}, "rating": {"type": "string"}, "pagesno": {"type": "integer"}, "synopsis": {"type": "string"}, "toc": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"amid": {"type": "string"}, "author": {"type": "string"}, "url": {"type": "string"}, "aid": {"type": "integer"}, "bid": {"type": "integer"}}}}}}}, "Romance": {"type": "array", "items": {"type": "object", "properties": {"bid": {"type": "integer"}, "isbn10": {"type": "string"}, "isbn13": {"type": "string"}, "title": {"type": "string"}, "category": {"type": "string"}, "genre": {"type": "string"}, "publisher": {"type": "string"}, "rating": {"type": "string"}, "pagesno": {"type": "integer"}, "synopsis": {"type": "string"}, "toc": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"amid": {"type": "string"}, "author": {"type": "string"}, "url": {"type": "string"}, "aid": {"type": "integer"}, "bid": {"type": "integer"}}}}}}}, "Medical Books": {"type": "array", "items": {"type": "object", "properties": {"bid": {"type": "integer"}, "isbn10": {"type": "string"}, "isbn13": {"type": "string"}, "title": {"type": "string"}, "category": {"type": "string"}, "genre": {"type": "string"}, "publisher": {"type": "string"}, "rating": {"type": "string"}, "pagesno": {"type": "integer"}, "synopsis": {"type": "string"}, "toc": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"amid": {"type": "string"}, "author": {"type": "string"}, "url": {"type": "string"}, "aid": {"type": "integer"}, "bid": {"type": "integer"}}}}}}}}} |
3220c8ac-de5b-4c3a-b540-a536616e3348/1352be46-6601-4f57-8b06-de14f178d166/0/0 | Book Discovery by ReadsOmnia | Get access to the Internet’s best-curated selection of must-read books. Search up-to-date databases and/or directly access the data via numerous API endpoints, including: Top-of-the-charts bestsellers, new and trending fiction and nonfiction, Critically acclaimed & Award-winning titles and authors, Top Reade'r suggestions, and more. | 6.7 | Random House Global Publisher Bestsellers | Penguin Random House Bestsellers List, featuring the most popular books of the moment across various genres and categories, curated based on sales data and expert recommendations from one of the most well-known and respected booksellers in the industry. | 200 | Response | {"Literature & Fiction": [{"bid": 4151, "isbn10": "0593598342", "isbn13": "9780593598344", "title": "One Last Gift: A Novel", "category": "Literature & Fiction", "genre": "Genre Fiction", "publisher": "Dell", "rating": "4.2", "pagesno": 400, "synopsis": " When a young woman finds herself lost and at a crossroads, one last gift from her brother just might give her another chance at life and at love in this epic holiday romance from the author of Always, in December\"Heartbreaking, romantic and full of warmth .", "toc": "2022-10-11T13:05:52.000Z", "authors": [{"amid": "a_emily_stone", "author": "Emily Stone", "url": "", "aid": 3086, "bid": 4151}]}, {"bid": 4093, "isbn10": "0593135229", "isbn13": "9780593135228", "title": "Project Hail Mary: A Novel", "category": "Literature & Fiction", "genre": "Action & Adventure", "publisher": "Ballantine Books", "rating": "4.7", "pagesno": 496, "synopsis": " #1 NEW YORK TIMES BESTSELLER \u2022 From the author of The Martian, a lone astronaut must save the earth from disaster in this \"propulsive\" (Entertainment Weekly), cinematic thriller full of suspense, humor, and fascinating science-in development as a major motion picture starring Ryan Gosling.", "toc": "2022-10-04T13:06:21.000Z", "authors": [{"amid": "a_andy_weir", "author": "Andy Weir", "url": "", "aid": 3041, "bid": 4093}]}], "Humor & Entertainment": [{"bid": 4292, "isbn10": "0593159136", "isbn13": "9780593159132", "title": "All About Me!: My Remarkable Life in Show Business", "category": "Humor & Entertainment", "genre": "Movies", "publisher": "Ballantine Books", "rating": "4.6", "pagesno": 480, "synopsis": " NEW YORK TIMES BESTSELLER \u2022 At 95, the legendary Mel Brooks continues to set the standard for comedy across television, film, and the stage.<br> Now he shares his story for the first time in \"a wonderful addition to a seminal career\" (San Francisco Chronicle), \"infused with nostalgia and his signature hilarity\" (Parade).", "toc": "2022-11-01T13:06:55.000Z", "authors": [{"amid": "a_mel_brooks", "author": "Mel Brooks", "url": "", "aid": 3193, "bid": 4292}]}], "Science & Math": [{"bid": 5355, "isbn10": "0593443136", "isbn13": "9780593443132", "title": "Still Life with Bones: Genocide, Forensics, and What Remains", "category": "Science & Math", "genre": "Biological Sciences", "publisher": "Crown", "rating": "0.0", "pagesno": 320, "synopsis": " An anthropologist working with forensic teams and victims' families to investigate crimes against humanity in Latin America explores what science can tell us about the lives of the dead in this haunting account of grief, the power of ritual, and a quest for justice.", "toc": "2023-03-14T13:06:04.000Z", "authors": [{"amid": "B0BJQGGP9P", "author": "Alexa Hagerty", "url": "/Alexa-Hagerty/e/", "aid": 3950, "bid": 5355}]}], "Health, Fitness & Dieting": [{"bid": 5064, "isbn10": "0593500016", "isbn13": "9780593500019", "title": "The Emotional Lives of Teenagers: Raising Connected, Capable, and Compassionate Adolescents", "category": "Health, Fitness & Dieting", "genre": "Psychology & Counseling", "publisher": "Ballantine Books", "rating": "4.6", "pagesno": 256, "synopsis": " An urgently needed guide to help parents understand their teenagers' intense and often fraught emotional lives-and how to support them through this critical developmental stage-from the New York Times bestselling author of Untangled and Under PressureIn teenagers, powerful emotions come with the territory.", "toc": "2023-03-02T00:02:16.000Z", "authors": [{"amid": "B01BOL4CM0", "author": "Lisa Damour Ph.D.", "url": "/Lisa-Damour-Ph-D/e/", "aid": 3730, "bid": 5064}]}], "Cookbooks, Food & Wine": [{"bid": 5201, "isbn10": "0593139585", "isbn13": "9780593139585", "title": "Toxic Superfoods: How Oxalate Overload Is Making You Sick--and How to Get Better", "category": "Cookbooks, Food & Wine", "genre": "Special Diet", "publisher": "Rodale Books", "rating": "4.8", "pagesno": 384, "synopsis": " An acclaimed nutrition educator reveals how the foods you're eating to get healthy might be making you sick.<br> \"Sally Norton's well-researched book makes a truly important contribution to the literature in revealing just how much oxalates can damage the human body.", "toc": "2023-03-08T16:31:23.000Z", "authors": [{"amid": "B09CF2N772", "author": "Sally K. Norton", "url": "/Sally-K-Norton/e/", "aid": 3837, "bid": 5201}, {"amid": "B0B3BMHCQJ", "author": "Sally K. Norton MPH", "url": "/Sally-K-Norton-MPH/e/", "aid": 3838, "bid": 5201}]}, {"bid": 5191, "isbn10": "1984859765", "isbn13": "9781984859761", "title": "Diasporican: A Puerto Rican Cookbook", "category": "Cookbooks, Food & Wine", "genre": "Regional & International", "publisher": "Ten Speed Press", "rating": "4.8", "pagesno": 256, "synopsis": " Over 90 delicious, deeply personal recipes that tell the story of Puerto Rico's Stateside diaspora from the United States' first Puerto Rican food columnist, award-winning writer Illyanna Maisonet.", "toc": "2023-03-08T16:29:06.000Z", "authors": [{"amid": "B09YYV1ZCS", "author": "Illyanna Maisonet", "url": "/Illyanna-Maisonet/e/", "aid": 3826, "bid": 5191}]}], "Christian Books & Bibles": [{"bid": 4094, "isbn10": "0593230795", "isbn13": "9780593230794", "title": "No Cure for Being Human: (And Other Truths I Need to Hear)", "category": "Christian Books & Bibles", "genre": "Christian Living", "publisher": "Random House Trade Paperbacks", "rating": "4.6", "pagesno": 224, "synopsis": " NEW YORK TIMES BESTSELLER \u2022 The bestselling author of Everything Happens for a Reason (And Other Lies I've Loved) asks, how do you move forward with a life you didn't choose?", "toc": "2022-10-04T13:06:34.000Z", "authors": [{"amid": "a_kate_bowler", "author": "Kate Bowler", "url": "", "aid": 3042, "bid": 4094}]}], "Self-Help": [{"bid": 4092, "isbn10": "0593448707", "isbn13": "9780593448700", "title": "The Book of Boundaries: Set the Limits That Will Set You Free", "category": "Self-Help", "genre": "Relationships", "publisher": "The Dial Press", "rating": "0.0", "pagesno": 368, "synopsis": " End resentment, burnout, and anxiety-and reclaim your time, energy, health, and relationships.<br> As the co-founder of the Whole30, Melissa Urban helped millions of people transform their relationship with food.<br> Now, in this powerful and practical guide to setting boundaries, she shows you how to prioritize your needs and revolutionize your relationships.", "toc": "2022-10-04T13:06:09.000Z", "authors": [{"amid": "a_melissa_urban", "author": "Melissa Urban", "url": "", "aid": 3040, "bid": 4092}]}], "Reference": [{"bid": 5194, "isbn10": "0593238680", "isbn13": "9780593238684", "title": "Permission to Speak: How to Change What Power Sounds Like, Starting with You", "category": "Reference", "genre": "Words, Language & Grammar", "publisher": "Crown", "rating": "4.8", "pagesno": 288, "synopsis": " Use your voice to lead us to a better future with this game-changing guide to redefining what power and authority sound like-from a speech expert who's worked with Hollywood's biggest stars, political powerhouses, and businesspeople shaking up the status quo.", "toc": "2023-03-08T16:29:46.000Z", "authors": [{"amid": "B0B4GHMTDN", "author": "Samara Bay", "url": "/Samara-Bay/e/", "aid": 3828, "bid": 5194}]}], "Mystery, Thriller & Suspense": [{"bid": 4294, "isbn10": "0593231317", "isbn13": "9780593231319", "title": "Catch Her When She Falls: A Novel", "category": "Mystery, Thriller & Suspense", "genre": "Thrillers & Suspense", "publisher": "Random House Trade Paperbacks", "rating": "3.7", "pagesno": 368, "synopsis": " In this \"propulsive\" (Kimberly McCreight) debut thriller, a young woman questions everything she thought she knew about the shocking murder that changed her life when she was in high school.", "toc": "2022-11-01T13:07:24.000Z", "authors": [{"amid": "a_allison_buccola", "author": "Allison Buccola", "url": "", "aid": 3194, "bid": 4294}]}], "History": [{"bid": 4088, "isbn10": "1400068851", "isbn13": "9781400068852", "title": "Morgenthau: Power, Privilege, and the Rise of an American Dynasty", "category": "History", "genre": "Americas", "publisher": "Random House", "rating": "0.0", "pagesno": 1072, "synopsis": " An \"epic and intimate\" (David M.<br> Kennedy) portrait of four generations of the Morgenthau family, a dynasty of power brokers and public officials with an outsize-and previously unmapped-influence extending from daily life in New York City to the shaping of the American Century \"Magisterial .", "toc": "2022-10-04T13:05:15.000Z", "authors": [{"amid": "a_andrew_meier", "author": "Andrew Meier", "url": "", "aid": 3038, "bid": 4088}]}], "Crafts, Hobbies & Home": [{"bid": 5159, "isbn10": "0593578317", "isbn13": "9780593578315", "title": "Courage, Dear Heart: A Coloring Book of Empowering Words from Inspirational Women", "category": "Crafts, Hobbies & Home", "genre": "Crafts & Hobbies", "publisher": "Ink & Willow", "rating": "0.0", "pagesno": 96, "synopsis": " A coloring book based on the empowering words of inspirational women throughout history, from the team behind the bestselling and award-winning Whatever Is Lovely and Choose JoyWith beautiful illustrations, inspirational quotes, and brief biographies, Courage, Dear Heart invites women to find strength in their community and discover courage by stepping into the calling God has uniquely ordained for them.", "toc": "2023-03-08T16:22:13.000Z", "authors": [{"amid": "B088B3YL5F", "author": "Ink & Willow", "url": "/Ink-Willow/e/", "aid": 3795, "bid": 5159}]}], "Science Fiction & Fantasy": [{"bid": 4310, "isbn10": "0593359623", "isbn13": "9780593359624", "title": "League of Dragons: Book Nine of Temeraire", "category": "Science Fiction & Fantasy", "genre": "Fantasy", "publisher": "Del Rey", "rating": "4.6", "pagesno": 416, "synopsis": " From the New York Times bestselling author of A Deadly Education comes the ninth and final volume of the Temeraire series, as the Napoleonic Wars draw to a close and the final battles play out.", "toc": "2022-11-08T13:05:56.000Z", "authors": [{"amid": "a_naomi_novik", "author": "Naomi Novik", "url": "", "aid": 2412, "bid": 4310}]}, {"bid": 4289, "isbn10": "0593498933", "isbn13": "9780593498934", "title": "Revan: Star Wars Legends (The Old Republic) (Star Wars: The Old Republic - Legends)", "category": "Science Fiction & Fantasy", "genre": "Science Fiction", "publisher": "Random House Worlds", "rating": "4.7", "pagesno": 352, "synopsis": " There's something out there:a juggernaut of evil bearing down to crush the Republic-unless one lone Jedi, shunned and reviled, can stop it.<br>Hero, traitor, conqueror, villain, savior-the man called Revan has been all of these.<br> He left Coruscant a Jedi, on a mission to defeat the Mandalorians.", "toc": "2022-11-01T13:06:14.000Z", "authors": [{"amid": "a_drew_karpyshyn", "author": "Drew Karpyshyn", "url": "", "aid": 3190, "bid": 4289}]}], "Business & Money": [{"bid": 5156, "isbn10": "059324270X", "isbn13": "9780593242704", "title": "Saving Time: Discovering a Life Beyond the Clock", "category": "Business & Money", "genre": "Economics", "publisher": "Random House", "rating": "4.5", "pagesno": 400, "synopsis": " We are living on the wrong clock, and it is destroying us.<br> The New York Times bestselling author of How to Do Nothing offers us different ways to experience time in this dazzling, subversive, and deeply hopeful book.", "toc": "2023-03-08T16:21:39.000Z", "authors": [{"amid": "B07P822NRG", "author": "Jenny Odell", "url": "/Jenny-Odell/e/", "aid": 3791, "bid": 5156}]}, {"bid": 5155, "isbn10": "0593239016", "isbn13": "9780593239018", "title": "Crash Landing: The Inside Story of How the World's Biggest Companies Survived an Economy on the Brink", "category": "Business & Money", "genre": "Economics", "publisher": "Crown", "rating": "0.0", "pagesno": 304, "synopsis": " A kaleidoscopic account of the financial carnage of the pandemic, revealing the fear, grit, and gambles that drove the economy's winners and losers-from a leading business reporter\"A true masterwork .", "toc": "2023-03-08T16:21:24.000Z", "authors": [{"amid": "B09969QS3K", "author": "Liz Hoffman", "url": "/Liz-Hoffman/e/", "aid": 3790, "bid": 5155}]}], "Biographies & Memoirs": [{"bid": 4091, "isbn10": "0593355199", "isbn13": "9780593355190", "title": "Savor: A Chef's Hunger for More", "category": "Biographies & Memoirs", "genre": "Professionals & Academics", "publisher": "Ballantine Books", "rating": "0.0", "pagesno": 384, "synopsis": " A young chef whose dreams were cut short savors every last minute as she explores food and adventure, illness and mortality in Savor, a stunning, lyrical memoir and family story that sweeps from Pakistan to New York City and beyond.", "toc": "2022-10-04T13:05:55.000Z", "authors": [{"amid": "undefined", "author": "undefined", "url": "undefined", "aid": 2104, "bid": 4091}, {"amid": "a_fatima_alitarajia_morrell", "author": "Fatima AliTarajia Morrell", "url": "", "aid": 3039, "bid": 4091}]}], "Arts & Photography": [{"bid": 4208, "isbn10": "0593598822", "isbn13": "9780593598825", "title": "Debbie Macomber's Holly Jolly Christmas Coloring Book: An Adult Coloring Book", "category": "Arts & Photography", "genre": "History & Criticism", "publisher": "Ballantine Books", "rating": "0.0", "pagesno": 96, "synopsis": " From the beloved queen of Christmas, Debbie Macomber, comes a joyful adult coloring book featuring all-new festive illustrations and activities.<br>Come celebrate the holidays with Debbie Macomber in a collection of gorgeous drawings ready to come to life on the page with your imagination, including quotes from her holiday novelsand tidings from the queen of Christmas herself.", "toc": "2022-10-18T13:07:05.000Z", "authors": [{"amid": "a_debbie_macomber", "author": "Debbie Macomber", "url": "", "aid": 607, "bid": 4208}]}], "Medical Books": [{"bid": 5153, "isbn10": "0399590536", "isbn13": "9780399590535", "title": "Travelers to Unimaginable Lands: Stories of Dementia, the Caregiver, and the Human Brain", "category": "Medical Books", "genre": "Medicine", "publisher": "Random House", "rating": "0.0", "pagesno": 272, "synopsis": " These compelling case histories meld science and storytelling to illuminate the complex relationship between the mind of someone with dementia and the mind of the person caring for them.", "toc": "2023-03-08T16:21:00.000Z", "authors": [{"amid": "B0B3GK323N", "author": "Dasha Kiper", "url": "/Dasha-Kiper/e/", "aid": 3788, "bid": 5153}]}], "Travel": [{"bid": 4419, "isbn10": "0593356241", "isbn13": "9780593356241", "title": "Bryant & May: Peculiar London (Peculiar Crimes Unit)", "category": "Travel", "genre": "Europe", "publisher": "Bantam", "rating": "0.0", "pagesno": 496, "synopsis": " Thinking of a jaunt to England?<br> Let Arthur Bryant and John May, London's oldest police detectives, show you the oddities behind the city's fa\u00e7ades in this tongue-in-cheek travel guide.", "toc": "2022-11-22T13:05:24.000Z", "authors": [{"amid": "a_christopher_fowler", "author": "Christopher Fowler", "url": "", "aid": 3281, "bid": 4419}]}], "Politics & Social Sciences": [{"bid": 4664, "isbn10": "0593597273", "isbn13": "9780593597279", "title": "The January 6th Report: Findings from the Select Committee to Investigate the January 6th Attack on the United States Capitol", "category": "Politics & Social Sciences", "genre": "Politics & Government", "publisher": "Random House Trade Paperbacks", "rating": "0.0", "pagesno": 864, "synopsis": " The official report by the Select Committee to Investigate the January 6th Attack on the United States Capitol, featuring an exclusive foreword on the state of American democracy by Congressman Adam Schiff On January 6, 2021, the United States came perilously close to losing its democracy.", "toc": "2023-01-06T13:05:14.000Z", "authors": [{"amid": "a_the_january_6_select_committee", "author": "The January 6 Select Committee", "url": "", "aid": 3450, "bid": 4664}]}], "LGBTQ+ Books": [{"bid": 4148, "isbn10": "0593133463", "isbn13": "9780593133460", "title": "When We Were Sisters: A Novel", "category": "LGBTQ+ Books", "genre": "Literature & Fiction", "publisher": "One World", "rating": "0.0", "pagesno": 352, "synopsis": " LONGLISTED FOR THE NATIONAL BOOK AWARD \u2022 An orphan grapples with gender, siblinghood, family, and coming-of-age as a Muslim in America in this lyrical debut novel that \"shimmers with love\" (Los Angeles Times), from the acclaimed author of If They Come For Us \"Asghar's brilliant coming-of-age story is filled with emotionally raw characters and tender prose.", "toc": "2022-10-11T13:05:12.000Z", "authors": [{"amid": "a_fatimah_asghar", "author": "Fatimah Asghar", "url": "", "aid": 3085, "bid": 4148}]}], "Comics & Graphic Novels": [{"bid": 4010, "isbn10": "1984820788", "isbn13": "9781984820785", "title": "A Clash of Kings: The Graphic Novel: Volume Four", "category": "Comics & Graphic Novels", "genre": "Graphic Novels", "publisher": "Bantam", "rating": "0.0", "pagesno": 192, "synopsis": " The fourth and final volume of the full-color graphic novel adaptation of the second book in George R.<br> R.<br> Martin's landmark Song of Ice and Fire series, the inspiration for HBO's Game of ThronesIn the final volume of this gorgeous, full-color adaptation, simmering tensions finally reach their explosive conclusion.", "toc": "2022-09-27T13:05:12.000Z", "authors": [{"amid": "a_george_r_r_martin", "author": "George R. R. Martin", "url": "", "aid": 2537, "bid": 4010}]}], "Children's Books": [{"bid": 4095, "isbn10": "0593599748", "isbn13": "9780593599747", "title": "Minecraft: Mob Squad", "category": "Children's Books", "genre": "Science Fiction & Fantasy", "publisher": "Random House Worlds", "rating": "4.7", "pagesno": 304, "synopsis": " Come with the Mob Squad on an amazing adventure through the Overworld in this official Minecraft novel!<br>The village of Cornucopia is practically perfect in every way.<br> Plenty of food, cozy homes, and a huge wall to keep everyone safe from the scary world outside.", "toc": "2022-10-04T13:06:48.000Z", "authors": [{"amid": "a_delilah_s_dawson", "author": "Delilah S. Dawson", "url": "", "aid": 3043, "bid": 4095}]}], "Sports & Outdoors": [{"bid": 4288, "isbn10": "152479886X", "isbn13": "9781524798864", "title": "Switching Fields: Inside the Fight to Remake Men's Soccer in the United States", "category": "Sports & Outdoors", "genre": "Miscellaneous", "publisher": "Ballantine Books", "rating": "0.0", "pagesno": 208, "synopsis": " A Pulitzer Prize\u2013winning sports journalist unravels why the United States has failed to produce elite men's soccer players for so long-and shows why a golden era just might be coming.", "toc": "2022-11-01T13:05:58.000Z", "authors": [{"amid": "a_george_dohrmann", "author": "George Dohrmann", "url": "", "aid": 3189, "bid": 4288}]}], "Parenting & Relationships": [{"bid": 3182, "isbn10": "059324253X", "isbn13": "9780593242537", "title": "How to Raise an Antiracist", "category": "Parenting & Relationships", "genre": "Parenting", "publisher": "One World", "rating": "0.0", "pagesno": 288, "synopsis": " The book that every parent, caregiver, and teacher needs to raise the next generation of antiracist thinkers, from the #1 New York Times bestselling author of How to Be an Antiracist and recipient of the MacArthur \"Genius\" Grant.", "toc": "2022-06-07T13:05:45.000Z", "authors": [{"amid": "a_ibram_x_kendi", "author": "Ibram X. Kendi", "url": "", "aid": 2305, "bid": 3182}]}]} | {"type": "object", "properties": {"Literature & Fiction": {"type": "array", "items": {"type": "object", "properties": {"bid": {"type": "integer"}, "isbn10": {"type": "string"}, "isbn13": {"type": "string"}, "title": {"type": "string"}, "category": {"type": "string"}, "genre": {"type": "string"}, "publisher": {"type": "string"}, "rating": {"type": "string"}, "pagesno": {"type": "integer"}, "synopsis": {"type": "string"}, "toc": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"amid": {"type": "string"}, "author": {"type": "string"}, "url": {"type": "string"}, "aid": {"type": "integer"}, "bid": {"type": "integer"}}}}}}}, "Humor & Entertainment": {"type": "array", "items": {"type": "object", "properties": {"bid": {"type": "integer"}, "isbn10": {"type": "string"}, "isbn13": {"type": "string"}, "title": {"type": "string"}, "category": {"type": "string"}, "genre": {"type": "string"}, "publisher": {"type": "string"}, "rating": {"type": "string"}, "pagesno": {"type": "integer"}, "synopsis": {"type": "string"}, "toc": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"amid": {"type": "string"}, "author": {"type": "string"}, "url": {"type": "string"}, "aid": {"type": "integer"}, "bid": {"type": "integer"}}}}}}}, "Science & Math": {"type": "array", "items": {"type": "object", "properties": {"bid": {"type": "integer"}, "isbn10": {"type": "string"}, "isbn13": {"type": "string"}, "title": {"type": "string"}, "category": {"type": "string"}, "genre": {"type": "string"}, "publisher": {"type": "string"}, "rating": {"type": "string"}, "pagesno": {"type": "integer"}, "synopsis": {"type": "string"}, "toc": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"amid": {"type": "string"}, "author": {"type": "string"}, "url": {"type": "string"}, "aid": {"type": "integer"}, "bid": {"type": "integer"}}}}}}}, "Health, Fitness & Dieting": {"type": "array", "items": {"type": "object", "properties": {"bid": {"type": "integer"}, "isbn10": {"type": "string"}, "isbn13": {"type": "string"}, "title": {"type": "string"}, "category": {"type": "string"}, "genre": {"type": "string"}, "publisher": {"type": "string"}, "rating": {"type": "string"}, "pagesno": {"type": "integer"}, "synopsis": {"type": "string"}, "toc": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"amid": {"type": "string"}, "author": {"type": "string"}, "url": {"type": "string"}, "aid": {"type": "integer"}, "bid": {"type": "integer"}}}}}}}, "Cookbooks, Food & Wine": {"type": "array", "items": {"type": "object", "properties": {"bid": {"type": "integer"}, "isbn10": {"type": "string"}, "isbn13": {"type": "string"}, "title": {"type": "string"}, "category": {"type": "string"}, "genre": {"type": "string"}, "publisher": {"type": "string"}, "rating": {"type": "string"}, "pagesno": {"type": "integer"}, "synopsis": {"type": "string"}, "toc": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"amid": {"type": "string"}, "author": {"type": "string"}, "url": {"type": "string"}, "aid": {"type": "integer"}, "bid": {"type": "integer"}}}}}}}, "Christian Books & Bibles": {"type": "array", "items": {"type": "object", "properties": {"bid": {"type": "integer"}, "isbn10": {"type": "string"}, "isbn13": {"type": "string"}, "title": {"type": "string"}, "category": {"type": "string"}, "genre": {"type": "string"}, "publisher": {"type": "string"}, "rating": {"type": "string"}, "pagesno": {"type": "integer"}, "synopsis": {"type": "string"}, "toc": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"amid": {"type": "string"}, "author": {"type": "string"}, "url": {"type": "string"}, "aid": {"type": "integer"}, "bid": {"type": "integer"}}}}}}}, "Self-Help": {"type": "array", "items": {"type": "object", "properties": {"bid": {"type": "integer"}, "isbn10": {"type": "string"}, "isbn13": {"type": "string"}, "title": {"type": "string"}, "category": {"type": "string"}, "genre": {"type": "string"}, "publisher": {"type": "string"}, "rating": {"type": "string"}, "pagesno": {"type": "integer"}, "synopsis": {"type": "string"}, "toc": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"amid": {"type": "string"}, "author": {"type": "string"}, "url": {"type": "string"}, "aid": {"type": "integer"}, "bid": {"type": "integer"}}}}}}}, "Reference": {"type": "array", "items": {"type": "object", "properties": {"bid": {"type": "integer"}, "isbn10": {"type": "string"}, "isbn13": {"type": "string"}, "title": {"type": "string"}, "category": {"type": "string"}, "genre": {"type": "string"}, "publisher": {"type": "string"}, "rating": {"type": "string"}, "pagesno": {"type": "integer"}, "synopsis": {"type": "string"}, "toc": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"amid": {"type": "string"}, "author": {"type": "string"}, "url": {"type": "string"}, "aid": {"type": "integer"}, "bid": {"type": "integer"}}}}}}}, "Mystery, Thriller & Suspense": {"type": "array", "items": {"type": "object", "properties": {"bid": {"type": "integer"}, "isbn10": {"type": "string"}, "isbn13": {"type": "string"}, "title": {"type": "string"}, "category": {"type": "string"}, "genre": {"type": "string"}, "publisher": {"type": "string"}, "rating": {"type": "string"}, "pagesno": {"type": "integer"}, "synopsis": {"type": "string"}, "toc": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"amid": {"type": "string"}, "author": {"type": "string"}, "url": {"type": "string"}, "aid": {"type": "integer"}, "bid": {"type": "integer"}}}}}}}, "History": {"type": "array", "items": {"type": "object", "properties": {"bid": {"type": "integer"}, "isbn10": {"type": "string"}, "isbn13": {"type": "string"}, "title": {"type": "string"}, "category": {"type": "string"}, "genre": {"type": "string"}, "publisher": {"type": "string"}, "rating": {"type": "string"}, "pagesno": {"type": "integer"}, "synopsis": {"type": "string"}, "toc": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"amid": {"type": "string"}, "author": {"type": "string"}, "url": {"type": "string"}, "aid": {"type": "integer"}, "bid": {"type": "integer"}}}}}}}, "Crafts, Hobbies & Home": {"type": "array", "items": {"type": "object", "properties": {"bid": {"type": "integer"}, "isbn10": {"type": "string"}, "isbn13": {"type": "string"}, "title": {"type": "string"}, "category": {"type": "string"}, "genre": {"type": "string"}, "publisher": {"type": "string"}, "rating": {"type": "string"}, "pagesno": {"type": "integer"}, "synopsis": {"type": "string"}, "toc": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"amid": {"type": "string"}, "author": {"type": "string"}, "url": {"type": "string"}, "aid": {"type": "integer"}, "bid": {"type": "integer"}}}}}}}, "Science Fiction & Fantasy": {"type": "array", "items": {"type": "object", "properties": {"bid": {"type": "integer"}, "isbn10": {"type": "string"}, "isbn13": {"type": "string"}, "title": {"type": "string"}, "category": {"type": "string"}, "genre": {"type": "string"}, "publisher": {"type": "string"}, "rating": {"type": "string"}, "pagesno": {"type": "integer"}, "synopsis": {"type": "string"}, "toc": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"amid": {"type": "string"}, "author": {"type": "string"}, "url": {"type": "string"}, "aid": {"type": "integer"}, "bid": {"type": "integer"}}}}}}}, "Business & Money": {"type": "array", "items": {"type": "object", "properties": {"bid": {"type": "integer"}, "isbn10": {"type": "string"}, "isbn13": {"type": "string"}, "title": {"type": "string"}, "category": {"type": "string"}, "genre": {"type": "string"}, "publisher": {"type": "string"}, "rating": {"type": "string"}, "pagesno": {"type": "integer"}, "synopsis": {"type": "string"}, "toc": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"amid": {"type": "string"}, "author": {"type": "string"}, "url": {"type": "string"}, "aid": {"type": "integer"}, "bid": {"type": "integer"}}}}}}}, "Biographies & Memoirs": {"type": "array", "items": {"type": "object", "properties": {"bid": {"type": "integer"}, "isbn10": {"type": "string"}, "isbn13": {"type": "string"}, "title": {"type": "string"}, "category": {"type": "string"}, "genre": {"type": "string"}, "publisher": {"type": "string"}, "rating": {"type": "string"}, "pagesno": {"type": "integer"}, "synopsis": {"type": "string"}, "toc": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"amid": {"type": "string"}, "author": {"type": "string"}, "url": {"type": "string"}, "aid": {"type": "integer"}, "bid": {"type": "integer"}}}}}}}, "Arts & Photography": {"type": "array", "items": {"type": "object", "properties": {"bid": {"type": "integer"}, "isbn10": {"type": "string"}, "isbn13": {"type": "string"}, "title": {"type": "string"}, "category": {"type": "string"}, "genre": {"type": "string"}, "publisher": {"type": "string"}, "rating": {"type": "string"}, "pagesno": {"type": "integer"}, "synopsis": {"type": "string"}, "toc": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"amid": {"type": "string"}, "author": {"type": "string"}, "url": {"type": "string"}, "aid": {"type": "integer"}, "bid": {"type": "integer"}}}}}}}, "Medical Books": {"type": "array", "items": {"type": "object", "properties": {"bid": {"type": "integer"}, "isbn10": {"type": "string"}, "isbn13": {"type": "string"}, "title": {"type": "string"}, "category": {"type": "string"}, "genre": {"type": "string"}, "publisher": {"type": "string"}, "rating": {"type": "string"}, "pagesno": {"type": "integer"}, "synopsis": {"type": "string"}, "toc": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"amid": {"type": "string"}, "author": {"type": "string"}, "url": {"type": "string"}, "aid": {"type": "integer"}, "bid": {"type": "integer"}}}}}}}, "Travel": {"type": "array", "items": {"type": "object", "properties": {"bid": {"type": "integer"}, "isbn10": {"type": "string"}, "isbn13": {"type": "string"}, "title": {"type": "string"}, "category": {"type": "string"}, "genre": {"type": "string"}, "publisher": {"type": "string"}, "rating": {"type": "string"}, "pagesno": {"type": "integer"}, "synopsis": {"type": "string"}, "toc": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"amid": {"type": "string"}, "author": {"type": "string"}, "url": {"type": "string"}, "aid": {"type": "integer"}, "bid": {"type": "integer"}}}}}}}, "Politics & Social Sciences": {"type": "array", "items": {"type": "object", "properties": {"bid": {"type": "integer"}, "isbn10": {"type": "string"}, "isbn13": {"type": "string"}, "title": {"type": "string"}, "category": {"type": "string"}, "genre": {"type": "string"}, "publisher": {"type": "string"}, "rating": {"type": "string"}, "pagesno": {"type": "integer"}, "synopsis": {"type": "string"}, "toc": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"amid": {"type": "string"}, "author": {"type": "string"}, "url": {"type": "string"}, "aid": {"type": "integer"}, "bid": {"type": "integer"}}}}}}}, "LGBTQ+ Books": {"type": "array", "items": {"type": "object", "properties": {"bid": {"type": "integer"}, "isbn10": {"type": "string"}, "isbn13": {"type": "string"}, "title": {"type": "string"}, "category": {"type": "string"}, "genre": {"type": "string"}, "publisher": {"type": "string"}, "rating": {"type": "string"}, "pagesno": {"type": "integer"}, "synopsis": {"type": "string"}, "toc": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"amid": {"type": "string"}, "author": {"type": "string"}, "url": {"type": "string"}, "aid": {"type": "integer"}, "bid": {"type": "integer"}}}}}}}, "Comics & Graphic Novels": {"type": "array", "items": {"type": "object", "properties": {"bid": {"type": "integer"}, "isbn10": {"type": "string"}, "isbn13": {"type": "string"}, "title": {"type": "string"}, "category": {"type": "string"}, "genre": {"type": "string"}, "publisher": {"type": "string"}, "rating": {"type": "string"}, "pagesno": {"type": "integer"}, "synopsis": {"type": "string"}, "toc": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"amid": {"type": "string"}, "author": {"type": "string"}, "url": {"type": "string"}, "aid": {"type": "integer"}, "bid": {"type": "integer"}}}}}}}, "Children's Books": {"type": "array", "items": {"type": "object", "properties": {"bid": {"type": "integer"}, "isbn10": {"type": "string"}, "isbn13": {"type": "string"}, "title": {"type": "string"}, "category": {"type": "string"}, "genre": {"type": "string"}, "publisher": {"type": "string"}, "rating": {"type": "string"}, "pagesno": {"type": "integer"}, "synopsis": {"type": "string"}, "toc": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"amid": {"type": "string"}, "author": {"type": "string"}, "url": {"type": "string"}, "aid": {"type": "integer"}, "bid": {"type": "integer"}}}}}}}, "Sports & Outdoors": {"type": "array", "items": {"type": "object", "properties": {"bid": {"type": "integer"}, "isbn10": {"type": "string"}, "isbn13": {"type": "string"}, "title": {"type": "string"}, "category": {"type": "string"}, "genre": {"type": "string"}, "publisher": {"type": "string"}, "rating": {"type": "string"}, "pagesno": {"type": "integer"}, "synopsis": {"type": "string"}, "toc": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"amid": {"type": "string"}, "author": {"type": "string"}, "url": {"type": "string"}, "aid": {"type": "integer"}, "bid": {"type": "integer"}}}}}}}, "Parenting & Relationships": {"type": "array", "items": {"type": "object", "properties": {"bid": {"type": "integer"}, "isbn10": {"type": "string"}, "isbn13": {"type": "string"}, "title": {"type": "string"}, "category": {"type": "string"}, "genre": {"type": "string"}, "publisher": {"type": "string"}, "rating": {"type": "string"}, "pagesno": {"type": "integer"}, "synopsis": {"type": "string"}, "toc": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"amid": {"type": "string"}, "author": {"type": "string"}, "url": {"type": "string"}, "aid": {"type": "integer"}, "bid": {"type": "integer"}}}}}}}}} |
3220c8ac-de5b-4c3a-b540-a536616e3348/e1304755-73b8-49fc-8706-84b9fa3c8cfd/0/0 | Book Discovery by ReadsOmnia | Get access to the Internet’s best-curated selection of must-read books. Search up-to-date databases and/or directly access the data via numerous API endpoints, including: Top-of-the-charts bestsellers, new and trending fiction and nonfiction, Critically acclaimed & Award-winning titles and authors, Top Reade'r suggestions, and more. | 6.7 | Barnes & Noble Book Blockbusters | Barnes & Noble Bestsellers List, featuring the most popular books of the moment across various genres and categories, curated based on sales data and expert recommendations from one of the most well-known and respected booksellers in the industry. | 200 | Response | {"Christian Books & Bibles": [{"bid": 2333, "isbn10": "0063225883", "isbn13": "9780063225886", "title": "The Mothers and Daughters of the Bible Speak: Lessons on Faith from Nine Biblical Families", "category": "Christian Books & Bibles", "genre": "Christian Living", "publisher": "Broadside Books", "rating": "0.0", "pagesno": 288, "synopsis": " God always keeps His promises, but not always in the way we expect\u2026.<br>\"Have faith\" is a phrase we hear all the time.<br> But what does it actually look like to live it out?", "toc": "2022-03-08T12:05:06.000Z", "authors": [{"amid": "B07PLL7VSM", "author": "Shannon Bream", "url": "/Shannon-Bream/e/", "aid": 502, "bid": 2333}, {"amid": "B09P5GN6DC", "author": "Fox News Personality #1", "url": "/Fox-News-Personality-%231/e/", "aid": 1659, "bid": 2333}]}], "Comics & Graphic Novels": [{"bid": 4179, "isbn10": "1534323341", "isbn13": "9781534323346", "title": "Saga, Volume 10", "category": "Comics & Graphic Novels", "genre": "Graphic Novels", "publisher": "Image Comics", "rating": "5.0", "pagesno": 160, "synopsis": " A CONTEMPORARY CLASSIC CELEBRATING A DECADE OF EXCELLENCE!<br>At long last, Hazel and her star-crossed family are finally back, and they've made some new.<br>.", "toc": "2022-10-15T01:05:38.000Z", "authors": [{"amid": "a_brian_k_vaughan", "author": "Brian K Vaughan", "url": "", "aid": 3102, "bid": 4179}]}], "Literature & Fiction": [{"bid": 4832, "isbn10": "0063258390", "isbn13": "9780063258396", "title": "Stone Blind: A Novel", "category": "Literature & Fiction", "genre": "Genre Fiction", "publisher": "Harper", "rating": "4.4", "pagesno": 384, "synopsis": " \"Haynes is master of her trade .<br> .<br> .", "toc": "2023-01-31T12:05:01.000Z", "authors": [{"amid": "a_natalie_haynes", "author": "Natalie Haynes", "url": "", "aid": 2659, "bid": 4832}]}, {"bid": 4831, "isbn10": "0063206501", "isbn13": "9780063206502", "title": "The Last Tale of the Flower Bride: A Novel", "category": "Literature & Fiction", "genre": "Genre Fiction", "publisher": "William Morrow", "rating": "0.0", "pagesno": 304, "synopsis": " \"Chokshi's tale is as sweet as a piece of fairy fruit, and just as wicked.<br> Every bite is velvet, every swallow is gold, and the taste lingers like a fever dream.<br>\" - V.", "toc": "2023-01-31T12:04:36.000Z", "authors": [{"amid": "a_roshani_chokshi", "author": "Roshani Chokshi", "url": "", "aid": 3564, "bid": 4831}]}, {"bid": 4830, "isbn10": "1250841410", "isbn13": "9781250841414", "title": "The Spite House: A Novel", "category": "Literature & Fiction", "genre": "Genre Fiction", "publisher": "Tor Nightfire", "rating": "0.0", "pagesno": 272, "synopsis": " A terrifying Gothic thriller about grief and death and the depths of a father's love, Johnny Compton's The Spite House is a stunning debut by a horror master in the making\u2015The Babadook meets A Head Full of Ghosts in Texas Hill Country.", "toc": "2023-01-31T12:04:25.000Z", "authors": [{"amid": "a_johnny_compton", "author": "Johnny Compton", "url": "", "aid": 3563, "bid": 4830}]}, {"bid": 4887, "isbn10": "1368090133", "isbn13": "9781368090131", "title": "Look Out For The Little Guy", "category": "Literature & Fiction", "genre": "Genre Fiction", "publisher": "Hyperion Avenue; Media tie-in edition", "rating": "0.0", "pagesno": 256, "synopsis": " Look Out for the Little Guy is the in-movie memoir by Scott Lang, also known as Ant-Man, that he's written and shared with the world, as seen onscreen in the new Marvel Studios film Ant-Man and The Wasp: Quantumania.", "toc": "2023-02-04T03:04:14.000Z", "authors": [{"amid": "a_scott_lang", "author": "Scott Lang", "url": "", "aid": 3599, "bid": 4887}]}], "Biographies & Memoirs": [{"bid": 5141, "isbn10": "0593593804", "isbn13": "9780593593806", "title": "Spare", "category": "Biographies & Memoirs", "genre": "Historical", "publisher": "Random House", "rating": "4.6", "pagesno": 416, "synopsis": " #1 NEW YORK TIMES BESTSELLER It was one of the most searing images of the twentieth century: two young boys, two princes, walking behind their mother's coffin as the world watched in sorrow-and horror.", "toc": "2023-03-08T15:26:22.000Z", "authors": [{"amid": "B0BPMVZ2S1", "author": "Prince Harry, The Duke of Sussex", "url": "/Prince-Harry-The-Duke-of-Sussex/e/", "aid": 3782, "bid": 5141}]}], "Science Fiction & Fantasy": [{"bid": 5004, "isbn10": "1639730974", "isbn13": "9781639730971", "title": "Crown of Midnight (Throne of Glass, 2)", "category": "Science Fiction & Fantasy", "genre": "Fantasy", "publisher": "Bloomsbury Publishing", "rating": "4.7", "pagesno": 448, "synopsis": " Never trust an assassin.<br>Celaena's story continues in this second book in the #1 bestselling Throne of Glass series by Sarah J.<br> Maas.", "toc": "2023-02-16T03:04:45.000Z", "authors": [{"amid": "a_sarah_j_maas", "author": "Sarah J. Maas", "url": "", "aid": 2211, "bid": 5004}]}, {"bid": 5003, "isbn10": "1639730958", "isbn13": "9781639730957", "title": "Throne of Glass (Throne of Glass, 1)", "category": "Science Fiction & Fantasy", "genre": "Fantasy", "publisher": "Bloomsbury Publishing", "rating": "4.6", "pagesno": 432, "synopsis": " Lethal.<br> Loyal.<br> Legendary.", "toc": "2023-02-16T03:04:31.000Z", "authors": [{"amid": "a_sarah_j_maas", "author": "Sarah J. Maas", "url": "", "aid": 2211, "bid": 5003}]}], "Children's Books": [{"bid": 3164, "isbn10": "0439023521", "isbn13": "9780439023528", "title": "The Hunger Games (Book 1)", "category": "Children's Books", "genre": "Growing Up & Facts of Life", "publisher": "Scholastic Press; Reprint edition", "rating": "4.7", "pagesno": 384, "synopsis": " In the ruins of a place once known as North America lies the nation of Panem, a shining Capitol surrounded by twelve outlying districts.<br> Long ago the districts waged war on the Capitol and were defeated.<br> As part of the surrender terms, each district agreed to send one boy and one girl to appear in an annual televised event called, \"The Hunger Games,\" a fight to the death on live TV.", "toc": "2022-06-07T03:04:13.000Z", "authors": [{"amid": "a_suzanne_collins", "author": "Suzanne Collins", "url": "", "aid": 2285, "bid": 3164}]}], "Teen & Young Adult": [{"bid": 4894, "isbn10": "1619636123", "isbn13": "9781619636125", "title": "Kingdom of Ash (Throne of Glass, 7)", "category": "Teen & Young Adult", "genre": "Literature & Fiction", "publisher": "Bloomsbury YA; Reprint edition", "rating": "4.8", "pagesno": 992, "synopsis": " Years in the making, Sarah J.<br> Maas's #1 New York Times bestselling Throne of Glass series draws to an epic, unforgettable conclusion.<br> Aelin Galathynius's journey from slave to king's assassin to the queen of a once-great kingdom reaches its heart-rending finale as war erupts across her world.", "toc": "2023-02-07T12:04:54.000Z", "authors": [{"amid": "a_sarah_j_maas", "author": "Sarah J. Maas", "url": "", "aid": 2211, "bid": 4894}]}], "Humor & Entertainment": [{"bid": 1234, "isbn10": "1800180799", "isbn13": "9781800180796", "title": "Cain's Jawbone", "category": "Humor & Entertainment", "genre": "Puzzles & Games", "publisher": "Unbound", "rating": "4.6", "pagesno": 224, "synopsis": "Six murders.<br> One hundred pages.<br> Millions of possible combinations\u2026 but only one is correct.", "toc": "2021-11-24T03:04:11.000Z", "authors": [{"amid": "a_edward_powys_mathers", "author": "Edward Powys Mathers", "url": "", "aid": 850, "bid": 1234}]}], "Mystery, Thriller & Suspense": [{"bid": 4797, "isbn10": "1250284082", "isbn13": "9781250284082", "title": "Encore in Death: An Eve Dallas Novel (In Death, 56)", "category": "Mystery, Thriller & Suspense", "genre": "Mystery", "publisher": "St. Martin's Press", "rating": "0.0", "pagesno": 384, "synopsis": " The homicide cop with a passion for justice returns in the captivating crime thriller series by the #1 New York Times bestselling author.<br>It was a glittering event full of A-listers, hosted by Eliza Lane and Brant Fitzhugh, a celebrity couple who'd conquered both Hollywood and Broadway.<br> And now Eve Dallas has made her entrance\u2015but not as a guest.", "toc": "2023-01-25T03:07:15.000Z", "authors": [{"amid": "a_j_d_robb", "author": "J. D. Robb", "url": "", "aid": 2651, "bid": 4797}]}], "LGBTQ+ Books": [{"bid": 4833, "isbn10": "1984818708", "isbn13": "9781984818706", "title": "Misrule: Book Two of the Malice Duology", "category": "LGBTQ+ Books", "genre": "Science Fiction & Fantasy", "publisher": "Del Rey", "rating": "4.5", "pagesno": 480, "synopsis": " Does true love break curses or begin them?<br> The dark sorceress of \"Sleeping Beauty\" reclaims her story in this sequel to Malice.<br>\"Fans of reimagined fairy tales and LGBTQ+ themes will be delighted with the conclusion of this fantasy duology.", "toc": "2023-01-31T12:05:49.000Z", "authors": [{"amid": "a_heather_walter", "author": "Heather Walter", "url": "", "aid": 3565, "bid": 4833}]}], "Self-Help": [{"bid": 5331, "isbn10": "0063272903", "isbn13": "9780063272903", "title": "Gnar Country: Growing Old, Staying Rad", "category": "Self-Help", "genre": "Relationships", "publisher": "Harper Wave", "rating": "4.7", "pagesno": 304, "synopsis": " The New York Times bestselling author and human performance expert tests his knowledge and theories on his own aging body in a quest to become an expert skier at age fifty-three.", "toc": "2023-03-10T01:08:06.000Z", "authors": [{"amid": "B001JP87B4", "author": "Steven Kotler", "url": "/Steven-Kotler/e/", "aid": 3934, "bid": 5331}]}], "Cookbooks, Food & Wine": [{"bid": 4963, "isbn10": "0744080045", "isbn13": "9780744080049", "title": "Baking Yesteryear: The Best Recipes from the 1900s to the 1980s", "category": "Cookbooks, Food & Wine", "genre": "Baking", "publisher": "Alpha", "rating": "0.0", "pagesno": 256, "synopsis": " A decade-by-decade cookbook that highlights the best (and a few of the worst) baking recipes from the 20th centuryFriends of baking, are you sick and tired of making the same recipes again and again?", "toc": "2023-02-11T12:04:14.000Z", "authors": [{"amid": "a_b_dylan_hollis", "author": "B. Dylan Hollis", "url": "", "aid": 3662, "bid": 4963}]}], "Business & Money": [{"bid": 5112, "isbn10": "0316418226", "isbn13": "9780316418225", "title": "How Women Rise", "category": "Business & Money", "genre": "Job Hunting & Careers", "publisher": "Hachette Books; International ed. edition", "rating": "4.7", "pagesno": 255, "synopsis": "-", "toc": "2023-03-04T03:04:20.000Z", "authors": [{"amid": "B001ILIAKC", "author": "Marshall Goldsmith", "url": "/Marshall-Goldsmith/e/", "aid": 3760, "bid": 5112}, {"amid": "B003B09UES", "author": "Sally Helgesen", "url": "/Sally-Helgesen/e/", "aid": 3761, "bid": 5112}]}], "Health, Fitness & Dieting": [{"bid": 4763, "isbn10": "0593652886", "isbn13": "9780593652886", "title": "The Creative Act: A Way of Being", "category": "Health, Fitness & Dieting", "genre": "Psychology & Counseling", "publisher": "Penguin Press", "rating": "4.9", "pagesno": 432, "synopsis": " From the legendary music producer, a master at helping people connect with the wellsprings of their creativity, comes a beautifully crafted book many years in the making that offers that same deep wisdom to all of us.", "toc": "2023-01-19T03:04:23.000Z", "authors": [{"amid": "a_rick_rubin", "author": "Rick Rubin", "url": "", "aid": 3522, "bid": 4763}]}], "Politics & Social Sciences": [{"bid": 4919, "isbn10": "1668022443", "isbn13": "9781668022443", "title": "People vs. Donald Trump: An Inside Account", "category": "Politics & Social Sciences", "genre": "Politics & Government", "publisher": "Simon & Schuster", "rating": "0.0", "pagesno": 304, "synopsis": " People vs.<br> Donald Trump is a fascinating inside account of the attempt to prosecute former president Donald Trump, written by one of the lawyers who worked on the case and resigned in protest when Manhattan's district attorney refused to act.", "toc": "2023-02-09T03:04:46.000Z", "authors": [{"amid": "a_mark_pomerantz", "author": "Mark Pomerantz", "url": "", "aid": 3624, "bid": 4919}]}], "History": [{"bid": 4981, "isbn10": "0062977377", "isbn13": "9780062977373", "title": "South to America: A Journey Below the Mason-Dixon to Understand the Soul of a Nation", "category": "History", "genre": "Americas", "publisher": "Ecco", "rating": "4.4", "pagesno": 432, "synopsis": " WINNER OF THE 2022 NATIONAL BOOK AWARD FOR NONFICTIONINSTANT NEW YORK TIMES BESTSELLER\"An elegant meditation on the complexities of the American South-and thus of America-by an esteemed daughter of the South and one of the great intellectuals of our time.", "toc": "2023-02-14T12:07:00.000Z", "authors": [{"amid": "a_imani_perry", "author": "Imani Perry", "url": "", "aid": 3677, "bid": 4981}]}], "Romance": [{"bid": 4373, "isbn10": "1728274893", "isbn13": "9781728274898", "title": "Twisted Lies (Twisted, 4)", "category": "Romance", "genre": "Contemporary", "publisher": "Bloom Books", "rating": "4.5", "pagesno": 560, "synopsis": " The final book in the Twisted series from BookTok sensation Ana Huang, featuring fan favorites Christian and Stella.<br>Charming, deadly, and smart enough to hide it, Christian Harper is a monster dressed in the perfectly tailored suits of a gentleman.<br>He has little use for morals and even less use for love, but he can't deny the strange pull he feels toward the woman living just one floor below him.", "toc": "2022-11-13T03:04:25.000Z", "authors": [{"amid": "a_ana_huang", "author": "Ana Huang", "url": "", "aid": 2479, "bid": 4373}]}, {"bid": 5022, "isbn10": "1737507730", "isbn13": "9781737507734", "title": "Terms and Conditions: The TikTok sensation! Meet the Dreamland Billionaires...", "category": "Romance", "genre": "Contemporary", "publisher": "Bloom Books", "rating": "4.5", "pagesno": 492, "synopsis": " DeclanI'm destined to become the next CEO of my family's media empire.<br>The only problem?<br> My grandfather's inheritance clause.", "toc": "2023-02-19T03:04:14.000Z", "authors": [{"amid": "a_lauren_asher", "author": "Lauren Asher", "url": "", "aid": 3544, "bid": 5022}]}, {"bid": 4912, "isbn10": "1668026031", "isbn13": "9781668026038", "title": "Icebreaker: A Novel (1) (The Maple Hills Series)", "category": "Romance", "genre": "Contemporary", "publisher": "Atria Books; Reprint edition", "rating": "4.5", "pagesno": 448, "synopsis": " A TikTok sensation!<br> Sparks fly when a competitive figure skater and hockey team captain are forced to share a rink.<br>Anastasia Allen has worked her entire life for a shot at Team USA.", "toc": "2023-02-08T03:04:34.000Z", "authors": [{"amid": "a_hannah_grace", "author": "Hannah Grace", "url": "", "aid": 3618, "bid": 4912}]}], "Arts & Photography": [{"bid": 4899, "isbn10": "1400334012", "isbn13": "9781400334018", "title": "Amazing Grace: The Life of John Newton and the Surprising Story Behind His Song", "category": "Arts & Photography", "genre": "Music", "publisher": "Thomas Nelson", "rating": "0.0", "pagesno": 240, "synopsis": " Amazing Grace is the surprising true story of John Newton, author of the song that has touched millions.<br> A biography that reads like a novel, it reveals Newton's dramatic story of sin and salvation as a slave trader before his ultimate transformation to speaking out against the horror of slavery.", "toc": "2023-02-07T12:07:03.000Z", "authors": [{"amid": "undefined", "author": "undefined", "url": "undefined", "aid": 2104, "bid": 4899}, {"amid": "a_craig_borlase", "author": "Craig Borlase", "url": "", "aid": 3607, "bid": 4899}]}]} | {"type": "object", "properties": {"Christian Books & Bibles": {"type": "array", "items": {"type": "object", "properties": {"bid": {"type": "integer"}, "isbn10": {"type": "string"}, "isbn13": {"type": "string"}, "title": {"type": "string"}, "category": {"type": "string"}, "genre": {"type": "string"}, "publisher": {"type": "string"}, "rating": {"type": "string"}, "pagesno": {"type": "integer"}, "synopsis": {"type": "string"}, "toc": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"amid": {"type": "string"}, "author": {"type": "string"}, "url": {"type": "string"}, "aid": {"type": "integer"}, "bid": {"type": "integer"}}}}}}}, "Comics & Graphic Novels": {"type": "array", "items": {"type": "object", "properties": {"bid": {"type": "integer"}, "isbn10": {"type": "string"}, "isbn13": {"type": "string"}, "title": {"type": "string"}, "category": {"type": "string"}, "genre": {"type": "string"}, "publisher": {"type": "string"}, "rating": {"type": "string"}, "pagesno": {"type": "integer"}, "synopsis": {"type": "string"}, "toc": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"amid": {"type": "string"}, "author": {"type": "string"}, "url": {"type": "string"}, "aid": {"type": "integer"}, "bid": {"type": "integer"}}}}}}}, "Literature & Fiction": {"type": "array", "items": {"type": "object", "properties": {"bid": {"type": "integer"}, "isbn10": {"type": "string"}, "isbn13": {"type": "string"}, "title": {"type": "string"}, "category": {"type": "string"}, "genre": {"type": "string"}, "publisher": {"type": "string"}, "rating": {"type": "string"}, "pagesno": {"type": "integer"}, "synopsis": {"type": "string"}, "toc": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"amid": {"type": "string"}, "author": {"type": "string"}, "url": {"type": "string"}, "aid": {"type": "integer"}, "bid": {"type": "integer"}}}}}}}, "Biographies & Memoirs": {"type": "array", "items": {"type": "object", "properties": {"bid": {"type": "integer"}, "isbn10": {"type": "string"}, "isbn13": {"type": "string"}, "title": {"type": "string"}, "category": {"type": "string"}, "genre": {"type": "string"}, "publisher": {"type": "string"}, "rating": {"type": "string"}, "pagesno": {"type": "integer"}, "synopsis": {"type": "string"}, "toc": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"amid": {"type": "string"}, "author": {"type": "string"}, "url": {"type": "string"}, "aid": {"type": "integer"}, "bid": {"type": "integer"}}}}}}}, "Science Fiction & Fantasy": {"type": "array", "items": {"type": "object", "properties": {"bid": {"type": "integer"}, "isbn10": {"type": "string"}, "isbn13": {"type": "string"}, "title": {"type": "string"}, "category": {"type": "string"}, "genre": {"type": "string"}, "publisher": {"type": "string"}, "rating": {"type": "string"}, "pagesno": {"type": "integer"}, "synopsis": {"type": "string"}, "toc": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"amid": {"type": "string"}, "author": {"type": "string"}, "url": {"type": "string"}, "aid": {"type": "integer"}, "bid": {"type": "integer"}}}}}}}, "Children's Books": {"type": "array", "items": {"type": "object", "properties": {"bid": {"type": "integer"}, "isbn10": {"type": "string"}, "isbn13": {"type": "string"}, "title": {"type": "string"}, "category": {"type": "string"}, "genre": {"type": "string"}, "publisher": {"type": "string"}, "rating": {"type": "string"}, "pagesno": {"type": "integer"}, "synopsis": {"type": "string"}, "toc": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"amid": {"type": "string"}, "author": {"type": "string"}, "url": {"type": "string"}, "aid": {"type": "integer"}, "bid": {"type": "integer"}}}}}}}, "Teen & Young Adult": {"type": "array", "items": {"type": "object", "properties": {"bid": {"type": "integer"}, "isbn10": {"type": "string"}, "isbn13": {"type": "string"}, "title": {"type": "string"}, "category": {"type": "string"}, "genre": {"type": "string"}, "publisher": {"type": "string"}, "rating": {"type": "string"}, "pagesno": {"type": "integer"}, "synopsis": {"type": "string"}, "toc": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"amid": {"type": "string"}, "author": {"type": "string"}, "url": {"type": "string"}, "aid": {"type": "integer"}, "bid": {"type": "integer"}}}}}}}, "Humor & Entertainment": {"type": "array", "items": {"type": "object", "properties": {"bid": {"type": "integer"}, "isbn10": {"type": "string"}, "isbn13": {"type": "string"}, "title": {"type": "string"}, "category": {"type": "string"}, "genre": {"type": "string"}, "publisher": {"type": "string"}, "rating": {"type": "string"}, "pagesno": {"type": "integer"}, "synopsis": {"type": "string"}, "toc": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"amid": {"type": "string"}, "author": {"type": "string"}, "url": {"type": "string"}, "aid": {"type": "integer"}, "bid": {"type": "integer"}}}}}}}, "Mystery, Thriller & Suspense": {"type": "array", "items": {"type": "object", "properties": {"bid": {"type": "integer"}, "isbn10": {"type": "string"}, "isbn13": {"type": "string"}, "title": {"type": "string"}, "category": {"type": "string"}, "genre": {"type": "string"}, "publisher": {"type": "string"}, "rating": {"type": "string"}, "pagesno": {"type": "integer"}, "synopsis": {"type": "string"}, "toc": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"amid": {"type": "string"}, "author": {"type": "string"}, "url": {"type": "string"}, "aid": {"type": "integer"}, "bid": {"type": "integer"}}}}}}}, "LGBTQ+ Books": {"type": "array", "items": {"type": "object", "properties": {"bid": {"type": "integer"}, "isbn10": {"type": "string"}, "isbn13": {"type": "string"}, "title": {"type": "string"}, "category": {"type": "string"}, "genre": {"type": "string"}, "publisher": {"type": "string"}, "rating": {"type": "string"}, "pagesno": {"type": "integer"}, "synopsis": {"type": "string"}, "toc": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"amid": {"type": "string"}, "author": {"type": "string"}, "url": {"type": "string"}, "aid": {"type": "integer"}, "bid": {"type": "integer"}}}}}}}, "Self-Help": {"type": "array", "items": {"type": "object", "properties": {"bid": {"type": "integer"}, "isbn10": {"type": "string"}, "isbn13": {"type": "string"}, "title": {"type": "string"}, "category": {"type": "string"}, "genre": {"type": "string"}, "publisher": {"type": "string"}, "rating": {"type": "string"}, "pagesno": {"type": "integer"}, "synopsis": {"type": "string"}, "toc": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"amid": {"type": "string"}, "author": {"type": "string"}, "url": {"type": "string"}, "aid": {"type": "integer"}, "bid": {"type": "integer"}}}}}}}, "Cookbooks, Food & Wine": {"type": "array", "items": {"type": "object", "properties": {"bid": {"type": "integer"}, "isbn10": {"type": "string"}, "isbn13": {"type": "string"}, "title": {"type": "string"}, "category": {"type": "string"}, "genre": {"type": "string"}, "publisher": {"type": "string"}, "rating": {"type": "string"}, "pagesno": {"type": "integer"}, "synopsis": {"type": "string"}, "toc": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"amid": {"type": "string"}, "author": {"type": "string"}, "url": {"type": "string"}, "aid": {"type": "integer"}, "bid": {"type": "integer"}}}}}}}, "Business & Money": {"type": "array", "items": {"type": "object", "properties": {"bid": {"type": "integer"}, "isbn10": {"type": "string"}, "isbn13": {"type": "string"}, "title": {"type": "string"}, "category": {"type": "string"}, "genre": {"type": "string"}, "publisher": {"type": "string"}, "rating": {"type": "string"}, "pagesno": {"type": "integer"}, "synopsis": {"type": "string"}, "toc": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"amid": {"type": "string"}, "author": {"type": "string"}, "url": {"type": "string"}, "aid": {"type": "integer"}, "bid": {"type": "integer"}}}}}}}, "Health, Fitness & Dieting": {"type": "array", "items": {"type": "object", "properties": {"bid": {"type": "integer"}, "isbn10": {"type": "string"}, "isbn13": {"type": "string"}, "title": {"type": "string"}, "category": {"type": "string"}, "genre": {"type": "string"}, "publisher": {"type": "string"}, "rating": {"type": "string"}, "pagesno": {"type": "integer"}, "synopsis": {"type": "string"}, "toc": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"amid": {"type": "string"}, "author": {"type": "string"}, "url": {"type": "string"}, "aid": {"type": "integer"}, "bid": {"type": "integer"}}}}}}}, "Politics & Social Sciences": {"type": "array", "items": {"type": "object", "properties": {"bid": {"type": "integer"}, "isbn10": {"type": "string"}, "isbn13": {"type": "string"}, "title": {"type": "string"}, "category": {"type": "string"}, "genre": {"type": "string"}, "publisher": {"type": "string"}, "rating": {"type": "string"}, "pagesno": {"type": "integer"}, "synopsis": {"type": "string"}, "toc": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"amid": {"type": "string"}, "author": {"type": "string"}, "url": {"type": "string"}, "aid": {"type": "integer"}, "bid": {"type": "integer"}}}}}}}, "History": {"type": "array", "items": {"type": "object", "properties": {"bid": {"type": "integer"}, "isbn10": {"type": "string"}, "isbn13": {"type": "string"}, "title": {"type": "string"}, "category": {"type": "string"}, "genre": {"type": "string"}, "publisher": {"type": "string"}, "rating": {"type": "string"}, "pagesno": {"type": "integer"}, "synopsis": {"type": "string"}, "toc": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"amid": {"type": "string"}, "author": {"type": "string"}, "url": {"type": "string"}, "aid": {"type": "integer"}, "bid": {"type": "integer"}}}}}}}, "Romance": {"type": "array", "items": {"type": "object", "properties": {"bid": {"type": "integer"}, "isbn10": {"type": "string"}, "isbn13": {"type": "string"}, "title": {"type": "string"}, "category": {"type": "string"}, "genre": {"type": "string"}, "publisher": {"type": "string"}, "rating": {"type": "string"}, "pagesno": {"type": "integer"}, "synopsis": {"type": "string"}, "toc": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"amid": {"type": "string"}, "author": {"type": "string"}, "url": {"type": "string"}, "aid": {"type": "integer"}, "bid": {"type": "integer"}}}}}}}, "Arts & Photography": {"type": "array", "items": {"type": "object", "properties": {"bid": {"type": "integer"}, "isbn10": {"type": "string"}, "isbn13": {"type": "string"}, "title": {"type": "string"}, "category": {"type": "string"}, "genre": {"type": "string"}, "publisher": {"type": "string"}, "rating": {"type": "string"}, "pagesno": {"type": "integer"}, "synopsis": {"type": "string"}, "toc": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"amid": {"type": "string"}, "author": {"type": "string"}, "url": {"type": "string"}, "aid": {"type": "integer"}, "bid": {"type": "integer"}}}}}}}}} |
3220c8ac-de5b-4c3a-b540-a536616e3348/bc68b8b6-57d6-482d-8c4d-7779149da120/0/0 | Book Discovery by ReadsOmnia | Get access to the Internet’s best-curated selection of must-read books. Search up-to-date databases and/or directly access the data via numerous API endpoints, including: Top-of-the-charts bestsellers, new and trending fiction and nonfiction, Critically acclaimed & Award-winning titles and authors, Top Reade'r suggestions, and more. | 6.7 | Publishers Weekly Bestseller Lists | The Publishers Weekly Bestsellers List, featuring the most popular books across various genres and categories, based on sales data and expert recommendations from one of the most respected publishing industry authorities. | 200 | Response | {"Literature & Fiction": [{"bid": 5213, "isbn10": "1335530053", "isbn13": "9781335530059", "title": "When Justice Rides (A Buckhorn, Montana Novel, 6)", "category": "Literature & Fiction", "genre": "Genre Fiction", "publisher": "HQN; Original edition", "rating": "4.7", "pagesno": 336, "synopsis": " In Buckhorn, roots run deep-and so do grudges\u2026Deputy Jaxson Gray has found the fresh start he needed in small-town Montana.<br> In Luna Declan, he finds something he didn't even know he craved.<br> Wary of getting too close, he backs away, only to become enmeshed in a local investigation that brings his past and present crashing together.", "toc": "2023-03-09T01:03:38.000Z", "authors": [{"amid": "B001IXRU10", "author": "B. J. Daniels", "url": "/B.-J.-Daniels/e/", "aid": 991, "bid": 5213}]}, {"bid": 5212, "isbn10": "1250313104", "isbn13": "9781250313102", "title": "Hell Bent: A Novel (Alex Stern, 2)", "category": "Literature & Fiction", "genre": "Genre Fiction", "publisher": "Flatiron Books", "rating": "4.6", "pagesno": 496, "synopsis": " #1 New York Times Bestseller From the author of Shadow and Bone, now a hit NETFLIX series \"Readers will be wowed.<br>\" \u2013Publishers Weekly (starred review) Wealth.<br> Power.", "toc": "2023-03-09T01:03:09.000Z", "authors": [{"amid": "B005ZZ8XQS", "author": "Leigh Bardugo", "url": "/Leigh-Bardugo/e/", "aid": 465, "bid": 5212}]}, {"bid": 5211, "isbn10": "1982197366", "isbn13": "9781982197360", "title": "The House of Eve", "category": "Literature & Fiction", "genre": "United States", "publisher": "Simon & Schuster", "rating": "4.6", "pagesno": 384, "synopsis": " REESE'S FEBRUARY 2023 BOOK CLUB PICK AN INSTANT NEW YORK TIMES BESTSELLER \"Amazing\u2026These two women's lives intersect in the most wonderful and unlikely of ways.", "toc": "2023-03-09T01:02:54.000Z", "authors": [{"amid": "B007CMM4EY", "author": "Sadeqa Johnson", "url": "/Sadeqa-Johnson/e/", "aid": 3848, "bid": 5211}]}, {"bid": 5210, "isbn10": "1250282527", "isbn13": "9781250282521", "title": "Maame: A Today Show Read With Jenna Book Club Pick", "category": "Literature & Fiction", "genre": "United States", "publisher": "St. Martin's Press", "rating": "4.4", "pagesno": 320, "synopsis": " AN INSTANT NEW YORK TIMES BESTSELLER!<br> \u2022 A Today Show #ReadWithJenna Book Club Pick\"Sparkling.<br>\" \u2015The New York Times\"An utterly charming and deeply moving portrait of the joys\u2015and the guilt\u2015of trying to find your own way in life.", "toc": "2023-03-09T01:02:39.000Z", "authors": [{"amid": "B0B3TK44W8", "author": "Jessica George", "url": "/Jessica-George/e/", "aid": 3847, "bid": 5210}]}], "Comics & Graphic Novels": [{"bid": 5218, "isbn10": "1974734188", "isbn13": "9781974734184", "title": "Kaiju No. 8, Vol. 5 (5)", "category": "Comics & Graphic Novels", "genre": "Manga", "publisher": "VIZ Media LLC", "rating": "4.8", "pagesno": 200, "synopsis": " Kafka wants to clean up kaiju, but not literally!<br> Will a sudden metamorphosis stand in the way of his dream?<br>With the highest kaiju-emergence rates in the world, Japan is no stranger to attack by deadly monsters.", "toc": "2023-03-09T01:06:31.000Z", "authors": [{"amid": "B004LWCD08", "author": "Naoya Matumoto", "url": "/Naoya-Matumoto/e/", "aid": 3853, "bid": 5218}]}, {"bid": 5214, "isbn10": "1646516621", "isbn13": "9781646516629", "title": "Blue Lock 5", "category": "Comics & Graphic Novels", "genre": "Manga", "publisher": "Kodansha Comics", "rating": "4.7", "pagesno": 208, "synopsis": " A mad young coach gathers soccer players from across the country to compete in a series of bizarre challenges in a high-tech colosseum he calls Blue Lock.", "toc": "2023-03-09T01:04:30.000Z", "authors": [{"amid": "B088BZVSXR", "author": "Yusuke Nomura", "url": "/Yusuke-Nomura/e/", "aid": 3849, "bid": 5214}]}], "Business & Money": [{"bid": 5099, "isbn10": "0063204908", "isbn13": "9780063204904", "title": "The Unsold Mindset: Redefining What It Means to Sell", "category": "Business & Money", "genre": "Management & Leadership", "publisher": "Harper Business", "rating": "5.0", "pagesno": 288, "synopsis": " What if the greatest salespeople on the planet are the opposite of who you think they are?<br> Everyone sells, every day.<br> It's why the most successful people are better than most at selling themselves, their ideas, or their products.", "toc": "2023-03-03T01:04:19.000Z", "authors": [{"amid": "B0B2KQQVGK", "author": "Colin Coggins", "url": "/Colin-Coggins/e/", "aid": 3752, "bid": 5099}, {"amid": "B0B2FGRPF7", "author": "Garrett Brown", "url": "/Garrett-Brown/e/", "aid": 3753, "bid": 5099}]}], "Science Fiction & Fantasy": [{"bid": 5306, "isbn10": "1800261209", "isbn13": "9781800261204", "title": "The End and the Death: Volume I (8)", "category": "Science Fiction & Fantasy", "genre": "Science Fiction", "publisher": "Games Workshop", "rating": "4.6", "pagesno": 480, "synopsis": " Book 8 in the Global best selling The Horus Heresy: Siege of Terra series.<br>There is no way out.<br> The walls have fallen, the gates are breached, and the defenders are slain.", "toc": "2023-03-10T01:02:23.000Z", "authors": [{"amid": "B001JP7NWS", "author": "Dan Abnett", "url": "/Dan-Abnett/e/", "aid": 3921, "bid": 5306}]}], "Children's Books": [{"bid": 3226, "isbn10": "1728213746", "isbn13": "9781728213743", "title": "I Love You Like No Otter: A Funny and Sweet Board Book for Babies and Toddlers (Baby Animal Books) (Punderland)", "category": "Children's Books", "genre": "Growing Up & Facts of Life", "publisher": "Sourcebooks Wonderland", "rating": "4.9", "pagesno": 24, "synopsis": " Give hedgehugs and kisses to your little squeakheart with this pun-tastic, funny baby book, the perfect gift for baby showers, new parents, or any occasion!", "toc": "2022-06-14T01:06:44.000Z", "authors": [{"amid": "a_rose_rossner", "author": "Rose Rossner", "url": "", "aid": 2344, "bid": 3226}]}, {"bid": 2394, "isbn10": "1800582684", "isbn13": "9781800582682", "title": "Never Touch a Grumpy Bunny!", "category": "Children's Books", "genre": "Animals", "publisher": "Make Believe Ideas", "rating": "4.9", "pagesno": 12, "synopsis": " Animal-filled book with amazing silicones touches to explore.<br>Never touch a grumpy bunny .<br> .", "toc": "2022-03-12T01:04:13.000Z", "authors": [{"amid": "B0714NMT2S", "author": "Rosie Greening", "url": "/Rosie-Greening/e/", "aid": 1698, "bid": 2394}, {"amid": "B099G2W8GS", "author": "Stuart Lynch", "url": "/Stuart-Lynch/e/", "aid": 1699, "bid": 2394}]}, {"bid": 2391, "isbn10": "1680524771", "isbn13": "9781680524772", "title": "Hippity, Hoppity, Little Bunny (Finger Puppet Board Book for Easter Basket Stuffer Ages 0-4) (Finger Puppet Book)", "category": "Children's Books", "genre": "Literature & Fiction", "publisher": "Cottage Door Press; Illustrated edition", "rating": "4.8", "pagesno": 12, "synopsis": " Look no further than Hippity, Hoppity, Little Bunny for adorable nursery rhyme books.<br> Follow the little bunny rabbit and its adorable bird friends in this finger puppet book as they hunt for Easter eggs.<br> Wiggle the puppet to make the bunny in the story come alive!", "toc": "2022-03-12T01:03:34.000Z", "authors": [{"amid": "B07RCCSGVW", "author": "Cottage Door Press", "url": "/Cottage-Door-Press/e/", "aid": 222, "bid": 2391}, {"amid": "B01EY43PHC", "author": "Parragon Books Ltd", "url": "/Parragon-Books-Ltd/e/", "aid": 1697, "bid": 2391}]}, {"bid": 1662, "isbn10": "0593306856", "isbn13": "9780593306857", "title": "My Little Golden Book About Dolly Parton", "category": "Children's Books", "genre": "Geography & Cultures", "publisher": "Golden Books", "rating": "4.9", "pagesno": 24, "synopsis": " Help your little one dream big with a Little Golden Book biography all about beloved entertainer Dolly Parton!<br> The perfect introduction to nonfiction for preschoolers!<br>What's not to love about Dolly Parton?", "toc": "2022-01-02T17:13:21.000Z", "authors": [{"amid": "B000APILCE", "author": "Deborah Hopkinson", "url": "/Deborah-Hopkinson/e/", "aid": 1158, "bid": 1662}]}, {"bid": 269, "isbn10": "0694003611", "isbn13": "360", "title": "Goodnight Moon", "category": "Children's Books", "genre": "Animals", "publisher": "HarperFestival; Reissue edition", "rating": "4.9", "pagesno": 30, "synopsis": "In this classic of children's literature, beloved by generations of readers and listeners, the quiet poetry of the words and the gentle, lulling illustrations combine to make a perfect book for the end of the day.", "toc": "2021-11-01T12:03:44.000Z", "authors": [{"amid": "B000AQ1NIM", "author": "Margaret Wise Brown", "url": "/Margaret-Wise-Brown/e/", "aid": 220, "bid": 269}]}, {"bid": 268, "isbn10": "1442450703", "isbn13": "9781442450707", "title": "Chicka Chicka Boom Boom (Board Book)", "category": "Children's Books", "genre": "Literature & Fiction", "publisher": "Little Simon", "rating": "4.9", "pagesno": 36, "synopsis": "There is always enough room on your child’<br>s bookshelf for this Classic Board Book edition of the rollicking alphabet chant that has been a children’<br>s favorite for over thirty years!", "toc": "2021-11-01T12:03:30.000Z", "authors": [{"amid": "B000APT34E", "author": "John Archambault", "url": "/John-Archambault/e/", "aid": 219, "bid": 268}]}], "Humor & Entertainment": [{"bid": 5059, "isbn10": "0063256193", "isbn13": "9780063256194", "title": "The Boy, the Mole, the Fox and the Horse: The Animated Story", "category": "Humor & Entertainment", "genre": "Movies", "publisher": "HarperOne; Deluxe edition", "rating": "4.8", "pagesno": 192, "synopsis": " NEW YORK TIMES BESTSELLERFrom Charlie Mackesy, the New York Times bestselling author of the internationally beloved tome, The Boy, The Mole, The Fox and the Horse, comes a companion book to the Oscar\u00a9 nominated film adaption-now streaming on Apple TV+.", "toc": "2023-03-01T00:01:23.000Z", "authors": [{"amid": "a_charlie_mackesy", "author": "Charlie Mackesy", "url": "", "aid": 3726, "bid": 5059}]}], "Teen & Young Adult": [{"bid": 3860, "isbn10": "0316370959", "isbn13": "9780316370950", "title": "The Final Gambit (The Inheritance Games, 3)", "category": "Teen & Young Adult", "genre": "Literature & Fiction", "publisher": "Little, Brown Books for Young Readers", "rating": "4.5", "pagesno": 384, "synopsis": " OVER 1 MILLION COPIES SOLD OF THE #1 BESTSELLING SERIES!<br>Avery's fortune, life, and loves are on the line in the game that everyone will be talking about.<br> To inherit billions, all Avery Kylie Grambs has to do is survive a few more weeks living in Hawthorne House.", "toc": "2022-09-09T01:02:12.000Z", "authors": [{"amid": "a_jennifer_lynn_barnes", "author": "Jennifer Lynn Barnes", "url": "", "aid": 2709, "bid": 3860}]}], "Mystery, Thriller & Suspense": [{"bid": 5140, "isbn10": "1538724731", "isbn13": "9781538724736", "title": "Verity", "category": "Mystery, Thriller & Suspense", "genre": "Thrillers & Suspense", "publisher": "Grand Central Publishing; Reprint edition", "rating": "4.6", "pagesno": 336, "synopsis": " #1 New York Times BestsellerUSA Today BestsellerThe Globe and Mail BestsellerPublishers Weekly BestsellerWhose truth is the lie?<br> Stay up all night reading the sensational psychological thriller that has readers obsessed, from the #1 New York Times bestselling author of It Ends With Us.", "toc": "2023-03-08T15:25:59.000Z", "authors": [{"amid": "B006SKAK42", "author": "Colleen Hoover", "url": "/Colleen-Hoover/e/", "aid": 145, "bid": 5140}]}], "Christian Books & Bibles": [{"bid": 4396, "isbn10": "140021176X", "isbn13": "9781400211760", "title": "Good Boundaries and Goodbyes: Loving Others Without Losing the Best of Who You Are", "category": "Christian Books & Bibles", "genre": "Christian Living", "publisher": "Thomas Nelson", "rating": "4.9", "pagesno": 256, "synopsis": " Relationships are wonderful .<br> .<br> .", "toc": "2022-11-18T01:02:26.000Z", "authors": [{"amid": "a_lysa_terkeurst", "author": "Lysa TerKeurst", "url": "", "aid": 3265, "bid": 4396}]}], "Politics & Social Sciences": [{"bid": 4871, "isbn10": "0063247445", "isbn13": "9780063247444", "title": "Never Give an Inch: Fighting for the America I Love", "category": "Politics & Social Sciences", "genre": "Politics & Government", "publisher": "Broadside Books", "rating": "4.2", "pagesno": 464, "synopsis": " Former Secretary of State Mike Pompeo spearheaded the Trump Administration's most significant foreign policy breakthroughs.<br> Now, he reveals how he did it, and how it could happen again.<br>As the only four-year national security member of President Trump's Cabinet, he worked to impose crushing pressure on the Islamic Republic of Iran, avert a nuclear crisis with North Korea, deliver unmatched support for Israel, and bring peace to the Middle East.", "toc": "2023-02-03T10:02:13.000Z", "authors": [{"amid": "a_mike_pompeo", "author": "Mike Pompeo", "url": "", "aid": 3591, "bid": 4871}]}], "Romance": [{"bid": 4374, "isbn10": "1728274877", "isbn13": "9781728274874", "title": "Twisted Games (Twisted, 2)", "category": "Romance", "genre": "Contemporary", "publisher": "Bloom Books", "rating": "4.3", "pagesno": 448, "synopsis": " A steamy contemporary royal romance from BookTok sensation Ana Huang.<br>Stoic, broody, and arrogant, elite bodyguard Rhys Larsen has two rules: 1) Protect his clients at all costs 2) Do not become emotionally involved.<br> Ever.", "toc": "2022-11-13T03:04:37.000Z", "authors": [{"amid": "a_ana_huang", "author": "Ana Huang", "url": "", "aid": 2479, "bid": 4374}]}], "Reference": [{"bid": 3871, "isbn10": "1571989269", "isbn13": "9781571989260", "title": "The 2023 Old Farmer's Almanac Trade Edition (Old Farmer's Almanac, 231)", "category": "Reference", "genre": "Almanacs & Yearbooks", "publisher": "Old Farmer's Almanac", "rating": "4.7", "pagesno": 288, "synopsis": " Happy New Almanac Year!<br> It's time to celebrate the 231st edition of The Old Farmer's Almanac!<br> Long recognized as North America's most beloved and best-selling annual, this handy yellow book fulfills every need and expectation as a calendar of the heavens, a time capsule of the year, and an essential reference that reads like a magazine.", "toc": "2022-09-10T01:03:55.000Z", "authors": [{"amid": "a_old_farmers_almanac", "author": "Old Farmer's Almanac", "url": "", "aid": 2855, "bid": 3871}]}], "Health, Fitness & Dieting": [{"bid": 5100, "isbn10": "1250773822", "isbn13": "9781250773821", "title": "The Body Code: Unlocking Your Body's Ability to Heal Itself", "category": "Health, Fitness & Dieting", "genre": "Alternative Medicine", "publisher": "St. Martin's Essentials", "rating": "4.9", "pagesno": 400, "synopsis": " A powerful new approach to natural, intuitive whole-body healing.<br>The Body Code is a truly revolutionary method of holistic healing.<br> Dr.", "toc": "2023-03-03T01:04:36.000Z", "authors": [{"amid": "B0BHCHZZHX", "author": "Dr. Bradley Nelson", "url": "/Dr-Bradley-Nelson/e/", "aid": 3754, "bid": 5100}]}], "Self-Help": [{"bid": 4921, "isbn10": "1982183063", "isbn13": "9781982183066", "title": "8 Rules of Love: How to Find It, Keep It, and Let It Go", "category": "Self-Help", "genre": "Relationships", "publisher": "Simon & Schuster", "rating": "4.8", "pagesno": 320, "synopsis": " The author of the #1 New York Times bestseller Think Like a Monk offers a revelatory guide to every stage of romance, drawing on ancient wisdom and new science.", "toc": "2023-02-10T01:02:12.000Z", "authors": [{"amid": "a_jay_shetty", "author": "Jay Shetty", "url": "", "aid": 3626, "bid": 4921}]}], "History": [{"bid": 5069, "isbn10": "1400333512", "isbn13": "9781400333516", "title": "Wake Up With Purpose!: What I\u2019ve Learned in My First Hundred Years", "category": "History", "genre": "Americas", "publisher": "Harper Select", "rating": "5.0", "pagesno": 240, "synopsis": " Known to millions as simply \"Sister Jean,\" the Loyola Chicago matriarch and college basketball icon invites you into her remarkable memoir filled with history, wonder, and common-sense wisdom for this century and beyond.", "toc": "2023-03-02T03:05:49.000Z", "authors": [{"amid": "B0BNJYFZ6B", "author": "Sister Jean Dolores Schmidt", "url": "/Sister-Jean-Dolores-Schmidt/e/", "aid": 3734, "bid": 5069}]}], "Biographies & Memoirs": [{"bid": 3508, "isbn10": "0593237463", "isbn13": "9780593237465", "title": "The Light We Carry: Overcoming in Uncertain Times", "category": "Biographies & Memoirs", "genre": "Community & Culture", "publisher": "Crown", "rating": "0.0", "pagesno": 336, "synopsis": " In an inspiring follow-up to her critically acclaimed, #1 bestselling memoir Becoming, former First Lady Michelle Obama shares practical wisdom and powerful strategies for staying hopeful and balanced in today's highly uncertain world.", "toc": "2022-07-22T03:04:10.000Z", "authors": [{"amid": "a_michelle_obama", "author": "Michelle Obama", "url": "", "aid": 2577, "bid": 3508}]}]} | {"type": "object", "properties": {"Literature & Fiction": {"type": "array", "items": {"type": "object", "properties": {"bid": {"type": "integer"}, "isbn10": {"type": "string"}, "isbn13": {"type": "string"}, "title": {"type": "string"}, "category": {"type": "string"}, "genre": {"type": "string"}, "publisher": {"type": "string"}, "rating": {"type": "string"}, "pagesno": {"type": "integer"}, "synopsis": {"type": "string"}, "toc": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"amid": {"type": "string"}, "author": {"type": "string"}, "url": {"type": "string"}, "aid": {"type": "integer"}, "bid": {"type": "integer"}}}}}}}, "Comics & Graphic Novels": {"type": "array", "items": {"type": "object", "properties": {"bid": {"type": "integer"}, "isbn10": {"type": "string"}, "isbn13": {"type": "string"}, "title": {"type": "string"}, "category": {"type": "string"}, "genre": {"type": "string"}, "publisher": {"type": "string"}, "rating": {"type": "string"}, "pagesno": {"type": "integer"}, "synopsis": {"type": "string"}, "toc": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"amid": {"type": "string"}, "author": {"type": "string"}, "url": {"type": "string"}, "aid": {"type": "integer"}, "bid": {"type": "integer"}}}}}}}, "Business & Money": {"type": "array", "items": {"type": "object", "properties": {"bid": {"type": "integer"}, "isbn10": {"type": "string"}, "isbn13": {"type": "string"}, "title": {"type": "string"}, "category": {"type": "string"}, "genre": {"type": "string"}, "publisher": {"type": "string"}, "rating": {"type": "string"}, "pagesno": {"type": "integer"}, "synopsis": {"type": "string"}, "toc": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"amid": {"type": "string"}, "author": {"type": "string"}, "url": {"type": "string"}, "aid": {"type": "integer"}, "bid": {"type": "integer"}}}}}}}, "Science Fiction & Fantasy": {"type": "array", "items": {"type": "object", "properties": {"bid": {"type": "integer"}, "isbn10": {"type": "string"}, "isbn13": {"type": "string"}, "title": {"type": "string"}, "category": {"type": "string"}, "genre": {"type": "string"}, "publisher": {"type": "string"}, "rating": {"type": "string"}, "pagesno": {"type": "integer"}, "synopsis": {"type": "string"}, "toc": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"amid": {"type": "string"}, "author": {"type": "string"}, "url": {"type": "string"}, "aid": {"type": "integer"}, "bid": {"type": "integer"}}}}}}}, "Children's Books": {"type": "array", "items": {"type": "object", "properties": {"bid": {"type": "integer"}, "isbn10": {"type": "string"}, "isbn13": {"type": "string"}, "title": {"type": "string"}, "category": {"type": "string"}, "genre": {"type": "string"}, "publisher": {"type": "string"}, "rating": {"type": "string"}, "pagesno": {"type": "integer"}, "synopsis": {"type": "string"}, "toc": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"amid": {"type": "string"}, "author": {"type": "string"}, "url": {"type": "string"}, "aid": {"type": "integer"}, "bid": {"type": "integer"}}}}}}}, "Humor & Entertainment": {"type": "array", "items": {"type": "object", "properties": {"bid": {"type": "integer"}, "isbn10": {"type": "string"}, "isbn13": {"type": "string"}, "title": {"type": "string"}, "category": {"type": "string"}, "genre": {"type": "string"}, "publisher": {"type": "string"}, "rating": {"type": "string"}, "pagesno": {"type": "integer"}, "synopsis": {"type": "string"}, "toc": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"amid": {"type": "string"}, "author": {"type": "string"}, "url": {"type": "string"}, "aid": {"type": "integer"}, "bid": {"type": "integer"}}}}}}}, "Teen & Young Adult": {"type": "array", "items": {"type": "object", "properties": {"bid": {"type": "integer"}, "isbn10": {"type": "string"}, "isbn13": {"type": "string"}, "title": {"type": "string"}, "category": {"type": "string"}, "genre": {"type": "string"}, "publisher": {"type": "string"}, "rating": {"type": "string"}, "pagesno": {"type": "integer"}, "synopsis": {"type": "string"}, "toc": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"amid": {"type": "string"}, "author": {"type": "string"}, "url": {"type": "string"}, "aid": {"type": "integer"}, "bid": {"type": "integer"}}}}}}}, "Mystery, Thriller & Suspense": {"type": "array", "items": {"type": "object", "properties": {"bid": {"type": "integer"}, "isbn10": {"type": "string"}, "isbn13": {"type": "string"}, "title": {"type": "string"}, "category": {"type": "string"}, "genre": {"type": "string"}, "publisher": {"type": "string"}, "rating": {"type": "string"}, "pagesno": {"type": "integer"}, "synopsis": {"type": "string"}, "toc": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"amid": {"type": "string"}, "author": {"type": "string"}, "url": {"type": "string"}, "aid": {"type": "integer"}, "bid": {"type": "integer"}}}}}}}, "Christian Books & Bibles": {"type": "array", "items": {"type": "object", "properties": {"bid": {"type": "integer"}, "isbn10": {"type": "string"}, "isbn13": {"type": "string"}, "title": {"type": "string"}, "category": {"type": "string"}, "genre": {"type": "string"}, "publisher": {"type": "string"}, "rating": {"type": "string"}, "pagesno": {"type": "integer"}, "synopsis": {"type": "string"}, "toc": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"amid": {"type": "string"}, "author": {"type": "string"}, "url": {"type": "string"}, "aid": {"type": "integer"}, "bid": {"type": "integer"}}}}}}}, "Politics & Social Sciences": {"type": "array", "items": {"type": "object", "properties": {"bid": {"type": "integer"}, "isbn10": {"type": "string"}, "isbn13": {"type": "string"}, "title": {"type": "string"}, "category": {"type": "string"}, "genre": {"type": "string"}, "publisher": {"type": "string"}, "rating": {"type": "string"}, "pagesno": {"type": "integer"}, "synopsis": {"type": "string"}, "toc": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"amid": {"type": "string"}, "author": {"type": "string"}, "url": {"type": "string"}, "aid": {"type": "integer"}, "bid": {"type": "integer"}}}}}}}, "Romance": {"type": "array", "items": {"type": "object", "properties": {"bid": {"type": "integer"}, "isbn10": {"type": "string"}, "isbn13": {"type": "string"}, "title": {"type": "string"}, "category": {"type": "string"}, "genre": {"type": "string"}, "publisher": {"type": "string"}, "rating": {"type": "string"}, "pagesno": {"type": "integer"}, "synopsis": {"type": "string"}, "toc": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"amid": {"type": "string"}, "author": {"type": "string"}, "url": {"type": "string"}, "aid": {"type": "integer"}, "bid": {"type": "integer"}}}}}}}, "Reference": {"type": "array", "items": {"type": "object", "properties": {"bid": {"type": "integer"}, "isbn10": {"type": "string"}, "isbn13": {"type": "string"}, "title": {"type": "string"}, "category": {"type": "string"}, "genre": {"type": "string"}, "publisher": {"type": "string"}, "rating": {"type": "string"}, "pagesno": {"type": "integer"}, "synopsis": {"type": "string"}, "toc": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"amid": {"type": "string"}, "author": {"type": "string"}, "url": {"type": "string"}, "aid": {"type": "integer"}, "bid": {"type": "integer"}}}}}}}, "Health, Fitness & Dieting": {"type": "array", "items": {"type": "object", "properties": {"bid": {"type": "integer"}, "isbn10": {"type": "string"}, "isbn13": {"type": "string"}, "title": {"type": "string"}, "category": {"type": "string"}, "genre": {"type": "string"}, "publisher": {"type": "string"}, "rating": {"type": "string"}, "pagesno": {"type": "integer"}, "synopsis": {"type": "string"}, "toc": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"amid": {"type": "string"}, "author": {"type": "string"}, "url": {"type": "string"}, "aid": {"type": "integer"}, "bid": {"type": "integer"}}}}}}}, "Self-Help": {"type": "array", "items": {"type": "object", "properties": {"bid": {"type": "integer"}, "isbn10": {"type": "string"}, "isbn13": {"type": "string"}, "title": {"type": "string"}, "category": {"type": "string"}, "genre": {"type": "string"}, "publisher": {"type": "string"}, "rating": {"type": "string"}, "pagesno": {"type": "integer"}, "synopsis": {"type": "string"}, "toc": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"amid": {"type": "string"}, "author": {"type": "string"}, "url": {"type": "string"}, "aid": {"type": "integer"}, "bid": {"type": "integer"}}}}}}}, "History": {"type": "array", "items": {"type": "object", "properties": {"bid": {"type": "integer"}, "isbn10": {"type": "string"}, "isbn13": {"type": "string"}, "title": {"type": "string"}, "category": {"type": "string"}, "genre": {"type": "string"}, "publisher": {"type": "string"}, "rating": {"type": "string"}, "pagesno": {"type": "integer"}, "synopsis": {"type": "string"}, "toc": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"amid": {"type": "string"}, "author": {"type": "string"}, "url": {"type": "string"}, "aid": {"type": "integer"}, "bid": {"type": "integer"}}}}}}}, "Biographies & Memoirs": {"type": "array", "items": {"type": "object", "properties": {"bid": {"type": "integer"}, "isbn10": {"type": "string"}, "isbn13": {"type": "string"}, "title": {"type": "string"}, "category": {"type": "string"}, "genre": {"type": "string"}, "publisher": {"type": "string"}, "rating": {"type": "string"}, "pagesno": {"type": "integer"}, "synopsis": {"type": "string"}, "toc": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"amid": {"type": "string"}, "author": {"type": "string"}, "url": {"type": "string"}, "aid": {"type": "integer"}, "bid": {"type": "integer"}}}}}}}}} |
3220c8ac-de5b-4c3a-b540-a536616e3348/b2a46e24-a310-474d-8c9b-5460fbade7a6/0/0 | Book Discovery by ReadsOmnia | Get access to the Internet’s best-curated selection of must-read books. Search up-to-date databases and/or directly access the data via numerous API endpoints, including: Top-of-the-charts bestsellers, new and trending fiction and nonfiction, Critically acclaimed & Award-winning titles and authors, Top Reade'r suggestions, and more. | 6.7 | New York Times Best Sellers | Current List of New York Times Best Sellers Sorted by Genre | 200 | Response | {"Children's Books": [{"bid": 388, "isbn10": "1368077927", "isbn13": "9781368077927", "title": "Daughter of the Deep", "category": "Children's Books", "genre": "Geography & Cultures", "publisher": "Disney-Hyperion", "rating": "4.8", "pagesno": 352, "synopsis": "New York Times #1 best-selling author Rick Riordan pays homage to Jules Verne in his exciting modern take on 20,000 Leagues Under the Sea.<br>\"If you have ever craved a story that will leave your heart racing, your lungs gasping from the numerous twists and turns, your soul heaving from the effort of now carrying an ensemble cast, you will find all that and more in these pages.", "toc": "2021-11-07T17:28:53.000Z", "authors": [{"amid": "B001HD0WE8", "author": "Rick Riordan", "url": "/Rick-Riordan/e/", "aid": 119, "bid": 388}]}, {"bid": 160, "isbn10": "1338712764", "isbn13": "9781338712766", "title": "Cat Kid Comic Club: A Graphic Novel (Cat Kid Comic Club #1): From the Creator of Dog Man", "category": "Children's Books", "genre": "Animals", "publisher": "Graphix", "rating": "4.9", "pagesno": 176, "synopsis": "A pioneering new graphic novel series by Dav Pilkey, the author and illustrator of the internationally bestselling Dog Man and Captain Underpants series.", "toc": "2021-10-28T20:02:56.000Z", "authors": [{"amid": "B000APCYV8", "author": "Dav Pilkey", "url": "/Dav-Pilkey/e/", "aid": 114, "bid": 160}]}, {"bid": 153, "isbn10": "0062930346", "isbn13": "9780062930347", "title": "Pax, Journey Home", "category": "Children's Books", "genre": "Growing Up & Facts of Life", "publisher": "Balzer + Bray", "rating": "4.9", "pagesno": 256, "synopsis": "From award-winning author Sara Pennypacker comes the long-awaited sequel to <br>Pax;<br> this is a gorgeously crafted, utterly compelling novel about chosen families and the healing power of love.", "toc": "2021-10-28T11:12:35.000Z", "authors": [{"amid": "a_sara_pennypacker", "author": "Sara Pennypacker", "url": "", "aid": 138, "bid": 153}]}], "Teen & Young Adult": [{"bid": 119, "isbn10": "0735269939", "isbn13": "9780735269934", "title": "Iron Widow", "category": "Teen & Young Adult", "genre": "Science Fiction & Fantasy", "publisher": "Penguin Teen", "rating": "4.8", "pagesno": 400, "synopsis": "An instant #1 New York Times bestseller!<br>Pacific Rim meets The Handmaid's Tale in this blend of Chinese history and mecha science fiction for YA readers.<br>The boys of Huaxia dream of pairing up with girls to pilot Chrysalises, giant transforming robots that can battle the mecha aliens that lurk beyond the Great Wall.", "toc": "2021-10-27T14:29:03.000Z", "authors": [{"amid": "B08RWGH5N3", "author": "Xiran Jay Zhao", "url": "/Xiran-Jay-Zhao/e/", "aid": 117, "bid": 119}]}], "Business & Money": [{"bid": 2141, "isbn10": "059319148X", "isbn13": "9780593191484", "title": "From Strength to Strength: Finding Success, Happiness, and Deep Purpose in the Second Half of Life", "category": "Business & Money", "genre": "Job Hunting & Careers", "publisher": "Portfolio", "rating": "3.8", "pagesno": 272, "synopsis": " The roadmap for finding purpose, meaning, and success as we age, from bestselling author, Harvard professor, and the Atlantic's happiness columnist Arthur Brooks.", "toc": "2022-02-17T03:04:10.000Z", "authors": [{"amid": "B001HOU7RE", "author": "Arthur C. Brooks", "url": "/Arthur-C.-Brooks/e/", "aid": 1528, "bid": 2141}]}], "Science Fiction & Fantasy": [{"bid": 2676, "isbn10": "0593321448", "isbn13": "9780593321447", "title": "Sea of Tranquility: A novel", "category": "Science Fiction & Fantasy", "genre": "Science Fiction", "publisher": "Knopf", "rating": "4.5", "pagesno": 272, "synopsis": " The award-winning, best-selling author of Station Eleven and The Glass Hotel returns with a novel of art, time, love, and plague that takes the reader from Vancouver Island in 1912 to a dark colony on the moon five hundred years later, unfurling a story of humanity across centuries and space.", "toc": "2022-04-14T00:01:16.000Z", "authors": [{"amid": "B002BMMGK2", "author": "Emily St. John Mandel", "url": "/Emily-St.-John-Mandel/e/", "aid": 1887, "bid": 2676}]}], "Literature & Fiction": [{"bid": 2297, "isbn10": "1984821466", "isbn13": "9781984821461", "title": "Finding Ashley: A Novel", "category": "Literature & Fiction", "genre": "Genre Fiction", "publisher": "Delacorte Press", "rating": "4.6", "pagesno": 288, "synopsis": " NEW YORK TIMES BESTSELLER \u2022 In this blockbuster novel from Danielle Steel, two estranged sisters get the chance to connect again and right the wrongs of the past.", "toc": "2022-03-03T09:01:25.000Z", "authors": [{"amid": "B000APK2GC", "author": "Danielle Steel", "url": "/Danielle-Steel/e/", "aid": 77, "bid": 2297}]}], "Self-Help": [{"bid": 1064, "isbn10": "0802473156", "isbn13": "9780802473158", "title": "The 5 Love Languages: The Secret to Love That Lasts", "category": "Self-Help", "genre": "Relationships", "publisher": "Northfield Publishing; Reprint edition", "rating": "4.7", "pagesno": 208, "synopsis": "\"How do we meet each other's deep emotional need to feel loved?<br> If we can learn that and choose to do it, then the love we share will be exciting beyond anything we ever felt when we were infatuated.<br>\" - Dr Gary ChapmanDr Chapman's international bestseller has brought back or intensified the love in millions of marriages by revealing the five distinct languages we all use to express love:Words of AffirmationQuality TimeGiftsActs of ServicePhysical TouchCouples who understand each other's love language hold a priceless advantage in the quest for love that lasts a lifetime - they know how to effectively and consistently make each other feel truly and deeply loved.", "toc": "2021-11-18T09:02:04.000Z", "authors": [{"amid": "B01IAEQ73Q", "author": "Gary Chapman", "url": "/Gary-Chapman/e/", "aid": 720, "bid": 1064}]}], "Health, Fitness & Dieting": [{"bid": 743, "isbn10": "1250223180", "isbn13": "9781250223180", "title": "What Happened to You?: Conversations on Trauma, Resilience, and Healing", "category": "Health, Fitness & Dieting", "genre": "Mental Health", "publisher": "Flatiron Books: An Oprah Book; 1st edition", "rating": "4.7", "pagesno": 304, "synopsis": "#1 NEW YORK TIMES BESTSELLEROur earliest experiences shape our lives far down the road, and What Happened to You?<br> provides powerful scientific and emotional insights into the behavioral patterns so many of us struggle to understand.<br>\"Through this lens we can build a renewed sense of personal self-worth and ultimately recalibrate our responses to circumstances, situations, and relationships.", "toc": "2021-11-09T15:33:07.000Z", "authors": [{"amid": "B08Z31GHLK", "author": "Oprah Winfrey", "url": "/Oprah-Winfrey/e/", "aid": 504, "bid": 743}, {"amid": "B004G8LMOU", "author": "Bruce D. Perry", "url": "/Bruce-D.-Perry/e/", "aid": 505, "bid": 743}]}], "Biographies & Memoirs": [{"bid": 857, "isbn10": "0063076098", "isbn13": "9780063076099", "title": "The Storyteller: Tales of Life and Music", "category": "Biographies & Memoirs", "genre": "Arts & Literature", "publisher": "Dey Street Books", "rating": "4.8", "pagesno": 384, "synopsis": "The #1 New York Times BestsellerSo, I've written a book.<br>Having entertained the idea for years, and even offered a few questionable opportunities (\"It's a piece of cake!<br> Just do 4 hours of interviews, find someone else to write it, put your face on the cover, and voila!", "toc": "2021-11-11T00:02:16.000Z", "authors": [{"amid": "B091S2D6H2", "author": "Dave Grohl", "url": "/Dave-Grohl/e/", "aid": 93, "bid": 857}]}], "History": [{"bid": 5225, "isbn10": "1955905142", "isbn13": "9781955905145", "title": "The Humanity Archive: Recovering the Soul of Black History from a Whitewashed American Myth", "category": "History", "genre": "Americas", "publisher": "Row House Publishing", "rating": "5.0", "pagesno": 416, "synopsis": " This sweeping survey of Black history shows how Black humanity has been erased and how its recovery can save the humanity of us all.<br>\"An innovative reading of Black history, gracefully joining it to the larger history of all humankind.<br>\" - Kirkus Starred Review Named by Essence Magazine as one of \"31 Books You Must Read\" in 2023.", "toc": "2023-03-09T09:02:09.000Z", "authors": [{"amid": "B0B3Y2MZZF", "author": "Jermaine Fowler", "url": "/Jermaine-Fowler/e/", "aid": 3857, "bid": 5225}]}], "Politics & Social Sciences": [{"bid": 2587, "isbn10": "006315899X", "isbn13": "9780063158993", "title": "Recessional: The Death of Free Speech and the Cost of a Free Lunch", "category": "Politics & Social Sciences", "genre": "Politics & Government", "publisher": "Broadside Books", "rating": "5.0", "pagesno": 240, "synopsis": " \"Savagery appeased can only grow.<br> Once you give in to it, it must escalate, like a fire searching for air.<br>\"The man who won the Pulitzer Prize for GLENGARRY GLEN ROSS, who wrote the classic films THE VERDICT and WAG THE DOG sounds his alarm about the Visigoths at our gates.", "toc": "2022-04-05T12:05:32.000Z", "authors": [{"amid": "B000APXE7Q", "author": "David Mamet", "url": "/David-Mamet/e/", "aid": 1831, "bid": 2587}]}], "Mystery, Thriller & Suspense": [{"bid": 2280, "isbn10": "0063003058", "isbn13": "9780063003057", "title": "The Paris Apartment: A Novel", "category": "Mystery, Thriller & Suspense", "genre": "Thrillers & Suspense", "publisher": "William Morrow", "rating": "4.1", "pagesno": 368, "synopsis": " \"As you patiently await season two of Only Murders in the Building, cozy up with Lucy Foley's latest whodunnit.<br>\" -- Parade\"Exceedingly clever.<br>\" -- BooklistFrom the New York Times bestselling author of The Guest List comes a new locked room mystery, set in a Paris apartment building in which every resident has something to hide\u2026 Jess needs a fresh start.", "toc": "2022-03-01T16:09:19.000Z", "authors": [{"amid": "B00LMBVZNC", "author": "Lucy Foley", "url": "/Lucy-Foley/e/", "aid": 363, "bid": 2280}]}], "Comics & Graphic Novels": [{"bid": 962, "isbn10": "1974709957", "isbn13": "9781974709953", "title": "Chainsaw Man, Vol. 3 (3)", "category": "Comics & Graphic Novels", "genre": "Manga", "publisher": "VIZ Media LLC", "rating": "4.9", "pagesno": 192, "synopsis": "Broke young man + chainsaw dog demon = Chainsaw Man!<br>Denji was a small-time devil hunter just trying to survive a harsh world.<br> After being killed on a job, Denji is revived by his pet devil-dog Pochita and becomes something new and dangerous-Chainsaw Man!", "toc": "2021-11-15T03:04:15.000Z", "authors": [{"amid": "B077MTLX2F", "author": "Tatsuki Fujimoto", "url": "/Tatsuki-Fujimoto/e/", "aid": 314, "bid": 962}]}, {"bid": 217, "isbn10": "1974709949", "isbn13": "9781974709946", "title": "Chainsaw Man, Vol. 2 (2)", "category": "Comics & Graphic Novels", "genre": "Manga", "publisher": "VIZ Media LLC", "rating": "4.8", "pagesno": 192, "synopsis": "Broke young man + chainsaw dog demon = Chainsaw Man!<br>Denji’<br>s a poor young man who’", "toc": "2021-10-30T13:30:22.000Z", "authors": [{"amid": "B075C4Z2QK", "author": "Tatsuki Fujimoto", "url": "/Tatsuki-Fujimoto/e/", "aid": 184, "bid": 217}]}], "Christian Books & Bibles": [{"bid": 740, "isbn10": "0063046598", "isbn13": "9780063046597", "title": "The Women of the Bible Speak: The Wisdom of 16 Women and Their Lessons for Today", "category": "Christian Books & Bibles", "genre": "Christian Living", "publisher": "Broadside Books", "rating": "4.8", "pagesno": 256, "synopsis": "#1 NEW YORK TIMES BESTSELLER!<br> The women of the Bible lived timeless stories-by examining them, we can understand what it means to be a woman of faith.<br> People unfamiliar with Scripture often assume that women play a small, secondary role in the Bible.", "toc": "2021-11-09T15:32:17.000Z", "authors": [{"amid": "B07PLL7VSM", "author": "Shannon Bream", "url": "/Shannon-Bream/e/", "aid": 502, "bid": 740}]}], "Humor & Entertainment": [{"bid": 4197, "isbn10": "1250866448", "isbn13": "9781250866448", "title": "Friends, Lovers, and the Big Terrible Thing: A Memoir", "category": "Humor & Entertainment", "genre": "Television", "publisher": "Flatiron Books", "rating": "0.0", "pagesno": 272, "synopsis": " A MOST ANTICIPATED BOOK BY TIME, THE ASSOCIATED PRESS, GOODREADS, USA TODAY, AND MORE!<br> The beloved star of Friends takes us behind the scenes of the hit sitcom and his struggles with addiction in this candid, funny, and revelatory memoir that delivers a powerful message of hope and persistence.", "toc": "2022-10-18T12:04:43.000Z", "authors": [{"amid": "a_matthew_perry", "author": "Matthew Perry", "url": "", "aid": 3119, "bid": 4197}]}], "Cookbooks, Food & Wine": [{"bid": 2403, "isbn10": "0393541215", "isbn13": "9780393541212", "title": "The Wok: Recipes and Techniques", "category": "Cookbooks, Food & Wine", "genre": "Regional & International", "publisher": "W. W. Norton & Company", "rating": "4.5", "pagesno": 672, "synopsis": " One of Time's 10 Most Anticipated Cookbooks of 2022 From J.<br> Kenji L\u00f3pez-Alt, the author of the best-selling cookbook The Food Lab: the definitive guide to the science and technique of cooking in a wok.<br>J.", "toc": "2022-03-15T12:04:49.000Z", "authors": [{"amid": "B012EBAGJW", "author": "J. Kenji L\u00f3pez-Alt", "url": "/J.-Kenji-L%C3%B3pez-Alt/e/", "aid": 1705, "bid": 2403}]}], "Science & Math": [{"bid": 2738, "isbn10": "0691194076", "isbn13": "9780691194073", "title": "Welcome to the Universe in 3D: A Visual Tour", "category": "Science & Math", "genre": "Astronomy & Space Science", "publisher": "Princeton University Press", "rating": "0.0", "pagesno": 208, "synopsis": " Journey into the universe through the most spectacular sights in astronomy in stereoscopic 3DWelcome to the Universe in 3D takes you on a grand tour of the observable universe, guiding you through the most spectacular sights in the cosmos\u2015in breathtaking 3D.", "toc": "2022-04-19T12:05:39.000Z", "authors": [{"amid": "B01LWWMWQS", "author": "Michael A. Strauss", "url": "/Michael-A.-Strauss/e/", "aid": 1938, "bid": 2738}, {"amid": "B001KDPEES", "author": "J. Richard Gott", "url": "/J.-Richard-Gott/e/", "aid": 1939, "bid": 2738}]}]} | {"type": "object", "properties": {"Children's Books": {"type": "array", "items": {"type": "object", "properties": {"bid": {"type": "integer"}, "isbn10": {"type": "string"}, "isbn13": {"type": "string"}, "title": {"type": "string"}, "category": {"type": "string"}, "genre": {"type": "string"}, "publisher": {"type": "string"}, "rating": {"type": "string"}, "pagesno": {"type": "integer"}, "synopsis": {"type": "string"}, "toc": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"amid": {"type": "string"}, "author": {"type": "string"}, "url": {"type": "string"}, "aid": {"type": "integer"}, "bid": {"type": "integer"}}}}}}}, "Teen & Young Adult": {"type": "array", "items": {"type": "object", "properties": {"bid": {"type": "integer"}, "isbn10": {"type": "string"}, "isbn13": {"type": "string"}, "title": {"type": "string"}, "category": {"type": "string"}, "genre": {"type": "string"}, "publisher": {"type": "string"}, "rating": {"type": "string"}, "pagesno": {"type": "integer"}, "synopsis": {"type": "string"}, "toc": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"amid": {"type": "string"}, "author": {"type": "string"}, "url": {"type": "string"}, "aid": {"type": "integer"}, "bid": {"type": "integer"}}}}}}}, "Business & Money": {"type": "array", "items": {"type": "object", "properties": {"bid": {"type": "integer"}, "isbn10": {"type": "string"}, "isbn13": {"type": "string"}, "title": {"type": "string"}, "category": {"type": "string"}, "genre": {"type": "string"}, "publisher": {"type": "string"}, "rating": {"type": "string"}, "pagesno": {"type": "integer"}, "synopsis": {"type": "string"}, "toc": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"amid": {"type": "string"}, "author": {"type": "string"}, "url": {"type": "string"}, "aid": {"type": "integer"}, "bid": {"type": "integer"}}}}}}}, "Science Fiction & Fantasy": {"type": "array", "items": {"type": "object", "properties": {"bid": {"type": "integer"}, "isbn10": {"type": "string"}, "isbn13": {"type": "string"}, "title": {"type": "string"}, "category": {"type": "string"}, "genre": {"type": "string"}, "publisher": {"type": "string"}, "rating": {"type": "string"}, "pagesno": {"type": "integer"}, "synopsis": {"type": "string"}, "toc": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"amid": {"type": "string"}, "author": {"type": "string"}, "url": {"type": "string"}, "aid": {"type": "integer"}, "bid": {"type": "integer"}}}}}}}, "Literature & Fiction": {"type": "array", "items": {"type": "object", "properties": {"bid": {"type": "integer"}, "isbn10": {"type": "string"}, "isbn13": {"type": "string"}, "title": {"type": "string"}, "category": {"type": "string"}, "genre": {"type": "string"}, "publisher": {"type": "string"}, "rating": {"type": "string"}, "pagesno": {"type": "integer"}, "synopsis": {"type": "string"}, "toc": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"amid": {"type": "string"}, "author": {"type": "string"}, "url": {"type": "string"}, "aid": {"type": "integer"}, "bid": {"type": "integer"}}}}}}}, "Self-Help": {"type": "array", "items": {"type": "object", "properties": {"bid": {"type": "integer"}, "isbn10": {"type": "string"}, "isbn13": {"type": "string"}, "title": {"type": "string"}, "category": {"type": "string"}, "genre": {"type": "string"}, "publisher": {"type": "string"}, "rating": {"type": "string"}, "pagesno": {"type": "integer"}, "synopsis": {"type": "string"}, "toc": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"amid": {"type": "string"}, "author": {"type": "string"}, "url": {"type": "string"}, "aid": {"type": "integer"}, "bid": {"type": "integer"}}}}}}}, "Health, Fitness & Dieting": {"type": "array", "items": {"type": "object", "properties": {"bid": {"type": "integer"}, "isbn10": {"type": "string"}, "isbn13": {"type": "string"}, "title": {"type": "string"}, "category": {"type": "string"}, "genre": {"type": "string"}, "publisher": {"type": "string"}, "rating": {"type": "string"}, "pagesno": {"type": "integer"}, "synopsis": {"type": "string"}, "toc": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"amid": {"type": "string"}, "author": {"type": "string"}, "url": {"type": "string"}, "aid": {"type": "integer"}, "bid": {"type": "integer"}}}}}}}, "Biographies & Memoirs": {"type": "array", "items": {"type": "object", "properties": {"bid": {"type": "integer"}, "isbn10": {"type": "string"}, "isbn13": {"type": "string"}, "title": {"type": "string"}, "category": {"type": "string"}, "genre": {"type": "string"}, "publisher": {"type": "string"}, "rating": {"type": "string"}, "pagesno": {"type": "integer"}, "synopsis": {"type": "string"}, "toc": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"amid": {"type": "string"}, "author": {"type": "string"}, "url": {"type": "string"}, "aid": {"type": "integer"}, "bid": {"type": "integer"}}}}}}}, "History": {"type": "array", "items": {"type": "object", "properties": {"bid": {"type": "integer"}, "isbn10": {"type": "string"}, "isbn13": {"type": "string"}, "title": {"type": "string"}, "category": {"type": "string"}, "genre": {"type": "string"}, "publisher": {"type": "string"}, "rating": {"type": "string"}, "pagesno": {"type": "integer"}, "synopsis": {"type": "string"}, "toc": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"amid": {"type": "string"}, "author": {"type": "string"}, "url": {"type": "string"}, "aid": {"type": "integer"}, "bid": {"type": "integer"}}}}}}}, "Politics & Social Sciences": {"type": "array", "items": {"type": "object", "properties": {"bid": {"type": "integer"}, "isbn10": {"type": "string"}, "isbn13": {"type": "string"}, "title": {"type": "string"}, "category": {"type": "string"}, "genre": {"type": "string"}, "publisher": {"type": "string"}, "rating": {"type": "string"}, "pagesno": {"type": "integer"}, "synopsis": {"type": "string"}, "toc": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"amid": {"type": "string"}, "author": {"type": "string"}, "url": {"type": "string"}, "aid": {"type": "integer"}, "bid": {"type": "integer"}}}}}}}, "Mystery, Thriller & Suspense": {"type": "array", "items": {"type": "object", "properties": {"bid": {"type": "integer"}, "isbn10": {"type": "string"}, "isbn13": {"type": "string"}, "title": {"type": "string"}, "category": {"type": "string"}, "genre": {"type": "string"}, "publisher": {"type": "string"}, "rating": {"type": "string"}, "pagesno": {"type": "integer"}, "synopsis": {"type": "string"}, "toc": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"amid": {"type": "string"}, "author": {"type": "string"}, "url": {"type": "string"}, "aid": {"type": "integer"}, "bid": {"type": "integer"}}}}}}}, "Comics & Graphic Novels": {"type": "array", "items": {"type": "object", "properties": {"bid": {"type": "integer"}, "isbn10": {"type": "string"}, "isbn13": {"type": "string"}, "title": {"type": "string"}, "category": {"type": "string"}, "genre": {"type": "string"}, "publisher": {"type": "string"}, "rating": {"type": "string"}, "pagesno": {"type": "integer"}, "synopsis": {"type": "string"}, "toc": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"amid": {"type": "string"}, "author": {"type": "string"}, "url": {"type": "string"}, "aid": {"type": "integer"}, "bid": {"type": "integer"}}}}}}}, "Christian Books & Bibles": {"type": "array", "items": {"type": "object", "properties": {"bid": {"type": "integer"}, "isbn10": {"type": "string"}, "isbn13": {"type": "string"}, "title": {"type": "string"}, "category": {"type": "string"}, "genre": {"type": "string"}, "publisher": {"type": "string"}, "rating": {"type": "string"}, "pagesno": {"type": "integer"}, "synopsis": {"type": "string"}, "toc": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"amid": {"type": "string"}, "author": {"type": "string"}, "url": {"type": "string"}, "aid": {"type": "integer"}, "bid": {"type": "integer"}}}}}}}, "Humor & Entertainment": {"type": "array", "items": {"type": "object", "properties": {"bid": {"type": "integer"}, "isbn10": {"type": "string"}, "isbn13": {"type": "string"}, "title": {"type": "string"}, "category": {"type": "string"}, "genre": {"type": "string"}, "publisher": {"type": "string"}, "rating": {"type": "string"}, "pagesno": {"type": "integer"}, "synopsis": {"type": "string"}, "toc": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"amid": {"type": "string"}, "author": {"type": "string"}, "url": {"type": "string"}, "aid": {"type": "integer"}, "bid": {"type": "integer"}}}}}}}, "Cookbooks, Food & Wine": {"type": "array", "items": {"type": "object", "properties": {"bid": {"type": "integer"}, "isbn10": {"type": "string"}, "isbn13": {"type": "string"}, "title": {"type": "string"}, "category": {"type": "string"}, "genre": {"type": "string"}, "publisher": {"type": "string"}, "rating": {"type": "string"}, "pagesno": {"type": "integer"}, "synopsis": {"type": "string"}, "toc": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"amid": {"type": "string"}, "author": {"type": "string"}, "url": {"type": "string"}, "aid": {"type": "integer"}, "bid": {"type": "integer"}}}}}}}, "Science & Math": {"type": "array", "items": {"type": "object", "properties": {"bid": {"type": "integer"}, "isbn10": {"type": "string"}, "isbn13": {"type": "string"}, "title": {"type": "string"}, "category": {"type": "string"}, "genre": {"type": "string"}, "publisher": {"type": "string"}, "rating": {"type": "string"}, "pagesno": {"type": "integer"}, "synopsis": {"type": "string"}, "toc": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"amid": {"type": "string"}, "author": {"type": "string"}, "url": {"type": "string"}, "aid": {"type": "integer"}, "bid": {"type": "integer"}}}}}}}}} |
3220c8ac-de5b-4c3a-b540-a536616e3348/37105866-ad0f-43e2-b171-ba651db8cb22/0/0 | Book Discovery by ReadsOmnia | Get access to the Internet’s best-curated selection of must-read books. Search up-to-date databases and/or directly access the data via numerous API endpoints, including: Top-of-the-charts bestsellers, new and trending fiction and nonfiction, Critically acclaimed & Award-winning titles and authors, Top Reade'r suggestions, and more. | 6.7 | Greatest Books of the Millennium | Curated list of must-read fiction and non-fiction books that have had a significant impact in the last century based on recommendations from a variety of experts, authors, and critics in the field. | 200 | Response | {"Literature & Fiction": [{"bid": 437, "isbn10": "1400078776", "isbn13": "9781400078776", "title": "Never Let Me Go", "category": "Literature & Fiction", "genre": "Genre Fiction", "publisher": "Vintage", "rating": "4.2", "pagesno": 288, "synopsis": "From the winner of the Nobel Prize in Literature and author of the Booker Prize\u2013winning novel The Remains of the Day comes a devastating novel of innocence, knowledge, and loss.", "toc": "2021-11-07T22:02:42.000Z", "authors": [{"amid": "B000APSEA8", "author": "Kazuo Ishiguro", "url": "/Kazuo-Ishiguro/e/", "aid": 334, "bid": 437}]}, {"bid": 581, "isbn10": "0312427735", "isbn13": "9780312427733", "title": "Middlesex: A Novel (Oprah's Book Club)", "category": "Literature & Fiction", "genre": "Genre Fiction", "publisher": "Picador; 1st edition", "rating": "4.4", "pagesno": 544, "synopsis": "\"I was born twice: first, as a baby girl, on a remarkably smogless Detroit day of January 1960;<br> and then again, as a teenage boy, in an emergency room near Petoskey, Michigan, in August of l974.<br> .", "toc": "2021-11-08T18:15:21.000Z", "authors": [{"amid": "B000AP5K00", "author": "Jeffrey Eugenides", "url": "/Jeffrey-Eugenides/e/", "aid": 398, "bid": 581}]}, {"bid": 1170, "isbn10": "0812983580", "isbn13": "9780812983586", "title": "The Amazing Adventures of Kavalier & Clay", "category": "Literature & Fiction", "genre": "Genre Fiction", "publisher": "Random House Trade Paperbacks; Reprint edition", "rating": "4.5", "pagesno": 684, "synopsis": "WINNER OF THE PULITZER PRIZE \u2022 NEW YORK TIMES BESTSELLER \u2022 The epic, beloved novel of two boy geniuses dreaming up superheroes in New York's Golden Age of comics, now with special bonus material by the author-soon to be a Showtime limited series \"It's absolutely gosh-wow, super-colossal-smart, funny, and a continual pleasure to read.", "toc": "2021-11-23T15:43:21.000Z", "authors": [{"amid": "B00456TWZY", "author": "Michael Chabon", "url": "/Michael-Chabon/e/", "aid": 795, "bid": 1170}]}, {"bid": 1169, "isbn10": "0307387895", "isbn13": "9780307387899", "title": "The Road", "category": "Literature & Fiction", "genre": "Contemporary", "publisher": "Knopf Doubleday Publishing Group", "rating": "4.4", "pagesno": 287, "synopsis": "NATIONAL BESTSELLER \u2022 WINNER OF THE PULITZER PRIZE \u2022 A searing, post-apocalyptic novel about a father and son's fight to survive, this \"tale of survival and the miracle of goodness only adds to McCarthy's stature as a living master.", "toc": "2021-11-23T15:43:10.000Z", "authors": [{"amid": "B000APT0OW", "author": "Cormac McCarthy", "url": "/Cormac-McCarthy/e/", "aid": 794, "bid": 1169}]}, {"bid": 534, "isbn10": "0312429215", "isbn13": "9780312429218", "title": "2666: A Novel", "category": "Literature & Fiction", "genre": "United States", "publisher": "Picador; Reprint edition", "rating": "4.3", "pagesno": 912, "synopsis": " A NATIONAL BOOK CRITICS CIRCLE AWARD WINNER THE POSTHUMOUS MASTERWORK FROM \"ONE OF THE GREATEST AND MOST INFLUENTIAL MODERN WRITERS\" (JAMES WOOD, THE NEW YORK TIMES BOOK REVIEW) Composed in the last years of Roberto Bola\u00f1o's life, 2666 was greeted across Europe and Latin America as his highest achievement, surpassing even his previous work in its strangeness, beauty, and scope.", "toc": "2021-11-08T13:00:15.000Z", "authors": [{"amid": "B001H6WAI6", "author": "Roberto Bola\u00f1o", "url": "/Roberto-Bola%C3%B1o/e/", "aid": 373, "bid": 534}]}, {"bid": 1168, "isbn10": "0812982614", "isbn13": "9780812982619", "title": "Austerlitz (Modern Library (Paperback))", "category": "Literature & Fiction", "genre": "Genre Fiction", "publisher": "Modern Library; 10th Anniversary ed. edition", "rating": "4.2", "pagesno": 320, "synopsis": "This tenth anniversary edition of W.<br> G.<br> Sebald's celebrated masterpiece includes a new Introduction by acclaimed critic James Wood.", "toc": "2021-11-23T15:42:56.000Z", "authors": [{"amid": "B000APVU04", "author": "Winfried Georg Sebald", "url": "/Winfried-Georg-Sebald/e/", "aid": 793, "bid": 1168}]}, {"bid": 1167, "isbn10": "1594483299", "isbn13": "9781594483295", "title": "The Brief Wondrous Life of Oscar Wao", "category": "Literature & Fiction", "genre": "Genre Fiction", "publisher": "Riverhead Books; Reprint edition", "rating": "4.4", "pagesno": 339, "synopsis": "Winner of: The Pulitzer Prize The National Book Critics Circle Award The Anisfield-Wolf Book Award The Jon Sargent, Sr.<br> First Novel Prize A Time Magazine #1 Fiction Book of the Year One of the best books of 2007 according to: The New York Times, San Francisco Chronicle, New York Magazine, Entertainment Weekly, The Boston Globe, Los Angeles Times, The Washington Post, People, The Village Voice, Time Out New York, Salon, Baltimore City Paper, The Christian Science Monitor, Booklist, Library Journal, Publishers Weekly, New York Public Library, and many more.", "toc": "2021-11-23T15:42:43.000Z", "authors": [{"amid": "B000APBY9G", "author": "Junot D\u00edaz", "url": "/Junot-D%C3%ADaz/e/", "aid": 792, "bid": 1167}]}, {"bid": 1166, "isbn10": "0312421273", "isbn13": "9780312421274", "title": "The Corrections: A Novel", "category": "Literature & Fiction", "genre": "United States", "publisher": "Picador; Reprint edition", "rating": "4.2", "pagesno": 576, "synopsis": "#1 NEW YORK TIMES BestsellerNATIONAL BOOK AWARD WINNER\"A spellbinding novel\" (People) from the New York Times bestselling author Jonathan Franzen, The Corrections is a comic, tragic epic of worlds colliding: an old-fashioned world of civic virtue and sexual inhibitions, a new world of home surveillance, hands-off parenting, do-it-yourself mental health care, and globalized greed.", "toc": "2021-11-23T15:42:28.000Z", "authors": [{"amid": "B00458HQ7S", "author": "Jonathan Franzen", "url": "/Jonathan-Franzen/e/", "aid": 96, "bid": 1166}]}, {"bid": 1165, "isbn10": "0375703861", "isbn13": "9780375703867", "title": "White Teeth: A Novel", "category": "Literature & Fiction", "genre": "Genre Fiction", "publisher": "Vintage", "rating": "4.3", "pagesno": 464, "synopsis": "NATIONAL BESTSELLER \u2022 Set against London's racial and cultural tapestry, venturing across the former empire and into the past as it barrels toward the future, White Teeth revels in the ecstatic hodgepodge of modern life, flirting with disaster, confounding expectations, and embracing the comedy of daily existence.", "toc": "2021-11-23T15:41:53.000Z", "authors": [{"amid": "B001D0P4CA", "author": "Zadie Smith", "url": "/Zadie-Smith/e/", "aid": 791, "bid": 1165}]}, {"bid": 1164, "isbn10": "038572179X", "isbn13": "9780385721790", "title": "Atonement: A Novel", "category": "Literature & Fiction", "genre": "Genre Fiction", "publisher": "Anchor Books; 1st edition", "rating": "4.4", "pagesno": 351, "synopsis": "National Bestseller Ian McEwan's symphonic novel of love and war, childhood and class, guilt and forgiveness provides all the satisfaction of a brilliant narrative and the provocation we have come to expect from this master of English prose.", "toc": "2021-11-23T15:41:38.000Z", "authors": [{"amid": "B000AQ1USU", "author": "Ian McEwan", "url": "/Ian-McEwan/e/", "aid": 790, "bid": 1164}]}], "Mystery, Thriller & Suspense": [{"bid": 1184, "isbn10": "030758836X", "isbn13": "9780307588364", "title": "Gone Girl", "category": "Mystery, Thriller & Suspense", "genre": "Thrillers & Suspense", "publisher": "Crown; 1st edition", "rating": "4.1", "pagesno": 419, "synopsis": "#1 NEW YORK TIMES BESTSELLER \u2022 The \"mercilessly entertaining\" (Vanity Fair) instant classic \"about the nature of identity and the terrible secrets that can survive and thrive in even the most intimate relationships\" (Lev Grossman, Time).", "toc": "2021-11-23T15:47:09.000Z", "authors": [{"amid": "B001JP3W46", "author": "Gillian Flynn", "url": "/Gillian-Flynn/e/", "aid": 808, "bid": 1184}]}], "Teen & Young Adult": [{"bid": 1188, "isbn10": "0439023513", "isbn13": "9780439023511", "title": "Mockingjay (The Hunger Games)", "category": "Teen & Young Adult", "genre": "Literature & Fiction", "publisher": "Scholastic Press; 1st edition", "rating": "4.6", "pagesno": 391, "synopsis": "Against all odds, Katniss Everdeen has survived the Hunger Games twice.<br> But now that she's made it out of the bloody arena alive, she's still not safe.<br> The Capitol is angry.", "toc": "2021-11-23T15:48:09.000Z", "authors": [{"amid": "B001H6V7I0", "author": "Suzanne Collins", "url": "/Suzanne-Collins/e/", "aid": 811, "bid": 1188}]}], "Crafts, Hobbies & Home": [{"bid": 1183, "isbn10": "0385720955", "isbn13": "9780385720953", "title": "The Blind Assassin: A Novel, Cover may vary", "category": "Crafts, Hobbies & Home", "genre": "Gardening & Landscape Design", "publisher": "Anchor", "rating": "4.3", "pagesno": 521, "synopsis": "From the #1 New York Times bestselling author of The Handmaid's TaleWINNER OF THE BOOKER PRIZEIn The Blind Assassin, Margaret Atwood weaves together strands of gothic suspense, romance, and science fiction into one utterly spellbinding narrative.", "toc": "2021-11-23T15:46:54.000Z", "authors": [{"amid": "B000AQTHI0", "author": "Margaret Atwood", "url": "/Margaret-Atwood/e/", "aid": 375, "bid": 1183}]}], "Comics & Graphic Novels": [{"bid": 1178, "isbn10": "0375714545", "isbn13": "9780375714542", "title": "Jimmy Corrigan: The Smartest Kid on Earth (Pantheon Graphic Library)", "category": "Comics & Graphic Novels", "genre": "Manga", "publisher": "Pantheon; Reprint edition", "rating": "4.3", "pagesno": 380, "synopsis": "This first book from Chicago author Chris Ware is a pleasantly-decorated view at a lonely and emotionally-impaired \"everyman\" (Jimmy Corrigan: The Smartest Kid on Earth), who is provided, at age 36, the opportunity to meet his father for the first time.", "toc": "2021-11-23T15:45:09.000Z", "authors": [{"amid": "B001JOJLJ2", "author": "Chris Ware", "url": "/Chris-Ware/e/", "aid": 802, "bid": 1178}]}], "Children's Books": [{"bid": 579, "isbn10": "0375842209", "isbn13": "9780375842207", "title": "The Book Thief", "category": "Children's Books", "genre": "Growing Up & Facts of Life", "publisher": "Knopf Books for Young Readers; Reprint edition", "rating": "4.7", "pagesno": 608, "synopsis": "#1 NEW YORK TIMES BESTSELLER \u2022 ONE OF TIME MAGAZINE'S 100 BEST YA BOOKS OF ALL TIMEThe extraordinary, beloved novel about the ability of books to feed the soul even in the darkest of times.", "toc": "2021-11-08T18:14:52.000Z", "authors": [{"amid": "B001H6EQ9W", "author": "Markus Zusak", "url": "/Markus-Zusak/e/", "aid": 396, "bid": 579}]}], "Politics & Social Sciences": [{"bid": 1175, "isbn10": "0061159174", "isbn13": "9780061159176", "title": "The Known World", "category": "Politics & Social Sciences", "genre": "Social Sciences", "publisher": "Amistad; First Printing edition", "rating": "4.3", "pagesno": 388, "synopsis": "From National Book Award-nominated author Edward P.<br> Jones comes a debut novel of stunning emotional depth and unequaled literary power Henry Townsend, a farmer, boot maker, and former slave, through the surprising twists and unforeseen turns of life in antebellum Virginia, becomes proprietor of his own plantation\u2015as well his own slaves.", "toc": "2021-11-23T15:44:31.000Z", "authors": [{"amid": "B000APXUPM", "author": "Edward P. Jones", "url": "/Edward-P.-Jones/e/", "aid": 800, "bid": 1175}]}], "Science & Math": [{"bid": 1173, "isbn10": "081299471X", "isbn13": "9780812994711", "title": "Cloud Atlas: A Novel (Modern Library (Hardcover))", "category": "Science & Math", "genre": "Mathematics", "publisher": "Modern Library", "rating": "4.2", "pagesno": 528, "synopsis": "By the New York Times bestselling author of The Bone Clocks | Shortlisted for the Man Booker PrizeA postmodern visionary and one of the leading voices in twenty-first-century fiction, David Mitchell combines flat-out adventure, a Nabokovian love of puzzles, a keen eye for character, and a taste for mind-bending, philosophical and scientific speculation in the tradition of Umberto Eco, Haruki Murakami, and Philip K.", "toc": "2021-11-23T15:43:58.000Z", "authors": [{"amid": "B000APTQBE", "author": "David Mitchell", "url": "/David-Mitchell/e/", "aid": 798, "bid": 1173}]}], "LGBTQ+ Books": [{"bid": 1172, "isbn10": "1582346100", "isbn13": "9781582346106", "title": "The Line of Beauty", "category": "LGBTQ+ Books", "genre": "Literature & Fiction", "publisher": "Bloomsbury Publishing; 1st edition", "rating": "4.0", "pagesno": 448, "synopsis": "Winner of the 2004 Man Booker Prize and a finalist for the Lambda Literary Award and the NBCC award.<br> From Alan Hollinghurst, the acclaimed author of The Sparsholt Affair, The Line of Beauty is a sweeping novel about class, sex, and money during four extraordinary years of change and tragedy.", "toc": "2021-11-23T15:43:44.000Z", "authors": [{"amid": "B000AP9K10", "author": "Alan Hollinghurst", "url": "/Alan-Hollinghurst/e/", "aid": 797, "bid": 1172}]}]} | {"type": "object", "properties": {"Literature & Fiction": {"type": "array", "items": {"type": "object", "properties": {"bid": {"type": "integer"}, "isbn10": {"type": "string"}, "isbn13": {"type": "string"}, "title": {"type": "string"}, "category": {"type": "string"}, "genre": {"type": "string"}, "publisher": {"type": "string"}, "rating": {"type": "string"}, "pagesno": {"type": "integer"}, "synopsis": {"type": "string"}, "toc": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"amid": {"type": "string"}, "author": {"type": "string"}, "url": {"type": "string"}, "aid": {"type": "integer"}, "bid": {"type": "integer"}}}}}}}, "Mystery, Thriller & Suspense": {"type": "array", "items": {"type": "object", "properties": {"bid": {"type": "integer"}, "isbn10": {"type": "string"}, "isbn13": {"type": "string"}, "title": {"type": "string"}, "category": {"type": "string"}, "genre": {"type": "string"}, "publisher": {"type": "string"}, "rating": {"type": "string"}, "pagesno": {"type": "integer"}, "synopsis": {"type": "string"}, "toc": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"amid": {"type": "string"}, "author": {"type": "string"}, "url": {"type": "string"}, "aid": {"type": "integer"}, "bid": {"type": "integer"}}}}}}}, "Teen & Young Adult": {"type": "array", "items": {"type": "object", "properties": {"bid": {"type": "integer"}, "isbn10": {"type": "string"}, "isbn13": {"type": "string"}, "title": {"type": "string"}, "category": {"type": "string"}, "genre": {"type": "string"}, "publisher": {"type": "string"}, "rating": {"type": "string"}, "pagesno": {"type": "integer"}, "synopsis": {"type": "string"}, "toc": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"amid": {"type": "string"}, "author": {"type": "string"}, "url": {"type": "string"}, "aid": {"type": "integer"}, "bid": {"type": "integer"}}}}}}}, "Crafts, Hobbies & Home": {"type": "array", "items": {"type": "object", "properties": {"bid": {"type": "integer"}, "isbn10": {"type": "string"}, "isbn13": {"type": "string"}, "title": {"type": "string"}, "category": {"type": "string"}, "genre": {"type": "string"}, "publisher": {"type": "string"}, "rating": {"type": "string"}, "pagesno": {"type": "integer"}, "synopsis": {"type": "string"}, "toc": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"amid": {"type": "string"}, "author": {"type": "string"}, "url": {"type": "string"}, "aid": {"type": "integer"}, "bid": {"type": "integer"}}}}}}}, "Comics & Graphic Novels": {"type": "array", "items": {"type": "object", "properties": {"bid": {"type": "integer"}, "isbn10": {"type": "string"}, "isbn13": {"type": "string"}, "title": {"type": "string"}, "category": {"type": "string"}, "genre": {"type": "string"}, "publisher": {"type": "string"}, "rating": {"type": "string"}, "pagesno": {"type": "integer"}, "synopsis": {"type": "string"}, "toc": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"amid": {"type": "string"}, "author": {"type": "string"}, "url": {"type": "string"}, "aid": {"type": "integer"}, "bid": {"type": "integer"}}}}}}}, "Children's Books": {"type": "array", "items": {"type": "object", "properties": {"bid": {"type": "integer"}, "isbn10": {"type": "string"}, "isbn13": {"type": "string"}, "title": {"type": "string"}, "category": {"type": "string"}, "genre": {"type": "string"}, "publisher": {"type": "string"}, "rating": {"type": "string"}, "pagesno": {"type": "integer"}, "synopsis": {"type": "string"}, "toc": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"amid": {"type": "string"}, "author": {"type": "string"}, "url": {"type": "string"}, "aid": {"type": "integer"}, "bid": {"type": "integer"}}}}}}}, "Politics & Social Sciences": {"type": "array", "items": {"type": "object", "properties": {"bid": {"type": "integer"}, "isbn10": {"type": "string"}, "isbn13": {"type": "string"}, "title": {"type": "string"}, "category": {"type": "string"}, "genre": {"type": "string"}, "publisher": {"type": "string"}, "rating": {"type": "string"}, "pagesno": {"type": "integer"}, "synopsis": {"type": "string"}, "toc": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"amid": {"type": "string"}, "author": {"type": "string"}, "url": {"type": "string"}, "aid": {"type": "integer"}, "bid": {"type": "integer"}}}}}}}, "Science & Math": {"type": "array", "items": {"type": "object", "properties": {"bid": {"type": "integer"}, "isbn10": {"type": "string"}, "isbn13": {"type": "string"}, "title": {"type": "string"}, "category": {"type": "string"}, "genre": {"type": "string"}, "publisher": {"type": "string"}, "rating": {"type": "string"}, "pagesno": {"type": "integer"}, "synopsis": {"type": "string"}, "toc": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"amid": {"type": "string"}, "author": {"type": "string"}, "url": {"type": "string"}, "aid": {"type": "integer"}, "bid": {"type": "integer"}}}}}}}, "LGBTQ+ Books": {"type": "array", "items": {"type": "object", "properties": {"bid": {"type": "integer"}, "isbn10": {"type": "string"}, "isbn13": {"type": "string"}, "title": {"type": "string"}, "category": {"type": "string"}, "genre": {"type": "string"}, "publisher": {"type": "string"}, "rating": {"type": "string"}, "pagesno": {"type": "integer"}, "synopsis": {"type": "string"}, "toc": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"amid": {"type": "string"}, "author": {"type": "string"}, "url": {"type": "string"}, "aid": {"type": "integer"}, "bid": {"type": "integer"}}}}}}}}} |
3220c8ac-de5b-4c3a-b540-a536616e3348/d85f3e5f-b356-4400-9395-1a8a133d8af7/0/0 | Book Discovery by ReadsOmnia | Get access to the Internet’s best-curated selection of must-read books. Search up-to-date databases and/or directly access the data via numerous API endpoints, including: Top-of-the-charts bestsellers, new and trending fiction and nonfiction, Critically acclaimed & Award-winning titles and authors, Top Reade'r suggestions, and more. | 6.7 | Greatest Books of All Time | A curated selection of the best fiction and non-fiction books of all time, carefully chosen based on recommendations from various experts, authors, and critics in the field. | 200 | Response | {"Literature & Fiction": [{"bid": 1140, "isbn10": "0553213393", "isbn13": "9780553213393", "title": "Inferno (Bantam Classics)", "category": "Literature & Fiction", "genre": "History & Criticism", "publisher": "Bantam Classics; Bantam Classic Edition, February 1982", "rating": "4.5", "pagesno": 432, "synopsis": "In this superb translation with an introduction and commentary by Allen Mandelbaum, all of Dante's vivid images--the earthly, sublime, intellectual, demonic, ecstatic--are rendered with marvelous clarity to read like the words of a poet born in our own age.", "toc": "2021-11-23T00:32:19.000Z", "authors": [{"amid": "B000AQ0D6U", "author": "Dante Alighieri", "url": "/Dante-Alighieri/e/", "aid": 776, "bid": 1140}, {"amid": "B01MQ0WRNZ", "author": "MARCO PEDULLA", "url": "/MARCO-PEDULLA/e/", "aid": 777, "bid": 1140}]}, {"bid": 1138, "isbn10": "0679736360", "isbn13": "9780679736363", "title": "Madame Bovary (Vintage Classics)", "category": "Literature & Fiction", "genre": "World Literature", "publisher": "Vintage; Media Tie In, Reprint edition", "rating": "4.5", "pagesno": 432, "synopsis": "For daring to peer into the heart of an adulteress and enumerate its contents with profound dispassion, the author of Madame Bovary was tried for \"offenses against morality and religion.", "toc": "2021-11-23T00:32:08.000Z", "authors": [{"amid": "a_gustave_flaubert", "author": "Gustave Flaubert", "url": "", "aid": 775, "bid": 1138}]}, {"bid": 1137, "isbn10": "0393089053", "isbn13": "9780393089059", "title": "The Odyssey", "category": "Literature & Fiction", "genre": "Poetry", "publisher": "W. W. Norton & Company; 1st edition", "rating": "4.8", "pagesno": 592, "synopsis": "A lean, fleet-footed translation that recaptures Homer's \"nimble gallop\" and brings an ancient epic to new life.<br>The first great adventure story in the Western canon, The Odyssey is a poem about violence and the aftermath of war;<br> about wealth, poverty, and power;", "toc": "2021-11-23T00:31:54.000Z", "authors": [{"amid": "B000AP7OK4", "author": "Homer", "url": "/Homer/e/", "aid": 773, "bid": 1137}, {"amid": "B001H6S1IE", "author": "Emily R. Wilson", "url": "/Emily-R.-Wilson/e/", "aid": 774, "bid": 1137}]}, {"bid": 1136, "isbn10": "074347712X", "isbn13": "9780743477123", "title": "Hamlet ( Folger Library Shakespeare)", "category": "Literature & Fiction", "genre": "Dramas & Plays", "publisher": "Simon & Schuster; 1st edition", "rating": "4.6", "pagesno": 342, "synopsis": "Hamlet: An UPDATED EDITION from the Folger Shakespeare LibraryHamlet is Shakespeare's most popular, and most puzzling, play.<br> It follows the form of a \"revenge tragedy,\" in which the hero, Hamlet, seeks vengeance against his father's murderer, his uncle Claudius, now the king of Denmark.", "toc": "2021-11-23T00:31:41.000Z", "authors": [{"amid": "B000APWKO4", "author": "William Shakespeare", "url": "/William-Shakespeare/e/", "aid": 771, "bid": 1136}, {"amid": "B001IO9QZ2", "author": "Adam Sexton", "url": "/Adam-Sexton/e/", "aid": 772, "bid": 1136}]}, {"bid": 1134, "isbn10": "1400079985", "isbn13": "9781400079988", "title": "War and Peace (Vintage Classics)", "category": "Literature & Fiction", "genre": "Genre Fiction", "publisher": "Vintage; Vintage Classics ed. edition", "rating": "4.5", "pagesno": 1296, "synopsis": "From the award-winning translators of Anna Karenina and The Brothers Karamazov comes this magnificent new translation of Tolstoy's masterwork.<br>Nominated as one of America's best-loved novels by PBS's The Great American ReadWar and Peace broadly focuses on Napoleon's invasion of Russia in 1812 and follows three of the most well-known characters in literature: Pierre Bezukhov, the illegitimate son of a count who is fighting for his inheritance and yearning for spiritual fulfillment;", "toc": "2021-11-23T00:31:25.000Z", "authors": [{"amid": "B000APWJOK", "author": "Leo Tolstoy", "url": "/Leo-Tolstoy/e/", "aid": 769, "bid": 1134}, {"amid": "B08L33BQ1Y", "author": "Richard Pevear", "url": "/Richard-Pevear/e/", "aid": 770, "bid": 1134}]}, {"bid": 1133, "isbn10": "1853260088", "isbn13": "9781853260087", "title": "Moby Dick (Wordsworth Classics)", "category": "Literature & Fiction", "genre": "Action & Adventure", "publisher": "Wordsworth Editions Ltd; New Edition", "rating": "4.7", "pagesno": 544, "synopsis": "Moby Dick is the story of Captain Ahab's quest to avenge the whale that 'reaped' his leg.<br> The quest is an obsession and the novel is a diabolical study of how a man becomes a fanatic.<br> But it is also a hymn to democracy.", "toc": "2021-11-23T00:31:12.000Z", "authors": [{"amid": "B000AQ29JY", "author": "Herman Melville", "url": "/Herman-Melville/e/", "aid": 768, "bid": 1133}]}, {"bid": 1132, "isbn10": "0743273567", "isbn13": "9780743273565", "title": "The Great Gatsby: The Only Authorized Edition", "category": "Literature & Fiction", "genre": "Genre Fiction", "publisher": "Scribner Book Company", "rating": "4.5", "pagesno": 180, "synopsis": "The only authorized edition of the twentieth-century classic, featuring F.<br> Scott Fitzgerald's final revisions, a foreword by his granddaughter, and a new introduction by National Book Award winner Jesmyn Ward.<br> Nominated as one of America's best-loved novels by PBS's The Great American Read.", "toc": "2021-11-23T00:31:00.000Z", "authors": [{"amid": "B0897RXXN9", "author": "F. Scott Fitzgerald", "url": "/F.-Scott-Fitzgerald/e/", "aid": 766, "bid": 1132}, {"amid": "B000AQ0J28", "author": "F. Scott Fitzgerald", "url": "/F.-Scott-Fitzgerald/e/", "aid": 767, "bid": 1132}]}, {"bid": 426, "isbn10": "0060883286", "isbn13": "9780060883287", "title": "One Hundred Years of Solitude (Harper Perennial Modern Classics)", "category": "Literature & Fiction", "genre": "Genre Fiction", "publisher": "Harper Perennial Modern Classics; Reprint edition", "rating": "4.6", "pagesno": 417, "synopsis": "\"One Hundred Years of Solitude is the first piece of literature since the Book of Genesis that should be required reading for the entire human race.<br> .<br> .", "toc": "2021-11-07T22:01:49.000Z", "authors": [{"amid": "a_gabriel_garcia_marquez", "author": "Gabriel Garcia Marquez", "url": "", "aid": 328, "bid": 426}]}, {"bid": 1131, "isbn10": "0142437239", "isbn13": "9780142437230", "title": "Don Quixote (Penguin Classics)", "category": "Literature & Fiction", "genre": "World Literature", "publisher": "Penguin Classics; Rev Ed edition", "rating": "4.7", "pagesno": 1072, "synopsis": "Nominated as one of America's best-loved novels by PBS's The Great American ReadDon Quixote has become so entranced reading tales of chivalry that he decides to turn knight errant himself.", "toc": "2021-11-23T00:30:44.000Z", "authors": [{"amid": "B000APV3WE", "author": "Miguel De Cervantes Saavedra", "url": "/Miguel-De-Cervantes-Saavedra/e/", "aid": 765, "bid": 1131}]}, {"bid": 1130, "isbn10": "1840226358", "isbn13": "9781840226355", "title": "Ulysses (Wordsworth Classics)", "category": "Literature & Fiction", "genre": "Classics", "publisher": "Wordsworth Editions Ltd; New Edition", "rating": "4.6", "pagesno": 736, "synopsis": "Ulysses by James Joyce COMPLETE AND UNABRIDGED.<br> With a new Introduction by Cedric Watts, Research Professor of English, University of Sussex.<br> James Joyces astonishing masterpiece, Ulysses, tells of the diverse events which befall Leopold Bloom and Stephen Dedalus in Dublin on 16 June 1904, during which Blooms voluptuous wife, Molly, commits adultery.", "toc": "2021-11-23T00:30:30.000Z", "authors": [{"amid": "B000AQ0JHI", "author": "James Joyce", "url": "/James-Joyce/e/", "aid": 764, "bid": 1130}]}, {"bid": 1129, "isbn10": "0142437964", "isbn13": "9780142437964", "title": "Swann's Way: In Search of Lost Time, Vol. 1 (Penguin Classics Deluxe Edition)", "category": "Literature & Fiction", "genre": "World Literature", "publisher": "Penguin Classics; Revised ed. edition", "rating": "4.3", "pagesno": 468, "synopsis": "Marcel Proust's In Search of Lost Time is one of the most entertaining reading experiences in any language and arguably the finest novel of the twentieth century.", "toc": "2021-11-23T00:30:16.000Z", "authors": [{"amid": "B00J9SSFOC", "author": "Marcel Proust", "url": "/Marcel-Proust/e/", "aid": 762, "bid": 1129}, {"amid": "B001IXMA0G", "author": "Christopher Prendergast", "url": "/Christopher-Prendergast/e/", "aid": 763, "bid": 1129}]}], "Science Fiction & Fantasy": [{"bid": 1293, "isbn10": "0812976533", "isbn13": "9780812976533", "title": "Midnight's Children: A Novel (Modern Library 100 Best Novels)", "category": "Science Fiction & Fantasy", "genre": "Fantasy", "publisher": "Random House Trade Paperbacks; 25th Anniversary edition", "rating": "4.3", "pagesno": 536, "synopsis": "The iconic masterpiece of India that introduced the world to \"a glittering novelist-one with startling imaginative and intellectual resources, a master of perpetual storytelling\" (The New Yorker)WINNER OF THE BEST OF THE BOOKERS \u2022 SOON TO BE A NETFLIX ORIGINAL SERIES Selected by the Modern Library as one of the 100 best novels of all time \u2022 The fortieth anniversary edition, featuring a new introduction by the author Saleem Sinai is born at the stroke of midnight on August 15, 1947, the very moment of India's independence.", "toc": "2021-11-25T00:33:04.000Z", "authors": [{"amid": "B000APRXL4", "author": "Salman Rushdie", "url": "/Salman-Rushdie/e/", "aid": 891, "bid": 1293}]}], "Politics & Social Sciences": [{"bid": 1142, "isbn10": "0679723161", "isbn13": "9780679723165", "title": "Lolita", "category": "Politics & Social Sciences", "genre": "Politics & Government", "publisher": "Knopf Doubleday Publishing Group", "rating": "4.3", "pagesno": 317, "synopsis": "Awe and exhiliration--along with heartbreak and mordant wit--abound in Lolita, Nabokov's most famous and controversial novel, which tells the story of the aging Humbert Humbert's obsessive, devouring, and doomed passion for the nymphet Dolores Haze.", "toc": "2021-11-23T00:32:35.000Z", "authors": [{"amid": "B000AQ2CJ6", "author": "Vladimir Nabokov", "url": "/Vladimir-Nabokov/e/", "aid": 778, "bid": 1142}, {"amid": "B01IIHRP4K", "author": "Friederike Poziemski", "url": "/Friederike-Poziemski/e/", "aid": 779, "bid": 1142}]}], "Children's Books": [{"bid": 1217, "isbn10": "0192750135", "isbn13": "9780192750136", "title": "One Thousand and One Arabian Nights (Oxford Story Collections)", "category": "Children's Books", "genre": "Fairy Tales, Folk Tales & Myths", "publisher": "Oxford University Press; New Ed edition", "rating": "4.6", "pagesno": 288, "synopsis": "King Shahryar kills a new wife every night, because he is afraid she will stop loving him.<br> But his new bride Shahrazad has a clever plan to save herself.<br> Her nightly stories--of Sinbad the Sailor, Ali Baba, and many other heroes and villains--are so engrossing that King Shahryar has to postpone her execution again and again.", "toc": "2021-11-24T00:35:11.000Z", "authors": [{"amid": "B000APIV4C", "author": "Geraldine McCaughrean", "url": "/Geraldine-McCaughrean/e/", "aid": 840, "bid": 1217}]}], "Christian Books & Bibles": [{"bid": 1144, "isbn10": "0374528373", "isbn13": "9780374528379", "title": "The Brothers Karamazov", "category": "Christian Books & Bibles", "genre": "Literature & Fiction", "publisher": "Farrar, Straus and Giroux; 12th edition", "rating": "4.7", "pagesno": 824, "synopsis": "Winner of the Pen/Book-of-the-Month Club Translation PrizeThe Brothers Karamasov is a murder mystery, a courtroom drama, and an exploration of erotic rivalry in a series of triangular love affairs involving the \"wicked and sentimental\" Fyodor Pavlovich Karamazov and his three sons\u2015the impulsive and sensual Dmitri;", "toc": "2021-11-23T00:32:50.000Z", "authors": [{"amid": "B000APYSC6", "author": "Fyodor Dostoyevsky", "url": "/Fyodor-Dostoyevsky/e/", "aid": 780, "bid": 1144}]}]} | {"type": "object", "properties": {"Literature & Fiction": {"type": "array", "items": {"type": "object", "properties": {"bid": {"type": "integer"}, "isbn10": {"type": "string"}, "isbn13": {"type": "string"}, "title": {"type": "string"}, "category": {"type": "string"}, "genre": {"type": "string"}, "publisher": {"type": "string"}, "rating": {"type": "string"}, "pagesno": {"type": "integer"}, "synopsis": {"type": "string"}, "toc": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"amid": {"type": "string"}, "author": {"type": "string"}, "url": {"type": "string"}, "aid": {"type": "integer"}, "bid": {"type": "integer"}}}}}}}, "Science Fiction & Fantasy": {"type": "array", "items": {"type": "object", "properties": {"bid": {"type": "integer"}, "isbn10": {"type": "string"}, "isbn13": {"type": "string"}, "title": {"type": "string"}, "category": {"type": "string"}, "genre": {"type": "string"}, "publisher": {"type": "string"}, "rating": {"type": "string"}, "pagesno": {"type": "integer"}, "synopsis": {"type": "string"}, "toc": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"amid": {"type": "string"}, "author": {"type": "string"}, "url": {"type": "string"}, "aid": {"type": "integer"}, "bid": {"type": "integer"}}}}}}}, "Politics & Social Sciences": {"type": "array", "items": {"type": "object", "properties": {"bid": {"type": "integer"}, "isbn10": {"type": "string"}, "isbn13": {"type": "string"}, "title": {"type": "string"}, "category": {"type": "string"}, "genre": {"type": "string"}, "publisher": {"type": "string"}, "rating": {"type": "string"}, "pagesno": {"type": "integer"}, "synopsis": {"type": "string"}, "toc": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"amid": {"type": "string"}, "author": {"type": "string"}, "url": {"type": "string"}, "aid": {"type": "integer"}, "bid": {"type": "integer"}}}}}}}, "Children's Books": {"type": "array", "items": {"type": "object", "properties": {"bid": {"type": "integer"}, "isbn10": {"type": "string"}, "isbn13": {"type": "string"}, "title": {"type": "string"}, "category": {"type": "string"}, "genre": {"type": "string"}, "publisher": {"type": "string"}, "rating": {"type": "string"}, "pagesno": {"type": "integer"}, "synopsis": {"type": "string"}, "toc": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"amid": {"type": "string"}, "author": {"type": "string"}, "url": {"type": "string"}, "aid": {"type": "integer"}, "bid": {"type": "integer"}}}}}}}, "Christian Books & Bibles": {"type": "array", "items": {"type": "object", "properties": {"bid": {"type": "integer"}, "isbn10": {"type": "string"}, "isbn13": {"type": "string"}, "title": {"type": "string"}, "category": {"type": "string"}, "genre": {"type": "string"}, "publisher": {"type": "string"}, "rating": {"type": "string"}, "pagesno": {"type": "integer"}, "synopsis": {"type": "string"}, "toc": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"amid": {"type": "string"}, "author": {"type": "string"}, "url": {"type": "string"}, "aid": {"type": "integer"}, "bid": {"type": "integer"}}}}}}}}} |
3220c8ac-de5b-4c3a-b540-a536616e3348/db226e3e-2b6c-4ac8-b78b-876fd52a79a3/0/0 | Book Discovery by ReadsOmnia | Get access to the Internet’s best-curated selection of must-read books. Search up-to-date databases and/or directly access the data via numerous API endpoints, including: Top-of-the-charts bestsellers, new and trending fiction and nonfiction, Critically acclaimed & Award-winning titles and authors, Top Reade'r suggestions, and more. | 6.7 | Independent - INDI Publishers Bestsellers | CherryPicked selections of fresh and highly regarded by readers indie fiction and non-fiction bestsellers on sale in hundreds of independent bookstores nationwide. | 200 | Response | {"Literature & Fiction": [{"bid": 3783, "isbn10": "1496715888", "isbn13": "9781496715883", "title": "The Lost Girls of Willowbrook: A Heartbreaking Novel of Survival Based on True History", "category": "Literature & Fiction", "genre": "Genre Fiction", "publisher": "Kensington", "rating": "4.3", "pagesno": 384, "synopsis": " Girl, Interrupted meets American Horror Story in 1970s Staten Island, in the evocative new book from the New York Times bestselling author of The Orphan Collector.", "toc": "2022-09-02T07:09:28.000Z", "authors": [{"amid": "a_ellen_marie_wiseman", "author": "Ellen Marie Wiseman", "url": "", "aid": 2786, "bid": 3783}]}], "Christian Books & Bibles": [{"bid": 4284, "isbn10": "1646220978", "isbn13": "9781646220977", "title": "The White Mosque: A Memoir", "category": "Christian Books & Bibles", "genre": "Christian Denominations & Sects", "publisher": "Catapult", "rating": "4.6", "pagesno": 336, "synopsis": " A historical tapestry of border-crossing travelers, of students, wanderers, martyrs and invaders, The White Mosque is a memoiristic, prismatic record of a journey through Uzbekistan and of the strange shifts, encounters, and accidents that combine to create an identityIn the late nineteenth century, a group of German-speaking Mennonites traveled from Russia into Central Asia, where their charismatic leader predicted Christ would return.", "toc": "2022-11-01T07:11:54.000Z", "authors": [{"amid": "a_sofia_samatar", "author": "Sofia Samatar", "url": "", "aid": 3186, "bid": 4284}]}], "Humor & Entertainment": [{"bid": 3344, "isbn10": "1782277080", "isbn13": "9781782277088", "title": "Grown Ups", "category": "Humor & Entertainment", "genre": "Humor", "publisher": "Pushkin Press", "rating": "3.5", "pagesno": 160, "synopsis": " \"The perfect summer read.<br>\" --British Vogue A whip-smart novel about modern motherhood and sibling rivalry, from one of Norway's rising stars--perfect for fans of Emma Straub and the films of Greta Gerwig!", "toc": "2022-07-01T16:10:14.000Z", "authors": [{"amid": "a_marie_aubert", "author": "Marie Aubert", "url": "", "aid": 2444, "bid": 3344}]}], "History": [{"bid": 4057, "isbn10": "1250209560", "isbn13": "9781250209566", "title": "The Hilarious World of Depression", "category": "History", "genre": "Americas", "publisher": "St. Martin's Griffin", "rating": "4.5", "pagesno": 304, "synopsis": " The Hilarious World of Depression illuminates depression in an entirely fresh and inspiring way.<br>\"[A] path to deeper understanding and openness, by way of laughter in the dark.<br>\"\u2015The New York Times Book ReviewFor years John Moe, critically-acclaimed public radio personality and host of the Depresh Mode with John Moe podcast, struggled with depression;", "toc": "2022-09-30T16:11:53.000Z", "authors": [{"amid": "a_john_moe", "author": "John Moe", "url": "", "aid": 3007, "bid": 4057}]}], "Self-Help": [{"bid": 4857, "isbn10": "1668009420", "isbn13": "9781668009420", "title": "B.F.F.: A Memoir of Friendship Lost and Found", "category": "Self-Help", "genre": "Relationships", "publisher": "Avid Reader Press / Simon & Schuster", "rating": "0.0", "pagesno": 304, "synopsis": " From the author of Group, a New York Times bestseller and Reese's Book Club Pick, comes a moving, heartwarming, and powerful memoir about Christie Tate's lifelong struggle to sustain female friendship, and the friend who helps her find the human connection she seeks.", "toc": "2023-02-02T07:08:52.000Z", "authors": [{"amid": "a_christie_tate", "author": "Christie Tate", "url": "", "aid": 3584, "bid": 4857}]}], "Mystery, Thriller & Suspense": [{"bid": 3793, "isbn10": "1982694688", "isbn13": "9781982694685", "title": "Run Time", "category": "Mystery, Thriller & Suspense", "genre": "Thrillers & Suspense", "publisher": "Blackstone Publishing; Unabridged edition", "rating": "3.6", "pagesno": 386, "synopsis": " A CrimeReads Most Anticipated Book of Summer 2022\"Dizzy and dazzling.<br>\"--Riley Sager, New York Times bestselling author of The House across the LakeAn ingenious new high-concept thriller from #1 internationally bestselling author Catherine Ryan Howard (56 Days and The Nothing Man).", "toc": "2022-09-02T07:11:28.000Z", "authors": [{"amid": "a_catherine_ryan_howard", "author": "Catherine Ryan Howard", "url": "", "aid": 2796, "bid": 3793}]}], "LGBTQ+ Books": [{"bid": 3785, "isbn10": "1250800382", "isbn13": "9781250800381", "title": "A Taste of Gold and Iron", "category": "LGBTQ+ Books", "genre": "Science Fiction & Fantasy", "publisher": "Tordotcom", "rating": "4.5", "pagesno": 512, "synopsis": " Now an Indie Next pick!<br> A Most Anticipated Pick for BookRiot | FanFi Addict | The Nerd Daily | io9 | We Are Bookish | Buzzfeed\"A delicious tangle of romance, fealty, and dangerous politics.", "toc": "2022-09-02T07:09:51.000Z", "authors": [{"amid": "a_alexandra_rowland", "author": "Alexandra Rowland", "url": "", "aid": 2788, "bid": 3785}]}], "Science Fiction & Fantasy": [{"bid": 4612, "isbn10": "1982123095", "isbn13": "9781982123093", "title": "The Deluge", "category": "Science Fiction & Fantasy", "genre": "Science Fiction", "publisher": "Simon & Schuster", "rating": "0.0", "pagesno": 896, "synopsis": " \"This book is, simply put, a modern classic.<br> If you read it, you'll never forget it.<br> Prophetic, terrifying, uplifting.", "toc": "2022-12-26T12:05:04.000Z", "authors": [{"amid": "a_stephen_markley", "author": "Stephen Markley", "url": "", "aid": 3410, "bid": 4612}]}], "Business & Money": [{"bid": 4565, "isbn10": "0063030845", "isbn13": "9780063030848", "title": "Sea State: A Memoir", "category": "Business & Money", "genre": "Industries", "publisher": "Ecco", "rating": "3.9", "pagesno": 240, "synopsis": " A Recommended Read from: Vogue * USA Today * The Los Angeles Times * Publishers Weekly * The Week * Alma * Lit HubA stunning and brutally honest memoir that shines a light on what happens when female desire conflicts with a culture of masculinity in crisisIn her midthirties and newly free from a terrible relationship, Tabitha Lasley quit her job at a London magazine, packed her bags, and poured her savings into a six-month lease on an apartment in Aberdeen, Scotland.", "toc": "2022-12-20T07:08:42.000Z", "authors": [{"amid": "a_tabitha_lasley", "author": "Tabitha Lasley", "url": "", "aid": 3379, "bid": 4565}]}], "Arts & Photography": [{"bid": 4491, "isbn10": "1593767390", "isbn13": "9781593767396", "title": "Shotgun Seamstress: An Anthology", "category": "Arts & Photography", "genre": "Music", "publisher": "Soft Skull", "rating": "0.0", "pagesno": 368, "synopsis": " A cut &<br> paste celebration of Black punk and outsider identity, this is the only complete collection of the fanzine Shotgun Seamstress, a legendary DIY project that centered the scope of Blackness outside of mainstream corporate consumerist identityIn 2006, Osa Atoe was inspired to create an expression out of the experience of being the only Black kid at the punk show-and Shotgun Seamstress was born.", "toc": "2022-12-01T07:11:51.000Z", "authors": [{"amid": "a_osa_atoe", "author": "Osa Atoe", "url": "", "aid": 3331, "bid": 4491}]}], "Comics & Graphic Novels": [{"bid": 4489, "isbn10": "1953534457", "isbn13": "9781953534453", "title": "A Pros and Cons List for Strong Feelings", "category": "Comics & Graphic Novels", "genre": "Graphic Novels", "publisher": "Tin House Books", "rating": "5.0", "pagesno": 168, "synopsis": " A Modern Mrs.<br> Darcy's Best Book of FallA Shondaland Best Book of November\"Filled with moments of tenderness and humor.<br>\" \u2015Library Journal, Starred ReviewAn unexpected and poignant debut graphic memoir about a close-knit family approaching loss, and the wonder and joy they create along the way.", "toc": "2022-12-01T07:11:29.000Z", "authors": [{"amid": "a_will_betkebrunswick", "author": "Will Betke-Brunswick", "url": "", "aid": 3329, "bid": 4489}]}], "Biographies & Memoirs": [{"bid": 4077, "isbn10": "1477323503", "isbn13": "9781477323502", "title": "Maybe We'll Make It: A Memoir (American Music Series)", "category": "Biographies & Memoirs", "genre": "Arts & Literature", "publisher": "University of Texas Press", "rating": "0.0", "pagesno": 256, "synopsis": " When Margo Price was nineteen years old, she dropped out of college and moved to Nashville to become a musician.<br> She busked on the street, played open mics, and even threw out her TV so that she would do nothing but write songs.<br> She met Jeremy Ivey, a fellow musician who would become her closest collaborator and her husband.", "toc": "2022-10-02T07:10:26.000Z", "authors": [{"amid": "a_margo_price", "author": "Margo Price", "url": "", "aid": 3027, "bid": 4077}]}], "Reference": [{"bid": 4064, "isbn10": "0861544358", "isbn13": "9780861544356", "title": "A Thing of Beauty: Travels in Mythical and Modern Greece", "category": "Reference", "genre": "Writing, Research & Publishing Guides", "publisher": "Oneworld Publications", "rating": "4.1", "pagesno": 304, "synopsis": " LONGLISTED FOR THE ANGLO-HELLENIC LEAGUE RUNCIMAN AWARD 2022 \u2018Peter Fiennes's road trip around Greece [is] engagingly described' Mary Beard, TLS \u2018Fiennes is a brilliant and generous guide through Greece' Observer What do the Greek myths mean to us today?", "toc": "2022-09-30T16:13:34.000Z", "authors": [{"amid": "a_peter_fiennes", "author": "Peter Fiennes", "url": "", "aid": 3014, "bid": 4064}]}], "Parenting & Relationships": [{"bid": 4058, "isbn10": "1646221524", "isbn13": "9781646221523", "title": "Made in China: A Memoir of Love and Labor", "category": "Parenting & Relationships", "genre": "Family Relationships", "publisher": "Catapult", "rating": "4.2", "pagesno": 224, "synopsis": " Editors' Choice, The New York Times Book Review \"The immigrant child longs to be understood and unload her truths, while simultaneously being tasked with preserving her parents' humanity.", "toc": "2022-09-30T16:12:04.000Z", "authors": [{"amid": "a_anna_qu", "author": "Anna Qu", "url": "", "aid": 3008, "bid": 4058}]}], "Science & Math": [{"bid": 4079, "isbn10": "1771649798", "isbn13": "9781771649797", "title": "Deer Man: Seven Years of Living in the Wild", "category": "Science & Math", "genre": "Biological Sciences", "publisher": "Greystone Books", "rating": "4.5", "pagesno": 224, "synopsis": " For readers of Fox &<br> I comes \"a fable very much for our time.<br>\"\u2015The TIMES\"Unusual and fascinating.", "toc": "2022-10-02T07:10:48.000Z", "authors": [{"amid": "a_geoffroy_delorme", "author": "Geoffroy Delorme", "url": "", "aid": 3029, "bid": 4079}]}]} | {"type": "object", "properties": {"Literature & Fiction": {"type": "array", "items": {"type": "object", "properties": {"bid": {"type": "integer"}, "isbn10": {"type": "string"}, "isbn13": {"type": "string"}, "title": {"type": "string"}, "category": {"type": "string"}, "genre": {"type": "string"}, "publisher": {"type": "string"}, "rating": {"type": "string"}, "pagesno": {"type": "integer"}, "synopsis": {"type": "string"}, "toc": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"amid": {"type": "string"}, "author": {"type": "string"}, "url": {"type": "string"}, "aid": {"type": "integer"}, "bid": {"type": "integer"}}}}}}}, "Christian Books & Bibles": {"type": "array", "items": {"type": "object", "properties": {"bid": {"type": "integer"}, "isbn10": {"type": "string"}, "isbn13": {"type": "string"}, "title": {"type": "string"}, "category": {"type": "string"}, "genre": {"type": "string"}, "publisher": {"type": "string"}, "rating": {"type": "string"}, "pagesno": {"type": "integer"}, "synopsis": {"type": "string"}, "toc": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"amid": {"type": "string"}, "author": {"type": "string"}, "url": {"type": "string"}, "aid": {"type": "integer"}, "bid": {"type": "integer"}}}}}}}, "Humor & Entertainment": {"type": "array", "items": {"type": "object", "properties": {"bid": {"type": "integer"}, "isbn10": {"type": "string"}, "isbn13": {"type": "string"}, "title": {"type": "string"}, "category": {"type": "string"}, "genre": {"type": "string"}, "publisher": {"type": "string"}, "rating": {"type": "string"}, "pagesno": {"type": "integer"}, "synopsis": {"type": "string"}, "toc": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"amid": {"type": "string"}, "author": {"type": "string"}, "url": {"type": "string"}, "aid": {"type": "integer"}, "bid": {"type": "integer"}}}}}}}, "History": {"type": "array", "items": {"type": "object", "properties": {"bid": {"type": "integer"}, "isbn10": {"type": "string"}, "isbn13": {"type": "string"}, "title": {"type": "string"}, "category": {"type": "string"}, "genre": {"type": "string"}, "publisher": {"type": "string"}, "rating": {"type": "string"}, "pagesno": {"type": "integer"}, "synopsis": {"type": "string"}, "toc": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"amid": {"type": "string"}, "author": {"type": "string"}, "url": {"type": "string"}, "aid": {"type": "integer"}, "bid": {"type": "integer"}}}}}}}, "Self-Help": {"type": "array", "items": {"type": "object", "properties": {"bid": {"type": "integer"}, "isbn10": {"type": "string"}, "isbn13": {"type": "string"}, "title": {"type": "string"}, "category": {"type": "string"}, "genre": {"type": "string"}, "publisher": {"type": "string"}, "rating": {"type": "string"}, "pagesno": {"type": "integer"}, "synopsis": {"type": "string"}, "toc": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"amid": {"type": "string"}, "author": {"type": "string"}, "url": {"type": "string"}, "aid": {"type": "integer"}, "bid": {"type": "integer"}}}}}}}, "Mystery, Thriller & Suspense": {"type": "array", "items": {"type": "object", "properties": {"bid": {"type": "integer"}, "isbn10": {"type": "string"}, "isbn13": {"type": "string"}, "title": {"type": "string"}, "category": {"type": "string"}, "genre": {"type": "string"}, "publisher": {"type": "string"}, "rating": {"type": "string"}, "pagesno": {"type": "integer"}, "synopsis": {"type": "string"}, "toc": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"amid": {"type": "string"}, "author": {"type": "string"}, "url": {"type": "string"}, "aid": {"type": "integer"}, "bid": {"type": "integer"}}}}}}}, "LGBTQ+ Books": {"type": "array", "items": {"type": "object", "properties": {"bid": {"type": "integer"}, "isbn10": {"type": "string"}, "isbn13": {"type": "string"}, "title": {"type": "string"}, "category": {"type": "string"}, "genre": {"type": "string"}, "publisher": {"type": "string"}, "rating": {"type": "string"}, "pagesno": {"type": "integer"}, "synopsis": {"type": "string"}, "toc": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"amid": {"type": "string"}, "author": {"type": "string"}, "url": {"type": "string"}, "aid": {"type": "integer"}, "bid": {"type": "integer"}}}}}}}, "Science Fiction & Fantasy": {"type": "array", "items": {"type": "object", "properties": {"bid": {"type": "integer"}, "isbn10": {"type": "string"}, "isbn13": {"type": "string"}, "title": {"type": "string"}, "category": {"type": "string"}, "genre": {"type": "string"}, "publisher": {"type": "string"}, "rating": {"type": "string"}, "pagesno": {"type": "integer"}, "synopsis": {"type": "string"}, "toc": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"amid": {"type": "string"}, "author": {"type": "string"}, "url": {"type": "string"}, "aid": {"type": "integer"}, "bid": {"type": "integer"}}}}}}}, "Business & Money": {"type": "array", "items": {"type": "object", "properties": {"bid": {"type": "integer"}, "isbn10": {"type": "string"}, "isbn13": {"type": "string"}, "title": {"type": "string"}, "category": {"type": "string"}, "genre": {"type": "string"}, "publisher": {"type": "string"}, "rating": {"type": "string"}, "pagesno": {"type": "integer"}, "synopsis": {"type": "string"}, "toc": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"amid": {"type": "string"}, "author": {"type": "string"}, "url": {"type": "string"}, "aid": {"type": "integer"}, "bid": {"type": "integer"}}}}}}}, "Arts & Photography": {"type": "array", "items": {"type": "object", "properties": {"bid": {"type": "integer"}, "isbn10": {"type": "string"}, "isbn13": {"type": "string"}, "title": {"type": "string"}, "category": {"type": "string"}, "genre": {"type": "string"}, "publisher": {"type": "string"}, "rating": {"type": "string"}, "pagesno": {"type": "integer"}, "synopsis": {"type": "string"}, "toc": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"amid": {"type": "string"}, "author": {"type": "string"}, "url": {"type": "string"}, "aid": {"type": "integer"}, "bid": {"type": "integer"}}}}}}}, "Comics & Graphic Novels": {"type": "array", "items": {"type": "object", "properties": {"bid": {"type": "integer"}, "isbn10": {"type": "string"}, "isbn13": {"type": "string"}, "title": {"type": "string"}, "category": {"type": "string"}, "genre": {"type": "string"}, "publisher": {"type": "string"}, "rating": {"type": "string"}, "pagesno": {"type": "integer"}, "synopsis": {"type": "string"}, "toc": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"amid": {"type": "string"}, "author": {"type": "string"}, "url": {"type": "string"}, "aid": {"type": "integer"}, "bid": {"type": "integer"}}}}}}}, "Biographies & Memoirs": {"type": "array", "items": {"type": "object", "properties": {"bid": {"type": "integer"}, "isbn10": {"type": "string"}, "isbn13": {"type": "string"}, "title": {"type": "string"}, "category": {"type": "string"}, "genre": {"type": "string"}, "publisher": {"type": "string"}, "rating": {"type": "string"}, "pagesno": {"type": "integer"}, "synopsis": {"type": "string"}, "toc": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"amid": {"type": "string"}, "author": {"type": "string"}, "url": {"type": "string"}, "aid": {"type": "integer"}, "bid": {"type": "integer"}}}}}}}, "Reference": {"type": "array", "items": {"type": "object", "properties": {"bid": {"type": "integer"}, "isbn10": {"type": "string"}, "isbn13": {"type": "string"}, "title": {"type": "string"}, "category": {"type": "string"}, "genre": {"type": "string"}, "publisher": {"type": "string"}, "rating": {"type": "string"}, "pagesno": {"type": "integer"}, "synopsis": {"type": "string"}, "toc": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"amid": {"type": "string"}, "author": {"type": "string"}, "url": {"type": "string"}, "aid": {"type": "integer"}, "bid": {"type": "integer"}}}}}}}, "Parenting & Relationships": {"type": "array", "items": {"type": "object", "properties": {"bid": {"type": "integer"}, "isbn10": {"type": "string"}, "isbn13": {"type": "string"}, "title": {"type": "string"}, "category": {"type": "string"}, "genre": {"type": "string"}, "publisher": {"type": "string"}, "rating": {"type": "string"}, "pagesno": {"type": "integer"}, "synopsis": {"type": "string"}, "toc": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"amid": {"type": "string"}, "author": {"type": "string"}, "url": {"type": "string"}, "aid": {"type": "integer"}, "bid": {"type": "integer"}}}}}}}, "Science & Math": {"type": "array", "items": {"type": "object", "properties": {"bid": {"type": "integer"}, "isbn10": {"type": "string"}, "isbn13": {"type": "string"}, "title": {"type": "string"}, "category": {"type": "string"}, "genre": {"type": "string"}, "publisher": {"type": "string"}, "rating": {"type": "string"}, "pagesno": {"type": "integer"}, "synopsis": {"type": "string"}, "toc": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"amid": {"type": "string"}, "author": {"type": "string"}, "url": {"type": "string"}, "aid": {"type": "integer"}, "bid": {"type": "integer"}}}}}}}}} |
3220c8ac-de5b-4c3a-b540-a536616e3348/65ed58bb-f09e-46ce-9560-2d910217cb93/0/0 | Book Discovery by ReadsOmnia | Get access to the Internet’s best-curated selection of must-read books. Search up-to-date databases and/or directly access the data via numerous API endpoints, including: Top-of-the-charts bestsellers, new and trending fiction and nonfiction, Critically acclaimed & Award-winning titles and authors, Top Reade'r suggestions, and more. | 6.7 | Community favorites | Fresh selection of books that are highly regarded by readers and have received positive reviews, ratings, and widespread acclaim from the community. | 200 | Response | {"Science Fiction & Fantasy": [{"bid": 467, "isbn10": "1101885688", "isbn13": "9781101885680", "title": "Go Tell the Bees That I Am Gone: A Novel (Outlander)", "category": "Science Fiction & Fantasy", "genre": "Fantasy", "publisher": "Delacorte Press", "rating": "0.0", "pagesno": 928, "synopsis": "#1 New York Times bestselling author Diana Gabaldon returns with the newest novel in the epic Outlander series.<br> The past may seem the safest place to be .<br> .", "toc": "2021-11-08T09:00:15.000Z", "authors": [{"amid": "B000APXMEG", "author": "Diana Gabaldon", "url": "/Diana-Gabaldon/e/", "aid": 344, "bid": 467}]}], "Literature & Fiction": [{"bid": 250, "isbn10": "1250272580", "isbn13": "9781250272584", "title": "The Death of Jane Lawrence: A Novel", "category": "Literature & Fiction", "genre": "Genre Fiction", "publisher": "St. Martin's Press", "rating": "3.6", "pagesno": 368, "synopsis": "***AN INSTANT BESTSELLER!<br>***From the Bram Stoker-nominated author of The Luminous Dead comes a gothic fantasy horror--The Death of Jane Lawrence.<br>\"A delicious Gothic romance.", "toc": "2021-10-31T19:02:08.000Z", "authors": [{"amid": "B07HDTSY4C", "author": "Caitlin Starling", "url": "/Caitlin-Starling/e/", "aid": 206, "bid": 250}]}, {"bid": 247, "isbn10": "0593336062", "isbn13": "9780593336069", "title": "Payback's a Witch (The Witches of Thistle Grove)", "category": "Literature & Fiction", "genre": "Dramas & Plays", "publisher": "Berkley", "rating": "4.2", "pagesno": 352, "synopsis": "Chilling Adventures of Sabrina meets The L Word in this fresh, sizzling New York Times bestselling rom-com by Lana Harper.<br>Emmy Harlow is a witch but not a very powerful one—<br>in part because she hasn't been home to the magical town of Thistle Grove in years.", "toc": "2021-10-31T18:38:22.000Z", "authors": [{"amid": "B0937N9T12", "author": "Lana Harper", "url": "/Lana-Harper/e/", "aid": 204, "bid": 247}]}], "Teen & Young Adult": [{"bid": 254, "isbn10": "153447711X", "isbn13": "9781534477117", "title": "Vespertine", "category": "Teen & Young Adult", "genre": "Science Fiction & Fantasy", "publisher": "Margaret K. McElderry Books", "rating": "4.6", "pagesno": 400, "synopsis": "From the New York Times bestselling author of Sorcery of Thorns and An Enchantment of Ravens comes a thrilling new YA fantasy about a teen girl with mythic abilities who must defend her world against restless spirits of the dead.", "toc": "2021-10-31T19:19:24.000Z", "authors": [{"amid": "B073CW6NV8", "author": "Margaret Rogerson", "url": "/Margaret-Rogerson/e/", "aid": 210, "bid": 254}]}, {"bid": 144, "isbn10": "153449619X", "isbn13": "9781534496194", "title": "Aristotle and Dante Dive into the Waters of the World", "category": "Teen & Young Adult", "genre": "Literature & Fiction", "publisher": "Simon & Schuster Books for Young Readers", "rating": "4.6", "pagesno": 528, "synopsis": "#1 NEW YORK TIMES BESTSELLER “<br>Messily human and sincerely insightful.<br>”", "toc": "2021-10-28T10:27:03.000Z", "authors": []}], "Mystery, Thriller & Suspense": [{"bid": 256, "isbn10": "077831104X", "isbn13": "9780778311041", "title": "Last Girl Ghosted: A Novel", "category": "Mystery, Thriller & Suspense", "genre": "Thrillers & Suspense", "publisher": "Park Row; Original edition", "rating": "4.3", "pagesno": 400, "synopsis": ""<br>A five-alarm fire of a situation…<br>the surprises keep coming.", "toc": "2021-10-31T19:19:53.000Z", "authors": [{"amid": "B001IOBGGE", "author": "Lisa Unger", "url": "/Lisa-Unger/e/", "aid": 212, "bid": 256}]}], "Romance": [{"bid": 1597, "isbn10": "1721284443", "isbn13": "9781721284443", "title": "The Sweetest Oblivion (Made)", "category": "Romance", "genre": "Contemporary", "publisher": "CreateSpace Independent Publishing Platform", "rating": "4.6", "pagesno": 384, "synopsis": " She's a romantic at heart, living in the most unromantic of worlds .<br> .<br> .", "toc": "2021-12-29T02:03:34.000Z", "authors": [{"amid": "B01IL4BO7Y", "author": "Danielle Lori", "url": "/Danielle-Lori/e/", "aid": 1115, "bid": 1597}]}], "Biographies & Memoirs": [{"bid": 275, "isbn10": "0525657746", "isbn13": "9780525657743", "title": "Crying in H Mart: A Memoir", "category": "Biographies & Memoirs", "genre": "Arts & Literature", "publisher": "Knopf; First Edition", "rating": "4.6", "pagesno": 256, "synopsis": "A NEW YORK TIMES NOTABLE BOOK OF THE YEAR \u2022 NEW YORK TIMES BEST SELLER \u2022 From the indie rockstar of Japanese Breakfast fame, and author of the viral 2018 New Yorker essay that shares the title of this book, an unflinching, powerful memoir about growing up Korean American, losing her mother, and forging her own identity.", "toc": "2021-11-01T15:17:09.000Z", "authors": [{"amid": "B091BH754W", "author": "Michelle Zauner", "url": "/Michelle-Zauner/e/", "aid": 227, "bid": 275}]}], "Humor & Entertainment": [{"bid": 4197, "isbn10": "1250866448", "isbn13": "9781250866448", "title": "Friends, Lovers, and the Big Terrible Thing: A Memoir", "category": "Humor & Entertainment", "genre": "Television", "publisher": "Flatiron Books", "rating": "0.0", "pagesno": 272, "synopsis": " A MOST ANTICIPATED BOOK BY TIME, THE ASSOCIATED PRESS, GOODREADS, USA TODAY, AND MORE!<br> The beloved star of Friends takes us behind the scenes of the hit sitcom and his struggles with addiction in this candid, funny, and revelatory memoir that delivers a powerful message of hope and persistence.", "toc": "2022-10-18T12:04:43.000Z", "authors": [{"amid": "a_matthew_perry", "author": "Matthew Perry", "url": "", "aid": 3119, "bid": 4197}]}], "Children's Books": [{"bid": 1497, "isbn10": "043965548X", "isbn13": "9780439655484", "title": "Harry Potter and the Prisoner of Azkaban (Book 3)", "category": "Children's Books", "genre": "Science Fiction & Fantasy", "publisher": "Scholastic", "rating": "4.9", "pagesno": 560, "synopsis": " ", "toc": "2021-12-11T11:04:06.000Z", "authors": [{"amid": "B000AP9A6K", "author": "J. K. Rowling", "url": "/J-K-Rowling/e/", "aid": 95, "bid": 1497}]}], "Christian Books & Bibles": [{"bid": 1519, "isbn10": "1561797464", "isbn13": "9781561797462", "title": "A Christmas Carol (Great Stories)", "category": "Christian Books & Bibles", "genre": "Literature & Fiction", "publisher": "Focus on the Family", "rating": "4.7", "pagesno": 184, "synopsis": " Introduction and Afterword by Joe WheelerTo bitter, miserly Ebenezer Scrooge, Christmas is just another day.<br> But all that changes when the ghost of his long-dead business partner appears, warning Scrooge to change his ways before it's too late.<br> Part of the Focus on the Family Great Stories collection, this edition features an in-depth introduction and discussion questions by Joe Wheeler to provide greater understanding for today's reader.", "toc": "2021-12-15T11:03:34.000Z", "authors": [{"amid": "B000APYNYE", "author": "Charles Dickens", "url": "/Charles-Dickens/e/", "aid": 838, "bid": 1519}, {"amid": "B001HCWVDO", "author": "Robert Ingpen", "url": "/Robert-Ingpen/e/", "aid": 1050, "bid": 1519}]}]} | {"type": "object", "properties": {"Science Fiction & Fantasy": {"type": "array", "items": {"type": "object", "properties": {"bid": {"type": "integer"}, "isbn10": {"type": "string"}, "isbn13": {"type": "string"}, "title": {"type": "string"}, "category": {"type": "string"}, "genre": {"type": "string"}, "publisher": {"type": "string"}, "rating": {"type": "string"}, "pagesno": {"type": "integer"}, "synopsis": {"type": "string"}, "toc": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"amid": {"type": "string"}, "author": {"type": "string"}, "url": {"type": "string"}, "aid": {"type": "integer"}, "bid": {"type": "integer"}}}}}}}, "Literature & Fiction": {"type": "array", "items": {"type": "object", "properties": {"bid": {"type": "integer"}, "isbn10": {"type": "string"}, "isbn13": {"type": "string"}, "title": {"type": "string"}, "category": {"type": "string"}, "genre": {"type": "string"}, "publisher": {"type": "string"}, "rating": {"type": "string"}, "pagesno": {"type": "integer"}, "synopsis": {"type": "string"}, "toc": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"amid": {"type": "string"}, "author": {"type": "string"}, "url": {"type": "string"}, "aid": {"type": "integer"}, "bid": {"type": "integer"}}}}}}}, "Teen & Young Adult": {"type": "array", "items": {"type": "object", "properties": {"bid": {"type": "integer"}, "isbn10": {"type": "string"}, "isbn13": {"type": "string"}, "title": {"type": "string"}, "category": {"type": "string"}, "genre": {"type": "string"}, "publisher": {"type": "string"}, "rating": {"type": "string"}, "pagesno": {"type": "integer"}, "synopsis": {"type": "string"}, "toc": {"type": "string"}, "authors": {"type": "array"}}}}, "Mystery, Thriller & Suspense": {"type": "array", "items": {"type": "object", "properties": {"bid": {"type": "integer"}, "isbn10": {"type": "string"}, "isbn13": {"type": "string"}, "title": {"type": "string"}, "category": {"type": "string"}, "genre": {"type": "string"}, "publisher": {"type": "string"}, "rating": {"type": "string"}, "pagesno": {"type": "integer"}, "synopsis": {"type": "string"}, "toc": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"amid": {"type": "string"}, "author": {"type": "string"}, "url": {"type": "string"}, "aid": {"type": "integer"}, "bid": {"type": "integer"}}}}}}}, "Romance": {"type": "array", "items": {"type": "object", "properties": {"bid": {"type": "integer"}, "isbn10": {"type": "string"}, "isbn13": {"type": "string"}, "title": {"type": "string"}, "category": {"type": "string"}, "genre": {"type": "string"}, "publisher": {"type": "string"}, "rating": {"type": "string"}, "pagesno": {"type": "integer"}, "synopsis": {"type": "string"}, "toc": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"amid": {"type": "string"}, "author": {"type": "string"}, "url": {"type": "string"}, "aid": {"type": "integer"}, "bid": {"type": "integer"}}}}}}}, "Biographies & Memoirs": {"type": "array", "items": {"type": "object", "properties": {"bid": {"type": "integer"}, "isbn10": {"type": "string"}, "isbn13": {"type": "string"}, "title": {"type": "string"}, "category": {"type": "string"}, "genre": {"type": "string"}, "publisher": {"type": "string"}, "rating": {"type": "string"}, "pagesno": {"type": "integer"}, "synopsis": {"type": "string"}, "toc": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"amid": {"type": "string"}, "author": {"type": "string"}, "url": {"type": "string"}, "aid": {"type": "integer"}, "bid": {"type": "integer"}}}}}}}, "Humor & Entertainment": {"type": "array", "items": {"type": "object", "properties": {"bid": {"type": "integer"}, "isbn10": {"type": "string"}, "isbn13": {"type": "string"}, "title": {"type": "string"}, "category": {"type": "string"}, "genre": {"type": "string"}, "publisher": {"type": "string"}, "rating": {"type": "string"}, "pagesno": {"type": "integer"}, "synopsis": {"type": "string"}, "toc": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"amid": {"type": "string"}, "author": {"type": "string"}, "url": {"type": "string"}, "aid": {"type": "integer"}, "bid": {"type": "integer"}}}}}}}, "Children's Books": {"type": "array", "items": {"type": "object", "properties": {"bid": {"type": "integer"}, "isbn10": {"type": "string"}, "isbn13": {"type": "string"}, "title": {"type": "string"}, "category": {"type": "string"}, "genre": {"type": "string"}, "publisher": {"type": "string"}, "rating": {"type": "string"}, "pagesno": {"type": "integer"}, "synopsis": {"type": "string"}, "toc": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"amid": {"type": "string"}, "author": {"type": "string"}, "url": {"type": "string"}, "aid": {"type": "integer"}, "bid": {"type": "integer"}}}}}}}, "Christian Books & Bibles": {"type": "array", "items": {"type": "object", "properties": {"bid": {"type": "integer"}, "isbn10": {"type": "string"}, "isbn13": {"type": "string"}, "title": {"type": "string"}, "category": {"type": "string"}, "genre": {"type": "string"}, "publisher": {"type": "string"}, "rating": {"type": "string"}, "pagesno": {"type": "integer"}, "synopsis": {"type": "string"}, "toc": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"amid": {"type": "string"}, "author": {"type": "string"}, "url": {"type": "string"}, "aid": {"type": "integer"}, "bid": {"type": "integer"}}}}}}}}} |
3220c8ac-de5b-4c3a-b540-a536616e3348/ee04771e-4eb0-44c4-8cda-c0005ae92478/0/0 | Book Discovery by ReadsOmnia | Get access to the Internet’s best-curated selection of must-read books. Search up-to-date databases and/or directly access the data via numerous API endpoints, including: Top-of-the-charts bestsellers, new and trending fiction and nonfiction, Critically acclaimed & Award-winning titles and authors, Top Reade'r suggestions, and more. | 6.7 | Award-Winning & Critically Acclaimed | A fresh collection of the best fiction and non-fiction books, carefully selected based on recommendations from a variety of experts, authors, and critics in the field, using multiple most-reputable sources. | 200 | Response | {"Literature & Fiction": [{"bid": 347, "isbn10": "1984856022", "isbn13": "9781984856029", "title": "A Swim in a Pond in the Rain: In Which Four Russians Give a Master Class on Writing, Reading, and Life", "category": "Literature & Fiction", "genre": "History & Criticism", "publisher": "Random House; First Edition, Later Printing", "rating": "4.7", "pagesno": 432, "synopsis": "NEW YORK TIMES BESTSELLER \u2022 From the Booker Prize\u2013winning author of Lincoln in the Bardo and Tenth of December comes a literary master class on what makes great stories work and what they can tell us about ourselves-and our world today.", "toc": "2021-11-03T17:37:01.000Z", "authors": [{"amid": "B000APEZ74", "author": "George Saunders", "url": "/George-Saunders/e/", "aid": 283, "bid": 347}]}, {"bid": 4266, "isbn10": "1941147704", "isbn13": "9781941147702", "title": "Burnt Offerings (Valancourt 20th Century Classics)", "category": "Literature & Fiction", "genre": "Genre Fiction", "publisher": "Valancourt Books; Reprint edition", "rating": "4.2", "pagesno": 230, "synopsis": " Ben and Marian Rolfe are desperate to escape a stifling summer in their tiny Brooklyn apartment, so when they get the chance to rent a mansion in upstate New York for the entire season for only $900, it's an offer that's too good to refuse.", "toc": "2022-10-29T18:08:53.000Z", "authors": [{"amid": "undefined", "author": "undefined", "url": "undefined", "aid": 2104, "bid": 4266}, {"amid": "a_robert_marascostephen_graham_jones", "author": "Robert MarascoStephen Graham Jones", "url": "", "aid": 3169, "bid": 4266}]}, {"bid": 4265, "isbn10": "1941147178", "isbn13": "9781941147177", "title": "The Elementals", "category": "Literature & Fiction", "genre": "Genre Fiction", "publisher": "Valancourt Books; Illustrated edition", "rating": "4.3", "pagesno": 230, "synopsis": " \"The finest writer of paperback originals in America.<br>\" - Stephen King \"Surely one of the most terrifying novels ever written.<br>\" - Poppy Z.", "toc": "2022-10-29T18:08:42.000Z", "authors": [{"amid": "a_michael_mcdowell", "author": "Michael McDowell", "url": "", "aid": 3168, "bid": 4265}]}, {"bid": 4264, "isbn10": "0061008737", "isbn13": "9780061008733", "title": "The House Next Door", "category": "Literature & Fiction", "genre": "Genre Fiction", "publisher": "HarperTorch", "rating": "4.3", "pagesno": 352, "synopsis": " The house next door to the Kennedys appears to be haunted by a mysterious, all-pervasive evil, and the couple watches in horror as a succession of owners becomes engulfed by the same sinister force, until the Kennedys set out to destroy the house themselves.", "toc": "2022-10-29T18:08:27.000Z", "authors": [{"amid": "a_anne_rivers_siddons", "author": "Anne Rivers Siddons", "url": "", "aid": 3167, "bid": 4264}]}], "Biographies & Memoirs": [{"bid": 3268, "isbn10": "0374282307", "isbn13": "9780374282301", "title": "The Facemaker: A Visionary Surgeon's Battle to Mend the Disfigured Soldiers of World War I", "category": "Biographies & Memoirs", "genre": "Leaders & Notable People", "publisher": "Farrar, Straus and Giroux; 1st edition", "rating": "4.8", "pagesno": 336, "synopsis": " A New York Times Bestseller\"Enthralling.<br> Harrowing.<br> Heartbreaking.", "toc": "2022-06-18T01:05:17.000Z", "authors": [{"amid": "a_lindsey_fitzharris", "author": "Lindsey Fitzharris", "url": "", "aid": 2377, "bid": 3268}]}], "History": [{"bid": 975, "isbn10": "1838852794", "isbn13": "9781838852795", "title": "Things I Have Withheld", "category": "History", "genre": "Historical Study & Educational Resources", "publisher": "Canongate Books; Main edition", "rating": "5.0", "pagesno": 0, "synopsis": "In this moving and lyrical collection of essays, the award-winning poet and novelist Kei Miller explores the silence in which so many important things are kept.", "toc": "2021-11-15T16:51:05.000Z", "authors": [{"amid": "B001JP804S", "author": "Kei Miller", "url": "/Kei-Miller/e/", "aid": 657, "bid": 975}]}], "Crafts, Hobbies & Home": [{"bid": 4993, "isbn10": "044900371X", "isbn13": "9780449003718", "title": "The Orchid Thief: A True Story of Beauty and Obsession (Ballantine Reader's Circle)", "category": "Crafts, Hobbies & Home", "genre": "Gardening & Landscape Design", "publisher": "Ballantine Books; 1st Ballantine Ed: Jan. 2000 edition", "rating": "4.2", "pagesno": 320, "synopsis": " NEW YORK TIMES BESTSELLER \u2022 A NEW YORK TIMES NOTABLE BOOK A modern classic of personal journalism, The Orchid Thief is Susan Orlean's wickedly funny, elegant, and captivating tale of an amazing obsession.", "toc": "2023-02-14T18:08:33.000Z", "authors": [{"amid": "a_susan_orlean", "author": "Susan Orlean", "url": "", "aid": 3688, "bid": 4993}]}], "Health, Fitness & Dieting": [{"bid": 4660, "isbn10": "0316462403", "isbn13": "9780316462402", "title": "Ritual: How Seemingly Senseless Acts Make Life Worth Living", "category": "Health, Fitness & Dieting", "genre": "Psychology & Counseling", "publisher": "Little, Brown Spark", "rating": "4.7", "pagesno": 320, "synopsis": " A pioneering anthropologist takes readers on a 'fascinating, well-researched' (Dr.<br> Jane Goodall, DBE) journey through the rich tapestry of human ritual-showing how and why our most irrational behaviors are a key driver of our success.", "toc": "2023-01-03T23:08:36.000Z", "authors": [{"amid": "a_dimitris_xygalatas", "author": "Dimitris Xygalatas", "url": "", "aid": 3449, "bid": 4660}]}], "Politics & Social Sciences": [{"bid": 977, "isbn10": "0393867730", "isbn13": "9780393867732", "title": "Free: A Child and a Country at the End of History", "category": "Politics & Social Sciences", "genre": "Politics & Government", "publisher": "W. W. Norton & Company", "rating": "5.0", "pagesno": 288, "synopsis": "Shortlisted for the 2021 Baillie Gifford Prize for Non-Fiction A Financial Times Best Book of the Year (Critics' Picks) A reflection on \"freedom\" in a dramatic, beautifully written memoir of the end of Communism in the Balkans.", "toc": "2021-11-15T16:51:37.000Z", "authors": [{"amid": "B0057QAD86", "author": "Lea Ypi", "url": "/Lea-Ypi/e/", "aid": 659, "bid": 977}]}], "Mystery, Thriller & Suspense": [{"bid": 3289, "isbn10": "1999368436", "isbn13": "9781999368432", "title": "Elena Knows", "category": "Mystery, Thriller & Suspense", "genre": "Thrillers & Suspense", "publisher": "Charco Press", "rating": "4.4", "pagesno": 173, "synopsis": " SHORTLISTED for the International Booker Prize 2022After Rita is found dead in a church she used to attend, the official investigation into the incident is quickly closed.", "toc": "2022-06-24T18:08:24.000Z", "authors": [{"amid": "a_claudia_pineiro", "author": "Claudia Pi\u00f1eiro", "url": "", "aid": 2396, "bid": 3289}]}], "Engineering & Transportation": [{"bid": 4237, "isbn10": "1529346851", "isbn13": "9781529346855", "title": "Influence Empire: Inside the Story of Tencent and China\u2019s Tech Ambition", "category": "Engineering & Transportation", "genre": "Engineering", "publisher": "Hodder & Stoughton", "rating": "4.3", "pagesno": 320, "synopsis": " *SHORTLISTED FOR THE FINANCIAL TIMES BUSINESS BOOK 2022*'A fascinating study of the tech giant and its symbiotic relationship with the Chinese government' - Guardian'Influence Empire by Lulu Yilun Chen is so much more than the long-awaited story of Tencent and its vital everything app, WeChat, the messaging tool used by 1.", "toc": "2022-10-24T18:08:16.000Z", "authors": [{"amid": "a_lulu_chen", "author": "Lulu Chen", "url": "", "aid": 3145, "bid": 4237}]}], "Science & Math": [{"bid": 974, "isbn10": "1984878190", "isbn13": "9781984878199", "title": "Islands of Abandonment: Nature Rebounding in the Post-Human Landscape", "category": "Science & Math", "genre": "Nature & Ecology", "publisher": "Viking", "rating": "4.6", "pagesno": 384, "synopsis": "A beautiful, lyrical exploration of the places where nature is flourishing in our absence \"[Flyn] captures the dread, sadness, and wonder of beholding the results of humanity's destructive impulse, and she arrives at a new appreciation of life, 'all the stranger and more valuable for its resilence.", "toc": "2021-11-15T16:50:35.000Z", "authors": [{"amid": "B0876D2FC4", "author": "Cal Flyn", "url": "/Cal-Flyn/e/", "aid": 656, "bid": 974}]}], "Children's Books": [{"bid": 4435, "isbn10": "0141354917", "isbn13": "9780141354910", "title": "A Wizard of Earthsea", "category": "Children's Books", "genre": "Science Fiction & Fantasy", "publisher": "Puffin", "rating": "4.6", "pagesno": 224, "synopsis": " Ged was the greatest sorcerer in all Earthsea, but once he was called Sparrowhawk, a reckless youth, hungry for power and knowledge, who tampered with long-held secrets and loosed a terrible shadow upon the world.", "toc": "2022-11-25T18:08:23.000Z", "authors": [{"amid": "a_ursula_k_le_guin", "author": "Ursula K. Le Guin", "url": "", "aid": 3292, "bid": 4435}]}], "Teen & Young Adult": [{"bid": 162, "isbn10": "1974700526", "isbn13": "9781974700523", "title": "Demon Slayer: Kimetsu no Yaiba, Vol. 1 (1)", "category": "Teen & Young Adult", "genre": "Literature & Fiction", "publisher": "VIZ Media LLC; Illustrated edition", "rating": "4.9", "pagesno": 192, "synopsis": "Tanjiro sets out on the path of the Demon Slayer to save his sister and avenge his family!<br>In Taisho-era Japan, kindhearted Tanjiro Kamado makes a living selling charcoal.<br> But his peaceful life is shattered when a demon slaughters his entire family.", "toc": "2021-10-28T20:20:59.000Z", "authors": [{"amid": "B077MFJVDP", "author": "Koyoharu Gotouge", "url": "/Koyoharu-Gotouge/e/", "aid": 143, "bid": 162}]}], "Science Fiction & Fantasy": [{"bid": 3832, "isbn10": "1781088829", "isbn13": "9781781088821", "title": "Skyward Inn", "category": "Science Fiction & Fantasy", "genre": "Science Fiction", "publisher": "Solaris", "rating": "3.7", "pagesno": 300, "synopsis": " A thoughtful, literary novel about conflict, identity and community, after Earth makes contact with the seemingly harmless planet Qita.<br>ARTHUR C.<br> CLARKE AWARD FINALIST 2022Drink down the brew and dream of a better Earth.", "toc": "2022-09-03T23:08:59.000Z", "authors": [{"amid": "a_aliya_whiteley", "author": "Aliya Whiteley", "url": "", "aid": 2825, "bid": 3832}]}, {"bid": 3831, "isbn10": "1914953010", "isbn13": "9781914953019", "title": "Wergen: The Alien Love War", "category": "Science Fiction & Fantasy", "genre": "Science Fiction", "publisher": "Newcon Press", "rating": "4.5", "pagesno": 278, "synopsis": " The Wergens: a highly sophisticated alien race biochemically infatuated with humans.<br> They crave us, they need us, while we need their technology.<br>Humanity does what it always does.", "toc": "2022-09-03T23:08:46.000Z", "authors": [{"amid": "a_mercurio_d_rivera", "author": "Mercurio D Rivera", "url": "", "aid": 2824, "bid": 3831}]}, {"bid": 3830, "isbn10": "1529001641", "isbn13": "9781529001648", "title": "A Desolation Called Peace (Teixcalaan, 2)", "category": "Science Fiction & Fantasy", "genre": "Science Fiction", "publisher": "Tor; Main Market edition", "rating": "4.6", "pagesno": 0, "synopsis": " A Desolation Called Peace is the spectacular space opera sequel to A Memory Called Empire by Arkady Martine, winner of the 2020 Hugo Award for Best Novel.", "toc": "2022-09-03T23:08:36.000Z", "authors": [{"amid": "a_arkady_martine", "author": "Arkady Martine", "url": "", "aid": 2823, "bid": 3830}]}], "LGBTQ+ Books": [{"bid": 5031, "isbn10": "0063026252", "isbn13": "9780063026254", "title": "The Perfect Crimes of Marian Hayes: A Novel (London Highwaymen, 2)", "category": "LGBTQ+ Books", "genre": "Literature & Fiction", "publisher": "Avon", "rating": "4.3", "pagesno": 352, "synopsis": " Cat Sebastian returns to Georgian London with a stunning tale of a reluctant criminal and the thief who cannot help but love her.<br>Marian Hayes, the Duchess of Clare, just shot her husband.<br> Of course, the evil, murderous man deserved what was coming to him, but now she must flee to the countryside.", "toc": "2023-02-21T23:09:08.000Z", "authors": [{"amid": "a_cat_sebastian", "author": "Cat Sebastian", "url": "", "aid": 3710, "bid": 5031}]}, {"bid": 5030, "isbn10": "1542036291", "isbn13": "9781542036290", "title": "Something Fabulous", "category": "LGBTQ+ Books", "genre": "Literature & Fiction", "publisher": "Montlake", "rating": "4.1", "pagesno": 363, "synopsis": " From the acclaimed author of Boyfriend Material comes a delightfully witty romance featuring a reserved duke who's betrothed to one twin and hopelessly enamoured of the other.", "toc": "2023-02-21T23:08:47.000Z", "authors": [{"amid": "a_alexis_hall", "author": "Alexis Hall", "url": "", "aid": 2627, "bid": 5030}]}], "Reference": [{"bid": 976, "isbn10": "0062997491", "isbn13": "9780062997494", "title": "Fall: The Mysterious Life and Death of Robert Maxwell, Britain's Most Notorious Media Baron", "category": "Reference", "genre": "Writing, Research & Publishing Guides", "publisher": "Harper", "rating": "4.4", "pagesno": 352, "synopsis": "From the acclaimed author of A Very English Scandal, a thrilling and dramatic true-life account of the rise and fall of one of the most notorious media moguls of all time: Robert Maxwell.", "toc": "2021-11-15T16:51:22.000Z", "authors": [{"amid": "B000APO1EG", "author": "John Preston", "url": "/John-Preston/e/", "aid": 658, "bid": 976}]}], "Christian Books & Bibles": [{"bid": 4436, "isbn10": "0062565419", "isbn13": "9780062565419", "title": "Till We Have Faces: A Myth Retold", "category": "Christian Books & Bibles", "genre": "Literature & Fiction", "publisher": "HarperOne; Reissue edition", "rating": "4.7", "pagesno": 368, "synopsis": " A repackaged edition of the revered author's retelling of the myth of Cupid and Psyche-what he and many others regard as his best novel.<br>C.<br> S.", "toc": "2022-11-25T18:08:37.000Z", "authors": [{"amid": "a_c_s_lewis", "author": "C. S. Lewis", "url": "", "aid": 2276, "bid": 4436}]}], "Religion & Spirituality": [{"bid": 4956, "isbn10": "1948626128", "isbn13": "9781948626125", "title": "Ways to Go Beyond and Why They Work: Seven Spiritual Practices for a Scientific Age", "category": "Religion & Spirituality", "genre": "Occult & Paranormal", "publisher": "Monkfish Book Publishing", "rating": "4.6", "pagesno": 338, "synopsis": " We are in the midst of a spiritual revival.<br> This book is an essential guide.<br>\"Wonderfully clear and inspiring.", "toc": "2023-02-10T23:11:36.000Z", "authors": [{"amid": "a_rupert_sheldrake", "author": "Rupert Sheldrake", "url": "", "aid": 3655, "bid": 4956}]}], "Travel": [{"bid": 4343, "isbn10": "067974780X", "isbn13": "9780679747802", "title": "Imperium", "category": "Travel", "genre": "Asia", "publisher": "Vintage; 1st edition", "rating": "4.6", "pagesno": 352, "synopsis": " The Polish journalist whose The Soccer War and The Emperor are counted as classics of contemporary reportage now bears witness in Imperium to the disintegration of the Soviet Union.", "toc": "2022-11-10T18:09:07.000Z", "authors": [{"amid": "undefined", "author": "undefined", "url": "undefined", "aid": 2104, "bid": 4343}, {"amid": "a_ryszard_kapuscinski", "author": "Ryszard Kapuscinski", "url": "", "aid": 3225, "bid": 4343}]}], "Humor & Entertainment": [{"bid": 4950, "isbn10": "0525564209", "isbn13": "9780525564201", "title": "My Sister, the Serial Killer: A Novel", "category": "Humor & Entertainment", "genre": "Humor", "publisher": "Anchor; Reprint edition", "rating": "4.1", "pagesno": 240, "synopsis": " WINNER OF THE LA TIMES BOOK PRIZE FOR MYSTERY/THRILLER \u2022 \"A taut and darkly funny contemporary noir that moves at lightning speed, it's the wittiest and most fun murder party you've ever been invited to.", "toc": "2023-02-10T18:13:55.000Z", "authors": [{"amid": "a_oyinkan_braithwaite", "author": "Oyinkan Braithwaite", "url": "", "aid": 3649, "bid": 4950}]}], "New, Used & Rental Textbooks": [{"bid": 4239, "isbn10": "0198864981", "isbn13": "9780198864981", "title": "Disorder: Hard Times in the 21st Century", "category": "New, Used & Rental Textbooks", "genre": "Social Sciences", "publisher": "Oxford University Press", "rating": "4.4", "pagesno": 384, "synopsis": " Getting to grips with the overlapping geopolitical, economic, and political crises faced by Western democratic societies in the 2020s.<br>The 21st century has brought a powerful tide of geopolitical, economic, and democratic shocks.<br> Their fallout has led central banks to create over $25 trillion of new money, brought about a new age of geopolitical competition, destabilised the Middle East, ruptured the European Union, and exposed old political fault lines in the United States.", "toc": "2022-10-24T18:08:44.000Z", "authors": [{"amid": "a_helen_thompson", "author": "Helen Thompson", "url": "", "aid": 3147, "bid": 4239}]}, {"bid": 4238, "isbn10": "0197519644", "isbn13": "9780197519646", "title": "The Rise and Fall of the Neoliberal Order: America and the World in the Free Market Era", "category": "New, Used & Rental Textbooks", "genre": "Humanities", "publisher": "Oxford University Press", "rating": "4.4", "pagesno": 432, "synopsis": " The most sweeping account of how neoliberalism came to dominate American politics for nearly a half century before crashing against the forces of Trumpism on the right and a new progressivism on the left.", "toc": "2022-10-24T18:08:31.000Z", "authors": [{"amid": "a_gary_gerstle", "author": "Gary Gerstle", "url": "", "aid": 3146, "bid": 4238}]}], "Arts & Photography": [{"bid": 3031, "isbn10": "0300253664", "isbn13": "9780300253665", "title": "A Little History of Art (Little Histories)", "category": "Arts & Photography", "genre": "History & Criticism", "publisher": "Yale University Press", "rating": "5.0", "pagesno": 336, "synopsis": " A thrilling journey through 100,000 years of art, from the first artworks ever made to art's central role in culture today \"This lively volume is ideal for the precocious high-schooler, the lazy collegian .", "toc": "2022-05-22T18:08:22.000Z", "authors": [{"amid": "undefined", "author": "undefined", "url": "undefined", "aid": 2104, "bid": 3031}, {"amid": "a_charlotte_mullins", "author": "Charlotte Mullins", "url": "", "aid": 2169, "bid": 3031}]}], "Business & Money": [{"bid": 3900, "isbn10": "0465019595", "isbn13": "9780465019595", "title": "Slouching Towards Utopia: An Economic History of the Twentieth Century", "category": "Business & Money", "genre": "Economics", "publisher": "Basic Books; 1st edition", "rating": "4.1", "pagesno": 624, "synopsis": " From one of the world's leading economists, a grand narrative of the century that made us richer than ever, yet left us unsatisfied Before 1870, humanity lived in dire poverty, with a slow crawl of invention offset by a growing population.", "toc": "2022-09-11T23:08:27.000Z", "authors": [{"amid": "undefined", "author": "undefined", "url": "undefined", "aid": 2104, "bid": 3900}, {"amid": "a_j_bradford_delong", "author": "J. Bradford DeLong", "url": "", "aid": 2880, "bid": 3900}]}], "Medical Books": [{"bid": 2345, "isbn10": "1594633797", "isbn13": "9781594633799", "title": "The Invisible Kingdom: Reimagining Chronic Illness", "category": "Medical Books", "genre": "Medicine", "publisher": "Riverhead Books", "rating": "4.4", "pagesno": 336, "synopsis": " \"Remarkable.<br>\" \u2013Andrew Solomon, The New York Times Book Review\"At once a rigorous work of scholarship and a radical act of empathy.<br>\"-Esquire\"A ray of light into those isolated cocoons of darkness that, at one time or another, may afflict us all.", "toc": "2022-03-10T00:01:28.000Z", "authors": [{"amid": "B001IXRXQC", "author": "Meghan O'Rourke", "url": "/Meghan-ORourke/e/", "aid": 1668, "bid": 2345}]}], "Self-Help": [{"bid": 2678, "isbn10": "0451499786", "isbn13": "9780451499783", "title": "Bittersweet: How Sorrow and Longing Make Us Whole", "category": "Self-Help", "genre": "Relationships", "publisher": "Crown", "rating": "4.6", "pagesno": 352, "synopsis": " Sadness is a superpower.<br> In her new masterpiece, the author of the bestselling phenomenon Quiet reveals the power of a bittersweet outlook on life, and why we've been so blind to its value.", "toc": "2022-04-14T00:01:43.000Z", "authors": [{"amid": "B004XVMVYK", "author": "Susan Cain", "url": "/Susan-Cain/e/", "aid": 1890, "bid": 2678}]}], "Sports & Outdoors": [{"bid": 3899, "isbn10": "0804141495", "isbn13": "9780804141499", "title": "Two Wheels Good: The History and Mystery of the Bicycle", "category": "Sports & Outdoors", "genre": "Individual Sports", "publisher": "Crown", "rating": "4.0", "pagesno": 416, "synopsis": " NEW YORK TIMES EDITORS' CHOICE \u2022 A panoramic revisionist portrait of the nineteenth-century invention that is transforming the twenty-first-century world\"The real feat of this book is that it takes us on a ride-across the centuries and around the globe, through startling history and vivid first-person reporting.", "toc": "2022-09-11T23:08:16.000Z", "authors": [{"amid": "a_jody_rosen", "author": "Jody Rosen", "url": "", "aid": 2879, "bid": 3899}]}], "Computers & Technology": [{"bid": 1580, "isbn10": "0691203423", "isbn13": "9780691203423", "title": "Breaking the Social Media Prism: How to Make Our Platforms Less Polarizing", "category": "Computers & Technology", "genre": "Databases & Big Data", "publisher": "Princeton University Press", "rating": "4.1", "pagesno": 240, "synopsis": " A revealing look at how user behavior is powering deep social divisions online\u2015and how we might yet defeat political tribalism on social mediaIn an era of increasing social isolation, platforms like Facebook and Twitter are among the most important tools we have to understand each other.", "toc": "2021-12-24T18:08:15.000Z", "authors": [{"amid": "B00TE4UK5I", "author": "Christopher Bail", "url": "/Christopher-Bail/e/", "aid": 1097, "bid": 1580}]}]} | {"type": "object", "properties": {"Literature & Fiction": {"type": "array", "items": {"type": "object", "properties": {"bid": {"type": "integer"}, "isbn10": {"type": "string"}, "isbn13": {"type": "string"}, "title": {"type": "string"}, "category": {"type": "string"}, "genre": {"type": "string"}, "publisher": {"type": "string"}, "rating": {"type": "string"}, "pagesno": {"type": "integer"}, "synopsis": {"type": "string"}, "toc": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"amid": {"type": "string"}, "author": {"type": "string"}, "url": {"type": "string"}, "aid": {"type": "integer"}, "bid": {"type": "integer"}}}}}}}, "Biographies & Memoirs": {"type": "array", "items": {"type": "object", "properties": {"bid": {"type": "integer"}, "isbn10": {"type": "string"}, "isbn13": {"type": "string"}, "title": {"type": "string"}, "category": {"type": "string"}, "genre": {"type": "string"}, "publisher": {"type": "string"}, "rating": {"type": "string"}, "pagesno": {"type": "integer"}, "synopsis": {"type": "string"}, "toc": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"amid": {"type": "string"}, "author": {"type": "string"}, "url": {"type": "string"}, "aid": {"type": "integer"}, "bid": {"type": "integer"}}}}}}}, "History": {"type": "array", "items": {"type": "object", "properties": {"bid": {"type": "integer"}, "isbn10": {"type": "string"}, "isbn13": {"type": "string"}, "title": {"type": "string"}, "category": {"type": "string"}, "genre": {"type": "string"}, "publisher": {"type": "string"}, "rating": {"type": "string"}, "pagesno": {"type": "integer"}, "synopsis": {"type": "string"}, "toc": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"amid": {"type": "string"}, "author": {"type": "string"}, "url": {"type": "string"}, "aid": {"type": "integer"}, "bid": {"type": "integer"}}}}}}}, "Crafts, Hobbies & Home": {"type": "array", "items": {"type": "object", "properties": {"bid": {"type": "integer"}, "isbn10": {"type": "string"}, "isbn13": {"type": "string"}, "title": {"type": "string"}, "category": {"type": "string"}, "genre": {"type": "string"}, "publisher": {"type": "string"}, "rating": {"type": "string"}, "pagesno": {"type": "integer"}, "synopsis": {"type": "string"}, "toc": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"amid": {"type": "string"}, "author": {"type": "string"}, "url": {"type": "string"}, "aid": {"type": "integer"}, "bid": {"type": "integer"}}}}}}}, "Health, Fitness & Dieting": {"type": "array", "items": {"type": "object", "properties": {"bid": {"type": "integer"}, "isbn10": {"type": "string"}, "isbn13": {"type": "string"}, "title": {"type": "string"}, "category": {"type": "string"}, "genre": {"type": "string"}, "publisher": {"type": "string"}, "rating": {"type": "string"}, "pagesno": {"type": "integer"}, "synopsis": {"type": "string"}, "toc": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"amid": {"type": "string"}, "author": {"type": "string"}, "url": {"type": "string"}, "aid": {"type": "integer"}, "bid": {"type": "integer"}}}}}}}, "Politics & Social Sciences": {"type": "array", "items": {"type": "object", "properties": {"bid": {"type": "integer"}, "isbn10": {"type": "string"}, "isbn13": {"type": "string"}, "title": {"type": "string"}, "category": {"type": "string"}, "genre": {"type": "string"}, "publisher": {"type": "string"}, "rating": {"type": "string"}, "pagesno": {"type": "integer"}, "synopsis": {"type": "string"}, "toc": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"amid": {"type": "string"}, "author": {"type": "string"}, "url": {"type": "string"}, "aid": {"type": "integer"}, "bid": {"type": "integer"}}}}}}}, "Mystery, Thriller & Suspense": {"type": "array", "items": {"type": "object", "properties": {"bid": {"type": "integer"}, "isbn10": {"type": "string"}, "isbn13": {"type": "string"}, "title": {"type": "string"}, "category": {"type": "string"}, "genre": {"type": "string"}, "publisher": {"type": "string"}, "rating": {"type": "string"}, "pagesno": {"type": "integer"}, "synopsis": {"type": "string"}, "toc": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"amid": {"type": "string"}, "author": {"type": "string"}, "url": {"type": "string"}, "aid": {"type": "integer"}, "bid": {"type": "integer"}}}}}}}, "Engineering & Transportation": {"type": "array", "items": {"type": "object", "properties": {"bid": {"type": "integer"}, "isbn10": {"type": "string"}, "isbn13": {"type": "string"}, "title": {"type": "string"}, "category": {"type": "string"}, "genre": {"type": "string"}, "publisher": {"type": "string"}, "rating": {"type": "string"}, "pagesno": {"type": "integer"}, "synopsis": {"type": "string"}, "toc": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"amid": {"type": "string"}, "author": {"type": "string"}, "url": {"type": "string"}, "aid": {"type": "integer"}, "bid": {"type": "integer"}}}}}}}, "Science & Math": {"type": "array", "items": {"type": "object", "properties": {"bid": {"type": "integer"}, "isbn10": {"type": "string"}, "isbn13": {"type": "string"}, "title": {"type": "string"}, "category": {"type": "string"}, "genre": {"type": "string"}, "publisher": {"type": "string"}, "rating": {"type": "string"}, "pagesno": {"type": "integer"}, "synopsis": {"type": "string"}, "toc": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"amid": {"type": "string"}, "author": {"type": "string"}, "url": {"type": "string"}, "aid": {"type": "integer"}, "bid": {"type": "integer"}}}}}}}, "Children's Books": {"type": "array", "items": {"type": "object", "properties": {"bid": {"type": "integer"}, "isbn10": {"type": "string"}, "isbn13": {"type": "string"}, "title": {"type": "string"}, "category": {"type": "string"}, "genre": {"type": "string"}, "publisher": {"type": "string"}, "rating": {"type": "string"}, "pagesno": {"type": "integer"}, "synopsis": {"type": "string"}, "toc": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"amid": {"type": "string"}, "author": {"type": "string"}, "url": {"type": "string"}, "aid": {"type": "integer"}, "bid": {"type": "integer"}}}}}}}, "Teen & Young Adult": {"type": "array", "items": {"type": "object", "properties": {"bid": {"type": "integer"}, "isbn10": {"type": "string"}, "isbn13": {"type": "string"}, "title": {"type": "string"}, "category": {"type": "string"}, "genre": {"type": "string"}, "publisher": {"type": "string"}, "rating": {"type": "string"}, "pagesno": {"type": "integer"}, "synopsis": {"type": "string"}, "toc": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"amid": {"type": "string"}, "author": {"type": "string"}, "url": {"type": "string"}, "aid": {"type": "integer"}, "bid": {"type": "integer"}}}}}}}, "Science Fiction & Fantasy": {"type": "array", "items": {"type": "object", "properties": {"bid": {"type": "integer"}, "isbn10": {"type": "string"}, "isbn13": {"type": "string"}, "title": {"type": "string"}, "category": {"type": "string"}, "genre": {"type": "string"}, "publisher": {"type": "string"}, "rating": {"type": "string"}, "pagesno": {"type": "integer"}, "synopsis": {"type": "string"}, "toc": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"amid": {"type": "string"}, "author": {"type": "string"}, "url": {"type": "string"}, "aid": {"type": "integer"}, "bid": {"type": "integer"}}}}}}}, "LGBTQ+ Books": {"type": "array", "items": {"type": "object", "properties": {"bid": {"type": "integer"}, "isbn10": {"type": "string"}, "isbn13": {"type": "string"}, "title": {"type": "string"}, "category": {"type": "string"}, "genre": {"type": "string"}, "publisher": {"type": "string"}, "rating": {"type": "string"}, "pagesno": {"type": "integer"}, "synopsis": {"type": "string"}, "toc": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"amid": {"type": "string"}, "author": {"type": "string"}, "url": {"type": "string"}, "aid": {"type": "integer"}, "bid": {"type": "integer"}}}}}}}, "Reference": {"type": "array", "items": {"type": "object", "properties": {"bid": {"type": "integer"}, "isbn10": {"type": "string"}, "isbn13": {"type": "string"}, "title": {"type": "string"}, "category": {"type": "string"}, "genre": {"type": "string"}, "publisher": {"type": "string"}, "rating": {"type": "string"}, "pagesno": {"type": "integer"}, "synopsis": {"type": "string"}, "toc": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"amid": {"type": "string"}, "author": {"type": "string"}, "url": {"type": "string"}, "aid": {"type": "integer"}, "bid": {"type": "integer"}}}}}}}, "Christian Books & Bibles": {"type": "array", "items": {"type": "object", "properties": {"bid": {"type": "integer"}, "isbn10": {"type": "string"}, "isbn13": {"type": "string"}, "title": {"type": "string"}, "category": {"type": "string"}, "genre": {"type": "string"}, "publisher": {"type": "string"}, "rating": {"type": "string"}, "pagesno": {"type": "integer"}, "synopsis": {"type": "string"}, "toc": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"amid": {"type": "string"}, "author": {"type": "string"}, "url": {"type": "string"}, "aid": {"type": "integer"}, "bid": {"type": "integer"}}}}}}}, "Religion & Spirituality": {"type": "array", "items": {"type": "object", "properties": {"bid": {"type": "integer"}, "isbn10": {"type": "string"}, "isbn13": {"type": "string"}, "title": {"type": "string"}, "category": {"type": "string"}, "genre": {"type": "string"}, "publisher": {"type": "string"}, "rating": {"type": "string"}, "pagesno": {"type": "integer"}, "synopsis": {"type": "string"}, "toc": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"amid": {"type": "string"}, "author": {"type": "string"}, "url": {"type": "string"}, "aid": {"type": "integer"}, "bid": {"type": "integer"}}}}}}}, "Travel": {"type": "array", "items": {"type": "object", "properties": {"bid": {"type": "integer"}, "isbn10": {"type": "string"}, "isbn13": {"type": "string"}, "title": {"type": "string"}, "category": {"type": "string"}, "genre": {"type": "string"}, "publisher": {"type": "string"}, "rating": {"type": "string"}, "pagesno": {"type": "integer"}, "synopsis": {"type": "string"}, "toc": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"amid": {"type": "string"}, "author": {"type": "string"}, "url": {"type": "string"}, "aid": {"type": "integer"}, "bid": {"type": "integer"}}}}}}}, "Humor & Entertainment": {"type": "array", "items": {"type": "object", "properties": {"bid": {"type": "integer"}, "isbn10": {"type": "string"}, "isbn13": {"type": "string"}, "title": {"type": "string"}, "category": {"type": "string"}, "genre": {"type": "string"}, "publisher": {"type": "string"}, "rating": {"type": "string"}, "pagesno": {"type": "integer"}, "synopsis": {"type": "string"}, "toc": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"amid": {"type": "string"}, "author": {"type": "string"}, "url": {"type": "string"}, "aid": {"type": "integer"}, "bid": {"type": "integer"}}}}}}}, "New, Used & Rental Textbooks": {"type": "array", "items": {"type": "object", "properties": {"bid": {"type": "integer"}, "isbn10": {"type": "string"}, "isbn13": {"type": "string"}, "title": {"type": "string"}, "category": {"type": "string"}, "genre": {"type": "string"}, "publisher": {"type": "string"}, "rating": {"type": "string"}, "pagesno": {"type": "integer"}, "synopsis": {"type": "string"}, "toc": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"amid": {"type": "string"}, "author": {"type": "string"}, "url": {"type": "string"}, "aid": {"type": "integer"}, "bid": {"type": "integer"}}}}}}}, "Arts & Photography": {"type": "array", "items": {"type": "object", "properties": {"bid": {"type": "integer"}, "isbn10": {"type": "string"}, "isbn13": {"type": "string"}, "title": {"type": "string"}, "category": {"type": "string"}, "genre": {"type": "string"}, "publisher": {"type": "string"}, "rating": {"type": "string"}, "pagesno": {"type": "integer"}, "synopsis": {"type": "string"}, "toc": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"amid": {"type": "string"}, "author": {"type": "string"}, "url": {"type": "string"}, "aid": {"type": "integer"}, "bid": {"type": "integer"}}}}}}}, "Business & Money": {"type": "array", "items": {"type": "object", "properties": {"bid": {"type": "integer"}, "isbn10": {"type": "string"}, "isbn13": {"type": "string"}, "title": {"type": "string"}, "category": {"type": "string"}, "genre": {"type": "string"}, "publisher": {"type": "string"}, "rating": {"type": "string"}, "pagesno": {"type": "integer"}, "synopsis": {"type": "string"}, "toc": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"amid": {"type": "string"}, "author": {"type": "string"}, "url": {"type": "string"}, "aid": {"type": "integer"}, "bid": {"type": "integer"}}}}}}}, "Medical Books": {"type": "array", "items": {"type": "object", "properties": {"bid": {"type": "integer"}, "isbn10": {"type": "string"}, "isbn13": {"type": "string"}, "title": {"type": "string"}, "category": {"type": "string"}, "genre": {"type": "string"}, "publisher": {"type": "string"}, "rating": {"type": "string"}, "pagesno": {"type": "integer"}, "synopsis": {"type": "string"}, "toc": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"amid": {"type": "string"}, "author": {"type": "string"}, "url": {"type": "string"}, "aid": {"type": "integer"}, "bid": {"type": "integer"}}}}}}}, "Self-Help": {"type": "array", "items": {"type": "object", "properties": {"bid": {"type": "integer"}, "isbn10": {"type": "string"}, "isbn13": {"type": "string"}, "title": {"type": "string"}, "category": {"type": "string"}, "genre": {"type": "string"}, "publisher": {"type": "string"}, "rating": {"type": "string"}, "pagesno": {"type": "integer"}, "synopsis": {"type": "string"}, "toc": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"amid": {"type": "string"}, "author": {"type": "string"}, "url": {"type": "string"}, "aid": {"type": "integer"}, "bid": {"type": "integer"}}}}}}}, "Sports & Outdoors": {"type": "array", "items": {"type": "object", "properties": {"bid": {"type": "integer"}, "isbn10": {"type": "string"}, "isbn13": {"type": "string"}, "title": {"type": "string"}, "category": {"type": "string"}, "genre": {"type": "string"}, "publisher": {"type": "string"}, "rating": {"type": "string"}, "pagesno": {"type": "integer"}, "synopsis": {"type": "string"}, "toc": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"amid": {"type": "string"}, "author": {"type": "string"}, "url": {"type": "string"}, "aid": {"type": "integer"}, "bid": {"type": "integer"}}}}}}}, "Computers & Technology": {"type": "array", "items": {"type": "object", "properties": {"bid": {"type": "integer"}, "isbn10": {"type": "string"}, "isbn13": {"type": "string"}, "title": {"type": "string"}, "category": {"type": "string"}, "genre": {"type": "string"}, "publisher": {"type": "string"}, "rating": {"type": "string"}, "pagesno": {"type": "integer"}, "synopsis": {"type": "string"}, "toc": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"amid": {"type": "string"}, "author": {"type": "string"}, "url": {"type": "string"}, "aid": {"type": "integer"}, "bid": {"type": "integer"}}}}}}}}} |
3220c8ac-de5b-4c3a-b540-a536616e3348/50463e1f-7da1-4a24-9b8e-642488f71c27/0/0 | Book Discovery by ReadsOmnia | Get access to the Internet’s best-curated selection of must-read books. Search up-to-date databases and/or directly access the data via numerous API endpoints, including: Top-of-the-charts bestsellers, new and trending fiction and nonfiction, Critically acclaimed & Award-winning titles and authors, Top Reade'r suggestions, and more. | 6.7 | Self-Help & Personal Growth Bestsellers | A curated & up-to-date list of the best Self-Help & Personal Growth Books extrapolated by sophisticated AI algorithms from a variety of top-tier sources across the Internet. | 200 | Response | [{"bid": 5331, "isbn10": "0063272903", "isbn13": "9780063272903", "title": "Gnar Country: Growing Old, Staying Rad", "category": "Self-Help", "genre": "Relationships", "publisher": "Harper Wave", "rating": "4.7", "pagesno": 304, "synopsis": " The New York Times bestselling author and human performance expert tests his knowledge and theories on his own aging body in a quest to become an expert skier at age fifty-three.", "toc": "2023-03-10T01:08:06.000Z", "authors": [{"amid": "B001JP87B4", "author": "Steven Kotler", "url": "/Steven-Kotler/e/", "aid": 3934, "bid": 5331}]}, {"bid": 5252, "isbn10": "0063010526", "isbn13": "9780063010529", "title": "Didn't See That Coming: Putting Life Back Together When Your World Falls Apart", "category": "Self-Help", "genre": "Relationships", "publisher": "Dey Street Books", "rating": "4.7", "pagesno": 240, "synopsis": " The New York Times BestsellerFear.<br> Grief.<br> Loss.", "toc": "2023-03-09T15:55:27.000Z", "authors": [{"amid": "B00J237V5I", "author": "Rachel Hollis", "url": "/Rachel-Hollis/e/", "aid": 3881, "bid": 5252}]}, {"bid": 5226, "isbn10": "0593539273", "isbn13": "9780593539279", "title": "Drama Free: A Guide to Managing Unhealthy Family Relationships", "category": "Self-Help", "genre": "Relationships", "publisher": "TarcherPerigee", "rating": "4.9", "pagesno": 288, "synopsis": " From the bestselling author of Set Boundaries, Find Peace, a road map for understanding and moving past family struggles-and living your life, your way.", "toc": "2023-03-09T09:02:23.000Z", "authors": [{"amid": "B07HPCR699", "author": "Nedra Glover Tawwab", "url": "/Nedra-Glover-Tawwab/e/", "aid": 1094, "bid": 5226}]}, {"bid": 5081, "isbn10": "0593329996", "isbn13": "9780593329993", "title": "Enchantment: Awakening Wonder in an Anxious Age", "category": "Self-Help", "genre": "Motivational", "publisher": "Riverhead Books", "rating": "5.0", "pagesno": 224, "synopsis": " \"I love Katherine May's new book, Enchantment.<br>\u2026It's a beautiful offering of light, truth and charm in these strange, dark times.<br>\" \u2013 New York Times bestselling author Anne Lamott \"Katherine May gave so many of us language and vision for the long communal \u2018wintering' of the last years.", "toc": "2023-03-02T07:09:04.000Z", "authors": [{"amid": "B00385NHS6", "author": "Katherine May", "url": "/Katherine-May/e/", "aid": 3740, "bid": 5081}]}, {"bid": 5199, "isbn10": "0593577930", "isbn13": "9780593577936", "title": "Making Great Relationships: Simple Practices for Solving Conflicts, Building Connection, and Fostering Love", "category": "Self-Help", "genre": "Relationships", "publisher": "Harmony", "rating": "4.6", "pagesno": 304, "synopsis": " \"50 simple, powerful ways to improve your relationships at home and at work\" (Lori Gottlieb, author of Maybe You Should Talk To Someone), based on the latest findings in neuroscience, mindfulness, and positive psychology-by the New York Times bestselling author of Neurodharma and ResilientRelationships are usually the most important part of a person's life.", "toc": "2023-03-08T16:30:54.000Z", "authors": [{"amid": "B002I5X2X2", "author": "Rick Hanson", "url": "/Rick-Hanson/e/", "aid": 3835, "bid": 5199}]}, {"bid": 5195, "isbn10": "0593577604", "isbn13": "9780593577608", "title": "We Over Me: The Counterintuitive Approach to Getting Everything You Want from Your Relationship", "category": "Self-Help", "genre": "Relationships", "publisher": "Rodale Books", "rating": "4.8", "pagesno": 288, "synopsis": " NEW YORK TIMES BESTSELLER \u2022 The stars of the social media show The Ellises and hosts of the Webby Award-winning podcast Dead Ass with K&<br>D share the core pillars of their relationship as millennial lovers and parents that have allowed them to thrive.<br> \"Staying married in this day and age takes a whole different mindset, and this book gives an intimate and honest look at the inner workings of their strong union.", "toc": "2023-03-08T16:30:00.000Z", "authors": [{"amid": "B0BMJ25G6V", "author": "Khadeen Ellis", "url": "/Khadeen-Ellis/e/", "aid": 3829, "bid": 5195}, {"amid": "B0BMJ35J5T", "author": "Devale Ellis", "url": "/Devale-Ellis/e/", "aid": 3830, "bid": 5195}]}, {"bid": 5171, "isbn10": "0593236270", "isbn13": "9780593236277", "title": "The Gaslight Effect Recovery Guide: Your Personal Journey Toward Healing from Emotional Abuse", "category": "Self-Help", "genre": "Relationships", "publisher": "Rodale Books", "rating": "0.0", "pagesno": 304, "synopsis": " This informative guided journal helps victims of gaslighting understand the dynamics of challenging and unhealthy relationships-and how to leave one-from the author of The Gaslight Effect.", "toc": "2023-03-08T16:24:45.000Z", "authors": [{"amid": "B001IGHN6Y", "author": "Robin Stern", "url": "/Robin-Stern/e/", "aid": 3808, "bid": 5171}]}, {"bid": 5162, "isbn10": "0593580427", "isbn13": "9780593580424", "title": "The Sun, the Sea, and the Stars: Ancient Wisdom as a Healing Journey", "category": "Self-Help", "genre": "Relationships", "publisher": "Clarkson Potter", "rating": "5.0", "pagesno": 128, "synopsis": " A beautiful visual representation of personal growth and healing based around striking affirmations, mantras, and ancient wisdom, from Lao Tzu to Rumi and beyondWhen it seems that you have been left behind, in a moment of stillness you might realize that the infinite stars, the restless sea, and the patient moon are all traveling along with you.", "toc": "2023-03-08T16:22:49.000Z", "authors": [{"amid": "B0BBXGKW7J", "author": "Iulia Bochis", "url": "/Iulia-Bochis/e/", "aid": 3798, "bid": 5162}]}, {"bid": 4921, "isbn10": "1982183063", "isbn13": "9781982183066", "title": "8 Rules of Love: How to Find It, Keep It, and Let It Go", "category": "Self-Help", "genre": "Relationships", "publisher": "Simon & Schuster", "rating": "4.8", "pagesno": 320, "synopsis": " The author of the #1 New York Times bestseller Think Like a Monk offers a revelatory guide to every stage of romance, drawing on ancient wisdom and new science.", "toc": "2023-02-10T01:02:12.000Z", "authors": [{"amid": "a_jay_shetty", "author": "Jay Shetty", "url": "", "aid": 3626, "bid": 4921}]}, {"bid": 4931, "isbn10": "1982196629", "isbn13": "9781982196622", "title": "The Swedish Art of Aging Exuberantly: Life Wisdom from Someone Who Will (Probably) Die Before You (The Swedish Art of Living & Dying)", "category": "Self-Help", "genre": "Relationships", "publisher": "Scribner", "rating": "4.0", "pagesno": 160, "synopsis": " From New York Times bestselling author of The Gentle Art of Swedish Death Cleaning, a book of humorous and charming advice for embracing life and aging joyfully.", "toc": "2023-02-10T01:05:56.000Z", "authors": [{"amid": "a_margareta_magnusson", "author": "Margareta Magnusson", "url": "", "aid": 3632, "bid": 4931}]}, {"bid": 4754, "isbn10": "0310364965", "isbn13": "9780310364962", "title": "Marriage Minded: 10 Ways to Know If You've Found the One", "category": "Self-Help", "genre": "Relationships", "publisher": "Zondervan", "rating": "0.0", "pagesno": 192, "synopsis": " How did you know you were right for each other?<br> How did you know it was the right time to get married?<br> What should we be doing as a couple to make sure our marriage starts out well?", "toc": "2023-01-17T12:07:31.000Z", "authors": [{"amid": "a_nick_hurst", "author": "Nick Hurst", "url": "", "aid": 3515, "bid": 4754}]}, {"bid": 4857, "isbn10": "1668009420", "isbn13": "9781668009420", "title": "B.F.F.: A Memoir of Friendship Lost and Found", "category": "Self-Help", "genre": "Relationships", "publisher": "Avid Reader Press / Simon & Schuster", "rating": "0.0", "pagesno": 304, "synopsis": " From the author of Group, a New York Times bestseller and Reese's Book Club Pick, comes a moving, heartwarming, and powerful memoir about Christie Tate's lifelong struggle to sustain female friendship, and the friend who helps her find the human connection she seeks.", "toc": "2023-02-02T07:08:52.000Z", "authors": [{"amid": "a_christie_tate", "author": "Christie Tate", "url": "", "aid": 3584, "bid": 4857}]}, {"bid": 4769, "isbn10": "198216669X", "isbn13": "9781982166694", "title": "The Good Life: Lessons from the World's Longest Scientific Study of Happiness", "category": "Self-Help", "genre": "Relationships", "publisher": "Simon & Schuster", "rating": "4.6", "pagesno": 352, "synopsis": " What makes for a happy life, a fulfilling life?<br> A good life?<br> According to the directors of the Harvard Study of Adult Development, the longest scientific study of happiness ever conducted, the answer to these questions may be closer than you realize.", "toc": "2023-01-20T01:04:40.000Z", "authors": [{"amid": "undefined", "author": "undefined", "url": "undefined", "aid": 2104, "bid": 4769}, {"amid": "a_marc_schulz_phd", "author": "Marc Schulz Ph.D", "url": "", "aid": 3528, "bid": 4769}]}, {"bid": 4760, "isbn10": "0593194187", "isbn13": "9780593194188", "title": "Grace in the Gray: A More Loving Way to Disagree", "category": "Self-Help", "genre": "Relationships", "publisher": "WaterBrook", "rating": "4.0", "pagesno": 240, "synopsis": " By approaching disagreements in a more loving way and seeing the grace and good in those who hold differing viewpoints, you'll gain a deeper understanding of others, yourself, and God-from the bestselling author of Finding God's Life for My Will.", "toc": "2023-01-18T03:05:18.000Z", "authors": [{"amid": "a_mike_donehey", "author": "Mike Donehey", "url": "", "aid": 3520, "bid": 4760}]}, {"bid": 4650, "isbn10": "1982138920", "isbn13": "9781982138929", "title": "Already Enough: A Path to Self-Acceptance", "category": "Self-Help", "genre": "Happiness", "publisher": "Simon & Schuster", "rating": "4.6", "pagesno": 256, "synopsis": " Identify, understand, and reframe your life story with this \"must-read\" (Christie Tate, New York Times bestselling author of Group), essential guide for self-acceptance from Lisa Olivera, a therapist, writer, and creator of a wildly popular Instagram account @_LisaOlivera.", "toc": "2023-01-03T12:05:41.000Z", "authors": [{"amid": "a_lisa_olivera", "author": "Lisa Olivera", "url": "", "aid": 3440, "bid": 4650}]}, {"bid": 4532, "isbn10": "1954118317", "isbn13": "9781954118317", "title": "A Heart That Works", "category": "Self-Help", "genre": "Death & Grief", "publisher": "Spiegel & Grau", "rating": "4.8", "pagesno": 196, "synopsis": " New York Times bestseller * The New Yorker Best Books of 2022 * Entertainment Weekly Best Books of 2022 * USA Today Best Books of 2022 * Time 100 Must-Read Books of 2022 * People Fall Must Read pick * 2022 BuzzFeed Fall Reading picA visceral and deeply personal memoir by the star of the Amazon Prime series Catastrophe, about love, loss, and fatherhood.", "toc": "2022-12-09T01:06:43.000Z", "authors": [{"amid": "a_rob_delaney", "author": "Rob Delaney", "url": "", "aid": 3353, "bid": 4532}]}, {"bid": 4404, "isbn10": "1797216260", "isbn13": "9781797216263", "title": "How We Heal: Uncover Your Power and Set Yourself Free", "category": "Self-Help", "genre": "Happiness", "publisher": "Chronicle Books", "rating": "5.0", "pagesno": 256, "synopsis": " Beloved wellness author and teacher Alexandra Elle shares this practical and empowering guide to self-healing.<br>In How We Heal, bestselling author Alexandra Elle offers a life-changing invitation to heal yourself and reclaim your peace.<br> In these pages, readers will discover essential techniques for self-healing, including journaling rituals to cultivate innate strength, accessible tools for processing difficult emotions, and restorative meditations to ease the mind.", "toc": "2022-11-18T01:04:14.000Z", "authors": [{"amid": "a_alexandra_elle", "author": "Alexandra Elle", "url": "", "aid": 3268, "bid": 4404}]}, {"bid": 4335, "isbn10": "1611809541", "isbn13": "9781611809541", "title": "How to Be an Adult in Relationships: The Five Keys to Mindful Loving", "category": "Self-Help", "genre": "Relationships", "publisher": "Shambhala; Anniversary edition", "rating": "4.6", "pagesno": 312, "synopsis": " This beloved book has touched hundreds of thousands of lives with its profound and actionable advice.<br> Retaining the core message of becoming more mindful in our relationships, this edition includes new and revised material that addresses how we live and love today.", "toc": "2022-11-10T03:04:14.000Z", "authors": [{"amid": "undefined", "author": "undefined", "url": "undefined", "aid": 2104, "bid": 4335}, {"amid": "a_david_richo", "author": "David Richo", "url": "", "aid": 3218, "bid": 4335}]}, {"bid": 4423, "isbn10": "0525512489", "isbn13": "9780525512486", "title": "Lost & Found: Reflections on Grief, Gratitude, and Happiness", "category": "Self-Help", "genre": "Death & Grief", "publisher": "Random House Trade Paperbacks", "rating": "4.5", "pagesno": 272, "synopsis": " NATIONAL BESTSELLER \u2022 NEW YORK TIMES EDITORS' CHOICE \u2022 A \"profound and beautiful\" (Marilynne Robinson) account of joy and sorrow from one of the great writers of our time, The New Yorker's Kathryn Schulz, winner of the Pulitzer Prize\"I will stake my reputation on you being blown away by Lost &", "toc": "2022-11-22T13:06:22.000Z", "authors": [{"amid": "a_kathryn_schulz", "author": "Kathryn Schulz", "url": "", "aid": 3284, "bid": 4423}]}, {"bid": 4226, "isbn10": "1982140445", "isbn13": "9781982140441", "title": "Down and Out in Paradise: The Life of Anthony Bourdain", "category": "Self-Help", "genre": "Death & Grief", "publisher": "Simon & Schuster", "rating": "3.8", "pagesno": 320, "synopsis": " A groundbreaking, candid, well-sourced-but definitely unauthorized-biography of the celebrity chef and TV star Anthony Bourdain, based on extensive interviews with those who knew him intimately.", "toc": "2022-10-22T01:05:35.000Z", "authors": [{"amid": "a_charles_leerhsen", "author": "Charles Leerhsen", "url": "", "aid": 3135, "bid": 4226}]}, {"bid": 4184, "isbn10": "1419755498", "isbn13": "9781419755491", "title": "Don't Text Your Ex Happy Birthday: And Other Advice on Love, Sex, and Dating", "category": "Self-Help", "genre": "Relationships", "publisher": "Harry N. Abrams", "rating": "4.5", "pagesno": 224, "synopsis": " NATIONAL BESTSELLER From celebrity heartthrob, esteemed host of The Viall Files podcast, and adored member of Bachelor Nation Nick Viall comes Don't Text Your Ex Happy Birthday-a no-holds-barred dating advice book.", "toc": "2022-10-15T01:06:56.000Z", "authors": [{"amid": "a_nick_viall", "author": "Nick Viall", "url": "", "aid": 3107, "bid": 4184}]}, {"bid": 4167, "isbn10": "1524872288", "isbn13": "9781524872281", "title": "You Are Home (The Catana Comic Collection)", "category": "Self-Help", "genre": "Relationships", "publisher": "Andrews McMeel Publishing", "rating": "4.9", "pagesno": 128, "synopsis": " #1 New York Times bestselling author and creator Catana Chetwynd's latest collection of comics illustrates the moments a relationship \"levels up\" and all the intimate, special, and amusing adventures those milestones entail.", "toc": "2022-10-15T01:02:45.000Z", "authors": [{"amid": "a_catana_chetwynd", "author": "Catana Chetwynd", "url": "", "aid": 3098, "bid": 4167}]}, {"bid": 3993, "isbn10": "1982188081", "isbn13": "9781982188085", "title": "Dinners with Ruth: A Memoir on the Power of Friendships", "category": "Self-Help", "genre": "Relationships", "publisher": "Simon & Schuster", "rating": "4.6", "pagesno": 320, "synopsis": " Celebrated NPR correspondent Nina Totenberg delivers an extraordinary memoir of her personal successes, struggles, and life-affirming relationships, including her beautiful friendship of nearly fifty years with Supreme Court Justice Ruth Bader Ginsburg.", "toc": "2022-09-24T10:04:06.000Z", "authors": [{"amid": "a_nina_totenberg", "author": "Nina Totenberg", "url": "", "aid": 2953, "bid": 3993}]}, {"bid": 4092, "isbn10": "0593448707", "isbn13": "9780593448700", "title": "The Book of Boundaries: Set the Limits That Will Set You Free", "category": "Self-Help", "genre": "Relationships", "publisher": "The Dial Press", "rating": "0.0", "pagesno": 368, "synopsis": " End resentment, burnout, and anxiety-and reclaim your time, energy, health, and relationships.<br> As the co-founder of the Whole30, Melissa Urban helped millions of people transform their relationship with food.<br> Now, in this powerful and practical guide to setting boundaries, she shows you how to prioritize your needs and revolutionize your relationships.", "toc": "2022-10-04T13:06:09.000Z", "authors": [{"amid": "a_melissa_urban", "author": "Melissa Urban", "url": "", "aid": 3040, "bid": 4092}]}, {"bid": 3757, "isbn10": "0593421558", "isbn13": "9780593421550", "title": "For You When I Am Gone: Twelve Essential Questions to Tell a Life Story", "category": "Self-Help", "genre": "Relationships", "publisher": "Avery", "rating": "4.6", "pagesno": 224, "synopsis": " New York Times and Los Angeles Times bestseller!<br>From the bestselling author of The Beauty of What Remains, a guide to writing a meaningful letter about your life.<br>Writing an ethical will, a document that includes stories and reflections about your past, is an ancient tradition.", "toc": "2022-08-26T01:04:07.000Z", "authors": [{"amid": "a_steve_leder", "author": "Steve Leder", "url": "", "aid": 2764, "bid": 3757}]}, {"bid": 3591, "isbn10": "1640094784", "isbn13": "9781640094789", "title": "This Story Will Change: After the Happily Ever After", "category": "Self-Help", "genre": "Relationships", "publisher": "Counterpoint", "rating": "0.0", "pagesno": 272, "synopsis": " Rachel Cusk meets Nora Ephron in this intimate and evolving portrait about the end of a marriage and how life can fall apart and be rebuilt in wonderful and surprising waysOne minute Elizabeth Crane and her husband of fifteen years are fixing up their old house in Upstate New York, finally setting down roots after stints in Chicago, Texas, and Brooklyn, when his unexpected admission-I'm not happy-changes everything.", "toc": "2022-08-01T07:11:43.000Z", "authors": [{"amid": "a_elizabeth_crane", "author": "Elizabeth Crane", "url": "", "aid": 2638, "bid": 3591}]}, {"bid": 3445, "isbn10": "0785236759", "isbn13": "9780785236757", "title": "Radical Love: Learning to Accept Yourself and Others", "category": "Self-Help", "genre": "Death & Grief", "publisher": "Harper Horizon", "rating": "4.8", "pagesno": 224, "synopsis": " I'm not an expert, therapist, pastor, teacher, or monk.<br> I am merely a person going through my own mental and emotional health journey, hoping that I can pass on some of the wisdom and tools that I'd been blessed enough to learn along the way.", "toc": "2022-07-09T01:07:55.000Z", "authors": [{"amid": "a_zachary_levi", "author": "Zachary Levi", "url": "", "aid": 2526, "bid": 3445}]}, {"bid": 3390, "isbn10": "1683649141", "isbn13": "9781683649144", "title": "All for Love: The Transformative Power of Holding Space", "category": "Self-Help", "genre": "Relationships", "publisher": "Sounds True", "rating": "4.9", "pagesno": 176, "synopsis": " Awaken your inner healer, transform conflict, and embrace our ever-changing world with confidence and compassion.<br>Love thy neighbor.<br> Lovingkindness.", "toc": "2022-07-02T10:03:23.000Z", "authors": [{"amid": "a_matt_kahn", "author": "Matt Kahn", "url": "", "aid": 2486, "bid": 3390}]}, {"bid": 3199, "isbn10": "0062913298", "isbn13": "9780062913296", "title": "Together: The Healing Power of Human Connection in a Sometimes Lonely World", "category": "Self-Help", "genre": "Death & Grief", "publisher": "Harper Wave; 1st edition", "rating": "4.7", "pagesno": 352, "synopsis": " Instant New York Times Bestseller!<br>The book we need NOW to avoid a social recession, Murthy's prescient message is about the importance of human connection, the hidden impact of loneliness on our health, and the social power of community.", "toc": "2022-06-09T12:04:14.000Z", "authors": [{"amid": "a_vivek_h_murthy_md", "author": "Vivek H Murthy M.D.", "url": "", "aid": 2322, "bid": 3199}]}, {"bid": 3300, "isbn10": "0593241053", "isbn13": "9780593241059", "title": "If We Break: A Memoir of Marriage, Addiction, and Healing", "category": "Self-Help", "genre": "Relationships", "publisher": "Crown", "rating": "4.5", "pagesno": 320, "synopsis": " NATIONAL BESTSELLER \u2022 Kathleen Buhle shares her story of resilience and self-discovery after her marriage to Hunter Biden unraveled in the wake of substance abuse and infidelity in this intimate, astonishing memoir.", "toc": "2022-06-25T01:04:15.000Z", "authors": [{"amid": "a_kathleen_buhle", "author": "Kathleen Buhle", "url": "", "aid": 2406, "bid": 3300}]}, {"bid": 3263, "isbn10": "0593233670", "isbn13": "9780593233672", "title": "Us: Getting Past You and Me to Build a More Loving Relationship (Goop Press)", "category": "Self-Help", "genre": "Relationships", "publisher": "Rodale Books", "rating": "4.5", "pagesno": 352, "synopsis": " NEW YORK TIMES BESTSELLER \u2022 Stop working on yourself as an individual and start working on your relationship as a couple, with the help of the renowned family therapist and author of The New Rules of Marriage \"This book is a road map for all of us who seek true intimacy.", "toc": "2022-06-18T01:04:17.000Z", "authors": [{"amid": "a_terrence_real", "author": "Terrence Real", "url": "", "aid": 2372, "bid": 3263}]}, {"bid": 3019, "isbn10": "0063050943", "isbn13": "9780063050945", "title": "Plays Well with Others: The Surprising Science Behind Why Everything You Know About Relationships Is (Mostly) Wrong", "category": "Self-Help", "genre": "Relationships", "publisher": "HarperOne", "rating": "4.9", "pagesno": 304, "synopsis": " From the author of the Wall Street Journal bestseller Barking Up the Wrong Tree comes a cure-all for our increasing emotional distance and loneliness-a smart, surprising, and thoroughly entertaining guide to help build better friendships, reignite love, and get closer to others, whether you're an extrovert or introvert, socially adept or socially anxious.", "toc": "2022-05-20T01:04:46.000Z", "authors": [{"amid": "a_eric_barker", "author": "Eric Barker", "url": "", "aid": 2158, "bid": 3019}]}, {"bid": 2814, "isbn10": "1419752782", "isbn13": "9781419752780", "title": "Real Life, Real Love: Life Lessons on Joy, Pain & the Magic That Holds Us Together", "category": "Self-Help", "genre": "Relationships", "publisher": "Harry N. Abrams", "rating": "4.5", "pagesno": 256, "synopsis": " Advice on how to have healthy, dynamic relationships from Raashaun (DJ Envy) and Gia Casey, revealing their secrets to navigating marriage, family, and faithGia and Raashaun Casey met when they were two teenagers attending the same high school in Queens.", "toc": "2022-04-30T01:04:54.000Z", "authors": [{"amid": "B09LR92ZK4", "author": "Gia Casey", "url": "/Gia-Casey/e/", "aid": 1997, "bid": 2814}]}, {"bid": 2687, "isbn10": "1538754614", "isbn13": "9781538754610", "title": "Brighter by the Day: Waking Up to New Hopes and Dreams", "category": "Self-Help", "genre": "Happiness", "publisher": "Grand Central Publishing", "rating": "4.0", "pagesno": 240, "synopsis": " From the beloved host of Good Morning America and New York Times bestselling author Robin Roberts, a guide to instilling hope and optimism into readers' lives, infusing their days with positivity and encouragement.", "toc": "2022-04-14T03:04:56.000Z", "authors": [{"amid": "B001HOL4TE", "author": "Robin Roberts", "url": "/Robin-Roberts/e/", "aid": 1898, "bid": 2687}, {"amid": "B009GKFPQ4", "author": "Michelle Burford", "url": "/Michelle-Burford/e/", "aid": 1899, "bid": 2687}]}, {"bid": 2662, "isbn10": "0593157613", "isbn13": "9780593157619", "title": "Stepping Back from the Ledge: A Daughter's Search for Truth and Renewal", "category": "Self-Help", "genre": "Death & Grief", "publisher": "Random House", "rating": "0.0", "pagesno": 208, "synopsis": " In this stunning memoir of grief and survival, one woman confronts her family's secrets in the aftermath of her mother's suicide, asking a seemingly impossible question: How do you mourn a loved one as you repair the injuries they inflicted?", "toc": "2022-04-12T13:05:37.000Z", "authors": [{"amid": "B09BDNLHCV", "author": "Laura Trujillo", "url": "/Laura-Trujillo/e/", "aid": 1876, "bid": 2662}]}, {"bid": 2782, "isbn10": "0593156730", "isbn13": "9780593156735", "title": "Three Dreamers: A Memoir of Family", "category": "Self-Help", "genre": "Death & Grief", "publisher": "Ballantine Books", "rating": "4.6", "pagesno": 240, "synopsis": " \"As nourishing as a three-course Italian feast, this is a fierce, moving tribute to the ties that bind.<br>\"-People (Book of the Week)The #1 New York Times bestselling author of Sleepers offers a heartfelt homage to the women who taught him courage, kindness, and the power of storytelling: his mother, his grandmother, and his late wife.", "toc": "2022-04-26T04:05:22.000Z", "authors": [{"amid": "B000APX7XM", "author": "Lorenzo Carcaterra", "url": "/Lorenzo-Carcaterra/e/", "aid": 1942, "bid": 2782}]}, {"bid": 2678, "isbn10": "0451499786", "isbn13": "9780451499783", "title": "Bittersweet: How Sorrow and Longing Make Us Whole", "category": "Self-Help", "genre": "Relationships", "publisher": "Crown", "rating": "4.6", "pagesno": 352, "synopsis": " Sadness is a superpower.<br> In her new masterpiece, the author of the bestselling phenomenon Quiet reveals the power of a bittersweet outlook on life, and why we've been so blind to its value.", "toc": "2022-04-14T00:01:43.000Z", "authors": [{"amid": "B004XVMVYK", "author": "Susan Cain", "url": "/Susan-Cain/e/", "aid": 1890, "bid": 2678}]}, {"bid": 2478, "isbn10": "0593240421", "isbn13": "9780593240427", "title": "Marriage Be Hard: 12 Conversations to Keep You Laughing, Loving, and Learning with Your Partner", "category": "Self-Help", "genre": "Relationships", "publisher": "Convergent Books", "rating": "0.0", "pagesno": 256, "synopsis": " Discover the keys to upholding your vows while staying sane in this hilariously candid guide to relationships, from the husband-and-wife team of comedian Kevin Fredericks and influencer Melissa FredericksGrowing up in the church, Kevin and Melissa Fredericks were taught endless rules around dating, sex, and marriage, but not a lot about what actually makes a relationship work.", "toc": "2022-03-24T12:06:04.000Z", "authors": [{"amid": "B09P5JR4GB", "author": "Kevin Fredericks", "url": "/Kevin-Fredericks/e/", "aid": 1750, "bid": 2478}]}, {"bid": 2442, "isbn10": "0316535575", "isbn13": "9780316535571", "title": "Talking to Strangers: What We Should Know about the People We Don't Know", "category": "Self-Help", "genre": "Relationships", "publisher": "Little, Brown and Company; Large type / Large print edition", "rating": "4.5", "pagesno": 640, "synopsis": " A Best Book of the Year: The Financial Times, Bloomberg, Chicago Tribune, and Detroit Free PresMalcolm Gladwell, host of the podcast Revisionist History and author of the #1 New York Times bestseller Outliers, offers a powerful examination of our interactions with strangers -- and why they often go wrong.", "toc": "2022-03-17T15:07:54.000Z", "authors": [{"amid": "B000APOE98", "author": "Malcolm Gladwell", "url": "/Malcolm-Gladwell/e/", "aid": 252, "bid": 2442}]}, {"bid": 2301, "isbn10": "0593193385", "isbn13": "9780593193389", "title": "Find Your People: Building Deep Community in a Lonely World", "category": "Self-Help", "genre": "Relationships", "publisher": "WaterBrook", "rating": "4.9", "pagesno": 272, "synopsis": " NEW YORK TIMES BESTSELLER \u2022 The author of Get Out of Your Head offers practical solutions for creating true community, the kind that's crucial to our mental and spiritual health.", "toc": "2022-03-03T09:02:26.000Z", "authors": [{"amid": "B0070GH2VM", "author": "Jennie Allen", "url": "/Jennie-Allen/e/", "aid": 1637, "bid": 2301}]}, {"bid": 2270, "isbn10": "0399179801", "isbn13": "9780399179808", "title": "The AfterGrief: Finding Your Way Along the Long Arc of Loss", "category": "Self-Help", "genre": "Death & Grief", "publisher": "Ballantine Books", "rating": "4.8", "pagesno": 336, "synopsis": " A validating new approach to the long-term grieving process that explains why we feel \"stuck,\" why that's normal, and how shifting our perception of grief can help us grow-from the New York Times bestselling author of Motherless Daughters\"This is perhaps one of the most important books about grief ever written.", "toc": "2022-03-01T13:06:37.000Z", "authors": [{"amid": "B001JSBFFQ", "author": "Hope Edelman", "url": "/Hope-Edelman/e/", "aid": 1611, "bid": 2270}]}, {"bid": 2264, "isbn10": "0593243943", "isbn13": "9780593243947", "title": "In Love: A Memoir of Love and Loss", "category": "Self-Help", "genre": "Death & Grief", "publisher": "Random House", "rating": "0.0", "pagesno": 240, "synopsis": " This powerful memoir by New York Times bestselling author Amy Bloom is an illuminating story of two people whose love leads them to find a courageous way to part-and of a woman's struggle to go forward in the face of loss.", "toc": "2022-03-01T13:05:26.000Z", "authors": [{"amid": "B000APP47O", "author": "Amy Bloom", "url": "/Amy-Bloom/e/", "aid": 1606, "bid": 2264}]}, {"bid": 2020, "isbn10": "1400226325", "isbn13": "9781400226320", "title": "Miss Independent: A Simple 12-Step Plan to Start Investing and Grow Your Own Wealth", "category": "Self-Help", "genre": "Success", "publisher": "HarperCollins Leadership", "rating": "4.9", "pagesno": 288, "synopsis": " New York Times bestselling author of Rich Bitch and renowned money expert Nicole Lapin makes investing accessible and fun so women can make bank and become Miss Independent.", "toc": "2022-02-11T10:04:26.000Z", "authors": [{"amid": "B00OYN1C1K", "author": "Nicole Lapin", "url": "/Nicole-Lapin/e/", "aid": 1447, "bid": 2020}]}, {"bid": 2140, "isbn10": "1984881485", "isbn13": "9781984881489", "title": "The Way of Integrity: Finding the Path to Your True Self", "category": "Self-Help", "genre": "Motivational", "publisher": "The Open Field", "rating": "4.7", "pagesno": 352, "synopsis": " OPRAH'S BOOK CLUB PICK A NEW YORK TIMES BESTSELLER \"A roadmap on the journey to truth and authenticity\u2026 [The Way of Integrity] is filled with aha moments and practical exercises that can guide us as we seek enlightenment.", "toc": "2022-02-17T00:01:15.000Z", "authors": [{"amid": "B001KCI0FO", "author": "Martha Beck", "url": "/Martha-Beck/e/", "aid": 1526, "bid": 2140}, {"amid": "B001IGLPAY", "author": "Martha Beck", "url": "/Martha-Beck/e/", "aid": 1527, "bid": 2140}]}, {"bid": 1836, "isbn10": "1368042007", "isbn13": "9781368042000", "title": "A Little Closer to Home: How I Found the Calm After the Storm", "category": "Self-Help", "genre": "Death & Grief", "publisher": "Hyperion Avenue", "rating": "4.5", "pagesno": 288, "synopsis": " In Ginger Zee's follow-up to the bestselling Natural Disaster, the ABC chief meteorologist takes readers on a much deeper journey of self discovery.", "toc": "2022-01-15T17:09:32.000Z", "authors": [{"amid": "B075895X5V", "author": "Ginger Zee", "url": "/Ginger-Zee/e/", "aid": 1303, "bid": 1836}]}, {"bid": 1806, "isbn10": "0063007592", "isbn13": "9780063007598", "title": "The Office BFFs: Tales of The Office from Two Best Friends Who Were There", "category": "Self-Help", "genre": "Relationships", "publisher": "Dey Street Books", "rating": "0.0", "pagesno": 336, "synopsis": " An intimate, behind-the-scenes, richly illustrated celebration of beloved The Office co-stars Jenna Fischer and Angela Kinsey's friendship, and an insiders' view of Pam Beesly, Angela Martin, and the unforgettable cast of the hit series' iconic characters.", "toc": "2022-01-13T03:04:35.000Z", "authors": [{"amid": "B06ZYV361G", "author": "Jenna Fischer", "url": "/Jenna-Fischer/e/", "aid": 1282, "bid": 1806}]}, {"bid": 1667, "isbn10": "1647397197", "isbn13": "9781647397197", "title": "The 5-Minute Gratitude Journal: Give Thanks, Practice Positivity, Find Joy", "category": "Self-Help", "genre": "Journal Writing", "publisher": "Rockridge Press", "rating": "4.7", "pagesno": 132, "synopsis": " Invite gratitude and well-being into your life with short, daily writing prompts\nHappiness begins with gratitude\u2015the feeling of appreciation for the people and experiences in our lives that have helped or supported us in some way.", "toc": "2022-01-03T17:10:23.000Z", "authors": [{"amid": "B08CQRH3C2", "author": "Sophia Godkin PhD", "url": "/Sophia-Godkin-PhD/e/", "aid": 1174, "bid": 1667}]}, {"bid": 1759, "isbn10": "1501147765", "isbn13": "9781501147760", "title": "The Power of Moments: Why Certain Experiences Have Extraordinary Impact", "category": "Self-Help", "genre": "Relationships", "publisher": "Simon & Schuster; 1st edition", "rating": "4.7", "pagesno": 320, "synopsis": " The New York Times bestselling authors of Switch and Made to Stick explore why certain brief experiences can jolt us and elevate us and change us-and how we can learn to create such extraordinary moments in our life and work.", "toc": "2022-01-07T03:04:36.000Z", "authors": [{"amid": "B000APJJZC", "author": "Chip Heath", "url": "/Chip-Heath/e/", "aid": 1243, "bid": 1759}, {"amid": "B003503QMQ", "author": "Dan Heath", "url": "/Dan-Heath/e/", "aid": 1244, "bid": 1759}]}, {"bid": 1609, "isbn10": "0593235479", "isbn13": "9780593235478", "title": "Greenlights: Your Journal, Your Journey", "category": "Self-Help", "genre": "Journal Writing", "publisher": "Clarkson Potter", "rating": "4.8", "pagesno": 128, "synopsis": " The Academy Award\u00ae\u2013winning actor, father of three, and bestselling author of Greenlights distills more than three decades of journaling experience to help you reflect, seek clarity, and forge your own path with this life-changing practice.", "toc": "2022-01-01T01:03:57.000Z", "authors": [{"amid": "B08DWC79J4", "author": "Matthew McConaughey", "url": "/Matthew-McConaughey/e/", "aid": 305, "bid": 1609}]}, {"bid": 1704, "isbn10": "1984801147", "isbn13": "9781984801142", "title": "Bravey: Chasing Dreams, Befriending Pain, and Other Big Ideas", "category": "Self-Help", "genre": "Death & Grief", "publisher": "Dial Press Trade Paperback", "rating": "4.7", "pagesno": 352, "synopsis": " The Olympic runner, actress, filmmaker and writer Alexi Pappas shares what she's learned about confidence, self-reliance, mental health, embracing pain, and achieving your dreams.", "toc": "2022-01-04T13:06:25.000Z", "authors": [{"amid": "B001K6BX3G", "author": "Alexi Pappas", "url": "/Alexi-Pappas/e/", "aid": 1205, "bid": 1704}]}, {"bid": 1576, "isbn10": "0593421485", "isbn13": "9780593421482", "title": "The Set Boundaries Workbook: Practical Exercises for Understanding Your Needs and Setting Healthy Limits", "category": "Self-Help", "genre": "Relationships", "publisher": "TarcherPerigee; Workbook edition", "rating": "5.0", "pagesno": 224, "synopsis": " An accessible, step-by-step resource for setting, communicating, and enforcing healthy boundaries at home, at work, and in lifeWe all want to have healthy boundaries.", "toc": "2021-12-24T01:03:07.000Z", "authors": [{"amid": "B07HPCR699", "author": "Nedra Glover Tawwab", "url": "/Nedra-Glover-Tawwab/e/", "aid": 1094, "bid": 1576}]}, {"bid": 1567, "isbn10": "0525512462", "isbn13": "9780525512462", "title": "Lost & Found: A Memoir", "category": "Self-Help", "genre": "Death & Grief", "publisher": "Random House", "rating": "0.0", "pagesno": 256, "synopsis": " An enduring account of joy and sorrow from one of the great writers of our time, The New Yorker's Kathryn Schulz, winner of the Pulitzer Prize\"Our lives do indeed deserve and reward the kind of honest, gentle, brilliant scrutiny Schulz brings to bear on her own life.", "toc": "2021-12-21T13:05:11.000Z", "authors": [{"amid": "B0032DEMD8", "author": "Kathryn Schulz", "url": "/Kathryn-Schulz/e/", "aid": 1089, "bid": 1567}]}, {"bid": 1583, "isbn10": "1400078431", "isbn13": "9781400078431", "title": "The Year of Magical Thinking", "category": "Self-Help", "genre": "Death & Grief", "publisher": "Knopf Doubleday Publishing Group; Reprint edition", "rating": "4.5", "pagesno": 227, "synopsis": " NATIONAL BOOK AWARD WINNER \u2022 NATIONAL BESTSELLER \u2022 From one of America's iconic writers, a stunning book of electric honesty and passion that explores an intensely personal yet universal experience: a portrait of a marriage-and a life, in good times and bad-that will speak to anyone who has ever loved a husband or wife or child.", "toc": "2021-12-25T03:04:11.000Z", "authors": [{"amid": "B000AQ4ZD2", "author": "Joan Didion", "url": "/Joan-Didion/e/", "aid": 1100, "bid": 1583}]}, {"bid": 1486, "isbn10": "1571313834", "isbn13": "9781571313836", "title": "Late Migrations: A Natural History of Love and Loss", "category": "Self-Help", "genre": "Death & Grief", "publisher": "Milkweed Editions; Illustrated edition", "rating": "4.5", "pagesno": 248, "synopsis": " Selected as a TODAY Show #ReadWithJenna book club pick, Late Migrations is an unusual, captivating portrait of a family\u2015and of the cycles of joy and grief that inscribe human lives within the natural world\u2015from beloved New York Times contributing opinion writer Margaret Renkl.", "toc": "2021-12-11T03:06:05.000Z", "authors": [{"amid": "B07SNGT2LP", "author": "Margaret Renkl", "url": "/Margaret-Renkl/e/", "aid": 1022, "bid": 1486}]}, {"bid": 1276, "isbn10": "1455570249", "isbn13": "9781455570249", "title": "Make Your Bed: Little Things That Can Change Your Life...And Maybe the World", "category": "Self-Help", "genre": "Happiness", "publisher": "Grand Central Publishing; 2nd edition", "rating": "4.7", "pagesno": 144, "synopsis": "Based on a Navy SEAL's inspiring graduation speech, this #1 New York Times bestseller of powerful life lessons \"should be read by every leader in America\" (Wall Street Journal).", "toc": "2021-11-25T00:01:31.000Z", "authors": [{"amid": "B000APSSE0", "author": "William H. McRaven", "url": "/William-H.-McRaven/e/", "aid": 875, "bid": 1276}]}, {"bid": 303, "isbn10": "0525658815", "isbn13": "9780525658818", "title": "The Speckled Beauty: A Dog and His People", "category": "Self-Help", "genre": "Death & Grief", "publisher": "Knopf; 1st edition", "rating": "4.7", "pagesno": 256, "synopsis": "NEW YORK TIMES BEST SELLER \u2022 From the best-selling, Pulitzer Prize-winning author of All Over but the Shoutin', the warmhearted and hilarious story of how his life was transformed by his love for a poorly behaved, half-blind stray dog.", "toc": "2021-11-02T12:24:09.000Z", "authors": [{"amid": "B000APECJ0", "author": "Rick Bragg", "url": "/Rick-Bragg/e/", "aid": 247, "bid": 303}]}, {"bid": 311, "isbn10": "0316299227", "isbn13": "9780316299220", "title": "Talking to Strangers: What We Should Know about the People We Don't Know", "category": "Self-Help", "genre": "Relationships", "publisher": "Back Bay Books", "rating": "4.5", "pagesno": 416, "synopsis": "Malcolm Gladwell, host of the podcast Revisionist History and author of the #1 New York Times bestseller Outliers, offers a powerful examination of our interactions with strangers, and why they often go wrong-now with a new afterword by the author.", "toc": "2021-11-02T16:01:00.000Z", "authors": [{"amid": "B000APOE98", "author": "Malcolm Gladwell", "url": "/Malcolm-Gladwell/e/", "aid": 252, "bid": 311}]}, {"bid": 351, "isbn10": "1878424319", "isbn13": "9781878424310", "title": "The Four Agreements: A Practical Guide to Personal Freedom (A Toltec Wisdom Book)", "category": "Self-Help", "genre": "Personal Transformation", "publisher": "Amber-Allen Publishing, Incorporated", "rating": "4.7", "pagesno": 160, "synopsis": "In The Four Agreements, bestselling author don Miguel Ruiz reveals the source of self-limiting beliefs that rob us of joy and create needless suffering.", "toc": "2021-11-03T17:37:57.000Z", "authors": [{"amid": "B001JP23NM", "author": "Don Miguel Ruiz", "url": "/Don-Miguel-Ruiz/e/", "aid": 287, "bid": 351}]}, {"bid": 522, "isbn10": "1538737086", "isbn13": "9781538737088", "title": "Everything Will Be Okay: Life Lessons for Young Women (from a Former Young Woman)", "category": "Self-Help", "genre": "Happiness", "publisher": "Twelve", "rating": "4.8", "pagesno": 240, "synopsis": "THE INSTANT #1 NATIONAL BESTSELLER!<br> Find your inspiration in this motivational book from the bestselling author of And the Good News Is\u2026 Lessons and Advice from the Bright Side, beloved co-host of Fox News' The Five and America's Newsroom.", "toc": "2021-11-08T12:01:59.000Z", "authors": [{"amid": "B00MRPX77E", "author": "Dana Perino", "url": "/Dana-Perino/e/", "aid": 370, "bid": 522}]}, {"bid": 901, "isbn10": "1951142594", "isbn13": "9781951142599", "title": "The Way She Feels: My Life on the Borderline in Pictures and Pieces", "category": "Self-Help", "genre": "Death & Grief", "publisher": "Tin House Books", "rating": "4.6", "pagesno": 250, "synopsis": "Named a Debut Book to Look Forward to This Summer by Bustle\"Audaciously human and raw.<br> The Way She Feels is a rainbow during the rain.<br>\" \u2015Mara AltmanA witty and one-of-a-kind debut graphic memoir detailing and drawing the life of a girl with borderline personality disorder finding her way\u2015and herself\u2015one day at a time.", "toc": "2021-11-11T16:08:28.000Z", "authors": [{"amid": "B092KQB947", "author": "Courtney Cook", "url": "/Courtney-Cook/e/", "aid": 586, "bid": 901}]}, {"bid": 778, "isbn10": "0525510966", "isbn13": "9780525510963", "title": "Sanctuary: A Memoir", "category": "Self-Help", "genre": "Death & Grief", "publisher": "Random House Trade Paperbacks", "rating": "4.3", "pagesno": 240, "synopsis": "\"[An] often beautiful jewel of a book .<br> .<br> .", "toc": "2021-11-10T09:22:15.000Z", "authors": [{"amid": "B08RP9YD7J", "author": "Emily Rapp Black", "url": "/Emily-Rapp-Black/e/", "aid": 526, "bid": 778}, {"amid": "B001JP7Y0Y", "author": "Emily Rapp", "url": "/Emily-Rapp/e/", "aid": 527, "bid": 778}]}, {"bid": 739, "isbn10": "1647397294", "isbn13": "9781647397296", "title": "Self-Love Workbook for Women: Release Self-Doubt, Build Self-Compassion, and Embrace Who You Are (Self-Help Workbooks for Women)", "category": "Self-Help", "genre": "Relationships", "publisher": "Rockridge Press; Workbook edition", "rating": "4.7", "pagesno": 174, "synopsis": "Embrace who you are with this guided self-love workbook for womenDiscover how much there is to love about yourself using this practical workbook for women of all ages.", "toc": "2021-11-09T15:32:05.000Z", "authors": [{"amid": "B08GCWZCPY", "author": "Megan Logan MSW LCSW", "url": "/Megan-Logan-MSW-LCSW/e/", "aid": 501, "bid": 739}]}, {"bid": 1064, "isbn10": "0802473156", "isbn13": "9780802473158", "title": "The 5 Love Languages: The Secret to Love That Lasts", "category": "Self-Help", "genre": "Relationships", "publisher": "Northfield Publishing; Reprint edition", "rating": "4.7", "pagesno": 208, "synopsis": "\"How do we meet each other's deep emotional need to feel loved?<br> If we can learn that and choose to do it, then the love we share will be exciting beyond anything we ever felt when we were infatuated.<br>\" - Dr Gary ChapmanDr Chapman's international bestseller has brought back or intensified the love in millions of marriages by revealing the five distinct languages we all use to express love:Words of AffirmationQuality TimeGiftsActs of ServicePhysical TouchCouples who understand each other's love language hold a priceless advantage in the quest for love that lasts a lifetime - they know how to effectively and consistently make each other feel truly and deeply loved.", "toc": "2021-11-18T09:02:04.000Z", "authors": [{"amid": "B01IAEQ73Q", "author": "Gary Chapman", "url": "/Gary-Chapman/e/", "aid": 720, "bid": 1064}]}, {"bid": 1101, "isbn10": "0785241140", "isbn13": "9780785241140", "title": "Divine Disruption: Holding on to Faith When Life Breaks Your Heart", "category": "Self-Help", "genre": "Relationships", "publisher": "Thomas Nelson", "rating": "5.0", "pagesno": 208, "synopsis": "USA Today BestsellerLearn how to work your way through life's unexpected challenges with grace and find a deeper faith while on your journey.<br> In this biblical and conversational book by Dr.<br> Tony Evans and his four adult children-Chrystal Evans Hurst, Priscilla Shirer, Anthony Evans, and Jonathan Evans-you will hear five insightful perspectives on what it means to hold on to faith when life breaks your heart.", "toc": "2021-11-19T01:04:17.000Z", "authors": [{"amid": "B06XXWMLM2", "author": "Chrystal Evans Hurst", "url": "/Chrystal-Evans-Hurst/e/", "aid": 749, "bid": 1101}, {"amid": "B00J1HVZJS", "author": "Priscilla Shirer", "url": "/Priscilla-Shirer/e/", "aid": 750, "bid": 1101}]}, {"bid": 1157, "isbn10": "006301209X", "isbn13": "9780063012097", "title": "How to Do the Work: Recognize Your Patterns, Heal from Your Past, and Create Your Self", "category": "Self-Help", "genre": "Relationships", "publisher": "Harper Wave", "rating": "4.8", "pagesno": 320, "synopsis": "#1 NEW YORK TIMES BESTSELLER \u00b7 INSTANT INTERNATIONAL BESTSELLERFrom Dr.<br> Nicole LePera, creator of \"the holistic psychologist\"-the online phenomenon with more than two million Instagram followers-comes a revolutionary approach to healing that harnesses the power of the self to produce lasting change.", "toc": "2021-11-23T08:09:55.000Z", "authors": [{"amid": "B08DY9ZLJ5", "author": "Nicole LePera", "url": "/Nicole-LePera/e/", "aid": 785, "bid": 1157}]}, {"bid": 79, "isbn10": "0062457713", "isbn13": "9780062457714", "title": "The Subtle Art of Not Giving a F*ck: A Counterintuitive Approach to Living a Good Life", "category": "Self-Help", "genre": "Happiness", "publisher": "Harper", "rating": "4.6", "pagesno": 224, "synopsis": "#1 New York Times BestsellerOver <br>10 million copies soldIn this generation-defining self-help guide, a superstar blogger cuts through the crap to show us how to stop trying to be \"positive\" all the time so that we can truly become better, happier people.", "toc": "2021-10-26T18:58:19.000Z", "authors": [{"amid": "B00BIJOMOC", "author": "Mark Manson", "url": "/Mark-Manson/e/", "aid": 85, "bid": 79}]}] | {"type": "array", "items": {"type": "object", "properties": {"bid": {"type": "integer"}, "isbn10": {"type": "string"}, "isbn13": {"type": "string"}, "title": {"type": "string"}, "category": {"type": "string"}, "genre": {"type": "string"}, "publisher": {"type": "string"}, "rating": {"type": "string"}, "pagesno": {"type": "integer"}, "synopsis": {"type": "string"}, "toc": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"amid": {"type": "string"}, "author": {"type": "string"}, "url": {"type": "string"}, "aid": {"type": "integer"}, "bid": {"type": "integer"}}}}}}} |
3220c8ac-de5b-4c3a-b540-a536616e3348/1f488b1c-0656-4b9c-91a5-d93693014b72/0/0 | Book Discovery by ReadsOmnia | Get access to the Internet’s best-curated selection of must-read books. Search up-to-date databases and/or directly access the data via numerous API endpoints, including: Top-of-the-charts bestsellers, new and trending fiction and nonfiction, Critically acclaimed & Award-winning titles and authors, Top Reade'r suggestions, and more. | 6.7 | Arts & Photography Bestsellers | A curated & up-to-date list of the best Arts & Photography Books extrapolated by sophisticated AI algorithms from a variety of top-tier sources across the Internet. | 200 | Response | [{"bid": 5154, "isbn10": "1984859412", "isbn13": "9781984859419", "title": "Trees: An Illustrated Celebration", "category": "Arts & Photography", "genre": "History & Criticism", "publisher": "Ten Speed Press; Illustrated edition", "rating": "0.0", "pagesno": 160, "synopsis": " Discover the wonder of trees-one of the most essential life forms on the planet-in this beautifully illustrated, entertaining, and educational guide from the acclaimed author of What We See in the Stars.", "toc": "2023-03-08T16:21:12.000Z", "authors": [{"amid": "B06X18XWZ6", "author": "Kelsey Oseid", "url": "/Kelsey-Oseid/e/", "aid": 3789, "bid": 5154}]}, {"bid": 4942, "isbn10": "1891241575", "isbn13": "9781891241574", "title": "Maybe the People Would Be the Times", "category": "Arts & Photography", "genre": "Photography & Video", "publisher": "Verse Chorus Press", "rating": "4.7", "pagesno": 336, "synopsis": " In his second collection (after Kill All Your Darlings, 2007), Luc Sante pays homage to Patti Smith, Rene Ricard, and Georges Simenon;<br> traces the history of tabloids;<br> surveys the landscape that gave birth to the Beastie Boys;", "toc": "2023-02-10T18:09:56.000Z", "authors": [{"amid": "a_luc_sante", "author": "Luc Sante", "url": "", "aid": 3642, "bid": 4942}]}, {"bid": 4899, "isbn10": "1400334012", "isbn13": "9781400334018", "title": "Amazing Grace: The Life of John Newton and the Surprising Story Behind His Song", "category": "Arts & Photography", "genre": "Music", "publisher": "Thomas Nelson", "rating": "0.0", "pagesno": 240, "synopsis": " Amazing Grace is the surprising true story of John Newton, author of the song that has touched millions.<br> A biography that reads like a novel, it reveals Newton's dramatic story of sin and salvation as a slave trader before his ultimate transformation to speaking out against the horror of slavery.", "toc": "2023-02-07T12:07:03.000Z", "authors": [{"amid": "undefined", "author": "undefined", "url": "undefined", "aid": 2104, "bid": 4899}, {"amid": "a_craig_borlase", "author": "Craig Borlase", "url": "", "aid": 3607, "bid": 4899}]}, {"bid": 4535, "isbn10": "1982149299", "isbn13": "9781982149291", "title": "Fragile Cargo: The World War II Race to Save the Treasures of China's Forbidden City", "category": "Arts & Photography", "genre": "History & Criticism", "publisher": "Atria Books", "rating": "0.0", "pagesno": 384, "synopsis": " The gripping true story of the bold and determined museum curators who saved the priceless treasures of China's Forbidden City in the years leading up to World War II and beyond.", "toc": "2022-12-09T18:08:11.000Z", "authors": [{"amid": "a_adam_brookes", "author": "Adam Brookes", "url": "", "aid": 3355, "bid": 4535}]}, {"bid": 4491, "isbn10": "1593767390", "isbn13": "9781593767396", "title": "Shotgun Seamstress: An Anthology", "category": "Arts & Photography", "genre": "Music", "publisher": "Soft Skull", "rating": "0.0", "pagesno": 368, "synopsis": " A cut &<br> paste celebration of Black punk and outsider identity, this is the only complete collection of the fanzine Shotgun Seamstress, a legendary DIY project that centered the scope of Blackness outside of mainstream corporate consumerist identityIn 2006, Osa Atoe was inspired to create an expression out of the experience of being the only Black kid at the punk show-and Shotgun Seamstress was born.", "toc": "2022-12-01T07:11:51.000Z", "authors": [{"amid": "a_osa_atoe", "author": "Osa Atoe", "url": "", "aid": 3331, "bid": 4491}]}, {"bid": 4406, "isbn10": "198218695X", "isbn13": "9781982186951", "title": "An American in Provence: Art, Life and Photography", "category": "Arts & Photography", "genre": "Photography & Video", "publisher": "S&S/Simon Element", "rating": "5.0", "pagesno": 320, "synopsis": " Let Jamie Beck transport you to the South of France with An American in Provence: part art book, part travelogue, part memoir, and part cookbook, and perfect for art lovers, Francophiles, and armchair travelers alike.", "toc": "2022-11-18T01:04:38.000Z", "authors": [{"amid": "a_jamie_beck", "author": "Jamie Beck", "url": "", "aid": 3270, "bid": 4406}]}, {"bid": 4375, "isbn10": "149306603X", "isbn13": "9781493066032", "title": "Sunrise: A Photographic Journey of Comfort, Healing, and Inspiration", "category": "Arts & Photography", "genre": "Photography & Video", "publisher": "Pineapple Press", "rating": "5.0", "pagesno": 208, "synopsis": " \"With a moonless sky this early morning, it is eerily dark out here, and I can feel the weight of the hot and humid South Florida air.<br> As I head toward the sound of the rolling ocean surf ahead of me, the soft beach sand shifts beneath my feet, making it hard for me to walk while balancing my two cameras and a heavy tripod.", "toc": "2022-11-13T03:04:50.000Z", "authors": [{"amid": "a_mark_potter", "author": "Mark Potter", "url": "", "aid": 3249, "bid": 4375}]}, {"bid": 4356, "isbn10": "171850232X", "isbn13": "9781718502321", "title": "Engineering in Plain Sight: An Illustrated Field Guide to the Constructed Environment", "category": "Arts & Photography", "genre": "Architecture", "publisher": "No Starch Press; Combined edition", "rating": "5.0", "pagesno": 264, "synopsis": " Engineering in Plain Sight is a beautifully illustrated field guide with accessible explanations to nearly every part of the constructed world around us.", "toc": "2022-11-11T01:04:53.000Z", "authors": [{"amid": "a_grady_hillhouse", "author": "Grady Hillhouse", "url": "", "aid": 3234, "bid": 4356}]}, {"bid": 4208, "isbn10": "0593598822", "isbn13": "9780593598825", "title": "Debbie Macomber's Holly Jolly Christmas Coloring Book: An Adult Coloring Book", "category": "Arts & Photography", "genre": "History & Criticism", "publisher": "Ballantine Books", "rating": "0.0", "pagesno": 96, "synopsis": " From the beloved queen of Christmas, Debbie Macomber, comes a joyful adult coloring book featuring all-new festive illustrations and activities.<br>Come celebrate the holidays with Debbie Macomber in a collection of gorgeous drawings ready to come to life on the page with your imagination, including quotes from her holiday novelsand tidings from the queen of Christmas herself.", "toc": "2022-10-18T13:07:05.000Z", "authors": [{"amid": "a_debbie_macomber", "author": "Debbie Macomber", "url": "", "aid": 607, "bid": 4208}]}, {"bid": 4105, "isbn10": "1455530530", "isbn13": "9781455530533", "title": "Acid for the Children: A Memoir", "category": "Arts & Photography", "genre": "Music", "publisher": "Grand Central Publishing; Illustrated edition", "rating": "4.7", "pagesno": 400, "synopsis": " With \"virtuosic vulnerability\" (The Atlantic), the iconic bassist and Red Hot Chili peppers co-founder pens a love letter to a youth spent wild in Los Angeles in his raw and riveting coming-of-age memoir.", "toc": "2022-10-07T06:08:03.000Z", "authors": [{"amid": "a_flea", "author": "Flea", "url": "", "aid": 3050, "bid": 4105}]}, {"bid": 4202, "isbn10": "0812994302", "isbn13": "9780812994308", "title": "Mr. B: George Balanchine's 20th Century", "category": "Arts & Photography", "genre": "Performing Arts", "publisher": "Random House", "rating": "0.0", "pagesno": 784, "synopsis": " \"A fascinating read about a true genius and his unrelenting thirst for beauty in art and in life.<br>\"-MIKHAIL BARYSHNIKOVBased on a decade of unprecedented research, the first major biography of George Balanchine, a broad-canvas portrait set against the backdrop of the tumultuous century that shaped the man The New York Times called \"the Shakespeare of dancing\"-from the bestselling author of Apollo's AngelsArguably the greatest choreographer who ever lived, George Balanchine was one of the cultural titans of the twentieth century-The New York Times called him \"the Shakespeare of dancing.", "toc": "2022-10-18T13:05:39.000Z", "authors": [{"amid": "a_jennifer_homans", "author": "Jennifer Homans", "url": "", "aid": 3124, "bid": 4202}]}, {"bid": 3907, "isbn10": "0393541258", "isbn13": "9780393541250", "title": "This Is What It Sounds Like: What the Music You Love Says About You", "category": "Arts & Photography", "genre": "Music", "publisher": "W. W. Norton & Company", "rating": "0.0", "pagesno": 288, "synopsis": " Named one of the Most Anticipated Books of 2022 by Boston Globe and Literary Hub A legendary record producer\u2013turned\u2013brain scientist explains why you fall in love with music.", "toc": "2022-09-13T12:05:05.000Z", "authors": [{"amid": "a_susan_rogers", "author": "Susan Rogers", "url": "", "aid": 2885, "bid": 3907}]}, {"bid": 3911, "isbn10": "0306847353", "isbn13": "9780306847356", "title": "None of This Rocks: A Memoir", "category": "Arts & Photography", "genre": "Music", "publisher": "Hachette Books", "rating": "0.0", "pagesno": 240, "synopsis": " Lead guitarist and cofounder of Fall Out Boy shares personal stories from his youth and his experiences of modern rock and roll stardom in this memoir filled with wit and wisdom.", "toc": "2022-09-13T12:06:14.000Z", "authors": [{"amid": "a_joe_trohman", "author": "Joe Trohman", "url": "", "aid": 2889, "bid": 3911}]}, {"bid": 3299, "isbn10": "0306925362", "isbn13": "9780306925368", "title": "Still Alright: A Memoir", "category": "Arts & Photography", "genre": "Music", "publisher": "Hachette Books", "rating": "4.3", "pagesno": 304, "synopsis": " You know Kenny Loggins for his megahit soundtrack themes and chart-topping collaborations.<br> Now you can know him through the intimate stories behind his five-decade career as a legendary songwriter and pop icon.<br> In a remarkable career, Kenny Loggins has rocked stages worldwide, released ten platinum albums, and landed hits all over the Billboard charts.", "toc": "2022-06-25T01:04:02.000Z", "authors": [{"amid": "a_jason_turbow", "author": "Jason Turbow", "url": "", "aid": 2405, "bid": 3299}]}, {"bid": 3031, "isbn10": "0300253664", "isbn13": "9780300253665", "title": "A Little History of Art (Little Histories)", "category": "Arts & Photography", "genre": "History & Criticism", "publisher": "Yale University Press", "rating": "5.0", "pagesno": 336, "synopsis": " A thrilling journey through 100,000 years of art, from the first artworks ever made to art's central role in culture today \"This lively volume is ideal for the precocious high-schooler, the lazy collegian .", "toc": "2022-05-22T18:08:22.000Z", "authors": [{"amid": "undefined", "author": "undefined", "url": "undefined", "aid": 2104, "bid": 3031}, {"amid": "a_charlotte_mullins", "author": "Charlotte Mullins", "url": "", "aid": 2169, "bid": 3031}]}, {"bid": 3024, "isbn10": "1455541729", "isbn13": "9781455541720", "title": "River of Time: My Descent into Depression and How I Emerged with Hope", "category": "Arts & Photography", "genre": "Music", "publisher": "Center Street; Large type / Large print edition", "rating": "4.6", "pagesno": 432, "synopsis": " Naomi Judd's life as a country music superstar has been nonstop success.<br> But offstage, she has battled incredible adversity.<br> Struggling through a childhood of harsh family secrets, the death of a young sibling, and absent emotional support, Naomi found herself reluctantly married and an expectant mother at age seventeen.", "toc": "2022-05-20T06:07:38.000Z", "authors": [{"amid": "undefined", "author": "undefined", "url": "undefined", "aid": 2104, "bid": 3024}, {"amid": "a_naomi_juddmarcia_wilkie", "author": "Naomi JuddMarcia Wilkie", "url": "", "aid": 2163, "bid": 3024}]}, {"bid": 2985, "isbn10": "0358251877", "isbn13": "9780358251873", "title": "The Cherry Robbers", "category": "Arts & Photography", "genre": "History & Criticism", "publisher": "Harper", "rating": "5.0", "pagesno": 432, "synopsis": " \"Sarai Walker has done it again.<br> With The Cherry Robbers she upends the Gothic ghost story with a fiery feminist zeal.<br>\" -Maria SempleThe highly anticipated second novel from Sarai Walker, following her \"slyly subversive\" (EW) cult-hit Dietland-a feminist gothic about the lone survivor of a cursed family of sisters, whose time may finally be up.", "toc": "2022-05-17T12:06:05.000Z", "authors": [{"amid": "a_sarai_walker", "author": "Sarai Walker", "url": "", "aid": 2126, "bid": 2985}]}, {"bid": 2950, "isbn10": "1250278279", "isbn13": "9781250278272", "title": "Tanqueray", "category": "Arts & Photography", "genre": "Photography & Video", "publisher": "St. Martin's Press", "rating": "0.0", "pagesno": 192, "synopsis": " The storytelling phenomenon Humans of New York and its #1 bestselling books have captivated a global audience of millions with personal narratives that illuminate the human condition.", "toc": "2022-05-13T03:04:14.000Z", "authors": [{"amid": "a_brandon_stanton", "author": "Brandon Stanton", "url": "", "aid": 2096, "bid": 2950}]}, {"bid": 2810, "isbn10": "1426222378", "isbn13": "9781426222375", "title": "National Geographic The 21st Century: Photographs From the Image Collection", "category": "Arts & Photography", "genre": "Photography & Video", "publisher": "National Geographic", "rating": "4.3", "pagesno": 400, "synopsis": " The best photographs of the first 21 years of the 21st century take center stage in this incredible volume of National Geographic's world-famous imagery.", "toc": "2022-04-30T01:04:08.000Z", "authors": [{"amid": "B000AP861U", "author": "National Geographic", "url": "/National-Geographic/e/", "aid": 1993, "bid": 2810}]}, {"bid": 2809, "isbn10": "1637581653", "isbn13": "9781637581650", "title": "Trump 45: America's Greatest President", "category": "Arts & Photography", "genre": "Photography & Video", "publisher": "Post Hill Press", "rating": "5.0", "pagesno": 80, "synopsis": " A pictorial history of America's greatest president, Donald Trump.<br>Donald Trump took \"the road less traveled\" upon his inauguration as America's 45th President.<br> Trump did not go to Washington to get along.", "toc": "2022-04-30T01:03:45.000Z", "authors": [{"amid": "B07VZ38J8J", "author": "L. D. Hicks", "url": "/L.-D.-Hicks/e/", "aid": 1992, "bid": 2809}]}, {"bid": 2768, "isbn10": "1506728448", "isbn13": "9781506728445", "title": "Halo Encyclopedia", "category": "Arts & Photography", "genre": "Photography & Video", "publisher": "Dark Horse Books", "rating": "4.6", "pagesno": 488, "synopsis": " In the 26th century, humanity relentlessly continues their fight for survival, an enduring conflict set against the backdrop of the enigmatic and ancient ringworld known as Halo.", "toc": "2022-04-22T01:04:28.000Z", "authors": [{"amid": "B07VQDDRR1", "author": "Dark Horse Books", "url": "/Dark-Horse-Books/e/", "aid": 1963, "bid": 2768}]}, {"bid": 2736, "isbn10": "1419752561", "isbn13": "9781419752568", "title": "12 Notes: On Life and Creativity", "category": "Arts & Photography", "genre": "Music", "publisher": "Harry N. Abrams", "rating": "4.4", "pagesno": 192, "synopsis": " Wisdom and musings on creativity and life from one of the world's most beloved musicians, producers, and mentors, Quincy Jones12 Notes is a self-development guide that will affirm that creativity is a calling that can and should be answered, no matter your age or experience.", "toc": "2022-04-19T12:05:15.000Z", "authors": [{"amid": "B001HD1UDA", "author": "Quincy Jones", "url": "/Quincy-Jones/e/", "aid": 1936, "bid": 2736}]}, {"bid": 2735, "isbn10": "0762475226", "isbn13": "9780762475223", "title": "Booze & Vinyl Vol. 2: 70 More Albums + 140 New Recipes", "category": "Arts & Photography", "genre": "Music", "publisher": "Running Press Adult", "rating": "0.0", "pagesno": 224, "synopsis": " A follow-up to the bestselling listening party guide, Booze &<br> Vinyl, this is an all-new collection of groundbreaking music paired with mood-setting cocktails.<br>Get set to party with 70 great records-organized by theme, from Rockin' to Beats, Mellow to Jazzy &", "toc": "2022-04-19T12:05:03.000Z", "authors": [{"amid": "B01B1T7T1G", "author": "Andr\u00e9 Darlington", "url": "/Andr%C3%A9-Darlington/e/", "aid": 1934, "bid": 2735}, {"amid": "B00DWV0QFI", "author": "Tenaya Darlington", "url": "/Tenaya-Darlington/e/", "aid": 1935, "bid": 2735}]}, {"bid": 2664, "isbn10": "0593230310", "isbn13": "9780593230312", "title": "William Shakespeare Complete Works Second Edition", "category": "Arts & Photography", "genre": "Performing Arts", "publisher": "Modern Library; 2nd edition", "rating": "0.0", "pagesno": 2532, "synopsis": " The newly revised, wonderfully authoritative First Folio of William Shakespeare's Complete Works, edited by acclaimed Shakespearean scholars and endorsed by the world-famous Royal Shakespeare Company Skillfully assembled by Shakespeare's fellow actors in 1623, the First Folio was the original Complete Works-arguably the most important literary work in the English language.", "toc": "2022-04-12T13:05:59.000Z", "authors": [{"amid": "B01F9DUO3A", "author": "Jonathan Bate", "url": "/Jonathan-Bate/e/", "aid": 1878, "bid": 2664}]}, {"bid": 2476, "isbn10": "1984859250", "isbn13": "9781984859259", "title": "The Rise of the Dragon: An Illustrated History of the Targaryen Dynasty, Volume One (The Targaryen Dynasty: The House of the Dragon)", "category": "Arts & Photography", "genre": "History & Criticism", "publisher": "Ten Speed Press", "rating": "0.0", "pagesno": 352, "synopsis": " This lavish visual history-featuring over 180 all-new illustrations-is a stunning introduction to House Targaryen, the iconic family at the heart of HBO's Game of Thrones prequel series, House of the Dragon.", "toc": "2022-03-24T12:05:10.000Z", "authors": [{"amid": "B000APIGH4", "author": "George R. R. Martin", "url": "/George-R.-R.-Martin/e/", "aid": 510, "bid": 2476}]}, {"bid": 2401, "isbn10": "1838857370", "isbn13": "9781838857370", "title": "Kid A Mnesia: A Book of Radiohead Artwork", "category": "Arts & Photography", "genre": "Music", "publisher": "Canongate Books; Main edition", "rating": "4.7", "pagesno": 364, "synopsis": " Whilst these records were being conceived, rehearsed, recorded and produced, Thom Yorke and Stanley Donwood made hundreds of images.<br> These ranged from obsessive, insomniac scrawls in biro to six-foot-square painted canvases, from scissors-and-glue collages to immense digital landscapes.", "toc": "2022-03-15T12:04:25.000Z", "authors": [{"amid": "B001JP2IMI", "author": "Stanley Donwood", "url": "/Stanley-Donwood/e/", "aid": 1703, "bid": 2401}]}, {"bid": 2347, "isbn10": "0593320522", "isbn13": "9780593320525", "title": "I Was Better Last Night: A Memoir", "category": "Arts & Photography", "genre": "Performing Arts", "publisher": "Knopf", "rating": "4.7", "pagesno": 400, "synopsis": " A poignant and hilarious memoir from the cultural icon, gay rights activist, and four-time Tony Award\u2013winning actor and playwright, revealing never-before-told stories of his personal struggles and conflict, of sex and romance, and of his fabled careerHarvey Fierstein's legendary career has transported him from community theater in Brooklyn, to the lights of Broadway, to the absurd excesses of Hollywood and back.", "toc": "2022-03-10T00:01:49.000Z", "authors": [{"amid": "B000APLAZO", "author": "Harvey Fierstein", "url": "/Harvey-Fierstein/e/", "aid": 1671, "bid": 2347}]}, {"bid": 2337, "isbn10": "0812995988", "isbn13": "9780812995985", "title": "Every Good Boy Does Fine: A Love Story, in Music Lessons", "category": "Arts & Photography", "genre": "Music", "publisher": "Random House", "rating": "0.0", "pagesno": 384, "synopsis": " A beautifully written, witty memoir that is also an immersive exploration of classical music-its power, its meanings, and what it can teach us about ourselves-from the MacArthur \"Genius\" Grant-winning pianist\"Jeremy Denk has written a love letter to the music, and especially to the music teachers, in his life.", "toc": "2022-03-08T13:05:27.000Z", "authors": [{"amid": "B0977VCMC9", "author": "Jeremy Denk", "url": "/Jeremy-Denk/e/", "aid": 1662, "bid": 2337}]}, {"bid": 2194, "isbn10": "0593081110", "isbn13": "9780593081112", "title": "AMORALMAN: A True Story and Other Lies", "category": "Arts & Photography", "genre": "Performing Arts", "publisher": "Vintage", "rating": "4.7", "pagesno": 256, "synopsis": " Truth and lies are two sides of the same coin.<br> But who's flipping it?<br> A thought-provoking and brilliantly entertaining work of nonfiction from one of the world's leading deceivers, the creator and star of the astonishing theater show and forthcoming film In &", "toc": "2022-02-22T12:05:56.000Z", "authors": [{"amid": "B08XQFG9XS", "author": "Derek DelGaudio", "url": "/Derek-DelGaudio/e/", "aid": 1557, "bid": 2194}]}, {"bid": 1757, "isbn10": "1646091213", "isbn13": "9781646091218", "title": "Final Fantasy VII Remake: Material Ultimania", "category": "Arts & Photography", "genre": "History & Criticism", "publisher": "Square Enix Books", "rating": "5.0", "pagesno": 336, "synopsis": " Packed with art and visual reference materials used during development of the game, this deluxe, hardcover volume is a must-have for fans of Final Fantasy VII Remake.", "toc": "2022-01-07T01:05:42.000Z", "authors": [{"amid": "B00J2DPD08", "author": "\u30b9\u30af\u30a6\u30a7\u30a2\u30fb\u30a8\u30cb\u30c3\u30af\u30b9", "url": "/%E3%82%B9%E3%82%AF%E3%82%A6%E3%82%A7%E3%82%A2%E3%83%BB%E3%82%A8%E3%83%8B%E3%83%83%E3%82%AF%E3%82%B9/e/", "aid": 1241, "bid": 1757}]}, {"bid": 1788, "isbn10": "0399590064", "isbn13": "9780399590061", "title": "My Broken Language: A Memoir", "category": "Arts & Photography", "genre": "Performing Arts", "publisher": "One World", "rating": "4.6", "pagesno": 336, "synopsis": " GOOD MORNING AMERICA BUZZ PICK \u2022 The Pulitzer Prize\u2013winning playwright and co-writer of In the Heights tells her lyrical story of coming of age against the backdrop of an ailing Philadelphia barrio, with her sprawling Puerto Rican family as a collective muse.", "toc": "2022-01-11T13:05:34.000Z", "authors": [{"amid": "B0033FLDR8", "author": "Quiara Alegr\u00eda Hudes", "url": "/Quiara-Alegr%C3%ADa-Hudes/e/", "aid": 1270, "bid": 1788}]}, {"bid": 1591, "isbn10": "0593320425", "isbn13": "9780593320426", "title": "Murakami T: The T-Shirts I Love", "category": "Arts & Photography", "genre": "Photography & Video", "publisher": "Knopf; First American Edition", "rating": "4.3", "pagesno": 192, "synopsis": "-", "toc": "2021-12-28T12:04:59.000Z", "authors": [{"amid": "B000AP7AFI", "author": "Haruki Murakami", "url": "/Haruki-Murakami/e/", "aid": 288, "bid": 1591}]}, {"bid": 1477, "isbn10": "0399562427", "isbn13": "9780399562426", "title": "Led Zeppelin: The Biography", "category": "Arts & Photography", "genre": "Music", "publisher": "Penguin Press", "rating": "4.5", "pagesno": 688, "synopsis": " From the author of the definitive New York Times bestselling history of the Beatles comes the authoritative account of the group many call the greatest rock band of all time, arguably the most successful, and certainly one of the most notoriousRock star.", "toc": "2021-12-11T03:04:15.000Z", "authors": [{"amid": "B001HCZKEG", "author": "Bob Spitz", "url": "/Bob-Spitz/e/", "aid": 1015, "bid": 1477}]}, {"bid": 1311, "isbn10": "1250114292", "isbn13": "9781250114297", "title": "Humans", "category": "Arts & Photography", "genre": "Photography & Video", "publisher": "St. Martin's Press", "rating": "4.9", "pagesno": 448, "synopsis": "\n\nThe Instant #1 New York Times Bestseller\"Just when we need it, Humans reminds us what it means to be human .<br> .<br> .", "toc": "2021-11-30T01:02:12.000Z", "authors": [{"amid": "B00ECVYQ2G", "author": "Brandon Stanton", "url": "/Brandon-Stanton/e/", "aid": 907, "bid": 1311}]}, {"bid": 1275, "isbn10": "0935112960", "isbn13": "9780935112962", "title": "The Beatles: Get Back", "category": "Arts & Photography", "genre": "Music", "publisher": "Callaway Arts & Entertainment", "rating": "4.8", "pagesno": 240, "synopsis": "The most anticipated book in more than a decade by the legendary band, The Beatles: Get Back is the official account of the creation of their final album, Let It Be, told in The Beatles' own words, illustrated with hundreds of previously unpublished images, including photos by Ethan A.", "toc": "2021-11-25T00:01:16.000Z", "authors": [{"amid": "B001IU0NVC", "author": "John Harris", "url": "/John-Harris/e/", "aid": 874, "bid": 1275}]}, {"bid": 1329, "isbn10": "383658509X", "isbn13": "9783836585095", "title": "Virgil Abloh. Nike. ICONS", "category": "Arts & Photography", "genre": "Decorative Arts & Design", "publisher": "TASCHEN", "rating": "4.6", "pagesno": 352, "synopsis": "\n\nIn 2016, sportswear manufacturer Nike and fashion designer Virgil Abloh joined forces to create a sneaker collection celebrating 10 of the Oregon-based company's most iconic shoes.", "toc": "2021-11-30T12:04:12.000Z", "authors": [{"amid": "B092NVB5C4", "author": "Virgil Abloh", "url": "/Virgil-Abloh/e/", "aid": 920, "bid": 1329}, {"amid": "B0068AFTJ8", "author": "Glenn Adamson", "url": "/Glenn-Adamson/e/", "aid": 921, "bid": 1329}]}, {"bid": 331, "isbn10": "0306925427", "isbn13": "9780306925429", "title": "Unrequited Infatuations: A Memoir", "category": "Arts & Photography", "genre": "Music", "publisher": "Hachette Books; 1st Edition", "rating": "4.5", "pagesno": 416, "synopsis": "**Instant International Bestseller, New York Times Bestseller, USA Today Bestseller, Wall Street Journal Bestseller, Los Angeles Times Bestseller, Publishers Weekly Bestseller**Uncover never-before-told stories in this epic tale of self-discovery by a Rock n Roll disciple and member of the E Street Band.", "toc": "2021-11-03T16:03:15.000Z", "authors": [{"amid": "B098CWJTXH", "author": "Stevie Van Zandt", "url": "/Stevie-Van-Zandt/e/", "aid": 267, "bid": 331}]}, {"bid": 365, "isbn10": "0358244307", "isbn13": "9780358244301", "title": "Sellout: The Major-Label Feeding Frenzy That Swept Punk, Emo, and Hardcore (1994\u20132007)", "category": "Arts & Photography", "genre": "Music", "publisher": "Mariner Books", "rating": "4.9", "pagesno": 416, "synopsis": "NATIONAL BESTSELLERA raucous history of punk, emo, and hardcore's growing pains during the commercial boom of the early 90s and mid-aughts, following eleven bands as they \"sell out\" and find mainstream fame, or break beneath the weight of it all Punk rock found itself at a crossroads in the mid-90's.", "toc": "2021-11-03T17:41:03.000Z", "authors": [{"amid": "B08NRJKR1N", "author": "Dan Ozzi", "url": "/Dan-Ozzi/e/", "aid": 296, "bid": 365}]}, {"bid": 908, "isbn10": "1648290744", "isbn13": "9781648290749", "title": "Kinfolk Travel: Slower Ways to See the World", "category": "Arts & Photography", "genre": "Photography & Video", "publisher": "Artisan", "rating": "5.0", "pagesno": 352, "synopsis": "Explore the art of mindful travel with Kinfolk, the pioneers in \"slow living,\" their philosophy of simplicity, authenticity, intentionality and community.", "toc": "2021-11-12T03:04:14.000Z", "authors": [{"amid": "B0034O3AXI", "author": "John Burns", "url": "/John-Burns/e/", "aid": 593, "bid": 908}]}, {"bid": 575, "isbn10": "0316429066", "isbn13": "9780316429061", "title": "The Last Days of John Lennon", "category": "Arts & Photography", "genre": "Music", "publisher": "Little, Brown and Company; 1st edition", "rating": "4.6", "pagesno": 448, "synopsis": "Discover one of the greatest true crime stories in music history, as only James Patterson can tell it.<br> With the Beatles, John Lennon surpasses his youthful dreams, achieving a level of superstardom that defies classification.<br> \"We were the best bloody band there was,\" he says.", "toc": "2021-11-08T18:01:30.000Z", "authors": [{"amid": "B000APZGGS", "author": "James Patterson", "url": "/James-Patterson/e/", "aid": 68, "bid": 575}]}, {"bid": 636, "isbn10": "1419757865", "isbn13": "9781419757860", "title": "Louis Vuitton: Extraordinary Voyages", "category": "Arts & Photography", "genre": "Graphic Design", "publisher": "Harry N. Abrams", "rating": "4.0", "pagesno": 448, "synopsis": "A beautifully illustrated journey through the history of travel-and traveling in style-from one of the world's preeminent fashion brands The mid-19th and early 20th centuries heralded new means of transport and equipment and, with them, new and original ways of exploring the world.", "toc": "2021-11-09T09:01:02.000Z", "authors": [{"amid": "a_francisca_matteoli", "author": "Francisca Matt\u00e9oli", "url": "", "aid": 430, "bid": 636}]}, {"bid": 637, "isbn10": "0847864375", "isbn13": "9780847864379", "title": "Tom Ford 002", "category": "Arts & Photography", "genre": "Graphic Design", "publisher": "Rizzoli", "rating": "0.0", "pagesno": 416, "synopsis": "A fashion icon, provocative American designer Tom Ford brings us his highly anticipated second book, which takes readers through the illustrious trajectory of his billion-dollar luxury empire established in 2005.", "toc": "2021-11-09T09:01:11.000Z", "authors": [{"amid": "a_tom_ford", "author": "Tom Ford", "url": "", "aid": 431, "bid": 637}]}, {"bid": 639, "isbn10": "1982152117", "isbn13": "9781982152116", "title": "The Art of Bob Mackie", "category": "Arts & Photography", "genre": "Graphic Design", "publisher": "Simon & Schuster; Annotated edition", "rating": "0.0", "pagesno": 304, "synopsis": "The first-ever, comprehensive and authorized showcase of legendary fashion designer Bob Mackie's fabulous life and work, featuring hundreds of photos and dozens of never-before-seen sketches from his personal collection.", "toc": "2021-11-09T09:01:23.000Z", "authors": [{"amid": "B001JRUJTK", "author": "Frank Vlastnik", "url": "/Frank-Vlastnik/e/", "aid": 432, "bid": 639}]}, {"bid": 643, "isbn10": "0593356675", "isbn13": "9780593356678", "title": "Van Gogh and the Artists He Loved", "category": "Arts & Photography", "genre": "History & Criticism", "publisher": "Random House", "rating": "5.0", "pagesno": 448, "synopsis": "The compelling story of how Vincent van Gogh developed his audacious, iconic style by immersing himself in the work of others, featuring hundreds of paintings by Van Gogh as well as the artists who inspired him-from the New York Times bestselling co-author of Van Gogh: The Life\"Important .", "toc": "2021-11-09T09:01:54.000Z", "authors": [{"amid": "B000APPQ3Q", "author": "Steven W. Naifeh", "url": "/Steven-W.-Naifeh/e/", "aid": 434, "bid": 643}]}, {"bid": 646, "isbn10": "1984859501", "isbn13": "9781984859501", "title": "There and Back: Photographs from the Edge", "category": "Arts & Photography", "genre": "Photography & Video", "publisher": "Ten Speed Press", "rating": "0.0", "pagesno": 320, "synopsis": "The Academy Award\u2013winning director of Free Solo and National Geographic photographer presents the first collection of his iconic adventure photography, featuring some of the greatest moments of the most accomplished climbers and outdoor athletes in the world, and including more than 200 extraordinary photographs.", "toc": "2021-11-09T09:02:25.000Z", "authors": [{"amid": "B0929D5VQV", "author": "Jimmy Chin", "url": "/Jimmy-Chin/e/", "aid": 436, "bid": 646}]}, {"bid": 652, "isbn10": "1954220006", "isbn13": "9781954220003", "title": "Can I Mix You a Drink?", "category": "Arts & Photography", "genre": "Music", "publisher": "Kingston Imperial", "rating": "4.7", "pagesno": 144, "synopsis": "Can I Mix You A Drink?<br> is a high-end liquor guide inspired by Grammy Award-winning Platinum artist T-Pain's hit songs, blending innovative drinks with humorous anecdotes that only T-Pain can deliver.", "toc": "2021-11-09T09:03:08.000Z", "authors": [{"amid": "B099GYZMNH", "author": "T-PAIN", "url": "/T-PAIN/e/", "aid": 439, "bid": 652}, {"amid": "B09JZT7XWY", "author": "Maxwell Britten", "url": "/Maxwell-Britten/e/", "aid": 440, "bid": 652}]}, {"bid": 662, "isbn10": "1637580681", "isbn13": "9781637580684", "title": "The Book of Mac: Remembering Mac Miller", "category": "Arts & Photography", "genre": "Music", "publisher": "Permuted Press", "rating": "4.3", "pagesno": 288, "synopsis": "INSTANT NATIONAL BESTSELLER!<br> An album-by-album celebration of the life and music of Mac Miller through oral histories, intimate reflections, and critical examinations of his enduring work.", "toc": "2021-11-09T11:01:44.000Z", "authors": [{"amid": "B093HGLFHH", "author": "Donna-Claire Chesman", "url": "/Donna-Claire-Chesman/e/", "aid": 447, "bid": 662}]}, {"bid": 876, "isbn10": "198482032X", "isbn13": "9781984820327", "title": "Golem Girl: A Memoir", "category": "Arts & Photography", "genre": "Individual Artists", "publisher": "One World", "rating": "4.5", "pagesno": 448, "synopsis": "The vividly told, gloriously illustrated memoir of an artist born with disabilities who searches for freedom and connection in a society afraid of strange bodies\"Golem Girl is luminous;", "toc": "2021-11-11T04:05:53.000Z", "authors": [{"amid": "B0896ZVQR9", "author": "Riva Lehrer", "url": "/Riva-Lehrer/e/", "aid": 572, "bid": 876}]}, {"bid": 932, "isbn10": "0593496469", "isbn13": "9780593496466", "title": "Debbie Macomber's Very Merry Christmas Coloring Book: An Adult Coloring Book", "category": "Arts & Photography", "genre": "History & Criticism", "publisher": "Ballantine Books", "rating": "4.6", "pagesno": 96, "synopsis": "From Debbie Macomber, the beloved author and queen of Christmas stories, comes this enchanting adult coloring book featuring all-new festive illustrations inspired by her treasured holiday novels.", "toc": "2021-11-12T10:05:01.000Z", "authors": [{"amid": "a_debbie_macomber", "author": "Debbie Macomber", "url": "", "aid": 607, "bid": 932}]}, {"bid": 935, "isbn10": "1523515279", "isbn13": "9781523515271", "title": "The Reverse Coloring Book\u2122: The Book Has the Colors, You Draw the Lines!", "category": "Arts & Photography", "genre": "Drawing", "publisher": "Workman Publishing Company", "rating": "4.8", "pagesno": 104, "synopsis": "The book has the colors, you draw the lines: the creative possibilities are endless!<br> Reverse coloring is a totally new idea in creativity and mindfulness: so simple, and so profoundly satisfying.<br> Artist Kendra Norton created these beautiful and whimsical unfinished watercolors to provide a gentle visual guide for your own creativity and exploration.", "toc": "2021-11-12T10:05:34.000Z", "authors": [{"amid": "B09976N7KJ", "author": "Kendra Norton", "url": "/Kendra-Norton/e/", "aid": 615, "bid": 935}]}, {"bid": 1072, "isbn10": "1408850931", "isbn13": "9781408850930", "title": "Life of Lucian Freud", "category": "Arts & Photography", "genre": "History & Criticism", "publisher": "Bloomsbury", "rating": "4.6", "pagesno": 0, "synopsis": "SELECTED AS BOOK OF THE YEAR BY THE TIMES, FINANCIAL TIMES, DAILY TELEGRAPH, NEW STATESMAN, SUNDAY TIMES, TIMES LITERARY SUPPLEMENT AND SPECTATORSHORTLISTED FOR THE BAILLIE GIFFORD PRIZE FOR NON-FICTION 2019'This exceptional book is far from standard biography .", "toc": "2021-11-18T18:09:30.000Z", "authors": [{"amid": "B001IXNX3O", "author": "William Feaver", "url": "/William-Feaver/e/", "aid": 726, "bid": 1072}]}, {"bid": 359, "isbn10": "1538730227", "isbn13": "9781538730225", "title": "Hip-Hop (And Other Things)", "category": "Arts & Photography", "genre": "Music", "publisher": "Twelve", "rating": "5.0", "pagesno": 256, "synopsis": "HIP-HOP (AND OTHER THINGS), which was an instant New York Times bestseller upon its publication, is the third and final book in the (AND OTHER THINGS) series.", "toc": "2021-11-03T17:39:41.000Z", "authors": [{"amid": "B00DDYXGOC", "author": "Shea Serrano", "url": "/Shea-Serrano/e/", "aid": 290, "bid": 359}]}, {"bid": 273, "isbn10": "163149256X", "isbn13": "9781631492563", "title": "The Lyrics: 1956 to the Present", "category": "Arts & Photography", "genre": "Music", "publisher": "Liveright", "rating": "0.0", "pagesno": 960, "synopsis": "#1 NEW YORK TIMES BESTSELLER A Washington Post Notable Book Excerpted in The New YorkerA work of unparalleled candor and splendorous beauty, The Lyrics celebrates the creative life and the musical genius of Paul McCartney through 154 of his most meaningful songs.", "toc": "2021-11-01T15:16:42.000Z", "authors": [{"amid": "B001IZ16E0", "author": "Paul McCartney", "url": "/Paul-McCartney/e/", "aid": 225, "bid": 273}]}, {"bid": 146, "isbn10": "030692370X", "isbn13": "9780306923708", "title": "The First 21: How I Became Nikki Sixx", "category": "Arts & Photography", "genre": "Music", "publisher": "Hachette Books", "rating": "4.7", "pagesno": 224, "synopsis": "Rock-and-roll icon and three-time bestselling author Nikki Sixx tells his <br>origin story: how Frank Feranna became <br>Nikki Sixx, chronicling his fascinating ", "toc": "2021-10-28T10:31:31.000Z", "authors": [{"amid": "B001H6L1T0", "author": "Nikki Sixx", "url": "/Nikki-Sixx/e/", "aid": 131, "bid": 146}]}] | {"type": "array", "items": {"type": "object", "properties": {"bid": {"type": "integer"}, "isbn10": {"type": "string"}, "isbn13": {"type": "string"}, "title": {"type": "string"}, "category": {"type": "string"}, "genre": {"type": "string"}, "publisher": {"type": "string"}, "rating": {"type": "string"}, "pagesno": {"type": "integer"}, "synopsis": {"type": "string"}, "toc": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"amid": {"type": "string"}, "author": {"type": "string"}, "url": {"type": "string"}, "aid": {"type": "integer"}, "bid": {"type": "integer"}}}}}}} |
3220c8ac-de5b-4c3a-b540-a536616e3348/e6e479e0-0127-4d30-8238-d4c2905ae805/0/0 | Book Discovery by ReadsOmnia | Get access to the Internet’s best-curated selection of must-read books. Search up-to-date databases and/or directly access the data via numerous API endpoints, including: Top-of-the-charts bestsellers, new and trending fiction and nonfiction, Critically acclaimed & Award-winning titles and authors, Top Reade'r suggestions, and more. | 6.7 | Love & Romance Bestsellers | A curated & up-to-date list of the best Love & Romance Books extrapolated by sophisticated AI algorithms from a variety of top-tier sources across the Internet. | 200 | Response | [{"bid": 5041, "isbn10": "1728246385", "isbn13": "9781728246383", "title": "Wolf Takes the Lead (Billionaire Wolf, 4)", "category": "Romance", "genre": "Paranormal", "publisher": "Sourcebooks Casablanca", "rating": "4.5", "pagesno": 416, "synopsis": " USA Today bestselling author Terry Spear combines billionaire and shifter romance in a sexy, action-packed paranormal love story with a dash of fake dating.", "toc": "2023-02-24T10:02:25.000Z", "authors": [{"amid": "a_terry_spear", "author": "Terry Spear", "url": "", "aid": 3716, "bid": 5041}]}, {"bid": 5022, "isbn10": "1737507730", "isbn13": "9781737507734", "title": "Terms and Conditions: The TikTok sensation! Meet the Dreamland Billionaires...", "category": "Romance", "genre": "Contemporary", "publisher": "Bloom Books", "rating": "4.5", "pagesno": 492, "synopsis": " DeclanI'm destined to become the next CEO of my family's media empire.<br>The only problem?<br> My grandfather's inheritance clause.", "toc": "2023-02-19T03:04:14.000Z", "authors": [{"amid": "a_lauren_asher", "author": "Lauren Asher", "url": "", "aid": 3544, "bid": 5022}]}, {"bid": 4916, "isbn10": "125081796X", "isbn13": "9781250817969", "title": "Take the Lead: A Dance Off Novel (A Dance Off Novel, 1)", "category": "Romance", "genre": "Multicultural", "publisher": "St. Martin's Griffin", "rating": "4.2", "pagesno": 368, "synopsis": " From Alexis Daria, author of the critically acclaimed, international bestseller You Had Me at Hola, comes a fun, sexy romance set against a reality dance show.", "toc": "2023-02-08T12:04:29.000Z", "authors": [{"amid": "a_alexis_daria", "author": "Alexis Daria", "url": "", "aid": 3621, "bid": 4916}]}, {"bid": 4912, "isbn10": "1668026031", "isbn13": "9781668026038", "title": "Icebreaker: A Novel (1) (The Maple Hills Series)", "category": "Romance", "genre": "Contemporary", "publisher": "Atria Books; Reprint edition", "rating": "4.5", "pagesno": 448, "synopsis": " A TikTok sensation!<br> Sparks fly when a competitive figure skater and hockey team captain are forced to share a rink.<br>Anastasia Allen has worked her entire life for a shot at Team USA.", "toc": "2023-02-08T03:04:34.000Z", "authors": [{"amid": "a_hannah_grace", "author": "Hannah Grace", "url": "", "aid": 3618, "bid": 4912}]}, {"bid": 4682, "isbn10": "1335738959", "isbn13": "9781335738950", "title": "The Accidental Accardi Heir (The Outrageous Accardi Brothers, 2)", "category": "Romance", "genre": "Contemporary", "publisher": "Harlequin Presents; Original edition", "rating": "4.1", "pagesno": 224, "synopsis": " The consequences neither of them expected\u2026 USA TODAY bestselling author Caitlin Crews thrills with this dramatic pregnancy romance!<br> An unforgettable encounter\u2026To bind her to the billionaire!<br> When Ago Accardi's brother jilts business-deal bride Victoria Cameron, proud, dutiful Ago is quick to make amends.", "toc": "2023-01-07T01:05:52.000Z", "authors": [{"amid": "a_caitlin_crews", "author": "Caitlin Crews", "url": "", "aid": 3462, "bid": 4682}]}, {"bid": 4546, "isbn10": "0316501077", "isbn13": "9780316501071", "title": "A Dowry of Blood", "category": "Romance", "genre": "Historical", "publisher": "Redhook", "rating": "4.4", "pagesno": 304, "synopsis": " S.<br>T.<br> Gibson's sensational novel is the darkly seductive tale of Dracula's first bride, Constanta.", "toc": "2022-12-13T12:04:14.000Z", "authors": [{"amid": "a_s_t_gibson", "author": "S. T. Gibson", "url": "", "aid": 3362, "bid": 4546}]}, {"bid": 4523, "isbn10": "006313957X", "isbn13": "9780063139572", "title": "The Reluctant Countess: A Would-Be Wallflowers Novel", "category": "Romance", "genre": "Historical", "publisher": "Avon", "rating": "4.4", "pagesno": 384, "synopsis": " New York Times bestselling author Eloisa James returns to the Would-Be Wallflowers series with an enemies-to-lovers romance between a proper earl and an entirely improper lady-whom he can't stop thinking about.", "toc": "2022-12-09T01:04:44.000Z", "authors": [{"amid": "a_eloisa_james", "author": "Eloisa James", "url": "", "aid": 3348, "bid": 4523}]}, {"bid": 4444, "isbn10": "1957568046", "isbn13": "9781957568041", "title": "A Light in the Flame: A Flesh and Fire Novel (2)", "category": "Romance", "genre": "Paranormal", "publisher": "Blue Box Press", "rating": "4.8", "pagesno": 608, "synopsis": " From #1 New York Times bestselling author Jennifer L.<br> Armentrout comes book two in her Flesh and Fire series\u2026 The only one who can save Sera now is the one she spent her life planning to kill.<br> The truth about Sera's plan is out, shattering the fragile trust forged between her and Nyktos.", "toc": "2022-11-29T01:02:12.000Z", "authors": [{"amid": "a_jennifer_l_armentrout", "author": "Jennifer L. Armentrout", "url": "", "aid": 3300, "bid": 4444}]}, {"bid": 4374, "isbn10": "1728274877", "isbn13": "9781728274874", "title": "Twisted Games (Twisted, 2)", "category": "Romance", "genre": "Contemporary", "publisher": "Bloom Books", "rating": "4.3", "pagesno": 448, "synopsis": " A steamy contemporary royal romance from BookTok sensation Ana Huang.<br>Stoic, broody, and arrogant, elite bodyguard Rhys Larsen has two rules: 1) Protect his clients at all costs 2) Do not become emotionally involved.<br> Ever.", "toc": "2022-11-13T03:04:37.000Z", "authors": [{"amid": "a_ana_huang", "author": "Ana Huang", "url": "", "aid": 2479, "bid": 4374}]}, {"bid": 4373, "isbn10": "1728274893", "isbn13": "9781728274898", "title": "Twisted Lies (Twisted, 4)", "category": "Romance", "genre": "Contemporary", "publisher": "Bloom Books", "rating": "4.5", "pagesno": 560, "synopsis": " The final book in the Twisted series from BookTok sensation Ana Huang, featuring fan favorites Christian and Stella.<br>Charming, deadly, and smart enough to hide it, Christian Harper is a monster dressed in the perfectly tailored suits of a gentleman.<br>He has little use for morals and even less use for love, but he can't deny the strange pull he feels toward the woman living just one floor below him.", "toc": "2022-11-13T03:04:25.000Z", "authors": [{"amid": "a_ana_huang", "author": "Ana Huang", "url": "", "aid": 2479, "bid": 4373}]}, {"bid": 4372, "isbn10": "1728274885", "isbn13": "9781728274881", "title": "Twisted Hate (Twisted, 3)", "category": "Romance", "genre": "Contemporary", "publisher": "Bloom Books", "rating": "4.4", "pagesno": 512, "synopsis": " A diverse steamy enemies to lovers romance from BookTok sensation Ana Huang.<br>Gorgeous, cocky, and fast on his way to becoming a hotshot doctor, Josh Chen has never met a woman he couldn't charm\u2015except for Jules Ambrose.<br>The beautiful redhead has been a thorn in his side since they met, but she also consumes his thoughts in a way no woman ever has.", "toc": "2022-11-13T03:04:13.000Z", "authors": [{"amid": "a_ana_huang", "author": "Ana Huang", "url": "", "aid": 2479, "bid": 4372}]}, {"bid": 4215, "isbn10": "1250856035", "isbn13": "9781250856036", "title": "Red, White & Royal Blue: Collector's Edition: A Novel", "category": "Romance", "genre": "Romantic Comedy", "publisher": "St. Martin's Griffin; Collectors edition", "rating": "4.6", "pagesno": 416, "synopsis": " The special Collector's Edition of Casey McQuiston's beloved New York Times bestselling novel, featuring illustrated endpapers, an all new Henry-POV chapter, and more!", "toc": "2022-10-22T01:02:13.000Z", "authors": [{"amid": "a_casey_mcquiston", "author": "Casey McQuiston", "url": "", "aid": 3130, "bid": 4215}]}, {"bid": 4180, "isbn10": "125079675X", "isbn13": "9781250796752", "title": "Bad Girl Reputation (Avalon Bay, 2)", "category": "Romance", "genre": "Contemporary", "publisher": "Griffin", "rating": "4.1", "pagesno": 320, "synopsis": " Bestselling author Elle Kennedy returns to Avalon Bay in this sexy second chance story about two exes who can't stay away from each other, Bad Girl Reputation.", "toc": "2022-10-15T01:05:52.000Z", "authors": [{"amid": "a_elle_kennedy", "author": "Elle Kennedy", "url": "", "aid": 3103, "bid": 4180}]}, {"bid": 4023, "isbn10": "1982179902", "isbn13": "9781982179908", "title": "The Viper (3) (Black Dagger Brotherhood: Prison Camp)", "category": "Romance", "genre": "Paranormal", "publisher": "Gallery Books", "rating": "4.7", "pagesno": 368, "synopsis": " In this newest Prison Camp installment, #1 New York Times bestselling author J.<br> R.<br> Ward pens a heart-wrenching tale of love and betrayal in the Black Dagger Brotherhood world\u2026Framed for the grisly murder of his shellan, Kane is condemned to the notorious prison camp-unaware of the dark truth behind his arranged mating.", "toc": "2022-09-30T01:02:36.000Z", "authors": [{"amid": "a_jr_ward", "author": "J.R. Ward", "url": "", "aid": 2977, "bid": 4023}]}, {"bid": 3803, "isbn10": "006305678X", "isbn13": "9780063056787", "title": "Heartbreaker: A Hell's Belles Novel (Hell's Belles, 2)", "category": "Romance", "genre": "Historical", "publisher": "Avon", "rating": "4.6", "pagesno": 400, "synopsis": " New York Times bestselling author Sarah MacLean follows her highly acclaimed Bombshell with Heartbreaker, featuring a fierce, fearless heroine on a mission to steal a duke's secrets\u2026and his heart.", "toc": "2022-09-03T01:03:25.000Z", "authors": [{"amid": "a_sarah_maclean", "author": "Sarah MacLean", "url": "", "aid": 2804, "bid": 3803}]}, {"bid": 3668, "isbn10": "133545439X", "isbn13": "9781335454393", "title": "The Texan Way", "category": "Romance", "genre": "Anthologies", "publisher": "Harlequin; Reissue edition", "rating": "4.6", "pagesno": 384, "synopsis": " Enjoy four classic Lone Star romances from New York Times bestselling author Diana Palmer!<br>Drew Dr.<br> Drew Morris has kept to himself ever since his beloved wife passed away.", "toc": "2022-08-12T01:03:30.000Z", "authors": [{"amid": "a_diana_palmer", "author": "Diana Palmer", "url": "", "aid": 996, "bid": 3668}]}, {"bid": 3666, "isbn10": "1250847133", "isbn13": "9781250847133", "title": "Blue Skies: Summer Desserts and Lessons Learned: A 2-in-1 Collection", "category": "Romance", "genre": "Contemporary", "publisher": "St. Martin's Paperbacks", "rating": "0.0", "pagesno": 464, "synopsis": " #1 New York Times bestselling author Nora Roberts tempts hungry hearts with Blue Skies, collecting two of her classic, savory romantic novels.<br> Summer DessertsDecadent dessert designer Summer Lyndon is celebrated around the world for sharing her creations with the wealthy and celebrity sets.<br> So she is intrigued when the renowned hotel chain owner, Blake Cocharan, taps her to spend the summer in the restaurant of his luxury Philadelphia hotel to give his menu a makeover.", "toc": "2022-08-12T01:03:06.000Z", "authors": [{"amid": "a_nora_roberts", "author": "Nora Roberts", "url": "", "aid": 613, "bid": 3666}]}, {"bid": 3542, "isbn10": "6070774248", "isbn13": "9786070774249", "title": "Nosotros en la luna (Spanish Edition)", "category": "Romance", "genre": "Contemporary", "publisher": "Planeta Publishing; Translation edition", "rating": "4.6", "pagesno": 480, "synopsis": " Tras el \u00e9xito de Deja que ocurra, vuelve Alice Kellen con una novela que te enamorar\u00e1 Una noche en Par\u00eds.<br> Dos caminos entrelaz\u00e1ndose.<br> No hay nada m\u00e1s eterno que un encuentro fugaz.", "toc": "2022-07-26T12:08:40.000Z", "authors": [{"amid": "a_alice_kellen", "author": "Alice Kellen", "url": "", "aid": 2593, "bid": 3542}]}, {"bid": 3491, "isbn10": "1087939275", "isbn13": "9781087939278", "title": "Twisted Love - Special Edition", "category": "Romance", "genre": "Contemporary", "publisher": "Boba Press", "rating": "4.7", "pagesno": 358, "synopsis": " He has a heart of ice.<br>.<br>.", "toc": "2022-07-18T03:04:16.000Z", "authors": [{"amid": "a_ana_huang", "author": "Ana Huang", "url": "", "aid": 2479, "bid": 3491}]}, {"bid": 3382, "isbn10": "1957464054", "isbn13": "9781957464053", "title": "Twisted Lies - Special Edition", "category": "Romance", "genre": "Contemporary", "publisher": "Ana Huang", "rating": "4.8", "pagesno": 450, "synopsis": " He'll do anything to have her.<br>.<br>.", "toc": "2022-07-02T03:04:12.000Z", "authors": [{"amid": "a_ana_huang", "author": "Ana Huang", "url": "", "aid": 2479, "bid": 3382}]}, {"bid": 3135, "isbn10": "1250847141", "isbn13": "9781250847140", "title": "Summer Shadows: The Right Path and Partners: A 2-in-1 Collection", "category": "Romance", "genre": "Contemporary", "publisher": "St. Martin's Paperbacks", "rating": "0.0", "pagesno": 448, "synopsis": " Summer Shadows collects two novels of desire and danger from \"the queen of romantic suspense\" (Columbus Dispatch)\u2015#1 New York Times bestselling author Nora Roberts.", "toc": "2022-06-03T01:04:20.000Z", "authors": [{"amid": "a_nora_roberts", "author": "Nora Roberts", "url": "", "aid": 613, "bid": 3135}]}, {"bid": 3133, "isbn10": "1952210623", "isbn13": "9781952210624", "title": "Once Upon A Royal Summer", "category": "Romance", "genre": "Romantic Comedy", "publisher": "Hallmark Publishing", "rating": "4.5", "pagesno": 328, "synopsis": " A theme park \"princess\" meets a single dad\u2026who turns out to be a real prince!<br> Enjoy the delightful royal romance from acclaimed author Teri Wilson and Hallmark Publishing.<br>Lacey found her dream job: playing a princess character at a popular fairytale theme park in sunny southern Florida.", "toc": "2022-06-03T01:03:56.000Z", "authors": [{"amid": "a_teri_wilson", "author": "Teri Wilson", "url": "", "aid": 2265, "bid": 3133}]}, {"bid": 3034, "isbn10": "0743459156", "isbn13": "9780743459150", "title": "Forever: A Novel of Good and Evil, Love and Hope", "category": "Romance", "genre": "Paranormal", "publisher": "Pocket Books (Mm)", "rating": "4.6", "pagesno": 384, "synopsis": " Mass Market Paperback ", "toc": "2022-05-23T12:05:15.000Z", "authors": [{"amid": "a_jude_deveraux", "author": "Jude Deveraux", "url": "", "aid": 2172, "bid": 3034}]}, {"bid": 2896, "isbn10": "1982179880", "isbn13": "9781982179885", "title": "The Wolf (2) (Black Dagger Brotherhood: Prison Camp)", "category": "Romance", "genre": "Paranormal", "publisher": "Pocket Books", "rating": "4.6", "pagesno": 576, "synopsis": " Return to the sizzling glymera's prison camp in this dark and sexy second novel in the new Black Dagger Brotherhood Prison Camp spin-off series from the #1 New York Times bestselling author J.", "toc": "2022-05-07T01:04:44.000Z", "authors": [{"amid": "B001H6OGQA", "author": "J. R. Ward", "url": "/J.-R.-Ward/e/", "aid": 910, "bid": 2896}]}, {"bid": 2691, "isbn10": "1982179996", "isbn13": "9781982179991", "title": "Lover Arisen (20) (The Black Dagger Brotherhood series)", "category": "Romance", "genre": "Paranormal", "publisher": "Gallery Books", "rating": "4.7", "pagesno": 432, "synopsis": " True love brings a deadly threat to the Black Dagger Brotherhood in this sizzling new novel in J.<br>R.<br> Ward's #1 New York Times bestselling series.", "toc": "2022-04-15T01:02:09.000Z", "authors": [{"amid": "B001H6OGQA", "author": "J. R. Ward", "url": "/J.-R.-Ward/e/", "aid": 910, "bid": 2691}]}, {"bid": 2635, "isbn10": "1420155571", "isbn13": "9781420155570", "title": "Kiss Me, Cowboy", "category": "Romance", "genre": "Contemporary", "publisher": "Zebra", "rating": "4.3", "pagesno": 368, "synopsis": " New York Times bestselling author Diana Palmer takes readers to Colorado in two of her celebrated novellas featuring solitary, silent cowboys who find their restless hearts tamed by women of uncommon grace and strength\u2026The Rancher's WeddingWhen a tough Colorado rancher who's in the red meets up with a screenwriter-turned-waitress dogged by scandal, they put their talents-and their hearts-together.", "toc": "2022-04-08T01:04:29.000Z", "authors": [{"amid": "B000AP7V1Q", "author": "Diana Palmer", "url": "/Diana-Palmer/e/", "aid": 215, "bid": 2635}]}, {"bid": 2608, "isbn10": "0380800829", "isbn13": "9780380800827", "title": "The Duke and I (Bridgerton Series, Book 1)", "category": "Romance", "genre": "Historical", "publisher": "Avon; Reissue edition", "rating": "4.6", "pagesno": 384, "synopsis": " Simon Basset, the irresistible Duke of Hastings, has hatched a plan to keep himself free from the town\u2032s marriage-minded society mothers.<br> He pretends to be engaged to the lovely Daphne Bridgerton.<br> After all, it isn\u2032t as if the brooding rogue has any real plans to marry - though there is something about the alluring Miss Bridgerton that sets Simon\u2032s heart beating a bit faster.", "toc": "2022-04-06T02:03:33.000Z", "authors": [{"amid": "B000AQ50N6", "author": "Julia Quinn", "url": "/Julia-Quinn/e/", "aid": 265, "bid": 2608}]}, {"bid": 2490, "isbn10": "1250831865", "isbn13": "9781250831866", "title": "Heart of the Game: The Heart's Victory and Rules of the Game: A 2-in-1 Collection", "category": "Romance", "genre": "Contemporary", "publisher": "St. Martin's Paperbacks", "rating": "0.0", "pagesno": 448, "synopsis": " #1 New York Times bestselling author Nora Roberts gets to the Heart of the Game in this collection of two novels about the drives and desires between people playing to win championships of the heart.", "toc": "2022-03-29T01:03:09.000Z", "authors": [{"amid": "B000APK6EU", "author": "Nora Roberts", "url": "/Nora-Roberts/e/", "aid": 178, "bid": 2490}]}, {"bid": 2472, "isbn10": "1775293939", "isbn13": "9781775293934", "title": "The Deal (Off-Campus, 1)", "category": "Romance", "genre": "Contemporary", "publisher": "Bloom Books", "rating": "4.6", "pagesno": 400, "synopsis": " New York Times bestseller Elle Kennedy brings you the first in the sexy Off-Campus series that everyone is talking about.<br>She's about to make a deal with the college bad boy.<br>.", "toc": "2022-03-24T03:04:14.000Z", "authors": [{"amid": "B002WHBZOO", "author": "Elle Kennedy", "url": "/Elle-Kennedy/e/", "aid": 1747, "bid": 2472}]}, {"bid": 2236, "isbn10": "1737507714", "isbn13": "9781737507710", "title": "The Fine Print Special Edition (Dreamland Billionaires)", "category": "Romance", "genre": "Contemporary", "publisher": "Lauren Asher", "rating": "4.4", "pagesno": 448, "synopsis": " RowanI'm in the business of creating fairy tales.<br>Theme parks.<br> Production companies.", "toc": "2022-02-27T03:04:25.000Z", "authors": [{"amid": "B08191LLQJ", "author": "Lauren Asher", "url": "/Lauren-Asher/e/", "aid": 1587, "bid": 2236}]}, {"bid": 2235, "isbn10": "099042927X", "isbn13": "9780990429272", "title": "From Lukov with Love", "category": "Romance", "genre": "Contemporary", "publisher": "Mariana Zapata; 1st edition", "rating": "4.6", "pagesno": 538, "synopsis": " If someone were to ask Jasmine Santos to describe the last few years of her life with a single word, it would definitely be a four-letter one.<br>After seventeen years-and countless broken bones and broken promises-she knows her window to compete in figure skating is coming to a close.<br>But when the offer of a lifetime comes in from an arrogant idiot she's spent the last decade dreaming about pushing in the way of a moving bus, Jasmine might have to reconsider everything.", "toc": "2022-02-27T03:04:14.000Z", "authors": [{"amid": "B00I8224VU", "author": "Mariana Zapata", "url": "/Mariana-Zapata/e/", "aid": 1586, "bid": 2235}]}, {"bid": 2015, "isbn10": "1250831873", "isbn13": "9781250831873", "title": "Bright Stars: Once More with Feeling and Opposites Attract: A 2-in-1 Collection", "category": "Romance", "genre": "Contemporary", "publisher": "St. Martin's Paperbacks", "rating": "5.0", "pagesno": 416, "synopsis": " The competition is fierce\u2015and passionate\u2015between musicians and athletes in Bright Stars, a two-novel collection from #1 New York Times bestselling phenomenon Nora Roberts.", "toc": "2022-02-11T10:03:25.000Z", "authors": [{"amid": "B000APK6EU", "author": "Nora Roberts", "url": "/Nora-Roberts/e/", "aid": 178, "bid": 2015}]}, {"bid": 1923, "isbn10": "1952457742", "isbn13": "9781952457746", "title": "The War of Two Queens (Blood and Ash, 4)", "category": "Romance", "genre": "Paranormal", "publisher": "Blue Box Press", "rating": "0.0", "pagesno": 570, "synopsis": " War is\nonly the beginning\u2026\n\nFrom #1\nNew York Times bestselling author Jennifer L.<br> Armentrout comes book four in her\nBlood and Ash series.<br>\n\n\n\n\nFrom the\ndesperation of golden crowns\u2026Casteel\nDa'Neer knows all too well that very few are as cunning or vicious as the Blood\nQueen, but no one, not even him, could've prepared for the staggering\nrevelations.", "toc": "2022-01-27T03:04:37.000Z", "authors": [{"amid": "B004E5J5N0", "author": "Jennifer L. Armentrout", "url": "/Jennifer-L-Armentrout/e/", "aid": 146, "bid": 1923}]}, {"bid": 1791, "isbn10": "1539427765", "isbn13": "9781539427766", "title": "Punk 57", "category": "Romance", "genre": "New Adult & College", "publisher": "CreateSpace Independent Publishing Platform", "rating": "4.5", "pagesno": 341, "synopsis": " From New York Times Bestselling Author, Penelope Douglas, comes the latest standalone love-hate romance.<br>.<br>.", "toc": "2022-01-12T03:04:11.000Z", "authors": [{"amid": "B00DH04U8I", "author": "Penelope Douglas", "url": "/Penelope-Douglas/e/", "aid": 1273, "bid": 1791}]}, {"bid": 1797, "isbn10": "0593337131", "isbn13": "9780593337134", "title": "The Siren of Sussex (Belles of London)", "category": "Romance", "genre": "Historical", "publisher": "Berkley", "rating": "4.6", "pagesno": 432, "synopsis": " A PopSugar and BookBub Most Anticipated Romance of 2022!<br>Victorian high society's most daring equestrienne finds love and an unexpected ally in her fight for independence in the strong arms of London's most sought after and devastatingly handsome half-Indian tailor.", "toc": "2022-01-12T03:05:32.000Z", "authors": [{"amid": "B0719WDHBW", "author": "Mimi Matthews", "url": "/Mimi-Matthews/e/", "aid": 1275, "bid": 1797}]}, {"bid": 1573, "isbn10": "0063161427", "isbn13": "9780063161429", "title": "Dark Destiny (Dark Series)", "category": "Romance", "genre": "Paranormal", "publisher": "Avon", "rating": "4.8", "pagesno": 432, "synopsis": " The thrilling 13th book in #1 New York Times bestselling author Christine Feehan's paranormal Carpathian/Dark series.<br>They were masters of the darkness, searching through eternity for a mistress of the light .<br> .", "toc": "2021-12-24T01:02:34.000Z", "authors": [{"amid": "B001H6QA46", "author": "Christine Feehan", "url": "/Christine-Feehan/e/", "aid": 103, "bid": 1573}]}, {"bid": 1597, "isbn10": "1721284443", "isbn13": "9781721284443", "title": "The Sweetest Oblivion (Made)", "category": "Romance", "genre": "Contemporary", "publisher": "CreateSpace Independent Publishing Platform", "rating": "4.6", "pagesno": 384, "synopsis": " She's a romantic at heart, living in the most unromantic of worlds .<br> .<br> .", "toc": "2021-12-29T02:03:34.000Z", "authors": [{"amid": "B01IL4BO7Y", "author": "Danielle Lori", "url": "/Danielle-Lori/e/", "aid": 1115, "bid": 1597}]}, {"bid": 1508, "isbn10": "1250244498", "isbn13": "9781250244499", "title": "One Last Stop", "category": "Romance", "genre": "Multicultural", "publisher": "Griffin", "rating": "4.5", "pagesno": 432, "synopsis": " *INSTANT NEW YORK TIMES BESTSELLER**INSTANT USA TODAY BESTSELLER**INSTANT #1 INDIE BESTSELLER*From the New York Times bestselling author of Red, White &", "toc": "2021-12-14T12:04:54.000Z", "authors": [{"amid": "B07HNJ5FNV", "author": "Casey McQuiston", "url": "/Casey-McQuiston/e/", "aid": 1042, "bid": 1508}]}, {"bid": 1451, "isbn10": "1335476938", "isbn13": "9781335476937", "title": "Montana Protector", "category": "Romance", "genre": "Contemporary", "publisher": "Harlequin; Reissue edition", "rating": "5.0", "pagesno": 352, "synopsis": " Enjoy two classic Western romances from New York Times bestselling author Diana Palmer!<br>Diamond in the Rough Sassy Peale is desperate to help her family, but her salary doesn't stretch far.<br> Then she meets ranch hand John Callister.", "toc": "2021-12-10T16:25:22.000Z", "authors": [{"amid": "a_diana_palmer", "author": "Diana Palmer", "url": "", "aid": 996, "bid": 1451}]}, {"bid": 1402, "isbn10": "031607036X", "isbn13": "9780316070362", "title": "The Twilight Saga", "category": "Romance", "genre": "Paranormal", "publisher": "Little, Brown Books for Young Readers", "rating": "4.7", "pagesno": 0, "synopsis": " Language:Chinese.<br>Pub Date :2009-5-1 Pages: all four Publisher :0-316 this stunning set.<br> complete with all four paperback books aswell as four collectible prints.", "toc": "2021-12-10T15:08:16.000Z", "authors": [{"amid": "B001H6GO92", "author": "Stephenie Meyer", "url": "/Stephenie-Meyer/e/", "aid": 825, "bid": 1402}]}, {"bid": 1334, "isbn10": "1728251176", "isbn13": "9781728251172", "title": "Nick and Noel's Christmas Playlist (Mistletoe Romance, 1)", "category": "Romance", "genre": "Contemporary", "publisher": "Sourcebooks Casablanca", "rating": "4.2", "pagesno": 400, "synopsis": "\n\nCurl up this Christmas with a sparkling romance filled with:Irresistible friends-to-lovers romanceThe kiss that changed everythingWarm nights on the family Christmas tree farmAll your favorite Christmas songs!", "toc": "2021-11-30T12:05:30.000Z", "authors": [{"amid": "B0938654XG", "author": "Codi Hall", "url": "/Codi-Hall/e/", "aid": 926, "bid": 1334}]}, {"bid": 1314, "isbn10": "1982179872", "isbn13": "9781982179878", "title": "The Wolf (2) (Black Dagger Brotherhood: Prison Camp)", "category": "Romance", "genre": "Paranormal", "publisher": "Gallery Books", "rating": "4.7", "pagesno": 432, "synopsis": "\n\nReturn to the sizzling glymera's prison camp in this dark and sexy second novel in the new Black Dagger Brotherhood Prison Camp spin-off series from the #1 New York Times bestselling author J.", "toc": "2021-11-30T01:02:58.000Z", "authors": [{"amid": "B001H6OGQA", "author": "J. R. Ward", "url": "/J.-R.-Ward/e/", "aid": 910, "bid": 1314}]}, {"bid": 322, "isbn10": "0062941275", "isbn13": "9780062941275", "title": "Act Your Age, Eve Brown: A Novel (The Brown Sisters, 3)", "category": "Romance", "genre": "Contemporary", "publisher": "Avon", "rating": "4.6", "pagesno": 400, "synopsis": "-", "toc": "2021-11-02T18:09:59.000Z", "authors": [{"amid": "B074PWF27Q", "author": "Talia Hibbert", "url": "/Talia-Hibbert/e/", "aid": 262, "bid": 322}]}, {"bid": 260, "isbn10": "1335476946", "isbn13": "9781335476944", "title": "Texas Honor (Long, Tall Texans)", "category": "Romance", "genre": "Contemporary", "publisher": "Harlequin; Reissue edition", "rating": "0.0", "pagesno": 368, "synopsis": "Enjoy two classic Lone Star romances from New York Times bestselling author Diana Palmer!<br>Unlikely Lover When Ward Jessup and Mari Raymond meet after being brought together by Mari's wily matchmaking aunt, neither is what the other expected.", "toc": "2021-11-01T12:01:34.000Z", "authors": [{"amid": "B000AP7V1Q", "author": "Diana Palmer", "url": "/Diana-Palmer/e/", "aid": 215, "bid": 260}]}, {"bid": 1124, "isbn10": "0578826283", "isbn13": "9780578826288", "title": "Gray Hair Don't Care", "category": "Romance", "genre": "Contemporary", "publisher": "Karen Booth", "rating": "4.3", "pagesno": 276, "synopsis": "Everything went wrong.<br> And then she went gray.<br>At 47, newly divorced makeup artist Lela Bennett is dreading her next steps.", "toc": "2021-11-20T18:08:23.000Z", "authors": [{"amid": "B007IUUYJC", "author": "Karen Booth", "url": "/Karen-Booth/e/", "aid": 759, "bid": 1124}]}, {"bid": 1123, "isbn10": "1950692620", "isbn13": "9781950692620", "title": "Tin Queen (Clifton Forge)", "category": "Romance", "genre": "Contemporary", "publisher": "Devney Perry LLC", "rating": "4.7", "pagesno": 374, "synopsis": "From USA Today Bestselling Author Devney Perry comes a small town, forbidden romance.<br>No promises.<br> No expectations.", "toc": "2021-11-20T18:08:13.000Z", "authors": [{"amid": "B01N9OPRXV", "author": "Devney Perry", "url": "/Devney-Perry/e/", "aid": 758, "bid": 1123}]}, {"bid": 717, "isbn10": "0063056151", "isbn13": "9780063056152", "title": "Bombshell: A Hell's Belles Novel", "category": "Romance", "genre": "Historical", "publisher": "Avon", "rating": "4.3", "pagesno": 400, "synopsis": "New York Times bestselling author Sarah MacLean returns with a blazingly sexy, unapologetically feminist new series, Hell's Belles, beginning with a bold, bombshell of a heroine, able to dispose of a scoundrel-or seduce one-in a single night.", "toc": "2021-11-09T14:21:59.000Z", "authors": [{"amid": "B001JSEB9S", "author": "Sarah MacLean", "url": "/Sarah-MacLean/e/", "aid": 484, "bid": 717}]}, {"bid": 494, "isbn10": "0063141329", "isbn13": "9780063141322", "title": "The Viscount Who Loved Me: Bridgerton (Bridgertons, 2)", "category": "Romance", "genre": "Historical", "publisher": "Avon", "rating": "4.6", "pagesno": 480, "synopsis": "# 1 New York Times BestsellerA special TV Tie-In edition to BRIDGERTON, a series created by Shondaland for Netflix, from #1 New York Times bestselling author Julia Quinn: the story of Anthony Bridgerton in the second of her beloved Regency-set novels featuring the charming, powerful Bridgerton family.", "toc": "2021-11-08T11:01:25.000Z", "authors": [{"amid": "B000AQ50N6", "author": "Julia Quinn", "url": "/Julia-Quinn/e/", "aid": 265, "bid": 494}]}, {"bid": 258, "isbn10": "1250796490", "isbn13": "9781250796493", "title": "True Horizons: A 2-in-1 Collection (The MacGregors)", "category": "Romance", "genre": "Contemporary", "publisher": "St. Martin's Paperbacks", "rating": "4.4", "pagesno": 432, "synopsis": "#1 New York Times bestselling author Nora Roberts presents True Horizons, two favorite MacGregor novels in one special volume.<br>All the PossibilitiesAmong the ambitious influencers crowding Washington D.<br>C.", "toc": "2021-11-01T12:01:09.000Z", "authors": [{"amid": "B000APK6EU", "author": "Nora Roberts", "url": "/Nora-Roberts/e/", "aid": 178, "bid": 258}]}] | {"type": "array", "items": {"type": "object", "properties": {"bid": {"type": "integer"}, "isbn10": {"type": "string"}, "isbn13": {"type": "string"}, "title": {"type": "string"}, "category": {"type": "string"}, "genre": {"type": "string"}, "publisher": {"type": "string"}, "rating": {"type": "string"}, "pagesno": {"type": "integer"}, "synopsis": {"type": "string"}, "toc": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"amid": {"type": "string"}, "author": {"type": "string"}, "url": {"type": "string"}, "aid": {"type": "integer"}, "bid": {"type": "integer"}}}}}}} |
34bb28f4-b397-4f4e-b1e8-0a36e862ec54/3b4a9e9f-925f-41ca-b814-dda8ff70051e/0/0 | One Piece Manga | API donde podrás ver información e imágenes de todos los capítulos del manga para el famoso shonen de One Piece | 0.2 | Get Chapter | Retorna capitulo seleccionado del manga de One Piece | 200 | New Example | {"titulo": "One Piece Cap\u00edtulo 0.00", "imagenes": ["https://c5.mangatag.com/es_manga/50/114/309091/7438845b5943e3d61cb4964f2bc218ad.jpg", "https://c5.mangatag.com/es_manga/50/114/309091/c185c3de5e72b65070afd29d68191033.jpg", "https://c5.mangatag.com/es_manga/50/114/309091/78b643f95b8a60758e226e7a0555dde3.jpg", "https://c5.mangatag.com/es_manga/50/114/309091/12fd753eab9b00913e1a027949de68a8.jpg", "https://c5.mangatag.com/es_manga/50/114/309091/9a4d0c02720d50697de4a1d53e6b222b.jpg", "https://c5.mangatag.com/es_manga/50/114/309091/2d2959e82e89b669b329c2926d32839f.jpg", "https://c5.mangatag.com/es_manga/50/114/309091/c61e3e0e1fdf29fbe8f9b024b3e5c08e.jpg", "https://c5.mangatag.com/es_manga/50/114/309091/59a57dd9c157d6b95b56dfaebb6a45e3.jpg", "https://c5.mangatag.com/es_manga/50/114/309091/4f47235736535ed5932b15bdef64263b.jpg", "https://c5.mangatag.com/es_manga/50/114/309091/59dc3736c82e764ab6c15381db5af247.jpg", "https://c5.mangatag.com/es_manga/50/114/309091/fde4d164a6f20582854b04bb779f621d.jpg", "https://c5.mangatag.com/es_manga/50/114/309091/0a2fbc3a7639168c9e918f557d1802ac.jpg", "https://c5.mangatag.com/es_manga/50/114/309091/c4c28b367e14df88993ad475dedf6b77.jpg", "https://c5.mangatag.com/es_manga/50/114/309091/3a32238401a11400c04c7ab8fc6a8dfb.jpg", "https://c5.mangatag.com/es_manga/50/114/309091/befa1d1faf9bc95c1a29d30ea9a751a2.jpg", "https://c5.mangatag.com/es_manga/50/114/309091/19c768e48aca9308d1a11fe86157731f.jpg", "https://c5.mangatag.com/es_manga/50/114/309091/06c9c2f149b73e46fba1487930c5acb8.jpg", "https://c5.mangatag.com/es_manga/50/114/309091/d6170feb4fb9ccfce8548f314d6c1ec3.jpg", "https://c5.mangatag.com/es_manga/50/114/309091/a997e4d2ca4f1b1c8942ed9055fdbc09.jpg", "https://c5.mangatag.com/es_manga/50/114/309091/8b04eba77f2245a80433843a3b8264a4.jpg", "https://c5.mangatag.com/es_manga/50/114/309091/0829424ffa0d3a2547b6c9622c77de03.jpg", "https://c5.mangatag.com/es_manga/50/114/309091/33f304308efc73e65d0765196f6df8d7.jpg", "https://c5.mangatag.com/es_manga/50/114/309091/9f4b356ab8dd0857dea8eed6cfc241de.jpg", "https://c5.mangatag.com/es_manga/50/114/309091/368afd895ea0487a5a2691fe08a05513.jpg", "https://c5.mangatag.com/es_manga/50/114/309091/7820dcff402573402f890bdf04463d29.jpg"]} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"titulo": {"type": "string"}, "imagenes": {"type": "array", "items": {"type": "string"}}}, "required": ["imagenes", "titulo"]} |
e008d16f-53d6-466d-8766-5626d434327d/0cf76194-3858-4333-8c1b-354d69c61556/0/0 | Love Calculator | Calculate the compatibility between two people based on their names. | null | calculate | Calculate the compatibility between two people based on their names. | 200 | Response | {"percent": "68", "message": "This could really work out!"} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"percent": {"type": "string"}, "message": {"type": "string"}}, "required": ["message", "percent"]} |
31783428-1db4-4e10-9eed-be278768dbf8/61a4fb5c-9fe5-4f36-a2e5-015dc69e5432/0/0 | Manga Scrapper | Get webtoon / comic data from favourite scanlation websites. | 9.2 | A chapter by its slug | Make request to fetch a specific chapter information for a specific webtoon from a specific provider. | 200 | Chapter 64 - The World After the Fall - Flame Scans | {"provider_webtoon": "flame_the-world-after-the-fall", "slug": "the-world-after-the-fall-chapter-64", "fullTitle": "The World After the Fall Chapter 64", "shortTitle": "Chapter 64", "chapterNum": 64, "sourceURL": "https://flamescans.org/the-world-after-the-fall-chapter-64/", "shortURL": "https://flamescans.org/?p=127129", "chapterNav": {"nextSlug": "", "nextURL": "", "prevSlug": "the-world-after-the-fall-chapter-63", "prevURL": "https://flamescans.org/1678100461-the-world-after-the-fall-chapter-63/"}, "contentURL": ["https://flamescans.org/wp-content/uploads/2022/05/readonflamescans.png", "https://flamescans.org/wp-content/uploads/2022/07/999white-KTL.jpg", "https://flamescans.org/wp-content/uploads/2023/03/TWATF-64-01.jpg", "https://flamescans.org/wp-content/uploads/2023/03/TWATF-64-02.jpg", "https://flamescans.org/wp-content/uploads/2023/03/TWATF-64-03.jpg", "https://flamescans.org/wp-content/uploads/2023/03/TWATF-64-04.jpg", "https://flamescans.org/wp-content/uploads/2023/03/TWATF-64-05.jpg", "https://flamescans.org/wp-content/uploads/2023/03/TWATF-64-06.jpg", "https://flamescans.org/wp-content/uploads/2023/03/TWATF-64-07.jpg", "https://flamescans.org/wp-content/uploads/2023/03/TWATF-64-08.jpg", "https://flamescans.org/wp-content/uploads/2023/03/TWATF-64-09.jpg", "https://flamescans.org/wp-content/uploads/2023/03/TWATF-64-10.jpg", "https://flamescans.org/wp-content/uploads/2023/03/TWATF-64-11.jpg", "https://flamescans.org/wp-content/uploads/2023/03/TWATF-64-12.jpg", "https://flamescans.org/wp-content/uploads/2023/03/TWATF-64-13.jpg", "https://flamescans.org/wp-content/uploads/2023/03/TWATF-64-14.jpg", "https://flamescans.org/wp-content/uploads/2023/03/TWATF-64-15.jpg", "https://flamescans.org/wp-content/uploads/2023/03/TWATF-64-16.jpg", "https://flamescans.org/wp-content/uploads/2023/03/TWATF-64-17.jpg", "https://flamescans.org/wp-content/uploads/2023/03/TWATF-64-18.jpg"], "createdAt": "2023-03-06T18:30:32Z", "updatedAt": "2023-03-06T18:30:57Z"} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"provider_webtoon": {"type": "string"}, "slug": {"type": "string"}, "fullTitle": {"type": "string"}, "shortTitle": {"type": "string"}, "chapterNum": {"type": "integer"}, "sourceURL": {"type": "string"}, "shortURL": {"type": "string"}, "chapterNav": {"type": "object", "properties": {"nextSlug": {"type": "string"}, "nextURL": {"type": "string"}, "prevSlug": {"type": "string"}, "prevURL": {"type": "string"}}, "required": ["nextSlug", "nextURL", "prevSlug", "prevURL"]}, "contentURL": {"type": "array", "items": {"type": "string"}}, "createdAt": {"type": "string"}, "updatedAt": {"type": "string"}}, "required": ["chapterNav", "chapterNum", "contentURL", "createdAt", "fullTitle", "provider_webtoon", "shortTitle", "shortURL", "slug", "sourceURL", "updatedAt"]} |
31783428-1db4-4e10-9eed-be278768dbf8/8d0e5664-b5aa-4916-8022-03e1cbca4613/0/0 | Manga Scrapper | Get webtoon / comic data from favourite scanlation websites. | 9.2 | Latest chapters updates | Make request to fetch latest chapters updates up to 7 days ago. | 200 | Anigli Scans | [{"provider_webtoon": "anigli_exiled-in-a-class-trial-for-poor-dexterity", "slug": "exiled-in-a-class-trial-for-poor-dexterity-3", "fullTitle": "Exiled in a Class Trial for Poor Dexterity-3", "shortTitle": "Chapter 3", "chapterNum": 3, "sourceURL": "https://anigliscans.com/exiled-in-a-class-trial-for-poor-dexterity-3/", "shortURL": "https://anigliscans.com/?p=5593", "chapterNav": {"nextSlug": "exiled-in-a-class-trial-for-poor-dexterity-4", "nextURL": "https://anigliscans.com/exiled-in-a-class-trial-for-poor-dexterity-4/", "prevSlug": "exiled-in-a-class-trial-for-poor-dexterity-chapter-2", "prevURL": "https://anigliscans.com/exiled-in-a-class-trial-for-poor-dexterity-chapter-2/"}, "contentURL": ["http://anigliscans.com/wp-content/uploads/2022/10/00.jpg", "http://anigliscans.com/wp-content/uploads/2022/10/01-13.jpg", "http://anigliscans.com/wp-content/uploads/2022/10/02-12.jpg", "http://anigliscans.com/wp-content/uploads/2022/10/03-12.jpg", "http://anigliscans.com/wp-content/uploads/2022/10/04-11.jpg", "http://anigliscans.com/wp-content/uploads/2022/10/05-11.jpg", "http://anigliscans.com/wp-content/uploads/2022/10/06-10.jpg", "http://anigliscans.com/wp-content/uploads/2022/10/07-10.jpg", "http://anigliscans.com/wp-content/uploads/2022/10/08-9.jpg", "http://anigliscans.com/wp-content/uploads/2022/10/09-8.jpg", "http://anigliscans.com/wp-content/uploads/2022/10/10-8.jpg", "http://anigliscans.com/wp-content/uploads/2022/10/11-6.jpg", "http://anigliscans.com/wp-content/uploads/2022/10/12-3.jpg", "http://anigliscans.com/wp-content/uploads/2022/10/13-3.jpg", "http://anigliscans.com/wp-content/uploads/2022/10/14-1.jpg", "http://anigliscans.com/wp-content/uploads/2022/10/15.jpg", "http://anigliscans.com/wp-content/uploads/2022/10/16.jpg", "http://anigliscans.com/wp-content/uploads/2022/10/17.jpg", "http://anigliscans.com/wp-content/uploads/2022/10/18.jpg", "http://anigliscans.com/wp-content/uploads/2022/10/19.jpg", "http://anigliscans.com/wp-content/uploads/2022/10/20.jpg", "http://anigliscans.com/wp-content/uploads/2022/10/21.jpg", "http://anigliscans.com/wp-content/uploads/2022/10/22.jpg", "http://anigliscans.com/wp-content/uploads/2022/10/23.jpg", "http://anigliscans.com/wp-content/uploads/2022/10/24.jpg", "http://anigliscans.com/wp-content/uploads/2022/10/25.jpg", "http://anigliscans.com/wp-content/uploads/2022/10/26.jpg", "http://anigliscans.com/wp-content/uploads/2022/10/27.jpg", "http://anigliscans.com/wp-content/uploads/2022/10/28.jpg", "http://anigliscans.com/wp-content/uploads/2022/10/29.jpg", "http://anigliscans.com/wp-content/uploads/2022/10/30.jpg", "http://anigliscans.com/wp-content/uploads/2022/10/31.jpg", "http://anigliscans.com/wp-content/uploads/2022/10/32-1.jpg", "http://anigliscans.com/wp-content/uploads/2022/10/33.jpg", "http://anigliscans.com/wp-content/uploads/2022/10/34.jpg", "http://anigliscans.com/wp-content/uploads/2022/10/35.jpg"], "createdAt": "2023-03-07T03:21:19Z", "updatedAt": "2023-03-07T03:22:10Z"}, {"provider_webtoon": "anigli_exiled-in-a-class-trial-for-poor-dexterity", "slug": "exiled-in-a-class-trial-for-poor-dexterity-4", "fullTitle": "Exiled in a Class Trial for Poor Dexterity-4", "shortTitle": "Chapter 4", "chapterNum": 4, "sourceURL": "https://anigliscans.com/exiled-in-a-class-trial-for-poor-dexterity-4/", "shortURL": "https://anigliscans.com/?p=6738", "chapterNav": {"nextSlug": "exiled-in-a-class-trial-for-poor-dexterity-5", "nextURL": "https://anigliscans.com/exiled-in-a-class-trial-for-poor-dexterity-5/", "prevSlug": "exiled-in-a-class-trial-for-poor-dexterity-3", "prevURL": "https://anigliscans.com/exiled-in-a-class-trial-for-poor-dexterity-3/"}, "contentURL": ["http://anigliscans.com/wp-content/uploads/2022/10/00.jpg", "http://anigliscans.com/wp-content/uploads/2022/10/01-44.jpg", "http://anigliscans.com/wp-content/uploads/2022/10/02-43.jpg", "http://anigliscans.com/wp-content/uploads/2022/10/03-43.jpg", "http://anigliscans.com/wp-content/uploads/2022/10/04-42.jpg", "http://anigliscans.com/wp-content/uploads/2022/10/05-41.jpg", "http://anigliscans.com/wp-content/uploads/2022/10/06-39.jpg", "http://anigliscans.com/wp-content/uploads/2022/10/07-38.jpg", "http://anigliscans.com/wp-content/uploads/2022/10/08-36.jpg", "http://anigliscans.com/wp-content/uploads/2022/10/09-34.jpg", "http://anigliscans.com/wp-content/uploads/2022/10/10-31.jpg", "http://anigliscans.com/wp-content/uploads/2022/10/11-25.jpg", "http://anigliscans.com/wp-content/uploads/2022/10/12-15.jpg", "http://anigliscans.com/wp-content/uploads/2022/10/13-13.jpg", "http://anigliscans.com/wp-content/uploads/2022/10/14-10.jpg", "http://anigliscans.com/wp-content/uploads/2022/10/15-30.jpg", "http://anigliscans.com/wp-content/uploads/2022/10/16-29.jpg", "http://anigliscans.com/wp-content/uploads/2022/10/17-6.jpg", "http://anigliscans.com/wp-content/uploads/2022/10/18-5.jpg", "http://anigliscans.com/wp-content/uploads/2022/10/19-5.jpg", "http://anigliscans.com/wp-content/uploads/2022/10/20-2.jpg", "http://anigliscans.com/wp-content/uploads/2022/10/21-1.jpg", "http://anigliscans.com/wp-content/uploads/2022/10/22-2.jpg", "http://anigliscans.com/wp-content/uploads/2022/10/23-1.jpg", "http://anigliscans.com/wp-content/uploads/2022/10/24-1.jpg", "http://anigliscans.com/wp-content/uploads/2022/10/25-1.jpg", "http://anigliscans.com/wp-content/uploads/2022/10/26-1.jpg", "http://anigliscans.com/wp-content/uploads/2022/10/27-1.jpg", "http://anigliscans.com/wp-content/uploads/2022/10/28-1.jpg", "http://anigliscans.com/wp-content/uploads/2022/10/29-1.jpg", "http://anigliscans.com/wp-content/uploads/2022/10/30-1.jpg", "http://anigliscans.com/wp-content/uploads/2022/10/31-1.jpg", "http://anigliscans.com/wp-content/uploads/2022/10/32-2.jpg", "http://anigliscans.com/wp-content/uploads/2022/10/33-1.jpg", "http://anigliscans.com/wp-content/uploads/2022/10/34-1.jpg", "http://anigliscans.com/wp-content/uploads/2022/10/ad_general-new-3.png", "http://anigliscans.com/wp-content/uploads/2022/10/read-on-site-banner.png"], "createdAt": "2023-03-07T03:21:19Z", "updatedAt": "2023-03-07T03:22:08Z"}, {"provider_webtoon": "anigli_exiled-in-a-class-trial-for-poor-dexterity", "slug": "exiled-in-a-class-trial-for-poor-dexterity-5", "fullTitle": "Exiled in a Class Trial for Poor Dexterity- 5", "shortTitle": "Chapter 5", "chapterNum": 5, "sourceURL": "https://anigliscans.com/exiled-in-a-class-trial-for-poor-dexterity-5/", "shortURL": "https://anigliscans.com/?p=8562", "chapterNav": {"nextSlug": "exiled-in-a-class-trial-for-poor-dexterity-6", "nextURL": "https://anigliscans.com/exiled-in-a-class-trial-for-poor-dexterity-6/", "prevSlug": "exiled-in-a-class-trial-for-poor-dexterity-4", "prevURL": "https://anigliscans.com/exiled-in-a-class-trial-for-poor-dexterity-4/"}, "contentURL": ["http://anigliscans.com/wp-content/uploads/2022/10/00.jpg", "http://anigliscans.com/wp-content/uploads/2022/10/ad_general-new-3.png", "http://anigliscans.com/wp-content/uploads/2022/10/read-on-site-banner.png", "http://anigliscans.com/wp-content/uploads/2022/11/01-79.jpg", "http://anigliscans.com/wp-content/uploads/2022/11/02-75.jpg", "http://anigliscans.com/wp-content/uploads/2022/11/03-73.jpg", "http://anigliscans.com/wp-content/uploads/2022/11/04-73.jpg", "http://anigliscans.com/wp-content/uploads/2022/11/05-63.jpg", "http://anigliscans.com/wp-content/uploads/2022/11/06-64.jpg", "http://anigliscans.com/wp-content/uploads/2022/11/07-56.jpg", "http://anigliscans.com/wp-content/uploads/2022/11/08-50.jpg", "http://anigliscans.com/wp-content/uploads/2022/11/09-50.jpg", "http://anigliscans.com/wp-content/uploads/2022/11/10-39.jpg", "http://anigliscans.com/wp-content/uploads/2022/11/11-30.jpg", "http://anigliscans.com/wp-content/uploads/2022/11/12-23.jpg", "http://anigliscans.com/wp-content/uploads/2022/11/13-16.jpg", "http://anigliscans.com/wp-content/uploads/2022/11/14-12.jpg", "http://anigliscans.com/wp-content/uploads/2022/11/15-12.jpg", "http://anigliscans.com/wp-content/uploads/2022/11/16-6.jpg", "http://anigliscans.com/wp-content/uploads/2022/11/17-6.jpg", "http://anigliscans.com/wp-content/uploads/2022/11/18-6.jpg", "http://anigliscans.com/wp-content/uploads/2022/11/19-5.jpg", "http://anigliscans.com/wp-content/uploads/2022/11/20-4.jpg", "http://anigliscans.com/wp-content/uploads/2022/11/21-4.jpg", "http://anigliscans.com/wp-content/uploads/2022/11/22-3.jpg", "http://anigliscans.com/wp-content/uploads/2022/11/23-3.jpg", "http://anigliscans.com/wp-content/uploads/2022/11/24-3.jpg", "http://anigliscans.com/wp-content/uploads/2022/11/25-3.jpg", "http://anigliscans.com/wp-content/uploads/2022/11/26-3.jpg", "http://anigliscans.com/wp-content/uploads/2022/11/27-2.jpg", "http://anigliscans.com/wp-content/uploads/2022/11/28-2.jpg", "http://anigliscans.com/wp-content/uploads/2022/11/29-2.jpg", "http://anigliscans.com/wp-content/uploads/2022/11/30-2.jpg", "http://anigliscans.com/wp-content/uploads/2022/11/31-2.jpg", "http://anigliscans.com/wp-content/uploads/2022/11/32-2.jpg", "http://anigliscans.com/wp-content/uploads/2022/11/33-2.jpg", "http://anigliscans.com/wp-content/uploads/2022/11/34-2.jpg"], "createdAt": "2023-03-07T03:21:19Z", "updatedAt": "2023-03-07T03:22:06Z"}, {"provider_webtoon": "anigli_exiled-in-a-class-trial-for-poor-dexterity", "slug": "exiled-in-a-class-trial-for-poor-dexterity-6", "fullTitle": "Exiled in a Class Trial for Poor Dexterity- 6", "shortTitle": "Chapter 6", "chapterNum": 6, "sourceURL": "https://anigliscans.com/exiled-in-a-class-trial-for-poor-dexterity-6/", "shortURL": "https://anigliscans.com/?p=9757", "chapterNav": {"nextSlug": "exiled-in-a-class-trial-for-poor-dexterity-7", "nextURL": "https://anigliscans.com/exiled-in-a-class-trial-for-poor-dexterity-7/", "prevSlug": "exiled-in-a-class-trial-for-poor-dexterity-5", "prevURL": "https://anigliscans.com/exiled-in-a-class-trial-for-poor-dexterity-5/"}, "contentURL": ["http://anigliscans.com/wp-content/uploads/2022/10/ad_general-new-3.png", "http://anigliscans.com/wp-content/uploads/2022/10/read-on-site-banner.png", "http://anigliscans.com/wp-content/uploads/2022/12/00-1.jpg", "http://anigliscans.com/wp-content/uploads/2022/12/01-34.jpg", "http://anigliscans.com/wp-content/uploads/2022/12/02-33.jpg", "http://anigliscans.com/wp-content/uploads/2022/12/03-32.jpg", "http://anigliscans.com/wp-content/uploads/2022/12/04-34.jpg", "http://anigliscans.com/wp-content/uploads/2022/12/05-32.jpg", "http://anigliscans.com/wp-content/uploads/2022/12/06-33.jpg", "http://anigliscans.com/wp-content/uploads/2022/12/07-32.jpg", "http://anigliscans.com/wp-content/uploads/2022/12/08-27.jpg", "http://anigliscans.com/wp-content/uploads/2022/12/09-24.jpg", "http://anigliscans.com/wp-content/uploads/2022/12/10-25.jpg", "http://anigliscans.com/wp-content/uploads/2022/12/11-21.jpg", "http://anigliscans.com/wp-content/uploads/2022/12/12-22.jpg", "http://anigliscans.com/wp-content/uploads/2022/12/13-18.jpg", "http://anigliscans.com/wp-content/uploads/2022/12/14-16.jpg", "http://anigliscans.com/wp-content/uploads/2022/12/15-14.jpg", "http://anigliscans.com/wp-content/uploads/2022/12/16-6.jpg", "http://anigliscans.com/wp-content/uploads/2022/12/17-3.jpg", "http://anigliscans.com/wp-content/uploads/2022/12/18-3.jpg", "http://anigliscans.com/wp-content/uploads/2022/12/19-3.jpg", "http://anigliscans.com/wp-content/uploads/2022/12/20-3.jpg", "http://anigliscans.com/wp-content/uploads/2022/12/21-2.jpg", "http://anigliscans.com/wp-content/uploads/2022/12/22-2.jpg", "http://anigliscans.com/wp-content/uploads/2022/12/23-1.jpg", "http://anigliscans.com/wp-content/uploads/2022/12/24-1.jpg", "http://anigliscans.com/wp-content/uploads/2022/12/25-1.jpg", "http://anigliscans.com/wp-content/uploads/2022/12/26-1.jpg", "http://anigliscans.com/wp-content/uploads/2022/12/27-1.jpg", "http://anigliscans.com/wp-content/uploads/2022/12/28-1.jpg", "http://anigliscans.com/wp-content/uploads/2022/12/29-1.jpg", "http://anigliscans.com/wp-content/uploads/2022/12/30.jpg", "http://anigliscans.com/wp-content/uploads/2022/12/31.jpg", "http://anigliscans.com/wp-content/uploads/2022/12/32.jpg", "http://anigliscans.com/wp-content/uploads/2022/12/33.jpg", "http://anigliscans.com/wp-content/uploads/2022/12/34.jpg"], "createdAt": "2023-03-07T03:21:19Z", "updatedAt": "2023-03-07T03:22:04Z"}, {"provider_webtoon": "anigli_exiled-in-a-class-trial-for-poor-dexterity", "slug": "exiled-in-a-class-trial-for-poor-dexterity-7", "fullTitle": "Exiled in a Class Trial for Poor Dexterity- 7", "shortTitle": "Chapter 7", "chapterNum": 7, "sourceURL": "https://anigliscans.com/exiled-in-a-class-trial-for-poor-dexterity-7/", "shortURL": "https://anigliscans.com/?p=12148", "chapterNav": {"nextSlug": "exiled-in-a-class-trial-for-poor-dexterity-8", "nextURL": "https://anigliscans.com/exiled-in-a-class-trial-for-poor-dexterity-8/", "prevSlug": "exiled-in-a-class-trial-for-poor-dexterity-6", "prevURL": "https://anigliscans.com/exiled-in-a-class-trial-for-poor-dexterity-6/"}, "contentURL": ["http://anigliscans.com/wp-content/uploads/2022/10/ad_general-new-3.png", "http://anigliscans.com/wp-content/uploads/2022/10/read-on-site-banner.png", "http://anigliscans.com/wp-content/uploads/2022/12/00-1.jpg", "http://anigliscans.com/wp-content/uploads/2023/01/01-23.jpg", "http://anigliscans.com/wp-content/uploads/2023/01/02-23.jpg", "http://anigliscans.com/wp-content/uploads/2023/01/03-23.jpg", "http://anigliscans.com/wp-content/uploads/2023/01/04-23.jpg", "http://anigliscans.com/wp-content/uploads/2023/01/05-21.jpg", "http://anigliscans.com/wp-content/uploads/2023/01/06-18.jpg", "http://anigliscans.com/wp-content/uploads/2023/01/07-13.jpg", "http://anigliscans.com/wp-content/uploads/2023/01/08-11.jpg", "http://anigliscans.com/wp-content/uploads/2023/01/09-10.jpg", "http://anigliscans.com/wp-content/uploads/2023/01/10-9.jpg", "http://anigliscans.com/wp-content/uploads/2023/01/11-2.jpg", "http://anigliscans.com/wp-content/uploads/2023/01/12-1.jpg", "http://anigliscans.com/wp-content/uploads/2023/01/13.jpg", "http://anigliscans.com/wp-content/uploads/2023/01/14.jpg", "http://anigliscans.com/wp-content/uploads/2023/01/15.jpg", "http://anigliscans.com/wp-content/uploads/2023/01/16.jpg", "http://anigliscans.com/wp-content/uploads/2023/01/17.jpg", "http://anigliscans.com/wp-content/uploads/2023/01/18.jpg", "http://anigliscans.com/wp-content/uploads/2023/01/19.jpg", "http://anigliscans.com/wp-content/uploads/2023/01/20.jpg", "http://anigliscans.com/wp-content/uploads/2023/01/21.jpg", "http://anigliscans.com/wp-content/uploads/2023/01/22.jpg", "http://anigliscans.com/wp-content/uploads/2023/01/23.jpg", "http://anigliscans.com/wp-content/uploads/2023/01/24.jpg", "http://anigliscans.com/wp-content/uploads/2023/01/25.jpg", "http://anigliscans.com/wp-content/uploads/2023/01/26.jpg", "http://anigliscans.com/wp-content/uploads/2023/01/27.jpg", "http://anigliscans.com/wp-content/uploads/2023/01/28.jpg", "http://anigliscans.com/wp-content/uploads/2023/01/29.jpg", "http://anigliscans.com/wp-content/uploads/2023/01/30.jpg", "http://anigliscans.com/wp-content/uploads/2023/01/31.jpg", "http://anigliscans.com/wp-content/uploads/2023/01/32.jpg", "http://anigliscans.com/wp-content/uploads/2023/01/33.jpg", "http://anigliscans.com/wp-content/uploads/2023/01/34.jpg", "http://anigliscans.com/wp-content/uploads/2023/01/35.jpg", "http://anigliscans.com/wp-content/uploads/2023/01/36.jpg"], "createdAt": "2023-03-07T03:21:19Z", "updatedAt": "2023-03-07T03:22:02Z"}, {"provider_webtoon": "anigli_exiled-in-a-class-trial-for-poor-dexterity", "slug": "exiled-in-a-class-trial-for-poor-dexterity-8", "fullTitle": "Exiled in a Class Trial for Poor Dexterity- 8", "shortTitle": "Chapter 8", "chapterNum": 8, "sourceURL": "https://anigliscans.com/exiled-in-a-class-trial-for-poor-dexterity-8/", "shortURL": "https://anigliscans.com/?p=13917", "chapterNav": {"nextSlug": "exiled-in-a-class-trial-for-poor-dexterity-9", "nextURL": "https://anigliscans.com/exiled-in-a-class-trial-for-poor-dexterity-9/", "prevSlug": "exiled-in-a-class-trial-for-poor-dexterity-7", "prevURL": "https://anigliscans.com/exiled-in-a-class-trial-for-poor-dexterity-7/"}, "contentURL": ["http://anigliscans.com/wp-content/uploads/2022/10/ad_general-new-3.png", "http://anigliscans.com/wp-content/uploads/2022/10/read-on-site-banner.png", "http://anigliscans.com/wp-content/uploads/2022/12/00-1.jpg", "http://anigliscans.com/wp-content/uploads/2023/01/001-5.jpg", "http://anigliscans.com/wp-content/uploads/2023/01/002-7.jpg", "http://anigliscans.com/wp-content/uploads/2023/01/003-5.jpg", "http://anigliscans.com/wp-content/uploads/2023/01/004-4.jpg", "http://anigliscans.com/wp-content/uploads/2023/01/005-6.jpg", "http://anigliscans.com/wp-content/uploads/2023/01/006-6.jpg", "http://anigliscans.com/wp-content/uploads/2023/01/007-6.jpg", "http://anigliscans.com/wp-content/uploads/2023/01/008-6.jpg", "http://anigliscans.com/wp-content/uploads/2023/01/009-6.jpg", "http://anigliscans.com/wp-content/uploads/2023/01/010-6.jpg", "http://anigliscans.com/wp-content/uploads/2023/01/011-6.jpg", "http://anigliscans.com/wp-content/uploads/2023/01/012-6.jpg", "http://anigliscans.com/wp-content/uploads/2023/01/013-5.jpg", "http://anigliscans.com/wp-content/uploads/2023/01/014-4.jpg", "http://anigliscans.com/wp-content/uploads/2023/01/015-4.jpg", "http://anigliscans.com/wp-content/uploads/2023/01/016-4.jpg", "http://anigliscans.com/wp-content/uploads/2023/01/017-3.jpg", "http://anigliscans.com/wp-content/uploads/2023/01/018-3.jpg", "http://anigliscans.com/wp-content/uploads/2023/01/019-4.jpg", "http://anigliscans.com/wp-content/uploads/2023/01/020-4.jpg", "http://anigliscans.com/wp-content/uploads/2023/01/021-4.jpg", "http://anigliscans.com/wp-content/uploads/2023/01/022-4.jpg", "http://anigliscans.com/wp-content/uploads/2023/01/023-4.jpg", "http://anigliscans.com/wp-content/uploads/2023/01/024-4.jpg", "http://anigliscans.com/wp-content/uploads/2023/01/025-4.jpg", "http://anigliscans.com/wp-content/uploads/2023/01/026-4.jpg", "http://anigliscans.com/wp-content/uploads/2023/01/027-4.jpg", "http://anigliscans.com/wp-content/uploads/2023/01/028-4.jpg", "http://anigliscans.com/wp-content/uploads/2023/01/029-4.jpg", "http://anigliscans.com/wp-content/uploads/2023/01/030-4.jpg", "http://anigliscans.com/wp-content/uploads/2023/01/031-3.jpg"], "createdAt": "2023-03-07T03:21:19Z", "updatedAt": "2023-03-07T03:22:00Z"}, {"provider_webtoon": "anigli_exiled-in-a-class-trial-for-poor-dexterity", "slug": "exiled-in-a-class-trial-for-poor-dexterity-9", "fullTitle": "Exiled in a Class Trial for Poor Dexterity- 9", "shortTitle": "Chapter 9", "chapterNum": 9, "sourceURL": "https://anigliscans.com/exiled-in-a-class-trial-for-poor-dexterity-9/", "shortURL": "https://anigliscans.com/?p=18184", "chapterNav": {"nextSlug": "", "nextURL": "", "prevSlug": "exiled-in-a-class-trial-for-poor-dexterity-8", "prevURL": "https://anigliscans.com/exiled-in-a-class-trial-for-poor-dexterity-8/"}, "contentURL": ["http://anigliscans.com/wp-content/uploads/2022/12/00-1.jpg", "http://anigliscans.com/wp-content/uploads/2023/02/EP-3.jpg", "http://anigliscans.com/wp-content/uploads/2023/03/01-4.jpg", "http://anigliscans.com/wp-content/uploads/2023/03/02-4.jpg", "http://anigliscans.com/wp-content/uploads/2023/03/03-4.jpg", "http://anigliscans.com/wp-content/uploads/2023/03/04-4.jpg", "http://anigliscans.com/wp-content/uploads/2023/03/05-4.jpg", "http://anigliscans.com/wp-content/uploads/2023/03/06-4.jpg", "http://anigliscans.com/wp-content/uploads/2023/03/07-4.jpg", "http://anigliscans.com/wp-content/uploads/2023/03/08-4.jpg", "http://anigliscans.com/wp-content/uploads/2023/03/09-4.jpg", "http://anigliscans.com/wp-content/uploads/2023/03/10-4.jpg", "http://anigliscans.com/wp-content/uploads/2023/03/11-4.jpg", "http://anigliscans.com/wp-content/uploads/2023/03/12-4.jpg", "http://anigliscans.com/wp-content/uploads/2023/03/13-4.jpg", "http://anigliscans.com/wp-content/uploads/2023/03/14-4.jpg", "http://anigliscans.com/wp-content/uploads/2023/03/15-4.jpg", "http://anigliscans.com/wp-content/uploads/2023/03/16-4.jpg", "http://anigliscans.com/wp-content/uploads/2023/03/17-4.jpg", "http://anigliscans.com/wp-content/uploads/2023/03/18-4.jpg", "http://anigliscans.com/wp-content/uploads/2023/03/19-2.jpg", "http://anigliscans.com/wp-content/uploads/2023/03/20-2.jpg", "http://anigliscans.com/wp-content/uploads/2023/03/21-2.jpg", "http://anigliscans.com/wp-content/uploads/2023/03/22-2.jpg", "http://anigliscans.com/wp-content/uploads/2023/03/23-2.jpg", "http://anigliscans.com/wp-content/uploads/2023/03/24-2.jpg", "http://anigliscans.com/wp-content/uploads/2023/03/25-1.jpg", "http://anigliscans.com/wp-content/uploads/2023/03/26-1.jpg", "http://anigliscans.com/wp-content/uploads/2023/03/27.jpg", "http://anigliscans.com/wp-content/uploads/2023/03/28.jpg", "http://anigliscans.com/wp-content/uploads/2023/03/29.jpg", "http://anigliscans.com/wp-content/uploads/2023/03/30.jpg", "http://anigliscans.com/wp-content/uploads/2023/03/31.jpg", "http://anigliscans.com/wp-content/uploads/2023/03/32.jpg", "http://anigliscans.com/wp-content/uploads/2023/03/33.jpg"], "createdAt": "2023-03-07T03:21:19Z", "updatedAt": "2023-03-07T03:21:59Z"}, {"provider_webtoon": "anigli_exiled-in-a-class-trial-for-poor-dexterity", "slug": "exiled-in-a-class-trial-for-poor-dexterity-chapter-1", "fullTitle": "Exiled in a Class Trial for Poor Dexterity \u2013 Chapter 1", "shortTitle": "Chapter 1", "chapterNum": 1, "sourceURL": "https://anigliscans.com/exiled-in-a-class-trial-for-poor-dexterity-chapter-1/", "shortURL": "https://anigliscans.com/?p=4756", "chapterNav": {"nextSlug": "exiled-in-a-class-trial-for-poor-dexterity-chapter-2", "nextURL": "https://anigliscans.com/exiled-in-a-class-trial-for-poor-dexterity-chapter-2/", "prevSlug": "", "prevURL": ""}, "contentURL": ["http://anigliscans.com/wp-content/uploads/2022/09/000-3.png", "http://anigliscans.com/wp-content/uploads/2022/09/001-002-1.png", "http://anigliscans.com/wp-content/uploads/2022/09/003-1.png", "http://anigliscans.com/wp-content/uploads/2022/09/004-1.png", "http://anigliscans.com/wp-content/uploads/2022/09/005-1.png", "http://anigliscans.com/wp-content/uploads/2022/09/006-1.png", "http://anigliscans.com/wp-content/uploads/2022/09/007-1.png", "http://anigliscans.com/wp-content/uploads/2022/09/008-1.png", "http://anigliscans.com/wp-content/uploads/2022/09/009-1.png", "http://anigliscans.com/wp-content/uploads/2022/09/010-1.png", "http://anigliscans.com/wp-content/uploads/2022/09/011-1.png", "http://anigliscans.com/wp-content/uploads/2022/09/012-1.png", "http://anigliscans.com/wp-content/uploads/2022/09/013-1.png", "http://anigliscans.com/wp-content/uploads/2022/09/014-1.png", "http://anigliscans.com/wp-content/uploads/2022/09/015-1.png", "http://anigliscans.com/wp-content/uploads/2022/09/016-1.png", "http://anigliscans.com/wp-content/uploads/2022/09/017-1.png", "http://anigliscans.com/wp-content/uploads/2022/09/018-1.png", "http://anigliscans.com/wp-content/uploads/2022/09/019-1.png", "http://anigliscans.com/wp-content/uploads/2022/09/020-1.png", "http://anigliscans.com/wp-content/uploads/2022/09/021-1.png", "http://anigliscans.com/wp-content/uploads/2022/09/022-1.png", "http://anigliscans.com/wp-content/uploads/2022/09/023-1.png", "http://anigliscans.com/wp-content/uploads/2022/09/024-1.png", "http://anigliscans.com/wp-content/uploads/2022/09/025-1.png", "http://anigliscans.com/wp-content/uploads/2022/09/026-1.png", "http://anigliscans.com/wp-content/uploads/2022/09/027-1.png", "http://anigliscans.com/wp-content/uploads/2022/09/028-1.png", "http://anigliscans.com/wp-content/uploads/2022/09/029-1.png", "http://anigliscans.com/wp-content/uploads/2022/09/030-1.png", "http://anigliscans.com/wp-content/uploads/2022/09/031-1.png", "http://anigliscans.com/wp-content/uploads/2022/09/032-1.png", "http://anigliscans.com/wp-content/uploads/2022/09/033-1.png", "http://anigliscans.com/wp-content/uploads/2022/09/034-1.png", "http://anigliscans.com/wp-content/uploads/2022/09/035-1.png", "http://anigliscans.com/wp-content/uploads/2022/09/036-1.png", "http://anigliscans.com/wp-content/uploads/2022/09/037-1.png", "http://anigliscans.com/wp-content/uploads/2022/09/038-1.png", "http://anigliscans.com/wp-content/uploads/2022/09/039-1.png", "http://anigliscans.com/wp-content/uploads/2022/09/040-1.png", "http://anigliscans.com/wp-content/uploads/2022/09/041-1.png", "http://anigliscans.com/wp-content/uploads/2022/09/042-1.png", "http://anigliscans.com/wp-content/uploads/2022/09/043-1.png", "http://anigliscans.com/wp-content/uploads/2022/09/044-1.png", "http://anigliscans.com/wp-content/uploads/2022/09/045-1.png", "http://anigliscans.com/wp-content/uploads/2022/09/046-1.png", "http://anigliscans.com/wp-content/uploads/2022/09/047-1.png", "http://anigliscans.com/wp-content/uploads/2022/09/048-1.png", "http://anigliscans.com/wp-content/uploads/2022/09/049-1.png", "http://anigliscans.com/wp-content/uploads/2022/09/050-1.png", "http://anigliscans.com/wp-content/uploads/2022/09/051-1.png", "http://anigliscans.com/wp-content/uploads/2022/09/052-1.png", "http://anigliscans.com/wp-content/uploads/2022/09/053-1.png", "http://anigliscans.com/wp-content/uploads/2022/09/054-1.png", "http://anigliscans.com/wp-content/uploads/2022/09/055-1.png", "http://anigliscans.com/wp-content/uploads/2022/09/056-1.png", "http://anigliscans.com/wp-content/uploads/2022/09/3694755f-0b86-404b-bb0d-10e0c101082c-1.jpg", "http://anigliscans.com/wp-content/uploads/2022/09/ad_general-new.png", "http://anigliscans.com/wp-content/uploads/2022/09/recruitment-2.jpg"], "createdAt": "2023-03-07T03:21:19Z", "updatedAt": "2023-03-07T03:22:14Z"}, {"provider_webtoon": "anigli_exiled-in-a-class-trial-for-poor-dexterity", "slug": "exiled-in-a-class-trial-for-poor-dexterity-chapter-2", "fullTitle": "Exiled in a Class Trial for Poor Dexterity \u2013 Chapter 2", "shortTitle": "Chapter 2", "chapterNum": 2, "sourceURL": "https://anigliscans.com/exiled-in-a-class-trial-for-poor-dexterity-chapter-2/", "shortURL": "https://anigliscans.com/?p=4947", "chapterNav": {"nextSlug": "exiled-in-a-class-trial-for-poor-dexterity-3", "nextURL": "https://anigliscans.com/exiled-in-a-class-trial-for-poor-dexterity-3/", "prevSlug": "exiled-in-a-class-trial-for-poor-dexterity-chapter-1", "prevURL": "https://anigliscans.com/exiled-in-a-class-trial-for-poor-dexterity-chapter-1/"}, "contentURL": ["http://anigliscans.com/wp-content/uploads/2022/09/000-1.jpg", "http://anigliscans.com/wp-content/uploads/2022/09/001-4.jpg", "http://anigliscans.com/wp-content/uploads/2022/09/002-4.jpg", "http://anigliscans.com/wp-content/uploads/2022/09/003-4.jpg", "http://anigliscans.com/wp-content/uploads/2022/09/004-4.jpg", "http://anigliscans.com/wp-content/uploads/2022/09/005-4.jpg", "http://anigliscans.com/wp-content/uploads/2022/09/006-4.jpg", "http://anigliscans.com/wp-content/uploads/2022/09/007-4.jpg", "http://anigliscans.com/wp-content/uploads/2022/09/008-4.jpg", "http://anigliscans.com/wp-content/uploads/2022/09/009-4.jpg", "http://anigliscans.com/wp-content/uploads/2022/09/010-4.jpg", "http://anigliscans.com/wp-content/uploads/2022/09/011-3.jpg", "http://anigliscans.com/wp-content/uploads/2022/09/012-3.jpg", "http://anigliscans.com/wp-content/uploads/2022/09/013-3.jpg", "http://anigliscans.com/wp-content/uploads/2022/09/014-1.jpg", "http://anigliscans.com/wp-content/uploads/2022/09/015-1.jpg", "http://anigliscans.com/wp-content/uploads/2022/09/016-1.jpg", "http://anigliscans.com/wp-content/uploads/2022/09/017-1.jpg", "http://anigliscans.com/wp-content/uploads/2022/09/018-1.jpg", "http://anigliscans.com/wp-content/uploads/2022/09/019-1.jpg", "http://anigliscans.com/wp-content/uploads/2022/09/020-1.jpg", "http://anigliscans.com/wp-content/uploads/2022/09/021-1.jpg", "http://anigliscans.com/wp-content/uploads/2022/09/022-1.jpg", "http://anigliscans.com/wp-content/uploads/2022/09/023-1.jpg", "http://anigliscans.com/wp-content/uploads/2022/09/024-1.jpg", "http://anigliscans.com/wp-content/uploads/2022/09/025.jpg", "http://anigliscans.com/wp-content/uploads/2022/09/026.jpg", "http://anigliscans.com/wp-content/uploads/2022/09/027.jpg", "http://anigliscans.com/wp-content/uploads/2022/09/028.jpg", "http://anigliscans.com/wp-content/uploads/2022/09/029.jpg", "http://anigliscans.com/wp-content/uploads/2022/09/030.jpg", "http://anigliscans.com/wp-content/uploads/2022/09/031.jpg", "http://anigliscans.com/wp-content/uploads/2022/09/032.jpg", "http://anigliscans.com/wp-content/uploads/2022/09/033.jpg", "http://anigliscans.com/wp-content/uploads/2022/09/034.jpg", "http://anigliscans.com/wp-content/uploads/2022/09/035.jpg", "http://anigliscans.com/wp-content/uploads/2022/09/036.jpg", "http://anigliscans.com/wp-content/uploads/2022/09/037.jpg", "http://anigliscans.com/wp-content/uploads/2022/09/038.jpg", "http://anigliscans.com/wp-content/uploads/2022/09/039.jpg", "http://anigliscans.com/wp-content/uploads/2022/09/040.jpg", "http://anigliscans.com/wp-content/uploads/2022/09/041.jpg", "http://anigliscans.com/wp-content/uploads/2022/09/042.jpg", "http://anigliscans.com/wp-content/uploads/2022/09/043.jpg", "http://anigliscans.com/wp-content/uploads/2022/09/CREDIT_PAGE_Template-3.jpg"], "createdAt": "2023-03-07T03:21:19Z", "updatedAt": "2023-03-07T03:22:12Z"}, {"provider_webtoon": "anigli_do-you-wanna-touch-my-tail", "slug": "do-you-wanna-touch-my-tail-chapter-0-1", "fullTitle": "Do You Wanna Touch My Tail? \u2013 Chapter 0.1", "shortTitle": "Chapter 0.1", "chapterNum": 0, "sourceURL": "https://anigliscans.com/do-you-wanna-touch-my-tail-chapter-0-1/", "shortURL": "https://anigliscans.com/?p=5536", "chapterNav": {"nextSlug": "do-you-wanna-touch-my-tail-chapter-0-2", "nextURL": "https://anigliscans.com/do-you-wanna-touch-my-tail-chapter-0-2/", "prevSlug": "", "prevURL": ""}, "contentURL": ["http://anigliscans.com/wp-content/uploads/2022/10/0.2.jpg", "http://anigliscans.com/wp-content/uploads/2022/10/ad_general.png", "http://anigliscans.com/wp-content/uploads/2022/10/recruitment-2.jpg", "http://anigliscans.com/wp-content/uploads/2022/10/tail-template.jpg"], "createdAt": "2023-03-07T02:56:18Z", "updatedAt": "2023-03-07T02:56:53Z"}, {"provider_webtoon": "anigli_do-you-wanna-touch-my-tail", "slug": "do-you-wanna-touch-my-tail-chapter-0-2", "fullTitle": "Do You Wanna Touch My Tail? \u2013 Chapter 0.2", "shortTitle": "Chapter 0.2", "chapterNum": 0, "sourceURL": "https://anigliscans.com/do-you-wanna-touch-my-tail-chapter-0-2/", "shortURL": "https://anigliscans.com/?p=6272", "chapterNav": {"nextSlug": "do-you-wanna-touch-my-tail-chapter-1", "nextURL": "https://anigliscans.com/do-you-wanna-touch-my-tail-chapter-1/", "prevSlug": "do-you-wanna-touch-my-tail-chapter-0-1", "prevURL": "https://anigliscans.com/do-you-wanna-touch-my-tail-chapter-0-1/"}, "contentURL": ["http://anigliscans.com/wp-content/uploads/2022/10/0.1.1.jpg", "http://anigliscans.com/wp-content/uploads/2022/10/0.1.2.jpg", "http://anigliscans.com/wp-content/uploads/2022/10/ad_general-1.png", "http://anigliscans.com/wp-content/uploads/2022/10/read-on-site-banner.png", "http://anigliscans.com/wp-content/uploads/2022/10/recruitment-6.jpg", "http://anigliscans.com/wp-content/uploads/2022/10/tail-template-1.jpg"], "createdAt": "2023-03-07T02:56:18Z", "updatedAt": "2023-03-07T02:56:51Z"}, {"provider_webtoon": "anigli_do-you-wanna-touch-my-tail", "slug": "do-you-wanna-touch-my-tail-chapter-1", "fullTitle": "Do You Wanna Touch My Tail? \u2013 Chapter 1", "shortTitle": "Chapter 1", "chapterNum": 1, "sourceURL": "https://anigliscans.com/do-you-wanna-touch-my-tail-chapter-1/", "shortURL": "https://anigliscans.com/?p=6278", "chapterNav": {"nextSlug": "do-you-wanna-touch-my-tail-chapter-2", "nextURL": "https://anigliscans.com/do-you-wanna-touch-my-tail-chapter-2/", "prevSlug": "do-you-wanna-touch-my-tail-chapter-0-2", "prevURL": "https://anigliscans.com/do-you-wanna-touch-my-tail-chapter-0-2/"}, "contentURL": ["http://anigliscans.com/wp-content/uploads/2022/10/001-6.jpg", "http://anigliscans.com/wp-content/uploads/2022/10/002-6.jpg", "http://anigliscans.com/wp-content/uploads/2022/10/003-6.jpg", "http://anigliscans.com/wp-content/uploads/2022/10/004-6.jpg", "http://anigliscans.com/wp-content/uploads/2022/10/005-6.jpg", "http://anigliscans.com/wp-content/uploads/2022/10/006-6.jpg", "http://anigliscans.com/wp-content/uploads/2022/10/007-6.jpg", "http://anigliscans.com/wp-content/uploads/2022/10/008-6.jpg", "http://anigliscans.com/wp-content/uploads/2022/10/ad_general-new-3.png", "http://anigliscans.com/wp-content/uploads/2022/10/read-on-site-banner.png", "http://anigliscans.com/wp-content/uploads/2022/10/recruitment-6.jpg", "http://anigliscans.com/wp-content/uploads/2022/10/tail-template-1.jpg"], "createdAt": "2023-03-07T02:56:18Z", "updatedAt": "2023-03-07T02:56:49Z"}, {"provider_webtoon": "anigli_do-you-wanna-touch-my-tail", "slug": "do-you-wanna-touch-my-tail-chapter-10", "fullTitle": "Do You Wanna Touch My Tail? \u2013 Chapter 10", "shortTitle": "Chapter 10", "chapterNum": 10, "sourceURL": "https://anigliscans.com/do-you-wanna-touch-my-tail-chapter-10/", "shortURL": "https://anigliscans.com/?p=17827", "chapterNav": {"nextSlug": "do-you-wanna-touch-my-tail-chapter-11", "nextURL": "https://anigliscans.com/do-you-wanna-touch-my-tail-chapter-11/", "prevSlug": "do-you-wanna-touch-my-tail-chapter-9", "prevURL": "https://anigliscans.com/do-you-wanna-touch-my-tail-chapter-9/"}, "contentURL": ["http://anigliscans.com/wp-content/uploads/2023/02/01-88.jpg", "http://anigliscans.com/wp-content/uploads/2023/02/02-88.jpg", "http://anigliscans.com/wp-content/uploads/2023/02/03-88.jpg", "http://anigliscans.com/wp-content/uploads/2023/02/04-88.jpg", "http://anigliscans.com/wp-content/uploads/2023/02/EP-3.jpg", "http://anigliscans.com/wp-content/uploads/2023/02/tail-template-1.gif"], "createdAt": "2023-03-07T02:56:18Z", "updatedAt": "2023-03-07T02:56:28Z"}, {"provider_webtoon": "anigli_do-you-wanna-touch-my-tail", "slug": "do-you-wanna-touch-my-tail-chapter-11", "fullTitle": "Do You Wanna Touch My Tail? \u2013 Chapter 11", "shortTitle": "Chapter 11", "chapterNum": 11, "sourceURL": "https://anigliscans.com/do-you-wanna-touch-my-tail-chapter-11/", "shortURL": "https://anigliscans.com/?p=17833", "chapterNav": {"nextSlug": "do-you-wanna-touch-my-tail-chapter-12", "nextURL": "https://anigliscans.com/do-you-wanna-touch-my-tail-chapter-12/", "prevSlug": "do-you-wanna-touch-my-tail-chapter-10", "prevURL": "https://anigliscans.com/do-you-wanna-touch-my-tail-chapter-10/"}, "contentURL": ["http://anigliscans.com/wp-content/uploads/2023/02/01-89.jpg", "http://anigliscans.com/wp-content/uploads/2023/02/02-89.jpg", "http://anigliscans.com/wp-content/uploads/2023/02/03-89.jpg", "http://anigliscans.com/wp-content/uploads/2023/02/EP-3.jpg", "http://anigliscans.com/wp-content/uploads/2023/02/tail-template-1.gif"], "createdAt": "2023-03-07T02:56:18Z", "updatedAt": "2023-03-07T02:56:26Z"}, {"provider_webtoon": "anigli_do-you-wanna-touch-my-tail", "slug": "do-you-wanna-touch-my-tail-chapter-12", "fullTitle": "Do You Wanna Touch My Tail? \u2013 Chapter 12", "shortTitle": "Chapter 12", "chapterNum": 12, "sourceURL": "https://anigliscans.com/do-you-wanna-touch-my-tail-chapter-12/", "shortURL": "https://anigliscans.com/?p=17838", "chapterNav": {"nextSlug": "do-you-wanna-touch-my-tail-chapter-13", "nextURL": "https://anigliscans.com/do-you-wanna-touch-my-tail-chapter-13/", "prevSlug": "do-you-wanna-touch-my-tail-chapter-11", "prevURL": "https://anigliscans.com/do-you-wanna-touch-my-tail-chapter-11/"}, "contentURL": ["http://anigliscans.com/wp-content/uploads/2023/02/01-90.jpg", "http://anigliscans.com/wp-content/uploads/2023/02/02-90.jpg", "http://anigliscans.com/wp-content/uploads/2023/02/03-90.jpg", "http://anigliscans.com/wp-content/uploads/2023/02/04-89.jpg", "http://anigliscans.com/wp-content/uploads/2023/02/EP-3.jpg", "http://anigliscans.com/wp-content/uploads/2023/02/tail-template-1.gif"], "createdAt": "2023-03-07T02:56:18Z", "updatedAt": "2023-03-07T02:56:24Z"}, {"provider_webtoon": "anigli_do-you-wanna-touch-my-tail", "slug": "do-you-wanna-touch-my-tail-chapter-13", "fullTitle": "Do You Wanna Touch My Tail? \u2013 Chapter 13", "shortTitle": "Chapter 13", "chapterNum": 13, "sourceURL": "https://anigliscans.com/do-you-wanna-touch-my-tail-chapter-13/", "shortURL": "https://anigliscans.com/?p=17844", "chapterNav": {"nextSlug": "do-you-wanna-touch-my-tail-chapter-14", "nextURL": "https://anigliscans.com/do-you-wanna-touch-my-tail-chapter-14/", "prevSlug": "do-you-wanna-touch-my-tail-chapter-12", "prevURL": "https://anigliscans.com/do-you-wanna-touch-my-tail-chapter-12/"}, "contentURL": ["http://anigliscans.com/wp-content/uploads/2023/02/01-92.jpg", "http://anigliscans.com/wp-content/uploads/2023/02/02-92.jpg", "http://anigliscans.com/wp-content/uploads/2023/02/03-92.jpg", "http://anigliscans.com/wp-content/uploads/2023/02/04-91.jpg", "http://anigliscans.com/wp-content/uploads/2023/02/05-86.jpg", "http://anigliscans.com/wp-content/uploads/2023/02/EP-3.jpg", "http://anigliscans.com/wp-content/uploads/2023/02/tail-template-1.gif"], "createdAt": "2023-03-07T02:56:18Z", "updatedAt": "2023-03-07T02:56:22Z"}, {"provider_webtoon": "anigli_do-you-wanna-touch-my-tail", "slug": "do-you-wanna-touch-my-tail-chapter-14", "fullTitle": "Do You Wanna Touch My Tail? \u2013 Chapter 14", "shortTitle": "Chapter 14", "chapterNum": 14, "sourceURL": "https://anigliscans.com/do-you-wanna-touch-my-tail-chapter-14/", "shortURL": "https://anigliscans.com/?p=17856", "chapterNav": {"nextSlug": "", "nextURL": "", "prevSlug": "do-you-wanna-touch-my-tail-chapter-13", "prevURL": "https://anigliscans.com/do-you-wanna-touch-my-tail-chapter-13/"}, "contentURL": ["http://anigliscans.com/wp-content/uploads/2023/02/01-93.jpg", "http://anigliscans.com/wp-content/uploads/2023/02/02-93.jpg", "http://anigliscans.com/wp-content/uploads/2023/02/03-93.jpg", "http://anigliscans.com/wp-content/uploads/2023/02/04-92.jpg", "http://anigliscans.com/wp-content/uploads/2023/02/05-87.jpg", "http://anigliscans.com/wp-content/uploads/2023/02/EP-3.jpg", "http://anigliscans.com/wp-content/uploads/2023/02/tail-template-1.gif"], "createdAt": "2023-03-07T02:56:18Z", "updatedAt": "2023-03-07T02:56:20Z"}, {"provider_webtoon": "anigli_do-you-wanna-touch-my-tail", "slug": "do-you-wanna-touch-my-tail-chapter-2", "fullTitle": "Do You Wanna Touch My Tail? \u2013 Chapter 2", "shortTitle": "Chapter 2", "chapterNum": 2, "sourceURL": "https://anigliscans.com/do-you-wanna-touch-my-tail-chapter-2/", "shortURL": "https://anigliscans.com/?p=6569", "chapterNav": {"nextSlug": "do-you-wanna-touch-my-tail-chapter-3", "nextURL": "https://anigliscans.com/do-you-wanna-touch-my-tail-chapter-3/", "prevSlug": "do-you-wanna-touch-my-tail-chapter-1", "prevURL": "https://anigliscans.com/do-you-wanna-touch-my-tail-chapter-1/"}, "contentURL": ["http://anigliscans.com/wp-content/uploads/2022/10/001-8.jpg", "http://anigliscans.com/wp-content/uploads/2022/10/002-8.jpg", "http://anigliscans.com/wp-content/uploads/2022/10/003-8.jpg", "http://anigliscans.com/wp-content/uploads/2022/10/004-8.jpg", "http://anigliscans.com/wp-content/uploads/2022/10/005-8.jpg", "http://anigliscans.com/wp-content/uploads/2022/10/006-8.jpg", "http://anigliscans.com/wp-content/uploads/2022/10/ad_general-new-3.png", "http://anigliscans.com/wp-content/uploads/2022/10/read-on-site-banner.png", "http://anigliscans.com/wp-content/uploads/2022/10/recruitment-6.jpg", "http://anigliscans.com/wp-content/uploads/2022/10/tail-template-1.jpg"], "createdAt": "2023-03-07T02:56:18Z", "updatedAt": "2023-03-07T02:56:47Z"}, {"provider_webtoon": "anigli_do-you-wanna-touch-my-tail", "slug": "do-you-wanna-touch-my-tail-chapter-3", "fullTitle": "Do You Wanna Touch My Tail? \u2013 Chapter 3", "shortTitle": "Chapter 3", "chapterNum": 3, "sourceURL": "https://anigliscans.com/do-you-wanna-touch-my-tail-chapter-3/", "shortURL": "https://anigliscans.com/?p=6826", "chapterNav": {"nextSlug": "do-you-wanna-touch-my-tail-chapter-4", "nextURL": "https://anigliscans.com/do-you-wanna-touch-my-tail-chapter-4/", "prevSlug": "do-you-wanna-touch-my-tail-chapter-2", "prevURL": "https://anigliscans.com/do-you-wanna-touch-my-tail-chapter-2/"}, "contentURL": ["http://anigliscans.com/wp-content/uploads/2022/10/ad_general-new-3.png", "http://anigliscans.com/wp-content/uploads/2022/10/read-on-site-banner.png", "http://anigliscans.com/wp-content/uploads/2022/10/recruitment-6.jpg", "http://anigliscans.com/wp-content/uploads/2022/11/001.jpg", "http://anigliscans.com/wp-content/uploads/2022/11/002.jpg", "http://anigliscans.com/wp-content/uploads/2022/11/003.jpg", "http://anigliscans.com/wp-content/uploads/2022/11/004.jpg", "http://anigliscans.com/wp-content/uploads/2022/11/005.jpg", "http://anigliscans.com/wp-content/uploads/2022/11/006.jpg", "http://anigliscans.com/wp-content/uploads/2022/11/tail-chap-3.jpg"], "createdAt": "2023-03-07T02:56:18Z", "updatedAt": "2023-03-07T02:56:45Z"}, {"provider_webtoon": "anigli_do-you-wanna-touch-my-tail", "slug": "do-you-wanna-touch-my-tail-chapter-4", "fullTitle": "Do You Wanna Touch My Tail? \u2013 Chapter 4", "shortTitle": "Chapter 4", "chapterNum": 4, "sourceURL": "https://anigliscans.com/do-you-wanna-touch-my-tail-chapter-4/", "shortURL": "https://anigliscans.com/?p=7474", "chapterNav": {"nextSlug": "do-you-wanna-touch-my-tail-chapter-5", "nextURL": "https://anigliscans.com/do-you-wanna-touch-my-tail-chapter-5/", "prevSlug": "do-you-wanna-touch-my-tail-chapter-3", "prevURL": "https://anigliscans.com/do-you-wanna-touch-my-tail-chapter-3/"}, "contentURL": ["http://anigliscans.com/wp-content/uploads/2022/11/01-33.jpg", "http://anigliscans.com/wp-content/uploads/2022/11/02-34.jpg", "http://anigliscans.com/wp-content/uploads/2022/11/03-33.jpg", "http://anigliscans.com/wp-content/uploads/2022/11/04-33.jpg", "http://anigliscans.com/wp-content/uploads/2022/11/05-29.jpg", "http://anigliscans.com/wp-content/uploads/2022/11/06-31.jpg", "http://anigliscans.com/wp-content/uploads/2022/11/ad_general-1.png", "http://anigliscans.com/wp-content/uploads/2022/11/recruitment.jpg", "http://anigliscans.com/wp-content/uploads/2022/11/tail-template.jpg"], "createdAt": "2023-03-07T02:56:18Z", "updatedAt": "2023-03-07T02:56:43Z"}, {"provider_webtoon": "anigli_do-you-wanna-touch-my-tail", "slug": "do-you-wanna-touch-my-tail-chapter-5", "fullTitle": "Do You Wanna Touch My Tail? \u2013 Chapter 5", "shortTitle": "Chapter 5", "chapterNum": 5, "sourceURL": "https://anigliscans.com/do-you-wanna-touch-my-tail-chapter-5/", "shortURL": "https://anigliscans.com/?p=7800", "chapterNav": {"nextSlug": "do-you-wanna-touch-my-tail-chapter-6", "nextURL": "https://anigliscans.com/do-you-wanna-touch-my-tail-chapter-6/", "prevSlug": "do-you-wanna-touch-my-tail-chapter-4", "prevURL": "https://anigliscans.com/do-you-wanna-touch-my-tail-chapter-4/"}, "contentURL": ["http://anigliscans.com/wp-content/uploads/2022/11/01-49.jpg", "http://anigliscans.com/wp-content/uploads/2022/11/02-49.jpg", "http://anigliscans.com/wp-content/uploads/2022/11/03-48.jpg", "http://anigliscans.com/wp-content/uploads/2022/11/04-48.jpg", "http://anigliscans.com/wp-content/uploads/2022/11/05-42.jpg", "http://anigliscans.com/wp-content/uploads/2022/11/ad_general_new-1.png", "http://anigliscans.com/wp-content/uploads/2022/11/recruitment-1.jpg", "http://anigliscans.com/wp-content/uploads/2022/11/tail-template.jpg"], "createdAt": "2023-03-07T02:56:18Z", "updatedAt": "2023-03-07T02:56:41Z"}, {"provider_webtoon": "anigli_do-you-wanna-touch-my-tail", "slug": "do-you-wanna-touch-my-tail-chapter-6", "fullTitle": "Do You Wanna Touch My Tail? \u2013 Chapter 6", "shortTitle": "Chapter 6", "chapterNum": 6, "sourceURL": "https://anigliscans.com/do-you-wanna-touch-my-tail-chapter-6/", "shortURL": "https://anigliscans.com/?p=8527", "chapterNav": {"nextSlug": "do-you-wanna-touch-my-tail-chapter-6-5", "nextURL": "https://anigliscans.com/do-you-wanna-touch-my-tail-chapter-6-5/", "prevSlug": "do-you-wanna-touch-my-tail-chapter-5", "prevURL": "https://anigliscans.com/do-you-wanna-touch-my-tail-chapter-5/"}, "contentURL": ["http://anigliscans.com/wp-content/uploads/2022/11/01-75.jpg", "http://anigliscans.com/wp-content/uploads/2022/11/02-72.jpg", "http://anigliscans.com/wp-content/uploads/2022/11/03-70.jpg", "http://anigliscans.com/wp-content/uploads/2022/11/04-70.jpg", "http://anigliscans.com/wp-content/uploads/2022/11/05-60.jpg", "http://anigliscans.com/wp-content/uploads/2022/11/06-62.jpg", "http://anigliscans.com/wp-content/uploads/2022/11/ad_general_new-2.png", "http://anigliscans.com/wp-content/uploads/2022/11/recruitment-3.jpg", "http://anigliscans.com/wp-content/uploads/2022/11/tail-template-1.jpg"], "createdAt": "2023-03-07T02:56:18Z", "updatedAt": "2023-03-07T02:56:39Z"}, {"provider_webtoon": "anigli_do-you-wanna-touch-my-tail", "slug": "do-you-wanna-touch-my-tail-chapter-6-5", "fullTitle": "Do You Wanna Touch My Tail? \u2013 Chapter 6.5", "shortTitle": "Chapter 6.5", "chapterNum": 6, "sourceURL": "https://anigliscans.com/do-you-wanna-touch-my-tail-chapter-6-5/", "shortURL": "https://anigliscans.com/?p=8885", "chapterNav": {"nextSlug": "do-you-wanna-touch-my-tail-chapter-7", "nextURL": "https://anigliscans.com/do-you-wanna-touch-my-tail-chapter-7/", "prevSlug": "do-you-wanna-touch-my-tail-chapter-6", "prevURL": "https://anigliscans.com/do-you-wanna-touch-my-tail-chapter-6/"}, "contentURL": ["http://anigliscans.com/wp-content/uploads/2022/11/01-86.jpg", "http://anigliscans.com/wp-content/uploads/2022/11/02-84.jpg", "http://anigliscans.com/wp-content/uploads/2022/11/03-81.jpg", "http://anigliscans.com/wp-content/uploads/2022/11/ad_general-2.png", "http://anigliscans.com/wp-content/uploads/2022/11/recruitment-3.jpg", "http://anigliscans.com/wp-content/uploads/2022/11/tail-template-1.jpg"], "createdAt": "2023-03-07T02:56:18Z", "updatedAt": "2023-03-07T02:56:37Z"}, {"provider_webtoon": "anigli_do-you-wanna-touch-my-tail", "slug": "do-you-wanna-touch-my-tail-chapter-7", "fullTitle": "Do You Wanna Touch My Tail? \u2013 Chapter 7", "shortTitle": "Chapter 7", "chapterNum": 7, "sourceURL": "https://anigliscans.com/do-you-wanna-touch-my-tail-chapter-7/", "shortURL": "https://anigliscans.com/?p=9553", "chapterNav": {"nextSlug": "do-you-wanna-touch-my-tail-chapter-8", "nextURL": "https://anigliscans.com/do-you-wanna-touch-my-tail-chapter-8/", "prevSlug": "do-you-wanna-touch-my-tail-chapter-6-5", "prevURL": "https://anigliscans.com/do-you-wanna-touch-my-tail-chapter-6-5/"}, "contentURL": ["http://anigliscans.com/wp-content/uploads/2022/11/recruitment-3.jpg", "http://anigliscans.com/wp-content/uploads/2022/12/01-27.jpg", "http://anigliscans.com/wp-content/uploads/2022/12/02-24.jpg", "http://anigliscans.com/wp-content/uploads/2022/12/03-24.jpg", "http://anigliscans.com/wp-content/uploads/2022/12/04-26.jpg", "http://anigliscans.com/wp-content/uploads/2022/12/ad_general_new-1.png", "http://anigliscans.com/wp-content/uploads/2022/12/tail-template-1.jpg"], "createdAt": "2023-03-07T02:56:18Z", "updatedAt": "2023-03-07T02:56:35Z"}, {"provider_webtoon": "anigli_do-you-wanna-touch-my-tail", "slug": "do-you-wanna-touch-my-tail-chapter-8", "fullTitle": "Do You Wanna Touch My Tail? \u2013 Chapter 8", "shortTitle": "Chapter 8", "chapterNum": 8, "sourceURL": "https://anigliscans.com/do-you-wanna-touch-my-tail-chapter-8/", "shortURL": "https://anigliscans.com/?p=12265", "chapterNav": {"nextSlug": "do-you-wanna-touch-my-tail-chapter-9", "nextURL": "https://anigliscans.com/do-you-wanna-touch-my-tail-chapter-9/", "prevSlug": "do-you-wanna-touch-my-tail-chapter-7", "prevURL": "https://anigliscans.com/do-you-wanna-touch-my-tail-chapter-7/"}, "contentURL": ["http://anigliscans.com/wp-content/uploads/2022/12/ad_general_new-5.png", "http://anigliscans.com/wp-content/uploads/2022/12/recruitment-3-3.jpg", "http://anigliscans.com/wp-content/uploads/2022/12/tail-template-1.jpg", "http://anigliscans.com/wp-content/uploads/2023/01/01-27.jpg", "http://anigliscans.com/wp-content/uploads/2023/01/02-27.jpg", "http://anigliscans.com/wp-content/uploads/2023/01/03-27.jpg"], "createdAt": "2023-03-07T02:56:18Z", "updatedAt": "2023-03-07T02:56:32Z"}, {"provider_webtoon": "anigli_do-you-wanna-touch-my-tail", "slug": "do-you-wanna-touch-my-tail-chapter-9", "fullTitle": "Do You Wanna Touch My Tail? \u2013 Chapter 9", "shortTitle": "Chapter 9", "chapterNum": 9, "sourceURL": "https://anigliscans.com/do-you-wanna-touch-my-tail-chapter-9/", "shortURL": "https://anigliscans.com/?p=15390", "chapterNav": {"nextSlug": "do-you-wanna-touch-my-tail-chapter-10", "nextURL": "https://anigliscans.com/do-you-wanna-touch-my-tail-chapter-10/", "prevSlug": "do-you-wanna-touch-my-tail-chapter-8", "prevURL": "https://anigliscans.com/do-you-wanna-touch-my-tail-chapter-8/"}, "contentURL": ["http://anigliscans.com/wp-content/uploads/2023/02/01-37.jpg", "http://anigliscans.com/wp-content/uploads/2023/02/02-38.jpg", "http://anigliscans.com/wp-content/uploads/2023/02/03-38.jpg", "http://anigliscans.com/wp-content/uploads/2023/02/04-38.jpg", "http://anigliscans.com/wp-content/uploads/2023/02/EP-1.jpg", "http://anigliscans.com/wp-content/uploads/2023/02/tail-template-1.gif"], "createdAt": "2023-03-07T02:56:18Z", "updatedAt": "2023-03-07T02:56:30Z"}] | {"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"provider_webtoon": {"type": "string"}, "slug": {"type": "string"}, "fullTitle": {"type": "string"}, "shortTitle": {"type": "string"}, "chapterNum": {"type": "integer"}, "sourceURL": {"type": "string"}, "shortURL": {"type": "string"}, "chapterNav": {"type": "object", "properties": {"nextSlug": {"type": "string"}, "nextURL": {"type": "string"}, "prevSlug": {"type": "string"}, "prevURL": {"type": "string"}}, "required": ["nextSlug", "nextURL", "prevSlug", "prevURL"]}, "contentURL": {"type": "array", "items": {"type": "string"}}, "createdAt": {"type": "string"}, "updatedAt": {"type": "string"}}, "required": ["chapterNav", "chapterNum", "contentURL", "createdAt", "fullTitle", "provider_webtoon", "shortTitle", "shortURL", "slug", "sourceURL", "updatedAt"]}} |
31783428-1db4-4e10-9eed-be278768dbf8/5d0f937a-e19b-431b-ab82-8c7bbb921770/0/0 | Manga Scrapper | Get webtoon / comic data from favourite scanlation websites. | 9.2 | Chapters list - paginated | Make request to fetch chapter collection for a specific webtoon from a specific provider. | 200 | Eleceed - Cosmic Scans | [{"provider_webtoon": "cosmic_eleceed", "slug": "eleceed-chapter-228-2", "fullTitle": "Eleceed Chapter 228", "shortTitle": "Chapter 228", "chapterNum": 228, "sourceURL": "https://cosmicscans.com/eleceed-chapter-228-2/", "shortURL": "https://cosmicscans.com/?p=12394", "chapterNav": {"nextSlug": "eleceed-chapter-229", "nextURL": "https://cosmicscans.com/eleceed-chapter-229/", "prevSlug": "", "prevURL": ""}, "contentURL": ["https://cosmicscans.com/wp-content/uploads/2023/01/13-2.jpg", "https://cosmicscans.com/wp-content/uploads/2023/01/ELECEED-CH-228-00.webp", "https://cosmicscans.com/wp-content/uploads/2023/01/ELECEED-CH-228-01.webp", "https://cosmicscans.com/wp-content/uploads/2023/01/ELECEED-CH-228-02.webp", "https://cosmicscans.com/wp-content/uploads/2023/01/ELECEED-CH-228-03.webp", "https://cosmicscans.com/wp-content/uploads/2023/01/ELECEED-CH-228-04.webp", "https://cosmicscans.com/wp-content/uploads/2023/01/ELECEED-CH-228-05.webp", "https://cosmicscans.com/wp-content/uploads/2023/01/ELECEED-CH-228-06.webp", "https://cosmicscans.com/wp-content/uploads/2023/01/ELECEED-CH-228-07.webp", "https://cosmicscans.com/wp-content/uploads/2023/01/ELECEED-CH-228-08.webp", "https://cosmicscans.com/wp-content/uploads/2023/01/ELECEED-CH-228-09.webp", "https://cosmicscans.com/wp-content/uploads/2023/01/ELECEED-CH-228-10.webp", "https://cosmicscans.com/wp-content/uploads/2023/01/ELECEED-CH-228-11.webp", "https://cosmicscans.com/wp-content/uploads/2023/01/ELECEED-CH-228-12.webp"], "createdAt": "2023-03-06T13:34:01Z", "updatedAt": "2023-03-06T13:34:06Z"}, {"provider_webtoon": "cosmic_eleceed", "slug": "eleceed-chapter-229", "fullTitle": "Eleceed Chapter 229", "shortTitle": "Chapter 229", "chapterNum": 229, "sourceURL": "https://cosmicscans.com/eleceed-chapter-229/", "shortURL": "https://cosmicscans.com/?p=12654", "chapterNav": {"nextSlug": "eleceed-chapter-230", "nextURL": "https://cosmicscans.com/eleceed-chapter-230/", "prevSlug": "eleceed-chapter-228-2", "prevURL": "https://cosmicscans.com/eleceed-chapter-228-2/"}, "contentURL": ["https://cosmicscans.com/wp-content/uploads/2023/01/ELECEED-CH-229-00.webp", "https://cosmicscans.com/wp-content/uploads/2023/01/ELECEED-CH-229-01.webp", "https://cosmicscans.com/wp-content/uploads/2023/01/ELECEED-CH-229-02.webp", "https://cosmicscans.com/wp-content/uploads/2023/01/ELECEED-CH-229-03.webp", "https://cosmicscans.com/wp-content/uploads/2023/01/ELECEED-CH-229-04.webp", "https://cosmicscans.com/wp-content/uploads/2023/01/ELECEED-CH-229-05.webp", "https://cosmicscans.com/wp-content/uploads/2023/01/ELECEED-CH-229-06.webp", "https://cosmicscans.com/wp-content/uploads/2023/01/ELECEED-CH-229-07.webp", "https://cosmicscans.com/wp-content/uploads/2023/01/ELECEED-CH-229-08.webp", "https://cosmicscans.com/wp-content/uploads/2023/01/ELECEED-CH-229-09.webp", "https://cosmicscans.com/wp-content/uploads/2023/01/ELECEED-CH-229-10.webp", "https://cosmicscans.com/wp-content/uploads/2023/01/ELECEED-CH-229-11.webp", "https://cosmicscans.com/wp-content/uploads/2023/01/ELECEED-CH-229-12.webp", "https://cosmicscans.com/wp-content/uploads/2023/01/ELECEED-CH-229-13.webp", "https://cosmicscans.com/wp-content/uploads/2023/01/ELECEED-CH-229-14.webp"], "createdAt": "2023-03-06T13:34:01Z", "updatedAt": "2023-03-06T13:34:05Z"}, {"provider_webtoon": "cosmic_eleceed", "slug": "eleceed-chapter-230", "fullTitle": "Eleceed Chapter 230", "shortTitle": "Chapter 230", "chapterNum": 230, "sourceURL": "https://cosmicscans.com/eleceed-chapter-230/", "shortURL": "https://cosmicscans.com/?p=13238", "chapterNav": {"nextSlug": "eleceed-chapter-231", "nextURL": "https://cosmicscans.com/eleceed-chapter-231/", "prevSlug": "eleceed-chapter-229", "prevURL": "https://cosmicscans.com/eleceed-chapter-229/"}, "contentURL": ["https://cosmicscans.com/wp-content/uploads/2023/01/00-eleceed.jpg", "https://cosmicscans.com/wp-content/uploads/2023/01/ELECEED-CH-430-01.jpeg", "https://cosmicscans.com/wp-content/uploads/2023/01/ELECEED-CH-430-02.jpeg", "https://cosmicscans.com/wp-content/uploads/2023/01/ELECEED-CH-430-03.jpeg", "https://cosmicscans.com/wp-content/uploads/2023/01/ELECEED-CH-430-04.jpeg", "https://cosmicscans.com/wp-content/uploads/2023/01/ELECEED-CH-430-05.jpeg", "https://cosmicscans.com/wp-content/uploads/2023/01/ELECEED-CH-430-06.jpeg", "https://cosmicscans.com/wp-content/uploads/2023/01/ELECEED-CH-430-07.jpeg", "https://cosmicscans.com/wp-content/uploads/2023/01/ELECEED-CH-430-08.jpeg"], "createdAt": "2023-03-06T13:34:01Z", "updatedAt": "2023-03-06T13:34:05Z"}, {"provider_webtoon": "cosmic_eleceed", "slug": "eleceed-chapter-231", "fullTitle": "Eleceed Chapter 231", "shortTitle": "Chapter 231", "chapterNum": 231, "sourceURL": "https://cosmicscans.com/eleceed-chapter-231/", "shortURL": "https://cosmicscans.com/?p=13406", "chapterNav": {"nextSlug": "eleceed-chapter-232", "nextURL": "https://cosmicscans.com/eleceed-chapter-232/", "prevSlug": "eleceed-chapter-230", "prevURL": "https://cosmicscans.com/eleceed-chapter-230/"}, "contentURL": ["https://cosmicscans.com/wp-content/uploads/2023/01/06-23.webp", "https://cosmicscans.com/wp-content/uploads/2023/01/ELECEED-CH-231-00.webp", "https://cosmicscans.com/wp-content/uploads/2023/01/ELECEED-CH-231-01.webp", "https://cosmicscans.com/wp-content/uploads/2023/01/ELECEED-CH-231-02.webp", "https://cosmicscans.com/wp-content/uploads/2023/01/ELECEED-CH-231-03.webp", "https://cosmicscans.com/wp-content/uploads/2023/01/ELECEED-CH-231-04.webp", "https://cosmicscans.com/wp-content/uploads/2023/01/ELECEED-CH-231-05.webp", "https://cosmicscans.com/wp-content/uploads/2023/01/ELECEED-CH-231-07.webp", "https://cosmicscans.com/wp-content/uploads/2023/01/ELECEED-CH-231-08.webp", "https://cosmicscans.com/wp-content/uploads/2023/01/ELECEED-CH-231-09.webp", "https://cosmicscans.com/wp-content/uploads/2023/01/ELECEED-CH-231-10.webp", "https://cosmicscans.com/wp-content/uploads/2023/01/ELECEED-CH-231-11.webp", "https://cosmicscans.com/wp-content/uploads/2023/01/ELECEED-CH-231-12.webp", "https://cosmicscans.com/wp-content/uploads/2023/01/ELECEED-CH-231-13.webp"], "createdAt": "2023-03-06T13:34:01Z", "updatedAt": "2023-03-06T13:34:04Z"}, {"provider_webtoon": "cosmic_eleceed", "slug": "eleceed-chapter-232", "fullTitle": "Eleceed Chapter 232", "shortTitle": "Chapter 232", "chapterNum": 232, "sourceURL": "https://cosmicscans.com/eleceed-chapter-232/", "shortURL": "https://cosmicscans.com/?p=13734", "chapterNav": {"nextSlug": "eleceed-chapter-233", "nextURL": "https://cosmicscans.com/eleceed-chapter-233/", "prevSlug": "eleceed-chapter-231", "prevURL": "https://cosmicscans.com/eleceed-chapter-231/"}, "contentURL": ["https://cosmicscans.com/wp-content/uploads/2023/02/01-9.webp", "https://cosmicscans.com/wp-content/uploads/2023/02/02-9.webp", "https://cosmicscans.com/wp-content/uploads/2023/02/03-8.webp", "https://cosmicscans.com/wp-content/uploads/2023/02/04-9.webp", "https://cosmicscans.com/wp-content/uploads/2023/02/05-7.webp", "https://cosmicscans.com/wp-content/uploads/2023/02/06-7.webp", "https://cosmicscans.com/wp-content/uploads/2023/02/07-7.webp", "https://cosmicscans.com/wp-content/uploads/2023/02/08-7.webp", "https://cosmicscans.com/wp-content/uploads/2023/02/09-6.webp", "https://cosmicscans.com/wp-content/uploads/2023/02/10-6.webp", "https://cosmicscans.com/wp-content/uploads/2023/02/11-5.webp", "https://cosmicscans.com/wp-content/uploads/2023/02/12-4.webp", "https://cosmicscans.com/wp-content/uploads/2023/02/13-4.webp", "https://cosmicscans.com/wp-content/uploads/2023/02/14-3.webp", "https://cosmicscans.com/wp-content/uploads/2023/02/15-2.webp", "https://cosmicscans.com/wp-content/uploads/2023/02/ELECEED-CH-231-00.webp"], "createdAt": "2023-03-06T13:34:01Z", "updatedAt": "2023-03-06T13:34:04Z"}, {"provider_webtoon": "cosmic_eleceed", "slug": "eleceed-chapter-233", "fullTitle": "Eleceed Chapter 233", "shortTitle": "Chapter 233", "chapterNum": 233, "sourceURL": "https://cosmicscans.com/eleceed-chapter-233/", "shortURL": "https://cosmicscans.com/?p=14220", "chapterNav": {"nextSlug": "eleceed-chapter-234", "nextURL": "https://cosmicscans.com/eleceed-chapter-234/", "prevSlug": "eleceed-chapter-232", "prevURL": "https://cosmicscans.com/eleceed-chapter-232/"}, "contentURL": ["https://cosmicscans.com/wp-content/uploads/2023/02/00-eleceed.webp", "https://cosmicscans.com/wp-content/uploads/2023/02/01-21.webp", "https://cosmicscans.com/wp-content/uploads/2023/02/02-21.webp", "https://cosmicscans.com/wp-content/uploads/2023/02/03-20.webp", "https://cosmicscans.com/wp-content/uploads/2023/02/04-21.webp", "https://cosmicscans.com/wp-content/uploads/2023/02/05-19.webp", "https://cosmicscans.com/wp-content/uploads/2023/02/06-19.webp", "https://cosmicscans.com/wp-content/uploads/2023/02/07-19.webp", "https://cosmicscans.com/wp-content/uploads/2023/02/08-20.webp", "https://cosmicscans.com/wp-content/uploads/2023/02/09-19.webp", "https://cosmicscans.com/wp-content/uploads/2023/02/10-19.webp", "https://cosmicscans.com/wp-content/uploads/2023/02/11-18.webp", "https://cosmicscans.com/wp-content/uploads/2023/02/12-14.webp", "https://cosmicscans.com/wp-content/uploads/2023/02/13-12.webp", "https://cosmicscans.com/wp-content/uploads/2023/02/14-10.webp", "https://cosmicscans.com/wp-content/uploads/2023/02/15-9.webp", "https://cosmicscans.com/wp-content/uploads/2023/02/16-6.webp"], "createdAt": "2023-03-06T13:34:01Z", "updatedAt": "2023-03-06T13:34:03Z"}, {"provider_webtoon": "cosmic_eleceed", "slug": "eleceed-chapter-234", "fullTitle": "Eleceed Chapter 234", "shortTitle": "Chapter 234", "chapterNum": 234, "sourceURL": "https://cosmicscans.com/eleceed-chapter-234/", "shortURL": "https://cosmicscans.com/?p=14943", "chapterNav": {"nextSlug": "eleceed-chapter-235", "nextURL": "https://cosmicscans.com/eleceed-chapter-235/", "prevSlug": "eleceed-chapter-233", "prevURL": "https://cosmicscans.com/eleceed-chapter-233/"}, "contentURL": ["https://cosmicscans.com/wp-content/uploads/2023/02/00-6.webp", "https://cosmicscans.com/wp-content/uploads/2023/02/01-33.webp", "https://cosmicscans.com/wp-content/uploads/2023/02/02-33.webp", "https://cosmicscans.com/wp-content/uploads/2023/02/03-32.webp", "https://cosmicscans.com/wp-content/uploads/2023/02/04-33.webp", "https://cosmicscans.com/wp-content/uploads/2023/02/05-31.webp", "https://cosmicscans.com/wp-content/uploads/2023/02/06-31.webp", "https://cosmicscans.com/wp-content/uploads/2023/02/07-31.webp", "https://cosmicscans.com/wp-content/uploads/2023/02/08-32.webp", "https://cosmicscans.com/wp-content/uploads/2023/02/09-31.webp", "https://cosmicscans.com/wp-content/uploads/2023/02/10-31.webp", "https://cosmicscans.com/wp-content/uploads/2023/02/11-30.webp", "https://cosmicscans.com/wp-content/uploads/2023/02/12-26.webp", "https://cosmicscans.com/wp-content/uploads/2023/02/13-22.webp"], "createdAt": "2023-03-06T13:34:01Z", "updatedAt": "2023-03-06T13:34:03Z"}, {"provider_webtoon": "cosmic_eleceed", "slug": "eleceed-chapter-235", "fullTitle": "Eleceed Chapter 235", "shortTitle": "Chapter 235", "chapterNum": 235, "sourceURL": "https://cosmicscans.com/eleceed-chapter-235/", "shortURL": "https://cosmicscans.com/?p=15412", "chapterNav": {"nextSlug": "", "nextURL": "", "prevSlug": "eleceed-chapter-234", "prevURL": "https://cosmicscans.com/eleceed-chapter-234/"}, "contentURL": ["https://cosmicscans.com/wp-content/uploads/2023/03/01-kopya-jpg.webp", "https://cosmicscans.com/wp-content/uploads/2023/03/02-kopya-jpg.webp", "https://cosmicscans.com/wp-content/uploads/2023/03/03-kopya-jpg.webp", "https://cosmicscans.com/wp-content/uploads/2023/03/04-kopya-jpg.webp", "https://cosmicscans.com/wp-content/uploads/2023/03/05-kopya-jpg.webp", "https://cosmicscans.com/wp-content/uploads/2023/03/06-kopya-jpg.webp", "https://cosmicscans.com/wp-content/uploads/2023/03/07-kopya-jpg.webp", "https://cosmicscans.com/wp-content/uploads/2023/03/08-kopya-jpg.webp", "https://cosmicscans.com/wp-content/uploads/2023/03/09-kopya-jpg.webp", "https://cosmicscans.com/wp-content/uploads/2023/03/10-kopya-jpg.webp", "https://cosmicscans.com/wp-content/uploads/2023/03/11-kopya-jpg.webp", "https://cosmicscans.com/wp-content/uploads/2023/03/12-kopya-jpg.webp", "https://cosmicscans.com/wp-content/uploads/2023/03/13-kopya-jpg.webp", "https://cosmicscans.com/wp-content/uploads/2023/03/14-kopya-jpg.webp", "https://cosmicscans.com/wp-content/uploads/2023/03/15-kopya-jpg.webp", "https://cosmicscans.com/wp-content/uploads/2023/03/1677736096102-jpg.webp"], "createdAt": "2023-03-06T13:34:01Z", "updatedAt": "2023-03-06T13:34:02Z"}] | {"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"provider_webtoon": {"type": "string"}, "slug": {"type": "string"}, "fullTitle": {"type": "string"}, "shortTitle": {"type": "string"}, "chapterNum": {"type": "integer"}, "sourceURL": {"type": "string"}, "shortURL": {"type": "string"}, "chapterNav": {"type": "object", "properties": {"nextSlug": {"type": "string"}, "nextURL": {"type": "string"}, "prevSlug": {"type": "string"}, "prevURL": {"type": "string"}}, "required": ["nextSlug", "nextURL", "prevSlug", "prevURL"]}, "contentURL": {"type": "array", "items": {"type": "string"}}, "createdAt": {"type": "string"}, "updatedAt": {"type": "string"}}, "required": ["chapterNav", "chapterNum", "contentURL", "createdAt", "fullTitle", "provider_webtoon", "shortTitle", "shortURL", "slug", "sourceURL", "updatedAt"]}} |
31783428-1db4-4e10-9eed-be278768dbf8/c575b97a-3a69-4ffc-a84b-df03bbded93c/0/0 | Manga Scrapper | Get webtoon / comic data from favourite scanlation websites. | 9.2 | Providers list - all | Make request to fetch webtoon providers list. | 200 | All Providers | [{"slug": "luminous", "name": "Luminous Scans", "baseURL": "https://luminousscans.com/"}, {"slug": "asura", "name": "Asura Scans", "baseURL": "https://www.asurascans.com/"}, {"slug": "omega", "name": "Omega Scans", "baseURL": "https://omegascans.com/"}, {"slug": "cosmic", "name": "Cosmic Scans", "baseURL": "https://cosmicscans.com/"}, {"slug": "night", "name": "Night Scans", "baseURL": "https://nightscans.org/"}, {"slug": "flame", "name": "Flame Scans", "baseURL": "https://flamescans.org/"}, {"slug": "void", "name": "Void Scans", "baseURL": "https://void-scans.com/"}, {"slug": "constellar", "name": "Constellar Scans", "baseURL": "https://constellarscans.com/"}, {"slug": "surya", "name": "Surya Scans", "baseURL": "https://suryascans.com/"}, {"slug": "anigli", "name": "Anigli Scans", "baseURL": "https://anigliscans.com/"}, {"slug": "arena", "name": "Arena Scans", "baseURL": "https://arenascans.net/"}, {"slug": "realm", "name": "Realm Scans", "baseURL": "https://realmscans.com/"}] | {"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"slug": {"type": "string"}, "name": {"type": "string"}, "baseURL": {"type": "string"}}, "required": ["baseURL", "name", "slug"]}} |
31783428-1db4-4e10-9eed-be278768dbf8/0959e1cc-a608-4a53-bf9a-0170b2679b4a/0/0 | Manga Scrapper | Get webtoon / comic data from favourite scanlation websites. | 9.2 | A webtoon by its slug | Make request to fetch a specific webtoon information from a specific provider. | 200 | Solo Leveling - Asura Scans | {"provider": "asura", "slug": "solo-leveling", "title": "Solo Leveling", "sourceURL": "https://www.asurascans.com/manga/1672760368-solo-leveling/", "shortURL": "https://www.asurascans.com/?p=38459", "coverURL": "https://www.asurascans.com/wp-content/uploads/2021/03/soloLevelingCover02.png", "synopsis": "10 years ago, after \u201cthe Gate\u201d that connected the real world with the monster world opened, some of the ordinary, everyday people received the power to hunt monsters within the Gate. They are known as \u201cHunters\u201d. However, not all Hunters are powerful. My name is Sung Jin-Woo, an E-rank Hunter. I\u2019m someone who has to risk his life in the lowliest of dungeons, the \u201cWorld\u2019s Weakest\u201d. Having no skills whatsoever to display, I barely earned the required money by fighting in low-leveled dungeons\u2026 at least until I found a hidden dungeon with the hardest difficulty within the D-rank dungeons! In the end, as I was accepting death, I suddenly received a strange power, a quest log that only I could see, a secret to leveling up that only I know about! If I trained in accordance with my quests and hunted monsters, my level would rise. Changing from the weakest Hunter to the strongest S-rank Hunter!", "genre": ["Action", "Adventure", "Fantasy", "Shounen"], "createdAt": "2023-03-06T03:10:43Z", "updatedAt": "2023-03-06T03:14:53Z"} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"provider": {"type": "string"}, "slug": {"type": "string"}, "title": {"type": "string"}, "sourceURL": {"type": "string"}, "shortURL": {"type": "string"}, "coverURL": {"type": "string"}, "synopsis": {"type": "string"}, "genre": {"type": "array", "items": {"type": "string"}}, "createdAt": {"type": "string"}, "updatedAt": {"type": "string"}}, "required": ["coverURL", "createdAt", "genre", "provider", "shortURL", "slug", "sourceURL", "synopsis", "title", "updatedAt"]} |
31783428-1db4-4e10-9eed-be278768dbf8/0959e1cc-a608-4a53-bf9a-0170b2679b4a/0/1 | Manga Scrapper | Get webtoon / comic data from favourite scanlation websites. | 9.2 | A webtoon by its slug | Make request to fetch a specific webtoon information from a specific provider. | 200 | Heroine App - Omega Scans | {"provider": "omega", "slug": "heroine-app", "title": "Heroine App", "sourceURL": "https://omegascans.org/manga/heroine-app/", "shortURL": "https://omegascans.org/?p=13070", "coverURL": "https://omegascans.org/wp-content/uploads/2022/11/HA-cover-2.jpg", "synopsis": "I came across an app for a virgin like me. [Welcome to the \u201cHeroine App\u201d]. Can I use this app to conquer the girls I like? I must try to know!", "genre": ["Adaptation", "Drama", "Harem", "Hypnosis", "Special Ability"], "createdAt": "2023-03-06T12:40:57Z", "updatedAt": "2023-03-06T12:41:06Z"} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"provider": {"type": "string"}, "slug": {"type": "string"}, "title": {"type": "string"}, "sourceURL": {"type": "string"}, "shortURL": {"type": "string"}, "coverURL": {"type": "string"}, "synopsis": {"type": "string"}, "genre": {"type": "array", "items": {"type": "string"}}, "createdAt": {"type": "string"}, "updatedAt": {"type": "string"}}, "required": ["coverURL", "createdAt", "genre", "provider", "shortURL", "slug", "sourceURL", "synopsis", "title", "updatedAt"]} |
31783428-1db4-4e10-9eed-be278768dbf8/912857ad-f922-4dd2-8d81-6513d1258def/0/0 | Manga Scrapper | Get webtoon / comic data from favourite scanlation websites. | 9.2 | Webtoons list - all | Make request to fetch webtoon's series collection from a specific provider. | 200 | Surya Scans | [{"provider": "surya", "slug": "fighters", "title": "Fighters", "sourceURL": "https://suryascans.com/manga/fighters/", "shortURL": "https://suryascans.com/?p=780", "coverURL": "https://suryascans.com/wp-content/uploads/2022/09/fighters.jpg", "synopsis": "The Genius Fighter Jason Kim. However his winning streak ends with an accident during match, and he couldn\u2019t use his left arm anymore. After defeat, he quit the pro scene and returned to hometown, but the life is just hard to live quietly for such fighter. He\u2019s getting involved into endless fights, regardless of his will.. Korean Version of the: Dexter Attack", "genre": ["Action", "Delinquents", "Mature", "School Life", "Sports"], "createdAt": "2023-03-06T12:41:58Z", "updatedAt": "2023-03-06T12:42:00Z"}, {"provider": "surya", "slug": "i-am-not-the-son-of-luck", "title": "I am not the Son of Luck", "sourceURL": "https://suryascans.com/manga/i-am-not-the-son-of-luck/", "shortURL": "https://suryascans.com/?p=1625", "coverURL": "https://suryascans.com/wp-content/uploads/2022/09/2-cover-new.jpg", "synopsis": "After traversing to cultivation world, Shen Tian found that he could see the luck and chances of other people around him. With the idea of rubbing the aura of protagonist, Shen Tian began to take the initiative to befriend those sons of luck. Later, everyone gradually found out that no matter who it was with Shen Tian, as long as they practice with him, they were bound to encounter great fortune, that to without any exception! From that day on, Shen Tian became the most popular mascot in the cultivation world.", "genre": ["Adventure", "Comedy", "Cultivation", "Drama", "Martial Arts", "Reincarnation", "Shounen"], "createdAt": "2023-03-06T12:41:58Z", "updatedAt": "2023-03-06T12:42:00Z"}, {"provider": "surya", "slug": "i-am-unbeatable", "title": "I am Unbeatable", "sourceURL": "https://suryascans.com/manga/i-am-unbeatable/", "shortURL": "https://suryascans.com/?p=2823", "coverURL": "https://suryascans.com/wp-content/uploads/2022/11/cover-image-inja.webp", "synopsis": "Skill is a very important factor in a person\u2019s life, and there\u2019s him who has a strong body and a violent nature. Woo-Hyuk lived suppressing it. One day, Woo-Hyuk accidentally ends up in \u201cClub Peach\u201d and catches the eyes of Yun-Bin, who manages it. Yun-Bin already knows what Woo-Hyuk is capable of, so she asks him to serve her, but little does the charmed Woo-Hyuk knows that he has already stepped into a world prone to illegals. So, what will await him? Honor or Demise?", "genre": ["Action", "Delinquents", "Drama", "Gang", "Shounen"], "createdAt": "2023-03-06T12:41:58Z", "updatedAt": "2023-03-06T12:42:00Z"}, {"provider": "surya", "slug": "i-became-a-genius-salesman", "title": "I became a Genius Salesman", "sourceURL": "https://suryascans.com/manga/i-became-a-genius-salesman/", "shortURL": "https://suryascans.com/?p=774", "coverURL": "https://suryascans.com/wp-content/uploads/2022/09/eng-cover-genius-salesman.webp", "synopsis": "A forever inferior salesman becomes a genius salesman! \u200b Medical salesman \u2018Ji-hoon\u2019 sells with diligence and sincerity in everything, But he always falls behind \u2018Chief Choi\u2019, who monopolizes sales performance through all kinds of lobbying and illegal acts. Even so, Jihoon, who is not swayed by bad temptations and treats other people with sincerity discovers a very special ability,..", "genre": ["Comedy", "Drama", "Shounen", "Supernatural"], "createdAt": "2023-03-06T12:41:58Z", "updatedAt": "2023-03-06T12:42:00Z"}, {"provider": "surya", "slug": "judge-lee-han-young", "title": "Judge Lee Han Young", "sourceURL": "https://suryascans.com/manga/judge-lee-han-young/", "shortURL": "https://suryascans.com/?p=5030", "coverURL": "https://suryascans.com/wp-content/uploads/2023/03/judge-lee-han-young-sr-ch-2.webp", "synopsis": "Judge Lee, who believed justice could be realized in the courtroom, did not follow the orders of his superiors and sentenced the conglomerate to life in prison before being killed.But is it because of the shenanigans he heard as a child? With all his memories, Lee gets a second life chance.The world needs him, Lee, the heretic of the judiciary, who knows only justice.", "genre": ["Action", "Drama", "Law", "Seinen"], "createdAt": "2023-03-06T12:41:58Z", "updatedAt": "2023-03-06T12:42:01Z"}, {"provider": "surya", "slug": "k-ex-life-hunter", "title": "990k Ex-Life Hunter", "sourceURL": "https://suryascans.com/manga/990k-ex-life-hunter/", "shortURL": "https://suryascans.com/?p=4495", "coverURL": "https://suryascans.com/wp-content/uploads/2023/01/newimg-990k_result.webp", "synopsis": "As an F-Rank hunter, Kang Hyeonjun struggles to make a living in a world where dungeons exist and monsters are real. But after repeatedly failing to pull his weight in raids and being chewed out by fellow party members, his self-esteem hits rock bottom. To make matters worse, his girlfriend, who has climbed the ranks during their time together, dumps him on their one-year anniversary. When Hyeonjun returns home that night in a drunken haze, he finds himself walking into a dreamscape instead of his humble studio. There, a man claiming to be one of his past lives offers to make him stronger. But as the saying goes, if there\u2019s no pain, there\u2019s no gain. Will Hyeonjun be able to endure multiple trials and finally obtain the strength he so desperately desires?", "genre": ["Action", "Adventure", "Dungeons", "Fantasy"], "createdAt": "2023-03-06T12:41:58Z", "updatedAt": "2023-03-06T12:41:59Z"}, {"provider": "surya", "slug": "memoir-of-the-legendary-scholar", "title": "Memoir of the Legendary Scholar", "sourceURL": "https://suryascans.com/manga/memoir-of-the-legendary-scholar/", "shortURL": "https://suryascans.com/?p=1817", "coverURL": "https://suryascans.com/wp-content/uploads/2022/10/resource.jpg", "synopsis": "\u2018Kim Si-seup\u2019, a man destined to fight for the rest of his life with a cluster of another world. He was known as a prodigy since childhood, but fate didn\u2019t help him. The painter that came to find out about the identity of the woman who appears in his dream every night, only speaks incomprehensible words\u2026\u201dThe world isn\u2019t everything you see. Maybe there is a world we didn\u2019t know existed\u2026something like that.\u201dAs he lives in this world, he found out about the existence of another world. The poor man who fights alone in order to protect this world\u2019s life and obligation, the story of \u2018Kim Si-Seup\u2019 begins! A back and forth crossover historical fantasy between Joseon and Seoul! \u2013 Read at suryascans.com and support us!", "genre": ["Action", "Adventure", "Drama", "Fantasy", "Historical", "Martial Arts", "Shounen"], "createdAt": "2023-03-06T12:41:58Z", "updatedAt": "2023-03-06T12:42:01Z"}, {"provider": "surya", "slug": "modern-dude-in-the-murim", "title": "Modern Dude in the Murim", "sourceURL": "https://suryascans.com/manga/modern-dude-in-the-murim/", "shortURL": "https://suryascans.com/?p=3072", "coverURL": "https://suryascans.com/wp-content/uploads/2022/12/moden-guy-murim.webp", "synopsis": "I was civil service examination taker struggling hard to survive, when I got hit by a speeding vehicle while doing food deliveries at night. I remember dying due to the hit-and-run accident, but\u2026 \u2018\u2026I\u2019m Cho Hwi?\u2019 When I woke up, I had become the second son of the Cho Family Smithy. In this new life, I had neither invincible martial strength nor unmatched political influence, only a huge debt that threatened the lives of my entire family. However, I still had one trump card left! \u201cFather, please let me inherit the Cho Family\u2019s Smithy.\u201dThis is the Success story of a modern-day blue-collar worker who uses his knowledge and experience to thrive in the world of murim! \u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014 \u201cModern Dude in the Murim\u201d is updated on Thursday every week.", "genre": ["Action", "Adventure", "Fantasy", "Historical", "Martial Arts", "Murim", "Shounen"], "createdAt": "2023-03-06T12:41:58Z", "updatedAt": "2023-03-06T12:42:01Z"}, {"provider": "surya", "slug": "monarch", "title": "Monarch", "sourceURL": "https://suryascans.com/manga/monarch/", "shortURL": "https://suryascans.com/?p=368", "coverURL": "https://suryascans.com/wp-content/uploads/2022/09/monarch-series-eng-00.webp", "synopsis": "Asthmatic patient desperately learns MMA to avenge his brother \u201cJegal Cheon\u201d, who was a mixed martial arts figher. In order to challenge MMA EMPEROR F.C. Heavyweight World Champion \u2018Riber \u201cDARK\u201d Quesera\u2019. This is the battle story of fighting and defeating countless strong men. Chapter 1-4 Done by void-scans.com", "genre": ["Action", "Drama", "Shounen", "Sports"], "createdAt": "2023-03-06T12:41:58Z", "updatedAt": "2023-03-06T12:42:02Z"}, {"provider": "surya", "slug": "my-luck-is-max-level", "title": "My Luck is Max Level", "sourceURL": "https://suryascans.com/manga/my-luck-is-max-level/", "shortURL": "https://suryascans.com/?p=224", "coverURL": "https://suryascans.com/wp-content/uploads/2022/09/myluckismaxlevel.webp", "synopsis": "A virtual reality game \u2018The end of the world\u2019 with the hardest difficulty level, Han Sung who was once the top class Ranker, He\u2019s now stuck inside the game!It\u2019s hard to survive with the insufficient current stats. However, Han Sung\u2019s luck is max level!It\u2019s normal to find SSS-class skill when he opens a random box! Hits the jackpot when he spins the slot machine!His luck is exploding!Will Lee Han Sung be able to clear this disastrous game safely?", "genre": ["Action", "Adventure", "Games", "Shounen", "System", "Virtual Reality"], "createdAt": "2023-03-06T12:41:58Z", "updatedAt": "2023-03-06T12:42:02Z"}, {"provider": "surya", "slug": "rm", "title": "Real Man", "sourceURL": "https://suryascans.com/manga/rm/", "shortURL": "https://suryascans.com/?p=22", "coverURL": "https://suryascans.com/wp-content/uploads/2022/09/real-man-coverimage-E5p4S-RUcAEqBYx.jpg", "synopsis": "Yuhyeon becomes the youngest CEO of Hansung, a successful electronics company built on toxic work culture, but nobody he cares about is there to celebrate with him. After a night of drinking and wondering if he could change the past, he wakes up the next morning, 20 years younger at the beginning of his career.Armed with the experience and insights that made him CEO, Yuhyeon begins to revisit broken relationships and battle the enablers of Hansung\u2019s cut-throat work environment. But he does not yet know how changing the past will affect his future\u2026 (Source Webtoon)", "genre": ["Action", "Drama", "Sci-Fi", "Shounen"], "createdAt": "2023-03-06T12:41:58Z", "updatedAt": "2023-03-06T12:42:02Z"}, {"provider": "surya", "slug": "secret-buddy", "title": "Secret Buddy", "sourceURL": "https://suryascans.com/manga/secret-buddy/", "shortURL": "https://suryascans.com/?p=1018", "coverURL": "https://suryascans.com/wp-content/uploads/2022/09/eng-cover-secret-buddy.jpg", "synopsis": "A secret disclosing devil If you speak about it, the one who you tell the secret to will die \u2026\u2026", "genre": ["Action", "Adventure", "Drama", "Mystery", "Psychological", "Seinen", "Supernatural"], "createdAt": "2023-03-06T12:41:58Z", "updatedAt": "2023-03-06T12:42:03Z"}, {"provider": "surya", "slug": "the-inferior-grade-strongest-sage-from-the-lowest-villager-to-the-worlds-strongest-with-ease", "title": "The inferior grade strongest sage ~from the lowest villager to the world\u2019s strongest with ease~", "sourceURL": "https://suryascans.com/manga/the-inferior-grade-strongest-sage-from-the-lowest-villager-to-the-worlds-strongest-with-ease/", "shortURL": "https://suryascans.com/?p=366", "coverURL": "https://suryascans.com/wp-content/uploads/2022/09/the-inferior-grade-sage.webp", "synopsis": "Who said the inferior job? Who cursed me as the weakest! [Village] is the strongest occupation !! The aim is-just \u201cthe strongest\u201d !! Six major occupations Magic [Warrior] [Cleric] [Mage] [Blacksmith] [Explorer] [Scholar]. By repeating reincarnation, there was a great sage who became the strongest in the world in any occupational magic. However, he realizes that there is a limit to the strength of one occupational magic per life, and despairs. He was a wise man who was about to give up, but he was the only one who thought he couldn\u2019t use magic. Discovering that the inferior job [villager] is actually a versatile job, he reincarnates. In this way, the great sage who was reborn as a [villager] silences the inferior jobs and the people who make a fool of him, and becomes the strongest in the world. A different world battle fantasy of a man who pursues insatiable strength!", "genre": ["Action", "Adventure", "Drama", "Magic", "Overpowered", "Reincarnation", "Shounen"], "createdAt": "2023-03-06T12:41:58Z", "updatedAt": "2023-03-06T12:42:03Z"}, {"provider": "surya", "slug": "the-screen-writer-with-a-spoiler-cheat", "title": "The Screen-Writer with a spoiler Cheat", "sourceURL": "https://suryascans.com/manga/the-screen-writer-with-a-spoiler-cheat/", "shortURL": "https://suryascans.com/?p=3698", "coverURL": "https://suryascans.com/wp-content/uploads/2022/12/resource.webp", "synopsis": "Jang Yeon-jae a 6th year assistant drama writer. He frantically wanted and attempted, yet in front of his debut, his teacher the Senior writer Kim Tae-jin stole his script. \u201csir! How could you do this! That\u2019s my Content!\u201d \u201cYeon jae-ah. It\u2019s true that I was somewhat influenced by your thoughts and ideas. But that is certainly my work.\u201d Outraged, After Quiting his assistant writer job, he looked for ways to beat Kim Tae-jin down, but there seemed to be no hope. But at that moment\u2026 A miracle occured. [You can buy 200 characters of the script with a rating of 0.1%.] [When broadcasting with this script, the expected average rating is 15.2%.] [Do you want to buy?] [Yes / No] \u2018On-air shooter\u2019 required! Assistant writer Jang Yeon-jae\u2019s high-rating drama, \u2018The Screen Writer with a spoiler Cheat\u2019", "genre": ["Drama", "Fantasy", "Shounen", "System"], "createdAt": "2023-03-06T12:41:58Z", "updatedAt": "2023-03-06T12:42:03Z"}, {"provider": "surya", "slug": "the-villainous-warrior", "title": "The Villainous Warrior", "sourceURL": "https://suryascans.com/manga/the-villainous-warrior/", "shortURL": "https://suryascans.com/?p=1859", "coverURL": "https://suryascans.com/wp-content/uploads/2022/10/new-resource.webp", "synopsis": "When I woke up, I became the villain of a martial arts novel! But the body I possessed happened to be the extra character of a disastrous villain ?[ Hyuk Ryeon-woon / The fourth son of Demonic Sect. Leader / A scoundrel, a playboy, has weak combat techniques and a nasty temper]Hyuk Ryeon-woon, the insignificant villain of the demon sect\u2019s young master who died with a single slash by the main character in the novel!He has no choice but to become stronger in order to survive from the main character.\u201cDamn it. Main character or whatsoever. I will destroy all of it!\u201dThe chilling survival story of martial arts of the good-for-nothing villain who will do whatever it takes to stay alive!", "genre": ["Action", "Adventure", "Martial Arts", "Murim"], "createdAt": "2023-03-06T12:41:58Z", "updatedAt": "2023-03-06T12:42:03Z"}] | {"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"provider": {"type": "string"}, "slug": {"type": "string"}, "title": {"type": "string"}, "sourceURL": {"type": "string"}, "shortURL": {"type": "string"}, "coverURL": {"type": "string"}, "synopsis": {"type": "string"}, "genre": {"type": "array", "items": {"type": "string"}}, "createdAt": {"type": "string"}, "updatedAt": {"type": "string"}}, "required": ["coverURL", "createdAt", "genre", "provider", "shortURL", "slug", "sourceURL", "synopsis", "title", "updatedAt"]}} |
31783428-1db4-4e10-9eed-be278768dbf8/cc42ebef-99ee-42dd-a459-e995fc7125b7/0/0 | Manga Scrapper | Get webtoon / comic data from favourite scanlation websites. | 9.2 | Webtoons list - paginated | Make request to fetch webtoon's series collection from a specific provider. | 200 | Asura Scans | [{"provider": "asura", "slug": "a-comic-artists-survival-guide", "title": "A Comic Artist\u2019s Survival Guide", "sourceURL": "https://www.asurascans.com/manga/1672760368-a-comic-artists-survival-guide/", "shortURL": "https://www.asurascans.com/?p=96792", "coverURL": "https://www.asurascans.com/wp-content/uploads/2022/04/cover1.jpg", "synopsis": "Snow, a failing comic artist whose comic is about to be discontinued, reincarnates into his own comic by chance. In his comic, the Pante Continent is on the verge of ruin due to the expansion of the Demon King\u2019s army, resulting in Snow being in danger as well. Just as his life was about to end, Snow receives an opportunity to survive, with the condition that he takes over the author\u2019s role and rewrites the entire comic\u2019s storyline. If he fails to \u201d create\u201d a more interesting story, then Snow and the comic world would be destroyed\u2026", "genre": ["Action", "Adventure", "Fantasy", "Isekai", "Shounen"], "createdAt": "2023-03-06T03:10:43Z", "updatedAt": "2023-03-06T03:12:26Z"}, {"provider": "asura", "slug": "above-the-heavens", "title": "Above the Heavens", "sourceURL": "https://www.asurascans.com/manga/1672760368-above-the-heavens/", "shortURL": "https://www.asurascans.com/?p=57544", "coverURL": "https://www.asurascans.com/wp-content/uploads/2021/09/abovetheheavenscover-1.jpg", "synopsis": "College student Zhou Mingyu has been targeted by various forces in the warlock world for possessing a strange power called [Tengu].<br />In order to eliminate the influence of [Tengu] on him and to unveil the truth about his father\u2019s death, a mysterious event that took place in the Kunlun Mountains more than a hundred years ago is revealed\u2026", "genre": ["Action", "Fantasy", "Shounen", "Supernatural"], "createdAt": "2023-03-06T03:10:43Z", "updatedAt": "2023-03-06T03:12:27Z"}, {"provider": "asura", "slug": "absolute-sword-sense", "title": "Absolute Sword Sense", "sourceURL": "https://www.asurascans.com/manga/1672760368-absolute-sword-sense/", "shortURL": "https://www.asurascans.com/?p=106561", "coverURL": "https://www.asurascans.com/wp-content/uploads/2022/06/swordsenseCover03.png", "synopsis": "[From the author of Nano Machine]<br />After being given up on by his family because his dantian was destroyed, Soh Woonhwi was kidnapped by the Blood Cult and lived as a third-rate spy. One day, he died while being used to find a legendary sword immortal\u2019s secret records. However, he returned to the day he was kidnapped ten years ago and obtained a mysterious ability that allowed him to hear the voice of swords.", "genre": ["Action", "Adventure", "Martial Arts", "Murim", "Returner"], "createdAt": "2023-03-06T03:10:43Z", "updatedAt": "2023-03-06T03:12:29Z"}, {"provider": "asura", "slug": "academys-undercover-professor", "title": "Academy\u2019s Undercover Professor", "sourceURL": "https://www.asurascans.com/manga/1672760368-academys-undercover-professor/", "shortURL": "https://www.asurascans.com/?p=102937", "coverURL": "https://www.asurascans.com/wp-content/uploads/2022/06/Academys_Undercover_ProfessorCover_copy.png", "synopsis": "I became a professor in the best academy of the Empire because I\u2026 was mistaken for someone else. I\u2019m in a situation where I can\u2019t get caught by either side. I wonder where this dangerous tight-rope walking situation will lead me to?", "genre": ["Action", "Adventure", "Comedy", "Drama", "Fantasy", "School Life", "Supernatural"], "createdAt": "2023-03-06T03:10:43Z", "updatedAt": "2023-03-06T03:12:30Z"}, {"provider": "asura", "slug": "arcana-fantasy", "title": "Arcana Fantasy", "sourceURL": "https://www.asurascans.com/manga/1672760368-arcana-fantasy/", "shortURL": "https://www.asurascans.com/?p=29489", "coverURL": "https://www.asurascans.com/wp-content/uploads/2020/12/tall.jpg", "synopsis": "Arcana Fantasy, a mobile game, has taken the world by storm. However, players lose consciousness in the real world and are trapped in the game until someone completes it. Can Yoon, the son of a pro gamer, find his father in the virtual world?", "genre": ["Adventure", "Fantasy", "Shounen", "Video Games", "Virtual Reality"], "createdAt": "2023-03-06T03:10:43Z", "updatedAt": "2023-03-06T03:12:32Z"}, {"provider": "asura", "slug": "archmage-transcending-through-regression", "title": "Archmage Transcending Through Regression", "sourceURL": "https://www.asurascans.com/manga/1672760368-archmage-transcending-through-regression/", "shortURL": "https://www.asurascans.com/?p=135816", "coverURL": "https://www.asurascans.com/wp-content/uploads/2022/10/ArchmageTranscendingCover01.png", "synopsis": "Mikhail Walpurgis, the world\u2019s only 9th-circle Archmage, fell in battle due to a damned hero, and managed to cast one final advanced magic spell, <TIME REVERSAL>. As time rewound, he regressed to 20 years ago.<br />\u201cFine. I\u2019ll just become the hero instead.\u201d", "genre": ["Action", "Adventure", "Fantasy", "Regression"], "createdAt": "2023-03-06T03:10:43Z", "updatedAt": "2023-03-06T03:12:33Z"}, {"provider": "asura", "slug": "barbarian-quest", "title": "Barbarian Quest", "sourceURL": "https://www.asurascans.com/manga/1672760368-barbarian-quest/", "shortURL": "https://www.asurascans.com/?p=85881", "coverURL": "https://www.asurascans.com/wp-content/uploads/2022/04/BarbQuest_hElookkindadumbaf-1.jpg", "synopsis": "The greatest warrior of the Boulder Axe Tribe, Urich.<br />He accomplished what others in his tribe could not, and went beyond the \u2018Sky Mountain Range\u2019.<br />What he saw beyond the mountains was,<br />Different clothing being worn, different languages being spoken,<br />and unfamiliar people in iron-clad armor.<br />\u201cSo, the realm past the mountains wasn\u2019t just a spirit world for the dead!\u201d<br />An uncharted world, and the one who faces it,<br />Barbarian Urich is headed towards the civilized world!<br /><br />https://asurascans.com/wp-content/uploads/2022/04/barbarian_eng-1.mp4", "genre": null, "createdAt": "2023-03-06T03:10:43Z", "updatedAt": "2023-03-06T03:12:34Z"}, {"provider": "asura", "slug": "boundless-necromancer", "title": "Boundless Necromancer", "sourceURL": "https://www.asurascans.com/manga/1672760368-boundless-necromancer/", "shortURL": "https://www.asurascans.com/?p=155805", "coverURL": "https://www.asurascans.com/wp-content/uploads/2022/12/boundlessNecroCover01.png", "synopsis": "[By the studio that brought you <Solo Leveling> and <Return of the Disaster-Class Hero>!]<br />I never thought I could become a hunter.<br />I never thought I\u2019d get the chance.<br />But that wasn\u2019t the case.<br />\u300c The \u2018Tower of Trials\u2019 has selected all suitable candidates from Earth. \u300d<br />\u300c Please select your difficulty. \u300d<br />\u300c The rewards you get will be directly proportional to your chosen difficulty. \u300d<br />I was given a chance just now.<br />A special one, at that.", "genre": ["Action", "Adventure", "Fantasy", "Necromancer"], "createdAt": "2023-03-06T03:10:43Z", "updatedAt": "2023-03-06T03:12:35Z"}, {"provider": "asura", "slug": "carnivorous-hunter", "title": "Carnivorous Hunter", "sourceURL": "https://www.asurascans.com/manga/1672760368-carnivorous-hunter/", "shortURL": "https://www.asurascans.com/?p=110474", "coverURL": "https://www.asurascans.com/wp-content/uploads/2022/07/CarniHunterColor02.png", "synopsis": "With beasts appearing all over the world, billions of people have died to the catastrophic event. Part of the survivors who lived became \u201cmetahumans\u201d. They were people who would be able to face off against the beasts, as such, a huge gap between metahumans and the humans who weren\u2019t able to transition opened. Kim Seonwoo is a regular human guide for the metahumans\u2019 beast subjugation. On the verge of their death, he heard a voice in his head say: \u201cKill them.\u201d \u201cKill them and take their power!\u201d", "genre": ["Action", "Adventure", "Fantasy", "Mature", "Seinen", "Supernatural"], "createdAt": "2023-03-06T03:10:43Z", "updatedAt": "2023-03-06T03:12:37Z"}, {"provider": "asura", "slug": "champions-path-to-murim", "title": "Champion\u2019s Path to Murim", "sourceURL": "https://www.asurascans.com/manga/1672760368-champions-path-to-murim/", "shortURL": "https://www.asurascans.com/?p=127819", "coverURL": "https://www.asurascans.com/wp-content/uploads/2022/09/PathtoMurimCover01.png", "synopsis": "Known as \u201cMister Perfect\u201d, the Champion, Kim Sanghyuk, was a living legend in the world of mixed martial arts. However, he was one day reborn into the Murim world as the youngest member of the Golden Tiger Wall! \u201cThis time, I\u2019ll forge a new legend in the Murim!\u201d The Murim, which was home to a medley of martial arts and techniques, suddenly welcomed an oddity who was trained in Boxing, Taekwondo, Muay Thai, Wrestling, Jujitsu, Capoeira, Judo, and a variety of modern martial arts. He\u2019s ready to shake things up!", "genre": ["Action", "Adventure", "Fantasy", "Martial Arts", "Rebirth"], "createdAt": "2023-03-06T03:10:43Z", "updatedAt": "2023-03-06T03:12:38Z"}] | {"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"provider": {"type": "string"}, "slug": {"type": "string"}, "title": {"type": "string"}, "sourceURL": {"type": "string"}, "shortURL": {"type": "string"}, "coverURL": {"type": "string"}, "synopsis": {"type": "string"}, "genre": {"anyOf": [{"type": "null"}, {"type": "array", "items": {"type": "string"}}]}, "createdAt": {"type": "string"}, "updatedAt": {"type": "string"}}, "required": ["coverURL", "createdAt", "genre", "provider", "shortURL", "slug", "sourceURL", "synopsis", "title", "updatedAt"]}} |
31783428-1db4-4e10-9eed-be278768dbf8/cc42ebef-99ee-42dd-a459-e995fc7125b7/0/1 | Manga Scrapper | Get webtoon / comic data from favourite scanlation websites. | 9.2 | Webtoons list - paginated | Make request to fetch webtoon's series collection from a specific provider. | 200 | Surya Scans | [{"provider": "surya", "slug": "fighters", "title": "Fighters", "sourceURL": "https://suryascans.com/manga/fighters/", "shortURL": "https://suryascans.com/?p=780", "coverURL": "https://suryascans.com/wp-content/uploads/2022/09/fighters.jpg", "synopsis": "The Genius Fighter Jason Kim. However his winning streak ends with an accident during match, and he couldn\u2019t use his left arm anymore. After defeat, he quit the pro scene and returned to hometown, but the life is just hard to live quietly for such fighter. He\u2019s getting involved into endless fights, regardless of his will.. Korean Version of the: Dexter Attack", "genre": ["Action", "Delinquents", "Mature", "School Life", "Sports"], "createdAt": "2023-03-06T12:41:58Z", "updatedAt": "2023-03-06T12:42:00Z"}, {"provider": "surya", "slug": "i-am-not-the-son-of-luck", "title": "I am not the Son of Luck", "sourceURL": "https://suryascans.com/manga/i-am-not-the-son-of-luck/", "shortURL": "https://suryascans.com/?p=1625", "coverURL": "https://suryascans.com/wp-content/uploads/2022/09/2-cover-new.jpg", "synopsis": "After traversing to cultivation world, Shen Tian found that he could see the luck and chances of other people around him. With the idea of rubbing the aura of protagonist, Shen Tian began to take the initiative to befriend those sons of luck. Later, everyone gradually found out that no matter who it was with Shen Tian, as long as they practice with him, they were bound to encounter great fortune, that to without any exception! From that day on, Shen Tian became the most popular mascot in the cultivation world.", "genre": ["Adventure", "Comedy", "Cultivation", "Drama", "Martial Arts", "Reincarnation", "Shounen"], "createdAt": "2023-03-06T12:41:58Z", "updatedAt": "2023-03-06T12:42:00Z"}, {"provider": "surya", "slug": "i-am-unbeatable", "title": "I am Unbeatable", "sourceURL": "https://suryascans.com/manga/i-am-unbeatable/", "shortURL": "https://suryascans.com/?p=2823", "coverURL": "https://suryascans.com/wp-content/uploads/2022/11/cover-image-inja.webp", "synopsis": "Skill is a very important factor in a person\u2019s life, and there\u2019s him who has a strong body and a violent nature. Woo-Hyuk lived suppressing it. One day, Woo-Hyuk accidentally ends up in \u201cClub Peach\u201d and catches the eyes of Yun-Bin, who manages it. Yun-Bin already knows what Woo-Hyuk is capable of, so she asks him to serve her, but little does the charmed Woo-Hyuk knows that he has already stepped into a world prone to illegals. So, what will await him? Honor or Demise?", "genre": ["Action", "Delinquents", "Drama", "Gang", "Shounen"], "createdAt": "2023-03-06T12:41:58Z", "updatedAt": "2023-03-06T12:42:00Z"}, {"provider": "surya", "slug": "i-became-a-genius-salesman", "title": "I became a Genius Salesman", "sourceURL": "https://suryascans.com/manga/i-became-a-genius-salesman/", "shortURL": "https://suryascans.com/?p=774", "coverURL": "https://suryascans.com/wp-content/uploads/2022/09/eng-cover-genius-salesman.webp", "synopsis": "A forever inferior salesman becomes a genius salesman! \u200b Medical salesman \u2018Ji-hoon\u2019 sells with diligence and sincerity in everything, But he always falls behind \u2018Chief Choi\u2019, who monopolizes sales performance through all kinds of lobbying and illegal acts. Even so, Jihoon, who is not swayed by bad temptations and treats other people with sincerity discovers a very special ability,..", "genre": ["Comedy", "Drama", "Shounen", "Supernatural"], "createdAt": "2023-03-06T12:41:58Z", "updatedAt": "2023-03-06T12:42:00Z"}, {"provider": "surya", "slug": "judge-lee-han-young", "title": "Judge Lee Han Young", "sourceURL": "https://suryascans.com/manga/judge-lee-han-young/", "shortURL": "https://suryascans.com/?p=5030", "coverURL": "https://suryascans.com/wp-content/uploads/2023/03/judge-lee-han-young-sr-ch-2.webp", "synopsis": "Judge Lee, who believed justice could be realized in the courtroom, did not follow the orders of his superiors and sentenced the conglomerate to life in prison before being killed.But is it because of the shenanigans he heard as a child? With all his memories, Lee gets a second life chance.The world needs him, Lee, the heretic of the judiciary, who knows only justice.", "genre": ["Action", "Drama", "Law", "Seinen"], "createdAt": "2023-03-06T12:41:58Z", "updatedAt": "2023-03-06T12:42:01Z"}, {"provider": "surya", "slug": "k-ex-life-hunter", "title": "990k Ex-Life Hunter", "sourceURL": "https://suryascans.com/manga/990k-ex-life-hunter/", "shortURL": "https://suryascans.com/?p=4495", "coverURL": "https://suryascans.com/wp-content/uploads/2023/01/newimg-990k_result.webp", "synopsis": "As an F-Rank hunter, Kang Hyeonjun struggles to make a living in a world where dungeons exist and monsters are real. But after repeatedly failing to pull his weight in raids and being chewed out by fellow party members, his self-esteem hits rock bottom. To make matters worse, his girlfriend, who has climbed the ranks during their time together, dumps him on their one-year anniversary. When Hyeonjun returns home that night in a drunken haze, he finds himself walking into a dreamscape instead of his humble studio. There, a man claiming to be one of his past lives offers to make him stronger. But as the saying goes, if there\u2019s no pain, there\u2019s no gain. Will Hyeonjun be able to endure multiple trials and finally obtain the strength he so desperately desires?", "genre": ["Action", "Adventure", "Dungeons", "Fantasy"], "createdAt": "2023-03-06T12:41:58Z", "updatedAt": "2023-03-06T12:41:59Z"}, {"provider": "surya", "slug": "memoir-of-the-legendary-scholar", "title": "Memoir of the Legendary Scholar", "sourceURL": "https://suryascans.com/manga/memoir-of-the-legendary-scholar/", "shortURL": "https://suryascans.com/?p=1817", "coverURL": "https://suryascans.com/wp-content/uploads/2022/10/resource.jpg", "synopsis": "\u2018Kim Si-seup\u2019, a man destined to fight for the rest of his life with a cluster of another world. He was known as a prodigy since childhood, but fate didn\u2019t help him. The painter that came to find out about the identity of the woman who appears in his dream every night, only speaks incomprehensible words\u2026\u201dThe world isn\u2019t everything you see. Maybe there is a world we didn\u2019t know existed\u2026something like that.\u201dAs he lives in this world, he found out about the existence of another world. The poor man who fights alone in order to protect this world\u2019s life and obligation, the story of \u2018Kim Si-Seup\u2019 begins! A back and forth crossover historical fantasy between Joseon and Seoul! \u2013 Read at suryascans.com and support us!", "genre": ["Action", "Adventure", "Drama", "Fantasy", "Historical", "Martial Arts", "Shounen"], "createdAt": "2023-03-06T12:41:58Z", "updatedAt": "2023-03-06T12:42:01Z"}, {"provider": "surya", "slug": "modern-dude-in-the-murim", "title": "Modern Dude in the Murim", "sourceURL": "https://suryascans.com/manga/modern-dude-in-the-murim/", "shortURL": "https://suryascans.com/?p=3072", "coverURL": "https://suryascans.com/wp-content/uploads/2022/12/moden-guy-murim.webp", "synopsis": "I was civil service examination taker struggling hard to survive, when I got hit by a speeding vehicle while doing food deliveries at night. I remember dying due to the hit-and-run accident, but\u2026 \u2018\u2026I\u2019m Cho Hwi?\u2019 When I woke up, I had become the second son of the Cho Family Smithy. In this new life, I had neither invincible martial strength nor unmatched political influence, only a huge debt that threatened the lives of my entire family. However, I still had one trump card left! \u201cFather, please let me inherit the Cho Family\u2019s Smithy.\u201dThis is the Success story of a modern-day blue-collar worker who uses his knowledge and experience to thrive in the world of murim! \u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014 \u201cModern Dude in the Murim\u201d is updated on Thursday every week.", "genre": ["Action", "Adventure", "Fantasy", "Historical", "Martial Arts", "Murim", "Shounen"], "createdAt": "2023-03-06T12:41:58Z", "updatedAt": "2023-03-06T12:42:01Z"}, {"provider": "surya", "slug": "monarch", "title": "Monarch", "sourceURL": "https://suryascans.com/manga/monarch/", "shortURL": "https://suryascans.com/?p=368", "coverURL": "https://suryascans.com/wp-content/uploads/2022/09/monarch-series-eng-00.webp", "synopsis": "Asthmatic patient desperately learns MMA to avenge his brother \u201cJegal Cheon\u201d, who was a mixed martial arts figher. In order to challenge MMA EMPEROR F.C. Heavyweight World Champion \u2018Riber \u201cDARK\u201d Quesera\u2019. This is the battle story of fighting and defeating countless strong men. Chapter 1-4 Done by void-scans.com", "genre": ["Action", "Drama", "Shounen", "Sports"], "createdAt": "2023-03-06T12:41:58Z", "updatedAt": "2023-03-06T12:42:02Z"}, {"provider": "surya", "slug": "my-luck-is-max-level", "title": "My Luck is Max Level", "sourceURL": "https://suryascans.com/manga/my-luck-is-max-level/", "shortURL": "https://suryascans.com/?p=224", "coverURL": "https://suryascans.com/wp-content/uploads/2022/09/myluckismaxlevel.webp", "synopsis": "A virtual reality game \u2018The end of the world\u2019 with the hardest difficulty level, Han Sung who was once the top class Ranker, He\u2019s now stuck inside the game!It\u2019s hard to survive with the insufficient current stats. However, Han Sung\u2019s luck is max level!It\u2019s normal to find SSS-class skill when he opens a random box! Hits the jackpot when he spins the slot machine!His luck is exploding!Will Lee Han Sung be able to clear this disastrous game safely?", "genre": ["Action", "Adventure", "Games", "Shounen", "System", "Virtual Reality"], "createdAt": "2023-03-06T12:41:58Z", "updatedAt": "2023-03-06T12:42:02Z"}] | {"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"provider": {"type": "string"}, "slug": {"type": "string"}, "title": {"type": "string"}, "sourceURL": {"type": "string"}, "shortURL": {"type": "string"}, "coverURL": {"type": "string"}, "synopsis": {"type": "string"}, "genre": {"type": "array", "items": {"type": "string"}}, "createdAt": {"type": "string"}, "updatedAt": {"type": "string"}}, "required": ["coverURL", "createdAt", "genre", "provider", "shortURL", "slug", "sourceURL", "synopsis", "title", "updatedAt"]}} |
57ae8e19-a856-43de-be5d-7845aede39f4/4512d096-2de2-45e9-9344-8a6af057f8fb/0/0 | beyblade-api | A Beyblade API, providing access to information about various Beyblades, their product information, parts and other related data | 0.1 | /api/v1/beyblades | 500 | null | {"err": ""} | {"type": "object", "properties": {"err": {"type": "string"}}} |
|
57ae8e19-a856-43de-be5d-7845aede39f4/4512d096-2de2-45e9-9344-8a6af057f8fb/1/0 | beyblade-api | A Beyblade API, providing access to information about various Beyblades, their product information, parts and other related data | 0.1 | /api/v1/beyblades | 400 | null | {"err": ""} | {"type": "object", "properties": {"err": {"type": "string"}}} |
|
57ae8e19-a856-43de-be5d-7845aede39f4/4512d096-2de2-45e9-9344-8a6af057f8fb/2/0 | beyblade-api | A Beyblade API, providing access to information about various Beyblades, their product information, parts and other related data | 0.1 | /api/v1/beyblades | 200 | null | [{"id": 0, "name": "", "url": ""}] | {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer", "format": "int64", "minimum": -9223372036854776000, "maximum": 9223372036854776000}, "name": {"type": "string"}, "url": {"type": "string"}}}} |
|
57ae8e19-a856-43de-be5d-7845aede39f4/0835352f-9b74-4cab-8c78-2d234f19548e/0/0 | beyblade-api | A Beyblade API, providing access to information about various Beyblades, their product information, parts and other related data | 0.1 | /api/v1/beyblades/{id} | 500 | null | {"err": ""} | {"type": "object", "properties": {"err": {"type": "string"}}} |
|
57ae8e19-a856-43de-be5d-7845aede39f4/0835352f-9b74-4cab-8c78-2d234f19548e/1/0 | beyblade-api | A Beyblade API, providing access to information about various Beyblades, their product information, parts and other related data | 0.1 | /api/v1/beyblades/{id} | 200 | null | {"id": 0, "name": "", "url": "", "reference": "", "fandomUrl": "", "imageUrl": "", "productInfo": {"type": [], "series": [], "system": [], "spinDirection": []}, "parts": {"items": ""}} | {"allOf": [{"type": "object", "properties": {"id": {"type": "integer", "format": "int64", "minimum": -9223372036854776000, "maximum": 9223372036854776000}, "name": {"type": "string"}, "url": {"type": "string"}}}, {"type": "object", "properties": {"reference": {"type": "string"}, "fandomUrl": {"type": "string"}, "imageUrl": {"type": "string"}, "productInfo": {"type": "object", "properties": {"type": {"type": "array", "items": {"type": "string"}}, "series": {"type": "array", "items": {"type": "string"}}, "system": {"type": "array", "items": {"type": "string"}}, "spinDirection": {"type": "array", "items": {"type": "string"}}}}, "parts": {"type": "object", "additionalProperties": {"type": "array", "items": {"type": "string"}}}}}]} |
|
57ae8e19-a856-43de-be5d-7845aede39f4/0835352f-9b74-4cab-8c78-2d234f19548e/2/0 | beyblade-api | A Beyblade API, providing access to information about various Beyblades, their product information, parts and other related data | 0.1 | /api/v1/beyblades/{id} | 400 | null | {"err": ""} | {"type": "object", "properties": {"err": {"type": "string"}}} |
|
21ff79d7-8414-4182-8673-ae065f3165f1/a872d57b-1e42-44ae-9e8c-c025a29583c3/0/0 | Anime, manga and Novels Api | Get the complete data of 14k Novels, 1k animes and 1k mangas.
we updated our data daily | 9.2 | Get Novel By Id | Get Novel By Id. | 200 | Response | {"novelId": 3, "name": "I Shall Seal the Heavens", "slug": "i-shall-seal-the-heavens", "description": "What I want, the Heavens shall not lack! What I don\u2019t want, had better not exist in the Heavens!\u201d This is a story which originates between the Eighth and Ninth Mountains, the world in which the strong prey upon the weak. \u201cMy Name is Meng Hao! The Ninth Generation Demon Sealer, I shall seal the Heavens!! \u201c", "locale": "en_US", "status": "Completed", "alternativeNames": "", "related": null} | {"type": "object", "properties": {"novelId": {"type": "integer"}, "name": {"type": "string"}, "slug": {"type": "string"}, "description": {"type": "string"}, "locale": {"type": "string"}, "status": {"type": "string"}, "alternativeNames": {"type": "string"}, "related": {"type": "null"}}} |
21ff79d7-8414-4182-8673-ae065f3165f1/40802214-ebe8-4187-9d65-384154e610e2/0/0 | Anime, manga and Novels Api | Get the complete data of 14k Novels, 1k animes and 1k mangas.
we updated our data daily | 9.2 | Get Manga By Id | Get Manga Information by id | 200 | Response | {"mangaId": 21, "name": "1 Pound no Fukuin\nOne Pound Gospel", "slug": "1-pound-no-fukuin-one-pound-gospel", "description": "Kosaku Hatanaka is a natural at boxing, but he can't control his voracious appetite. As a result, he has been forced to change his weight, going from flyweight, all the way up to feather weight, something his trainer tells him he doesn't have the frame for. On top of this he accepts challenges from higher weight classes, giving his coach (and himself) constant trouble.\n\nInto this picture steps Sister Angela, a novice nun who takes Kosaku on as a personal project, determined to set him on the right path and break his habit of gluttony. Unfortunately, closeness can sometimes breed feelings of affection, which Kosaku begins to develop. Even worse, Sister Angela realizes she's beginning to have the same problems as well.", "background": "1 Pound no Fukuin was published in English as One\u2665Pound Gospel by VIZ Media from June 10, 2008 to December 9, 2008. It was also published in Spanish by Ediciones Gl\u00e9nat from July 2008 to April 2009.", "image": "https://cdn.myanimelist.net/images/manga/2/19250.jpg", "source": "myanimelist.net", "status": "Finished", "locale": "en_US", "volumes": 4, "chapters": 37, "published": "Jul 24, 1987 to Dec 21, 2006", "demographic": "", "related": {"adaptation": ["1 Pound no Fukuin"]}, "alternativeNames": {"synonyms": ["Ichi-Pound no Fukuin"], "japanese": "1\u30dd\u30f3\u30c9\u306e\u798f\u97f3", "english": "One Pound Gospel"}} | {"type": "object", "properties": {"mangaId": {"type": "integer"}, "name": {"type": "string"}, "slug": {"type": "string"}, "description": {"type": "string"}, "background": {"type": "string"}, "image": {"type": "string"}, "source": {"type": "string"}, "status": {"type": "string"}, "locale": {"type": "string"}, "volumes": {"type": "integer"}, "chapters": {"type": "integer"}, "published": {"type": "string"}, "demographic": {"type": "string"}, "related": {"type": "object", "properties": {"adaptation": {"type": "array", "items": {"type": "string"}}}}, "alternativeNames": {"type": "object", "properties": {"synonyms": {"type": "array", "items": {"type": "string"}}, "japanese": {"type": "string"}, "english": {"type": "string"}}}}} |
21ff79d7-8414-4182-8673-ae065f3165f1/32761c2a-48c0-45f7-8b14-8a34ce23534a/0/0 | Anime, manga and Novels Api | Get the complete data of 14k Novels, 1k animes and 1k mangas.
we updated our data daily | 9.2 | Get Anime By Id | Get Anime By Id | 200 | Response | {"animeId": 19, "name": ".hack//G.U. Returner", "slug": "hackgu-returner", "description": "hackgu-returner", "background": null, "image": "", "status": "Finished Airing", "locale": "en_US", "episodes": "1", "aired": "Jan 18, 2007", "premiered": "", "broadcast": "", "licensors": null, "studios": "Bee Train", "demographic": "", "duration": "24 min.", "rating": "PG-13 - Teens 13 or older", "related": {"alternativeVersion": [".hack//Sign"], "parentStory": [".hack//Roots"], "prequel": [".hack//G.U. Trilogy"]}, "alternativeNames": {"japanese": ".HACK//G.U. RETURNER"}} | {"type": "object", "properties": {"animeId": {"type": "integer"}, "name": {"type": "string"}, "slug": {"type": "string"}, "description": {"type": "string"}, "background": {"type": "null"}, "image": {"type": "string"}, "status": {"type": "string"}, "locale": {"type": "string"}, "episodes": {"type": "string"}, "aired": {"type": "string"}, "premiered": {"type": "string"}, "broadcast": {"type": "string"}, "licensors": {"type": "null"}, "studios": {"type": "string"}, "demographic": {"type": "string"}, "duration": {"type": "string"}, "rating": {"type": "string"}, "related": {"type": "object", "properties": {"alternativeVersion": {"type": "array", "items": {"type": "string"}}, "parentStory": {"type": "array", "items": {"type": "string"}}, "prequel": {"type": "array", "items": {"type": "string"}}}}, "alternativeNames": {"type": "object", "properties": {"japanese": {"type": "string"}}}}} |
21ff79d7-8414-4182-8673-ae065f3165f1/ec053374-c36c-44c2-94de-4ea34b9618fd/0/0 | Anime, manga and Novels Api | Get the complete data of 14k Novels, 1k animes and 1k mangas.
we updated our data daily | 9.2 | Anime | Get a list of all anime | 200 | Response | {"items": [{"animeId": 15, "name": "Shingeki no Kyojin: The Final Season - Kanketsu-hen", "slug": "shingeki-no-kyojin-the-final-season-kanketsu-hen", "description": "shingeki-no-kyojin-the-final-season-kanketsu-hen", "background": null, "image": "", "status": "Not yet aired", "locale": "en_US", "episodes": "Unknown", "aired": "Mar 4, 2023 to ?", "premiered": "", "broadcast": "", "licensors": null, "studios": "MAPPA", "demographic": "Shounen", "duration": "Unknown", "rating": "R - 17+ (violence & profanity)", "related": {"adaptation": ["Shingeki no Kyojin"], "prequel": ["Shingeki no Kyojin"]}, "alternativeNames": {"synonyms": ["Shingeki no Kyojin"], "japanese": "\u9032\u6483\u306e\u5de8\u4eba The Final Season\u5b8c\u7d50\u7de8", "english": "Attack on Titan"}}, {"animeId": 19, "name": ".hack//G.U. Returner", "slug": "hackgu-returner", "description": "hackgu-returner", "background": null, "image": "", "status": "Finished Airing", "locale": "en_US", "episodes": "1", "aired": "Jan 18, 2007", "premiered": "", "broadcast": "", "licensors": null, "studios": "Bee Train", "demographic": "", "duration": "24 min.", "rating": "PG-13 - Teens 13 or older", "related": {"alternativeVersion": [".hack//Sign"], "parentStory": [".hack//Roots"], "prequel": [".hack//G.U. Trilogy"]}, "alternativeNames": {"japanese": ".HACK//G.U. RETURNER"}}, {"animeId": 20, "name": ".hack//G.U. Trilogy", "slug": "hackgu-trilogy", "description": "hackgu-trilogy", "background": null, "image": "", "status": "Finished Airing", "locale": "en_US", "episodes": "1", "aired": "Dec 22, 2007", "premiered": "", "broadcast": "", "licensors": "Funimation, Bandai Entertainment", "studios": "CyberConnect2", "demographic": "", "duration": "1 hr. 33 min.", "rating": "PG-13 - Teens 13 or older", "related": {"prequel": [".hack//Roots"], "sequel": [".hack//G.U. Returner"], "sideStory": [".hack//G.U. Trilogy"], "other": ["Daitai 3-pun de Wakaru .hack History"]}, "alternativeNames": {"japanese": ".hack//G.U. Trilogy", "english": ".hack//G.U. Trilogy", "french": ".hack // G.U. Trilogy"}}, {"animeId": 21, "name": ".hack//G.U. Trilogy: Parody Mode", "slug": "hackgu-trilogy-parody-mode", "description": "hackgu-trilogy-parody-mode", "background": "", "image": "", "status": "Finished Airing", "locale": "en_US", "episodes": "1", "aired": "Mar 25, 2008", "premiered": "", "broadcast": "", "licensors": null, "studios": "None found, add some", "demographic": "", "duration": "6 min.", "rating": "PG-13 - Teens 13 or older", "related": {"parentStory": [".hack//G.U. Trilogy"]}, "alternativeNames": {"japanese": ".hack//G.U. Trilogy", "english": ".hack//G.U. Trilogy"}}, {"animeId": 22, "name": ".hack//Gift", "slug": "hackgift", "description": "hackgift", "background": "", "image": "", "status": "Finished Airing", "locale": "en_US", "episodes": "1", "aired": "Nov 16, 2003", "premiered": "", "broadcast": "", "licensors": "Bandai Entertainment", "studios": "Bee Train", "demographic": "", "duration": "26 min.", "rating": "R+ - Mild Nudity", "related": {"parentStory": [".hack//Sign", " .hack//Tasogare no Udewa Densetsu"]}, "alternativeNames": {"japanese": ".hack//GIFT", "english": ".hack//Gift"}}, {"animeId": 23, "name": ".hack//Intermezzo", "slug": "hackintermezzo", "description": "hackintermezzo", "background": "", "image": "", "status": "Finished Airing", "locale": "en_US", "episodes": "1", "aired": "Mar 28, 2003", "premiered": "", "broadcast": "", "licensors": "Bandai Entertainment", "studios": "Bee Train", "demographic": "", "duration": "24 min.", "rating": "PG-13 - Teens 13 or older", "related": {"prequel": [".hack//Sign"]}, "alternativeNames": {"synonyms": [".hack//Another Story", ".hack//SIGN Episode 27"]}}, {"animeId": 24, "name": ".hack//Liminality", "slug": "hackliminality", "description": "hackliminality", "background": "", "image": "", "status": "Finished Airing", "locale": "en_US", "episodes": "4", "aired": "Jun 20, 2002 to Apr 10, 2003", "premiered": "", "broadcast": "", "licensors": "Bandai Entertainment", "studios": "Bee Train", "demographic": "", "duration": "33 min. per ep.", "rating": "PG-13 - Teens 13 or older", "related": {"alternativeSetting": [".hack//Sign"]}, "alternativeNames": {"synonyms": ["Hack OVA"], "japanese": ".hack//LIMINALITY", "english": ".hack//Liminality"}}, {"animeId": 25, "name": ".hack//Quantum", "slug": "hackquantum", "description": "hackquantum", "background": "", "image": "", "status": "Finished Airing", "locale": "en_US", "episodes": "3", "aired": "Jan 28, 2011 to Apr 7, 2011", "premiered": "", "broadcast": "", "licensors": "Funimation", "studios": "Kinema Citrus", "demographic": "", "duration": "26 min. per ep.", "rating": "PG-13 - Teens 13 or older", "related": {"adaptation": [".hack//Quantum+"], "other": [".hack//Sign", " .hack//Tasogare no Udewa Densetsu", " .hack//Roots"], "sideStory": [".hack//Quantum"]}, "alternativeNames": {"japanese": ".hack//Quantum"}}, {"animeId": 26, "name": ".hack//Quantum: Sore ike! Bokura no Chimuchimu-chan!!", "slug": "hackquantum-sore-ike-bokura-no-chimuchimu-chan", "description": "hackquantum-sore-ike-bokura-no-chimuchimu-chan", "background": "", "image": "", "status": "Finished Airing", "locale": "en_US", "episodes": "3", "aired": "Jan 28, 2011 to Apr 7, 2011", "premiered": "", "broadcast": "", "licensors": null, "studios": "Kinema Citrus", "demographic": "", "duration": "3 min. per ep.", "rating": "PG-13 - Teens 13 or older", "related": {"parentStory": [".hack//Quantum"]}, "alternativeNames": {"synonyms": [".hack//Quantum Specials"], "japanese": ".hack//Quantum \u6620\u50cf\u7279\u5178 \u305d\u308c\u3044\u3051\uff01\u307c\u304f\u3089\u306e\u30c1\u30e0\u30c1\u30e0\u3061\u3083\u3093\uff01\uff01", "english": ".hack//Quantum"}}, {"animeId": 27, "name": ".hack//Roots", "slug": "hackroots", "description": "hackroots", "background": "", "image": "", "status": "Finished Airing", "locale": "en_US", "episodes": "26", "aired": "Apr 6, 2006 to Sep 28, 2006", "premiered": "Spring 2006", "broadcast": "Thursdays at 01", "licensors": "Funimation, Bandai Entertainment", "studios": "Bee Train", "demographic": "", "duration": "24 min. per ep.", "rating": "PG-13 - Teens 13 or older", "related": {"prequel": [".hack//Sign", " .hack//Tasogare no Udewa Densetsu"], "sequel": [".hack//G.U. Trilogy"], "other": [".hack//Quantum"]}, "alternativeNames": {"japanese": ".hack//Roots", "english": ".hack//roots"}}], "meta": {"totalItems": 46, "itemCount": 10, "itemsPerPage": 10, "totalPages": 5, "currentPage": 1}} | {"type": "object", "properties": {"items": {"type": "array", "items": {"type": "object"}}, "meta": {"type": "object", "properties": {"totalItems": {"type": "integer"}, "itemCount": {"type": "integer"}, "itemsPerPage": {"type": "integer"}, "totalPages": {"type": "integer"}, "currentPage": {"type": "integer"}}}}} |
21ff79d7-8414-4182-8673-ae065f3165f1/8ee60b67-18ac-4e52-bc82-7354ff32eb01/0/0 | Anime, manga and Novels Api | Get the complete data of 14k Novels, 1k animes and 1k mangas.
we updated our data daily | 9.2 | Manga | get manga information | 200 | Response | {"items": [{"animeId": 15, "name": "Shingeki no Kyojin: The Final Season - Kanketsu-hen", "slug": "shingeki-no-kyojin-the-final-season-kanketsu-hen", "description": "shingeki-no-kyojin-the-final-season-kanketsu-hen", "background": null, "image": "", "status": "Not yet aired", "locale": "en_US", "episodes": "Unknown", "aired": "Mar 4, 2023 to ?", "premiered": "", "broadcast": "", "licensors": null, "studios": "MAPPA", "demographic": "Shounen", "duration": "Unknown", "rating": "R - 17+ (violence & profanity)", "related": {"adaptation": ["Shingeki no Kyojin"], "prequel": ["Shingeki no Kyojin"]}, "alternativeNames": {"synonyms": ["Shingeki no Kyojin"], "japanese": "\u9032\u6483\u306e\u5de8\u4eba The Final Season\u5b8c\u7d50\u7de8", "english": "Attack on Titan"}}, {"animeId": 19, "name": ".hack//G.U. Returner", "slug": "hackgu-returner", "description": "hackgu-returner", "background": null, "image": "", "status": "Finished Airing", "locale": "en_US", "episodes": "1", "aired": "Jan 18, 2007", "premiered": "", "broadcast": "", "licensors": null, "studios": "Bee Train", "demographic": "", "duration": "24 min.", "rating": "PG-13 - Teens 13 or older", "related": {"alternativeVersion": [".hack//Sign"], "parentStory": [".hack//Roots"], "prequel": [".hack//G.U. Trilogy"]}, "alternativeNames": {"japanese": ".HACK//G.U. RETURNER"}}], "meta": {"totalItems": 1006, "itemCount": 2, "itemsPerPage": 2, "totalPages": 503, "currentPage": 1}} | {"type": "object", "properties": {"items": {"type": "array", "items": {"type": "object", "properties": {"animeId": {"type": "integer"}, "name": {"type": "string"}, "slug": {"type": "string"}, "description": {"type": "string"}, "background": {"type": "null"}, "image": {"type": "string"}, "status": {"type": "string"}, "locale": {"type": "string"}, "episodes": {"type": "string"}, "aired": {"type": "string"}, "premiered": {"type": "string"}, "broadcast": {"type": "string"}, "licensors": {"type": "null"}, "studios": {"type": "string"}, "demographic": {"type": "string"}, "duration": {"type": "string"}, "rating": {"type": "string"}, "related": {"type": "object"}, "alternativeNames": {"type": "object"}}}}, "meta": {"type": "object", "properties": {"totalItems": {"type": "integer"}, "itemCount": {"type": "integer"}, "itemsPerPage": {"type": "integer"}, "totalPages": {"type": "integer"}, "currentPage": {"type": "integer"}}}}} |
21ff79d7-8414-4182-8673-ae065f3165f1/d4b66747-7191-4cb9-853f-62e7e0ffe980/0/0 | Anime, manga and Novels Api | Get the complete data of 14k Novels, 1k animes and 1k mangas.
we updated our data daily | 9.2 | Novels | Get novels information | 200 | Response | {"items": [{"novelId": 1, "name": "Side Character Transmigrations: The Final Boss is No Joke", "slug": "side-character-transmigrations-the-final-boss-is-no-joke", "description": "System: Host, what is that thing in the sky?Shi Sheng: An intergalactic spaceship.System: \u2026This is a cultivation world, where did an intergalactic spaceship come from?!\u2014System: Host, what are you holding in your hand?Shi Sheng: Xuanyuan Sword.System: This is an advanced scientific world, where did an ancient divine sword come from?! Wait a moment\u2026 Host what are you doing?! \u03a3(\u00b0\u25b3\u00b0|||)\ufe34Shi Sheng: Breaking apart the main couple. \u30fe(^\u25bd^*)))#MyHostIsTooPowerfulAndLikesToBreakShips#Note : \u2018shipping\u2019 is the term people use when they want two people to be a couple.", "status": "Ongoing", "related": null}, {"novelId": 2, "name": "I Shall Seal the Heavens", "slug": "i-shall-seal-the-heavens", "description": "What I want, the Heavens shall not lack! What I don\u2019t want, had better not exist in the Heavens!\u201d This is a story which originates between the Eighth and Ninth Mountains, the world in which the strong prey upon the weak. \u201cMy Name is Meng Hao! The Ninth Generation Demon Sealer, I shall seal the Heavens!! \u201c", "status": "Completed", "related": null}], "meta": {"totalItems": 1184, "itemCount": 2, "itemsPerPage": 2, "totalPages": 592, "currentPage": 1}} | {"type": "object", "properties": {"items": {"type": "array", "items": {"type": "object", "properties": {"novelId": {"type": "integer"}, "name": {"type": "string"}, "slug": {"type": "string"}, "description": {"type": "string"}, "status": {"type": "string"}, "related": {"type": "null"}}}}, "meta": {"type": "object", "properties": {"totalItems": {"type": "integer"}, "itemCount": {"type": "integer"}, "itemsPerPage": {"type": "integer"}, "totalPages": {"type": "integer"}, "currentPage": {"type": "integer"}}}}} |
13a193ca-9e7e-4f7a-880a-041180331a99/fcb114b9-aacb-4c95-b713-c4a974ce2dc7/0/0 | Funny Jokes | JSON API with thousands of jokes | null | Multiple jokes | Specify the number of random jokes you wish to get | 200 | New Example | {"key1": "", "key2": ""} | {"type": "object", "properties": {"key1": {"type": "string"}, "key2": {"type": "string"}}} |
db00b154-7ed3-4d21-985f-51cbb91f5b7b/f11d7d62-fbb4-4169-a942-865919114def/0/0 | Wisdom Quotes | Last update: February 11, 2023.
An API providing a lot of different wisdom quotes. You will love it! | 8.9 | Get A Random Wisdom Quote | Returns a JSON object which includes a random wisdom quote and its related id. | 200 | Response | {"quote": "Do your best and then relax. Paramahansa Yogananda", "id": 8083} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"quote": {"type": "string"}, "id": {"type": "integer"}}, "required": ["id", "quote"]} |
db00b154-7ed3-4d21-985f-51cbb91f5b7b/be8242eb-541d-4d39-a0f0-6fe4f3ea1e9f/0/0 | Wisdom Quotes | Last update: February 11, 2023.
An API providing a lot of different wisdom quotes. You will love it! | 8.9 | Get Wisdom Quote By ID | Returns a single wisdom quote by a given ID. The highest is 27753. | 200 | Response | {"id": 777, "quote": "The more your mind is occupied by involuntary thoughts, the less working memory is available, which means less cognitive processing power. For your cognitive machinery to work at its optimal capacity, you must clear it of unwanted data, and free up more mental space. @TheAncientSage"} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"id": {"type": "integer"}, "quote": {"type": "string"}}, "required": ["id", "quote"]} |
db00b154-7ed3-4d21-985f-51cbb91f5b7b/b1e7e373-c0af-43ef-a686-866c601a59c4/0/0 | Wisdom Quotes | Last update: February 11, 2023.
An API providing a lot of different wisdom quotes. You will love it! | 8.9 | Get Wisdom Quotes By Page | Returns an JSON object that includes:
the page number requested (current_page),
the amount of all pages (max_pages),
the amount of the quotes (quotes_count) (15 per page),
the wisdom quotes array (quotes).
| 200 | Response | {"current_page": 12, "max_pages": 1850, "quotes_count": 15, "quotes": [{"id": 181, "quote": "The natural flights of the human mind are not from pleasure to pleasure but from hope to hope. Samuel Johnson"}, {"id": 182, "quote": "Hope is the companion of power, and mother of success; for who so hopes strongly has within him the gift of miracles. Samuel Smiles"}, {"id": 183, "quote": "Let your hopes, not your hurts, shape your future. Robert H. Schuller"}, {"id": 184, "quote": "Injustice never rules forever. Seneca"}, {"id": 185, "quote": "Kid, you\u2019ll move mountains! Dr. Seuss"}, {"id": 186, "quote": "Walk on with hope in your heart, and you\u2019ll never walk alone. Shah Rukh Khan"}, {"id": 187, "quote": "I inhale hope with every breath I take. Sharon Kay Penman"}, {"id": 188, "quote": "Find the seed at the bottom of your heart and bring forth a flower. Shigenori Kameoka"}, {"id": 189, "quote": "A drowning man will clutch at a straw. Sir Thomas More"}, {"id": 190, "quote": "However bad life may seem, there is always something you can do and succeed at. Where there\u2019s life, there\u2019s hope. Stephen Hawking"}, {"id": 191, "quote": "Remembering that you are going to die is the best way I know to avoid the trap of thinking you have something to lose. You are already naked. There is no reason not to follow your heart. Steve Jobs"}, {"id": 192, "quote": "Hope is a passion for the possible. S\u00f8ren Kierkegaard"}, {"id": 193, "quote": "When you\u2019re at the end of your rope, tie a knot and hold on. Theodore Roosevelt"}, {"id": 194, "quote": "Hope is important because it can make the present moment less difficult to bear. If we believe that tomorrow will be better, we can bear a hardship today. Thich Nhat Hanh"}, {"id": 195, "quote": "Hope is important because it can make the present moment less difficult to bear. If we believe that tomorrow will be better, we can bear a hardship today. Thich Nhat Hanh"}]} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"current_page": {"type": "integer"}, "max_pages": {"type": "integer"}, "quotes_count": {"type": "integer"}, "quotes": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "quote": {"type": "string"}}, "required": ["id", "quote"]}}}, "required": ["current_page", "max_pages", "quotes", "quotes_count"]} |
db00b154-7ed3-4d21-985f-51cbb91f5b7b/d7041581-1aad-4d38-aea1-f1d9d05d76c2/0/0 | Wisdom Quotes | Last update: February 11, 2023.
An API providing a lot of different wisdom quotes. You will love it! | 8.9 | Get Wisdom Quotes By Topic | Returns an array of all wisdom quotes that are related to a given topic. | 200 | Response | {"topic": "Anger", "count": 137, "quotes": [{"quote": "Anger may seem to be a source of energy, but it\u2019s blind. It causes us to lose our restraint. It may stir courage, but that too is blind. 14th Dalai Lama", "id": 1}, {"quote": "When reason ends, then anger begins. Therefore, anger is a sign of weakness. 14th Dalai Lama", "id": 2}, {"quote": "Anger and aggression sometimes seem to be protective because they bring energy to bear on a particular situation, but that energy is blind. It takes a calm mind to be able to consider things from different angles and points of view. 14th Dalai Lama", "id": 3}, {"quote": "If you are easily offended you are also easily persuaded. @AmuseChimp", "id": 4}, {"quote": "Don\u2019t respond to provocation with imitation. @TheStoicEmperor", "id": 5}, {"quote": "Pause and ask yourself: \u201cDoes this really need a response?\u201d Little annoyances come and go. The irritation fades quickly if it is not indulged. @TheStoicEmperor", "id": 6}, {"quote": "Try to avoid making important decisions when you\u2019re angry. Acknowledge the emotion. Recognize that it clouds your judgement. Remember that angry people tend to sacrifice the long-term good in response to short-term provocation. @TheStoicEmperor", "id": 7}, {"quote": "The best thing you can do when you are angry is nothing. @orangebook_", "id": 8}, {"quote": "Anger is not attractive. Calmness backed by real strength is. @orangebook_", "id": 9}, {"quote": "Only the stupid respond to anger with anger. The smart respond with indifference. @orangebook_", "id": 10}, {"quote": "The transition from anger to calmness is called education. @orangebook_", "id": 11}, {"quote": "We can\u2019t control what people say, but we do have a say in how we react. Refusing to give others power over our feelings is a mark of emotional intelligence. Adam Grant", "id": 12}, {"quote": "Anger and frustration are rarely caused by other people\u2019s actions. They\u2019re caused by how you interpret their actions. To change your reactions, question your explanations. You know what they did, but not why. New interpretations pave the way to new emotions. Adam Grant", "id": 13}, {"quote": "We will cease to be angry once we cease to be so hopeful. Alain de Botton", "id": 14}, {"quote": "Bitterness: anger that forgot where it came from. Alain de Botton", "id": 15}, {"quote": "Anger dwells only in the bosom of fools. Albert Einstein", "id": 16}, {"quote": "First to anger loses the battle. Last to anger wins the war. Alex Sauer", "id": 17}, {"quote": "No one heals himself by wounding another. Ambrose", "id": 18}, {"quote": "Speak when you are angry and you will make the best speech you will ever regret. Ambrose Bierce", "id": 19}, {"quote": "You can dislike someone and still learn from them. Angela Jiang", "id": 20}, {"quote": "Anybody can become angry \u2013 that is easy, but to be angry with the right person and to the right degree and at the right time and for the right purpose, and in the right way \u2013 that is not within everybody\u2019s power and is not easy. Aristotle", "id": 21}, {"quote": "Anger is a weed; hate is the tree. Augustine of Hippo", "id": 22}, {"quote": "He that is kind is free, though he is a slave; he that is evil is a slave, though he be a king. Augustine of Hippo", "id": 23}, {"quote": "The more anger towards the past you carry in your heart, the less capable you are of loving in the present. Barbara De Angelis", "id": 24}, {"quote": "Doing an injury puts you below your enemy; revenging one makes you but even with him; forgiving, it sets you above him. Benjamin Franklin", "id": 25}, {"quote": "The ignorant mind, with its infinite afflictions, passions, and evils, is rooted in the three poisons: greed, anger, and delusion. Bodhidharma", "id": 26}, {"quote": "You will not be punished for your anger, you will be punished by your anger. Buddha", "id": 27}, {"quote": "The instant we feel anger we have already ceased striving for the truth, and have begun striving for ourselves. Buddhist proverb", "id": 28}, {"quote": "Everything that irritates us about others can lead us to an understanding of ourselves. Carl Jung", "id": 29}, {"quote": "An angry man opens his mouth and shuts his eyes. Cato The Elder", "id": 30}, {"quote": "People generally quarrel because they cannot argue. G. K. Chesterton", "id": 31}, {"quote": "If you hate a person, then you\u2019re defeated by them. Confucius", "id": 32}, {"quote": "When anger rises, think of the consequences. Confucius", "id": 33}, {"quote": "How easily someone is offended is in direct proportion to how stupid they are. Ed Latimore", "id": 34}, {"quote": "Never waste a minute thinking about people you don\u2019t like. Dwight D. Eisenhower", "id": 35}, {"quote": "Anger is only one letter short of danger. Eleanor Roosevelt", "id": 36}, {"quote": "He who angers you conquers you. Elizabeth Kenny", "id": 37}, {"quote": "Another person will not hurt you without your cooperation. You are hurt the moment you believe yourself to be. Epictetus", "id": 38}, {"quote": "Any person capable of angering you becomes your master. They can anger you only when you permit yourself to be disturbed by them. Epictetus", "id": 39}, {"quote": "The remarkable thing is that we really love our neighbor as ourselves: we do unto others as we do unto ourselves. We hate others when we hate ourselves. We are tolerant toward others when we tolerate ourselves. We forgive others when we forgive ourselves. We are prone to sacrifice others when we are ready to sacrifice ourselves. Eric Hoffer", "id": 40}, {"quote": "Anger is really disappointed hope. Erica Jong", "id": 41}, {"quote": "Most quarrels are inevitable at the time; incredible afterwards. E. M. Forster", "id": 42}, {"quote": "Anger makes us feel so isolated. Fred Rogers", "id": 43}, {"quote": "We all have negative urges, but we don\u2019t have to act out those urges. Fred Rogers", "id": 44}, {"quote": "An action committed in anger is an action doomed to failure. Genghis Khan", "id": 45}, {"quote": "The further a society drifts from the truth the more it will hate those who speak it. George Orwell", "id": 46}, {"quote": "Fire in the heart sends smoke into the head. German proverb", "id": 47}, {"quote": "When you are angry, be aware of your anger. As you become aware of it, you are no longer lost in anger. You get to see it from the outside. Haemin Sunim", "id": 48}, {"quote": "Hatred is like a two edged sword. When you cut the other person you cut yourself. Haruki Murakami (The Wind-Up Bird Chronicle)", "id": 49}, {"quote": "Taking offense is optional. Jack Butcher", "id": 50}, {"quote": "It always makes me proud to love the world somehow \u2013 hate\u2019s so easy compared. Jack Kerouac (Big Sur)", "id": 51}, {"quote": "I imagine one of the reasons people cling to their hates so stubbornly is because they sense, once hate is gone, they will be forced to deal with pain. James Baldwin", "id": 52}, {"quote": "Not being outraged by anything is a superpower. James Pierce", "id": 53}, {"quote": "Everyone asks how to deal with anger when it arises. No one asks how to prevent anger from arising. James Pierce", "id": 54}, {"quote": "Those who want to be outraged are never without a reason. James Pierce", "id": 55}, {"quote": "To indulge in outrage is to renounce wisdom. James Pierce", "id": 56}, {"quote": "To investigate the fact of your own anger you must pass no judgement on it. Jiddu Krishnamurti", "id": 57}, {"quote": "The intoxication of anger, like that of the grape, shows us to others, but hides us from ourselves. John Dryden", "id": 58}, {"quote": "If we could learn to like ourselves, even a little, maybe our cruelties and angers might melt away. John Steinbeck", "id": 59}, {"quote": "If you\u2019re mad it is your fault. Jonathan Wilson", "id": 60}, {"quote": "A person does not react to the insult. He reacts to what the insult makes him feel about himself. Kapil Gupta", "id": 61}, {"quote": "Anger is fleeting; remorse is eternal. Karn the Silver Golem", "id": 62}, {"quote": "A wise man looks for everything inside of himself; a madman seeks for everything in others. Leo Tolstoy", "id": 63}, {"quote": "The more upset a person is with other people, and with circumstances, and the more satisfied he is with himself, the further he is from wisdom. Leo Tolstoy", "id": 64}, {"quote": "Angry is just sad\u2019s bodyguard. Liz Palmer", "id": 65}, {"quote": "An eye for an eye will only make the whole world blind. Mahatma Gandhi", "id": 66}, {"quote": "It doesn\u2019t hurt me unless I interpret it\u2019s happening as harmful to me. I can choose not to. Marcus Aurelius", "id": 67}, {"quote": "So other people hurt me? That\u2019s their problem. Their character and actions are not mine. Marcus Aurelius", "id": 68}, {"quote": "The best way to avenge yourself is to not be like that. Marcus Aurelius", "id": 69}, {"quote": "When you think you\u2019ve been injured, apply this rule: If the community isn\u2019t injured by it, neither am I. And if it is, anger is not the answer. Show the offender where he went wrong. Marcus Aurelius", "id": 70}, {"quote": "Keep this thought handy when you feel a fit of rage coming on \u2014 it isn\u2019t manly to be enraged. Rather, gentleness and civility are more human, and therefore manlier. A real man doesn\u2019t give way to anger and discontent, and such a person has strength, courage, and endurance \u2014 unlike the angry and complaining. The nearer a man comes to a calm mind, the closer he is to strength. Marcus Aurelius", "id": 71}, {"quote": "Understand at last that you have something in you more powerful and divine than what causes the bodily passions and pulls you like a mere puppet. Marcus Aurelius", "id": 72}, {"quote": "As you move forward along the path of reason, people will stand in your way. They will never be able to keep you from doing what\u2019s sound, so don\u2019t let them knock out your goodwill for them. Keep a steady watch on both fronts, not only for well-based judgments and actions, but also for gentleness with those who would obstruct our path or create other difficulties. For getting angry is also a weakness, just as much as abandoning the task or surrendering under panic. For doing either is an equal desertion \u2014 the one by shrinking back and the other by estrangement from family and friend. Marcus Aurelius", "id": 73}, {"quote": "How satisfying it is to dismiss and block out any upsetting or foreign impression, and immediately to have peace in all things. Marcus Aurelius", "id": 74}, {"quote": "You shouldn\u2019t give circumstances the power to rouse anger, for they don\u2019t care at all. Marcus Aurelius", "id": 75}, {"quote": "How much more harmful are the consequences of anger and grief than the circumstances that aroused them in us. Marcus Aurelius", "id": 76}, {"quote": "How much more grievous are the consequences of anger than the causes of it. Marcus Aurelius", "id": 77}, {"quote": "Never hate your enemies. It affects your judgment. Mario Puzo (The Godfather)", "id": 78}, {"quote": "Just because you\u2019re offended doesn\u2019t mean you\u2019re right. Being offended is a choice and should be chosen wisely. Mark Manson", "id": 79}, {"quote": "Promise yourself that you will assume you are the root of your problems next time you get upset. Mark Manson", "id": 80}, {"quote": "Anger is an acid that can do more harm to the vessel in which it is stored than to anything on which it is poured. Mark Twain", "id": 81}, {"quote": "When angry, count four. When very angry, swear. Mark Twain", "id": 82}, {"quote": "Hate, it has caused a lot of problems in the world, but has not solved one yet. Maya Angelou", "id": 83}, {"quote": "There is no passion so much transports the sincerity of judgement as doth anger. Michel de Montaigne", "id": 84}, {"quote": "You are the first victim of your anger. D. Muthukrishnan", "id": 85}, {"quote": "You remember the insults you received far more than those you gave. Nassim Nicholas Taleb", "id": 86}, {"quote": "Anger is privilege for the strong, duty for the righteous, and self-harm for the weak. Nassim Nicholas Taleb", "id": 87}, {"quote": "Never argue with people in private (you will not convince them); argue in public to convince others. Nassim Nicholas Taleb", "id": 88}, {"quote": "A verbal threat is the most authentic certificate of impotence. Nassim Nicholas Taleb (The Bed of Procrustes)", "id": 89}, {"quote": "Judge, and feel separate and lonely. Anger, and lose peace of mind. Cling, and live in anxiety. Fantasize, and miss the present. Desire, and suffer until you have it. Naval Ravikant", "id": 90}, {"quote": "Be aware of whom the anger is hurting. Usually it\u2019s yourself first and foremost. I now mostly feel sorry for angry people. Naval Ravikant", "id": 91}, {"quote": "Anger is its own punishment. An angry person trying to push your head below water is drowning at the same time. Naval Ravikant", "id": 92}, {"quote": "Hating clouds the mind. It gets in the way of strategy. Leaders cannot afford to hate. Nelson Mandela", "id": 93}, {"quote": "If your hate could be turned into electricity, it would light up the whole world. Nikola Tesla", "id": 94}, {"quote": "Hatred is public and shameless demonstration of inferiority complex. Paulo Coelho", "id": 95}, {"quote": "The best answer for anger is silence. Paulo Coelho", "id": 96}, {"quote": "Haters are confused admirers who want to be like you. Paulo Coelho", "id": 97}, {"quote": "It\u2019s funny how people think you hate them when you literally do not think of them at all. Paulo Coelho", "id": 98}, {"quote": "Only when we know our own darkness well can we be present with the darkness of others. Pema Ch\u00f6dron", "id": 99}, {"quote": "Never go to bed mad. Stay up and fight. Phyllis Diller", "id": 100}, {"quote": "For every minute you are angry you lose sixty seconds of happiness. Ralph Waldo Emerson", "id": 101}, {"quote": "Adopt the pace of nature: her secret is patience. Ralph Waldo Emerson", "id": 102}, {"quote": "When you want to become free, your righteousness and anger are much less interesting than they used to be. Ram Dass", "id": 103}, {"quote": "Look at the people you don\u2019t love and see them as an exercise for you to open your heart. Ram Dass", "id": 104}, {"quote": "When you fill your life with love, you\u2019ll find that anger, guilt, resentment, and any negative feelings will leave you. Rhonda Byrne", "id": 105}, {"quote": "Anger is not impressive or tough \u2014 it\u2019s a mistake. It\u2019s weakness. Depending on what you\u2019re doing, it might even be a trap that someone laid for you. Ryan Holiday", "id": 106}, {"quote": "If you\u2019re angry, you\u2019re part of the problem, not the solution. Ryan Holiday", "id": 107}, {"quote": "When pain, misery, or anger happen, it is time to look within you, not around you. Sadhguru", "id": 108}, {"quote": "Hating someone does more damage to yourself than them. Sahil Lavingia", "id": 109}, {"quote": "One\u2019s anger is one\u2019s greatest enemy and one\u2019s calmness is one\u2019s protection. Sathya Sai Baba", "id": 110}, {"quote": "The greatest remedy for anger is delay. Seneca", "id": 111}, {"quote": "All ferocity is born from weakness. Seneca", "id": 112}, {"quote": "Reason gives each side time to plead; moreover, she herself demands adjournment, that she may have sufficient scope for the discovery of the truth; whereas anger is in a hurry: reason wishes to give a just decision; anger wishes its decision to be thought just. \u2026 The sword of justice is ill-placed in the hands of an angry man. Seneca", "id": 113}, {"quote": "If you want to determine the nature of anything, entrust it to time: when the sea is stormy, you can see nothing clearly. Seneca", "id": 114}, {"quote": "Some things torment us more than they ought; some torment us before they ought; and others torment us when they ought not torment us at all. Seneca", "id": 115}, {"quote": "Anger reduces reason. Shane Parrish", "id": 116}, {"quote": "The biggest mistake we make with negative emotions is trying not to feel them. Awareness deepens positive emotions and allows negative ones to dissipate. Trying to avoid your feelings causes suffering. Shane Parrish", "id": 117}, {"quote": "Why can\u2019t we control our anger? Because we love perfection. Make a little room for imperfection in our lives. Sri Sri Ravi Shankar", "id": 118}, {"quote": "Shouting something didn\u2019t make it any more possible. Susan Sontag", "id": 119}, {"quote": "Conquer the angry one by not getting angry; conquer the wicked by goodness; conquer the stingy by generosity, and the liar by speaking the truth. The Dhammapada", "id": 120}, {"quote": "Hatred is, indeed, never appeased by hatred in this world. It is appeased only by loving-kindness. This is an ancient law. The Dhammapada", "id": 121}, {"quote": "Friendly reminder. If you ever lose your temper it is your fault. Always. Your emotional responses are never the responsibility of any other human being. Thibaut", "id": 122}, {"quote": "Unsubscribe from your drama. Thibaut (@kpaxs)", "id": 123}, {"quote": "Be angry, it\u2019s okay. To be angry, that is very human. And to learn how to smile at your anger and make peace with your anger is very nice. Thich Nhat Hanh", "id": 124}, {"quote": "I would not look upon anger as something foreign to me that I have to fight\u2026 I have to deal with my anger with care, with love, with tenderness, with nonviolence. Thich Nhat Hanh (Being Peace, Amazon book)", "id": 125}, {"quote": "If you\u2019re offended easily, you\u2019re a bad resource allocator. It\u2019s a waste of energy and attention, which is a greater sin than wasting time. Tim Ferriss", "id": 126}, {"quote": "All of us have some darkness inside of us \u2013 aggression, anger, hatred \u2013 the idea isn\u2019t to get rid of it. The idea is to realize it exists for a reason, and once you learn how to leverage it without it corroding you, you\u2019ll have the ability to push through the hardest of times. Tom Bilyeu", "id": 127}, {"quote": "I get angry about things, then go on and work. Toni Morrison", "id": 128}, {"quote": "Anger\u2026 it\u2019s a paralyzing emotion\u2026 you can\u2019t get anything done. People sort of think it\u2019s an interesting, passionate, and igniting feeling \u2013 I don\u2019t think it\u2019s any of that \u2013 it\u2019s helpless \u2026 it\u2019s absence of control \u2013 and I need all of my skills, all of the control, all of my powers \u2026 and anger doesn\u2019t provide any of that \u2013 I have no use for it whatsoever. Toni Morrison", "id": 129}, {"quote": "Promote what you love instead of bashing what you hate. Unknown", "id": 130}, {"quote": "I will permit no man to narrow and degrade my soul by making me hate him. Booker T. Washington", "id": 131}, {"quote": "It is wise to direct your anger towards problems \u2013 not people; to focus your energies on answers \u2013 not excuses. William Arthur Ward", "id": 132}, {"quote": "You either give up and quit, or you get angry and fight. Willow Cross", "id": 133}, {"quote": "A man is about as big as the things that make him angry. Winston Churchill", "id": 134}, {"quote": "Holding on to anger is like grasping a hot coal with the intent of throwing it at someone else; you are the one who gets burned.", "id": 135}, {"quote": "A person who truly understands is rarely outraged. Those who take pride in their outrage, rarely understand. Kunal Shah (twitter.com)", "id": 136}, {"quote": "One of the most banal yet personally profound insights a person can have is the realization that one does not have to let their emotions determine their behavior. Ever. You\u2019re actually allowed to listen to the signals and decide: \u201cnawwww I\u2019ll pass. \u201d Scott Barry Kaufman", "id": 137}]} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"topic": {"type": "string"}, "count": {"type": "integer"}, "quotes": {"type": "array", "items": {"type": "object", "properties": {"quote": {"type": "string"}, "id": {"type": "integer"}}, "required": ["id", "quote"]}}}, "required": ["count", "quotes", "topic"]} |
db00b154-7ed3-4d21-985f-51cbb91f5b7b/be59564d-af25-447a-8acd-03f5335a07e3/0/0 | Wisdom Quotes | Last update: February 11, 2023.
An API providing a lot of different wisdom quotes. You will love it! | 8.9 | Get All Wisdom Topics | Returns an Array of all available wisdom topics.
Each topic has its own quotes. | 200 | Response | {"count": 167, "topics": ["Adversity", "Albert Einstein", "Anger", "Anxiety", "Art", "Attitude", "Be Yourself", "Beautiful", "Being Strong", "Benjamin Franklin", "Best", "Book", "Brother", "Bruce Lee", "Buddha", "Business", "Calm Quotes", "Change", "Character", "Children", "Compassion", "Confidence", "Courage Quotes", "Creativity", "Curiosity", "Dalai Lama", "Death Quotes", "Deep", "Depression Quotes", "Discipline", "Dreams", "Education", "Ego", "Encouraging", "Entrepreneur", "Failure", "Faith", "Family", "Famous", "Fear Quotes", "Focus Quotes", "Forgiveness", "Freedom", "Friendship", "Funny", "Future", "Gal Shapira", "Generosity", "George Santayana", "Goals", "Good", "Good Morning", "Gratitude", "Grief Quotes", "Happiness", "Happy", "Hard Times", "Hard Work", "Healing", "Health", "Helping Others", "History", "Honesty", "Hope Quotes", "How To Learn Faster", "Humanity", "Humility", "Hurt", "Inner Peace", "Inspirational (For kids)", "Inspirational (For men)", "Inspirational (For teens)", "Inspirational (For women)", "Integrity", "Introvert", "Jealousy And Envy", "Kindness", "Knowledge", "Lao Tzu", "Leadership", "Learning", "Letting Go", "Life", "Life Lessons", "Life is Beautiful", "Life is Short", "Life-Changing", "Loneliness Quotes", "Love", "Love (Deep)", "Love (For her)", "Love (Sad)", "Love (Short)", "Love Yourself", "Mahatma Gandhi", "Marcus Aurelius", "Martin Luther King Jr", "Maturity", "Maya Angelou", "Meaningful", "Meditation Quotes", "Memories", "Mental Health Quotes", "Mind", "Mindfulness", "Mistakes", "Monday Motivation", "Money", "Mother Teresa", "Motivation", "Motivational", "Music", "Nature", "Naval Ravikant", "Never Give Up", "Pain Quotes", "Parenting", "Patience", "Peace", "Perseverance Quotes", "Philosophy", "Positive Affirmations", "Positive Quotes", "Powerful", "Quotes To Live By", "Ralph Waldo Emerson", "Reading", "Reality", "Regret", "Relationship", "Resilience", "Respect", "Responsibility", "Risk", "Rumi", "Sad Quotes", "Self-Esteem", "Self-Respect", "Self-Worth", "Serenity", "Short Inspirational Quotes", "Silence", "Simple", "Simplicity", "Sister", "Smile", "Solitude", "Spiritual", "Steve Jobs", "Stoic Quotes", "Strength", "Stress Quotes", "Success", "Teacher", "Thinking", "Thought\u00a0of the Day", "Tim Ferriss", "Time", "Travel", "Trust", "Truth", "Uplifting", "Wisdom", "Wise", "Words of Wisdom", "Writing", "Zen"]} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"count": {"type": "integer"}, "topics": {"type": "array", "items": {"type": "string"}}}, "required": ["count", "topics"]} |
30b3078e-e612-422d-bcea-b9225b86a13e/92a53d04-2a97-447f-9141-f1cfdf9c8537/1/0 | Words of Wisdom - The Famous Quotes API | Unlock the wisdom of the ages with our Famous Quotes API! Discover thought-provoking and inspirational quotes from great minds of the past and present. | 7.9 | /quotes | Get inspired by the words of history's greatest thinkers. Get your daily dose of motivation | 200 | null | {"id": "", "quote": "", "author": "", "year": "", "place": "", "keywords": [], "category": ""} | {"type": "object", "properties": {"id": {"type": "string"}, "quote": {"type": "string"}, "author": {"type": "string"}, "year": {"type": "string"}, "place": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "category": {"type": "string"}}} |
62e654bf-4774-493f-9512-5a68bf4ee666/4a71b2f6-2919-44e6-903f-450c3792fbab/0/0 | IMDB | IMDb is an online database of information related to films, television series, podcasts, home videos, video games, and streaming content online – including cast, production crew and personal biographies, plot summaries, trivia, ratings, and fan and critical reviews. | 9.7 | Get Week Top 10 | - | 200 | Response | {"status": true, "message": "Success", "timestamp": 1689188323266, "data": [{"id": "tt1462764", "isAdult": false, "canRateTitle": {"isRatable": true}, "originalTitleText": {"text": "Indiana Jones and the Dial of Destiny"}, "primaryImage": {"id": "rm1759389953", "imageUrl": "https://m.media-amazon.com/images/M/MV5BZDQxMTY3NTAtMzYwYi00Y2U3LThkYmQtOTljY2I4ZmJiZGIzXkEyXkFqcGdeQXVyMTU1NzY5NTky._V1_.jpg", "imageWidth": 1016, "imageHeight": 1421}, "ratingsSummary": {"aggregateRating": 6.9, "topRanking": {"rank": 2805}, "voteCount": 63643}, "releaseYear": {"year": 2023, "endYear": null}, "titleEpisode": null, "titleText": {"text": "Indiana Jones and the Dial of Destiny"}, "titleType": {"id": "movie", "text": "Movie", "displayableProperty": {"value": {"plainText": ""}}, "categories": [{"id": "movie", "text": "Movie", "value": "movie"}], "canHaveEpisodes": false, "isSeries": false, "isEpisode": false}, "series": null, "watchOptionsByCategory": {"categorizedWatchOptionsList": []}, "plot": {"id": "po1944051", "author": null, "plotText": {"plainText": "Archaeologist Indiana Jones races against time to retrieve a legendary artifact that can change the course of history."}, "correctionLink": {"url": "https://m.imdb.com/title/tt1462764/contribution/plot/po1944051/edit"}, "reportingLink": {"url": "https://m.imdb.com/title/tt1462764/contribution/plot/po1944051/report"}}, "releaseDate": {"day": 30, "month": 6, "year": 2023, "country": {"id": "US", "text": "United States"}, "restriction": null, "releaseAttributes": []}, "titleCertificate": {"rating": "PG-13", "certificateCountry": {"id": "US", "text": "United States"}, "ratingReason": "Rated PG-13 for sequences of violence and action, language and smoking"}, "titleRuntime": {"seconds": 9240, "displayableProperty": {"qualifiersInMarkdownList": null}}, "chartMeterRanking": {"currentRank": 1, "rankChange": {"changeDirection": "UP", "difference": 2}}}, {"id": "tt5180504", "isAdult": false, "canRateTitle": {"isRatable": true}, "originalTitleText": {"text": "The Witcher"}, "primaryImage": {"id": "rm1651977985", "imageUrl": "https://m.media-amazon.com/images/M/MV5BMDEwOWVlY2EtMWI0ZC00OWVmLWJmZGItYTk3YjYzN2Y0YmFkXkEyXkFqcGdeQXVyMTUzMTg2ODkz._V1_.jpg", "imageWidth": 1500, "imageHeight": 2222}, "ratingsSummary": {"aggregateRating": 8.1, "topRanking": {"rank": 701}, "voteCount": 530527}, "releaseYear": {"year": 2019, "endYear": null}, "titleEpisode": null, "titleText": {"text": "The Witcher"}, "titleType": {"id": "tvSeries", "text": "TV Series", "displayableProperty": {"value": {"plainText": "TV Series"}}, "categories": [{"id": "tv", "text": "TV", "value": "tv"}], "canHaveEpisodes": true, "isSeries": true, "isEpisode": false}, "series": null, "watchOptionsByCategory": {"categorizedWatchOptionsList": [{"watchOptions": [{"provider": {"id": "amzn1.imdb.w2w.provider.netflix", "categoryType": "SUBSCRIPTION", "description": {"value": "with subscription"}, "name": {"value": "Netflix"}, "refTagFragment": "netflix", "logos": {"icon": {"url": "https://m.media-amazon.com/images/M/f409199e-794d-4822-acf9-38bca16baa5e._V1_.png", "width": 500, "height": 500}, "slate": {"url": "https://m.media-amazon.com/images/M/9516b142-0c88-4475-a39b-97c06546cdc5._V1_.png", "width": 1280, "height": 720}}}, "title": {"value": "Watch on Netflix"}, "description": {"value": "S1-3 with subscription"}, "shortDescription": {"value": "S1-3"}, "link": "https://www.netflix.com/watch/80189685?source=imdb"}]}]}, "plot": {"id": "po2744457", "author": null, "plotText": {"plainText": "Geralt of Rivia, a solitary monster hunter, struggles to find his place in a world where people often prove more wicked than beasts."}, "correctionLink": {"url": "https://m.imdb.com/title/tt5180504/contribution/plot/po2744457/edit"}, "reportingLink": {"url": "https://m.imdb.com/title/tt5180504/contribution/plot/po2744457/report"}}, "releaseDate": {"day": 20, "month": 12, "year": 2019, "country": {"id": "US", "text": "United States"}, "restriction": null, "releaseAttributes": [{"text": "internet"}]}, "titleCertificate": {"rating": "TV-MA", "certificateCountry": {"id": "US", "text": "United States"}, "ratingReason": null}, "titleRuntime": {"seconds": 3600, "displayableProperty": {"qualifiersInMarkdownList": null}}, "chartMeterRanking": {"currentRank": 2, "rankChange": {"changeDirection": "UP", "difference": 2}}}, {"id": "tt2085059", "isAdult": false, "canRateTitle": {"isRatable": true}, "originalTitleText": {"text": "Black Mirror"}, "primaryImage": {"id": "rm1448291329", "imageUrl": "https://m.media-amazon.com/images/M/MV5BZTgyNTBkNzctN2I3NC00NTA1LWJiMDMtYzA2MmYyZjc1NWQzXkEyXkFqcGdeQXVyMTUzMTg2ODkz._V1_.jpg", "imageWidth": 1080, "imageHeight": 1350}, "ratingsSummary": {"aggregateRating": 8.7, "topRanking": {"rank": 72}, "voteCount": 596757}, "releaseYear": {"year": 2011, "endYear": null}, "titleEpisode": null, "titleText": {"text": "Black Mirror"}, "titleType": {"id": "tvSeries", "text": "TV Series", "displayableProperty": {"value": {"plainText": "TV Series"}}, "categories": [{"id": "tv", "text": "TV", "value": "tv"}], "canHaveEpisodes": true, "isSeries": true, "isEpisode": false}, "series": null, "watchOptionsByCategory": {"categorizedWatchOptionsList": [{"watchOptions": [{"provider": {"id": "amzn1.imdb.w2w.provider.netflix", "categoryType": "SUBSCRIPTION", "description": {"value": "with subscription"}, "name": {"value": "Netflix"}, "refTagFragment": "netflix", "logos": {"icon": {"url": "https://m.media-amazon.com/images/M/f409199e-794d-4822-acf9-38bca16baa5e._V1_.png", "width": 500, "height": 500}, "slate": {"url": "https://m.media-amazon.com/images/M/9516b142-0c88-4475-a39b-97c06546cdc5._V1_.png", "width": 1280, "height": 720}}}, "title": {"value": "Watch on Netflix"}, "description": {"value": "S1-6 with subscription"}, "shortDescription": {"value": "S1-6"}, "link": "https://www.netflix.com/watch/70264888?source=imdb"}]}, {"watchOptions": [{"provider": {"id": "amzn1.imdb.w2w.provider.prime_video", "categoryType": "RENT_OR_BUY", "description": null, "name": {"value": "Prime Video"}, "refTagFragment": "pvt_aiv", "logos": {"icon": {"url": "https://m.media-amazon.com/images/M/4c192978-331f-429e-9c97-02d5ed9d436e._V1_.png", "width": 500, "height": 500}, "slate": {"url": "https://m.media-amazon.com/images/M/b63dfed5-e4fa-434c-be14-d2dc2b60fbae._V1_.png", "width": 1280, "height": 720}}}, "title": {"value": "Watch on Prime Video"}, "description": {"value": "buy from $4.99"}, "shortDescription": {"value": "from $4.99"}, "link": "aiv://aiv/view?gti=amzn1.dv.gti.a6b99352-6ed0-8b6b-d838-759c7398dc7d"}]}]}, "plot": {"id": "po1913806", "author": null, "plotText": {"plainText": "An anthology series exploring a twisted, high-tech multiverse where humanity's greatest innovations and darkest instincts collide."}, "correctionLink": {"url": "https://m.imdb.com/title/tt2085059/contribution/plot/po1913806/edit"}, "reportingLink": {"url": "https://m.imdb.com/title/tt2085059/contribution/plot/po1913806/report"}}, "releaseDate": {"day": 4, "month": 12, "year": 2011, "country": {"id": "US", "text": "United States"}, "restriction": null, "releaseAttributes": [{"text": "internet"}]}, "titleCertificate": {"rating": "TV-MA", "certificateCountry": {"id": "US", "text": "United States"}, "ratingReason": null}, "titleRuntime": {"seconds": 3600, "displayableProperty": {"qualifiersInMarkdownList": null}}, "chartMeterRanking": {"currentRank": 3, "rankChange": {"changeDirection": "DOWN", "difference": 2}}}, {"id": "tt14452776", "isAdult": false, "canRateTitle": {"isRatable": true}, "originalTitleText": {"text": "The Bear"}, "primaryImage": {"id": "rm866266369", "imageUrl": "https://m.media-amazon.com/images/M/MV5BYmM4MjBkNGMtZjE5Zi00ZDMwLWE5MjYtN2M0MTM2YTQ2MmNlXkEyXkFqcGdeQXVyMjkwOTAyMDU@._V1_.jpg", "imageWidth": 1944, "imageHeight": 2880}, "ratingsSummary": {"aggregateRating": 8.5, "topRanking": {"rank": 268}, "voteCount": 109721}, "releaseYear": {"year": 2022, "endYear": null}, "titleEpisode": null, "titleText": {"text": "The Bear"}, "titleType": {"id": "tvSeries", "text": "TV Series", "displayableProperty": {"value": {"plainText": "TV Series"}}, "categories": [{"id": "tv", "text": "TV", "value": "tv"}], "canHaveEpisodes": true, "isSeries": true, "isEpisode": false}, "series": null, "watchOptionsByCategory": {"categorizedWatchOptionsList": [{"watchOptions": [{"provider": {"id": "amzn1.imdb.w2w.provider.hulu", "categoryType": "SUBSCRIPTION", "description": {"value": "on Hulu.com and the Hulu app"}, "name": {"value": "Hulu"}, "refTagFragment": "hulu", "logos": {"icon": {"url": "https://m.media-amazon.com/images/M/454c994e-acf4-49ef-83d5-8fa06c8a5eab._V1_.png", "width": 512, "height": 512}, "slate": {"url": "https://m.media-amazon.com/images/M/67022a68-fde3-4078-8bd0-0ebc72efe8ad._V1_.png", "width": 1280, "height": 720}}}, "title": {"value": "Watch on Hulu"}, "description": {"value": "S1-2 on Hulu.com and the Hulu app"}, "shortDescription": {"value": "S1-2"}, "link": "http://www.hulu.com?d=Amazon"}]}]}, "plot": {"id": "po5830228", "author": null, "plotText": {"plainText": "A young chef from the fine dining world returns to Chicago to run his family's sandwich shop."}, "correctionLink": {"url": "https://m.imdb.com/title/tt14452776/contribution/plot/po5830228/edit"}, "reportingLink": {"url": "https://m.imdb.com/title/tt14452776/contribution/plot/po5830228/report"}}, "releaseDate": {"day": 23, "month": 6, "year": 2022, "country": {"id": "US", "text": "United States"}, "restriction": null, "releaseAttributes": [{"text": "internet"}]}, "titleCertificate": {"rating": "TV-MA", "certificateCountry": {"id": "US", "text": "United States"}, "ratingReason": null}, "titleRuntime": {"seconds": 1800, "displayableProperty": {"qualifiersInMarkdownList": null}}, "chartMeterRanking": {"currentRank": 4, "rankChange": {"changeDirection": "DOWN", "difference": 2}}}, {"id": "tt7599146", "isAdult": false, "canRateTitle": {"isRatable": true}, "originalTitleText": {"text": "Sound of Freedom"}, "primaryImage": {"id": "rm1045832449", "imageUrl": "https://m.media-amazon.com/images/M/MV5BNTAwNWQ1ZjQtZDFmMC00YjNlLWFlNjItMjJlYzZkMjJlNzkyXkEyXkFqcGdeQXVyNzc0MTgzMzU@._V1_.jpg", "imageWidth": 1080, "imageHeight": 1600}, "ratingsSummary": {"aggregateRating": 8.6, "topRanking": null, "voteCount": 15693}, "releaseYear": {"year": 2023, "endYear": null}, "titleEpisode": null, "titleText": {"text": "Sound of Freedom"}, "titleType": {"id": "movie", "text": "Movie", "displayableProperty": {"value": {"plainText": ""}}, "categories": [{"id": "movie", "text": "Movie", "value": "movie"}], "canHaveEpisodes": false, "isSeries": false, "isEpisode": false}, "series": null, "watchOptionsByCategory": {"categorizedWatchOptionsList": []}, "plot": {"id": "po3587858", "author": null, "plotText": {"plainText": "The incredible true story of a former government agent turned vigilante who embarks on a dangerous mission to rescue hundreds of children from sex traffickers."}, "correctionLink": {"url": "https://m.imdb.com/title/tt7599146/contribution/plot/po3587858/edit"}, "reportingLink": {"url": "https://m.imdb.com/title/tt7599146/contribution/plot/po3587858/report"}}, "releaseDate": {"day": 4, "month": 7, "year": 2023, "country": {"id": "US", "text": "United States"}, "restriction": null, "releaseAttributes": []}, "titleCertificate": {"rating": "PG-13", "certificateCountry": {"id": "US", "text": "United States"}, "ratingReason": "Rated PG-13 for thematic content involving sex trafficking, violence, language, sexual references, some drug references and smoking throughout"}, "titleRuntime": {"seconds": 7860, "displayableProperty": {"qualifiersInMarkdownList": null}}, "chartMeterRanking": {"currentRank": 5, "rankChange": {"changeDirection": "UP", "difference": 53}}}, {"id": "tt14688458", "isAdult": false, "canRateTitle": {"isRatable": true}, "originalTitleText": {"text": "Silo"}, "primaryImage": {"id": "rm2521247489", "imageUrl": "https://m.media-amazon.com/images/M/MV5BNTk3MGJkZGItNzRjYy00MDhiLWExMjUtOWU2Njc3YWRmOWE3XkEyXkFqcGdeQXVyMjkwOTAyMDU@._V1_.jpg", "imageWidth": 2000, "imageHeight": 3000}, "ratingsSummary": {"aggregateRating": 8.1, "topRanking": {"rank": 627}, "voteCount": 52873}, "releaseYear": {"year": 2023, "endYear": null}, "titleEpisode": null, "titleText": {"text": "Silo"}, "titleType": {"id": "tvSeries", "text": "TV Series", "displayableProperty": {"value": {"plainText": "TV Series"}}, "categories": [{"id": "tv", "text": "TV", "value": "tv"}], "canHaveEpisodes": true, "isSeries": true, "isEpisode": false}, "series": null, "watchOptionsByCategory": {"categorizedWatchOptionsList": [{"watchOptions": [{"provider": {"id": "amzn1.imdb.w2w.provider.appletv", "categoryType": "SUBSCRIPTION", "description": {"value": "with subscription"}, "name": {"value": "Apple TV+"}, "refTagFragment": "appletv", "logos": {"icon": {"url": "https://m.media-amazon.com/images/M/d2b632fd-044d-40de-a1c8-fc920e2f5d4d._V1_.png", "width": 500, "height": 500}, "slate": {"url": "https://m.media-amazon.com/images/M/2b1f9c41-9007-447c-9aec-663ad10f5805._V1_.png", "width": 1280, "height": 720}}}, "title": {"value": "Watch on Apple TV+"}, "description": {"value": "S1 with subscription"}, "shortDescription": {"value": "S1"}, "link": "https://tv.apple.com"}]}]}, "plot": {"id": "po6042333", "author": null, "plotText": {"plainText": "Men and women live in a giant silo underground with several regulations which they believe are in place to protect them from the toxic and ruined world on the surface."}, "correctionLink": {"url": "https://m.imdb.com/title/tt14688458/contribution/plot/po6042333/edit"}, "reportingLink": {"url": "https://m.imdb.com/title/tt14688458/contribution/plot/po6042333/report"}}, "releaseDate": {"day": 5, "month": 5, "year": 2023, "country": {"id": "US", "text": "United States"}, "restriction": null, "releaseAttributes": [{"text": "internet"}]}, "titleCertificate": {"rating": "TV-MA", "certificateCountry": {"id": "US", "text": "United States"}, "ratingReason": null}, "titleRuntime": null, "chartMeterRanking": {"currentRank": 6, "rankChange": {"changeDirection": "UP", "difference": 1}}}, {"id": "tt5057054", "isAdult": false, "canRateTitle": {"isRatable": true}, "originalTitleText": {"text": "Jack Ryan"}, "primaryImage": {"id": "rm4189003777", "imageUrl": "https://m.media-amazon.com/images/M/MV5BODU0MmZjYjktOGQ4MS00N2QwLTk5MzQtYTRkMGRiM2Q4ZjViXkEyXkFqcGdeQXVyMjkwOTAyMDU@._V1_.jpg", "imageWidth": 2024, "imageHeight": 3000}, "ratingsSummary": {"aggregateRating": 8, "topRanking": {"rank": 748}, "voteCount": 154013}, "releaseYear": {"year": 2018, "endYear": 2023}, "titleEpisode": null, "titleText": {"text": "Tom Clancy's Jack Ryan"}, "titleType": {"id": "tvSeries", "text": "TV Series", "displayableProperty": {"value": {"plainText": "TV Series"}}, "categories": [{"id": "tv", "text": "TV", "value": "tv"}], "canHaveEpisodes": true, "isSeries": true, "isEpisode": false}, "series": null, "watchOptionsByCategory": {"categorizedWatchOptionsList": [{"watchOptions": [{"provider": {"id": "amzn1.imdb.w2w.provider.prime_video.PRIME", "categoryType": "SUBSCRIPTION", "description": {"value": "included with Prime"}, "name": {"value": "Prime Video"}, "refTagFragment": "pvs_piv", "logos": {"icon": {"url": "https://m.media-amazon.com/images/M/e062ea53-945a-42cb-8d15-6405531687ec._V1_.png", "width": 500, "height": 500}, "slate": {"url": "https://m.media-amazon.com/images/M/75f35a85-7a6e-4f1f-bf8b-e4c8556bc4e4._V1_.png", "width": 1280, "height": 720}}}, "title": {"value": "Watch on Prime Video"}, "description": {"value": "S1-4 included with Prime"}, "shortDescription": {"value": "S1-4"}, "link": "aiv://aiv/resume?gti=amzn1.dv.gti.3aae96d6-2f06-c508-8773-90cdfdce7e44"}]}]}, "plot": {"id": "po2488882", "author": null, "plotText": {"plainText": "Up-and-coming CIA analyst, Jack Ryan, is thrust into dangerous field assignments."}, "correctionLink": {"url": "https://m.imdb.com/title/tt5057054/contribution/plot/po2488882/edit"}, "reportingLink": {"url": "https://m.imdb.com/title/tt5057054/contribution/plot/po2488882/report"}}, "releaseDate": {"day": 31, "month": 8, "year": 2018, "country": {"id": "US", "text": "United States"}, "restriction": null, "releaseAttributes": [{"text": "internet"}]}, "titleCertificate": {"rating": "TV-MA", "certificateCountry": {"id": "US", "text": "United States"}, "ratingReason": null}, "titleRuntime": {"seconds": 3600, "displayableProperty": {"qualifiersInMarkdownList": null}}, "chartMeterRanking": {"currentRank": 7, "rankChange": {"changeDirection": "UP", "difference": 15}}}, {"id": "tt1517268", "isAdult": false, "canRateTitle": {"isRatable": false}, "originalTitleText": {"text": "Barbie"}, "primaryImage": {"id": "rm2419599361", "imageUrl": "https://m.media-amazon.com/images/M/MV5BOWIwZGY0OTYtZjUzYy00NzRmLTg5YzgtYWMzNWQ0MmZiY2MwXkEyXkFqcGdeQXVyMTUzMTg2ODkz._V1_.jpg", "imageWidth": 2764, "imageHeight": 4096}, "ratingsSummary": {"aggregateRating": null, "topRanking": null, "voteCount": 0}, "releaseYear": {"year": 2023, "endYear": null}, "titleEpisode": null, "titleText": {"text": "Barbie"}, "titleType": {"id": "movie", "text": "Movie", "displayableProperty": {"value": {"plainText": ""}}, "categories": [{"id": "movie", "text": "Movie", "value": "movie"}], "canHaveEpisodes": false, "isSeries": false, "isEpisode": false}, "series": null, "watchOptionsByCategory": {"categorizedWatchOptionsList": []}, "plot": {"id": "po6848414", "author": null, "plotText": {"plainText": "Barbie suffers a crisis that leads her to question her world and her existence."}, "correctionLink": {"url": "https://m.imdb.com/title/tt1517268/contribution/plot/po6848414/edit"}, "reportingLink": {"url": "https://m.imdb.com/title/tt1517268/contribution/plot/po6848414/report"}}, "releaseDate": {"day": 21, "month": 7, "year": 2023, "country": {"id": "US", "text": "United States"}, "restriction": null, "releaseAttributes": []}, "titleCertificate": {"rating": "PG-13", "certificateCountry": {"id": "US", "text": "United States"}, "ratingReason": "Rated PG-13 for suggestive references and brief language."}, "titleRuntime": {"seconds": 6840, "displayableProperty": {"qualifiersInMarkdownList": null}}, "chartMeterRanking": {"currentRank": 8, "rankChange": {"changeDirection": "UP", "difference": 9}}}, {"id": "tt14954666", "isAdult": false, "canRateTitle": {"isRatable": true}, "originalTitleText": {"text": "The Idol"}, "primaryImage": {"id": "rm2467113985", "imageUrl": "https://m.media-amazon.com/images/M/MV5BYzU3YmMwYjItYzQ0My00YjYzLThlZjItNTdmNjY5ZTZjNWY5XkEyXkFqcGdeQXVyMTY1MTU0NzEz._V1_.jpg", "imageWidth": 768, "imageHeight": 1138}, "ratingsSummary": {"aggregateRating": 4.8, "topRanking": {"rank": 1957}, "voteCount": 65027}, "releaseYear": {"year": 2023, "endYear": 2023}, "titleEpisode": null, "titleText": {"text": "The Idol"}, "titleType": {"id": "tvSeries", "text": "TV Series", "displayableProperty": {"value": {"plainText": "TV Series"}}, "categories": [{"id": "tv", "text": "TV", "value": "tv"}], "canHaveEpisodes": true, "isSeries": true, "isEpisode": false}, "series": null, "watchOptionsByCategory": {"categorizedWatchOptionsList": [{"watchOptions": [{"provider": {"id": "amzn1.imdb.w2w.provider.prime_video.hbomaxus", "categoryType": "SUBSCRIPTION", "description": {"value": "with Prime Video Channels"}, "name": {"value": "Max"}, "refTagFragment": "hbomax", "logos": {"icon": {"url": "https://m.media-amazon.com/images/M/3968ed0f-31d9-48fe-b4a2-8a69d0e1cc4b._V1_.png", "width": 500, "height": 500}, "slate": {"url": "https://m.media-amazon.com/images/M/7cdcbf4e-6afe-4136-be75-cd6f2d237c63._V1_.png", "width": 1280, "height": 720}}}, "title": {"value": "Watch on Max"}, "description": {"value": "S1 with Prime Video Channels"}, "shortDescription": {"value": "S1"}, "link": "aiv://aiv/view?gti=amzn1.dv.gti.cbd96cc5-3676-4ec6-999e-d8d80285cdd7"}, {"provider": {"id": "amzn1.imdb.w2w.provider.hbo_max", "categoryType": "SUBSCRIPTION", "description": {"value": "with subscription"}, "name": {"value": "Max"}, "refTagFragment": "hbomax", "logos": {"icon": {"url": "https://m.media-amazon.com/images/M/7660eee6-3846-43e9-aadd-bff7846554fb._V1_.png", "width": 500, "height": 500}, "slate": {"url": "https://m.media-amazon.com/images/M/609ae2bb-6e79-45ae-bd76-75da3afac406._V1_.png", "width": 1280, "height": 720}}}, "title": {"value": "Watch on Max"}, "description": {"value": "S1 with subscription"}, "shortDescription": {"value": "S1"}, "link": "https://play.max.com/show/8893abd5-1a33-477b-94e4-20329e2d37ef"}]}, {"watchOptions": [{"provider": {"id": "amzn1.imdb.w2w.provider.prime_video", "categoryType": "RENT_OR_BUY", "description": null, "name": {"value": "Prime Video"}, "refTagFragment": "pvt_aiv", "logos": {"icon": {"url": "https://m.media-amazon.com/images/M/4c192978-331f-429e-9c97-02d5ed9d436e._V1_.png", "width": 500, "height": 500}, "slate": {"url": "https://m.media-amazon.com/images/M/b63dfed5-e4fa-434c-be14-d2dc2b60fbae._V1_.png", "width": 1280, "height": 720}}}, "title": {"value": "Watch on Prime Video"}, "description": {"value": "buy from $12.99"}, "shortDescription": {"value": "from $12.99"}, "link": "aiv://aiv/view?gti=amzn1.dv.gti.a9061168-fcdd-47e0-93c9-1ac1903bef83"}]}]}, "plot": {"id": "po7327635", "author": null, "plotText": {"plainText": "Jocelyn is desperate to reclaim her rightful title as the greatest and sexiest pop diva in America after a nervous breakdown disrupted her most recent tour after Tedros, a notorious nightclub entrepreneur, reignites her passions."}, "correctionLink": {"url": "https://m.imdb.com/title/tt14954666/contribution/plot/po7327635/edit"}, "reportingLink": {"url": "https://m.imdb.com/title/tt14954666/contribution/plot/po7327635/report"}}, "releaseDate": {"day": 4, "month": 6, "year": 2023, "country": {"id": "US", "text": "United States"}, "restriction": null, "releaseAttributes": []}, "titleCertificate": {"rating": "TV-MA", "certificateCountry": {"id": "US", "text": "United States"}, "ratingReason": null}, "titleRuntime": {"seconds": 16560, "displayableProperty": {"qualifiersInMarkdownList": null}}, "chartMeterRanking": {"currentRank": 9, "rankChange": {"changeDirection": "FLAT", "difference": 0}}}, {"id": "tt13157618", "isAdult": false, "canRateTitle": {"isRatable": true}, "originalTitleText": {"text": "Secret Invasion"}, "primaryImage": {"id": "rm4049477889", "imageUrl": "https://m.media-amazon.com/images/M/MV5BM2FlYzVmNWQtNzE4ZS00OTMwLTlhYTUtZDY0YTEyZTRlZDlkXkEyXkFqcGdeQXVyMTUzMTg2ODkz._V1_.jpg", "imageWidth": 1688, "imageHeight": 2500}, "ratingsSummary": {"aggregateRating": 6.8, "topRanking": {"rank": 1685}, "voteCount": 15898}, "releaseYear": {"year": 2023, "endYear": 2023}, "titleEpisode": null, "titleText": {"text": "Secret Invasion"}, "titleType": {"id": "tvMiniSeries", "text": "TV Mini Series", "displayableProperty": {"value": {"plainText": "TV Mini Series"}}, "categories": [{"id": "tv", "text": "TV", "value": "tv"}], "canHaveEpisodes": true, "isSeries": true, "isEpisode": false}, "series": null, "watchOptionsByCategory": {"categorizedWatchOptionsList": []}, "plot": {"id": "po5462592", "author": null, "plotText": {"plainText": "Fury and Talos try to stop the Skrulls who have infiltrated the highest spheres of the Marvel Universe."}, "correctionLink": {"url": "https://m.imdb.com/title/tt13157618/contribution/plot/po5462592/edit"}, "reportingLink": {"url": "https://m.imdb.com/title/tt13157618/contribution/plot/po5462592/report"}}, "releaseDate": {"day": 21, "month": 6, "year": 2023, "country": {"id": "US", "text": "United States"}, "restriction": null, "releaseAttributes": [{"text": "internet"}]}, "titleCertificate": {"rating": "TV-14", "certificateCountry": {"id": "US", "text": "United States"}, "ratingReason": null}, "titleRuntime": null, "chartMeterRanking": {"currentRank": 10, "rankChange": {"changeDirection": "DOWN", "difference": 4}}}]} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"status": {"type": "boolean"}, "message": {"type": "string"}, "timestamp": {"type": "integer"}, "data": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "isAdult": {"type": "boolean"}, "canRateTitle": {"type": "object", "properties": {"isRatable": {"type": "boolean"}}, "required": ["isRatable"]}, "originalTitleText": {"type": "object", "properties": {"text": {"type": "string"}}, "required": ["text"]}, "primaryImage": {"type": "object", "properties": {"id": {"type": "string"}, "imageUrl": {"type": "string"}, "imageWidth": {"type": "integer"}, "imageHeight": {"type": "integer"}}, "required": ["id", "imageHeight", "imageUrl", "imageWidth"]}, "ratingsSummary": {"type": "object", "properties": {"aggregateRating": {"type": ["null", "number"]}, "topRanking": {"anyOf": [{"type": "null"}, {"type": "object", "properties": {"rank": {"type": "integer"}}, "required": ["rank"]}]}, "voteCount": {"type": "integer"}}, "required": ["aggregateRating", "topRanking", "voteCount"]}, "releaseYear": {"type": "object", "properties": {"year": {"type": "integer"}, "endYear": {"type": ["integer", "null"]}}, "required": ["endYear", "year"]}, "titleEpisode": {"type": "null"}, "titleText": {"type": "object", "properties": {"text": {"type": "string"}}, "required": ["text"]}, "titleType": {"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}, "displayableProperty": {"type": "object", "properties": {"value": {"type": "object", "properties": {"plainText": {"type": "string"}}, "required": ["plainText"]}}, "required": ["value"]}, "categories": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}, "value": {"type": "string"}}, "required": ["id", "text", "value"]}}, "canHaveEpisodes": {"type": "boolean"}, "isSeries": {"type": "boolean"}, "isEpisode": {"type": "boolean"}}, "required": ["canHaveEpisodes", "categories", "displayableProperty", "id", "isEpisode", "isSeries", "text"]}, "series": {"type": "null"}, "watchOptionsByCategory": {"type": "object", "properties": {"categorizedWatchOptionsList": {"type": "array", "items": {"type": "object", "properties": {"watchOptions": {"type": "array", "items": {"type": "object", "properties": {"provider": {"type": "object", "properties": {"id": {"type": "string"}, "categoryType": {"type": "string"}, "description": {"anyOf": [{"type": "null"}, {"type": "object", "properties": {"value": {"type": "string"}}, "required": ["value"]}]}, "name": {"type": "object", "properties": {"value": {"type": "string"}}, "required": ["value"]}, "refTagFragment": {"type": "string"}, "logos": {"type": "object", "properties": {"icon": {"type": "object", "properties": {"url": {"type": "string"}, "width": {"type": "integer"}, "height": {"type": "integer"}}, "required": ["height", "url", "width"]}, "slate": {"type": "object", "properties": {"url": {"type": "string"}, "width": {"type": "integer"}, "height": {"type": "integer"}}, "required": ["height", "url", "width"]}}, "required": ["icon", "slate"]}}, "required": ["categoryType", "description", "id", "logos", "name", "refTagFragment"]}, "title": {"type": "object", "properties": {"value": {"type": "string"}}, "required": ["value"]}, "description": {"type": "object", "properties": {"value": {"type": "string"}}, "required": ["value"]}, "shortDescription": {"type": "object", "properties": {"value": {"type": "string"}}, "required": ["value"]}, "link": {"type": "string"}}, "required": ["description", "link", "provider", "shortDescription", "title"]}}}, "required": ["watchOptions"]}}}, "required": ["categorizedWatchOptionsList"]}, "plot": {"type": "object", "properties": {"id": {"type": "string"}, "author": {"type": "null"}, "plotText": {"type": "object", "properties": {"plainText": {"type": "string"}}, "required": ["plainText"]}, "correctionLink": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "reportingLink": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}}, "required": ["author", "correctionLink", "id", "plotText", "reportingLink"]}, "releaseDate": {"type": "object", "properties": {"day": {"type": "integer"}, "month": {"type": "integer"}, "year": {"type": "integer"}, "country": {"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"]}, "restriction": {"type": "null"}, "releaseAttributes": {"type": "array", "items": {"type": "object", "properties": {"text": {"type": "string"}}, "required": ["text"]}}}, "required": ["country", "day", "month", "releaseAttributes", "restriction", "year"]}, "titleCertificate": {"type": "object", "properties": {"rating": {"type": "string"}, "certificateCountry": {"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"]}, "ratingReason": {"type": ["null", "string"]}}, "required": ["certificateCountry", "rating", "ratingReason"]}, "titleRuntime": {"anyOf": [{"type": "null"}, {"type": "object", "properties": {"seconds": {"type": "integer"}, "displayableProperty": {"type": "object", "properties": {"qualifiersInMarkdownList": {"type": "null"}}, "required": ["qualifiersInMarkdownList"]}}, "required": ["displayableProperty", "seconds"]}]}, "chartMeterRanking": {"type": "object", "properties": {"currentRank": {"type": "integer"}, "rankChange": {"type": "object", "properties": {"changeDirection": {"type": "string"}, "difference": {"type": "integer"}}, "required": ["changeDirection", "difference"]}}, "required": ["currentRank", "rankChange"]}}, "required": ["canRateTitle", "chartMeterRanking", "id", "isAdult", "originalTitleText", "plot", "primaryImage", "ratingsSummary", "releaseDate", "releaseYear", "series", "titleCertificate", "titleEpisode", "titleRuntime", "titleText", "titleType", "watchOptionsByCategory"]}}}, "required": ["data", "message", "status", "timestamp"]} |
62e654bf-4774-493f-9512-5a68bf4ee666/70d49aa4-89ef-4b04-bcc2-e13820b961ab/0/0 | IMDB | IMDb is an online database of information related to films, television series, podcasts, home videos, video games, and streaming content online – including cast, production crew and personal biographies, plot summaries, trivia, ratings, and fan and critical reviews. | 9.7 | Search IMDB | - | 200 | Response | {"status": true, "message": "Success", "timestamp": 1689187551887, "data": [{"id": "tt9603212", "qid": "movie", "title": "Mission: Impossible - Dead Reckoning Part One", "year": 2023, "stars": "Tom Cruise, Hayley Atwell", "q": "feature", "image": "https://m.media-amazon.com/images/M/MV5BY2VmZDhhNjgtNDcxYi00M2I3LThlMTQtMWRiNWI2Y2I4ZjRmXkEyXkFqcGdeQXVyMTMxMTIwMTE0._V1_.jpg"}, {"id": "tt0117060", "qid": "movie", "title": "Mission: Impossible", "year": 1996, "stars": "Tom Cruise, Jon Voight", "q": "feature", "image": "https://m.media-amazon.com/images/M/MV5BMTc3NjI2MjU0Nl5BMl5BanBnXkFtZTgwNDk3ODYxMTE@._V1_.jpg"}, {"id": "tt4912910", "qid": "movie", "title": "Mission: Impossible - Fallout", "year": 2018, "stars": "Tom Cruise, Henry Cavill", "q": "feature", "image": "https://m.media-amazon.com/images/M/MV5BNjRlZmM0ODktY2RjNS00ZDdjLWJhZGYtNDljNWZkMGM5MTg0XkEyXkFqcGdeQXVyNjAwMjI5MDk@._V1_.jpg"}, {"id": "tt0120755", "qid": "movie", "title": "Mission: Impossible II", "year": 2000, "stars": "Tom Cruise, Dougray Scott", "q": "feature", "image": "https://m.media-amazon.com/images/M/MV5BN2RkYWVkZDQtNTMxMi00NWQ4LWE2ODctNmQzOWM2NjQzYzdlXkEyXkFqcGdeQXVyMjUzOTY1NTc@._V1_.jpg"}, {"id": "tt0317919", "qid": "movie", "title": "Mission: Impossible III", "year": 2006, "stars": "Tom Cruise, Michelle Monaghan", "q": "feature", "image": "https://m.media-amazon.com/images/M/MV5BOThhNTA1YjItYzk2Ny00M2Y1LWJlYWUtZDQyZDU0YmY5Y2M5XkEyXkFqcGdeQXVyNjU0OTQ0OTY@._V1_.jpg"}, {"id": "tt2381249", "qid": "movie", "title": "Mission: Impossible - Rogue Nation", "year": 2015, "stars": "Tom Cruise, Rebecca Ferguson", "q": "feature", "image": "https://m.media-amazon.com/images/M/MV5BOTFmNDA3ZjMtN2Y0MC00NDYyLWFlY2UtNTQ4OTQxMmY1NmVjXkEyXkFqcGdeQXVyNTg4NDQ4NDY@._V1_.jpg"}, {"id": "tt1229238", "qid": "movie", "title": "Mission: Impossible - Ghost Protocol", "year": 2011, "stars": "Tom Cruise, Jeremy Renner", "q": "feature", "image": "https://m.media-amazon.com/images/M/MV5BMTY4MTUxMjQ5OV5BMl5BanBnXkFtZTcwNTUyMzg5Ng@@._V1_.jpg"}, {"id": "tt0060009", "qid": "tvSeries", "title": "Mission: Impossible", "year": 1966, "stars": "Peter Graves, Barbara Bain", "q": "TV series", "image": "https://m.media-amazon.com/images/M/MV5BMTg3MDQ4ODQwNF5BMl5BanBnXkFtZTcwODMwODM0MQ@@._V1_.jpg"}]} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"status": {"type": "boolean"}, "message": {"type": "string"}, "timestamp": {"type": "integer"}, "data": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "qid": {"type": "string"}, "title": {"type": "string"}, "year": {"type": "integer"}, "stars": {"type": "string"}, "q": {"type": "string"}, "image": {"type": "string"}}, "required": ["id", "image", "q", "qid", "stars", "title", "year"]}}}, "required": ["data", "message", "status", "timestamp"]} |
62e654bf-4774-493f-9512-5a68bf4ee666/b638378e-2699-4fd6-9954-3efeb8ec4382/0/0 | IMDB | IMDb is an online database of information related to films, television series, podcasts, home videos, video games, and streaming content online – including cast, production crew and personal biographies, plot summaries, trivia, ratings, and fan and critical reviews. | 9.7 | Get Languages | - | 200 | Response | {"status": true, "message": "Success", "timestamp": 1688760224885, "data": {"all_languages": {"ab": "Abkhazian", "qac": "Aboriginal", "guq": "Ach\u00e9", "qam": "Acholi", "af": "Afrikaans", "qas": "Aidoukrou", "ak": "Akan", "sq": "Albanian", "alg": "Algonquin", "ase": "American Sign Language", "am": "Amharic", "apa": "Apache languages", "ar": "Arabic", "an": "Aragonese", "arc": "Aramaic", "arp": "Arapaho", "hy": "Armenian", "as": "Assamese", "aii": "Assyrian Neo-Aramaic", "ath": "Athapascan languages", "asf": "Australian Sign Language", "awa": "Awadhi", "ay": "Aymara", "az": "Azerbaijani", "ast": "Bable", "qbd": "Baka", "ban": "Balinese", "bm": "Bambara", "eu": "Basque", "bsc": "Bassari", "be": "Belarusian", "bem": "Bemba", "bn": "Bengali", "ber": "Berber languages", "bho": "Bhojpuri", "qbi": "Bicolano", "qbh": "Bodo", "bs": "Bosnian", "bzs": "Brazilian Sign Language", "br": "Breton", "bfi": "British Sign Language", "bg": "Bulgarian", "my": "Burmese", "yue": "Cantonese", "ca": "Catalan", "km": "Central Khmer", "ccp": "Chakma", "qax": "Chaozhou", "ce": "Chechen", "chr": "Cherokee", "chy": "Cheyenne", "hne": "Chhattisgarhi", "zh": "Chinese", "kw": "Cornish", "co": "Corsican", "cr": "Cree", "mus": "Creek", "qal": "Creole", "crp": "Creoles and pidgins", "hr": "Croatian", "cro": "Crow", "cs": "Czech", "da": "Danish", "prs": "Dari", "dso": "Desiya", "din": "Dinka", "qaw": "Djerma", "doi": "Dogri", "nl": "Dutch", "dyu": "Dyula", "dz": "Dzongkha", "qbc": "East-Greenlandic", "frs": "Eastern Frisian", "egy": "Egyptian (Ancient)", "en": "English", "eo": "Esperanto", "et": "Estonian", "ee": "Ewe", "qbg": "Faliasch", "fo": "Faroese", "fil": "Filipino", "fi": "Finnish", "qbn": "Flemish", "fon": "Fon", "fr": "French", "fsl": "French Sign Language", "ff": "Fulah", "fvr": "Fur", "gd": "Gaelic", "gl": "Galician", "ka": "Georgian", "de": "German", "gsg": "German Sign Language", "grb": "Grebo", "el": "Greek", "grc": "Greek, Ancient (to 1453)", "kl": "Greenlandic", "gn": "Guarani", "gu": "Gujarati", "gnn": "Gumatj", "gup": "Gunwinggu", "hai": "Haida", "ht": "Haitian", "hak": "Hakka", "bgc": "Haryanvi", "qav": "Hassanya", "ha": "Hausa", "haw": "Hawaiian", "he": "Hebrew", "hi": "Hindi", "hmn": "Hmong", "qab": "Hokkien", "hop": "Hopi", "hu": "Hungarian", "iba": "Iban", "qag": "Ibo", "is": "Icelandic", "icl": "Icelandic Sign Language", "ins": "Indian Sign Language", "id": "Indonesian", "iu": "Inuktitut", "ik": "Inupiaq", "ga": "Irish Gaelic", "iru": "Irula", "it": "Italian", "ja": "Japanese", "jsl": "Japanese Sign Language", "dyo": "Jola-Fonyi", "ktz": "Ju'hoan", "qbf": "Kaado", "kea": "Kabuverdianu", "kab": "Kabyle", "xal": "Kalmyk-Oirat", "kn": "Kannada", "kpj": "Karaj\u00e1", "mjw": "Karbi", "kar": "Karen", "kk": "Kazakh", "kca": "Khanty", "kha": "Khasi", "ki": "Kikuyu", "rw": "Kinyarwanda", "qar": "Kirundi", "tlh": "Klingon", "kfa": "Kodava", "kok": "Konkani", "ko": "Korean", "kvk": "Korean Sign Language", "khe": "Korowai", "qaq": "Kriolu", "kro": "Kru", "kyw": "Kudmali", "qbb": "Kuna", "ku": "Kurdish", "kwk": "Kwakiutl", "ky": "Kyrgyz", "lbj": "Ladakhi", "lad": "Ladino", "lo": "Lao", "la": "Latin", "lv": "Latvian", "lif": "Limbu", "ln": "Lingala", "lt": "Lithuanian", "nds": "Low German", "lb": "Luxembourgish", "mk": "Macedonian", "qbm": "Macro-J\u00ea", "mag": "Magahi", "mai": "Maithili", "mg": "Malagasy", "ms": "Malay", "ml": "Malayalam", "pqm": "Malecite-Passamaquoddy", "qap": "Malinka", "mt": "Maltese", "mnc": "Manchu", "cmn": "Mandarin", "man": "Mandingo", "mni": "Manipuri", "mi": "Maori", "arn": "Mapudungun", "mr": "Marathi", "mh": "Marshallese", "mas": "Masai", "mls": "Masalit", "myn": "Maya", "men": "Mende", "mic": "Micmac", "enm": "Middle English", "nan": "Min Nan", "min": "Minangkabau", "mwl": "Mirandese", "qmt": "Mixtec", "lus": "Mizo", "moh": "Mohawk", "mn": "Mongolian", "moe": "Montagnais", "qaf": "More", "mfe": "Morisyen", "qbl": "Nagpuri", "nah": "Nahuatl", "qba": "Nama", "nv": "Navajo", "nbf": "Naxi", "nd": "Ndebele", "nap": "Neapolitan", "yrk": "Nenets", "ne": "Nepali", "ncg": "Nisga'a", "zxx": "None", "non": "Norse, Old", "nai": "North American Indian", "no": "Norwegian", "qbk": "Nushi", "nyk": "Nyaneka", "ny": "Nyanja", "oc": "Occitan", "oj": "Ojibwa", "qaz": "Ojihimba", "ang": "Old English", "or": "Oriya", "pap": "Papiamento", "qaj": "Parsee", "ps": "Pashtu", "paw": "Pawnee", "fa": "Persian", "qai": "Peul", "pl": "Polish", "qah": "Polynesian", "pt": "Portuguese", "fuf": "Pular", "pa": "Punjabi", "tsz": "Purepecha", "qu": "Quechua", "qya": "Quenya", "raj": "Rajasthani", "qbj": "Rawan", "xrr": "Rhaetian", "ro": "Romanian", "rm": "Romansh", "rom": "Romany", "rtm": "Rotuman", "ru": "Russian", "rsl": "Russian Sign Language", "qao": "Ryukyuan", "qae": "Saami", "sm": "Samoan", "sa": "Sanskrit", "sc": "Sardinian", "qay": "Scanian", "sr": "Serbian", "qbo": "Serbo-Croatian", "srr": "Serer", "qad": "Shanghainese", "qau": "Shanxi", "sn": "Shona", "shh": "Shoshoni", "scn": "Sicilian", "sjn": "Sindarin", "sd": "Sindhi", "si": "Sinhala", "sio": "Sioux", "sk": "Slovak", "sl": "Slovenian", "so": "Somali", "son": "Songhay", "snk": "Soninke", "wen": "Sorbian languages", "st": "Sotho", "qbe": "Sousson", "es": "Spanish", "ssp": "Spanish Sign Language", "srn": "Sranan", "sw": "Swahili", "sv": "Swedish", "gsw": "Swiss German", "syl": "Sylheti", "tl": "Tagalog", "tg": "Tajik", "tmh": "Tamashek", "ta": "Tamil", "tac": "Tarahumara", "tt": "Tatar", "te": "Telugu", "qak": "Teochew", "th": "Thai", "bo": "Tibetan", "qan": "Tigrigna", "tli": "Tlingit", "tpi": "Tok Pisin", "to": "Tonga (Tonga Islands)", "ts": "Tsonga", "tsc": "Tswa", "tn": "Tswana", "tcy": "Tulu", "tup": "Tupi", "tr": "Turkish", "tk": "Turkmen", "tyv": "Tuvinian", "tzo": "Tzotzil", "uk": "Ukrainian", "ukl": "Ukrainian Sign Language", "qat": "Ungwatsi", "ur": "Urdu", "uz": "Uzbek", "vi": "Vietnamese", "qaa": "Visayan", "was": "Washoe", "cy": "Welsh", "wo": "Wolof", "xh": "Xhosa", "sah": "Yakut", "yap": "Yapese", "yi": "Yiddish", "yo": "Yoruba", "zu": "Zulu"}, "popular_languages": ["en", "fr", "es", "de", "hi", "it", "ja"]}} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"status": {"type": "boolean"}, "message": {"type": "string"}, "timestamp": {"type": "integer"}, "data": {"type": "object", "properties": {"all_languages": {"type": "object", "properties": {"ab": {"type": "string"}, "qac": {"type": "string"}, "guq": {"type": "string"}, "qam": {"type": "string"}, "af": {"type": "string"}, "qas": {"type": "string"}, "ak": {"type": "string"}, "sq": {"type": "string"}, "alg": {"type": "string"}, "ase": {"type": "string"}, "am": {"type": "string"}, "apa": {"type": "string"}, "ar": {"type": "string"}, "an": {"type": "string"}, "arc": {"type": "string"}, "arp": {"type": "string"}, "hy": {"type": "string"}, "as": {"type": "string"}, "aii": {"type": "string"}, "ath": {"type": "string"}, "asf": {"type": "string"}, "awa": {"type": "string"}, "ay": {"type": "string"}, "az": {"type": "string"}, "ast": {"type": "string"}, "qbd": {"type": "string"}, "ban": {"type": "string"}, "bm": {"type": "string"}, "eu": {"type": "string"}, "bsc": {"type": "string"}, "be": {"type": "string"}, "bem": {"type": "string"}, "bn": {"type": "string"}, "ber": {"type": "string"}, "bho": {"type": "string"}, "qbi": {"type": "string"}, "qbh": {"type": "string"}, "bs": {"type": "string"}, "bzs": {"type": "string"}, "br": {"type": "string"}, "bfi": {"type": "string"}, "bg": {"type": "string"}, "my": {"type": "string"}, "yue": {"type": "string"}, "ca": {"type": "string"}, "km": {"type": "string"}, "ccp": {"type": "string"}, "qax": {"type": "string"}, "ce": {"type": "string"}, "chr": {"type": "string"}, "chy": {"type": "string"}, "hne": {"type": "string"}, "zh": {"type": "string"}, "kw": {"type": "string"}, "co": {"type": "string"}, "cr": {"type": "string"}, "mus": {"type": "string"}, "qal": {"type": "string"}, "crp": {"type": "string"}, "hr": {"type": "string"}, "cro": {"type": "string"}, "cs": {"type": "string"}, "da": {"type": "string"}, "prs": {"type": "string"}, "dso": {"type": "string"}, "din": {"type": "string"}, "qaw": {"type": "string"}, "doi": {"type": "string"}, "nl": {"type": "string"}, "dyu": {"type": "string"}, "dz": {"type": "string"}, "qbc": {"type": "string"}, "frs": {"type": "string"}, "egy": {"type": "string"}, "en": {"type": "string"}, "eo": {"type": "string"}, "et": {"type": "string"}, "ee": {"type": "string"}, "qbg": {"type": "string"}, "fo": {"type": "string"}, "fil": {"type": "string"}, "fi": {"type": "string"}, "qbn": {"type": "string"}, "fon": {"type": "string"}, "fr": {"type": "string"}, "fsl": {"type": "string"}, "ff": {"type": "string"}, "fvr": {"type": "string"}, "gd": {"type": "string"}, "gl": {"type": "string"}, "ka": {"type": "string"}, "de": {"type": "string"}, "gsg": {"type": "string"}, "grb": {"type": "string"}, "el": {"type": "string"}, "grc": {"type": "string"}, "kl": {"type": "string"}, "gn": {"type": "string"}, "gu": {"type": "string"}, "gnn": {"type": "string"}, "gup": {"type": "string"}, "hai": {"type": "string"}, "ht": {"type": "string"}, "hak": {"type": "string"}, "bgc": {"type": "string"}, "qav": {"type": "string"}, "ha": {"type": "string"}, "haw": {"type": "string"}, "he": {"type": "string"}, "hi": {"type": "string"}, "hmn": {"type": "string"}, "qab": {"type": "string"}, "hop": {"type": "string"}, "hu": {"type": "string"}, "iba": {"type": "string"}, "qag": {"type": "string"}, "is": {"type": "string"}, "icl": {"type": "string"}, "ins": {"type": "string"}, "id": {"type": "string"}, "iu": {"type": "string"}, "ik": {"type": "string"}, "ga": {"type": "string"}, "iru": {"type": "string"}, "it": {"type": "string"}, "ja": {"type": "string"}, "jsl": {"type": "string"}, "dyo": {"type": "string"}, "ktz": {"type": "string"}, "qbf": {"type": "string"}, "kea": {"type": "string"}, "kab": {"type": "string"}, "xal": {"type": "string"}, "kn": {"type": "string"}, "kpj": {"type": "string"}, "mjw": {"type": "string"}, "kar": {"type": "string"}, "kk": {"type": "string"}, "kca": {"type": "string"}, "kha": {"type": "string"}, "ki": {"type": "string"}, "rw": {"type": "string"}, "qar": {"type": "string"}, "tlh": {"type": "string"}, "kfa": {"type": "string"}, "kok": {"type": "string"}, "ko": {"type": "string"}, "kvk": {"type": "string"}, "khe": {"type": "string"}, "qaq": {"type": "string"}, "kro": {"type": "string"}, "kyw": {"type": "string"}, "qbb": {"type": "string"}, "ku": {"type": "string"}, "kwk": {"type": "string"}, "ky": {"type": "string"}, "lbj": {"type": "string"}, "lad": {"type": "string"}, "lo": {"type": "string"}, "la": {"type": "string"}, "lv": {"type": "string"}, "lif": {"type": "string"}, "ln": {"type": "string"}, "lt": {"type": "string"}, "nds": {"type": "string"}, "lb": {"type": "string"}, "mk": {"type": "string"}, "qbm": {"type": "string"}, "mag": {"type": "string"}, "mai": {"type": "string"}, "mg": {"type": "string"}, "ms": {"type": "string"}, "ml": {"type": "string"}, "pqm": {"type": "string"}, "qap": {"type": "string"}, "mt": {"type": "string"}, "mnc": {"type": "string"}, "cmn": {"type": "string"}, "man": {"type": "string"}, "mni": {"type": "string"}, "mi": {"type": "string"}, "arn": {"type": "string"}, "mr": {"type": "string"}, "mh": {"type": "string"}, "mas": {"type": "string"}, "mls": {"type": "string"}, "myn": {"type": "string"}, "men": {"type": "string"}, "mic": {"type": "string"}, "enm": {"type": "string"}, "nan": {"type": "string"}, "min": {"type": "string"}, "mwl": {"type": "string"}, "qmt": {"type": "string"}, "lus": {"type": "string"}, "moh": {"type": "string"}, "mn": {"type": "string"}, "moe": {"type": "string"}, "qaf": {"type": "string"}, "mfe": {"type": "string"}, "qbl": {"type": "string"}, "nah": {"type": "string"}, "qba": {"type": "string"}, "nv": {"type": "string"}, "nbf": {"type": "string"}, "nd": {"type": "string"}, "nap": {"type": "string"}, "yrk": {"type": "string"}, "ne": {"type": "string"}, "ncg": {"type": "string"}, "zxx": {"type": "string"}, "non": {"type": "string"}, "nai": {"type": "string"}, "no": {"type": "string"}, "qbk": {"type": "string"}, "nyk": {"type": "string"}, "ny": {"type": "string"}, "oc": {"type": "string"}, "oj": {"type": "string"}, "qaz": {"type": "string"}, "ang": {"type": "string"}, "or": {"type": "string"}, "pap": {"type": "string"}, "qaj": {"type": "string"}, "ps": {"type": "string"}, "paw": {"type": "string"}, "fa": {"type": "string"}, "qai": {"type": "string"}, "pl": {"type": "string"}, "qah": {"type": "string"}, "pt": {"type": "string"}, "fuf": {"type": "string"}, "pa": {"type": "string"}, "tsz": {"type": "string"}, "qu": {"type": "string"}, "qya": {"type": "string"}, "raj": {"type": "string"}, "qbj": {"type": "string"}, "xrr": {"type": "string"}, "ro": {"type": "string"}, "rm": {"type": "string"}, "rom": {"type": "string"}, "rtm": {"type": "string"}, "ru": {"type": "string"}, "rsl": {"type": "string"}, "qao": {"type": "string"}, "qae": {"type": "string"}, "sm": {"type": "string"}, "sa": {"type": "string"}, "sc": {"type": "string"}, "qay": {"type": "string"}, "sr": {"type": "string"}, "qbo": {"type": "string"}, "srr": {"type": "string"}, "qad": {"type": "string"}, "qau": {"type": "string"}, "sn": {"type": "string"}, "shh": {"type": "string"}, "scn": {"type": "string"}, "sjn": {"type": "string"}, "sd": {"type": "string"}, "si": {"type": "string"}, "sio": {"type": "string"}, "sk": {"type": "string"}, "sl": {"type": "string"}, "so": {"type": "string"}, "son": {"type": "string"}, "snk": {"type": "string"}, "wen": {"type": "string"}, "st": {"type": "string"}, "qbe": {"type": "string"}, "es": {"type": "string"}, "ssp": {"type": "string"}, "srn": {"type": "string"}, "sw": {"type": "string"}, "sv": {"type": "string"}, "gsw": {"type": "string"}, "syl": {"type": "string"}, "tl": {"type": "string"}, "tg": {"type": "string"}, "tmh": {"type": "string"}, "ta": {"type": "string"}, "tac": {"type": "string"}, "tt": {"type": "string"}, "te": {"type": "string"}, "qak": {"type": "string"}, "th": {"type": "string"}, "bo": {"type": "string"}, "qan": {"type": "string"}, "tli": {"type": "string"}, "tpi": {"type": "string"}, "to": {"type": "string"}, "ts": {"type": "string"}, "tsc": {"type": "string"}, "tn": {"type": "string"}, "tcy": {"type": "string"}, "tup": {"type": "string"}, "tr": {"type": "string"}, "tk": {"type": "string"}, "tyv": {"type": "string"}, "tzo": {"type": "string"}, "uk": {"type": "string"}, "ukl": {"type": "string"}, "qat": {"type": "string"}, "ur": {"type": "string"}, "uz": {"type": "string"}, "vi": {"type": "string"}, "qaa": {"type": "string"}, "was": {"type": "string"}, "cy": {"type": "string"}, "wo": {"type": "string"}, "xh": {"type": "string"}, "sah": {"type": "string"}, "yap": {"type": "string"}, "yi": {"type": "string"}, "yo": {"type": "string"}, "zu": {"type": "string"}}, "required": ["ab", "af", "aii", "ak", "alg", "am", "an", "ang", "apa", "ar", "arc", "arn", "arp", "as", "ase", "asf", "ast", "ath", "awa", "ay", "az", "ban", "be", "bem", "ber", "bfi", "bg", "bgc", "bho", "bm", "bn", "bo", "br", "bs", "bsc", "bzs", "ca", "ccp", "ce", "chr", "chy", "cmn", "co", "cr", "cro", "crp", "cs", "cy", "da", "de", "din", "doi", "dso", "dyo", "dyu", "dz", "ee", "egy", "el", "en", "enm", "eo", "es", "et", "eu", "fa", "ff", "fi", "fil", "fo", "fon", "fr", "frs", "fsl", "fuf", "fvr", "ga", "gd", "gl", "gn", "gnn", "grb", "grc", "gsg", "gsw", "gu", "gup", "guq", "ha", "hai", "hak", "haw", "he", "hi", "hmn", "hne", "hop", "hr", "ht", "hu", "hy", "iba", "icl", "id", "ik", "ins", "iru", "is", "it", "iu", "ja", "jsl", "ka", "kab", "kar", "kca", "kea", "kfa", "kha", "khe", "ki", "kk", "kl", "km", "kn", "ko", "kok", "kpj", "kro", "ktz", "ku", "kvk", "kw", "kwk", "ky", "kyw", "la", "lad", "lb", "lbj", "lif", "ln", "lo", "lt", "lus", "lv", "mag", "mai", "man", "mas", "men", "mfe", "mg", "mh", "mi", "mic", "min", "mjw", "mk", "ml", "mls", "mn", "mnc", "mni", "moe", "moh", "mr", "ms", "mt", "mus", "mwl", "my", "myn", "nah", "nai", "nan", "nap", "nbf", "ncg", "nd", "nds", "ne", "nl", "no", "non", "nv", "ny", "nyk", "oc", "oj", "or", "pa", "pap", "paw", "pl", "pqm", "prs", "ps", "pt", "qaa", "qab", "qac", "qad", "qae", "qaf", "qag", "qah", "qai", "qaj", "qak", "qal", "qam", "qan", "qao", "qap", "qaq", "qar", "qas", "qat", "qau", "qav", "qaw", "qax", "qay", "qaz", "qba", "qbb", "qbc", "qbd", "qbe", "qbf", "qbg", "qbh", "qbi", "qbj", "qbk", "qbl", "qbm", "qbn", "qbo", "qmt", "qu", "qya", "raj", "rm", "ro", "rom", "rsl", "rtm", "ru", "rw", "sa", "sah", "sc", "scn", "sd", "shh", "si", "sio", "sjn", "sk", "sl", "sm", "sn", "snk", "so", "son", "sq", "sr", "srn", "srr", "ssp", "st", "sv", "sw", "syl", "ta", "tac", "tcy", "te", "tg", "th", "tk", "tl", "tlh", "tli", "tmh", "tn", "to", "tpi", "tr", "ts", "tsc", "tsz", "tt", "tup", "tyv", "tzo", "uk", "ukl", "ur", "uz", "vi", "was", "wen", "wo", "xal", "xh", "xrr", "yap", "yi", "yo", "yrk", "yue", "zh", "zu", "zxx"]}, "popular_languages": {"type": "array", "items": {"type": "string"}}}, "required": ["all_languages", "popular_languages"]}}, "required": ["data", "message", "status", "timestamp"]} |
62e654bf-4774-493f-9512-5a68bf4ee666/71afbdda-8321-4289-b3d3-059e9c992831/0/0 | IMDB | IMDb is an online database of information related to films, television series, podcasts, home videos, video games, and streaming content online – including cast, production crew and personal biographies, plot summaries, trivia, ratings, and fan and critical reviews. | 9.7 | Get Genres | - | 200 | Response | {"status": true, "message": "Success", "timestamp": 1688760210018, "data": {"all_genres": ["Action", "Adventure", "Animation", "Biography", "Comedy", "Crime", "Documentary", "Drama", "Family", "Fantasy", "Film-Noir", "Game-Show", "History", "Horror", "Music", "Musical", "Mystery", "News", "Reality-TV", "Romance", "Sci-Fi", "Sport", "Talk-Show", "Thriller", "War", "Western"], "popular_genres": ["Comedy", "Horror", "Romance", "Thriller", "Sci-Fi", "Drama"], "region_genres": {"IN": ["Comedy", "Romance", "Thriller", "Action"]}}} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"status": {"type": "boolean"}, "message": {"type": "string"}, "timestamp": {"type": "integer"}, "data": {"type": "object", "properties": {"all_genres": {"type": "array", "items": {"type": "string"}}, "popular_genres": {"type": "array", "items": {"type": "string"}}, "region_genres": {"type": "object", "properties": {"IN": {"type": "array", "items": {"type": "string"}}}, "required": ["IN"]}}, "required": ["all_genres", "popular_genres", "region_genres"]}}, "required": ["data", "message", "status", "timestamp"]} |
62e654bf-4774-493f-9512-5a68bf4ee666/2a607a30-3b70-4992-8b64-e3a990e5b920/0/0 | IMDB | IMDb is an online database of information related to films, television series, podcasts, home videos, video games, and streaming content online – including cast, production crew and personal biographies, plot summaries, trivia, ratings, and fan and critical reviews. | 9.7 | Get Upcoming TV | - | 200 | Response | {"status": false, "timestamp": 1688760451929, "message": [{"group": "Jul 07, 2023", "entries": [{"id": "tt15201944", "titleText": "Moonshine", "titleType": {"id": "tvSeries", "text": "TV Series", "canHaveEpisodes": true}, "imageModel": {"url": "https://m.media-amazon.com/images/M/MV5BOTFiNTUwZTAtYTkzYS00ZjhjLWI5MjYtNDQ2YmM5NzUxMWJkXkEyXkFqcGdeQXVyODM5NzI5Nzk@._V1_.jpg", "maxHeight": 2958, "maxWidth": 2000, "caption": "Jennifer Finnigan, Allan Hawco, Peter MacNeill, Anastasia Phillips, James Gilbert, Farid Yazdani, Tom Stevens, Emma Hunter, Erin Darke, and Alexander Nunez in Moonshine (2021)"}, "releaseDate": "Fri, 07 Jul 2023 00:00:00 GMT", "genres": ["Comedy", "Drama"], "principalCredits": [{"id": "nm0278304", "text": "Jennifer Finnigan"}, {"id": "nm2107127", "text": "Anastasia Phillips"}, {"id": "nm3408189", "text": "Emma Hunter"}, {"id": "nm3335453", "text": "Tom Stevens"}], "releaseYear": {"year": 2021}}, {"id": "tt28015236", "titleText": "The Uncle Roger Show", "titleType": {"id": "tvSeries", "text": "TV Series", "canHaveEpisodes": true}, "imageModel": {"url": "https://m.media-amazon.com/images/M/MV5BYmVlNGM1ODQtYzY0Zi00MDY1LTlmMzgtMWFjNTE2ZDU4ZmM1XkEyXkFqcGdeQXVyMTM1NzYyOTY3._V1_.jpg", "maxHeight": 2700, "maxWidth": 2100, "caption": "The Uncle Roger Show (2023)"}, "releaseDate": "Fri, 07 Jul 2023 00:00:00 GMT", "genres": ["Comedy", "Reality-TV"], "principalCredits": [{"id": "nm10108868", "text": "Nigel Ng"}], "releaseYear": {"year": 2023}}]}, {"group": "Jul 08, 2023", "entries": [{"id": "tt28077855", "titleText": "A Royal Christmas Crush", "titleType": {"id": "tvMovie", "text": "TV Movie", "canHaveEpisodes": false}, "imageModel": {"url": "https://m.media-amazon.com/images/M/MV5BMjZkM2QzMzItOWIyZi00NzkwLWJjNzUtM2YzOTUxOTU0N2Y0XkEyXkFqcGdeQXVyMTU4MzQzNDkx._V1_.jpg", "maxHeight": 1000, "maxWidth": 667, "caption": "Katie Cassidy and Stephen Huszar in A Royal Christmas Crush (2023)"}, "releaseDate": "Sat, 08 Jul 2023 00:00:00 GMT", "genres": ["Romance"], "principalCredits": [{"id": "nm1556320", "text": "Katie Cassidy"}, {"id": "nm1815849", "text": "Stephen Huszar"}, {"id": "nm7950030", "text": "Kathryn Kohut"}, {"id": "nm2278559", "text": "Angela Besharah"}], "releaseYear": {"year": 2023}}]}, {"group": "Jul 09, 2023", "entries": [{"id": "tt28152034", "titleText": "Last Call: When a Serial Killer Stalked Queer New York", "titleType": {"id": "tvMiniSeries", "text": "TV Mini Series", "canHaveEpisodes": true}, "imageModel": {"url": "https://m.media-amazon.com/images/M/MV5BM2JkMGNhZjUtOWU3My00NDM1LTkwZDgtZTM0YzcyNTVjOTM2XkEyXkFqcGdeQXVyMTAyMjQ3NzQ1._V1_.jpg", "maxHeight": 4096, "maxWidth": 2765, "caption": "Last Call: When a Serial Killer Stalked Queer New York (2023)"}, "releaseDate": "Sun, 09 Jul 2023 00:00:00 GMT", "genres": ["Documentary", "Crime"], "principalCredits": [], "releaseYear": {"year": 2023}}, {"id": "tt22750018", "titleText": "First Comes Love, Then Comes Murder", "titleType": {"id": "tvMovie", "text": "TV Movie", "canHaveEpisodes": false}, "imageModel": {"url": "https://m.media-amazon.com/images/M/MV5BOTM0ZDcyYTktNWVmYi00ZmQ2LTkwYWEtNWQ2MzNhNzM0YjFiXkEyXkFqcGdeQXVyODkwNTI4OQ@@._V1_.jpg", "maxHeight": 1954, "maxWidth": 1179, "caption": "Jennifer Sears, Rayan Lawrence, and Guyviaud Joseph in First Comes Love, Then Comes Murder (2023)"}, "releaseDate": "Sun, 09 Jul 2023 00:00:00 GMT", "genres": ["Drama"], "principalCredits": [{"id": "nm4723945", "text": "Guyviaud Joseph"}, {"id": "nm3965736", "text": "Angela Davis"}, {"id": "nm4338836", "text": "Teresa L. Graves"}, {"id": "nm2047852", "text": "Jennifer Sears"}], "releaseYear": {"year": 2023}}, {"id": "tt27144976", "titleText": "Trapped in the Farmhouse", "titleType": {"id": "tvMovie", "text": "TV Movie", "canHaveEpisodes": false}, "imageModel": {"url": "https://m.media-amazon.com/images/M/MV5BMTI5YjIwZGUtNzMwOC00MmU4LTk2NGMtNmNkODFlZmRkNDk4XkEyXkFqcGdeQXVyMTU0NjY0NDg@._V1_.jpg", "maxHeight": 4160, "maxWidth": 6240, "caption": "Trapped in the Farmhouse (2023)"}, "releaseDate": "Sun, 09 Jul 2023 00:00:00 GMT", "genres": ["Thriller"], "principalCredits": [{"id": "nm4863224", "text": "Jenna Michno"}, {"id": "nm4165330", "text": "Gabriel Pranter"}, {"id": "nm9421566", "text": "Tryphena Wade"}, {"id": "nm5867620", "text": "Sydney Agudong"}], "releaseYear": {"year": 2023}}]}, {"group": "Jul 10, 2023", "entries": [{"id": "tt27623107", "titleText": "Breaking the Ice", "titleType": {"id": "tvSeries", "text": "TV Series", "canHaveEpisodes": true}, "releaseDate": "Mon, 10 Jul 2023 00:00:00 GMT", "genres": ["Documentary"], "principalCredits": [{"id": "nm0121394", "text": "Rory Flack"}], "releaseYear": {"year": 2023}}, {"id": "tt27998992", "titleText": "Secrets of Miss America", "titleType": {"id": "tvMiniSeries", "text": "TV Mini Series", "canHaveEpisodes": true}, "imageModel": {"url": "https://m.media-amazon.com/images/M/MV5BMTFhYThhNDEtNmYxMS00MWE1LThjMWMtMDllZTE2ZjRiYzA4XkEyXkFqcGdeQXVyMDc5ODIzMw@@._V1_.jpg", "maxHeight": 755, "maxWidth": 503, "caption": "Secrets of Miss America (2023)"}, "releaseDate": "Mon, 10 Jul 2023 00:00:00 GMT", "genres": ["Documentary"], "principalCredits": [], "releaseYear": {"year": 2023}}, {"id": "tt28152000", "titleText": "Dark Marvels", "titleType": {"id": "tvSeries", "text": "TV Series", "canHaveEpisodes": true}, "imageModel": {"url": "https://m.media-amazon.com/images/M/MV5BNWUyZjYzMjUtM2FiMC00OWZjLTkxOTAtMGJiYTk1NzE0Yzk2XkEyXkFqcGdeQXVyNDM2NzI4NzE@._V1_.jpg", "maxHeight": 2250, "maxWidth": 1500, "caption": "Dark Marvels (2023)"}, "releaseDate": "Mon, 10 Jul 2023 00:00:00 GMT", "genres": ["History"], "principalCredits": [{"id": "nm1166921", "text": "Adam Pepper"}], "releaseYear": {"year": 2023}}]}, {"group": "Jul 11, 2023", "entries": [{"id": "tt28083272", "titleText": "Betrayal: The Perfect Husband", "titleType": {"id": "tvMiniSeries", "text": "TV Mini Series", "canHaveEpisodes": true}, "releaseDate": "Tue, 11 Jul 2023 00:00:00 GMT", "genres": ["Documentary", "Crime"], "principalCredits": [], "releaseYear": {"year": 2023}}]}, {"group": "Jul 14, 2023", "entries": [{"id": "tt27999888", "titleText": "Goliath", "titleType": {"id": "tvSeries", "text": "TV Series", "canHaveEpisodes": true}, "imageModel": {"url": "https://m.media-amazon.com/images/M/MV5BZmMwZTM1NGYtMTcxZS00Mjg2LWJiNzMtYjM2MDkwODllZGMwXkEyXkFqcGdeQXVyMTUyMTgzNjY4._V1_.jpg", "maxHeight": 3000, "maxWidth": 2000, "caption": "Goliath (2023)"}, "releaseDate": "Fri, 14 Jul 2023 00:00:00 GMT", "genres": ["Documentary", "Biography"], "principalCredits": [{"id": "nm0000987", "text": "Jim Brown"}, {"id": "nm0307812", "text": "Kevin Garnett"}, {"id": "nm0005146", "text": "Lisa Leslie"}, {"id": "nm0910476", "text": "Bill Walton"}], "releaseYear": {"year": 2023}}]}, {"group": "Jul 15, 2023", "entries": [{"id": "tt3431202", "titleText": "Emergency: LA", "titleType": {"id": "tvSeries", "text": "TV Series", "canHaveEpisodes": true}, "imageModel": {"url": "https://m.media-amazon.com/images/M/MV5BZjQxYmUzNzktOWExOS00Y2IyLTkzMDEtMjkyOTg0OTQ3MWE1XkEyXkFqcGdeQXVyMjIzMTQ2NDY@._V1_.jpg", "maxHeight": 2214, "maxWidth": 1458, "caption": "Angelique Berry and Floriane Andersen in Emergency: LA (2021)"}, "releaseDate": "Sat, 15 Jul 2023 00:00:00 GMT", "genres": ["Drama"], "principalCredits": [{"id": "nm5893797", "text": "Rae Lim"}, {"id": "nm0029875", "text": "Kurt Angle"}, {"id": "nm6326980", "text": "Nikola Trifunovic"}, {"id": "nm7468310", "text": "Szandra Asztalos"}], "releaseYear": {"year": 2021}}, {"id": "tt22494154", "titleText": "Secrets of the Morning", "titleType": {"id": "tvMovie", "text": "TV Movie", "canHaveEpisodes": false}, "releaseDate": "Sat, 15 Jul 2023 00:00:00 GMT", "genres": ["Drama"], "principalCredits": [{"id": "nm2656786", "text": "Jason Cermak"}, {"id": "nm13189104", "text": "Dane Schioler"}, {"id": "nm7475860", "text": "Elyse Maloway"}, {"id": "nm1127522", "text": "Bronwen Smith"}], "releaseYear": {"year": 2023}}]}, {"group": "Jul 16, 2023", "entries": [{"id": "tt9471404", "titleText": "The Chosen", "titleType": {"id": "tvSeries", "text": "TV Series", "canHaveEpisodes": true}, "imageModel": {"url": "https://m.media-amazon.com/images/M/MV5BZmI5YTAyZWYtODdjZi00OTQ1LWE2OTMtOGJjMGQ3MmQ2ZmE3XkEyXkFqcGdeQXVyMTYwNzY4MjMx._V1_.jpg", "maxHeight": 893, "maxWidth": 603, "caption": "The Chosen (2017)"}, "releaseDate": "Sun, 16 Jul 2023 00:00:00 GMT", "genres": ["Drama", "History"], "principalCredits": [{"id": "nm6051304", "text": "Shahar Isaac"}, {"id": "nm0745751", "text": "Jonathan Roumie"}, {"id": "nm4407460", "text": "Paras Patel"}, {"id": "nm3355902", "text": "Elizabeth Tabish"}], "releaseYear": {"year": 2017}}, {"id": "tt27199722", "titleText": "Barbie Dreamhouse Challenge", "titleType": {"id": "tvSeries", "text": "TV Series", "canHaveEpisodes": true}, "imageModel": {"url": "https://m.media-amazon.com/images/M/MV5BYzMxZGQxMTQtMTdjMC00MjY3LWEzZTUtN2Q4NjUxMmU4YzlhXkEyXkFqcGdeQXVyMTUyNjc3NDQ4._V1_.jpg", "maxHeight": 1763, "maxWidth": 1175, "caption": "Barbie Dreamhouse Challenge (2023)"}, "releaseDate": "Sun, 16 Jul 2023 00:00:00 GMT", "genres": ["Game-Show", "Reality-TV"], "principalCredits": [{"id": "nm6656359", "text": "Tiffany Brooks"}, {"id": "nm12996051", "text": "Jonathan Adler"}, {"id": "nm6343162", "text": "Marsai Martin"}, {"id": "nm6633002", "text": "Christina Hall"}], "releaseYear": {"year": 2023}}]}, {"group": "Jul 18, 2023", "entries": [{"id": "tt14263564", "titleText": "Justified: City Primeval", "titleType": {"id": "tvSeries", "text": "TV Series", "canHaveEpisodes": true}, "imageModel": {"url": "https://m.media-amazon.com/images/M/MV5BNjMzNjc3MjUtMTZlYi00M2NmLWJlZWYtMjJjNjQ0YmU3ZGFkXkEyXkFqcGdeQXVyMjkwOTAyMDU@._V1_.jpg", "maxHeight": 1350, "maxWidth": 1080, "caption": "Timothy Olyphant in Justified: City Primeval (2023)"}, "releaseDate": "Tue, 18 Jul 2023 00:00:00 GMT", "genres": ["Crime", "Drama"], "principalCredits": [{"id": "nm0648249", "text": "Timothy Olyphant"}, {"id": "nm2933542", "text": "Boyd Holbrook"}, {"id": "nm0254712", "text": "Aunjanue Ellis-Taylor"}, {"id": "nm0193554", "text": "Vondie Curtis-Hall"}], "releaseYear": {"year": 2023}}, {"id": "tt27880409", "titleText": "Dark Side of the 2000s", "titleType": {"id": "tvSeries", "text": "TV Series", "canHaveEpisodes": true}, "imageModel": {"url": "https://m.media-amazon.com/images/M/MV5BMzlkODI2ZmUtM2E2YS00NWYwLWI3OWEtNTlhODY4NTg4Njc3XkEyXkFqcGdeQXVyMDYxMTUwNg@@._V1_.jpg", "maxHeight": 563, "maxWidth": 1000, "caption": "Dark Side of the 2000s (2023)"}, "releaseDate": "Tue, 18 Jul 2023 00:00:00 GMT", "genres": ["Documentary"], "principalCredits": [{"id": "nm0005209", "text": "Mark McGrath"}, {"id": "nm0005346", "text": "Tara Reid"}, {"id": "nm1261587", "text": "Kelly Stables"}, {"id": "nm0005096", "text": "Chris Kirkpatrick"}], "releaseYear": {"year": 2023}}, {"id": "tt28239237", "titleText": "Surf Girls Hawai'i", "titleType": {"id": "tvMiniSeries", "text": "TV Mini Series", "canHaveEpisodes": true}, "imageModel": {"url": "https://m.media-amazon.com/images/M/MV5BMTUyZmUzMDQtYzBlZS00NTNmLThjZDUtOTZmYzkzMGExMjg1XkEyXkFqcGdeQXVyMTMzOTQyOTk1._V1_.jpg", "maxHeight": 1350, "maxWidth": 1080, "caption": "Surf Girls Hawai'i (2023)"}, "releaseDate": "Tue, 18 Jul 2023 00:00:00 GMT", "genres": ["Documentary", "Sport"], "principalCredits": [{"id": "nm7460139", "text": "Brianna Cope"}, {"id": "nm14990235", "text": "Ewe Wong"}, {"id": "nm14990234", "text": "Moana Jones Wong"}, {"id": "nm14990236", "text": "Maluhia Kinimaka"}], "releaseYear": {"year": 2023, "endYear": 2023}}]}, {"group": "Jul 21, 2023", "entries": [{"id": "tt16382978", "titleText": "Praise Petey", "titleType": {"id": "tvSeries", "text": "TV Series", "canHaveEpisodes": true}, "imageModel": {"url": "https://m.media-amazon.com/images/M/MV5BZjBmMzE4OGQtY2EyYi00OTg4LTg4MWQtMTJkNWUxMjc2ZDM3XkEyXkFqcGdeQXVyMTU5OTc2NTk@._V1_.jpg", "maxHeight": 1432, "maxWidth": 970, "caption": "Praise Petey (2023)"}, "releaseDate": "Fri, 21 Jul 2023 00:00:00 GMT", "genres": ["Animation", "Comedy"], "principalCredits": [{"id": "nm0000589", "text": "Eve Plumb"}, {"id": "nm2251884", "text": "Annie Murphy"}, {"id": "nm0740535", "text": "Stephen Root"}, {"id": "nm4169922", "text": "Kiersey Clemons"}], "releaseYear": {"year": 2023}}]}, {"group": "Jul 22, 2023", "entries": [{"id": "tt22494394", "titleText": "Twilight's Child", "titleType": {"id": "tvMovie", "text": "TV Movie", "canHaveEpisodes": false}, "releaseDate": "Sat, 22 Jul 2023 00:00:00 GMT", "genres": ["Drama"], "principalCredits": [{"id": "nm8067772", "text": "Matthew James Dowden"}, {"id": "nm2656786", "text": "Jason Cermak"}, {"id": "nm4499912", "text": "Sean Yves Lessard"}, {"id": "nm13189104", "text": "Dane Schioler"}], "releaseYear": {"year": 2023}}]}, {"group": "Jul 23, 2023", "entries": [{"id": "tt28224056", "titleText": "The Mega-Brands That Built America", "titleType": {"id": "tvSeries", "text": "TV Series", "canHaveEpisodes": true}, "imageModel": {"url": "https://m.media-amazon.com/images/M/MV5BYzRjZGFhOGUtNzI0Yy00YmU2LWIzYWMtMjVlZTg2ZDAyZDQ0XkEyXkFqcGdeQXVyMTM5NzIxNTc5._V1_.jpg", "maxHeight": 1152, "maxWidth": 2048, "caption": "The Mega-Brands That Built America (2023)"}, "releaseDate": "Sun, 23 Jul 2023 00:00:00 GMT", "genres": ["History"], "principalCredits": [{"id": "nm5324285", "text": "Linus Ignatius"}, {"id": "nm12662753", "text": "Gary Hoover"}, {"id": "nm14982489", "text": "Ken Zurski"}], "releaseYear": {"year": 2023}}]}, {"group": "Jul 24, 2023", "entries": [{"id": "tt10738442", "titleText": "Children Ruin Everything", "titleType": {"id": "tvSeries", "text": "TV Series", "canHaveEpisodes": true}, "imageModel": {"url": "https://m.media-amazon.com/images/M/MV5BODQ5ZjZhZGQtYTMzNS00YTdjLTkzM2UtNWQ3NWE3ZGI3MjVjXkEyXkFqcGdeQXVyMTEwMTQ0Njk3._V1_.jpg", "maxHeight": 3000, "maxWidth": 2000, "caption": "Children Ruin Everything (2022)"}, "releaseDate": "Mon, 24 Jul 2023 00:00:00 GMT", "genres": ["Comedy"], "principalCredits": [{"id": "nm1012010", "text": "Meaghan Rath"}, {"id": "nm1378320", "text": "Aaron Abrams"}, {"id": "nm8800596", "text": "Logan Nicholson"}, {"id": "nm12662237", "text": "Mikayla SwamiNathan"}], "releaseYear": {"year": 2022}}, {"id": "tt28014919", "titleText": "The Golden Boy", "titleType": {"id": "tvMiniSeries", "text": "TV Mini Series", "canHaveEpisodes": true}, "releaseDate": "Mon, 24 Jul 2023 00:00:00 GMT", "genres": ["Documentary", "Biography"], "principalCredits": [{"id": "nm0209288", "text": "Oscar De La Hoya"}, {"id": "nm2003870", "text": "Fernando Villena"}], "releaseYear": {"year": 2023}}]}, {"group": "Jul 26, 2023", "entries": [{"id": "tt27957256", "titleText": "Thirty", "titleType": {"id": "tvSeries", "text": "TV Series", "canHaveEpisodes": true}, "imageModel": {"url": "https://m.media-amazon.com/images/M/MV5BOGZhOTExMDctNmMyZS00NjczLWE3OWEtZjE0ZWFmMTI4MzAzXkEyXkFqcGdeQXVyMTI4MjU4MTQ1._V1_.jpg", "maxHeight": 3111, "maxWidth": 2100, "caption": "Bobby Musique Cooks, Eric Russell, Dustin Baker, Brandon Moten, Aigner Edgerson, and Brandon Karson in Thirty (2023)"}, "releaseDate": "Wed, 26 Jul 2023 00:00:00 GMT", "genres": ["Drama"], "principalCredits": [{"id": "nm3726746", "text": "Brandon Moten"}, {"id": "nm14922816", "text": "Bobby Musique Cooks"}, {"id": "nm14922817", "text": "Eric Russell"}, {"id": "nm4726610", "text": "Aigner Edgerson"}], "releaseYear": {"year": 2023}}]}, {"group": "Jul 27, 2023", "entries": [{"id": "tt28083283", "titleText": "Mother Undercover", "titleType": {"id": "tvMiniSeries", "text": "TV Mini Series", "canHaveEpisodes": true}, "releaseDate": "Thu, 27 Jul 2023 00:00:00 GMT", "genres": ["Documentary", "Crime"], "principalCredits": [], "releaseYear": {"year": 2023}}]}, {"group": "Jul 28, 2023", "entries": [{"id": "tt12923792", "titleText": "Captain Fall", "titleType": {"id": "tvSeries", "text": "TV Series", "canHaveEpisodes": true}, "imageModel": {"url": "https://m.media-amazon.com/images/M/MV5BZWZhNmM5M2EtYzRmYy00N2MxLWI3MzktMzcyYjEwNTI2Y2JkXkEyXkFqcGdeQXVyNjk1NzE4MTc@._V1_.jpg", "maxHeight": 1350, "maxWidth": 1080, "caption": "Captain Fall (2023)"}, "releaseDate": "Fri, 28 Jul 2023 00:00:00 GMT", "genres": ["Animation", "Comedy"], "principalCredits": [{"id": "nm0728762", "text": "Jason Ritter"}, {"id": "nm2810593", "text": "Anthony Carrigan"}, {"id": "nm2788229", "text": "Lesley-Ann Brandt"}, {"id": "nm0005221", "text": "Christopher Meloni"}], "releaseYear": {"year": 2023}}]}, {"group": "Jul 29, 2023", "entries": [{"id": "tt22769244", "titleText": "Midnight Whispers", "titleType": {"id": "tvMovie", "text": "TV Movie", "canHaveEpisodes": false}, "releaseDate": "Sat, 29 Jul 2023 00:00:00 GMT", "genres": ["Drama"], "principalCredits": [{"id": "nm0000376", "text": "Fran Drescher"}, {"id": "nm5561229", "text": "Brec Bassinger"}, {"id": "nm0582462", "text": "Jesse Metcalfe"}, {"id": "nm0005234", "text": "Donna Mills"}], "releaseYear": {"year": 2023}}, {"id": "tt28145543", "titleText": "Aloha Heart", "titleType": {"id": "tvMovie", "text": "TV Movie", "canHaveEpisodes": false}, "releaseDate": "Sat, 29 Jul 2023 00:00:00 GMT", "genres": ["Romance"], "principalCredits": [{"id": "nm7819267", "text": "Olivia Nicole Hoffman"}, {"id": "nm14208918", "text": "Alex Dayuha"}, {"id": "nm4373847", "text": "Sasha Dominy"}, {"id": "nm4306292", "text": "Kanoa Goo"}], "releaseYear": {"year": 2023}}]}, {"group": "Jul 30, 2023", "entries": [{"id": "tt15716228", "titleText": "Rosemary Street", "titleType": {"id": "tvMiniSeries", "text": "TV Mini Series", "canHaveEpisodes": true}, "imageModel": {"url": "https://m.media-amazon.com/images/M/MV5BOGY3N2I0NzMtMjliMC00OTYwLWJiNzUtODgyMTQ0OWExYTI1XkEyXkFqcGdeQXVyMzgwNDc3OTY@._V1_.jpg", "maxHeight": 945, "maxWidth": 960, "caption": "Johnny Alonso and Paula Black in Rosemary Street (2023)"}, "releaseDate": "Sun, 30 Jul 2023 00:00:00 GMT", "genres": ["Drama"], "principalCredits": [{"id": "nm0022198", "text": "Johnny Alonso"}, {"id": "nm1399446", "text": "Towanda Underdue"}, {"id": "nm10981398", "text": "Carson Jean Holley"}, {"id": "nm3894364", "text": "Paula Black"}], "releaseYear": {"year": 2023}}]}, {"group": "Aug 01, 2023", "entries": [{"id": "tt25402382", "titleText": "RZR", "titleType": {"id": "tvSeries", "text": "TV Series", "canHaveEpisodes": true}, "imageModel": {"url": "https://m.media-amazon.com/images/M/MV5BN2Y5MDdlN2EtNTdmMC00OTU2LTgzNWQtMDUwMGEwZTA3Zjk1XkEyXkFqcGdeQXVyMjg1Nzg1Mw@@._V1_.jpg", "maxHeight": 1810, "maxWidth": 1628, "caption": "David Bianchi in RZR (2023)"}, "releaseDate": "Tue, 01 Aug 2023 00:00:00 GMT", "genres": ["Sci-Fi"], "principalCredits": [{"id": "nm0002546", "text": "Mena Suvari"}, {"id": "nm3450051", "text": "Richard Cabral"}, {"id": "nm1384118", "text": "David Bianchi"}, {"id": "nm6378156", "text": "Mimi Davila"}], "releaseYear": {"year": 2023}}]}, {"group": "Aug 03, 2023", "entries": [{"id": "tt19848394", "titleText": "Unlimited Squirrels", "titleType": {"id": "tvSeries", "text": "TV Series", "canHaveEpisodes": true}, "imageModel": {"url": "https://m.media-amazon.com/images/M/MV5BODM5Y2Y2YjQtNjNiYS00YWI2LThmODAtNzE5YzE5ZGQ3N2E0XkEyXkFqcGdeQXVyMTI1OTg1MTQ2._V1_.jpg", "maxHeight": 726, "maxWidth": 724, "caption": "Unlimited Squirrels (2023)"}, "releaseDate": "Thu, 03 Aug 2023 00:00:00 GMT", "genres": ["Animation", "Comedy", "Family"], "principalCredits": [{"id": "nm0878940", "text": "Zach Tyler Eisen"}, {"id": "nm0929738", "text": "Mo Willems"}, {"id": "nm14782306", "text": "Rebekah Shoemaker"}], "releaseYear": {"year": 2023}}, {"id": "tt28083302", "titleText": "Demons and Saviors", "titleType": {"id": "tvMiniSeries", "text": "TV Mini Series", "canHaveEpisodes": true}, "imageModel": {"url": "https://m.media-amazon.com/images/M/MV5BMzY0OTExZDMtYjAzOS00MDZmLWIxZDktZTk2YzljNGEyOGM1XkEyXkFqcGdeQXVyOTk0ODI2Mw@@._V1_.jpg", "maxHeight": 1080, "maxWidth": 1920, "caption": "Demons and Saviors (2023)"}, "releaseDate": "Thu, 03 Aug 2023 00:00:00 GMT", "genres": ["Documentary", "Crime"], "principalCredits": [{"id": "nm2662829", "text": "Alomai Addams"}], "releaseYear": {"year": 2023}}]}, {"group": "Aug 08, 2023", "entries": [{"id": "tt21386128", "titleText": "Peace, Love, Unity Dance Troupe TV - Strive for Greatness 2022", "titleType": {"id": "tvSeries", "text": "TV Series", "canHaveEpisodes": true}, "imageModel": {"url": "https://m.media-amazon.com/images/M/MV5BZDc4OWYwNzItNjNlNi00MjE0LTllZWMtNjUzYjA3YzM2ZDhmXkEyXkFqcGdeQXVyNDEyMDc5OTI@._V1_.jpg", "maxHeight": 3024, "maxWidth": 4032, "caption": "Peace, Love, Unity Dance Troupe TV - Strive for Greatness 2022 (2023)"}, "releaseDate": "Tue, 08 Aug 2023 00:00:00 GMT", "genres": ["Music"], "principalCredits": [{"id": "nm2505762", "text": "Lisa J. Pellegrene"}, {"id": "nm13887693", "text": "Steven Ham"}, {"id": "nm14126838", "text": "Alyssa Ham"}, {"id": "nm14776564", "text": "Jimmy Hughes Jr."}], "releaseYear": {"year": 2023}}]}, {"group": "Aug 09, 2023", "entries": [{"id": "tt18303972", "titleText": "Superfan", "titleType": {"id": "tvSeries", "text": "TV Series", "canHaveEpisodes": true}, "releaseDate": "Wed, 09 Aug 2023 00:00:00 GMT", "genres": ["Game-Show", "Musical"], "principalCredits": [{"id": "nm0005510", "text": "Shania Twain"}, {"id": "nm0002065", "text": "Gloria Estefan"}, {"id": "nm7322413", "text": "Kelsea Ballerini"}, {"id": "nm2100284", "text": "Pitbull"}], "releaseYear": {"year": 2023}}]}, {"group": "Aug 12, 2023", "entries": [{"id": "tt28226615", "titleText": "Abducted by My Teacher: The Elizabeth Thomas Story", "titleType": {"id": "tvMovie", "text": "TV Movie", "canHaveEpisodes": false}, "releaseDate": "Sat, 12 Aug 2023 00:00:00 GMT", "genres": ["Crime"], "principalCredits": [{"id": "nm0279896", "text": "Michael Fishman"}, {"id": "nm12053797", "text": "Averie Peters"}, {"id": "nm5640132", "text": "Summer H. Howell"}, {"id": "nm5030747", "text": "Laura Cartlidge"}], "releaseYear": {"year": 2023}}, {"id": "tt28145046", "titleText": "Hip Hop Treasures", "titleType": {"id": "tvSeries", "text": "TV Series", "canHaveEpisodes": true}, "releaseDate": "Sat, 12 Aug 2023 00:00:00 GMT", "genres": ["Documentary"], "principalCredits": [{"id": "nm0005112", "text": "LL Cool J"}, {"id": "nm0001384", "text": "Ice-T"}], "releaseYear": {"year": 2023}}]}, {"group": "Sep 01, 2023", "entries": [{"id": "tt20241190", "titleText": "Queenie", "titleType": {"id": "tvSeries", "text": "TV Series", "canHaveEpisodes": true}, "releaseDate": "Fri, 01 Sep 2023 00:00:00 GMT", "genres": ["Drama"], "principalCredits": [{"id": "nm0378245", "text": "Taraji P. Henson"}], "releaseYear": {"year": 2023}}]}, {"group": "Sep 04, 2023", "entries": [{"id": "tt15433402", "titleText": "Tom and Jerry Time", "titleType": {"id": "tvSeries", "text": "TV Series", "canHaveEpisodes": true}, "releaseDate": "Mon, 04 Sep 2023 00:00:00 GMT", "genres": ["Animation"], "principalCredits": [{"id": "nm11236221", "text": "Innocent Ekakitie"}, {"id": "nm14150384", "text": "Tom Juddy"}], "releaseYear": {"year": 2023}}]}, {"group": "Sep 17, 2023", "entries": [{"id": "tt27502188", "titleText": "Buddyman", "titleType": {"id": "tvSeries", "text": "TV Series", "canHaveEpisodes": true}, "imageModel": {"url": "https://m.media-amazon.com/images/M/MV5BY2YxM2JlNzgtZTM1Yy00ODUwLTkxYzItNTdjOWUwZWE3NTQzXkEyXkFqcGdeQXVyMTYzNjUxMTc3._V1_.jpg", "maxHeight": 400, "maxWidth": 400, "caption": "Buddyman (2023)"}, "releaseDate": "Sun, 17 Sep 2023 00:00:00 GMT", "genres": ["Animation", "Adventure", "Comedy"], "principalCredits": [{"id": "nm8534945", "text": "Katherine Slingsby"}, {"id": "nm0828177", "text": "Steve-O"}, {"id": "nm1204858", "text": "Tommy Dewey"}, {"id": "nm0363641", "text": "Jess Harnell"}], "releaseYear": {"year": 2023}}]}, {"group": "Sep 20, 2023", "entries": [{"id": "tt26541758", "titleText": "Cancer/evolution", "titleType": {"id": "tvSeries", "text": "TV Series", "canHaveEpisodes": true}, "imageModel": {"url": "https://m.media-amazon.com/images/M/MV5BMDYxNDM4ODktZjA2NC00NmUwLTliY2UtYTEwNDk1MWVkODI1XkEyXkFqcGdeQXVyMTI5MDk3MzE1._V1_.jpg", "maxHeight": 888, "maxWidth": 600, "caption": "Sam Apple, Travis Christofferson, Paul Davies, Miriam Kalamian, Jess Kelley, Charles J. Meakin, Angela Poff, Adrienne C. Scheck, Thomas N. Seyfried, Nasha Winters, Tom\u00e1s Duraj, Robert Weinberg, Valter D. Longo, and Jason Fung in Cancer/evolution (2023)"}, "releaseDate": "Wed, 20 Sep 2023 00:00:00 GMT", "genres": ["Documentary"], "principalCredits": [{"id": "nm3357507", "text": "Robert Weinberg"}, {"id": "nm9522323", "text": "Jason Fung"}, {"id": "nm14516445", "text": "Travis Christofferson"}, {"id": "nm14516452", "text": "Thomas N. Seyfried"}], "releaseYear": {"year": 2023}}]}, {"group": "Sep 21, 2023", "entries": [{"id": "tt10521010", "titleText": "The Divine Comedy: Inferno, Purgatory and Paradise", "titleType": {"id": "tvSeries", "text": "TV Series", "canHaveEpisodes": true}, "imageModel": {"url": "https://m.media-amazon.com/images/M/MV5BZWIyNzE3NzEtMGExNS00ZjRkLWJmMTYtMWFlNTNkNDgyNWUzXkEyXkFqcGdeQXVyODUwMzI5ODk@._V1_.jpg", "maxHeight": 1080, "maxWidth": 792, "caption": "Dante Alighieri, Boris Acosta, and Dino Di Durante in The Divine Comedy: Inferno, Purgatory and Paradise (2023)"}, "releaseDate": "Thu, 21 Sep 2023 00:00:00 GMT", "genres": ["Drama", "Family", "Fantasy"], "principalCredits": [{"id": "nm0626259", "text": "Franco Nero"}, {"id": "nm3678479", "text": "Lalo Cibelli"}, {"id": "nm1352774", "text": "Jose Rosete"}, {"id": "nm0002094", "text": "Vittorio Gassman"}], "releaseYear": {"year": 2023}}]}, {"group": "Oct 01, 2023", "entries": [{"id": "tt13062500", "titleText": "The Walking Dead: Daryl Dixon", "titleType": {"id": "tvSeries", "text": "TV Series", "canHaveEpisodes": true}, "imageModel": {"url": "https://m.media-amazon.com/images/M/MV5BNzc3NzlkMGItMzNlZC00NGYyLTgwNzMtN2U1OTRhYTkzYWRjXkEyXkFqcGdeQXVyMTUyNjgzNDA3._V1_.jpg", "maxHeight": 1080, "maxWidth": 1920, "caption": "The Walking Dead: Daryl Dixon (2023)"}, "releaseDate": "Sun, 01 Oct 2023 00:00:00 GMT", "genres": ["Horror"], "principalCredits": [{"id": "nm0005342", "text": "Norman Reedus"}, {"id": "nm0113640", "text": "Gilbert Glenn Brown"}, {"id": "nm7898543", "text": "Avant Strangel"}, {"id": "nm0993242", "text": "Cl\u00e9mence Po\u00e9sy"}], "releaseYear": {"year": 2023}}, {"id": "tt18069232", "titleText": "God-ly", "titleType": {"id": "tvSeries", "text": "TV Series", "canHaveEpisodes": true}, "imageModel": {"url": "https://m.media-amazon.com/images/M/MV5BZDg5ODc3MDAtZjgzMy00MjNmLTgwMWMtMjg5ZmE5OWQyZTc2XkEyXkFqcGdeQXVyMTI4NjQ3NTIz._V1_.jpg", "maxHeight": 1458, "maxWidth": 1102, "caption": "God-ly (2023)"}, "releaseDate": "Sun, 01 Oct 2023 00:00:00 GMT", "genres": ["Adventure", "Comedy", "Fantasy"], "principalCredits": [{"id": "nm0217221", "text": "Grey Griffin"}, {"id": "nm2610277", "text": "Haley Pullos"}, {"id": "nm0222643", "text": "Loretta Devine"}, {"id": "nm0395777", "text": "Richard Steven Horvitz"}], "releaseYear": {"year": 2023}}]}, {"group": "Oct 10, 2023", "entries": [{"id": "tt18814690", "titleText": "X-MEN: Children of the Atom", "titleType": {"id": "tvSeries", "text": "TV Series", "canHaveEpisodes": true}, "imageModel": {"url": "https://m.media-amazon.com/images/M/MV5BZjNiNTQ4ODEtZDZlNS00ZDEyLWIwNjgtNzEwZGI2ZTYwODcxXkEyXkFqcGdeQXVyMTI3OTgyNDcw._V1_.jpg", "maxHeight": 2000, "maxWidth": 2000, "caption": "X-MEN: Children of the Atom (2023)"}, "releaseDate": "Tue, 10 Oct 2023 00:00:00 GMT", "genres": ["Action", "Adventure", "Drama"], "principalCredits": [{"id": "nm5136146", "text": "Tyler Gallant"}, {"id": "nm7313875", "text": "Jordan Tofalo"}, {"id": "nm10016912", "text": "Donnie Francis"}, {"id": "nm0815208", "text": "Stephen Sorrentino"}], "releaseYear": {"year": 2023}}]}, {"group": "Oct 16, 2023", "entries": [{"id": "tt27131398", "titleText": "The American Buffalo", "titleType": {"id": "tvMiniSeries", "text": "TV Mini Series", "canHaveEpisodes": true}, "imageModel": {"url": "https://m.media-amazon.com/images/M/MV5BZmNmYTQ4YTEtNTYzNi00ZDYwLThlNTYtZmI3ODViOTZjYmFkXkEyXkFqcGdeQXVyMDc5ODIzMw@@._V1_.jpg", "maxHeight": 755, "maxWidth": 510, "caption": "The American Buffalo (2023)"}, "releaseDate": "Mon, 16 Oct 2023 00:00:00 GMT", "genres": ["Documentary"], "principalCredits": [{"id": "nm0597333", "text": "N. Scott Momaday"}, {"id": "nm14962178", "text": "Rosalyn LaPier"}, {"id": "nm14962177", "text": "George Horse Capture Jr."}, {"id": "nm14962181", "text": "Germaine White"}], "releaseYear": {"year": 2023}}]}, {"group": "Nov 01, 2023", "entries": [{"id": "tt21822590", "titleText": "The Woman in the Wall", "titleType": {"id": "tvSeries", "text": "TV Series", "canHaveEpisodes": true}, "releaseDate": "Wed, 01 Nov 2023 00:00:00 GMT", "genres": ["Thriller"], "principalCredits": [{"id": "nm1599744", "text": "Chizzy Akudolu"}, {"id": "nm11022038", "text": "Abby Fitz"}, {"id": "nm4927337", "text": "Lynn Rafferty"}, {"id": "nm0216342", "text": "Simon Delaney"}], "releaseYear": {"year": 2023}}]}, {"group": "Nov 05, 2023", "entries": [{"id": "tt8099114", "titleText": "Gift to Remember 3", "titleType": {"id": "tvMovie", "text": "TV Movie", "canHaveEpisodes": false}, "imageModel": {"url": "https://m.media-amazon.com/images/M/MV5BM2JiZjA1NTEtMzUyZi00ZjBlLTlhZWQtMDI1OWQ2YmFhM2ZkXkEyXkFqcGdeQXVyODY3Njg4Mjg@._V1_.jpg", "maxHeight": 500, "maxWidth": 333, "caption": "Gift to Remember 3 (2023)"}, "releaseDate": "Sun, 05 Nov 2023 00:00:00 GMT", "genres": ["Drama", "Family", "Romance"], "principalCredits": [], "releaseYear": {"year": 2023}}]}, {"group": "Nov 11, 2023", "entries": [{"id": "tt26695893", "titleText": "Spy Ninjas: Corruption", "titleType": {"id": "tvMiniSeries", "text": "TV Mini Series", "canHaveEpisodes": true}, "imageModel": {"url": "https://m.media-amazon.com/images/M/MV5BNTY1YmRkN2EtZGYzMi00YjljLWFlYzQtYzI2MDczYzE4NmU1XkEyXkFqcGdeQXVyMTYwNjE1MTgx._V1_.jpg", "maxHeight": 3000, "maxWidth": 2000, "caption": "Austin Bradley in Spy Ninjas: Corruption (2023)"}, "releaseDate": "Sat, 11 Nov 2023 00:00:00 GMT", "genres": ["Action"], "principalCredits": [{"id": "nm3473533", "text": "Casey Wild Clay"}, {"id": "nm10178997", "text": "Chad Wild Clay"}, {"id": "nm12819818", "text": "Regina Pena"}, {"id": "nm14557375", "text": "Austin Bradley"}], "releaseYear": {"year": 2023}}]}, {"group": "Nov 15, 2023", "entries": [{"id": "tt11736136", "titleText": "Spilled Paint", "titleType": {"id": "tvSeries", "text": "TV Series", "canHaveEpisodes": true}, "imageModel": {"url": "https://m.media-amazon.com/images/M/MV5BMjhjOWVjYjYtMWJlMy00ZmIwLTg2Y2ItMDFkNWZlNDdkOWMwXkEyXkFqcGdeQXVyNDU2NjI4NjM@._V1_.jpg", "maxHeight": 4096, "maxWidth": 3072, "caption": "Spilled Paint (2023)"}, "releaseDate": "Wed, 15 Nov 2023 00:00:00 GMT", "genres": ["Drama"], "principalCredits": [{"id": "nm1340435", "text": "Brandon Gibson"}, {"id": "nm11075033", "text": "Bronsonn Taylor"}, {"id": "nm5139188", "text": "Justine Renee"}, {"id": "nm2529776", "text": "Jamie B. Cline"}], "releaseYear": {"year": 2023}}]}, {"group": "Dec 01, 2023", "entries": [{"id": "tt8641770", "titleText": "Vice Squad: Miami", "titleType": {"id": "tvSeries", "text": "TV Series", "canHaveEpisodes": true}, "imageModel": {"url": "https://m.media-amazon.com/images/M/MV5BODIyYjMyOTQtZmMyOS00MGI2LTk0ODQtOTQ5M2Q5ZmQ4MWUyXkEyXkFqcGdeQXVyNjM2ODc4OTc@._V1_.jpg", "maxHeight": 2245, "maxWidth": 1587, "caption": "Vice Squad: Miami (2023)"}, "releaseDate": "Fri, 01 Dec 2023 00:00:00 GMT", "genres": ["Crime"], "principalCredits": [{"id": "nm3282985", "text": "Jul Kohler"}, {"id": "nm0346658", "text": "Iliana Guibert"}, {"id": "nm10785275", "text": "Niki J. Borger"}, {"id": "nm7820775", "text": "Tris Marie"}], "releaseYear": {"year": 2023}}]}, {"group": "Dec 29, 2023", "entries": [{"id": "tt4316680", "titleText": "Can't Go Home", "titleType": {"id": "tvSeries", "text": "TV Series", "canHaveEpisodes": true}, "imageModel": {"url": "https://m.media-amazon.com/images/M/MV5BMzU3MWQ0Y2UtYWJjNy00NDM1LWIxY2EtMjQ2NjlhMDM3OGE3XkEyXkFqcGdeQXVyNjQ1MjgxMA@@._V1_.jpg", "maxHeight": 1500, "maxWidth": 1000, "caption": "Can't Go Home (2023)"}, "releaseDate": "Fri, 29 Dec 2023 00:00:00 GMT", "genres": ["Action", "Crime", "Thriller"], "principalCredits": [{"id": "nm0004950", "text": "Jennifer Garner"}, {"id": "nm0005246", "text": "Esai Morales"}], "releaseYear": {"year": 2023}}]}, {"group": "Jan 01, 2024", "entries": [{"id": "tt28145126", "titleText": "Carbon Fusion", "titleType": {"id": "tvMiniSeries", "text": "TV Mini Series", "canHaveEpisodes": true}, "imageModel": {"url": "https://m.media-amazon.com/images/M/MV5BNzg2ZmIxMTMtMDBhZi00ZmYxLWE0ZmUtOWY1OTU5NDc1NGNhXkEyXkFqcGdeQXVyODMwOTI1MTA@._V1_.jpg", "maxHeight": 8192, "maxWidth": 5395, "caption": "Carbon Fusion (2024)"}, "releaseDate": "Mon, 01 Jan 2024 00:00:00 GMT", "genres": ["Sci-Fi"], "principalCredits": [{"id": "nm14968129", "text": "Lisa May Luong"}, {"id": "nm11568635", "text": "Will Abi Rafeh"}], "releaseYear": {"year": 2024}}]}, {"group": "Feb 11, 2024", "entries": [{"id": "tt13875494", "titleText": "Tracker", "titleType": {"id": "tvSeries", "text": "TV Series", "canHaveEpisodes": true}, "imageModel": {"url": "https://m.media-amazon.com/images/M/MV5BODAzNzQzZDktMTQ2YS00ZDYxLThlYjctZmIxMjA1OWNlNDQyXkEyXkFqcGdeQXVyMjYwNDA2MDE@._V1_.jpg", "maxHeight": 1400, "maxWidth": 2100, "caption": "Justin Hartley in Tracker (2024)"}, "releaseDate": "Sun, 11 Feb 2024 00:00:00 GMT", "genres": ["Drama"], "principalCredits": [{"id": "nm1261997", "text": "Justin Hartley"}, {"id": "nm0001521", "text": "Mary McDonnell"}, {"id": "nm0917848", "text": "Robin Weigert"}, {"id": "nm0855564", "text": "Lee Tergesen"}], "releaseYear": {"year": 2024}}]}, {"group": "Apr 26, 2024", "entries": [{"id": "tt27657380", "titleText": "Game 6", "titleType": {"id": "tvSeries", "text": "TV Series", "canHaveEpisodes": true}, "imageModel": {"url": "https://m.media-amazon.com/images/M/MV5BYWIxODllMzUtNTM5NS00OTMwLWFiODEtNjdkYzA5ZDE0ZGFlXkEyXkFqcGdeQXVyMTY1MDg3MjIw._V1_.jpg", "maxHeight": 960, "maxWidth": 640, "caption": "Daran Norris, Dionne Quan, Deven Christian Mack, Anna Akana, Ian Hanlin, and Tru Valentino in Game 6 (2024)"}, "releaseDate": "Fri, 26 Apr 2024 00:00:00 GMT", "genres": ["Animation", "Adventure", "Comedy"], "principalCredits": [{"id": "nm4331196", "text": "Anna Akana"}, {"id": "nm0358460", "text": "Daran Norris"}, {"id": "nm8337399", "text": "Tru Valentino"}, {"id": "nm1764070", "text": "Katie Crown"}], "releaseYear": {"year": 2024}}]}, {"group": "Jun 14, 2024", "entries": [{"id": "tt27869288", "titleText": "Camp Haedus", "titleType": {"id": "tvMiniSeries", "text": "TV Mini Series", "canHaveEpisodes": true}, "imageModel": {"url": "https://m.media-amazon.com/images/M/MV5BZDkyMTM3MDItODlkZi00NmY5LWExMzctNjkzYWEzMjk1N2Q5XkEyXkFqcGdeQXVyMTYzNzkzOTI0._V1_.jpg", "maxHeight": 2304, "maxWidth": 1728, "caption": "Camp Haedus (2024)"}, "releaseDate": "Fri, 14 Jun 2024 00:00:00 GMT", "genres": ["Animation", "Mystery"], "principalCredits": [{"id": "nm13862708", "text": "Nicolas Blake Nuno"}, {"id": "nm14921316", "text": "Tommy Pepper"}, {"id": "nm14952394", "text": "Rebecca Godoi"}, {"id": "nm12254183", "text": "Teddy Day"}], "releaseYear": {"year": 2024}}]}]} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"status": {"type": "boolean"}, "timestamp": {"type": "integer"}, "message": {"type": "array", "items": {"type": "object", "properties": {"group": {"type": "string"}, "entries": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "titleText": {"type": "string"}, "titleType": {"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}, "canHaveEpisodes": {"type": "boolean"}}, "required": ["canHaveEpisodes", "id", "text"]}, "imageModel": {"type": "object", "properties": {"url": {"type": "string"}, "maxHeight": {"type": "integer"}, "maxWidth": {"type": "integer"}, "caption": {"type": "string"}}, "required": ["caption", "maxHeight", "maxWidth", "url"]}, "releaseDate": {"type": "string"}, "genres": {"type": "array", "items": {"type": "string"}}, "principalCredits": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"]}}, "releaseYear": {"type": "object", "properties": {"year": {"type": "integer"}, "endYear": {"type": "integer"}}, "required": ["year"]}}, "required": ["genres", "id", "principalCredits", "releaseDate", "releaseYear", "titleText", "titleType"]}}}, "required": ["entries", "group"]}}}, "required": ["message", "status", "timestamp"]} |
62e654bf-4774-493f-9512-5a68bf4ee666/325b4106-b9f7-4099-9420-4f00f4258966/0/0 | IMDB | IMDb is an online database of information related to films, television series, podcasts, home videos, video games, and streaming content online – including cast, production crew and personal biographies, plot summaries, trivia, ratings, and fan and critical reviews. | 9.7 | Get Countries | - | 200 | Response | {"status": true, "message": "Success", "timestamp": 1688760235439, "data": {"all_countries": {"af": "Afghanistan", "ax": "\u00c5land Islands", "al": "Albania", "dz": "Algeria", "as": "American Samoa", "ad": "Andorra", "ao": "Angola", "ai": "Anguilla", "aq": "Antarctica", "ag": "Antigua and Barbuda", "ar": "Argentina", "am": "Armenia", "aw": "Aruba", "au": "Australia", "at": "Austria", "az": "Azerbaijan", "bs": "Bahamas", "bh": "Bahrain", "bd": "Bangladesh", "bb": "Barbados", "by": "Belarus", "be": "Belgium", "bz": "Belize", "bj": "Benin", "bm": "Bermuda", "bt": "Bhutan", "bo": "Bolivia", "bq": "Bonaire, Sint Eustatius and Saba", "ba": "Bosnia and Herzegovina", "bw": "Botswana", "bv": "Bouvet Island", "br": "Brazil", "io": "British Indian Ocean Territory", "vg": "British Virgin Islands", "bn": "Brunei Darussalam", "bg": "Bulgaria", "bf": "Burkina Faso", "bumm": "Burma", "bi": "Burundi", "kh": "Cambodia", "cm": "Cameroon", "ca": "Canada", "cv": "Cape Verde", "ky": "Cayman Islands", "cf": "Central African Republic", "td": "Chad", "cl": "Chile", "cn": "China", "cx": "Christmas Island", "cc": "Cocos (Keeling) Islands", "co": "Colombia", "km": "Comoros", "cg": "Congo", "ck": "Cook Islands", "cr": "Costa Rica", "ci": "C\u00f4te d'Ivoire", "hr": "Croatia", "cu": "Cuba", "cy": "Cyprus", "cz": "Czech Republic", "cshh": "Czechoslovakia", "cd": "Democratic Republic of the Congo", "dk": "Denmark", "dj": "Djibouti", "dm": "Dominica", "do": "Dominican Republic", "ddde": "East Germany", "ec": "Ecuador", "eg": "Egypt", "sv": "El Salvador", "gq": "Equatorial Guinea", "er": "Eritrea", "ee": "Estonia", "et": "Ethiopia", "fk": "Falkland Islands", "fo": "Faroe Islands", "yucs": "Federal Republic of Yugoslavia", "fm": "Federated States of Micronesia", "fj": "Fiji", "fi": "Finland", "fr": "France", "gf": "French Guiana", "pf": "French Polynesia", "tf": "French Southern Territories", "ga": "Gabon", "gm": "Gambia", "ge": "Georgia", "de": "Germany", "gh": "Ghana", "gi": "Gibraltar", "gr": "Greece", "gl": "Greenland", "gd": "Grenada", "gp": "Guadeloupe", "gu": "Guam", "gt": "Guatemala", "gg": "Guernsey", "gn": "Guinea", "gw": "Guinea-Bissau", "gy": "Guyana", "ht": "Haiti", "hm": "Heard Island and McDonald Islands", "va": "Holy See (Vatican City State)", "hn": "Honduras", "hk": "Hong Kong", "hu": "Hungary", "is": "Iceland", "in": "India", "id": "Indonesia", "ir": "Iran", "iq": "Iraq", "ie": "Ireland", "im": "Isle of Man", "il": "Israel", "it": "Italy", "jm": "Jamaica", "jp": "Japan", "je": "Jersey", "jo": "Jordan", "kz": "Kazakhstan", "ke": "Kenya", "ki": "Kiribati", "xko": "Korea", "xkv": "Kosovo", "kw": "Kuwait", "kg": "Kyrgyzstan", "la": "Laos", "lv": "Latvia", "lb": "Lebanon", "ls": "Lesotho", "lr": "Liberia", "ly": "Libya", "li": "Liechtenstein", "lt": "Lithuania", "lu": "Luxembourg", "mo": "Macao", "mg": "Madagascar", "mw": "Malawi", "my": "Malaysia", "mv": "Maldives", "ml": "Mali", "mt": "Malta", "mh": "Marshall Islands", "mq": "Martinique", "mr": "Mauritania", "mu": "Mauritius", "yt": "Mayotte", "mx": "Mexico", "md": "Moldova", "mc": "Monaco", "mn": "Mongolia", "me": "Montenegro", "ms": "Montserrat", "ma": "Morocco", "mz": "Mozambique", "mm": "Myanmar", "na": "Namibia", "nr": "Nauru", "np": "Nepal", "nl": "Netherlands", "an": "Netherlands Antilles", "nc": "New Caledonia", "nz": "New Zealand", "ni": "Nicaragua", "ne": "Niger", "ng": "Nigeria", "nu": "Niue", "nf": "Norfolk Island", "kp": "North Korea", "vdvn": "North Vietnam", "mp": "Northern Mariana Islands", "no": "Norway", "om": "Oman", "pk": "Pakistan", "pw": "Palau", "xpi": "Palestine", "ps": "Palestinian Territory", "pa": "Panama", "pg": "Papua New Guinea", "py": "Paraguay", "pe": "Peru", "ph": "Philippines", "pl": "Poland", "pt": "Portugal", "pn": "Pitcairn", "pr": "Puerto Rico", "qa": "Qatar", "mk": "Republic of Macedonia", "re": "R\u00e9union", "ro": "Romania", "ru": "Russia", "rw": "Rwanda", "bl": "Saint Barth\u00e9lemy", "sh": "Saint Helena", "kn": "Saint Kitts and Nevis", "lc": "Saint Lucia", "mf": "Saint Martin (French part)", "pm": "Saint Pierre and Miquelon", "vc": "Saint Vincent and the Grenadines", "ws": "Samoa", "sm": "San Marino", "st": "Sao Tome and Principe", "sa": "Saudi Arabia", "sn": "Senegal", "rs": "Serbia", "csxx": "Serbia and Montenegro", "sc": "Seychelles", "xsi": "Siam", "sl": "Sierra Leone", "sg": "Singapore", "sk": "Slovakia", "si": "Slovenia", "sb": "Solomon Islands", "so": "Somalia", "za": "South Africa", "gs": "South Georgia and the South Sandwich Islands", "kr": "South Korea", "suhh": "Soviet Union", "es": "Spain", "lk": "Sri Lanka", "sd": "Sudan", "sr": "Suriname", "sj": "Svalbard and Jan Mayen", "sz": "Swaziland", "se": "Sweden", "ch": "Switzerland", "sy": "Syria", "tw": "Taiwan", "tj": "Tajikistan", "tz": "Tanzania", "th": "Thailand", "tl": "Timor-Leste", "tg": "Togo", "tk": "Tokelau", "to": "Tonga", "tt": "Trinidad and Tobago", "tn": "Tunisia", "tr": "Turkey", "tm": "Turkmenistan", "tc": "Turks and Caicos Islands", "tv": "Tuvalu", "vi": "U.S. Virgin Islands", "ug": "Uganda", "ua": "Ukraine", "ae": "United Arab Emirates", "gb": "United Kingdom", "us": "United States", "um": "United States Minor Outlying Islands", "uy": "Uruguay", "uz": "Uzbekistan", "vu": "Vanuatu", "ve": "Venezuela", "vn": "Vietnam", "wf": "Wallis and Futuna", "xwg": "West Germany", "eh": "Western Sahara", "ye": "Yemen", "xyu": "Yugoslavia", "zrcd": "Zaire", "zm": "Zambia", "zw": "Zimbabwe"}, "popular_countries": ["us", "in", "gb", "fr", "de", "ca", "it", "jp", "es"]}} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"status": {"type": "boolean"}, "message": {"type": "string"}, "timestamp": {"type": "integer"}, "data": {"type": "object", "properties": {"all_countries": {"type": "object", "properties": {"af": {"type": "string"}, "ax": {"type": "string"}, "al": {"type": "string"}, "dz": {"type": "string"}, "as": {"type": "string"}, "ad": {"type": "string"}, "ao": {"type": "string"}, "ai": {"type": "string"}, "aq": {"type": "string"}, "ag": {"type": "string"}, "ar": {"type": "string"}, "am": {"type": "string"}, "aw": {"type": "string"}, "au": {"type": "string"}, "at": {"type": "string"}, "az": {"type": "string"}, "bs": {"type": "string"}, "bh": {"type": "string"}, "bd": {"type": "string"}, "bb": {"type": "string"}, "by": {"type": "string"}, "be": {"type": "string"}, "bz": {"type": "string"}, "bj": {"type": "string"}, "bm": {"type": "string"}, "bt": {"type": "string"}, "bo": {"type": "string"}, "bq": {"type": "string"}, "ba": {"type": "string"}, "bw": {"type": "string"}, "bv": {"type": "string"}, "br": {"type": "string"}, "io": {"type": "string"}, "vg": {"type": "string"}, "bn": {"type": "string"}, "bg": {"type": "string"}, "bf": {"type": "string"}, "bumm": {"type": "string"}, "bi": {"type": "string"}, "kh": {"type": "string"}, "cm": {"type": "string"}, "ca": {"type": "string"}, "cv": {"type": "string"}, "ky": {"type": "string"}, "cf": {"type": "string"}, "td": {"type": "string"}, "cl": {"type": "string"}, "cn": {"type": "string"}, "cx": {"type": "string"}, "cc": {"type": "string"}, "co": {"type": "string"}, "km": {"type": "string"}, "cg": {"type": "string"}, "ck": {"type": "string"}, "cr": {"type": "string"}, "ci": {"type": "string"}, "hr": {"type": "string"}, "cu": {"type": "string"}, "cy": {"type": "string"}, "cz": {"type": "string"}, "cshh": {"type": "string"}, "cd": {"type": "string"}, "dk": {"type": "string"}, "dj": {"type": "string"}, "dm": {"type": "string"}, "do": {"type": "string"}, "ddde": {"type": "string"}, "ec": {"type": "string"}, "eg": {"type": "string"}, "sv": {"type": "string"}, "gq": {"type": "string"}, "er": {"type": "string"}, "ee": {"type": "string"}, "et": {"type": "string"}, "fk": {"type": "string"}, "fo": {"type": "string"}, "yucs": {"type": "string"}, "fm": {"type": "string"}, "fj": {"type": "string"}, "fi": {"type": "string"}, "fr": {"type": "string"}, "gf": {"type": "string"}, "pf": {"type": "string"}, "tf": {"type": "string"}, "ga": {"type": "string"}, "gm": {"type": "string"}, "ge": {"type": "string"}, "de": {"type": "string"}, "gh": {"type": "string"}, "gi": {"type": "string"}, "gr": {"type": "string"}, "gl": {"type": "string"}, "gd": {"type": "string"}, "gp": {"type": "string"}, "gu": {"type": "string"}, "gt": {"type": "string"}, "gg": {"type": "string"}, "gn": {"type": "string"}, "gw": {"type": "string"}, "gy": {"type": "string"}, "ht": {"type": "string"}, "hm": {"type": "string"}, "va": {"type": "string"}, "hn": {"type": "string"}, "hk": {"type": "string"}, "hu": {"type": "string"}, "is": {"type": "string"}, "in": {"type": "string"}, "id": {"type": "string"}, "ir": {"type": "string"}, "iq": {"type": "string"}, "ie": {"type": "string"}, "im": {"type": "string"}, "il": {"type": "string"}, "it": {"type": "string"}, "jm": {"type": "string"}, "jp": {"type": "string"}, "je": {"type": "string"}, "jo": {"type": "string"}, "kz": {"type": "string"}, "ke": {"type": "string"}, "ki": {"type": "string"}, "xko": {"type": "string"}, "xkv": {"type": "string"}, "kw": {"type": "string"}, "kg": {"type": "string"}, "la": {"type": "string"}, "lv": {"type": "string"}, "lb": {"type": "string"}, "ls": {"type": "string"}, "lr": {"type": "string"}, "ly": {"type": "string"}, "li": {"type": "string"}, "lt": {"type": "string"}, "lu": {"type": "string"}, "mo": {"type": "string"}, "mg": {"type": "string"}, "mw": {"type": "string"}, "my": {"type": "string"}, "mv": {"type": "string"}, "ml": {"type": "string"}, "mt": {"type": "string"}, "mh": {"type": "string"}, "mq": {"type": "string"}, "mr": {"type": "string"}, "mu": {"type": "string"}, "yt": {"type": "string"}, "mx": {"type": "string"}, "md": {"type": "string"}, "mc": {"type": "string"}, "mn": {"type": "string"}, "me": {"type": "string"}, "ms": {"type": "string"}, "ma": {"type": "string"}, "mz": {"type": "string"}, "mm": {"type": "string"}, "na": {"type": "string"}, "nr": {"type": "string"}, "np": {"type": "string"}, "nl": {"type": "string"}, "an": {"type": "string"}, "nc": {"type": "string"}, "nz": {"type": "string"}, "ni": {"type": "string"}, "ne": {"type": "string"}, "ng": {"type": "string"}, "nu": {"type": "string"}, "nf": {"type": "string"}, "kp": {"type": "string"}, "vdvn": {"type": "string"}, "mp": {"type": "string"}, "no": {"type": "string"}, "om": {"type": "string"}, "pk": {"type": "string"}, "pw": {"type": "string"}, "xpi": {"type": "string"}, "ps": {"type": "string"}, "pa": {"type": "string"}, "pg": {"type": "string"}, "py": {"type": "string"}, "pe": {"type": "string"}, "ph": {"type": "string"}, "pl": {"type": "string"}, "pt": {"type": "string"}, "pn": {"type": "string"}, "pr": {"type": "string"}, "qa": {"type": "string"}, "mk": {"type": "string"}, "re": {"type": "string"}, "ro": {"type": "string"}, "ru": {"type": "string"}, "rw": {"type": "string"}, "bl": {"type": "string"}, "sh": {"type": "string"}, "kn": {"type": "string"}, "lc": {"type": "string"}, "mf": {"type": "string"}, "pm": {"type": "string"}, "vc": {"type": "string"}, "ws": {"type": "string"}, "sm": {"type": "string"}, "st": {"type": "string"}, "sa": {"type": "string"}, "sn": {"type": "string"}, "rs": {"type": "string"}, "csxx": {"type": "string"}, "sc": {"type": "string"}, "xsi": {"type": "string"}, "sl": {"type": "string"}, "sg": {"type": "string"}, "sk": {"type": "string"}, "si": {"type": "string"}, "sb": {"type": "string"}, "so": {"type": "string"}, "za": {"type": "string"}, "gs": {"type": "string"}, "kr": {"type": "string"}, "suhh": {"type": "string"}, "es": {"type": "string"}, "lk": {"type": "string"}, "sd": {"type": "string"}, "sr": {"type": "string"}, "sj": {"type": "string"}, "sz": {"type": "string"}, "se": {"type": "string"}, "ch": {"type": "string"}, "sy": {"type": "string"}, "tw": {"type": "string"}, "tj": {"type": "string"}, "tz": {"type": "string"}, "th": {"type": "string"}, "tl": {"type": "string"}, "tg": {"type": "string"}, "tk": {"type": "string"}, "to": {"type": "string"}, "tt": {"type": "string"}, "tn": {"type": "string"}, "tr": {"type": "string"}, "tm": {"type": "string"}, "tc": {"type": "string"}, "tv": {"type": "string"}, "vi": {"type": "string"}, "ug": {"type": "string"}, "ua": {"type": "string"}, "ae": {"type": "string"}, "gb": {"type": "string"}, "us": {"type": "string"}, "um": {"type": "string"}, "uy": {"type": "string"}, "uz": {"type": "string"}, "vu": {"type": "string"}, "ve": {"type": "string"}, "vn": {"type": "string"}, "wf": {"type": "string"}, "xwg": {"type": "string"}, "eh": {"type": "string"}, "ye": {"type": "string"}, "xyu": {"type": "string"}, "zrcd": {"type": "string"}, "zm": {"type": "string"}, "zw": {"type": "string"}}, "required": ["ad", "ae", "af", "ag", "ai", "al", "am", "an", "ao", "aq", "ar", "as", "at", "au", "aw", "ax", "az", "ba", "bb", "bd", "be", "bf", "bg", "bh", "bi", "bj", "bl", "bm", "bn", "bo", "bq", "br", "bs", "bt", "bumm", "bv", "bw", "by", "bz", "ca", "cc", "cd", "cf", "cg", "ch", "ci", "ck", "cl", "cm", "cn", "co", "cr", "cshh", "csxx", "cu", "cv", "cx", "cy", "cz", "ddde", "de", "dj", "dk", "dm", "do", "dz", "ec", "ee", "eg", "eh", "er", "es", "et", "fi", "fj", "fk", "fm", "fo", "fr", "ga", "gb", "gd", "ge", "gf", "gg", "gh", "gi", "gl", "gm", "gn", "gp", "gq", "gr", "gs", "gt", "gu", "gw", "gy", "hk", "hm", "hn", "hr", "ht", "hu", "id", "ie", "il", "im", "in", "io", "iq", "ir", "is", "it", "je", "jm", "jo", "jp", "ke", "kg", "kh", "ki", "km", "kn", "kp", "kr", "kw", "ky", "kz", "la", "lb", "lc", "li", "lk", "lr", "ls", "lt", "lu", "lv", "ly", "ma", "mc", "md", "me", "mf", "mg", "mh", "mk", "ml", "mm", "mn", "mo", "mp", "mq", "mr", "ms", "mt", "mu", "mv", "mw", "mx", "my", "mz", "na", "nc", "ne", "nf", "ng", "ni", "nl", "no", "np", "nr", "nu", "nz", "om", "pa", "pe", "pf", "pg", "ph", "pk", "pl", "pm", "pn", "pr", "ps", "pt", "pw", "py", "qa", "re", "ro", "rs", "ru", "rw", "sa", "sb", "sc", "sd", "se", "sg", "sh", "si", "sj", "sk", "sl", "sm", "sn", "so", "sr", "st", "suhh", "sv", "sy", "sz", "tc", "td", "tf", "tg", "th", "tj", "tk", "tl", "tm", "tn", "to", "tr", "tt", "tv", "tw", "tz", "ua", "ug", "um", "us", "uy", "uz", "va", "vc", "vdvn", "ve", "vg", "vi", "vn", "vu", "wf", "ws", "xko", "xkv", "xpi", "xsi", "xwg", "xyu", "ye", "yt", "yucs", "za", "zm", "zrcd", "zw"]}, "popular_countries": {"type": "array", "items": {"type": "string"}}}, "required": ["all_countries", "popular_countries"]}}, "required": ["data", "message", "status", "timestamp"]} |
62e654bf-4774-493f-9512-5a68bf4ee666/393cdbbc-dc3c-4e1d-bf2a-87907be7ce43/0/0 | IMDB | IMDb is an online database of information related to films, television series, podcasts, home videos, video games, and streaming content online – including cast, production crew and personal biographies, plot summaries, trivia, ratings, and fan and critical reviews. | 9.7 | Get Keywords | - | 200 | Response | {"status": true, "message": "Success", "timestamp": 1688760193227, "data": {"all_keywords": ["Action Hero", "Alien Invasion", "Alternate History", "Anime", "Anti hero", "Avant-Garde", "B-Movie", "Bank Heist", "Based on Book", "Based on Comic Book", "Based on Novel", "Based on Play", "Based on True Story", "Bechdel-Test-Passed", "Black Comedy", "Bollywood", "Caper", "Chick Flick", "Coming of Age", "Conspiracy", "Criminal Mastermind", "Cult Film", "Cyberpunk", "DC Comics", "Dark Fantasy", "Dystopia", "Epic", "Espionage", "Experimental Film", "F-Rated", "Fairy tale", "Femme Fatale", "Futuristic", "Good Versus Evil", "Haunting", "Heist", "High School", "Independent Film", "Kung Fu", "Magical Realism", "Marvel Comics", "Mockumentary", "Monster", "On the run", "One Man Army", "Parallel World", "Paranormal Phenomenon", "Parenthood", "Parody", "Police Detective", "Post-Apocalypse", "Postmodern", "Redemption", "Rescue", "Road movie", "Robbery", "Satire", "Sequel", "Space Travel", "Spaghetti Western", "Spoof", "Steampunk", "Superhero", "Supernatural Power", "Swashbuckler", "Time Travel", "Triple-F-Rated", "Vampire", "Zombie"], "popular_keywords": ["Anime", "B-Movie", "Cult Film", "Superhero"]}} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"status": {"type": "boolean"}, "message": {"type": "string"}, "timestamp": {"type": "integer"}, "data": {"type": "object", "properties": {"all_keywords": {"type": "array", "items": {"type": "string"}}, "popular_keywords": {"type": "array", "items": {"type": "string"}}}, "required": ["all_keywords", "popular_keywords"]}}, "required": ["data", "message", "status", "timestamp"]} |
ed158a7a-084c-4f03-9662-3073aac32ef6/c3bae7b6-7506-418f-8842-b32a2d16b40c/0/0 | Programmer Humor | This API fetches funny posts from various sites around the web and makes them available for you to integrate on your blog, or whatever else you want to do with them. | 8 | Get Top 5 Latest Posts from Reddit | This endpoint will return the top 5 posts, uploaded today. These are sorted by upvotes. | 200 | Response | [{"url": "https://reddit.com/r/ProgrammingJokes/comments/lm301z/do_you_agree/", "sourceUrl": "https://reddit.com/r/ProgrammingJokes", "thumbnail": "https://b.thumbs.redditmedia.com/5UCR74MYDvGxxkiBX0bmMVI1ukygOZGiyRZSahrADBk.jpg", "media": "https://i.redd.it/h2cboxkfe3i61.jpg", "upvotes": 89, "title": "Do you agree?", "permalink": "/r/ProgrammingJokes/comments/lm301z/do_you_agree/", "source": "/r/ProgrammingJokes", "posted": "2021-02-17T19:51:33.000Z"}, {"url": "https://reddit.com/r/ProgrammingJokes/comments/1jqz2l/programmer_joke/", "sourceUrl": "https://reddit.com/r/ProgrammingJokes", "thumbnail": "self", "media": "https://www.reddit.com/r/ProgrammingJokes/comments/1jqz2l/programmer_joke/", "upvotes": 72, "title": "Programmer Joke", "permalink": "/r/ProgrammingJokes/comments/1jqz2l/programmer_joke/", "source": "/r/ProgrammingJokes", "posted": "2013-08-05T16:48:16.000Z"}, {"url": "https://reddit.com/r/ProgrammingJokes/comments/1vjet0/what_is_dying_programmers_last_program/", "sourceUrl": "https://reddit.com/r/ProgrammingJokes", "thumbnail": "self", "media": "https://www.reddit.com/r/ProgrammingJokes/comments/1vjet0/what_is_dying_programmers_last_program/", "upvotes": 59, "title": "What is dying programmer's last program?", "permalink": "/r/ProgrammingJokes/comments/1vjet0/what_is_dying_programmers_last_program/", "source": "/r/ProgrammingJokes", "posted": "2014-01-18T19:04:29.000Z"}, {"url": "https://reddit.com/r/ProgrammingJokes/comments/1s5dsf/your_jokes_are_okay/", "sourceUrl": "https://reddit.com/r/ProgrammingJokes", "thumbnail": "self", "media": "https://www.reddit.com/r/ProgrammingJokes/comments/1s5dsf/your_jokes_are_okay/", "upvotes": 52, "title": "Your jokes are okay.", "permalink": "/r/ProgrammingJokes/comments/1s5dsf/your_jokes_are_okay/", "source": "/r/ProgrammingJokes", "posted": "2013-12-05T08:26:24.000Z"}, {"url": "https://reddit.com/r/ProgrammingJokes/comments/9mctrz/sleepless_programmers_have_you_ever_faced_this/", "sourceUrl": "https://reddit.com/r/ProgrammingJokes", "thumbnail": "https://b.thumbs.redditmedia.com/1AZlu3ppV0-E9jDq4_qXJxRRbcK63mZap728bEqjQwU.jpg", "media": "https://i.redd.it/pkx0zwmzzwq11.jpg", "upvotes": 56, "title": "Sleepless programmers. Have you ever faced this kind of situation?", "permalink": "/r/ProgrammingJokes/comments/9mctrz/sleepless_programmers_have_you_ever_faced_this/", "source": "/r/ProgrammingJokes", "posted": "2018-10-08T07:33:39.000Z"}] | {"type": "array", "items": {"type": "object", "properties": {"url": {"type": "string"}, "sourceUrl": {"type": "string"}, "thumbnail": {"type": "string"}, "media": {"type": "string"}, "upvotes": {"type": "integer"}, "title": {"type": "string"}, "permalink": {"type": "string"}, "source": {"type": "string"}, "posted": {"type": "string"}}}} |
1c262e9f-a2ef-4d96-bd3b-8727d7c97382/5a4c7e79-bf2b-42d1-807b-6bdeb4b13448/0/0 | Fun Facts | This simple API returns radom fun facts | 8.4 | fun-fact | returns radomly generated facts on each all | 200 | fun-fact | {"fact": "This is a random fun fact"} | {"type": "object", "properties": {"fact": {"type": "string"}}} |
bd5be357-6053-42bf-90aa-8015b81384e3/b6360583-c036-4175-8efa-b251ca93c7ff/1/0 | 3D Face Reconstruction Service | The 3D Face Reconstruction API service, is a public API that allows you to reconstrcut 3D face from single portrait photo. | 0 | run_pipeline_run_reconstruction_service_post | Request for inference Cartoon 3D reconstruction.
Parameters:
image_bytes : bytes
Bytes of opened input image
image_path : str
Path to unique image name.
use_compress: bool
Use png quant or not for output UV texture.
Returns:
starlette.responses.Response
JSON with style image, texture uv file paths,
blendshapes, and CelebA information. | 422 | null | {"detail": [{"loc": [], "msg": "", "type": ""}]} | {"title": "HTTPValidationError", "type": "object", "properties": {"detail": {"title": "Detail", "type": "array", "items": {"title": "ValidationError", "required": ["loc", "msg", "type"], "type": "object", "properties": {"loc": {"title": "Location", "type": "array", "items": {"anyOf": [{"type": "string"}, {"type": "integer"}]}}, "msg": {"title": "Message", "type": "string"}, "type": {"title": "Error Type", "type": "string"}}}}}} |
60134a32-5f3f-4825-948b-096f6db9e15f/2a2ee0f6-1fff-4c71-8edc-001354822db3/0/0 | Top 10 Spotify | Top 10 Spotify in Youtube | null | Get | Get position, song name and author, url Youtube video from daily top 10 Spotify | 200 | New Example | {"name": " Dakiti by Bad Bunny, Jhay Cortez ", "pos": 1, "urlvideo": "https://www.youtube.com/watch?v=91vECNhvmMY"} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"name": {"type": "string"}, "pos": {"type": "integer"}, "urlvideo": {"type": "string"}}, "required": ["name", "pos", "urlvideo"]} |
209db677-dab9-43d1-b021-e36fc3222569/f9e6d055-1f70-421b-a63d-84206ca8568e/0/0 | Lucky4Life | Do you want to get paid for the rest of your life? This is your game! Introducing the lastest winning numbers and the best statistics! | 8.2 | Random QuickPick for Play | Get a randomized Quick Pick for the Powerball. This is a random set of playable Lucky4Life numbers. | 200 | Response | {"status": "success", "data": {"FirstNumber": 3, "SecondNumber": 7, "ThirdNumber": 12, "FourthNumber": 33, "FifthNumber": 46, "NumberSet": "3 7 12 33 46", "LuckyBall": 13}} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"status": {"type": "string"}, "data": {"type": "object", "properties": {"FirstNumber": {"type": "integer"}, "SecondNumber": {"type": "integer"}, "ThirdNumber": {"type": "integer"}, "FourthNumber": {"type": "integer"}, "FifthNumber": {"type": "integer"}, "NumberSet": {"type": "string"}, "LuckyBall": {"type": "integer"}}, "required": ["FifthNumber", "FirstNumber", "FourthNumber", "LuckyBall", "NumberSet", "SecondNumber", "ThirdNumber"]}}, "required": ["data", "status"]} |
209db677-dab9-43d1-b021-e36fc3222569/d0687c09-572d-4920-9c7f-ae10f109b1aa/0/0 | Lucky4Life | Do you want to get paid for the rest of your life? This is your game! Introducing the lastest winning numbers and the best statistics! | 8.2 | Latest 10 Drawings | Get the latest, and last winning 10 Lucky4Life number sets. | 200 | Response | {"status": "success", "data": [{"DrawingDate": "2023-01-19T00:00:00.000Z", "FirstNumber": 6, "SecondNumber": 8, "ThirdNumber": 12, "FourthNumber": 21, "FifthNumber": 42, "LuckyBall": 6, "VideoUrl": "https://www.youtube.com/watch?v=PEbl26hRj2k", "WinnersUrl": "https://www.luckyforlife.us/winners/2023-01-19"}, {"DrawingDate": "2023-01-18T00:00:00.000Z", "FirstNumber": 12, "SecondNumber": 27, "ThirdNumber": 35, "FourthNumber": 42, "FifthNumber": 44, "LuckyBall": 6, "VideoUrl": "https://www.youtube.com/watch?v=KQdwCi5A5uI", "WinnersUrl": "https://www.luckyforlife.us/winners/2023-01-18"}, {"DrawingDate": "2023-01-17T00:00:00.000Z", "FirstNumber": 3, "SecondNumber": 4, "ThirdNumber": 25, "FourthNumber": 35, "FifthNumber": 48, "LuckyBall": 18, "VideoUrl": "https://www.youtube.com/watch?v=YgP2BiCX6vA", "WinnersUrl": "https://www.luckyforlife.us/winners/2023-01-17"}, {"DrawingDate": "2023-01-16T00:00:00.000Z", "FirstNumber": 11, "SecondNumber": 17, "ThirdNumber": 25, "FourthNumber": 31, "FifthNumber": 38, "LuckyBall": 17, "VideoUrl": "https://www.youtube.com/watch?v=VUDBeEuTC2Q", "WinnersUrl": "https://www.luckyforlife.us/winners/2023-01-16"}, {"DrawingDate": "2023-01-15T00:00:00.000Z", "FirstNumber": 5, "SecondNumber": 8, "ThirdNumber": 13, "FourthNumber": 41, "FifthNumber": 44, "LuckyBall": 10, "VideoUrl": "https://www.youtube.com/watch?v=hSyxTOoBxro", "WinnersUrl": "https://www.luckyforlife.us/winners/2023-01-15"}, {"DrawingDate": "2023-01-14T00:00:00.000Z", "FirstNumber": 4, "SecondNumber": 7, "ThirdNumber": 16, "FourthNumber": 22, "FifthNumber": 40, "LuckyBall": 8, "VideoUrl": "https://www.youtube.com/watch?v=Kj3gvGcnND4", "WinnersUrl": "https://www.luckyforlife.us/winners/2023-01-14"}, {"DrawingDate": "2023-01-13T00:00:00.000Z", "FirstNumber": 3, "SecondNumber": 17, "ThirdNumber": 21, "FourthNumber": 24, "FifthNumber": 44, "LuckyBall": 10, "VideoUrl": "https://www.youtube.com/watch?v=QoKBw529tP0", "WinnersUrl": "https://www.luckyforlife.us/winners/2023-01-13"}, {"DrawingDate": "2023-01-12T00:00:00.000Z", "FirstNumber": 3, "SecondNumber": 12, "ThirdNumber": 17, "FourthNumber": 42, "FifthNumber": 45, "LuckyBall": 6, "VideoUrl": "https://www.youtube.com/watch?v=17jjPOocIik", "WinnersUrl": "https://www.luckyforlife.us/winners/2023-01-12"}, {"DrawingDate": "2023-01-11T00:00:00.000Z", "FirstNumber": 24, "SecondNumber": 39, "ThirdNumber": 41, "FourthNumber": 42, "FifthNumber": 45, "LuckyBall": 6, "VideoUrl": "https://www.youtube.com/watch?v=Ku3DL8FiLLU", "WinnersUrl": "https://www.luckyforlife.us/winners/2023-01-11"}, {"DrawingDate": "2023-01-10T00:00:00.000Z", "FirstNumber": 7, "SecondNumber": 15, "ThirdNumber": 29, "FourthNumber": 41, "FifthNumber": 43, "LuckyBall": 5, "VideoUrl": "https://www.youtube.com/watch?v=DxKXoB16iCg", "WinnersUrl": "https://www.luckyforlife.us/winners/2023-01-10"}]} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"status": {"type": "string"}, "data": {"type": "array", "items": {"type": "object", "properties": {"DrawingDate": {"type": "string"}, "FirstNumber": {"type": "integer"}, "SecondNumber": {"type": "integer"}, "ThirdNumber": {"type": "integer"}, "FourthNumber": {"type": "integer"}, "FifthNumber": {"type": "integer"}, "LuckyBall": {"type": "integer"}, "VideoUrl": {"type": "string"}, "WinnersUrl": {"type": "string"}}, "required": ["DrawingDate", "FifthNumber", "FirstNumber", "FourthNumber", "LuckyBall", "SecondNumber", "ThirdNumber", "VideoUrl", "WinnersUrl"]}}}, "required": ["data", "status"]} |
209db677-dab9-43d1-b021-e36fc3222569/a8bea9c1-8b88-481a-8caa-c20eee3b4b99/0/0 | Lucky4Life | Do you want to get paid for the rest of your life? This is your game! Introducing the lastest winning numbers and the best statistics! | 8.2 | Latest Drawing | Get the latest, and last winning Lucky4Life winning number set. | 200 | Response | {"status": "success", "data": [{"DrawingDate": "2023-01-19T00:00:00.000Z", "FirstNumber": 6, "SecondNumber": 8, "ThirdNumber": 12, "FourthNumber": 21, "FifthNumber": 42, "LuckyBall": 6, "VideoUrl": "https://www.youtube.com/watch?v=PEbl26hRj2k", "WinnersUrl": null}]} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"status": {"type": "string"}, "data": {"type": "array", "items": {"type": "object", "properties": {"DrawingDate": {"type": "string"}, "FirstNumber": {"type": "integer"}, "SecondNumber": {"type": "integer"}, "ThirdNumber": {"type": "integer"}, "FourthNumber": {"type": "integer"}, "FifthNumber": {"type": "integer"}, "LuckyBall": {"type": "integer"}, "VideoUrl": {"type": "string"}, "WinnersUrl": {"type": "null"}}, "required": ["DrawingDate", "FifthNumber", "FirstNumber", "FourthNumber", "LuckyBall", "SecondNumber", "ThirdNumber", "VideoUrl", "WinnersUrl"]}}}, "required": ["data", "status"]} |
209db677-dab9-43d1-b021-e36fc3222569/3e4fde74-46fc-4690-a243-2362a8dffebb/0/0 | Lucky4Life | Do you want to get paid for the rest of your life? This is your game! Introducing the lastest winning numbers and the best statistics! | 8.2 | Drawings Between Dates | Get all Lucky4Life winning number sets between two specified dates where the first number supplied is the beginning date and the second number supplied is the end date. | 200 | Response | {"status": "success", "data": [{"DrawingDate": "2023-01-05T00:00:00.000Z", "FirstNumber": 7, "SecondNumber": 15, "ThirdNumber": 23, "FourthNumber": 32, "FifthNumber": 40, "LuckyBall": 2, "VideoUrl": "https://www.youtube.com/watch?v=9wydveOjrJE", "WinnersUrl": null}, {"DrawingDate": "2023-01-04T00:00:00.000Z", "FirstNumber": 2, "SecondNumber": 5, "ThirdNumber": 11, "FourthNumber": 13, "FifthNumber": 40, "LuckyBall": 15, "VideoUrl": "https://www.youtube.com/watch?v=VMS-BYPXJm0", "WinnersUrl": "https://www.luckyforlife.us/winners/2023-01-04"}, {"DrawingDate": "2023-01-03T00:00:00.000Z", "FirstNumber": 14, "SecondNumber": 24, "ThirdNumber": 34, "FourthNumber": 45, "FifthNumber": 47, "LuckyBall": 1, "VideoUrl": "https://www.youtube.com/watch?v=-iE3uby9bGc", "WinnersUrl": "https://www.luckyforlife.us/winners/2023-01-03"}, {"DrawingDate": "2023-01-02T00:00:00.000Z", "FirstNumber": 4, "SecondNumber": 12, "ThirdNumber": 15, "FourthNumber": 25, "FifthNumber": 44, "LuckyBall": 1, "VideoUrl": "https://www.youtube.com/watch?v=GUrohFWupKM", "WinnersUrl": "https://www.luckyforlife.us/winners/2023-01-02"}, {"DrawingDate": "2023-01-01T00:00:00.000Z", "FirstNumber": 1, "SecondNumber": 4, "ThirdNumber": 7, "FourthNumber": 14, "FifthNumber": 36, "LuckyBall": 11, "VideoUrl": "https://www.youtube.com/watch?v=ydVgN6rcgV0", "WinnersUrl": "https://www.luckyforlife.us/winners/2023-01-01"}]} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"status": {"type": "string"}, "data": {"type": "array", "items": {"type": "object", "properties": {"DrawingDate": {"type": "string"}, "FirstNumber": {"type": "integer"}, "SecondNumber": {"type": "integer"}, "ThirdNumber": {"type": "integer"}, "FourthNumber": {"type": "integer"}, "FifthNumber": {"type": "integer"}, "LuckyBall": {"type": "integer"}, "VideoUrl": {"type": "string"}, "WinnersUrl": {"type": ["null", "string"]}}, "required": ["DrawingDate", "FifthNumber", "FirstNumber", "FourthNumber", "LuckyBall", "SecondNumber", "ThirdNumber", "VideoUrl", "WinnersUrl"]}}}, "required": ["data", "status"]} |
209db677-dab9-43d1-b021-e36fc3222569/a78f9ba0-e569-4913-8f1d-a92615cb6c1c/0/0 | Lucky4Life | Do you want to get paid for the rest of your life? This is your game! Introducing the lastest winning numbers and the best statistics! | 8.2 | Drawing By Date | Get the winning Lucky4Life number set from a specific drawing date. | 200 | Response | {"status": "success", "data": [{"DrawingDate": "2023-01-02T00:00:00.000Z", "FirstNumber": 4, "SecondNumber": 12, "ThirdNumber": 15, "FourthNumber": 25, "FifthNumber": 44, "LuckyBall": 1, "VideoUrl": "https://www.youtube.com/watch?v=GUrohFWupKM", "WinnersUrl": "https://www.luckyforlife.us/winners/2023-01-02"}]} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"status": {"type": "string"}, "data": {"type": "array", "items": {"type": "object", "properties": {"DrawingDate": {"type": "string"}, "FirstNumber": {"type": "integer"}, "SecondNumber": {"type": "integer"}, "ThirdNumber": {"type": "integer"}, "FourthNumber": {"type": "integer"}, "FifthNumber": {"type": "integer"}, "LuckyBall": {"type": "integer"}, "VideoUrl": {"type": "string"}, "WinnersUrl": {"type": "string"}}, "required": ["DrawingDate", "FifthNumber", "FirstNumber", "FourthNumber", "LuckyBall", "SecondNumber", "ThirdNumber", "VideoUrl", "WinnersUrl"]}}}, "required": ["data", "status"]} |
209db677-dab9-43d1-b021-e36fc3222569/f587d16c-1643-46a6-a2ed-bbeff5625c10/0/0 | Lucky4Life | Do you want to get paid for the rest of your life? This is your game! Introducing the lastest winning numbers and the best statistics! | 8.2 | General Statistics | This endpoint pulls basic statistics of the Lucky4Life numbers. For each ball (denoted firstNumber, secondNumber, thirdNumber, fourthNumber, fifthNumber, and luckyBall,) this endpoint returns the mean, median, mode, min, max, standard deviation, variance, skewness, and kurtosis. After which, the endpoint returns the number of occurrences of each number over the life of game. | 200 | Response | {"status": "success", "data": {"firstNumberMin": 1, "firstNumberMax": 33, "firstNumberMean": 7.608, "firstNumberMedian": 6, "firstNumberMode": 1, "firstNumberSTD": 6.158, "firstNumberVariance": 37.889128458216504, "firstNumberSampleVariance": 37.91529498339483, "firstNumberSampleSkewness": 1.1806322050733469, "firstNumberSampleKurtosis": 0.966220998417735, "secondNumberMin": 2, "secondNumberMax": 42, "secondNumberMean": 15.659, "secondNumberMedian": 15, "secondNumberMode": 10, "secondNumberSTD": 8.196, "secondNumberVariance": 67.13428789565256, "secondNumberSampleVariance": 67.18065135414403, "secondNumberSampleSkewness": 0.5149086937965999, "secondNumberSampleKurtosis": -0.3789091110100692, "thirdNumberMin": 3, "thirdNumberMax": 46, "thirdNumberMean": 23.647, "thirdNumberMedian": 24, "thirdNumberMode": 22, "thirdNumberSTD": 8.591, "thirdNumberVariance": 73.74678141227781, "thirdNumberSampleVariance": 73.79771150993822, "thirdNumberSampleSkewness": 0.034581168251718815, "thirdNumberSampleKurtosis": -0.5735098202387139, "fourthNumberMin": 7, "fourthNumberMax": 47, "fourthNumberMean": 31.85, "fouthNumberMedian": 33, "fourthNumberMode": 36, "fourthNumberSTD": 8.293, "fourthNumberVariance": 68.73188572495441, "fourthNumberSampleVariance": 68.77935249686391, "fourthNumberSampleSkewness": -0.37486246864987083, "fourthNumberSampleKurtosis": -0.42394886109263286, "fifthNumberMin": 13, "fifthNumberMax": 48, "fifthNumberMean": 39.966, "fifthNumberMedian": 41, "fifthNumberMode": 48, "fifthNumberSTD": 6.646, "fifthNumberVariance": 44.137572805499616, "fifthNumberSampleVariance": 44.16805455467468, "fifthNumberSampleSkewness": -0.9688924210959612, "fifthNumberSampleKurtosis": 0.5848581761557073, "luckyBallNumberMin": 1, "luckyBallNumberMax": 43, "luckyBallNumberMean": 10.833, "luckyBallNumberMedian": 10, "luckyBallNumberMode": 9, "luckyBallNumberSTD": 7.338, "luckyBallVariance": 53.80647561131853, "luckyBallSampleVariance": 53.84363477955839, "luckyBallSampleSkewness": 1.2874497202350301, "luckyBallSampleKurtosis": 2.8368541728219183, "allWhiteBallsMin": 1, "allWhiteBallsMax": 48, "allWhiteBallsVariance": 189.25116610250907, "allWhiteBallsSampleVariance": 189.27729133250665, "allWhiteBallsSampleSkewness": 0.037210407767035485, "allWhiteBallsSampleKurtosis": -1.1823841977918366, "whiteballoccurrences": {"1": 177, "2": 161, "3": 147, "4": 181, "5": 181, "6": 163, "7": 166, "8": 157, "9": 140, "10": 161, "11": 143, "12": 156, "13": 152, "14": 142, "15": 163, "16": 153, "17": 144, "18": 133, "19": 148, "20": 147, "21": 145, "22": 161, "23": 161, "24": 167, "25": 149, "26": 141, "27": 167, "28": 181, "29": 158, "30": 145, "31": 154, "32": 159, "33": 145, "34": 148, "35": 131, "36": 164, "37": 159, "38": 146, "39": 150, "40": 143, "41": 133, "42": 136, "43": 146, "44": 130, "45": 126, "46": 126, "47": 119, "48": 140}, "luckyBalloccurrences": {"1": 87, "2": 78, "3": 72, "4": 64, "5": 77, "6": 76, "7": 68, "8": 68, "9": 92, "10": 83, "11": 65, "12": 63, "13": 61, "14": 82, "15": 84, "16": 78, "17": 78, "18": 74, "19": 8, "20": 7, "21": 7, "22": 6, "23": 2, "24": 3, "25": 4, "26": 2, "27": 3, "28": 5, "29": 3, "30": 4, "31": 4, "32": 4, "33": 6, "34": 5, "35": 5, "36": 4, "37": 3, "38": 2, "39": 3, "40": 3, "41": 1, "42": 3, "43": 2}}} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"status": {"type": "string"}, "data": {"type": "object", "properties": {"firstNumberMin": {"type": "integer"}, "firstNumberMax": {"type": "integer"}, "firstNumberMean": {"type": "number"}, "firstNumberMedian": {"type": "integer"}, "firstNumberMode": {"type": "integer"}, "firstNumberSTD": {"type": "number"}, "firstNumberVariance": {"type": "number"}, "firstNumberSampleVariance": {"type": "number"}, "firstNumberSampleSkewness": {"type": "number"}, "firstNumberSampleKurtosis": {"type": "number"}, "secondNumberMin": {"type": "integer"}, "secondNumberMax": {"type": "integer"}, "secondNumberMean": {"type": "number"}, "secondNumberMedian": {"type": "integer"}, "secondNumberMode": {"type": "integer"}, "secondNumberSTD": {"type": "number"}, "secondNumberVariance": {"type": "number"}, "secondNumberSampleVariance": {"type": "number"}, "secondNumberSampleSkewness": {"type": "number"}, "secondNumberSampleKurtosis": {"type": "number"}, "thirdNumberMin": {"type": "integer"}, "thirdNumberMax": {"type": "integer"}, "thirdNumberMean": {"type": "number"}, "thirdNumberMedian": {"type": "integer"}, "thirdNumberMode": {"type": "integer"}, "thirdNumberSTD": {"type": "number"}, "thirdNumberVariance": {"type": "number"}, "thirdNumberSampleVariance": {"type": "number"}, "thirdNumberSampleSkewness": {"type": "number"}, "thirdNumberSampleKurtosis": {"type": "number"}, "fourthNumberMin": {"type": "integer"}, "fourthNumberMax": {"type": "integer"}, "fourthNumberMean": {"type": "number"}, "fouthNumberMedian": {"type": "integer"}, "fourthNumberMode": {"type": "integer"}, "fourthNumberSTD": {"type": "number"}, "fourthNumberVariance": {"type": "number"}, "fourthNumberSampleVariance": {"type": "number"}, "fourthNumberSampleSkewness": {"type": "number"}, "fourthNumberSampleKurtosis": {"type": "number"}, "fifthNumberMin": {"type": "integer"}, "fifthNumberMax": {"type": "integer"}, "fifthNumberMean": {"type": "number"}, "fifthNumberMedian": {"type": "integer"}, "fifthNumberMode": {"type": "integer"}, "fifthNumberSTD": {"type": "number"}, "fifthNumberVariance": {"type": "number"}, "fifthNumberSampleVariance": {"type": "number"}, "fifthNumberSampleSkewness": {"type": "number"}, "fifthNumberSampleKurtosis": {"type": "number"}, "luckyBallNumberMin": {"type": "integer"}, "luckyBallNumberMax": {"type": "integer"}, "luckyBallNumberMean": {"type": "number"}, "luckyBallNumberMedian": {"type": "integer"}, "luckyBallNumberMode": {"type": "integer"}, "luckyBallNumberSTD": {"type": "number"}, "luckyBallVariance": {"type": "number"}, "luckyBallSampleVariance": {"type": "number"}, "luckyBallSampleSkewness": {"type": "number"}, "luckyBallSampleKurtosis": {"type": "number"}, "allWhiteBallsMin": {"type": "integer"}, "allWhiteBallsMax": {"type": "integer"}, "allWhiteBallsVariance": {"type": "number"}, "allWhiteBallsSampleVariance": {"type": "number"}, "allWhiteBallsSampleSkewness": {"type": "number"}, "allWhiteBallsSampleKurtosis": {"type": "number"}, "whiteballoccurrences": {"type": "object", "properties": {"1": {"type": "integer"}, "2": {"type": "integer"}, "3": {"type": "integer"}, "4": {"type": "integer"}, "5": {"type": "integer"}, "6": {"type": "integer"}, "7": {"type": "integer"}, "8": {"type": "integer"}, "9": {"type": "integer"}, "10": {"type": "integer"}, "11": {"type": "integer"}, "12": {"type": "integer"}, "13": {"type": "integer"}, "14": {"type": "integer"}, "15": {"type": "integer"}, "16": {"type": "integer"}, "17": {"type": "integer"}, "18": {"type": "integer"}, "19": {"type": "integer"}, "20": {"type": "integer"}, "21": {"type": "integer"}, "22": {"type": "integer"}, "23": {"type": "integer"}, "24": {"type": "integer"}, "25": {"type": "integer"}, "26": {"type": "integer"}, "27": {"type": "integer"}, "28": {"type": "integer"}, "29": {"type": "integer"}, "30": {"type": "integer"}, "31": {"type": "integer"}, "32": {"type": "integer"}, "33": {"type": "integer"}, "34": {"type": "integer"}, "35": {"type": "integer"}, "36": {"type": "integer"}, "37": {"type": "integer"}, "38": {"type": "integer"}, "39": {"type": "integer"}, "40": {"type": "integer"}, "41": {"type": "integer"}, "42": {"type": "integer"}, "43": {"type": "integer"}, "44": {"type": "integer"}, "45": {"type": "integer"}, "46": {"type": "integer"}, "47": {"type": "integer"}, "48": {"type": "integer"}}, "required": ["1", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "2", "20", "21", "22", "23", "24", "25", "26", "27", "28", "29", "3", "30", "31", "32", "33", "34", "35", "36", "37", "38", "39", "4", "40", "41", "42", "43", "44", "45", "46", "47", "48", "5", "6", "7", "8", "9"]}, "luckyBalloccurrences": {"type": "object", "properties": {"1": {"type": "integer"}, "2": {"type": "integer"}, "3": {"type": "integer"}, "4": {"type": "integer"}, "5": {"type": "integer"}, "6": {"type": "integer"}, "7": {"type": "integer"}, "8": {"type": "integer"}, "9": {"type": "integer"}, "10": {"type": "integer"}, "11": {"type": "integer"}, "12": {"type": "integer"}, "13": {"type": "integer"}, "14": {"type": "integer"}, "15": {"type": "integer"}, "16": {"type": "integer"}, "17": {"type": "integer"}, "18": {"type": "integer"}, "19": {"type": "integer"}, "20": {"type": "integer"}, "21": {"type": "integer"}, "22": {"type": "integer"}, "23": {"type": "integer"}, "24": {"type": "integer"}, "25": {"type": "integer"}, "26": {"type": "integer"}, "27": {"type": "integer"}, "28": {"type": "integer"}, "29": {"type": "integer"}, "30": {"type": "integer"}, "31": {"type": "integer"}, "32": {"type": "integer"}, "33": {"type": "integer"}, "34": {"type": "integer"}, "35": {"type": "integer"}, "36": {"type": "integer"}, "37": {"type": "integer"}, "38": {"type": "integer"}, "39": {"type": "integer"}, "40": {"type": "integer"}, "41": {"type": "integer"}, "42": {"type": "integer"}, "43": {"type": "integer"}}, "required": ["1", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "2", "20", "21", "22", "23", "24", "25", "26", "27", "28", "29", "3", "30", "31", "32", "33", "34", "35", "36", "37", "38", "39", "4", "40", "41", "42", "43", "5", "6", "7", "8", "9"]}}, "required": ["allWhiteBallsMax", "allWhiteBallsMin", "allWhiteBallsSampleKurtosis", "allWhiteBallsSampleSkewness", "allWhiteBallsSampleVariance", "allWhiteBallsVariance", "fifthNumberMax", "fifthNumberMean", "fifthNumberMedian", "fifthNumberMin", "fifthNumberMode", "fifthNumberSTD", "fifthNumberSampleKurtosis", "fifthNumberSampleSkewness", "fifthNumberSampleVariance", "fifthNumberVariance", "firstNumberMax", "firstNumberMean", "firstNumberMedian", "firstNumberMin", "firstNumberMode", "firstNumberSTD", "firstNumberSampleKurtosis", "firstNumberSampleSkewness", "firstNumberSampleVariance", "firstNumberVariance", "fourthNumberMax", "fourthNumberMean", "fourthNumberMin", "fourthNumberMode", "fourthNumberSTD", "fourthNumberSampleKurtosis", "fourthNumberSampleSkewness", "fourthNumberSampleVariance", "fourthNumberVariance", "fouthNumberMedian", "luckyBallNumberMax", "luckyBallNumberMean", "luckyBallNumberMedian", "luckyBallNumberMin", "luckyBallNumberMode", "luckyBallNumberSTD", "luckyBallSampleKurtosis", "luckyBallSampleSkewness", "luckyBallSampleVariance", "luckyBallVariance", "luckyBalloccurrences", "secondNumberMax", "secondNumberMean", "secondNumberMedian", "secondNumberMin", "secondNumberMode", "secondNumberSTD", "secondNumberSampleKurtosis", "secondNumberSampleSkewness", "secondNumberSampleVariance", "secondNumberVariance", "thirdNumberMax", "thirdNumberMean", "thirdNumberMedian", "thirdNumberMin", "thirdNumberMode", "thirdNumberSTD", "thirdNumberSampleKurtosis", "thirdNumberSampleSkewness", "thirdNumberSampleVariance", "thirdNumberVariance", "whiteballoccurrences"]}}, "required": ["data", "status"]} |
0f1e88e8-a7c7-49f5-9cc2-3cf9a44963c9/3c16529a-ca99-41e6-beda-e14a5f16b049/0/0 | Book of Answers | An api returns answer to any question possible. Includes 100+ unique answers designed for small to medium sized projects | null | Random | Returns a random answer (recommended) | 200 | New Example | {"answer": "Looks fine to me", "type": "yes"} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"answer": {"type": "string"}, "type": {"type": "string"}}, "required": ["answer", "type"]} |
5603b0c8-06f2-4a89-90b7-8ce893c2d58b/09d84c29-26bc-4d3c-b90c-a8666467f570/0/0 | Lotto America | Do you live for the Lotto America? Well, you’ve just found your match! Get the latest winning numbers and statistics for your game! | 8.6 | General Statistics | This endpoint pulls basic statistics of the Lotto America numbers. For each ball (denoted firstNumber, secondNumber, thirdNumber, fourthNumber, fifthNumber, starBall, bonus) this endpoint returns the mean, median, mode, min, max, standard deviation, variance, skewness, and kurtosis. After which, the endpoint returns the number of occurrences of each number over the life of game. | 200 | Response | {"status": "success", "data": {"firstNumberMin": 1, "firstNumberMax": 40, "firstNumberMean": 8.933, "firstNumberMedian": 7, "firstNumberMode": 1, "firstNumberSTD": 7.582, "firstNumberVariance": 57.38961664330576, "firstNumberSampleVariance": 57.490300181276474, "firstNumberSampleSkewness": 1.2743950894926848, "firstNumberSampleKurtosis": 1.2979730003133565, "secondNumberMin": 2, "secondNumberMax": 45, "secondNumberMean": 17.555, "secondNumberMedian": 16, "secondNumberMode": 10, "secondNumberSTD": 9, "secondNumberVariance": 80.84940850997268, "secondNumberSampleVariance": 80.99124957753402, "secondNumberSampleSkewness": 0.5389891087409688, "secondNumberSampleKurtosis": -0.3203489226775296, "thirdNumberMin": 5, "thirdNumberMax": 47, "thirdNumberMean": 26.639, "thirdNumberMedian": 27, "thirdNumberMode": 24, "thirdNumberSTD": 9.539, "thirdNumberVariance": 90.82956437993988, "thirdNumberSampleVariance": 90.98891449288715, "thirdNumberSampleSkewness": 0.04922559688249948, "thirdNumberSampleKurtosis": -0.7059975846485677, "fourthNumberMin": 8, "fourthNumberMax": 51, "fourthNumberMean": 35.326, "fouthNumberMedian": 36, "fourthNumberMode": 38, "fourthNumberSTD": 9.104, "fourthNumberVariance": 82.73802374547984, "fourthNumberSampleVariance": 82.88317817310349, "fourthNumberSampleSkewness": -0.43261367066354484, "fourthNumberSampleKurtosis": -0.4277922809581471, "fifthNumberMin": 17, "fifthNumberMax": 52, "fifthNumberMean": 44.142, "fifthNumberMedian": 46, "fifthNumberMode": 52, "fifthNumberSTD": 7.062, "fifthNumberVariance": 49.78548096711769, "fifthNumberSampleVariance": 49.87282391618281, "fifthNumberSampleSkewness": -1.081541205579956, "fifthNumberSampleKurtosis": 0.7570868296882552, "StarBallNumberMin": 1, "StarBallNumberMax": 10, "StarBallNumberMean": 5.683, "StarBallNumberMedian": 6, "StarBallNumberMode": 9, "StarBallNumberSTD": 2.86, "StarBallVariance": 8.167469735401383, "StarBallSampleVariance": 8.181798629674017, "StarBallSampleSkewness": -0.07852809555270507, "StarBallSampleKurtosis": -1.2327815355540137, "BonusNumberMin": 2, "BonusNumberMax": 5, "BonusNumberMean": 2.874, "BonusNumberMedian": 3, "BonusNumberMode": 2, "BonusTD": 0.98, "BonusVariance": 0.9578304569057252, "BonuSampleVariance": 0.9595108612160861, "BonuSampleSkewness": 0.8954367184848018, "BonuSampleKurtosis": -0.2643792969156797, "allWhiteBallsMin": 1, "allWhiteBallsMax": 52, "allWhiteBallsVariance": 227.86644820743427, "allWhiteBallsSampleVariance": 227.94628928949714, "allWhiteBallsSampleSkewness": -0.004166357118796863, "allWhiteBallsSampleKurtosis": -1.1990211130035, "whiteballoccurrences": {"1": 70, "2": 50, "3": 46, "4": 60, "5": 56, "6": 60, "7": 49, "8": 58, "9": 49, "10": 62, "11": 48, "12": 57, "13": 46, "14": 53, "15": 59, "16": 60, "17": 56, "18": 54, "19": 59, "20": 41, "21": 49, "22": 63, "23": 50, "24": 53, "25": 62, "26": 55, "27": 54, "28": 44, "29": 54, "30": 62, "31": 57, "32": 61, "33": 46, "34": 63, "35": 69, "36": 58, "37": 46, "38": 55, "39": 48, "40": 59, "41": 46, "42": 49, "43": 45, "44": 50, "45": 63, "46": 58, "47": 56, "48": 60, "49": 57, "50": 58, "51": 56, "52": 56}, "StarBalloccurrences": {"1": 47, "2": 60, "3": 53, "4": 52, "5": 57, "6": 59, "7": 57, "8": 60, "9": 67, "10": 59}}} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"status": {"type": "string"}, "data": {"type": "object", "properties": {"firstNumberMin": {"type": "integer"}, "firstNumberMax": {"type": "integer"}, "firstNumberMean": {"type": "number"}, "firstNumberMedian": {"type": "integer"}, "firstNumberMode": {"type": "integer"}, "firstNumberSTD": {"type": "number"}, "firstNumberVariance": {"type": "number"}, "firstNumberSampleVariance": {"type": "number"}, "firstNumberSampleSkewness": {"type": "number"}, "firstNumberSampleKurtosis": {"type": "number"}, "secondNumberMin": {"type": "integer"}, "secondNumberMax": {"type": "integer"}, "secondNumberMean": {"type": "number"}, "secondNumberMedian": {"type": "integer"}, "secondNumberMode": {"type": "integer"}, "secondNumberSTD": {"type": "integer"}, "secondNumberVariance": {"type": "number"}, "secondNumberSampleVariance": {"type": "number"}, "secondNumberSampleSkewness": {"type": "number"}, "secondNumberSampleKurtosis": {"type": "number"}, "thirdNumberMin": {"type": "integer"}, "thirdNumberMax": {"type": "integer"}, "thirdNumberMean": {"type": "number"}, "thirdNumberMedian": {"type": "integer"}, "thirdNumberMode": {"type": "integer"}, "thirdNumberSTD": {"type": "number"}, "thirdNumberVariance": {"type": "number"}, "thirdNumberSampleVariance": {"type": "number"}, "thirdNumberSampleSkewness": {"type": "number"}, "thirdNumberSampleKurtosis": {"type": "number"}, "fourthNumberMin": {"type": "integer"}, "fourthNumberMax": {"type": "integer"}, "fourthNumberMean": {"type": "number"}, "fouthNumberMedian": {"type": "integer"}, "fourthNumberMode": {"type": "integer"}, "fourthNumberSTD": {"type": "number"}, "fourthNumberVariance": {"type": "number"}, "fourthNumberSampleVariance": {"type": "number"}, "fourthNumberSampleSkewness": {"type": "number"}, "fourthNumberSampleKurtosis": {"type": "number"}, "fifthNumberMin": {"type": "integer"}, "fifthNumberMax": {"type": "integer"}, "fifthNumberMean": {"type": "number"}, "fifthNumberMedian": {"type": "integer"}, "fifthNumberMode": {"type": "integer"}, "fifthNumberSTD": {"type": "number"}, "fifthNumberVariance": {"type": "number"}, "fifthNumberSampleVariance": {"type": "number"}, "fifthNumberSampleSkewness": {"type": "number"}, "fifthNumberSampleKurtosis": {"type": "number"}, "StarBallNumberMin": {"type": "integer"}, "StarBallNumberMax": {"type": "integer"}, "StarBallNumberMean": {"type": "number"}, "StarBallNumberMedian": {"type": "integer"}, "StarBallNumberMode": {"type": "integer"}, "StarBallNumberSTD": {"type": "number"}, "StarBallVariance": {"type": "number"}, "StarBallSampleVariance": {"type": "number"}, "StarBallSampleSkewness": {"type": "number"}, "StarBallSampleKurtosis": {"type": "number"}, "BonusNumberMin": {"type": "integer"}, "BonusNumberMax": {"type": "integer"}, "BonusNumberMean": {"type": "number"}, "BonusNumberMedian": {"type": "integer"}, "BonusNumberMode": {"type": "integer"}, "BonusTD": {"type": "number"}, "BonusVariance": {"type": "number"}, "BonuSampleVariance": {"type": "number"}, "BonuSampleSkewness": {"type": "number"}, "BonuSampleKurtosis": {"type": "number"}, "allWhiteBallsMin": {"type": "integer"}, "allWhiteBallsMax": {"type": "integer"}, "allWhiteBallsVariance": {"type": "number"}, "allWhiteBallsSampleVariance": {"type": "number"}, "allWhiteBallsSampleSkewness": {"type": "number"}, "allWhiteBallsSampleKurtosis": {"type": "number"}, "whiteballoccurrences": {"type": "object", "properties": {"1": {"type": "integer"}, "2": {"type": "integer"}, "3": {"type": "integer"}, "4": {"type": "integer"}, "5": {"type": "integer"}, "6": {"type": "integer"}, "7": {"type": "integer"}, "8": {"type": "integer"}, "9": {"type": "integer"}, "10": {"type": "integer"}, "11": {"type": "integer"}, "12": {"type": "integer"}, "13": {"type": "integer"}, "14": {"type": "integer"}, "15": {"type": "integer"}, "16": {"type": "integer"}, "17": {"type": "integer"}, "18": {"type": "integer"}, "19": {"type": "integer"}, "20": {"type": "integer"}, "21": {"type": "integer"}, "22": {"type": "integer"}, "23": {"type": "integer"}, "24": {"type": "integer"}, "25": {"type": "integer"}, "26": {"type": "integer"}, "27": {"type": "integer"}, "28": {"type": "integer"}, "29": {"type": "integer"}, "30": {"type": "integer"}, "31": {"type": "integer"}, "32": {"type": "integer"}, "33": {"type": "integer"}, "34": {"type": "integer"}, "35": {"type": "integer"}, "36": {"type": "integer"}, "37": {"type": "integer"}, "38": {"type": "integer"}, "39": {"type": "integer"}, "40": {"type": "integer"}, "41": {"type": "integer"}, "42": {"type": "integer"}, "43": {"type": "integer"}, "44": {"type": "integer"}, "45": {"type": "integer"}, "46": {"type": "integer"}, "47": {"type": "integer"}, "48": {"type": "integer"}, "49": {"type": "integer"}, "50": {"type": "integer"}, "51": {"type": "integer"}, "52": {"type": "integer"}}, "required": ["1", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "2", "20", "21", "22", "23", "24", "25", "26", "27", "28", "29", "3", "30", "31", "32", "33", "34", "35", "36", "37", "38", "39", "4", "40", "41", "42", "43", "44", "45", "46", "47", "48", "49", "5", "50", "51", "52", "6", "7", "8", "9"]}, "StarBalloccurrences": {"type": "object", "properties": {"1": {"type": "integer"}, "2": {"type": "integer"}, "3": {"type": "integer"}, "4": {"type": "integer"}, "5": {"type": "integer"}, "6": {"type": "integer"}, "7": {"type": "integer"}, "8": {"type": "integer"}, "9": {"type": "integer"}, "10": {"type": "integer"}}, "required": ["1", "10", "2", "3", "4", "5", "6", "7", "8", "9"]}}, "required": ["BonuSampleKurtosis", "BonuSampleSkewness", "BonuSampleVariance", "BonusNumberMax", "BonusNumberMean", "BonusNumberMedian", "BonusNumberMin", "BonusNumberMode", "BonusTD", "BonusVariance", "StarBallNumberMax", "StarBallNumberMean", "StarBallNumberMedian", "StarBallNumberMin", "StarBallNumberMode", "StarBallNumberSTD", "StarBallSampleKurtosis", "StarBallSampleSkewness", "StarBallSampleVariance", "StarBallVariance", "StarBalloccurrences", "allWhiteBallsMax", "allWhiteBallsMin", "allWhiteBallsSampleKurtosis", "allWhiteBallsSampleSkewness", "allWhiteBallsSampleVariance", "allWhiteBallsVariance", "fifthNumberMax", "fifthNumberMean", "fifthNumberMedian", "fifthNumberMin", "fifthNumberMode", "fifthNumberSTD", "fifthNumberSampleKurtosis", "fifthNumberSampleSkewness", "fifthNumberSampleVariance", "fifthNumberVariance", "firstNumberMax", "firstNumberMean", "firstNumberMedian", "firstNumberMin", "firstNumberMode", "firstNumberSTD", "firstNumberSampleKurtosis", "firstNumberSampleSkewness", "firstNumberSampleVariance", "firstNumberVariance", "fourthNumberMax", "fourthNumberMean", "fourthNumberMin", "fourthNumberMode", "fourthNumberSTD", "fourthNumberSampleKurtosis", "fourthNumberSampleSkewness", "fourthNumberSampleVariance", "fourthNumberVariance", "fouthNumberMedian", "secondNumberMax", "secondNumberMean", "secondNumberMedian", "secondNumberMin", "secondNumberMode", "secondNumberSTD", "secondNumberSampleKurtosis", "secondNumberSampleSkewness", "secondNumberSampleVariance", "secondNumberVariance", "thirdNumberMax", "thirdNumberMean", "thirdNumberMedian", "thirdNumberMin", "thirdNumberMode", "thirdNumberSTD", "thirdNumberSampleKurtosis", "thirdNumberSampleSkewness", "thirdNumberSampleVariance", "thirdNumberVariance", "whiteballoccurrences"]}}, "required": ["data", "status"]} |
5603b0c8-06f2-4a89-90b7-8ce893c2d58b/170625a4-e4d0-4985-a7d7-1542654da81b/0/0 | Lotto America | Do you live for the Lotto America? Well, you’ve just found your match! Get the latest winning numbers and statistics for your game! | 8.6 | Drawings Between Dates | Get all Lotto America winning number sets between two specified dates where the first number supplied is the beginning date and the second number supplied is the end date. | 200 | Response | {"status": "success", "data": [{"DrawingDate": "2023-01-25T00:00:00.000Z", "FirstNumber": 9, "SecondNumber": 15, "ThirdNumber": 28, "FourthNumber": 47, "FifthNumber": 49, "StarBall": 7, "Bonus": 2, "NumberSet": "9 15 28 47 49 7 2x"}, {"DrawingDate": "2023-01-23T00:00:00.000Z", "FirstNumber": 6, "SecondNumber": 8, "ThirdNumber": 16, "FourthNumber": 43, "FifthNumber": 47, "StarBall": 9, "Bonus": 3, "NumberSet": "6 8 16 43 47 9 3x"}, {"DrawingDate": "2023-01-21T00:00:00.000Z", "FirstNumber": 25, "SecondNumber": 27, "ThirdNumber": 29, "FourthNumber": 35, "FifthNumber": 50, "StarBall": 6, "Bonus": 4, "NumberSet": "25 27 29 35 50 6 4x"}, {"DrawingDate": "2023-01-18T00:00:00.000Z", "FirstNumber": 12, "SecondNumber": 18, "ThirdNumber": 24, "FourthNumber": 27, "FifthNumber": 45, "StarBall": 1, "Bonus": 5, "NumberSet": "12 18 24 27 45 1 5x"}, {"DrawingDate": "2023-01-16T00:00:00.000Z", "FirstNumber": 7, "SecondNumber": 20, "ThirdNumber": 21, "FourthNumber": 27, "FifthNumber": 52, "StarBall": 4, "Bonus": 2, "NumberSet": "7 20 21 27 52 4 2x"}, {"DrawingDate": "2023-01-14T00:00:00.000Z", "FirstNumber": 25, "SecondNumber": 35, "ThirdNumber": 37, "FourthNumber": 38, "FifthNumber": 48, "StarBall": 5, "Bonus": 2, "NumberSet": "25 35 37 38 48 5 2x"}, {"DrawingDate": "2023-01-11T00:00:00.000Z", "FirstNumber": 5, "SecondNumber": 23, "ThirdNumber": 45, "FourthNumber": 46, "FifthNumber": 51, "StarBall": 3, "Bonus": 2, "NumberSet": "5 23 45 46 51 3 2x"}, {"DrawingDate": "2023-01-09T00:00:00.000Z", "FirstNumber": 27, "SecondNumber": 32, "ThirdNumber": 34, "FourthNumber": 39, "FifthNumber": 43, "StarBall": 7, "Bonus": 2, "NumberSet": "27 32 34 39 43 7 2x"}, {"DrawingDate": "2023-01-07T00:00:00.000Z", "FirstNumber": 26, "SecondNumber": 28, "ThirdNumber": 32, "FourthNumber": 36, "FifthNumber": 49, "StarBall": 8, "Bonus": 3, "NumberSet": "26 28 32 36 49 8 3x"}, {"DrawingDate": "2023-01-04T00:00:00.000Z", "FirstNumber": 2, "SecondNumber": 12, "ThirdNumber": 30, "FourthNumber": 37, "FifthNumber": 46, "StarBall": 1, "Bonus": 2, "NumberSet": "2 12 30 37 46 1 2x"}, {"DrawingDate": "2023-01-02T00:00:00.000Z", "FirstNumber": 10, "SecondNumber": 12, "ThirdNumber": 13, "FourthNumber": 27, "FifthNumber": 50, "StarBall": 7, "Bonus": 5, "NumberSet": "10 12 13 27 50 7 5x"}]} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"status": {"type": "string"}, "data": {"type": "array", "items": {"type": "object", "properties": {"DrawingDate": {"type": "string"}, "FirstNumber": {"type": "integer"}, "SecondNumber": {"type": "integer"}, "ThirdNumber": {"type": "integer"}, "FourthNumber": {"type": "integer"}, "FifthNumber": {"type": "integer"}, "StarBall": {"type": "integer"}, "Bonus": {"type": "integer"}, "NumberSet": {"type": "string"}}, "required": ["Bonus", "DrawingDate", "FifthNumber", "FirstNumber", "FourthNumber", "NumberSet", "SecondNumber", "StarBall", "ThirdNumber"]}}}, "required": ["data", "status"]} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.