Open Notify
ISS astronauts, current location, etc
- Authentication
- No auth
- HTTPS
- No
- CORS
- No
- Category
- Science & Math
- Documentation / URL
- http://open-notify.org/Open-Notify-API/
Overview
Open Notify serves real-time data about the International Space Station: who’s currently in space, the ISS’s current position, and when it passes over a location. Free, keyless, and a fun data source for space-themed apps and science demos.
Quick Start
People currently in space (verified live):
curl "http://api.open-notify.org/astros.json"
{
"number": 7,
"people": [
{ "craft": "ISS", "name": "Oleg Kononenko" },
{ "craft": "ISS", "name": "Nikolai Chub" }
],
"message": "success"
}
ISS current position (lat/lon):
curl "http://api.open-notify.org/iss-now.json"
Next ISS pass over a location:
curl "http://api.open-notify.org/iss-pass.json?lat=36.72&lon=-4.42"
Authentication
None — keyless.
Rate Limits & Notes
- Free; no hard documented limit — be polite (it’s a small volunteer service).
- Only HTTP is available (no HTTPS on the API host) — avoid sending it sensitive data.
- ISS position updates every few seconds; pass predictions are approximate.
- The service occasionally has downtime — cache responses in production apps.
FAQ
Is Open Notify free? Yes — free and keyless.
Why is it HTTP only? The API host doesn’t offer HTTPS — fine for public data, just don’t pass secrets.
How accurate is the ISS position? Updated every few seconds from public tracking data — good enough for displays, not for navigation.
More in Science & Math
| 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 | ↗ |