Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

Overview

The LibraryCloud Item API provides access to metadata about items in the Harvard Library collections. For the purposes of this API, an “item” is the metadata describing a catalog record within the Harvard Library. LibraryCloud Item API searches over 20,000,000 aggregated metadata records. Records are sourced from ALEPH for over 13,500,000 open access bibliographic records, VIA for over 4,500,000 visual information components, and OASIS for almost 2,000,000 archival finding aid components

Base URI

https://api.lib.harvard.edu/oai

ListSets

The simplest query to the OAI data provider lists all harvestable OAI sets defined as LibraryCloud Collections.

https://api.lib.harvard.edu/oai/?verb=ListSets

ListRecords

ListRecords requests the OAI data provider to return full metadata records for a given LibraryCloud Collection. Results can be returns as MODS or DC.
https://api.lib.harvard.edu/oai/?verb=ListRecords&metadataPrefix=mods&set=CNAREVIEW

ListIdentifiers

ListIdentifiers requests the OAI data provider to return the identifiers records for a given LibraryCloud Collection.

https://api.lib.harvard.edu/oai/?verb=ListIdentifiers&metadataPrefix=mods&set=CNAREVIEW

Identify

xxx

https://api.lib.harvard.edu/oai/?verb=Identify

GetRecord

xxx

https://api.lib.harvard.edu/oai/verb=GetRecord&metadataPrefix=oai_dc&identifier=oai:vc.harvard.edu:scarlet.000796856

 

ListMetadataFormats

xxx

https://api.lib.harvard.edu/oai/verb=ListMetadataFormats

  • No labels