ISS Location API (Open Notify) · Example Payload

Astronauts Response

SpaceISSInternational Space StationNASALocationGeolocationAstronautsReal-TimeOpen SourcePublic APIFree

Astronauts 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

messagenumberpeople

Example Payload

Raw ↑
{
  "message": "success",
  "number": 3,
  "people": [
    {
      "name": "Oleg Kononenko",
      "craft": "ISS"
    },
    {
      "name": "Nikolai Chub",
      "craft": "ISS"
    },
    {
      "name": "Tracy Caldwell Dyson",
      "craft": "ISS"
    }
  ]
}