Discover/librarything.com API
live

librarything.com APIlibrarything.com

Access LibraryThing book metadata, reviews, member libraries, ISBN lookup, author works, and trending titles via 8 structured API endpoints.

Endpoints
8
Updated
14d ago
Try it
Maximum number of results to return
Search keyword or phrase
api.parse.bot/scraper/3d9464c3-0d24-43d1-aa57-2730bf0b431d/<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/3d9464c3-0d24-43d1-aa57-2730bf0b431d/search_books?limit=3&query=tolkien' \
  -H 'X-API-Key: $PARSE_API_KEY'
All endpoints · 8 totalclick to expand

Search for books by keyword using the LibraryThing REST API. Returns matching works with title, author, and rating.

Input
ParamTypeDescription
limitintegerMaximum number of results to return
queryrequiredstringSearch keyword or phrase
Response
{
  "type": "object",
  "fields": {
    "results": "array of objects with work_id, title, author, rating, url"
  },
  "sample": {
    "data": {
      "results": [
        {
          "url": "http://www.librarything.com/work/113",
          "title": "Harry Potter and the Goblet of Fire",
          "author": "J. K. Rowling",
          "rating": 4.35,
          "work_id": "113"
        }
      ]
    },
    "status": "success"
  }
}

About the librarything.com API

The LibraryThing API exposes 8 endpoints covering book search, detailed metadata, member library catalogs, ISBN lookup, and site-wide trending statistics. You can call search_books to find works by keyword, get_book_by_isbn to resolve a specific edition, or get_member_library to page through any user's cataloged collection — each returning structured fields like work_id, rating, author, and publication date.

Book Search and Metadata

The search_books endpoint accepts a query string and an optional limit, returning an array of matching works with work_id, title, author, rating (0–5 scale), and a direct url. For deeper metadata on a specific work, get_book_details takes a numeric work_id and returns description, original_publication_date, and rating alongside the core title and author fields. get_book_by_isbn accepts ISBN-10 or ISBN-13 strings and resolves the edition back to a canonical work_id with title, author, and rating — useful for enriching records that start from a barcode or retail catalog.

Reviews, Tags, and Author Works

get_book_reviews returns paginated reader reviews for a given work_id, each with user, rating, text, and date. The page parameter steps through large review sets. get_tag_books accepts a tag string (e.g. 'fiction' or 'science') and returns books carrying that tag, including tag_count per book — a proxy for how strongly a community associates a title with the tag. get_author_works takes an author slug such as 'rowlingjk' and returns that author's catalog as an array of {work_id, title, url} objects.

Member Libraries and Zeitgeist

get_member_library pages through any LibraryThing member's personal catalog by username, with offset and limit controls. Each book record includes entry_date (when the member added it), date (publication year), and the member's own rating. The get_zeitgeist_books endpoint, when called with category set to 'overview', returns site-wide statistics (members, books cataloged, reviews), most_reviewed_books, most_cataloged_books, and top_authors — useful for understanding aggregate reading trends across the platform.

Common use cases
  • Resolve ISBNs from a retail or library inventory into structured book metadata using get_book_by_isbn
  • Build a reading-trend dashboard by polling get_zeitgeist_books for most-cataloged and most-reviewed titles
  • Aggregate community reviews for a title by paging through get_book_reviews with the page parameter
  • Reconstruct a user's reading history by fetching their full catalog via get_member_library with offset pagination
  • Populate a genre or subject page by pulling books from a specific tag using get_tag_books with tag_count for relevance ranking
  • Enumerate an author's bibliography by calling get_author_works with the author's slug and collecting work_id references
  • Enrich a book recommendation engine with get_book_details fields like description and original_publication_date
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 LibraryThing have an official developer API?+
Yes. LibraryThing provides the LibraryThing API (also called the LT REST API) documented at https://www.librarything.com/services/rest/documentation.php. It covers book and author data with an API key requirement and has usage restrictions. The Parse API exposes similar data with consistent response shapes and no need to manage LibraryThing-specific credentials.
What does `get_book_reviews` return, and can I filter reviews by rating?+
It returns an array of review objects, each containing user, rating, text, and date for the given work_id. Pagination is controlled by the page parameter. The endpoint does not currently expose a rating filter — you receive all reviews for a page and can filter by rating value on the client side.
Are book covers or edition-level details (publisher, page count, format) available?+
Not currently. The API returns work-level fields including title, author, description, original_publication_date, and rating, but does not expose cover image URLs, publisher, page count, or format. You can fork this API on Parse and revise it to add an endpoint that surfaces those edition-level fields.
How does the `tags` field in `get_book_details` behave?+
The tags array in get_book_details is reserved and currently returns empty. Tag-to-book relationships are exposed through the separate get_tag_books endpoint, which accepts a tag string and returns books with associated tag_count values.
Does the API expose private or friends-only member libraries?+
get_member_library returns catalog entries for any publicly visible LibraryThing username. Libraries that a member has set to private on LibraryThing are not accessible — those books will not appear in the response. The API covers only the public-facing catalog.
Page content last updated . Spec covers 8 endpoints from librarything.com.
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.