Freebooks API
The FreeBooks API is a powerful and efficient tool for developers looking to integrate a vast library of eBooks into their applications. Leveraging the capabilities of the Libgen scraper, this API provides comprehensive access to eBook lists and detailed summaries. Key features include: eBook Fetching: With the title, author, or genre of a book, you can fetch an array of eBooks. The response…
Freebooks API endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET |
FetchEbooks /fetchEbooks/{title} |
With the title, author or genre of a book, you can fetch an array of eBooks. The response includes valuable information such as the image URL, number of pages, size, year of… |
| GET |
Get Download URL /fetchDownloadUrl/{bookId} |
This endpoint retrieves the download URLs for a specified book. It accepts a bookId parameter in the path and returns the download URLs for the book from different mirrors. You… |
| GET |
fetchEbooks with Page /fetchEbooks/{title}/{page} |
This endpoint allows you to retrieve eBooks based on a specified title and page number. The page number parameter begins at 1 and is particularly useful when dealing with a large… |