pubmed-client (Node.js)
    Preparing search index...

    Interface EuropePmcReferenceEntry

    A work cited by a Europe PMC record

    interface EuropePmcReferenceEntry {
        authorString?: string;
        citationType?: string;
        doi?: string;
        extraJson: string;
        id?: string;
        issue?: string;
        journalAbbreviation?: string;
        pageInfo?: string;
        pmid?: string;
        pubYear?: string;
        source?: string;
        title?: string;
        volume?: string;
    }
    Index
    authorString?: string
    citationType?: string

    Citation type (e.g. "JOURNAL ARTICLE")

    doi?: string
    extraJson: string

    Fields not modelled above, as a JSON object string

    id?: string

    Identifier of the cited record, when Europe PMC matched it

    issue?: string
    journalAbbreviation?: string
    pageInfo?: string
    pmid?: string
    pubYear?: string
    source?: string

    Source database of the cited record, when Europe PMC matched it

    title?: string
    volume?: string