Discover/standardebooks.org API
live

standardebooks.org APIstandardebooks.org

Access Standard Ebooks' catalog via API. Search by title/author, filter by subject, get download links for EPUB, AZW3, and KEPUB formats across 4 endpoints.

Endpoints
4
Updated
3mo ago
Try it
Page number for pagination.
Sort order. Accepted values: 'se-date-desc', 'title-asc', 'title-desc', 'author-asc', 'aut
Search keyword to filter ebooks by title or author.
Number of results per page.
Filter by subject. Use the value field from get_ebook_subjects_list (e.g. 'adventure', 'fi
api.parse.bot/scraper/1a44c9f8-3d74-4b09-94c2-e2bcdbd22011/<endpoint>
Ready to send
Fill in the parameters and hit sign in to send to see live response data here.
Use it in your codegrab a free API key at signup
curl -X GET 'https://api.parse.bot/scraper/1a44c9f8-3d74-4b09-94c2-e2bcdbd22011/list_ebooks?page=1&limit=5&query=shakespeare&per_page=5' \
  -H 'X-API-Key: $PARSE_API_KEY'
All endpoints · 4 totalclick to expand

Search and browse ebooks with filters and pagination. Returns a paginated list of ebooks with title, author, URL, and cover image.

Input
ParamTypeDescription
pageintegerPage number for pagination.
sortstringSort order. Accepted values: 'se-date-desc', 'title-asc', 'title-desc', 'author-asc', 'author-desc', 'reading-ease', 'word-count'.
querystringSearch keyword to filter ebooks by title or author.
per_pageintegerNumber of results per page.
subjectsstringFilter by subject. Use the value field from get_ebook_subjects_list (e.g. 'adventure', 'fiction', 'science-fiction').
Response
{
  "type": "object",
  "fields": {
    "page": "integer, current page number",
    "ebooks": "array of ebook objects with title, url, author, and cover_image_url",
    "has_next": "boolean, whether more pages are available"
  },
  "sample": {
    "data": {
      "page": 1,
      "ebooks": [
        {
          "url": "https://standardebooks.org/ebooks/william-shakespeare/othello",
          "title": "Othello",
          "author": "William Shakespeare",
          "cover_image_url": "https://standardebooks.org/images/covers/[email protected]"
        }
      ],
      "has_next": true
    },
    "status": "success"
  }
}

About the standardebooks.org API

The Standard Ebooks API exposes 4 endpoints for browsing and retrieving metadata from Standard Ebooks' curated public domain library. The list_ebooks endpoint returns paginated results with title, author, cover image, and URL, and accepts filters for subject, sort order, and keyword search. get_ebook_details returns per-book subjects and direct download URLs across EPUB, AZW3, KEPUB, and Advanced EPUB formats.

Browse and Search the Catalog

The list_ebooks endpoint accepts a query string to filter by title or author, a subjects parameter (values sourced from get_ebook_subjects_list), and sort options including title-asc, author-desc, se-date-desc, and reading-ease order. Pagination is controlled with page and per_page. Each result object in the ebooks array includes title, author, url, and cover_image_url. The has_next boolean field tells you whether additional pages exist.

Per-Book Details and Download Links

get_ebook_details accepts either a full URL or a relative path like /ebooks/william-shakespeare/othello — the url field returned by list_ebooks works directly as input. The response includes the book's title, author, a subjects array of category strings, and a downloads object with direct file URLs: epub_url, azw3_url, kepub_url, advanced_epub_url, and kindle_cover_thumbnail_url.

Subject Taxonomy and Batch Format Retrieval

get_ebook_subjects_list returns all available subject categories as name/value pairs. Pass the value field directly into list_ebooks's subjects parameter to filter by genre or topic — for example fiction, adventure, or science-fiction. The get_azw3_list endpoint processes multiple listing pages (48 books per page, controlled by limit_pages) and returns AZW3 download URLs, page URLs, and Kindle cover thumbnails in bulk. Because it fetches details per book, response time scales linearly with the number of books requested.

Common use cases
  • Build a Kindle-compatible reading list by collecting AZW3 URLs via get_azw3_list for a given number of listing pages.
  • Populate a subject-filtered ebook catalog using list_ebooks with the subjects parameter sourced from get_ebook_subjects_list.
  • Generate a download page for a specific title by pulling all format links from the downloads object in get_ebook_details.
  • Create an author bibliography tool by querying list_ebooks with an author name and iterating paginated results.
  • Sync cover images to a local library app using cover_image_url and kindle_cover_thumbnail_url from the API responses.
  • Sort a reading queue by estimated reading ease using the reading-ease sort option in list_ebooks.
Pricing & limitsSee full pricing →
TierPriceCredits/monthRate limit
Free$0/mo1005 req/min
Hobby$30/mo1,00020 req/min
Developer$100/mo5,000250 req/min

One credit = one API call regardless of which marketplace API you call. Exceeding the rate limit returns a 429 response. Authenticate with the X-API-Key header.

Frequently asked questions
Does Standard Ebooks have an official developer API?+
Standard Ebooks does not publish an official REST API for developers. It offers an OPDS catalog feed and atom feeds at standardebooks.org, but no documented API for search, filtering, or per-book metadata retrieval.
What download formats does get_ebook_details return, and are all of them always present?+
The downloads object includes fields for epub_url, azw3_url, kepub_url, advanced_epub_url, and kindle_cover_thumbnail_url. Not all books have every format — fields for unavailable formats may be null or absent depending on what Standard Ebooks has published for that title.
How slow is get_azw3_list, and what controls the scope?+
The endpoint processes ebook listing pages sequentially, making one detail request per book. Each listing page holds 48 books. Use the limit_pages parameter to cap how many pages are processed. Requesting many pages will result in a proportionally long response time.
Does the API expose reader ratings, reading progress, or user collections?+
No. Standard Ebooks does not have user accounts, ratings, or reading progress features, so none of those are available. The API covers catalog metadata — titles, authors, subjects, and download links. You can fork this API on Parse and revise it to add any additional metadata Standard Ebooks publishes, such as word counts or reading ease scores if those become part of the response data.
Can I retrieve a list of recently added ebooks?+
Yes — list_ebooks supports a sort value of se-date-desc, which orders results by Standard Ebooks publication date, newest first. Paginate through results using the page parameter and check has_next to determine when the list ends.
Page content last updated . Spec covers 4 endpoints from standardebooks.org.
Related APIs in EducationSee all →
arxiv.org API
Search and discover academic research papers on arXiv using keywords, authors, titles, categories, and dates, then access detailed metadata for any paper. Browse the complete arXiv category taxonomy to explore research across different scientific disciplines.
maxpreps.com API
Access high school sports data from MaxPreps. Search for schools, retrieve team rosters and schedules, look up athlete profiles, and browse national or state rankings across all sports.
athletic.net API
Search and analyze cross country and track & field performance data across the US, including athlete profiles, meet results, team rosters, and rankings. Access comprehensive meet information, historical records, and state-level competition data to track athlete progress and discover top performers.
allaboutcircuits.com API
Access educational electronics content from All About Circuits, including technical articles, circuit diagrams, textbook volumes, and forum discussions organized by category. Search and browse the latest resources, view detailed articles, explore engineering tools, and find answers across their community forums.
illinoisreportcard.com API
Search and analyze comprehensive performance data for Illinois public schools, districts, and the state, including academic achievements in ELA, math, and science, student demographics, teacher and administrator information, school finances, and environmental conditions. Compare schools side-by-side, track growth metrics, and access accountability ratings and school highlights to make informed decisions about education quality.
noor-book.com API
Search and discover books across 1,800+ categories in the Noor Book library, retrieving detailed information about titles, authors, biographies, and book metadata. Access comprehensive author profiles and browse one of the largest Arabic and English digital book collections with over 289,000 authors.
quizbowlpackets.com API
Search and browse thousands of quizbowl question sets across all competition levels, then access detailed metadata like difficulty, subjects, and download links for each packet. Find the perfect practice materials for High School, Collegiate, Middle School, or Pop Culture quizbowl competitions.
amberstudent.com API
Search student accommodation listings across popular cities and access comprehensive property information including room types, pricing trends, and tenant reviews. Get detailed insights into student housing options to compare amenities, prices, and community feedback all in one place.