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

    Interface FullTextArticle

    Full-text article from PMC

    interface FullTextArticle {
        authors: Author[];
        doi?: string;
        journal: string;
        keywords: string[];
        pmcid: string;
        pmid?: string;
        pubDate: string;
        references: Reference[];
        sections: Section[];
        title: string;
    }
    Index

    Properties

    authors: Author[]

    List of authors

    doi?: string

    DOI if available

    journal: string

    Journal name

    keywords: string[]

    Keywords

    pmcid: string

    PMC ID

    pmid?: string

    PubMed ID if available

    pubDate: string

    Publication date

    references: Reference[]

    References

    sections: Section[]

    Article sections

    title: string

    Article title