worldcat-search-api
WorldCat Search API
Overview
WorldCat is the world's largest network of library content, aggregating catalogs from 10,000+ libraries across 170+ countries. The Search API provides access to 500M+ bibliographic records — books, journals, dissertations, media, and more — with holdings information showing which libraries own each item. Essential for interlibrary loan discovery, collection analysis, and comprehensive bibliographic searches. Requires a WSKey (free for non-commercial use).
Authentication
# Register at https://platform.worldcat.org/
# Obtain a WSKey (API key) for your application
# OAuth 2.0 client credentials flow
curl -X POST "https://oauth.oclc.org/token" \
-u "$WSKEY_CLIENT_ID:$WSKEY_SECRET" \
-d "grant_type=client_credentials&scope=wcapi"
API Endpoints
More from wentorai/research-plugins
academic-paper-summarizer
Summarize academic papers with structured extraction of key elements
45academic-translation-guide
Academic translation, post-editing, and Chinglish correction guide
38academic-citation-manager
Manage academic citations across BibTeX, APA, MLA, and Chicago formats
34academic-writing-refiner
Checklist-driven academic English polishing and Chinglish correction
34abstract-writing-guide
Craft structured research abstracts that maximize clarity and journal acceptance
15ai-writing-humanizer
Remove AI-generated patterns to produce natural, authentic academic writing
14