WorldCat Metadata API 2.0 release notes, June 2025
Release Date: June 13, 2025
Introduction
This release of WorldCat Metadata API 2.0 provides two new features. This features will help you manage more complex workflows, including:
- Move holdings and associated LBDs/LHRs to a different bibliographic record.
- Fetch identifiers for an institution.
These enhancements are the direct result of your feedback.
New features and enhancements
Move holdings and associated LBDs/LHRs to a different bibliographic record
POST/worldcat/manage/institution/holdings/move
You can now move your holdings with all LBDs and LHRs from one bibliographic record to another. All LBDs and/or LHRs that are associated with the source record will move to the target record. The holdings will be set on the target record and unset on the source record.
Requests to this endpoint are accepted for asynchronous processing. You can check the status of your request by returning current institution holdings for the source bibliographic record with the GET/worldcat/manage/institution/holdings/current endpoint.
Example response:
{
"sourceControlNumber": "1",
"requestedSourceControlNumber": "1",
"targetControlNumber": "2",
"requestedTargetControlNumber": "2",
"success": true
"message": "Request to move holdings was accepted for processing.",
"action": "Move Holdings"
}
Fetch identifiers for an institution
GET/worldcat/search/institution
You can now retrieve identifiers for an institution using WorldCat Registry IDs or OCLC symbols.
Example response:
{
"entries": [
{
"registryId": 91475,
"oclcSymbols": [
"OCWMS"
]
}
]
}
Important links
OCLC APIs office hours
Join OCLC APIs Product Management team to ask your questions, get expert advice, and receive in-depth insights about OCLC APIs. Visit OCLC APIs Recordings for information on previous office hour recordings and supporting materials.
Support website(s)
Support information for this product and related products can be found at:
