arXiv

Category Science & Math
Authentication No Auth
HTTPS Yes
CORS unknown
Difficulty beginner
Official URL https://arxiv.org/help/api/user-manual
Added Date 2026-04-01
Last Verified 2026-04-01

About this API

arXiv is a science & math API described as: Curated research-sharing platform: physics, mathematics, quantitative finance, and economics. It is useful when you need programmatic access to curated research-sharing platform: physics, mathematics, quantitative finance, and economics from applications, dashboards, or internal tools. The published entry point or documentation is hosted at arxiv.org, which makes it a practical starting point for evaluating available endpoints and response formats. Because the listing indicates no authentication, it is comparatively easy to test for prototypes, demos, or lightweight integrations.

Use Cases

  • Add curated research-sharing platform: physics, mathematics, quantitative finance, and economics to a science & math discovery or reference application.
  • Build an internal script or scheduled job that pulls data from arXiv for reporting or content updates.
  • Prototype a small web or mobile experience that surfaces curated research-sharing platform: physics, mathematics, quantitative finance, and economics to end users.

Code Examples

const url = "https://arxiv.org/help/api/user-manual";
const response = await fetch(url);
if (!response.ok) throw new Error(`Request failed: ${response.status}`);
const data = await response.json();
console.log(data);

Similar APIs

arcsecond.io

Multiple astronomy data sources

No Auth HTTPS CORS: unknown

GBIF

Global Biodiversity Information Facility

No Auth HTTPS CORS: yes

iDigBio

Access millions of museum specimens from organizations around the world

No Auth HTTPS CORS: unknown

Other APIs in Science & Math

arcsecond.io

Multiple astronomy data sources

No Auth HTTPS CORS: unknown

CORE

Access the world's Open Access research papers

apiKey HTTPS CORS: unknown

GBIF

Global Biodiversity Information Facility

No Auth HTTPS CORS: yes

iDigBio

Access millions of museum specimens from organizations around the world

No Auth HTTPS CORS: unknown

ISRO

ISRO Space Crafts Information

No Auth HTTPS CORS: no

ITIS

Integrated Taxonomic Information System

No Auth HTTPS CORS: unknown