Back to catalog
πŸ“š

Big Book

API Key

The Big Book API allows you to semantically search, filter, sort, and recommend books

πŸ“šBooksHTTPSCORS enabled

Big Book API

5 items

Dune

Frank Herbert

4.6

Neuromancer

William Gibson

4.2

The Left Hand of Darkness

Ursula K. Le Guin

4.3

Ender's Game

Orson Scott Card

4.5

The Hitchhiker's Guide to the Galaxy

Douglas Adams

4.7

Sample Response

response.json
1{
2 "items": [
3 {
4 "title": "Dune",
5 "author": "Frank Herbert",
6 "rating": 4.6,
7 "pages": 688,
8 "publish_year": 1965
9 },
10 {
11 "title": "Neuromancer",
12 "author": "William Gibson",
13 "rating": 4.2,
14 "pages": 271,
15 "publish_year": 1984

Code Snippets

request.sh
1"color:#c084fc">curl -X "color:#fbbf24">GET "https://bigbookapi.com" \
2 "color:#60a5fa">-H "Authorization: Bearer YOUR_API_KEY"
View Documentation

Similar APIs