Gutendex

Gutendex is a free Books API offering public domain books from Project Gutenberg. Great for building book apps, search tools, or literary projects with 60,000+ free eBooks.

2

Endpoints

28

Views

Jul 20, 2025

Last Checked

NaN

Rate Limit

API Endpoints

Searches Project Gutenberg's public domain book collection

Full URL

https://gutendex.com/books/books

Code Examples

curl -X GET 'https://gutendex.com/books/books'

Parameters

{
  "search": "Sherlock Holmes",
  "languages": "en"
}

Example Response

{
  "count": 28,
  "results": [
    {
      "id": 108,
      "title": "The Adventures of Sherlock Holmes",
      "authors": [
        {
          "name": "Conan Doyle, Arthur"
        }
      ],
      "download_count": 25432
    }
  ]
}

Version

v1

Tags
booksliterature
Technical Details
Authentication
None
Response Formats
JSON
Availability
global
Status
Published
Rate Limits

None specified

Supported Languages
English
Use Cases
reading apps
educational platforms
https://gutendex.com/

Related APIs

Discover similar APIs that might interest you

APIopen source

Open Library

The Open Library API is a free and open-...

Category
Books
Endpoints
2
booksliterature
Gutendex API – Free Open Source Books API | Free API Hub