Launch Library 2
航天发射和事件数据库
- 认证方式
- No auth
- HTTPS
- Yes
- CORS
- Yes
- 分类
- 科学与数学
- 文档 / URL
- https://thespacedevs.com/llapi
简介
Launch Library 2(LL2,The Space Devs 出品)是 Launch Library 的持续维护后继者——即将/过去的航天发射、火箭、发射场、机构和事件,接近实时更新。免密钥且支持 CORS(实测可用),是发射追踪器和航天面板的首选来源(也是已死 SpaceX API 的可靠替代)。
快速开始
即将发射(实测可用):
curl "https://ll.thespacedevs.com/2.2.0/launch/upcoming/?limit=3"
{
"count": 12,
"next": "https://ll.thespacedevs.com/2.2.0/launch/upcoming/?limit=3&offset=3",
"results": [
{
"id": "abc-123",
"name": "Falcon 9 Block 5 | Starlink Group 12-9",
"status": { "name": "Go for Launch" },
"net": "2026-08-23T02:30:00Z",
"launch_service_provider": { "name": "SpaceX" },
"rocket": { "configuration": { "name": "Falcon 9" } },
"image": { "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/..." }
}
]
}
过去发射:
curl "https://ll.thespacedevs.com/2.2.0/launch/previous/?limit=3"
机构 / 火箭 / 发射场:
curl "https://ll.thespacedevs.com/2.2.0/agencies/?limit=5"
curl "https://ll.thespacedevs.com/2.2.0/rocket/?limit=5"
curl "https://ll.thespacedevs.com/2.2.0/pad/?limit=5"
认证方式
无需认证——免密钥(可选免费令牌可提高限流)。
速率限制与注意事项
- 免费层:有限流(匿名约 10 次/分钟);免费令牌可提高。
- API 文档(ll.thespacedevs.com)带交互式浏览器。
- 发射的
net是预计发射时间(ISO-8601);status.name告诉你当前状态。 - 发射图片支持热链(DigitalOcean Spaces CDN)。
常见问题
Launch Library 2 免费吗? 是的——免密钥带限流;免费令牌可提高。
还在维护吗? 是的——它是原 Launch Library 的活跃维护后继者(也是已死 SpaceX API 的可靠替代)。
覆盖什么数据? 发射、火箭、发射场、机构和航天事件。
科学与数学 分类更多
| 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 | ↗ |