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=480&ordering=duration
HTTP 200 OK
Allow: GET
Content-Type: application/json
Vary: Accept

{
    "count": 484,
    "next": null,
    "previous": "https://ll.thespacedevs.com/2.2.0/spacewalks/?format=api&limit=10&offset=470&ordering=duration",
    "results": [
        {
            "id": 152,
            "url": "https://ll.thespacedevs.com/2.2.0/spacewalks/152/?format=api",
            "name": "STS-49 EVA 3",
            "start": "1992-05-13T21:17:00Z",
            "end": "1992-05-14T05:46:00Z",
            "duration": "PT8H29M",
            "location": "Intelsat VI (LEO)",
            "crew": [
                {
                    "id": 4071,
                    "role": {
                        "id": 33,
                        "role": "EV1",
                        "priority": 0
                    },
                    "astronaut": {
                        "id": 407,
                        "url": "https://ll.thespacedevs.com/2.2.0/astronaut/407/?format=api",
                        "name": "Pierre J. Thuot",
                        "type": {
                            "id": 2,
                            "name": "Government"
                        },
                        "in_space": false,
                        "time_in_space": "P27DT8H51M37S",
                        "status": {
                            "id": 2,
                            "name": "Retired"
                        },
                        "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": "1955-05-19",
                        "date_of_death": null,
                        "nationality": "American",
                        "twitter": null,
                        "instagram": null,
                        "bio": "Pierre Joseph Thuot is a retired United States Navy Captain and NASA astronaut. He went into space three times, spending over 650 hours in space, including over 15 hours in three space walks. He is a former U.S. record holder for time spent on one space walk, and participated in the first three-person space walk.",
                        "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/pierre2520j.2520thuot_image_20181202140221.jpg",
                        "wiki": "https://en.wikipedia.org/wiki/Pierre_J._Thuot",
                        "last_flight": "1994-03-04T13:53:01Z",
                        "first_flight": "1990-02-28T07:50:22Z"
                    }
                },
                {
                    "id": 4072,
                    "role": {
                        "id": 34,
                        "role": "EV2",
                        "priority": 1
                    },
                    "astronaut": {
                        "id": 139,
                        "url": "https://ll.thespacedevs.com/2.2.0/astronaut/139/?format=api",
                        "name": "Richard Hieb",
                        "type": {
                            "id": 2,
                            "name": "Government"
                        },
                        "in_space": false,
                        "time_in_space": "P32DT33M45S",
                        "status": {
                            "id": 2,
                            "name": "Retired"
                        },
                        "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": "1955-09-21",
                        "date_of_death": null,
                        "nationality": "American",
                        "twitter": null,
                        "instagram": null,
                        "bio": "Richard James Hieb is a former NASA astronaut and a veteran of three space shuttle missions. He was a mission specialist on STS-39 and STS-49, and was a payload commander on STS-65.",
                        "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/richard2520hieb_image_20181129205559.jpg",
                        "wiki": "https://en.wikipedia.org/wiki/Richard_Hieb",
                        "last_flight": "1994-07-08T16:43:01Z",
                        "first_flight": "1991-04-28T11:33:14Z"
                    }
                },
                {
                    "id": 4073,
                    "role": {
                        "id": 66,
                        "role": "EV3",
                        "priority": 2
                    },
                    "astronaut": {
                        "id": 415,
                        "url": "https://ll.thespacedevs.com/2.2.0/astronaut/415/?format=api",
                        "name": "Thomas Akers",
                        "type": {
                            "id": 2,
                            "name": "Government"
                        },
                        "in_space": false,
                        "time_in_space": "P34DT42M56S",
                        "status": {
                            "id": 2,
                            "name": "Retired"
                        },
                        "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": "1951-05-20",
                        "date_of_death": null,
                        "nationality": "American",
                        "twitter": null,
                        "instagram": null,
                        "bio": "Thomas Dale Akers is a former American astronaut in NASA's Space Shuttle program.",
                        "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/thomas_akers_image_20220911034610.jpeg",
                        "wiki": "https://en.wikipedia.org/wiki/Thomas_Akers",
                        "last_flight": "1996-09-16T08:54:49Z",
                        "first_flight": "1990-10-06T11:47:15Z"
                    }
                }
            ]
        },
        {
            "id": 195,
            "url": "https://ll.thespacedevs.com/2.2.0/spacewalks/195/?format=api",
            "name": "STS-102 EVA 1",
            "start": "2001-03-11T05:12:00Z",
            "end": "2001-03-11T14:08:00Z",
            "duration": "PT8H56M",
            "location": "International Space Station",
            "crew": [
                {
                    "id": 4158,
                    "role": {
                        "id": 33,
                        "role": "EV1",
                        "priority": 0
                    },
                    "astronaut": {
                        "id": 421,
                        "url": "https://ll.thespacedevs.com/2.2.0/astronaut/421/?format=api",
                        "name": "James S. Voss",
                        "type": {
                            "id": 2,
                            "name": "Government"
                        },
                        "in_space": false,
                        "time_in_space": "P203DT5H27M41S",
                        "status": {
                            "id": 2,
                            "name": "Retired"
                        },
                        "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": "1949-03-03",
                        "date_of_death": null,
                        "nationality": "American",
                        "twitter": null,
                        "instagram": null,
                        "bio": "James Shelton Voss is a retired United States Army Colonel and NASA astronaut. During his time with NASA, Voss flew in space five times on board the Space Shuttle and International Space Station. He also served as deputy of Flight Operations for the Space Station Program Mission Integration and Operations Office. While participating in ISS Expedition 2, he and Susan Helms conducted an 8-hour and 56 minute spacewalk, the longest to date.",
                        "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/james2520s.2520voss_image_20181202141642.jpg",
                        "wiki": "https://en.wikipedia.org/wiki/James_S._Voss",
                        "last_flight": "2001-03-08T11:42:09Z",
                        "first_flight": "1991-11-24T23:44:00Z"
                    }
                },
                {
                    "id": 4159,
                    "role": {
                        "id": 34,
                        "role": "EV2",
                        "priority": 1
                    },
                    "astronaut": {
                        "id": 132,
                        "url": "https://ll.thespacedevs.com/2.2.0/astronaut/132/?format=api",
                        "name": "Susan Helms",
                        "type": {
                            "id": 2,
                            "name": "Government"
                        },
                        "in_space": false,
                        "time_in_space": "P210DT23H4M18S",
                        "status": {
                            "id": 2,
                            "name": "Retired"
                        },
                        "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": "1958-02-26",
                        "date_of_death": null,
                        "nationality": "American",
                        "twitter": null,
                        "instagram": null,
                        "bio": "Susan Jane Helms is a retired lieutenant general in the United States Air Force and a former NASA astronaut. Helms was a crew member on five Space Shuttle missions and was a resident of the International Space Station (ISS) for over five months in 2001. While participating in ISS Expedition 2, she and Jim Voss conducted an 8-hour and 56 minute spacewalk, the world record.",
                        "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/susan2520helms_image_20181129204438.jpg",
                        "wiki": "https://en.wikipedia.org/wiki/Susan_Helms",
                        "last_flight": "2001-03-08T11:42:09Z",
                        "first_flight": "1993-01-13T13:59:30Z"
                    }
                }
            ]
        },
        {
            "id": 196,
            "url": "https://ll.thespacedevs.com/2.2.0/spacewalks/196/?format=api",
            "name": "STS-102 EVA 2",
            "start": "2001-03-11T05:12:00Z",
            "end": "2001-03-11T14:08:00Z",
            "duration": "PT8H56M",
            "location": "International Space Station",
            "crew": [
                {
                    "id": 4160,
                    "role": {
                        "id": 33,
                        "role": "EV1",
                        "priority": 0
                    },
                    "astronaut": {
                        "id": 458,
                        "url": "https://ll.thespacedevs.com/2.2.0/astronaut/458/?format=api",
                        "name": "Andy Thomas",
                        "type": {
                            "id": 2,
                            "name": "Government"
                        },
                        "in_space": false,
                        "time_in_space": "P177DT13H22M36S",
                        "status": {
                            "id": 2,
                            "name": "Retired"
                        },
                        "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": "1951-12-18",
                        "date_of_death": null,
                        "nationality": "American",
                        "twitter": null,
                        "instagram": null,
                        "bio": "Andrew \"Andy\" Sydney Withiel Thomas, AO is an Australian-born American aerospace engineer and a NASA astronaut. He became a U.S. citizen in December 1986, hoping to gain entry to NASA's astronaut program. He is married to fellow NASA astronaut Shannon Walker.",
                        "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/andy2520thomas_image_20181202150149.jpg",
                        "wiki": "https://en.wikipedia.org/wiki/Andy_Thomas",
                        "last_flight": "2005-07-26T14:39:00Z",
                        "first_flight": "1996-05-19T10:30:00Z"
                    }
                },
                {
                    "id": 4161,
                    "role": {
                        "id": 34,
                        "role": "EV2",
                        "priority": 1
                    },
                    "astronaut": {
                        "id": 508,
                        "url": "https://ll.thespacedevs.com/2.2.0/astronaut/508/?format=api",
                        "name": "Paul W. Richards",
                        "type": {
                            "id": 2,
                            "name": "Government"
                        },
                        "in_space": false,
                        "time_in_space": "P12DT23H59M51S",
                        "status": {
                            "id": 2,
                            "name": "Retired"
                        },
                        "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": "1964-05-20",
                        "date_of_death": null,
                        "nationality": "American",
                        "twitter": null,
                        "instagram": null,
                        "bio": "Paul William Richards is an American engineer and a former NASA Astronaut. He flew aboard one Space Shuttle mission in 2001.",
                        "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/paul2520w.2520richards_image_20181203161257.jpg",
                        "wiki": "https://en.wikipedia.org/wiki/Paul_W._Richards",
                        "last_flight": "2001-03-08T11:42:09Z",
                        "first_flight": "2001-03-08T11:42:09Z"
                    }
                }
            ]
        },
        {
            "id": 480,
            "url": "https://ll.thespacedevs.com/2.2.0/spacewalks/480/?format=api",
            "name": "Shenzhou 19 EVA 1a",
            "start": "2024-12-17T04:51:00Z",
            "end": "2024-12-17T13:57:00Z",
            "duration": "PT9H6M",
            "location": "Tiangong Space Station",
            "crew": [
                {
                    "id": 5027,
                    "role": {
                        "id": 33,
                        "role": "EV1",
                        "priority": 0
                    },
                    "astronaut": {
                        "id": 731,
                        "url": "https://ll.thespacedevs.com/2.2.0/astronaut/731/?format=api",
                        "name": "Cai Xuzhe",
                        "type": {
                            "id": 2,
                            "name": "Government"
                        },
                        "in_space": true,
                        "time_in_space": "P350DT15H16M29S",
                        "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-05-01",
                        "date_of_death": null,
                        "nationality": "Chinese",
                        "twitter": null,
                        "instagram": null,
                        "bio": "Chinese astronaut from the CNSA Group-2 selection (2010).",
                        "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/cai_xuzhe_image_20220604085007.png",
                        "wiki": "https://en.wikipedia.org/wiki/Cai_Xuzhe",
                        "last_flight": "2024-10-29T20:27:34Z",
                        "first_flight": "2022-06-05T02:44:10Z"
                    }
                }
            ]
        }
    ]
}