12 endpoints

Crossref Data API

Look up 155M+ DOI-registered scholarly works, search journals and publishers, and query the Crossref Funder Registry โ€” all via Anysite's structured REST API. No Crossref account or API key required.

12 endpoints DOI lookup & search Journals & publishers REST, MCP & CLI

Scholarly metadata without the friction

Crossref is the world's largest scholarly metadata infrastructure โ€” a not-for-profit membership organization maintaining DOI registration and structured bibliographic records for over 183.7 million works: journal articles, conference papers, books, book chapters, datasets, reports, and preprints. Its members include every major academic publisher: Elsevier, Wiley, Springer Nature, Taylor & Francis, the ACM, the APA, and thousands more. The result is the most comprehensive, publisher-authoritative index of scholarly output in existence.

The raw Crossref REST API is free to query but imposes rate limits, requires careful pagination, and returns deeply nested JSON that varies by work type. Anysite's Crossref integration resolves DOIs, executes rich searches, enumerates journals and publishers, and surfaces funder portfolios through a unified, authenticated endpoint surface โ€” one API key, consistent JSON structure, and predictable rate limits across all 12 endpoints. For research tools, literature discovery pipelines, citation dashboards, and funder-tracking applications, this is the fastest path from DOI to structured data.

All Crossref Endpoints

Twelve endpoints covering scholarly works, journals, publishers, funders, and DOI prefix resolution. All return structured JSON via the Anysite REST API at /api/crossref/....

EndpointWhat It Returns
/api/crossref/works Full metadata for a scholarly work by DOI โ€” title, authors (with ORCID), abstract, journal, publisher, publication dates, citation count, funder info, license links, and full reference list.
/api/crossref/works/search Search 183.7M+ works with filters for author, title, journal, ISSN, publisher, ORCID, funder, date range, work type, abstract presence, and more. Sortable by relevance, publication date, or deposit date.
/api/crossref/journals Metadata for a journal by ISSN โ€” title, publisher, print and electronic ISSNs, subject areas, and current/backfile/total DOI counts.
/api/crossref/journals/search Search journals indexed by Crossref by keyword (e.g. "machine learning", "cardiology", "economics") โ€” returns title, publisher, ISSNs, subject areas, and DOI counts.
/api/crossref/journals/works List scholarly works published in a specific journal by ISSN โ€” full work metadata including authors, DOIs, citation counts, and funder information.
/api/crossref/members Metadata for a Crossref member (publisher) by member id โ€” publisher name, aliases, location, DOI prefixes owned, and current/backfile/total DOI counts.
/api/crossref/members/search Search Crossref member publishers by name (e.g. "elsevier", "wiley", "acm") โ€” returns publisher profile, prefixes, and deposit statistics.
/api/crossref/members/works List works deposited by a specific publisher (Crossref member) by member id โ€” full work metadata for all content from that publisher.
/api/crossref/funders Metadata for a research funder by Crossref Funder Registry id โ€” name, alternate names, location, parent/child funder hierarchy, and total funded-work count.
/api/crossref/funders/search Search the Crossref Funder Registry by name (e.g. "national science", "wellcome", "european research") โ€” returns funder profiles with hierarchy and work counts.
/api/crossref/funders/works List scholarly works funded by a specific funder (by Crossref Funder Registry id) โ€” full work metadata including grant/award information.
/api/crossref/prefixes Resolve a DOI prefix to its owning publisher โ€” returns the prefix, publisher name, and Crossref member id.

What you can build

Literature discovery & systematic reviews

Run structured searches across 183.7M+ works by topic, author, journal, date range, or funder. Filter for works with abstracts, reference lists, or ORCID-verified authors. Feed results into review pipelines, citation managers, or knowledge graphs without rate-limit interruptions.

Citation impact dashboards

Look up any DOI to get its is-referenced-by-count โ€” how many other Crossref-registered works have cited it. Track citation velocity over time by combining DOI lookup with deposit date filters on the search endpoint. Build author or lab impact tools grounded in publisher-authoritative data.

Funder portfolio intelligence

Identify a funder in the Crossref Funder Registry, then pull all works it funded with grant numbers and award details. Map which journals, publishers, or disciplines a funder supports. Build grant-discovery tools or funding landscape reports backed by structured, citable metadata.

Publisher and journal analysis

Search and enumerate Crossref member publishers, resolve DOI prefixes to their owning organizations, and pull all works from a specific journal by ISSN. Power competitive intelligence tools, journal-selection assistants, or publisher relationship managers with structured, up-to-date deposit data.

Quick start

Authenticate with your Anysite API key. All Crossref endpoints accept POST with a JSON body and return structured JSON.

SHELL
# Resolve a DOI to full scholarly metadata
curl -X POST https://api.anysite.io/api/crossref/works   -H "access-token: YOUR_KEY"   -H "Content-Type: application/json"   -d '{"doi": "10.1145/3292500.3330701"}'

# Returns: title, authors (with ORCID), abstract, journal,
# publisher, dates, citation count, funders, references

Plans

Every endpoint is included in all Anysite plans โ€” there's no per-endpoint pricing to track. Use MCP Unlimited for flat-rate access through your AI tools, or a credit plan for REST & CLI at scale.

Frequently Asked Questions

Do I need a Crossref account or API key?
No. You only need an Anysite API key. Anysite authenticates with Crossref on your behalf โ€” there's no Crossref registration, no rate-limit negotiation with Crossref directly, and no separate API key to manage.
How many scholarly works can I search?
The Crossref index covers over 183.7 million DOI-registered works contributed by Crossref's 25,000+ member organizations. This includes journal articles, books, book chapters, conference papers, datasets, reports, preprints, and more โ€” spanning every academic discipline.
What work types does Crossref cover?
Crossref-registered work types include journal articles, conference papers, book chapters, monographs, reference entries, datasets, reports, preprints (via CrossrefPreprint member organizations), and peer reviews. The type filter on the works/search endpoint lets you restrict results to a specific type.
Can I filter searches by author ORCID?
Yes. The works/search endpoint accepts an orcid parameter that filters results to works with at least one author holding that ORCID identifier. You can also set has_orcid: true to return only works where any author has a verified ORCID.
What is a Crossref member?
Crossref members are publishers and institutions that have joined Crossref and deposit scholarly metadata (DOIs, bibliographic records) into the index. Major members include Elsevier (member id 78), Wiley (id 311), Springer Nature (id 297), and thousands of society publishers. The members endpoints let you look up and search these publishers by name or id.
What is the Crossref Funder Registry?
The Open Funder Registry (formerly FundRef) is a curated, open list of research funding organizations worldwide โ€” government agencies, foundations, and corporate sponsors โ€” each assigned a persistent identifier. Publishers use these ids when depositing metadata to link works to their funders. The funders endpoints let you look up funders by id, search by name, and retrieve all works a funder has supported.
Can I resolve a DOI prefix to find which publisher owns it?
Yes. The /api/crossref/prefixes endpoint takes a DOI prefix (e.g. 10.1145 for ACM, 10.1038 for Springer Nature) and returns the owning publisher's name and Crossref member id. This is useful for publisher attribution, DOI routing, and bulk dataset enrichment.

Related Endpoints

Start querying scholarly metadata

Access Crossref's 155M+ DOI-registered works, 25,000+ member organizations, and the complete Funder Registry through one authenticated API.