Access and pricing
There are two distinct things here, with two different access levels:- Browsing the changefile list — the
/changefilesand/changefiles/{date}endpoints below just tell you which dates and files are available. They are free, unlimited, and require no API key. Browse them as much as you like to see what’s there before you subscribe. - Downloading the actual data files — the
content.openalex.org/...URLs returned in those listings deliver the data, and require an API key on a paid plan (Premium, Institutional, or Partner). There’s no per-file charge; changefile downloads are included with your plan. See pricing or contact sales@openalex.org.
List Available Dates
The/changefiles endpoint returns all available changefile dates. This is free and needs no API key:
Get a Day’s Changes
Follow a date’s URL to see which entities changed or were created - and how many of each - and download links in both JSONL and Parquet. This listing is also free and needs no API key:- entity — the entity type (works, authors, institutions, etc.)
- records — total number of created or modified records
- formats — download URLs and file sizes for JSONL (gzipped) and Parquet
What’s in a Changefile
A day’s changefile contains every entity record that was created or modified on that date. This includes:- Newly created entities (e.g., a paper published today)
- Existing entities with updated metadata (e.g., a work that gained new citations)
id as the primary key.
Incremental Update Workflow
- Note the date of your last full snapshot or changefile download
- List available changefiles and identify dates after your last update
- For each new date, download the entity files you need
- Upsert records into your local copy using
idas the primary key
Formats
Changefiles are available in two formats:
Both contain the same data — choose whichever fits your pipeline.