Back to catalog
πŸ“š

Gutendex

Free

Web-API for fetching data from Project Gutenberg Books Library

πŸ“šBooksHTTPSNo API key required

Project Gutenberg

5 items

Pride and Prejudice

Jane Austen

75.3K

Alice's Adventures in Wonderland

Lewis Carroll

54.2K

Frankenstein

Mary Shelley

48.9K

The Adventures of Sherlock Holmes

Arthur Conan Doyle

46.8K

Moby Dick

Herman Melville

39.8K

Sample Response

response.json
1{
2 "count": 73235,
3 "results": [
4 {
5 "id": 1342,
6 "title": "Pride and Prejudice",
7 "authors": [
8 {
9 "name": "Austen, Jane"
10 }
11 ],
12 "download_count": 75289
13 }
14 ]
15}

Code Snippets

request.sh
1"color:#c084fc">curl -X "color:#fbbf24">GET "https://gutendex.com/"
View Documentation

Similar APIs