Find books that are similar to the given book (based on a set of over 4 million books). This is useful for recommending books to users based on their reading history or preferences. The response will contain a list of similar books with their title, id, and cover image.
This API wraps the find similar books endpoint by Big Book API.
{
"similar_books": [
{
"id": 14296534,
"title": "Harry Potter and the Order of the Phoenix",
"image": "https://covers.openlibrary.org/b/id/11416565-M.jpg"
},
{
"id": 16499448,
"title": "Harry Potter and the Half-Blood Prince",
"image": "https://covers.openlibrary.org/b/id/8235163-M.jpg"
},
{
"id": 18610968,
"title": "Blood and Fire",
"image": "https://covers.openlibrary.org/b/id/10404497-M.jpg"
},
{
"id": 20464852,
"title": "Towers of midnight",
"subtitle": "Wheel of Time Book 13",
"image": "https://covers.openlibrary.org/b/id/6657713-M.jpg"
},
{
"id": 13804028,
"title": "Best of Robert Jordan",
"subtitle": "The Shadow Rising; The Fires of Heaven; Lord of Chaos; A Crown of Swords (The Wheel of Time Series)",
"image": "https://covers.openlibrary.org/b/id/3027823-M.jpg"
},
{
"id": 14987824,
"title": "MAR, Volume 7",
"image": "https://covers.openlibrary.org/b/id/765103-M.jpg"
},
{
"id": 19984854,
"title": "The Daysong of the Knightbird",
"image": "https://covers.openlibrary.org/b/id/1822804-M.jpg"
},
{
"id": 17174416,
"title": "The key",
"image": "https://covers.openlibrary.org/b/id/8369732-M.jpg"
},
{
"id": 20121054,
"title": "Bring me the head of Prince Charming",
"image": "https://covers.openlibrary.org/b/id/3965371-M.jpg"
}
]
}
{{ codeCopyText }}
{{ codeCopyText }}
{{ codeCopyText }}
{{ codeCopyText }}
{{ codeCopyText }}
{{ codeCopyText }}