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

    Interface Summary

    Lightweight article summary from ESummary API

    Contains basic metadata without abstracts, MeSH terms, or chemical lists. Use fetchSummaries() for faster bulk metadata retrieval.

    interface Summary {
        authors: string[];
        doi?: string;
        epubDate: string;
        essn: string;
        fullJournalName: string;
        issn: string;
        issue: string;
        journal: string;
        languages: string[];
        pages: string;
        pmcId?: string;
        pmcRefCount: number;
        pmid: string;
        pubDate: string;
        pubTypes: string[];
        recordStatus: string;
        sortPubDate: string;
        title: string;
        volume: string;
    }
    Index

    Properties

    authors: string[]

    Author names

    doi?: string

    DOI if available

    epubDate: string

    Electronic publication date

    essn: string

    Electronic ISSN

    fullJournalName: string

    Full journal name

    issn: string

    ISSN

    issue: string

    Journal issue

    journal: string

    Journal name

    languages: string[]

    Languages

    pages: string

    Page range

    pmcId?: string

    PMC ID if available

    pmcRefCount: number

    PMC reference count

    pmid: string

    PubMed ID

    pubDate: string

    Publication date

    pubTypes: string[]

    Publication types

    recordStatus: string

    Record status

    sortPubDate: string

    Sorted publication date

    title: string

    Article title

    volume: string

    Journal volume