OpenAlex

Open index of 300M+ scholarly works, authors, and venues

🔭 Science & SpaceDEADchecked 15h ago
AUTH NONECORS AGENT HTTPS COMMERCIAL

OpenAlex is a free, CC0 catalog of the global research graph — works, authors, institutions, sources, and concepts. Query works and get rich JSON records with DOIs, titles, open-access locations, and identifiers. Basic requests work without a key; a free key raises the usage limits.

0HOW IT'S SCORED ⓘ
Status badge · for your READMEshipapis health badge: 0 · dead
🪦 DEADTHE GRAVEYARD
Uptime history
1.0%90 days
1.7%30 days
3167P50 · ms
3167P95 · ms
operationalpartialdownno data
Response time · last 48 checks
Fastest 3167 ms, slowest 3167 ms, most recent 3167 ms.
Live response samplecaptured by our last successful check
GET https://api.openalex.org/works?per-page=1

{
  "meta": {
    "count": 318967691,
    "page": 1,
    "per_page": 1
  },
  "results": [
    {
      "id": "https://openalex.org/W3038568908",
      "doi": "https://doi.org/10.1585/pfr.15.2402039",
      "title": "Radiation Resistant Camera System for Monitoring Deuterium Plasma Discharges in the Large Helical Device",
      "publication_year": 2020,
      "language": "en"
    }
  ]
}
Call itcurl · fetch · python
curl "https://api.openalex.org/works?per-page=1"
const res = await fetch("https://api.openalex.org/works?per-page=1");
const data = await res.json();
console.log(data);
import requests

res = requests.get("https://api.openalex.org/works?per-page=1")
print(res.json())

THIS API IS DEAD — NOTHING TO RUN

Endpoints · 6DeadFULL DOCS ↗
Offline — GET /works?per-page=1 no longer responds reliably
GET/works?per-page=1PROBED

Open index of 300M+ scholarly works, authors, and venues

GET/works?limit=5

Works — documented GET route.

GET/works?page=1

Works — documented GET route.

GET/autocomplete/

Autocomplete — documented GET route.

GET/rate-limit

Rate Limit — documented GET route.

GET/changefiles

Changefiles — documented GET route.

Machine-readable spec

We probe a documented GET and expect 2xx JSON — full uptime and health score. Export includes every documented route below.

Response-shape history

Stable. No schema drift observed since monitoring began — the response shape has not changed under our checks.

OpenAlex: common questions

Is OpenAlex free to use?

Yes — OpenAlex is a free science & space API. Free tier: Free tier (~$1/day of usage); free API key available for more. Commercial use is allowed on the free tier.

Does OpenAlex need an API key?

No — OpenAlex needs no API key or signup. You can call it straight away; rate limits still apply (Usage-metered free tier (~$1/day per docs)).

Can I call OpenAlex from the browser?

Yes — OpenAlex returns CORS headers over HTTPS, so front-end code can fetch it directly with no backend proxy. Use the fetch snippet on this page, or hit "Run live" to try it now.

Is OpenAlex up right now?

As of our last scheduled check, OpenAlex is dead with 1.0% uptime over 90 days and a 3167 ms median response. We re-probe it every sweep — the status badge and uptime chart above always show the latest.