Open Notify

Where is the ISS right now? A beloved API in decline.

🔭 Science & SpaceDYINGchecked 2h ago
AUTH NONECORS AGENT HTTPS COMMERCIAL ?

Open Notify reports the live position of the International Space Station and who is in space. A classroom classic for a decade — but it is a single volunteer-run box, HTTP-only, and our checks show error rates climbing for weeks. Status: DYING. We list honest replacements below; consider wheretheiss.at.

HOW IT'S SCORED ⓘ
Status badge · for your READMEshipapis health badge: — · dying
Uptime history
—%90 days
—%30 days
P50 · ms
P95 · ms
operationalpartialdownno data
Live response samplecaptured by our last successful check
GET http://api.open-notify.org/iss-now.json

{
  "message": "success",
  "iss_position": {
    "latitude": "-12.4021",
    "longitude": "43.5591"
  },
  "timestamp": 1751595300
}
Call itcurl · fetch · python
curl "http://api.open-notify.org/iss-now.json"
const res = await fetch("http://api.open-notify.org/iss-now.json");
const data = await res.json();
console.log(data);
import requests

res = requests.get("http://api.open-notify.org/iss-now.json")
print(res.json())

BROWSER CALLS BLOCKED (NO CORS/HTTPS) — USE THE CURL SNIPPET

Endpoints · 2DyingFULL DOCS ↗
Dying — error rate climbing on GET /iss-now.jsonchecked 2h ago
GET/iss-now.jsonPROBED

Where is the ISS right now? A beloved API in decline.

GET/iss-now.json?limit=5

Paginated variant with limit parameter.

Machine-readable spec

We probe a documented GET and expect 2xx JSON — full uptime and health score. Export includes every documented route below.

Response-shape history

Stable. No schema drift observed since monitoring began — the response shape has not changed under our checks.

Open Notify: common questions

Is Open Notify free to use?

Yes — Open Notify is a free science & space API. Free tier: Unlimited (volunteer-run). Whether the free tier allows commercial use is unclear — check the provider docs.

Does Open Notify need an API key?

No — Open Notify needs no API key or signup. You can call it straight away; rate limits still apply (Please be gentle).

Can I call Open Notify from the browser?

Not directly — Open Notify doesn't send browser-friendly CORS headers, so call it from a server or proxy instead. Copy the curl or Python snippet on this page to get started.

Is Open Notify up right now?

As of our last scheduled check, Open Notify is dying. We re-probe it every sweep — the status badge and uptime chart above always show the latest.