Crossref Metadata Search
图书与文章元数据
- 认证方式
- No auth
- HTTPS
- Yes
- CORS
- Unknown
- 分类
- 书籍
简介
Crossref REST API 是学术文献 DOI 元数据的注册表——1.5 亿+ 条记录,含标题、作者、摘要、参考文献、许可和资助信息。免密钥且免费(实测可用),是解析和搜索学术 DOI 的权威方式。
快速开始
解析一个 DOI(实测可用):
curl "https://api.crossref.org/works/10.1103/PhysRevLett.116.061102"
{
"message": {
"DOI": "10.1103/PhysRevLett.116.061102",
"title": ["Observation of gravitational waves from a binary black hole merger"],
"author": [{ "family": "Abbott", "given": "B. P." }],
"published-print": { "date-parts": [[2016, 2, 11]] },
"container-title": ["Physical Review Letters"]
}
}
搜索文献:
curl "https://api.crossref.org/works?query=gravitational+waves&rows=5"
按类型/日期筛选:
curl "https://api.crossref.org/works?query.bibliographic=transformers&filter=type:journal-article,from-pub-date:2025-01-01&rows=5"
认证方式
无需认证——免密钥(查询中加 mailto= 可成为“礼貌”客户端)。
速率限制与注意事项
- 免费;礼貌池(带
mailto=you@example.com)获得更好的服务。 works/{doi}解析元数据;/works?query=搜索。- 丰富字段:
author、title、container-title(期刊)、abstract、reference(引用列表)、license、funding、URL。 - 批量抓取用
/works?filter=from-pub-date:...&cursor=*(游标分页)。
常见问题
Crossref 免费吗?
是的——免费且免密钥(加 mailto= 获得更好服务)。
什么是 DOI? 学术文献的持久标识符——Crossref 是它的注册机构。
能获取一篇论文的引用吗?
可以——reference 数组包含被引文献的 DOI。
书籍 分类更多
| API | Auth | HTTPS | CORS | |
|---|---|---|---|---|
| A Bíblia Digital Do not worry about managing the multiple versions of the Bible | API Key | Yes | No | ↗ |
| Amanah Sunnah Semantic search across Quran, Hadith, Tafsir & 18K+ Rijal narrators | API Key | Yes | Yes | ↗ |
| Bhagavad Gita Bhagavad Gita text | OAuth | Yes | Yes | ↗ |
| Bhagavad Gita Open Source Shrimad Bhagavad Gita API including 21+ authors translation in Sanskrit/English/Hindi | API Key | Yes | Yes | ↗ |
| Bhagavad Gita telugu Bhagavad Gita API in telugu and odia languages | No auth | Yes | Yes | ↗ |