Spacewalk List
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/?format=api&offset=490
{ "count": 491, "next": null, "previous": "https://ll.thespacedevs.com/2.2.0/spacewalks/?format=api&limit=10&offset=480", "results": [ { "id": 492, "url": "https://ll.thespacedevs.com/2.2.0/spacewalks/492/?format=api", "name": "Shenzhou 21 EVA 1", "start": "2025-12-09T02:28:00Z", "end": "2025-12-09T10:45:00Z", "duration": "PT8H17M", "location": "Tiangong Space Station", "crew": [ { "id": 5199, "role": { "id": 33, "role": "EV1", "priority": 0 }, "astronaut": { "id": 752, "url": "https://ll.thespacedevs.com/2.2.0/astronaut/752/?format=api", "name": "Zhang Lu", "type": { "id": 2, "name": "Government" }, "in_space": true, "time_in_space": "P232DT15H55M55S", "status": { "id": 1, "name": "Active" }, "agency": { "id": 17, "url": "https://ll.thespacedevs.com/2.2.0/agencies/17/?format=api", "name": "China National Space Administration", "type": "Government" }, "date_of_birth": "1976-11-01", "date_of_death": null, "nationality": "Chinese", "twitter": null, "instagram": null, "bio": "Zhang Lu is a Chinese pilot selected in 2010 to be an astronaut.", "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/zhang_lu_offici_image_20251030081918.jpg", "wiki": null, "last_flight": "2025-10-31T15:44:46Z", "first_flight": "2022-11-29T15:08:17Z" } }, { "id": 5200, "role": { "id": 34, "role": "EV2", "priority": 1 }, "astronaut": { "id": 864, "url": "https://ll.thespacedevs.com/2.2.0/astronaut/864/?format=api", "name": "Fei Wu", "type": { "id": 2, "name": "Government" }, "in_space": true, "time_in_space": "P46DT8H32M21S", "status": { "id": 1, "name": "Active" }, "agency": { "id": 17, "url": "https://ll.thespacedevs.com/2.2.0/agencies/17/?format=api", "name": "China National Space Administration", "type": "Government" }, "date_of_birth": "1993-10-01", "date_of_death": null, "nationality": "Chinese", "twitter": null, "instagram": null, "bio": "Wu Fei is a Chinese astronaut selected as part of the Shenzhou program. He enlisted in the People's Liberation Army (PLA) Air Force in January 2021, and joined the Chinese Communist Party (CCP) in October 2015. He was a engineer at the China Academy of Space Technology (CAST) prior to joining the astronaut corps.", "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/fei_wu_image_20251030081821.jpg", "wiki": null, "last_flight": "2025-10-31T15:44:46Z", "first_flight": "2025-10-31T15:44:46Z" } } ] } ] }