Skip to main content
v2026.11,772 entries · CC-BY 4.0
Dictionary termTrack BProposedv2026.1

Crossref REST API

The Crossref REST API (api.crossref.org) is Crossref's free, public web API for programmatically querying its registered scholarly-metadata database. It exposes routes for works, journals, members, funders, licenses, prefixes, and types, returning structured JSON that can be filtered and queried -- including free-text bibliographic matching via the query.bibliographic parameter on the /works route -- without requiring authentication, though including a mailto contact parameter or identifying User-Agent header routes requests to Crossref's faster 'polite pool.'

ByCASRAI Editorial Board
· Last updated 4 Sept 2026
Share this

Ask CASRAI · included with Regulatory Radar

Ask about Crossref REST API

Ask CASRAI answers research-administration questions and cites the passages behind every claim — and says so when the corpus does not cover something, instead of guessing. It comes with a Regulatory Radar subscription at $29 a month, alongside the daily digest of regulatory changes and the dashboard of what changed.

150 questions a day, on this site, over the API, or inside your own tools through the CASRAI MCP server.

Everything CASRAI publishes — this page, the dictionary, the guides and the news — stays free to read, with no account and no card.

Examples

Worked examples

  • Is an instance

    A metadata-matching tool sends a GET request to api.crossref.org/works?query.bibliographic= &[email protected] to resolve a loosely formatted citation string to a DOI and full Crossref metadata record, receiving the polite-pool response speed because a contact mailto parameter was supplied.

Counter-examples

Looks similar, but isn't

  • Not an instance

    Fetching a single known DOI's citation in a specific format -- for example, BibTeX -- does not require the general /works search route at all: Crossref exposes that directly via a content-negotiation-style transform endpoint, api.crossref.org/works/{doi}/transform/application/x-bibtex, a narrower and more direct call than a bibliographic query.

Editorial commentary

The Crossref REST API is the programmatic counterpart to Crossref’s public DOI metadata search — the same free-text matching available at search.crossref.org is exposed as a queryable API, plus routes for journals, funders, members, licenses, prefixes, and content types.

Core routes

  • /works — the primary metadata route; supports query.bibliographic (free-text matching across titles, authors, ISSNs, and years, replacing the now-deprecated query.title parameter), filtering, and direct DOI lookup at /works/{doi}.
  • /journals, /funders, /members, /licenses, /prefixes, /types — narrower routes for the corresponding metadata categories.
  • Format transforms — e.g. /works/{doi}/transform/application/x-bibtex for a direct BibTeX record of a known DOI, an alternative to the content-negotiation route via doi.org itself.

Authentication and the polite pool

No authentication or API key is required. Including a mailto query parameter, or a User-Agent header that identifies the calling tool and a contact email, routes requests to Crossref’s “polite pool” — a set of API machines reserved for identified, well-behaved callers — since this only applies over HTTPS. Response headers include rate-limit information (x-rate-limit-limit, x-rate-limit-interval).

Frequently Asked Questions

Do I need a Crossref account to use the REST API?

No — read access to metadata via api.crossref.org requires no account or key. Depositing or updating metadata (the separate deposit/registration workflow) does require a Crossref member account and credentials.

Does the REST API cover DOIs registered by DataCite instead of Crossref?

No — api.crossref.org only indexes DOIs Crossref itself has registered. DataCite-registered DOIs (common for datasets and software) are queried via DataCite’s own separate API.

Machine-readable encodings

Use in your systems

JATS XML <role> element
xml
<role vocab="credit"
      vocab-identifier="https://casrai.org/dictionary/"
      vocab-term="Crossref REST API"
      vocab-term-identifier="https://casrai.org/dictionary/term/crossref-rest-api" />
Schema.org DefinedTerm (JSON-LD)
json
{
  "@context": "https://schema.org",
  "@type": "DefinedTerm",
  "@id": "https://casrai.org/dictionary/term/crossref-rest-api",
  "name": "Crossref REST API",
  "identifier": "https://casrai.org/dictionary/term/crossref-rest-api",
  "description": "The Crossref REST API (api.crossref.org) is Crossref's free, public web API for programmatically querying its registered scholarly-metadata database. It exposes routes for works, journals, members, funders, licenses, prefixes, and types, returning structured JSON that can be filtered and queried -- including free-text bibliographic matching via the query.bibliographic parameter on the /works route -- without requiring authentication, though including a mailto contact parameter or identifying User-Agent header routes requests to Crossref's faster 'polite pool.'",
  "inDefinedTermSet": "https://casrai.org/dictionary/domain/persistent-identifiers#set",
  "url": "https://casrai.org/dictionary/term/crossref-rest-api",
  "sameAs": [],
  "license": "https://creativecommons.org/licenses/by/4.0/",
  "publisher": {
    "@id": "https://casrai.org/#organization"
  },
  "author": {
    "@id": "https://casrai.org/#editorial-team"
  },
  "datePublished": "2026-08-22T10:45:14",
  "dateModified": "2026-09-04T07:25:44",
  "inLanguage": "en-GB",
  "isAccessibleForFree": true
}

Referenced across the research world

University of Cambridge logoColumbia University logoCrossref logoUniversity of Edinburgh logoHarvard University logoUniversity of Oxford logoPrinceton University logoStanford School of Medicine logoUniversity College London logoORCID logoUniversity of Cambridge logoColumbia University logoCrossref logoUniversity of Edinburgh logoHarvard University logoUniversity of Oxford logoPrinceton University logoStanford School of Medicine logoUniversity College London logoORCID logo
  • University of Cambridge logo
  • Columbia University logo
  • Crossref logo
  • University of Edinburgh logo
  • Harvard University logo
  • University of Oxford logo
  • Princeton University logo
  • Stanford School of Medicine logo
  • University College London logo
  • ORCID logo

View CASRAI adoption →

Regulatory Radar

Stop finding out after the fact

$29/month, cancel anytime. Daily digest updates from our analysis, a dashboard holding the same items, and a cited assistant for everything they raise.

  • Federal Register, Federal Register+, Grants.gov, Regulations.gov, NSF News, UKRI, plus CASRAI’s own published content.
  • 72,264 indexed passages, and every answer cites the ones it drew on.