API endpoint that allows Spacewalk instances to be viewed.

GET: Return a list of all the existing spacewalk instances.

FILTERS:

ORDERING:

GET /2.2.0/spacewalks/501/?format=api
HTTP 200 OK
Allow: GET
Content-Type: application/json
Vary: Accept

{
  "id": 501,
  "url": "https://ll.thespacedevs.com/2.2.0/spacewalks/501/?format=api",
  "name": "Expedition 75 EVA 4",
  "start": "2026-09-01T12:40:00Z",
  "end": "2026-09-01T19:29:00Z",
  "duration": "PT6H49M",
  "location": "International Space Station",
  "crew": [
    {
      "id": 5301,
      "role": {
        "id": 33,
        "role": "EV1",
        "priority": 0
      },
      "astronaut": {
        "id": 747,
        "url": "https://ll.thespacedevs.com/2.2.0/astronaut/747/?format=api",
        "name": "Sophie Adenot",
        "type": {
          "id": 2,
          "name": "Government"
        },
        "in_space": true,
        "time_in_space": "P200DT15H54M57S",
        "status": {
          "id": 1,
          "name": "Active"
        },
        "agency": {
          "id": 27,
          "url": "https://ll.thespacedevs.com/2.2.0/agencies/27/?format=api",
          "name": "European Space Agency",
          "type": "Multinational"
        },
        "date_of_birth": "1982-07-05",
        "date_of_death": null,
        "nationality": "French",
        "twitter": "https://twitter.com/Soph_astro",
        "instagram": null,
        "bio": "Between 2001 and 2003, Sophie studied engineering and graduated from ISAE-SUPAERO in Toulouse, France, where she specialised in spacecraft and aircraft flight dynamics. She then completed a Master of Science in human factors engineering at MIT – Massachusetts Institute of Technology in Boston, USA, in 2004.\r\nIn 2005, Sophie joined the French Air Force for her basic military training and initial flying training to become a helicopter pilot.  \r\n\r\nIn 2018, she graduated with honours as a helicopter test pilot from the Empire Test Pilots’ School in Boscombe Down, UK. She was awarded the Mac Kenna trophy and the Patuxtent Shield.\r\nBetween 2019 and 2022, Sophie worked as a helicopter experimental test pilot in Cazaux Flight Test Center with DGA (Direction Générale de l’Armement – the French Defence Procurement Agency). She has logged 3000 hours and flew on 22 different helicopter types. She also holds a military parachute license, a light aircraft pilot license and a glider pilot license.",
        "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/sophie_adenot_image_20221123150954.jpg",
        "wiki": "https://en.wikipedia.org/wiki/Sophie_Adenot",
        "last_flight": "2026-02-13T10:15:56Z",
        "first_flight": "2026-02-13T10:15:56Z"
      }
    },
    {
      "id": 5302,
      "role": {
        "id": 34,
        "role": "EV2",
        "priority": 1
      },
      "astronaut": {
        "id": 573,
        "url": "https://ll.thespacedevs.com/2.2.0/astronaut/573/?format=api",
        "name": "Jessica Meir",
        "type": {
          "id": 2,
          "name": "Government"
        },
        "in_space": true,
        "time_in_space": "P405DT7H11M46S",
        "status": {
          "id": 1,
          "name": "Active"
        },
        "agency": {
          "id": 44,
          "url": "https://ll.thespacedevs.com/2.2.0/agencies/44/?format=api",
          "name": "National Aeronautics and Space Administration",
          "type": "Government"
        },
        "date_of_birth": "1977-07-01",
        "date_of_death": null,
        "nationality": "American",
        "twitter": "https://twitter.com/Astro_Jessica",
        "instagram": "https://www.instagram.com/astro_jessica/",
        "bio": "Jessica Ulrika Meir is Assistant Professor of Anesthesia at Harvard Medical School, Massachusetts General Hospital, Boston, following postdoctoral research in comparative physiology at the University of British Columbia. She has studied the diving physiology and behavior of emperor penguins in Antarctica, and the physiology of bar-headed geese, which are able to migrate over the Himalayas. In 2000, Meir graduated with a Master of Space Studies from the International Space University in Strasbourg, France. In September 2002, Meir served as an aquanaut on the NASA Extreme Environment Mission Operations 4 (NEEMO 4) crew. In June 2013 she was named an astronaut candidate by NASA, becoming one of the eight members of NASA Astronaut Group 21. She is from Caribou, Maine.",
        "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/jessica_meir_image_20200417064900.jpeg",
        "wiki": "https://en.wikipedia.org/wiki/Jessica_Meir",
        "last_flight": "2026-02-13T10:15:56Z",
        "first_flight": "2019-09-25T13:57:42Z"
      }
    }
  ],
  "spacestation": {
    "id": 4,
    "url": "https://ll.thespacedevs.com/2.2.0/spacestation/4/?format=api",
    "name": "International Space Station",
    "status": {
      "id": 1,
      "name": "Active"
    },
    "founded": "1998-11-20",
    "description": "The International Space Station (ISS) is a space station, or a habitable artificial satellite, in low Earth orbit. Its first component was launched into orbit in 1998, with the first long-term residents arriving in November 2000. It has been inhabited continuously since that date. The last pressurised module was fitted in 2011, and an experimental inflatable space habitat was added in 2016. The station is expected to operate until 2030. Development and assembly of the station continues, with several new elements scheduled for launch in 2019. The ISS is the largest human-made body in low Earth orbit and can often be seen with the naked eye from Earth. The ISS consists of pressurised habitation modules, structural trusses, solar arrays, radiators, docking ports, experiment bays and robotic arms. ISS components have been launched by Russian Proton and Soyuz rockets, and American Space Shuttles.",
    "orbit": "Low Earth Orbit",
    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/international2520space2520station_image_20190220215716.jpeg"
  },
  "expedition": {
    "id": 168,
    "url": "https://ll.thespacedevs.com/2.2.0/expedition/168/?format=api",
    "name": "Expedition 75",
    "start": "2026-07-26T07:02:00Z",
    "end": null,
    "spacestation": {
      "id": 4,
      "url": "https://ll.thespacedevs.com/2.2.0/spacestation/4/?format=api",
      "name": "International Space Station",
      "status": {
        "id": 1,
        "name": "Active"
      },
      "orbit": "Low Earth Orbit",
      "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/international2520space2520station_image_20190220215716.jpeg"
    },
    "mission_patches": [
      {
        "id": 1335,
        "name": "Expedition 75 Patch",
        "priority": 10,
        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/mission_patch_images/expedition2520_mission_patch_20260723115147.png",
        "agency": {
          "id": 44,
          "url": "https://ll.thespacedevs.com/2.2.0/agencies/44/?format=api",
          "name": "National Aeronautics and Space Administration",
          "type": "Government"
        }
      }
    ]
  },
  "spacecraft_flight": null,
  "event": {
    "id": 1510,
    "url": "https://ll.thespacedevs.com/2.2.0/event/1510/?format=api",
    "slug": "us-eva-99",
    "name": "US EVA-99",
    "type": {
      "id": 3,
      "name": "EVA"
    },
    "description": "NASA astronaut Jessica Meir and ESA astronaut Sophie Adenot will replace a retroreflector on the forward port of the space station’s Harmony module to support spacecraft navigation during rendezvous and docking operations. After installing the reflector, the crew will work to install jumper cables for the data-relay systems, prepare the Alpha Magnetic Spectrometer’s radiator for future maintenance, and replace a high-definition camera on the station’s truss.",
    "webcast_live": false,
    "location": "International Space Station",
    "news_url": "https://www.nasa.gov/news-release/nasa-sets-spacewalk-for-station-maintenance-live-coverage-planned/",
    "video_url": "https://www.youtube.com/watch?v=-HQOp1-LpU0",
    "feature_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/us2520eva-52_image_20190318200748.jpeg",
    "date": "2026-09-01T12:30:00Z",
    "date_precision": {
      "id": 1,
      "name": "Minute",
      "abbrev": "MIN",
      "description": "The T-0 is accurate to the minute."
    }
  },
  "program": [
    {
      "id": 17,
      "url": "https://ll.thespacedevs.com/2.2.0/program/17/?format=api",
      "name": "International Space Station",
      "description": "The International Space Station programme is tied together by a complex set of legal, political and financial agreements between the sixteen nations involved in the project, governing ownership of the various components, rights to crewing and utilization, and responsibilities for crew rotation and resupply of the International Space Station. It was conceived in 1984 by President Ronald Reagan, during the Space Station Freedom project as it was originally called.",
      "agencies": [
        {
          "id": 16,
          "url": "https://ll.thespacedevs.com/2.2.0/agencies/16/?format=api",
          "name": "Canadian Space Agency",
          "type": "Government"
        },
        {
          "id": 27,
          "url": "https://ll.thespacedevs.com/2.2.0/agencies/27/?format=api",
          "name": "European Space Agency",
          "type": "Multinational"
        },
        {
          "id": 37,
          "url": "https://ll.thespacedevs.com/2.2.0/agencies/37/?format=api",
          "name": "Japan Aerospace Exploration Agency",
          "type": "Government"
        },
        {
          "id": 44,
          "url": "https://ll.thespacedevs.com/2.2.0/agencies/44/?format=api",
          "name": "National Aeronautics and Space Administration",
          "type": "Government"
        },
        {
          "id": 63,
          "url": "https://ll.thespacedevs.com/2.2.0/agencies/63/?format=api",
          "name": "Russian Federal Space Agency (ROSCOSMOS)",
          "type": "Government"
        }
      ],
      "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/international2_program_20201129184745.png",
      "start_date": "1998-11-20T06:40:00Z",
      "end_date": null,
      "info_url": "https://www.nasa.gov/mission_pages/station/main/index.html",
      "wiki_url": "https://en.wikipedia.org/wiki/International_Space_Station_programme",
      "mission_patches": [],
      "type": {
        "id": 2,
        "name": "Human Spaceflight"
      }
    }
  ]
}