WorldCat Bibliographic Resources API
The Bibliographic Resources API from WorldCat — 6 operation(s) for bibliographic resources.
The Bibliographic Resources API from WorldCat — 6 operation(s) for bibliographic resources.
Every API here is available over the APIs.io API and to AI agents over MCP.
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
find_apisBrowse and filter every API in the catalog.get_api_artifactsOne API's artifacts, grouped by type.get_openapiThe primary OpenAPI for this API.find_similar_apisAPIs that look like this one.apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.resolveTurn a domain, URL or GitHub org into the provider it belongs to.find_cohortsEvery scored population of providers in the catalog.curl "https://apis.io/api/v1/apis/worldcat-bibliographic-resources-api"
curl "https://apis.io/api/v1/apis?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.
A second provider on the same verified email joins the account you already have.
openapi: 3.2.0
info:
title: Worldcat Bibliographic Resources API
version: 2.0.0
description: 'Operations tagged Bibliographic Resources across 2 of this provider''s published API definitions: worldcat-metadata-api.yml, worldcat-search-api.yml. Each path carries the servers of the definition it was published in.'
servers:
- url: https://metadata.api.oclc.org
description: PROD
- url: https://americas.discovery.api.oclc.org
description: PROD
tags:
- name: Bibliographic Resources
paths:
/worldcat/search/bibs/{oclcNumber}:
get:
tags:
- Bibliographic Resources
summary: Retrieve specific Bibliographic Resource
description: Retrieve specific Bibliographic Resource
operationId: retrieve-bib
parameters:
- $ref: '#/components/parameters/accept'
- $ref: '#/components/parameters/parameters-oclcNumberAsId'
responses:
'200':
$ref: '#/components/responses/success-single-bib'
'400':
description: Invalid query. The request was unacceptable, often due to missing a required parameter.
content:
application/json:
schema:
$ref: '#/components/schemas/Problem'
examples:
invalid-oclc-number:
$ref: '#/components/examples/invalid-oclc-number'
'404':
$ref: '#/components/responses/failed-not-found'
'405':
$ref: '#/components/responses/method-not-supported'
'406':
$ref: '#/components/responses/failed-not-acceptable'
'500':
$ref: '#/components/responses/internal-server-error'
security:
- worldcat_metadata_auth:
- WorldCatMetadataAPI:view_bib
servers:
- url: https://metadata.api.oclc.org
description: PROD
/worldcat/search/v2/bibs:
get:
tags:
- Bibliographic Resources
summary: Search Bibliographic Resources
description: Search Bibliographic Resources. Returns bibliographic data.
operationId: search-bibs
parameters:
- $ref: '#/components/parameters/accept'
- $ref: '#/components/parameters/query'
- $ref: '#/components/parameters/deweyNumber'
- $ref: '#/components/parameters/datePublished'
- $ref: '#/components/parameters/heldByGroup'
- $ref: '#/components/parameters/heldBy'
- $ref: '#/components/parameters/heldBySymbol'
- $ref: '#/components/parameters/heldByInstitutionID'
- $ref: '#/components/parameters/heldByRelevanceGroup'
- $ref: '#/components/parameters/heldByBranchID'
- $ref: '#/components/parameters/inLanguage'
- $ref: '#/components/parameters/inCatalogLanguage'
- $ref: '#/components/parameters/materialType'
- $ref: '#/components/parameters/catalogSource'
- $ref: '#/components/parameters/itemType'
- $ref: '#/components/parameters/itemSubType'
- $ref: '#/components/parameters/retentionCommitments'
- $ref: '#/components/parameters/spProgram'
- $ref: '#/components/parameters/genre'
- $ref: '#/components/parameters/topic'
- $ref: '#/components/parameters/subtopic'
- $ref: '#/components/parameters/audience'
- $ref: '#/components/parameters/content'
- $ref: '#/components/parameters/openAccess'
- $ref: '#/components/parameters/peerReviewed'
- $ref: '#/components/parameters/dbIds'
- $ref: '#/components/parameters/facets'
- $ref: '#/components/parameters/groupRelatedEditions'
- $ref: '#/components/parameters/groupVariantRecords'
- $ref: '#/components/parameters/preferredLanguage'
- $ref: '#/components/parameters/showLocalBibData'
- $ref: '#/components/parameters/showHoldingIndicators'
- $ref: '#/components/parameters/enableSearchExpansion'
- $ref: '#/components/parameters/lat'
- $ref: '#/components/parameters/lon'
- $ref: '#/components/parameters/distance'
- $ref: '#/components/parameters/unit'
- $ref: '#/components/parameters/bookReviews'
- $ref: '#/components/parameters/newsArticles'
- $ref: '#/components/parameters/orderBy'
- $ref: '#/components/parameters/offset'
- $ref: '#/components/parameters/limit'
responses:
'200':
$ref: '#/components/responses/success-bibs-search'
'206':
$ref: '#/components/responses/success-bibs-search'
'400':
$ref: '#/components/responses/bib_query_error'
'405':
$ref: '#/components/responses/method-not-supported'
'406':
$ref: '#/components/responses/failed-not-acceptable'
'500':
$ref: '#/components/responses/internal-server-error'
security:
- worldcat_search_auth:
- wcapi:view_bib
servers:
- url: https://americas.discovery.api.oclc.org
description: PROD
/worldcat/search/v2/bibs/{oclcNumber}:
get:
tags:
- Bibliographic Resources
summary: Retrieve specific Bibliographic Resource
description: Retrieve specific Bibliographic Resource. Returns detailed bibliographic data.
operationId: retrieve-bib
parameters:
- $ref: '#/components/parameters/accept'
- $ref: '#/components/parameters/oclcNumberAsId'
- $ref: '#/components/parameters/showLocalBibData'
responses:
'200':
$ref: '#/components/responses/success-single-bib'
'400':
description: Invalid query. The request was unacceptable, often due to missing a required parameter.
content:
application/json:
schema:
$ref: '#/components/schemas/Problem'
examples:
invalid-oclc-number:
$ref: '#/components/examples/invalid-oclc-number'
'404':
$ref: '#/components/responses/failed-not-found'
'405':
$ref: '#/components/responses/method-not-supported'
'406':
$ref: '#/components/responses/failed-not-acceptable'
'500':
$ref: '#/components/responses/internal-server-error'
security:
- worldcat_search_auth:
- wcapi:view_bib
servers:
- url: https://americas.discovery.api.oclc.org
description: PROD
/worldcat/search/v2/brief-bibs:
get:
tags:
- Bibliographic Resources
summary: Search Brief Bibliographic Resources
description: Search Brief Bibliographic Resources. Returns brief bibliographic data.
operationId: search-brief-bibs
parameters:
- $ref: '#/components/parameters/accept'
- $ref: '#/components/parameters/query'
- $ref: '#/components/parameters/deweyNumber'
- $ref: '#/components/parameters/datePublished'
- $ref: '#/components/parameters/heldByGroup'
- $ref: '#/components/parameters/heldBy'
- $ref: '#/components/parameters/heldBySymbol'
- $ref: '#/components/parameters/heldByInstitutionID'
- $ref: '#/components/parameters/heldByRelevanceGroup'
- $ref: '#/components/parameters/heldByBranchID'
- $ref: '#/components/parameters/inLanguage'
- $ref: '#/components/parameters/inCatalogLanguage'
- $ref: '#/components/parameters/materialType'
- $ref: '#/components/parameters/catalogSource'
- $ref: '#/components/parameters/itemType'
- $ref: '#/components/parameters/itemSubType'
- $ref: '#/components/parameters/retentionCommitments'
- $ref: '#/components/parameters/spProgram'
- $ref: '#/components/parameters/genre'
- $ref: '#/components/parameters/topic'
- $ref: '#/components/parameters/subtopic'
- $ref: '#/components/parameters/audience'
- $ref: '#/components/parameters/content'
- $ref: '#/components/parameters/openAccess'
- $ref: '#/components/parameters/peerReviewed'
- $ref: '#/components/parameters/dbIds'
- $ref: '#/components/parameters/facets'
- $ref: '#/components/parameters/groupRelatedEditions'
- $ref: '#/components/parameters/groupVariantRecords'
- $ref: '#/components/parameters/preferredLanguage'
- $ref: '#/components/parameters/showHoldingIndicators'
- $ref: '#/components/parameters/enableSearchExpansion'
- $ref: '#/components/parameters/lat'
- $ref: '#/components/parameters/lon'
- $ref: '#/components/parameters/distance'
- $ref: '#/components/parameters/unit'
- $ref: '#/components/parameters/bookReviews'
- $ref: '#/components/parameters/newsArticles'
- $ref: '#/components/parameters/orderBy'
- $ref: '#/components/parameters/offset'
- $ref: '#/components/parameters/limit'
responses:
'200':
$ref: '#/components/responses/success-brief-bib-search'
'206':
$ref: '#/components/responses/success-brief-bib-search'
'400':
$ref: '#/components/responses/bib_query_error'
'405':
$ref: '#/components/responses/method-not-supported'
'406':
$ref: '#/components/responses/failed-not-acceptable'
'500':
$ref: '#/components/responses/internal-server-error'
security:
- worldcat_search_auth:
- wcapi:view_brief_bib
servers:
- url: https://americas.discovery.api.oclc.org
description: PROD
/worldcat/search/v2/brief-bibs/{oclcNumber}:
get:
tags:
- Bibliographic Resources
summary: Retrieve specific Brief Bibliographic Resource
description: Retrieve specific Brief Bibliographic Resource. Returns brief bibliographic data.
operationId: retrieve-brief-bib
parameters:
- $ref: '#/components/parameters/accept'
- $ref: '#/components/parameters/oclcNumberAsId'
- $ref: '#/components/parameters/showHoldingIndicators'
- $ref: '#/components/parameters/lat'
- $ref: '#/components/parameters/lon'
responses:
'200':
$ref: '#/components/responses/success-single-brief-bib'
'400':
description: Invalid query. The request was unacceptable, often due to missing a required parameter.
content:
application/json:
schema:
$ref: '#/components/schemas/Problem'
examples:
invalid-oclc-number:
$ref: '#/components/examples/invalid-oclc-number'
'404':
$ref: '#/components/responses/failed-not-found'
'405':
$ref: '#/components/responses/method-not-supported'
'406':
$ref: '#/components/responses/failed-not-acceptable'
'500':
$ref: '#/components/responses/internal-server-error'
security:
- worldcat_search_auth:
- wcapi:view_brief_bib
servers:
- url: https://americas.discovery.api.oclc.org
description: PROD
/worldcat/search/v2/brief-bibs/{oclcNumber}/other-editions:
get:
tags:
- Bibliographic Resources
summary: Retrieve Other Editions related to a particular Bibliographic Resource
description: Retrieve Other Editions related to a particular Bibliographic Resource
operationId: retrieve-other-editions
parameters:
- $ref: '#/components/parameters/accept'
- $ref: '#/components/parameters/oclcNumberAsId'
- $ref: '#/components/parameters/deweyNumber'
- $ref: '#/components/parameters/datePublished'
- $ref: '#/components/parameters/heldByGroup'
- $ref: '#/components/parameters/heldBy'
- $ref: '#/components/parameters/heldBySymbol'
- $ref: '#/components/parameters/heldByInstitutionID'
- $ref: '#/components/parameters/heldByRelevanceGroup'
- $ref: '#/components/parameters/heldByBranchID'
- $ref: '#/components/parameters/inLanguage'
- $ref: '#/components/parameters/inCatalogLanguage'
- $ref: '#/components/parameters/materialType'
- $ref: '#/components/parameters/catalogSource'
- $ref: '#/components/parameters/itemType'
- $ref: '#/components/parameters/itemSubType'
- $ref: '#/components/parameters/retentionCommitments'
- $ref: '#/components/parameters/spProgram'
- $ref: '#/components/parameters/genre'
- $ref: '#/components/parameters/topic'
- $ref: '#/components/parameters/subtopic'
- $ref: '#/components/parameters/audience'
- $ref: '#/components/parameters/content'
- $ref: '#/components/parameters/openAccess'
- $ref: '#/components/parameters/peerReviewed'
- $ref: '#/components/parameters/creator'
- $ref: '#/components/parameters/facets'
- $ref: '#/components/parameters/groupVariantRecords'
- $ref: '#/components/parameters/preferredLanguage'
- $ref: '#/components/parameters/showHoldingIndicators'
- $ref: '#/components/parameters/offset'
- $ref: '#/components/parameters/limit'
- $ref: '#/components/parameters/editionOrderBy'
responses:
'200':
$ref: '#/components/responses/success-other-editions'
'400':
description: Invalid query. The request was unacceptable, often due to missing a required parameter.
content:
application/json:
schema:
$ref: '#/components/schemas/Problem'
examples:
invalid-oclc-number:
$ref: '#/components/examples/invalid-oclc-number'
'404':
$ref: '#/components/responses/failed-not-found'
'405':
$ref: '#/components/responses/method-not-supported'
'406':
$ref: '#/components/responses/failed-not-acceptable'
'500':
$ref: '#/components/responses/internal-server-error'
security:
- worldcat_search_auth:
- wcapi:view_brief_bib
servers:
- url: https://americas.discovery.api.oclc.org
description: PROD
components:
schemas:
BibRecord:
type: object
properties:
identifier:
$ref: '#/components/schemas/Identifier'
title:
$ref: '#/components/schemas/Title'
contributor:
$ref: '#/components/schemas/Contributor'
subjects:
type: array
items:
$ref: '#/components/schemas/Subject'
classification:
$ref: '#/components/schemas/Classification'
publishers:
type: array
items:
$ref: '#/components/schemas/Publisher'
date:
$ref: '#/components/schemas/DateObject'
language:
$ref: '#/components/schemas/Language'
edition:
$ref: '#/components/schemas/EditionInfo'
source:
type: array
items:
$ref: '#/components/schemas/Source'
note:
$ref: '#/components/schemas/Note'
format:
$ref: '#/components/schemas/Format'
musicInfo:
$ref: '#/components/schemas/MusicInfo'
digitalAccessAndLocations:
type: array
items:
$ref: '#/components/schemas/DigitalAccessAndLocation'
description:
$ref: '#/components/schemas/Description'
related:
$ref: '#/components/schemas/Related'
work:
$ref: '#/components/schemas/Work'
editionCluster:
$ref: '#/components/schemas/Edition'
totalEditions:
$ref: '#/components/schemas/TotalEditions'
database:
$ref: '#/components/schemas/Database'
localTitle:
$ref: '#/components/schemas/Title'
localContributor:
$ref: '#/components/schemas/Contributor'
localSubjects:
type: array
items:
$ref: '#/components/schemas/Subject'
localNote:
$ref: '#/components/schemas/Note'
localGenres:
$ref: '#/components/schemas/Genres'
ReproductionNotes:
description: Reproduction Notes [v533]
type: array
items:
$ref: '#/components/schemas/ReproductionNote'
UseAndReproductionNotes:
description: Terms Governing Use and Reproduction [v540sa]
type: array
items:
type: string
Contributor:
type: object
properties:
creators:
description: Creators of work
type: array
items:
$ref: '#/components/schemas/Creator'
additionalCreators:
description: Additional creators of work [(v700,v710,v711,v790,v791,v792,v796,v797,v798) - sa,b,c,d,q,n,k,e,j,4]
type: array
items:
$ref: '#/components/schemas/AdditionalRelationship'
statementOfResponsibility:
description: 245 |c
allOf:
- $ref: '#/components/schemas/StatementOfResponsibility'
AdditionalRelationship:
type: object
properties:
relationshipInfo:
type: string
titles:
type: array
items:
type: string
issns:
$ref: '#/components/schemas/Issns'
relators:
type: array
items:
$ref: '#/components/schemas/Relator'
relatedData:
type: string
additionalRelationshipInfo:
type: string
PublicationPlace:
description: Publication Place [v260sa v264sa]
type: string
ArticleWorkset:
type: object
properties:
databaseCollection:
type: string
oclcNumber:
$ref: '#/components/schemas/OclcNumber'
GeneralFormat:
description: General Format Type [Admin/OCLCDef/StdRT]
type: string
enum:
- Archv
- ArtChapter
- AudioBook
- Book
- CompFile
- Encyc
- Game
- Image
- IntMM
- Jrnl
- Kit
- Map
- MsScr
- Music
- News
- Object
- Snd
- Toy
- Video
- Vis
- Web
SeriesTitle:
type: object
properties:
seriesTitle:
$ref: '#/components/schemas/SeriesName'
volume:
description: '[(v490,v810,v830 - sv)]'
type: string
DissertationNotes:
type: array
items:
$ref: '#/components/schemas/Dissertation'
InternationalText:
type: object
properties:
text:
type: string
romanizedText:
type: string
languageCode:
type: string
textDirection:
type: string
enum:
- RTL
- LTR
CatalogingLanguage:
description: Language record was cataloged in [v040sb]
type: string
ReproductionNote:
description: Reproduction Note [v533]
properties:
reproductionType:
description: sa
type: string
reproductionPlace:
description: sb
type: array
items:
type: string
agency:
description: sc
type: array
items:
type: string
date:
description: sd
type: string
physicalDescription:
description: se
type: string
seriesStatement:
description: sf
type: array
items:
type: string
datesIssuesReproduced:
description: sm
type: array
items:
type: string
note:
description: sn
type: array
items:
type: string
materialSpecified:
description: s3
type: string
institution:
description: s5
type: string
GeneralNotes:
description: General Notes [v500sa, v501sa, v590sa,s3, (v59x sa-z)]
type: array
items:
$ref: '#/components/schemas/LocalizableText'
PhysicalDescription:
description: Physical Description [v300sa,b,c,d,e,f,g,3]
type: string
Database:
type: object
properties:
source:
description: Source Collection [Admin/SourceCol]
type: string
collection:
description: Db Collection [root collection attribute]
type: string
StandardIdentifier:
type: object
properties:
type:
type: string
id:
type: string
MaterialsSpecified:
description: Materials specified |3
type: string
FormOfWorks:
description: Form of Work [v380sa]
type: array
items:
type: string
Publisher:
description: Publisher Information [v260sa,b v264sa,b v880sa,b]
type: object
properties:
publisherName:
$ref: '#/components/schemas/PublisherName'
publicationPlace:
$ref: '#/components/schemas/PublicationPlace'
GpoNumber:
description: GPO Item number [v074sa]
type: array
items:
type: string
PeerReviewed:
description: Is this a peer reviewed work [Admin/OCLCDef/PR]
type: string
enum:
- Y
- N
Dissertation:
description: Disseration notes [v502sa,b,c,d,g,o]
type: object
properties:
disserationNote:
type: string
type:
type: string
institution:
type: string
year:
type: string
id:
type: string
miscellaneousInfo:
type: string
ItemLanguage:
description: Language of the item [v041sa,j]
type: string
LinkPublicNote:
description: A note pertaining to the electronic location of the source identified in the field |z
type: array
items:
type: string
Work:
type: object
properties:
id:
description: Id of the workset [Admin/Work/ID]
type: string
count:
description: Number of items in Workset [Admin/Work/Count]
type: integer
format: int32
articleCluster:
description: Items in Article Workset [WorkSet/NO]
type: array
items:
$ref: '#/components/schemas/ArticleWorkset'
Identifier:
type: object
properties:
oclcNumber:
description: OCLC Number [Admin/BaseOCLCNo || Admin/OCLCNo || C001]
$ref: '#/components/schemas/OclcNumber'
lccn:
description: Library of Congress Control Number [v010sa]
type: string
isbns:
$ref: '#/components/schemas/Isbns'
issns:
$ref: '#/components/schemas/Issns'
externalIdentifiers:
description: External System Control Number [v029sa,b,c,t]
type: array
items:
$ref: '#/components/schemas/ExternalIdentifier'
otherStandardIdentifiers:
description: Other Standard Identifier [v024sa]
type: array
items:
$ref: '#/components/schemas/StandardIdentifier'
dois:
description: Digital Object Identifier [v901sb v024sa]
type: array
items:
type: string
mergedOclcNumbers:
$ref: '#/components/schemas/MergedOclcNumbers'
gpoNumber:
$ref: '#/components/schemas/GpoNumber'
Format:
type: object
properties:
generalFormat:
$ref: '#/components/schemas/GeneralFormat'
specificFormat:
$ref: '#/components/schemas/SpecificFormat'
materialTypes:
$ref: '#/components/schemas/MaterialTypes'
IsPrimaryCreator:
description: whether or not this contributor is the primary one (the 1xx)
type: boolean
OclcNumber:
description: the oclc number of a given bibliographic record
type: integer
format: int64
CastNotes:
description: Cast Notes [v511sa]
type: array
items:
type: string
AudienceNote:
description: Target Audience Note [v521sa]
type: string
IssuedWithEntry:
type: object
properties:
displayConstant:
type: string
titles:
type: array
items:
type: string
recordControlOclcNumbers:
type: array
items:
type: string
issns:
$ref: '#/components/schemas/Issns'
isbns:
$ref: '#/components/schemas/Isbns'
mainEntryHeadings:
type: array
items:
type: string
relatedParts:
type: array
items:
type: string
uniformTitle:
type: string
ExternalIdentifier:
type: object
properties:
oclcSymbol:
type: string
systemControlNumber:
type: string
oaiSetName:
type: string
contentTypeId:
type: string
Creator:
description: '[v100sa,q,b,c,d,e,4,k v110sa,q,b,c,d,e,4,k,n v111sa,q,c,d,e,j,k,n v700sa,q,b,c,d,e,4,k v710sa,q,b,c,d,e,4,k,n v720sa v711 sa,q,c,d,e,j,k,n v790sa,q,c,d,e,j,k,n v791sa,q,b,c,d,e,4,k v792sa,b,q,c, d,e,j,k,n v796 sa,q,b,c,d,e,4,k v797sa,q,b,c,d,e,4,k,n v798sa,b,q,c, d,e,j,k,n]'
type: object
properties:
firstName:
$ref: '#/components/schemas/InternationalText'
secondName:
$ref: '#/components/schemas/InternationalText'
nonPersonName:
$ref: '#/components/schemas/InternationalText'
type:
type: string
creatorNotes:
description: subfield d
type: array
items:
type: string
relators:
description: subfield e
type: array
items:
$ref: '#/components/schemas/Relator'
affiliation:
description: subfield u
type: string
isPrimary:
$ref: '#/components/schemas/IsPrimaryCreator'
relatedItem:
$ref: '#/components/schemas/RelatedItem'
Issn:
description: International Standard Serial Number [v022sal v700,v710,v711,v773,v776,v777,v780,v785 - sx]
type: string
Description:
type: object
properties:
physicalDescription:
$ref: '#/components/schemas/PhysicalDescription'
digitalGraphicRepresentation:
description: Digital Graphic Representation [v352sa,b,c,i,q]
type: string
genres:
$ref: '#/components/schemas/Genres'
cartographicData:
$ref: '#/components/schemas/CartographicData'
computerFilesCharacteristics:
description: Computer File Characteristics [v256sa]
type: array
items:
type: string
formOfWorks:
$ref: '#/components/schemas/FormOfWorks'
abstracts:
description: Abstract [v520sa,b,c]
type: array
items:
$ref: '#/components/schemas/InternationalText'
summaries:
description: Summary [v520sa,b,c]
type: array
items:
$ref: '#/components/schemas/InternationalText'
contents:
type: array
items:
$ref: '#/components/schemas/Content'
bibliographies:
description: Bibliography [v504sa]
type: array
items:
$ref: '#/components/schemas/InternationalText'
peerReviewed:
$ref: '#/components/schemas/PeerReviewed'
SpecificFormat:
description: Specific Format Type [Admin/OCLCDef/StdRT2]
type: string
enum:
- 2D
- Artcl
- Bluray
- Braille
- Cassette
- CD
- Chptr
- Continuing
- Digital
- DVD
- Encyc
- Film
- LargePrint
- LP
- Mic
- mss
- PrintBook
- rec
- Thsis
- VHS
DateObject:
type: object
properties:
publicationDate:
description: Date of Publication [v260sc || c008(bytes 07-14) || v264sc || v362sa]
type: string
publicationSequentialDesignationDate:
description: Chronological issue designations [v362sa]
type: string
currentPublicationFrequency:
description: Frequency of Publication [v310sa]
type: string
createDate:
description: Date Record was Created [Admin/CreateDate]
type: string
replaceDate:
description: Date Record was last Updated [Admin/ReplacedDate]
type: string
CartographicData:
description: Cartographic Mathematical Data [v255sa,b,c]
type: array
items:
type: string
Edition:
type: object
properties:
id:
$ref: '#/components/schemas/EditionIdentifier'
count:
description: Number of items in edition cluster
type: integer
format: int32
Relator:
type: object
properties:
term:
type: string
alternateTerm:
type: string
Classification:
type: object
properties:
dewey:
description: Dewey Decimal Classification Number [v082sa,b]
type: string
lc:
description: Library of Congress Call Number [v050sa,b]
type: string
nlm:
description: National Library of Medicine Call Number [v060sa,b]
type: string
govDoc:
$ref: '#/components/schemas/GovDocClassificationNumber'
LinkText:
description: Text associated with a link |y
type: array
items:
type: string
Language:
type: object
properties:
itemLanguage:
$ref: '#/components/schemas/ItemLanguage'
catalogingLanguage:
$ref: '#/components/schemas/CatalogingLanguage'
Subject:
type: object
description: Subjects [v600sa,b,c,d,n,v,x,y,z,e,j,4 v610sa,b,n,v,x,y,z,e,j,4 v611sa,c,d,n,v,x,y,z,e,j,4 v630sa,d,e,f,k,l,m,n,o,d,p,r,s,v,x,y,z,e,j,4 v650sa,b,x,y,z,v,e,j,4 v651sa,x,y,z,v,e,j,4 v655sa,b,c,v,x,y,z,e,j,4 v648sa,v,w,x,y,z,e,j,4 v653sa,e,j,4 v656sa,k,v,x,y,z,3,e,j,4 v657sa,v,x,y,z,3,e,j,4 (v690,v691,v695,v696,v697,v698,v699 sa,b,c,d,e,f,k,l,m,n,o,p,r,s,v,x,y,z,e,j,4)]
properties:
subjectName:
$ref: '#/components/schemas/InternationalText'
vocabulary:
type: string
description: subject authority vocabularies (MESH, FAST, LCSH, RVM)
relators:
type: array
items:
$ref: '#/components/schemas/Relator'
subjectType:
type: string
uri:
type: string
description: URI [6xx s1]
MainTitles:
description: Main Titles [v245sa,b,c,f,g,k,n,p,s]
type: array
items:
$ref: '#/components/schemas/InternationalText'
Content:
description: Formatted Contents Note [v505sa,t,r,g,u]
type: object
properties:
contentNote:
$ref: '#/components/schemas/InternationalText'
titles:
type: array
items:
type: string
miscellaneousInfo:
type: array
items:
type: string
statementsOfResponsibility:
type: array
items:
type: string
uris:
type: array
items:
type: string
Note:
type: object
properties:
generalNotes:
$ref: '#/components/schemas/GeneralNotes'
audienceNote:
$ref: '#/components/schemas/AudienceNote'
dissertationNotes:
$ref: '#/components/schemas/DissertationNotes'
castNotes:
$ref: '#/components/schemas/CastNotes'
performerNotes:
$ref: '#/components/schemas/PerformerNotes'
participantNote:
description: Participants Notes [v511sa]
type: string
eventNotes:
$ref: '#/components/schemas/EventNotes'
creditNotes:
$ref: '#/components/schemas/CreditNotes'
scaleNotes:
description: Scale Note for Graphic Material [v507sa,b]
type: array
items:
type: string
reproductionNotes:
$ref: '#/components/schemas/ReproductionNotes'
useAndReproductionNotes:
$ref: '#/components/schemas/UseAndReproductionNotes'
useownershipAndCustodialHistories:
description: Ownership and Custodial History [v561sa,3,5,u]
type: array
items:
type: string
systemDetailNote:
description: System Details Note [v538sa,u,i]
type: string
awardNote:
description: Awards Note [v586sa]
type: string
languageNotes:
$ref: '#/components/schemas/LanguageNotes'
Instrumentation:
description: Instrumentation [v382sa,b,
# --- truncated at 32 KB (213 KB total) ---
# Full source: https://raw.githubusercontent.com/api-evangelist/worldcat/refs/heads/main/openapi/worldcat-bibliographic-resources-api-openapi.yml