Skip to content

arXiv Reference

arXiv is an extension namespace for the arXiv preprint repository API, providing metadata specific to scholarly papers in physics, mathematics, computer science, and related fields.

Namespace URIhttp://arxiv.org/schemas/atom
SpecificationarXiv API User's Manual
Prefix<arxiv:*>
Available inAtom
Propertyarxiv

Types

ts
export namespace ArxivNs {
  export type PrimaryCategory = {
    term?: string
    scheme?: string
    label?: string
  }

  export type Author = {
    affiliation?: string
  }

  export type Entry = {
    comment?: string
    journalRef?: string
    doi?: string
    primaryCategory?: PrimaryCategory
  }
}