ISS Location API (Open Notify) · Example Payload

Iss Location Response

SpaceISSInternational Space StationNASALocationGeolocationAstronautsReal-TimeOpen SourcePublic APIFree

Iss Location Response is an example object payload from ISS Location API (Open Notify), with 3 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

iss_positionmessagetimestamp

Example Payload

Raw ↑
{
  "iss_position": {
    "latitude": -19.783929798887073,
    "longitude": -72.29753187401747
  },
  "message": "success",
  "timestamp": 1454357342
}