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

{
    "count": 484,
    "next": "https://ll.thespacedevs.com/2.2.0/spacewalks/?format=api&limit=10&offset=40&ordering=-name",
    "previous": "https://ll.thespacedevs.com/2.2.0/spacewalks/?format=api&limit=10&offset=20&ordering=-name",
    "results": [
        {
            "id": 163,
            "url": "https://ll.thespacedevs.com/2.2.0/spacewalks/163/?format=api",
            "name": "STS-63 EVA",
            "start": "1995-02-09T11:56:00Z",
            "end": "1995-02-09T16:25:00Z",
            "duration": "PT4H29M",
            "location": "Low Earth Orbit",
            "crew": [
                {
                    "id": 4094,
                    "role": {
                        "id": 33,
                        "role": "EV1",
                        "priority": 0
                    },
                    "astronaut": {
                        "id": 417,
                        "url": "https://ll.thespacedevs.com/2.2.0/astronaut/417/?format=api",
                        "name": "Michael Foale",
                        "type": {
                            "id": 2,
                            "name": "Government"
                        },
                        "in_space": false,
                        "time_in_space": "P373DT18H16M26S",
                        "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": "1957-01-06",
                        "date_of_death": null,
                        "nationality": "American",
                        "twitter": null,
                        "instagram": null,
                        "bio": "Colin Michael Foale CBE is a British-American astrophysicist and former NASA astronaut. He is a veteran of six space missions, and is the only NASA astronaut to have flown extended missions aboard both Mir and the International Space Station. He was the first Briton to perform a space walk, and until 17 April 2008, he held the record for most time spent in space by a US citizen: 374 days, 11 hours, 19 minutes. He still holds the cumulative-time-in-space record for a UK citizen.",
                        "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/michael2520foale_image_20181202141301.jpg",
                        "wiki": "https://en.wikipedia.org/wiki/Michael_Foale",
                        "last_flight": "2003-10-18T05:38:03Z",
                        "first_flight": "1992-03-24T13:13:39Z"
                    }
                },
                {
                    "id": 4095,
                    "role": {
                        "id": 34,
                        "role": "EV2",
                        "priority": 1
                    },
                    "astronaut": {
                        "id": 127,
                        "url": "https://ll.thespacedevs.com/2.2.0/astronaut/127/?format=api",
                        "name": "Bernard Harris",
                        "type": {
                            "id": 2,
                            "name": "Government"
                        },
                        "in_space": false,
                        "time_in_space": "P18DT6H7M56S",
                        "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": "1956-06-26",
                        "date_of_death": null,
                        "nationality": "American",
                        "twitter": null,
                        "instagram": null,
                        "bio": "Bernard Anthony Harris Jr. is a former NASA astronaut. On February 9, 1995, Harris became the first African American to perform an extra-vehicular activity (spacewalk), during the second of his two Space Shuttle flights.",
                        "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/bernard2520anthony2520harris_image_20181129203338.jpg",
                        "wiki": "https://en.wikipedia.org/wiki/Bernard_A._Harris_Jr.",
                        "last_flight": "1995-02-03T05:22:04Z",
                        "first_flight": "1993-04-26T14:50:00Z"
                    }
                }
            ]
        },
        {
            "id": 161,
            "url": "https://ll.thespacedevs.com/2.2.0/spacewalks/161/?format=api",
            "name": "STS-61 EVA 5",
            "start": "1993-12-09T03:30:00Z",
            "end": "1993-12-09T10:51:00Z",
            "duration": "PT7H21M",
            "location": "Hubble Space Telescope (LEO)",
            "crew": [
                {
                    "id": 4090,
                    "role": {
                        "id": 33,
                        "role": "EV1",
                        "priority": 0
                    },
                    "astronaut": {
                        "id": 324,
                        "url": "https://ll.thespacedevs.com/2.2.0/astronaut/324/?format=api",
                        "name": "Story Musgrave",
                        "type": {
                            "id": 2,
                            "name": "Government"
                        },
                        "in_space": false,
                        "time_in_space": "P54DT9H55M43S",
                        "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": "1935-08-19",
                        "date_of_death": null,
                        "nationality": "American",
                        "twitter": null,
                        "instagram": null,
                        "bio": "Franklin Story Musgrave, M.D. is an American physician and a retired NASA astronaut. He is a public speaker[2] and consultant to both Disney's Imagineering group and Applied Minds in California. In 1996 he became only the second astronaut to fly on six spaceflights, and he is the most formally educated astronaut with six academic degrees.",
                        "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/story2520musgrave_image_20181202093148.jpg",
                        "wiki": "https://en.wikipedia.org/wiki/Story_Musgrave",
                        "last_flight": "1996-11-19T19:55:47Z",
                        "first_flight": "1983-04-04T18:30:00Z"
                    }
                },
                {
                    "id": 4091,
                    "role": {
                        "id": 34,
                        "role": "EV2",
                        "priority": 1
                    },
                    "astronaut": {
                        "id": 146,
                        "url": "https://ll.thespacedevs.com/2.2.0/astronaut/146/?format=api",
                        "name": "Jeffrey Hoffman",
                        "type": {
                            "id": 2,
                            "name": "Government"
                        },
                        "in_space": false,
                        "time_in_space": "P50DT11H52M35S",
                        "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": "1944-11-02",
                        "date_of_death": null,
                        "nationality": "American",
                        "twitter": null,
                        "instagram": null,
                        "bio": "Jeffrey Alan Hoffman is an American former NASA astronaut and currently a professor of aeronautics and astronautics at MIT. Hoffman made five flights as a space shuttle astronaut, including the first mission to repair the Hubble Space Telescope in 1993, when the orbiting telescope's flawed optical system was corrected.",
                        "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/jeffrey2520hoffman_image_20181129210513.jpg",
                        "wiki": "https://en.wikipedia.org/wiki/Jeffrey_A._Hoffman",
                        "last_flight": "1996-02-22T20:18:00Z",
                        "first_flight": "1985-04-12T13:59:05Z"
                    }
                }
            ]
        },
        {
            "id": 160,
            "url": "https://ll.thespacedevs.com/2.2.0/spacewalks/160/?format=api",
            "name": "STS-61 EVA 4",
            "start": "1993-12-08T03:13:00Z",
            "end": "1993-12-08T10:03:00Z",
            "duration": "PT6H50M",
            "location": "Hubble Space Telescope (LEO)",
            "crew": [
                {
                    "id": 4088,
                    "role": {
                        "id": 33,
                        "role": "EV1",
                        "priority": 0
                    },
                    "astronaut": {
                        "id": 395,
                        "url": "https://ll.thespacedevs.com/2.2.0/astronaut/395/?format=api",
                        "name": "Kathryn C. Thornton",
                        "type": {
                            "id": 2,
                            "name": "Government"
                        },
                        "in_space": false,
                        "time_in_space": "P40DT17H13M30S",
                        "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": "1952-08-17",
                        "date_of_death": null,
                        "nationality": "American",
                        "twitter": null,
                        "instagram": null,
                        "bio": "Kathryn Ryan Cordell Thornton is an American scientist and a former NASA astronaut with over 975 hours in space, including 21 hours of extravehicular activity. She was the associate dean for graduate programs at the University of Virginia School of Engineering and Applied Science, currently a professor of mechanical and aerospace engineering.",
                        "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/kathryn_c._thor_image_20220911033811.jpeg",
                        "wiki": "https://en.wikipedia.org/wiki/Kathryn_C._Thornton",
                        "last_flight": "1995-10-20T13:53:00Z",
                        "first_flight": "1989-11-23T00:23:30Z"
                    }
                },
                {
                    "id": 4089,
                    "role": {
                        "id": 34,
                        "role": "EV2",
                        "priority": 1
                    },
                    "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": 159,
            "url": "https://ll.thespacedevs.com/2.2.0/spacewalks/159/?format=api",
            "name": "STS-61 EVA 3",
            "start": "1993-12-07T03:35:00Z",
            "end": "1993-12-07T10:22:00Z",
            "duration": "PT6H47M",
            "location": "Hubble Space Telescope (LEO)",
            "crew": [
                {
                    "id": 4086,
                    "role": {
                        "id": 33,
                        "role": "EV1",
                        "priority": 0
                    },
                    "astronaut": {
                        "id": 324,
                        "url": "https://ll.thespacedevs.com/2.2.0/astronaut/324/?format=api",
                        "name": "Story Musgrave",
                        "type": {
                            "id": 2,
                            "name": "Government"
                        },
                        "in_space": false,
                        "time_in_space": "P54DT9H55M43S",
                        "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": "1935-08-19",
                        "date_of_death": null,
                        "nationality": "American",
                        "twitter": null,
                        "instagram": null,
                        "bio": "Franklin Story Musgrave, M.D. is an American physician and a retired NASA astronaut. He is a public speaker[2] and consultant to both Disney's Imagineering group and Applied Minds in California. In 1996 he became only the second astronaut to fly on six spaceflights, and he is the most formally educated astronaut with six academic degrees.",
                        "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/story2520musgrave_image_20181202093148.jpg",
                        "wiki": "https://en.wikipedia.org/wiki/Story_Musgrave",
                        "last_flight": "1996-11-19T19:55:47Z",
                        "first_flight": "1983-04-04T18:30:00Z"
                    }
                },
                {
                    "id": 4087,
                    "role": {
                        "id": 34,
                        "role": "EV2",
                        "priority": 1
                    },
                    "astronaut": {
                        "id": 146,
                        "url": "https://ll.thespacedevs.com/2.2.0/astronaut/146/?format=api",
                        "name": "Jeffrey Hoffman",
                        "type": {
                            "id": 2,
                            "name": "Government"
                        },
                        "in_space": false,
                        "time_in_space": "P50DT11H52M35S",
                        "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": "1944-11-02",
                        "date_of_death": null,
                        "nationality": "American",
                        "twitter": null,
                        "instagram": null,
                        "bio": "Jeffrey Alan Hoffman is an American former NASA astronaut and currently a professor of aeronautics and astronautics at MIT. Hoffman made five flights as a space shuttle astronaut, including the first mission to repair the Hubble Space Telescope in 1993, when the orbiting telescope's flawed optical system was corrected.",
                        "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/jeffrey2520hoffman_image_20181129210513.jpg",
                        "wiki": "https://en.wikipedia.org/wiki/Jeffrey_A._Hoffman",
                        "last_flight": "1996-02-22T20:18:00Z",
                        "first_flight": "1985-04-12T13:59:05Z"
                    }
                }
            ]
        },
        {
            "id": 158,
            "url": "https://ll.thespacedevs.com/2.2.0/spacewalks/158/?format=api",
            "name": "STS-61 EVA 2",
            "start": "1993-12-06T03:29:00Z",
            "end": "1993-12-06T10:05:00Z",
            "duration": "PT6H36M",
            "location": "Hubble Space Telescope (LEO)",
            "crew": [
                {
                    "id": 4084,
                    "role": {
                        "id": 33,
                        "role": "EV1",
                        "priority": 0
                    },
                    "astronaut": {
                        "id": 395,
                        "url": "https://ll.thespacedevs.com/2.2.0/astronaut/395/?format=api",
                        "name": "Kathryn C. Thornton",
                        "type": {
                            "id": 2,
                            "name": "Government"
                        },
                        "in_space": false,
                        "time_in_space": "P40DT17H13M30S",
                        "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": "1952-08-17",
                        "date_of_death": null,
                        "nationality": "American",
                        "twitter": null,
                        "instagram": null,
                        "bio": "Kathryn Ryan Cordell Thornton is an American scientist and a former NASA astronaut with over 975 hours in space, including 21 hours of extravehicular activity. She was the associate dean for graduate programs at the University of Virginia School of Engineering and Applied Science, currently a professor of mechanical and aerospace engineering.",
                        "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/kathryn_c._thor_image_20220911033811.jpeg",
                        "wiki": "https://en.wikipedia.org/wiki/Kathryn_C._Thornton",
                        "last_flight": "1995-10-20T13:53:00Z",
                        "first_flight": "1989-11-23T00:23:30Z"
                    }
                },
                {
                    "id": 4085,
                    "role": {
                        "id": 34,
                        "role": "EV2",
                        "priority": 1
                    },
                    "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": 157,
            "url": "https://ll.thespacedevs.com/2.2.0/spacewalks/157/?format=api",
            "name": "STS-61 EVA 1",
            "start": "1993-12-05T03:44:00Z",
            "end": "1993-12-05T11:38:00Z",
            "duration": "PT7H54M",
            "location": "Hubble Space Telescope (LEO)",
            "crew": [
                {
                    "id": 4082,
                    "role": {
                        "id": 33,
                        "role": "EV1",
                        "priority": 0
                    },
                    "astronaut": {
                        "id": 324,
                        "url": "https://ll.thespacedevs.com/2.2.0/astronaut/324/?format=api",
                        "name": "Story Musgrave",
                        "type": {
                            "id": 2,
                            "name": "Government"
                        },
                        "in_space": false,
                        "time_in_space": "P54DT9H55M43S",
                        "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": "1935-08-19",
                        "date_of_death": null,
                        "nationality": "American",
                        "twitter": null,
                        "instagram": null,
                        "bio": "Franklin Story Musgrave, M.D. is an American physician and a retired NASA astronaut. He is a public speaker[2] and consultant to both Disney's Imagineering group and Applied Minds in California. In 1996 he became only the second astronaut to fly on six spaceflights, and he is the most formally educated astronaut with six academic degrees.",
                        "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/story2520musgrave_image_20181202093148.jpg",
                        "wiki": "https://en.wikipedia.org/wiki/Story_Musgrave",
                        "last_flight": "1996-11-19T19:55:47Z",
                        "first_flight": "1983-04-04T18:30:00Z"
                    }
                },
                {
                    "id": 4083,
                    "role": {
                        "id": 34,
                        "role": "EV2",
                        "priority": 1
                    },
                    "astronaut": {
                        "id": 146,
                        "url": "https://ll.thespacedevs.com/2.2.0/astronaut/146/?format=api",
                        "name": "Jeffrey Hoffman",
                        "type": {
                            "id": 2,
                            "name": "Government"
                        },
                        "in_space": false,
                        "time_in_space": "P50DT11H52M35S",
                        "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": "1944-11-02",
                        "date_of_death": null,
                        "nationality": "American",
                        "twitter": null,
                        "instagram": null,
                        "bio": "Jeffrey Alan Hoffman is an American former NASA astronaut and currently a professor of aeronautics and astronautics at MIT. Hoffman made five flights as a space shuttle astronaut, including the first mission to repair the Hubble Space Telescope in 1993, when the orbiting telescope's flawed optical system was corrected.",
                        "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/jeffrey2520hoffman_image_20181129210513.jpg",
                        "wiki": "https://en.wikipedia.org/wiki/Jeffrey_A._Hoffman",
                        "last_flight": "1996-02-22T20:18:00Z",
                        "first_flight": "1985-04-12T13:59:05Z"
                    }
                }
            ]
        },
        {
            "id": 147,
            "url": "https://ll.thespacedevs.com/2.2.0/spacewalks/147/?format=api",
            "name": "STS-61-B EVA 2 (Placeholder)",
            "start": "1985-12-01T00:00:00Z",
            "end": "1985-12-01T06:41:00Z",
            "duration": "PT6H41M",
            "location": "Low Earth Orbit",
            "crew": [
                {
                    "id": 4061,
                    "role": {
                        "id": 33,
                        "role": "EV1",
                        "priority": 0
                    },
                    "astronaut": {
                        "id": 378,
                        "url": "https://ll.thespacedevs.com/2.2.0/astronaut/378/?format=api",
                        "name": "Jerry L. Ross",
                        "type": {
                            "id": 2,
                            "name": "Government"
                        },
                        "in_space": false,
                        "time_in_space": "P58DT51M5S",
                        "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": "1948-01-20",
                        "date_of_death": null,
                        "nationality": "American",
                        "twitter": null,
                        "instagram": null,
                        "bio": "Jerry Lynn Ross is a retired United States Air Force officer and a former NASA astronaut. He is a veteran of seven Space Shuttle missions, making him the joint record holder for most spaceflights (a record he shares with Franklin Chang-Diaz). His papers, photographs and many personal items are in the Barron Hilton Flight and Space Exploration Archives at Purdue University. He was inducted into the Astronaut Hall of Fame during ceremonies in May 2014.\r\n\r\nRoss is the author of Spacewalker: My Journey in Space and Faith as NASA's Record-Setting Frequent Flyer (Purdue University Press, 2013) with John Norberg. In March 2014 it was announced \"Spacewalker\" will be available in a French translation through the specialist aerospace publisher Altipresse.\r\n\r\nFellow astronaut Chris Hadfield describes Ross in his autobiography, An Astronaut's Guide to Life on Earth, as \"the embodiment of the trustworthy, loyal, courteous and brave astronaut archetype.\"",
                        "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/jerry2520l.2520ross_image_20181202121238.jpg",
                        "wiki": "https://en.wikipedia.org/wiki/Jerry_L._Ross",
                        "last_flight": "2002-04-08T20:44:19Z",
                        "first_flight": "1985-11-27T00:29:00Z"
                    }
                },
                {
                    "id": 4062,
                    "role": {
                        "id": 34,
                        "role": "EV2",
                        "priority": 1
                    },
                    "astronaut": {
                        "id": 379,
                        "url": "https://ll.thespacedevs.com/2.2.0/astronaut/379/?format=api",
                        "name": "Sherwood C. Spring",
                        "type": {
                            "id": 2,
                            "name": "Government"
                        },
                        "in_space": false,
                        "time_in_space": "P6DT21H4M",
                        "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": "1944-09-03",
                        "date_of_death": null,
                        "nationality": "American",
                        "twitter": null,
                        "instagram": null,
                        "bio": "Sherwood Clark \"Woody\" Spring is a retired United States Army colonel and former NASA astronaut. Spring is married with two children. He is the father of United States Olympian Justin Spring. Sherwood Spring has logged 165 hours in space, 12 of which were spent conducting spacewalks. Spring has also accumulated 3,500 hours in 25 different military and civilian aircraft; over 1,500 of those hours were spent in jet aircraft.",
                        "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/sherwood_c._spr_image_20220911034121.jpeg",
                        "wiki": "https://en.wikipedia.org/wiki/Sherwood_C._Spring",
                        "last_flight": "1985-11-27T00:29:00Z",
                        "first_flight": "1985-11-27T00:29:00Z"
                    }
                }
            ]
        },
        {
            "id": 146,
            "url": "https://ll.thespacedevs.com/2.2.0/spacewalks/146/?format=api",
            "name": "STS-61-B EVA 1 (Placeholder)",
            "start": "1985-11-29T00:00:00Z",
            "end": "1985-11-29T05:32:00Z",
            "duration": "PT5H32M",
            "location": "Low Earth Orbit",
            "crew": [
                {
                    "id": 4059,
                    "role": {
                        "id": 33,
                        "role": "EV1",
                        "priority": 0
                    },
                    "astronaut": {
                        "id": 378,
                        "url": "https://ll.thespacedevs.com/2.2.0/astronaut/378/?format=api",
                        "name": "Jerry L. Ross",
                        "type": {
                            "id": 2,
                            "name": "Government"
                        },
                        "in_space": false,
                        "time_in_space": "P58DT51M5S",
                        "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": "1948-01-20",
                        "date_of_death": null,
                        "nationality": "American",
                        "twitter": null,
                        "instagram": null,
                        "bio": "Jerry Lynn Ross is a retired United States Air Force officer and a former NASA astronaut. He is a veteran of seven Space Shuttle missions, making him the joint record holder for most spaceflights (a record he shares with Franklin Chang-Diaz). His papers, photographs and many personal items are in the Barron Hilton Flight and Space Exploration Archives at Purdue University. He was inducted into the Astronaut Hall of Fame during ceremonies in May 2014.\r\n\r\nRoss is the author of Spacewalker: My Journey in Space and Faith as NASA's Record-Setting Frequent Flyer (Purdue University Press, 2013) with John Norberg. In March 2014 it was announced \"Spacewalker\" will be available in a French translation through the specialist aerospace publisher Altipresse.\r\n\r\nFellow astronaut Chris Hadfield describes Ross in his autobiography, An Astronaut's Guide to Life on Earth, as \"the embodiment of the trustworthy, loyal, courteous and brave astronaut archetype.\"",
                        "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/jerry2520l.2520ross_image_20181202121238.jpg",
                        "wiki": "https://en.wikipedia.org/wiki/Jerry_L._Ross",
                        "last_flight": "2002-04-08T20:44:19Z",
                        "first_flight": "1985-11-27T00:29:00Z"
                    }
                },
                {
                    "id": 4060,
                    "role": {
                        "id": 34,
                        "role": "EV2",
                        "priority": 1
                    },
                    "astronaut": {
                        "id": 379,
                        "url": "https://ll.thespacedevs.com/2.2.0/astronaut/379/?format=api",
                        "name": "Sherwood C. Spring",
                        "type": {
                            "id": 2,
                            "name": "Government"
                        },
                        "in_space": false,
                        "time_in_space": "P6DT21H4M",
                        "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": "1944-09-03",
                        "date_of_death": null,
                        "nationality": "American",
                        "twitter": null,
                        "instagram": null,
                        "bio": "Sherwood Clark \"Woody\" Spring is a retired United States Army colonel and former NASA astronaut. Spring is married with two children. He is the father of United States Olympian Justin Spring. Sherwood Spring has logged 165 hours in space, 12 of which were spent conducting spacewalks. Spring has also accumulated 3,500 hours in 25 different military and civilian aircraft; over 1,500 of those hours were spent in jet aircraft.",
                        "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/sherwood_c._spr_image_20220911034121.jpeg",
                        "wiki": "https://en.wikipedia.org/wiki/Sherwood_C._Spring",
                        "last_flight": "1985-11-27T00:29:00Z",
                        "first_flight": "1985-11-27T00:29:00Z"
                    }
                }
            ]
        },
        {
            "id": 155,
            "url": "https://ll.thespacedevs.com/2.2.0/spacewalks/155/?format=api",
            "name": "STS-57 EVA",
            "start": "1993-06-25T00:00:00Z",
            "end": "1993-06-25T05:50:00Z",
            "duration": "PT5H50M",
            "location": "EURECA (Low Earth Orbit)",
            "crew": [
                {
                    "id": 4078,
                    "role": {
                        "id": 33,
                        "role": "EV1",
                        "priority": 0
                    },
                    "astronaut": {
                        "id": 393,
                        "url": "https://ll.thespacedevs.com/2.2.0/astronaut/393/?format=api",
                        "name": "G. David Low",
                        "type": {
                            "id": 2,
                            "name": "Government"
                        },
                        "in_space": false,
                        "time_in_space": "P29DT18H20M38S",
                        "status": {
                            "id": 11,
                            "name": "Deceased"
                        },
                        "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": "1956-02-19",
                        "date_of_death": "2008-03-15",
                        "nationality": "American",
                        "twitter": null,
                        "instagram": null,
                        "bio": "George David Low was an American aerospace executive and a NASA astronaut. He was born in 1956 to Dr. George Low, the Manager of the Apollo Spacecraft Program Office. With undergraduate degrees in physics and mechanical engineering and a master's degree in aeronautics and astronautics, he worked in the JPL at the California Institute of Technology in the early 80's, before being picked as an astronaut candidate by NASA in 1984. In addition to holding some technical assignments, he logged more than 700 hours in space (including stints on the Columbia, the Atlantis and the Endeavour), before he left NASA in 1996 to pursue a career in the private sector.",
                        "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/g.2520david2520low_image_20181202134532.jpg",
                        "wiki": "https://en.wikipedia.org/wiki/G._David_Low",
                        "last_flight": "1993-06-21T13:07:22Z",
                        "first_flight": "1990-01-09T12:35:00Z"
                    }
                },
                {
                    "id": 4079,
                    "role": {
                        "id": 34,
                        "role": "EV2",
                        "priority": 1
                    },
                    "astronaut": {
                        "id": 439,
                        "url": "https://ll.thespacedevs.com/2.2.0/astronaut/439/?format=api",
                        "name": "Peter Wisoff",
                        "type": {
                            "id": 2,
                            "name": "Government"
                        },
                        "in_space": false,
                        "time_in_space": "P44DT8H23M14S",
                        "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-08-16",
                        "date_of_death": null,
                        "nationality": "American",
                        "twitter": null,
                        "instagram": null,
                        "bio": "Peter Jeffrey Kelsay Wisoff is an American physicist and former NASA astronaut. Wisoff qualified as mission specialist and flew in four manned Space Shuttle missions, with his first launch in 1993 and his last in 2000.",
                        "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/peter2520wisoff_image_20181202143637.jpg",
                        "wiki": "https://en.wikipedia.org/wiki/Peter_Wisoff",
                        "last_flight": "2000-10-11T23:17:00Z",
                        "first_flight": "1993-06-21T13:07:22Z"
                    }
                }
            ]
        },
        {
            "id": 154,
            "url": "https://ll.thespacedevs.com/2.2.0/spacewalks/154/?format=api",
            "name": "STS-54 EVA (Placeholder)",
            "start": "1993-01-17T00:00:00Z",
            "end": "1993-01-17T04:28:00Z",
            "duration": "PT4H28M",
            "location": "Low Earth Orbit",
            "crew": [
                {
                    "id": 4076,
                    "role": {
                        "id": 33,
                        "role": "EV1",
                        "priority": 0
                    },
                    "astronaut": {
                        "id": 126,
                        "url": "https://ll.thespacedevs.com/2.2.0/astronaut/126/?format=api",
                        "name": "Gregory Harbaugh",
                        "type": {
                            "id": 2,
                            "name": "Government"
                        },
                        "in_space": false,
                        "time_in_space": "P34DT1H58M40S",
                        "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": "1956-04-15",
                        "date_of_death": null,
                        "nationality": "American",
                        "twitter": null,
                        "instagram": null,
                        "bio": "Gregory Jordan Harbaugh is a former NASA astronaut that spent 34 days in space through four Space Shuttle missions including the first . docking missions with the Russian Space Station Mir and the second Hubble Space Telescope servicing mission.",
                        "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/gregory2520harbaugh_image_20181129203134.jpg",
                        "wiki": "https://en.wikipedia.org/wiki/Gregory_J._Harbaugh",
                        "last_flight": "1997-02-11T08:55:17Z",
                        "first_flight": "1991-04-28T11:33:14Z"
                    }
                },
                {
                    "id": 4077,
                    "role": {
                        "id": 34,
                        "role": "EV2",
                        "priority": 1
                    },
                    "astronaut": {
                        "id": 420,
                        "url": "https://ll.thespacedevs.com/2.2.0/astronaut/420/?format=api",
                        "name": "Mario Runco Jr.",
                        "type": {
                            "id": 2,
                            "name": "Government"
                        },
                        "in_space": false,
                        "time_in_space": "P23DT23H6M30S",
                        "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": "1952-01-26",
                        "date_of_death": null,
                        "nationality": "American",
                        "twitter": null,
                        "instagram": null,
                        "bio": "Mario Runco Jr. is a former United States Navy officer and NASA astronaut. He is an Earth and planetary physicist.",
                        "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/mario2520runco2520jr._image_20181202141607.jpg",
                        "wiki": "https://en.wikipedia.org/wiki/Mario_Runco_Jr.",
                        "last_flight": "1996-05-19T10:30:00Z",
                        "first_flight": "1991-11-24T23:44:00Z"
                    }
                }
            ]
        }
    ]
}