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

    Interface Reference

    Reference information from PMC articles

    interface Reference {
        authors: string;
        doi?: string;
        id: string;
        journal?: string;
        pmid?: string;
        title?: string;
        year?: string;
    }
    Index

    Properties

    authors: string

    Authors as a single string

    doi?: string

    DOI if available

    id: string

    Reference ID

    journal?: string

    Journal name

    pmid?: string

    PubMed ID if available

    title?: string

    Reference title

    year?: string

    Publication year