Open Notify
ISS 宇航员、当前位置等
- 认证方式
- No auth
- HTTPS
- No
- CORS
- No
- 分类
- 科学与数学
简介
Open Notify 提供国际空间站的实时数据:谁正在太空、空间站当前位置,以及空间站何时经过某地点。免费、免密钥,是太空主题应用和科学演示的有趣数据源。
快速开始
当前在太空的人(实测可用):
curl "http://api.open-notify.org/astros.json"
{
"number": 7,
"people": [
{ "craft": "ISS", "name": "Oleg Kononenko" },
{ "craft": "ISS", "name": "Nikolai Chub" }
],
"message": "success"
}
空间站当前位置(经纬度):
curl "http://api.open-notify.org/iss-now.json"
空间站经过某地点的下一次时间:
curl "http://api.open-notify.org/iss-pass.json?lat=36.72&lon=-4.42"
认证方式
无需认证——免密钥。
速率限制与注意事项
- 免费;没有文档化的硬性限制——请礼貌使用(这是小型志愿者服务)。
- 仅支持 HTTP(API 主机没有 HTTPS)——不要传敏感数据。
- 空间站位置每几秒更新;过境预测是近似值。
- 服务偶尔宕机——生产应用请缓存响应。
常见问题
Open Notify 免费吗? 是的——免费且免密钥。
为什么只有 HTTP? API 主机不提供 HTTPS——公开数据没问题,只是别传密钥。
空间站位置有多准? 从公开跟踪数据每几秒更新——用于展示足够,导航不够。
科学与数学 分类更多
| 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 | ↗ |