Neliti OAI-PMH metadata service

The Neliti OAI-PMH service provides access to metadata of all items in our repository. The Open Archives Initiative Protocol for Metadata Harvesting (OAI-PMH) is a standard for retrieving metadata from digital document repositories. Neliti supports OAI-PMH version 2.0 only.

Base URL: https://www.neliti.com/oai

Examples

Identify

Retrieve identifying information about the service.

https://www.neliti.com/oai?verb=Identify

ListMetadataFormats

List the metadata formats available. Currently, Neliti supports Dublin Core metadata only.

https://www.neliti.com/oai?verb=ListMetadataFormats

ListIdentifiers

List headers of record metadata. Responses contain up to 200 results, and a resumption token is provided for the remaining results.

List headers for all Neliti records:

https://www.neliti.com/oai?verb=ListIdentifiers&metadataPrefix=oai_dc

List headers for all records last modified after 01/01/2010:

https://www.neliti.com/oai?verb=ListIdentifiers&from=2010-01-01&metadataPrefix=oai_dc

If the above request returned the resumption token "RXhhbXBsZSB0b2tlbg==", then the following request returns the next batch of results:

https://www.neliti.com/oai?verb=ListIdentifiers&resumptionToken=RXhhbXBsZSB0b2tlbg%3D%3D

List headers for all articles last modified between 2012 and 2017 in a particular journal:

https://www.neliti.com/oai?verb=ListIdentifiers&from=2012-01-01&until=2017-12-31&metadataPrefix=oai_dc&set=12

List headers for Neliti's unique subset only:

https://www.neliti.com/oai?verb=ListIdentifiers&metadataPrefix=oai_dc&set=unique

Note that datestamps on records refer to the last modification date of the metadata record, not the publication date of the article. Neliti does not currently support selective harvesting based on publication date.

ListRecords

Identical to ListIdentifiers, but returns all metadata rather than just headers.

ListSets

List the sets available. In Neliti, sets correspond to individual journals. There is also a set called "unique" that contains content unique to Neliti (that is, not indexed by other databases). Results from ListSets are limited to 200 per response, after which a resumption token is provided.

https://www.neliti.com/oai?verb=ListSets

GetRecord

Retrieve metadata for a single record by its identifier.

https://www.neliti.com/oai?verb=GetRecord&identifier=oai%3Aneliti.com%3A80&metadataPrefix=oai_dc