NASA ADS
NASA 天体物理数据系统
- 认证方式
- OAuth
- HTTPS
- Yes
- CORS
- Yes
- 分类
- 科学与数学
简介
NASA ADS API(Harvard ADS)搜索天文学/天体物理学文献——1,500 万+ 论文,带摘要、引用和指标。认证是 OAuth 令牌(无效令牌返回 401,已实测)。
快速开始
在 ui.adsabs.harvard.edu 获取令牌(Account → API Token),然后(替换 YOUR_TOKEN):
curl "https://api.adsabs.harvard.edu/v1/search/query?q=star&rows=3" \
-H "Authorization: Bearer YOUR_TOKEN"
{
"response": {
"numFound": 123456,
"docs": [
{ "title": ["Stellar evolution"], "author": ["Smith, J."], "year": "2024", "bibcode": "2024ApJ...123..456S" }
]
}
}
认证方式
- 在 ui.adsabs.harvard.edu 注册 → Account → API Token。
- 通过
Authorization: Bearer YOUR_TOKEN携带(缺失 → 401,已实测)。
速率限制与注意事项
- 免费:注册用户限额宽裕(看文档)。
- 搜索语法:
q=用 ADS 查询语言(author、year、abstract 字段)。 - API 还提供指标、引用和全文导出。
bibcode是稳定的论文标识符。
常见问题
NASA ADS 免费吗? 是的——注册用户免费带限流。
如何获取令牌? ui.adsabs.harvard.edu → Account → API Token。
什么是 bibcode?
稳定标识符(如 2024ApJ...123..456S)。
科学与数学 分类更多
| API | Auth | HTTPS | CORS | |
|---|---|---|---|---|
| arcsecond.io Multiple astronomy data sources | No auth | Yes | Unknown | ↗ |
| arXiv Curated research-sharing platform: physics, mathematics, quantitative finance, and economics | No auth | Yes | Unknown | ↗ |
| CodeCogs Render LaTeX equations in PNG, GIF, SVG, EMF, PDF, JSON, or download formats with styling options | No auth | Yes | Unknown | ↗ |
| CORE Access the world's Open Access research papers | API Key | Yes | Unknown | ↗ |
| CycleCalcs Interpreted astronomy: sun and moon times, moon phases, planets, eclipses, seasons | No auth | Yes | Yes | ↗ |