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=230&ordering=duration
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=240&ordering=duration",
    "previous": "https://ll.thespacedevs.com/2.2.0/spacewalks/?format=api&limit=10&offset=220&ordering=duration",
    "results": [
        {
            "id": 365,
            "url": "https://ll.thespacedevs.com/2.2.0/spacewalks/365/?format=api",
            "name": "Expedition 38 EVA 4",
            "start": "2014-01-27T14:00:00Z",
            "end": "2014-01-27T20:08:00Z",
            "duration": "PT6H8M",
            "location": "International Space Station",
            "crew": [
                {
                    "id": 4498,
                    "role": {
                        "id": 33,
                        "role": "EV1",
                        "priority": 0
                    },
                    "astronaut": {
                        "id": 171,
                        "url": "https://ll.thespacedevs.com/2.2.0/astronaut/171/?format=api",
                        "name": "Oleg Kotov",
                        "type": {
                            "id": 2,
                            "name": "Government"
                        },
                        "in_space": false,
                        "time_in_space": "P526DT5H3M1S",
                        "status": {
                            "id": 2,
                            "name": "Retired"
                        },
                        "agency": {
                            "id": 63,
                            "url": "https://ll.thespacedevs.com/2.2.0/agencies/63/?format=api",
                            "name": "Russian Federal Space Agency (ROSCOSMOS)",
                            "type": "Government"
                        },
                        "date_of_birth": "1965-10-27",
                        "date_of_death": null,
                        "nationality": "Russian",
                        "twitter": null,
                        "instagram": null,
                        "bio": "Oleg Valeriyevich Kotov (Russian: Олег Валериевич Котов) was born on October 27, 1965, in Simferopol, Crimean oblast in the Ukrainian SSR. After a career as a physician assigned to the Soviet space program, he joined the Russian cosmonaut corps. He has flown two long duration spaceflights on the International Space Station logging just short of a year in space. Most recently, Kotov flew on the Soyuz TMA-10M/Expedition 37/Expedition 38 long duration spaceflight, from September 2013 until March 2014.",
                        "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/oleg2520kotov_image_20181129233807.jpg",
                        "wiki": "https://en.wikipedia.org/wiki/Oleg_Kotov",
                        "last_flight": "2013-09-25T20:58:50Z",
                        "first_flight": "2007-04-07T17:31:09Z"
                    }
                },
                {
                    "id": 4499,
                    "role": {
                        "id": 34,
                        "role": "EV2",
                        "priority": 1
                    },
                    "astronaut": {
                        "id": 237,
                        "url": "https://ll.thespacedevs.com/2.2.0/astronaut/237/?format=api",
                        "name": "Sergey Ryazansky",
                        "type": {
                            "id": 2,
                            "name": "Government"
                        },
                        "in_space": false,
                        "time_in_space": "P304DT23H21M58S",
                        "status": {
                            "id": 2,
                            "name": "Retired"
                        },
                        "agency": {
                            "id": 63,
                            "url": "https://ll.thespacedevs.com/2.2.0/agencies/63/?format=api",
                            "name": "Russian Federal Space Agency (ROSCOSMOS)",
                            "type": "Government"
                        },
                        "date_of_birth": "1974-11-13",
                        "date_of_death": null,
                        "nationality": "Russian",
                        "twitter": null,
                        "instagram": null,
                        "bio": "Sergey Nikolayevich Ryazansky (Russian: Серге́й Николаевич Рязанский; born November 13, 1974) is a Russian cosmonaut. He was selected as commander of the IMBP-6 cosmonaut group in 2003, but later transferred to the TsPK Cosmonaut Group. Ryazansky made his first spaceflight aboard the Soyuz TMA-10M/Expedition 37/Expedition 38 mission from September 2013 until March 2014. In 2017, Ryazansky returned to space was the commander of Soyuz MS-05, and served as Flight Engineer for Expedition 52 / 53.\r\nRyazansky was selected as a research and test cosmonaut in 2003. He completed training in 2005. In 2009 he participated in a 105-day mission as part of phase two of the Mars 500 program.",
                        "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/sergey_ryazansk_image_20220911033522.jpeg",
                        "wiki": "https://en.wikipedia.org/wiki/Sergey_Ryazansky",
                        "last_flight": "2017-07-28T15:41:12Z",
                        "first_flight": "2013-09-25T20:58:50Z"
                    }
                }
            ]
        },
        {
            "id": 280,
            "url": "https://ll.thespacedevs.com/2.2.0/spacewalks/280/?format=api",
            "name": "STS-129 EVA 2",
            "start": "2009-11-21T14:31:00Z",
            "end": "2009-11-21T20:39:00Z",
            "duration": "PT6H8M",
            "location": "International Space Station",
            "crew": [
                {
                    "id": 4328,
                    "role": {
                        "id": 33,
                        "role": "EV1",
                        "priority": 0
                    },
                    "astronaut": {
                        "id": 527,
                        "url": "https://ll.thespacedevs.com/2.2.0/astronaut/527/?format=api",
                        "name": "Michael Foreman",
                        "type": {
                            "id": 2,
                            "name": "Government"
                        },
                        "in_space": false,
                        "time_in_space": "P26DT13H27M37S",
                        "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-03-29",
                        "date_of_death": null,
                        "nationality": "American",
                        "twitter": null,
                        "instagram": null,
                        "bio": "Michael James Foreman is a retired U.S. Navy pilot and a NASA astronaut. While with NASA, Foreman was part of a mission that delivered the Japanese Experiment Module and the Canadian Special Purpose Dexterous Manipulator to the International Space Station. Foreman was also a crewmember of the STS-129 mission in November 2009. In 2018, he was elected mayor of Friendswood, Texas.",
                        "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/michael_foreman_image_20220911034146.jpeg",
                        "wiki": "https://en.wikipedia.org/wiki/Michael_Foreman_(astronaut)",
                        "last_flight": "2009-11-16T19:28:09Z",
                        "first_flight": "2008-03-11T06:28:14Z"
                    }
                },
                {
                    "id": 4329,
                    "role": {
                        "id": 34,
                        "role": "EV2",
                        "priority": 1
                    },
                    "astronaut": {
                        "id": 553,
                        "url": "https://ll.thespacedevs.com/2.2.0/astronaut/553/?format=api",
                        "name": "Randolph Bresnik",
                        "type": {
                            "id": 2,
                            "name": "Government"
                        },
                        "in_space": false,
                        "time_in_space": "P149DT12H12M39S",
                        "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": "1967-09-11",
                        "date_of_death": null,
                        "nationality": "American",
                        "twitter": "https://twitter.com/astrokomrade",
                        "instagram": "https://instagram.com/AstroKomrade/",
                        "bio": "Randolph James \"Komrade\" Bresnik is an officer in the United States Marine Corps and a NASA astronaut. A Marine Aviator by trade, Bresnik was selected as a member of NASA Astronaut Group 19 in May 2004.[5] First launched to space on STS-129. Served as Flight Engineer for Expedition 52, and as ISS Commander for Expedition 53.",
                        "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/randolph_bresni_image_20210210155627.jpeg",
                        "wiki": "https://en.wikipedia.org/wiki/Randolph_Bresnik",
                        "last_flight": "2017-07-28T15:41:12Z",
                        "first_flight": "2009-11-16T19:28:09Z"
                    }
                }
            ]
        },
        {
            "id": 166,
            "url": "https://ll.thespacedevs.com/2.2.0/spacewalks/166/?format=api",
            "name": "STS-72 EVA 2",
            "start": "1996-01-15T05:35:00Z",
            "end": "1996-01-15T11:44:00Z",
            "duration": "PT6H9M",
            "location": "Low Earth Orbit",
            "crew": [
                {
                    "id": 4100,
                    "role": {
                        "id": 33,
                        "role": "EV1",
                        "priority": 0
                    },
                    "astronaut": {
                        "id": 429,
                        "url": "https://ll.thespacedevs.com/2.2.0/astronaut/429/?format=api",
                        "name": "Leroy Chiao",
                        "type": {
                            "id": 2,
                            "name": "Government"
                        },
                        "in_space": false,
                        "time_in_space": "P229DT8H39M14S",
                        "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": "1960-08-28",
                        "date_of_death": null,
                        "nationality": "American",
                        "twitter": "https://twitter.com/AstroDude",
                        "instagram": null,
                        "bio": "Leroy Chiao is a Chinese-American engineer, former NASA astronaut, entrepreneur, motivational speaker, and engineering consultant. Chiao flew on three Space Shuttle flights, and was the commander of Expedition 10, where he lived on board the International Space Station from October 13, 2004 to April 24, 2005. He is also a co-author and researcher for the Advanced Diagnostic Ultrasound in Microgravity project.",
                        "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/leroy_chiao_image_20220911034040.jpeg",
                        "wiki": "https://en.wikipedia.org/wiki/Leroy_Chiao",
                        "last_flight": "2004-10-14T03:06:26Z",
                        "first_flight": "1994-07-08T16:43:01Z"
                    }
                },
                {
                    "id": 4101,
                    "role": {
                        "id": 34,
                        "role": "EV2",
                        "priority": 1
                    },
                    "astronaut": {
                        "id": 455,
                        "url": "https://ll.thespacedevs.com/2.2.0/astronaut/455/?format=api",
                        "name": "Winston E. Scott",
                        "type": {
                            "id": 2,
                            "name": "Government"
                        },
                        "in_space": false,
                        "time_in_space": "P24DT14H34M41S",
                        "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": "1950-08-06",
                        "date_of_death": null,
                        "nationality": "American",
                        "twitter": null,
                        "instagram": null,
                        "bio": "Winston Elliott Scott is a retired United States Navy Captain and former NASA astronaut. He served as a mission specialist on STS-72 in 1996 and STS-87 in 1997 logged a total of 24 days, 14 hours and 34 minutes in space, including three spacewalks totaling 19 hours and 26 minutes. Winston was also a naval pilot and flew helicopters and navy planes.",
                        "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/winston_e._scot_image_20220911033837.jpeg",
                        "wiki": "https://en.wikipedia.org/wiki/Winston_E._Scott",
                        "last_flight": "1997-11-19T19:46:00Z",
                        "first_flight": "1996-01-11T09:41:00Z"
                    }
                }
            ]
        },
        {
            "id": 165,
            "url": "https://ll.thespacedevs.com/2.2.0/spacewalks/165/?format=api",
            "name": "STS-72 EVA 1",
            "start": "1996-01-15T05:35:00Z",
            "end": "1996-01-15T11:44:00Z",
            "duration": "PT6H9M",
            "location": "Low Earth Orbit",
            "crew": [
                {
                    "id": 4098,
                    "role": {
                        "id": 33,
                        "role": "EV1",
                        "priority": 0
                    },
                    "astronaut": {
                        "id": 429,
                        "url": "https://ll.thespacedevs.com/2.2.0/astronaut/429/?format=api",
                        "name": "Leroy Chiao",
                        "type": {
                            "id": 2,
                            "name": "Government"
                        },
                        "in_space": false,
                        "time_in_space": "P229DT8H39M14S",
                        "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": "1960-08-28",
                        "date_of_death": null,
                        "nationality": "American",
                        "twitter": "https://twitter.com/AstroDude",
                        "instagram": null,
                        "bio": "Leroy Chiao is a Chinese-American engineer, former NASA astronaut, entrepreneur, motivational speaker, and engineering consultant. Chiao flew on three Space Shuttle flights, and was the commander of Expedition 10, where he lived on board the International Space Station from October 13, 2004 to April 24, 2005. He is also a co-author and researcher for the Advanced Diagnostic Ultrasound in Microgravity project.",
                        "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/leroy_chiao_image_20220911034040.jpeg",
                        "wiki": "https://en.wikipedia.org/wiki/Leroy_Chiao",
                        "last_flight": "2004-10-14T03:06:26Z",
                        "first_flight": "1994-07-08T16:43:01Z"
                    }
                },
                {
                    "id": 4099,
                    "role": {
                        "id": 34,
                        "role": "EV2",
                        "priority": 1
                    },
                    "astronaut": {
                        "id": 445,
                        "url": "https://ll.thespacedevs.com/2.2.0/astronaut/445/?format=api",
                        "name": "Daniel T. Barry",
                        "type": {
                            "id": 2,
                            "name": "Government"
                        },
                        "in_space": false,
                        "time_in_space": "P30DT14H25M45S",
                        "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": "1953-12-30",
                        "date_of_death": null,
                        "nationality": "American",
                        "twitter": null,
                        "instagram": null,
                        "bio": "Daniel Thomas Barry is an American engineer, scientist, and a retired NASA astronaut. He was a contestant on the CBS reality television program Survivor: Panama, as well as on BattleBots on ABC. He was at Singularity University from 2009–2012, where he was co-chair of the Faculty of Artificial Intelligence and Robotics and the chair of the graduate summer program. He is also a co-founder of Fellow Robots, a telepresence robotics company and the founder and president of Denbar Robotics.",
                        "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/daniel2520t.2520barry_image_20181202144339.jpg",
                        "wiki": "https://en.wikipedia.org/wiki/Daniel_T._Barry",
                        "last_flight": "2001-08-10T21:10:14Z",
                        "first_flight": "1996-01-11T09:41:00Z"
                    }
                }
            ]
        },
        {
            "id": 221,
            "url": "https://ll.thespacedevs.com/2.2.0/spacewalks/221/?format=api",
            "name": "STS-113 EVA 2",
            "start": "2002-11-28T18:36:00Z",
            "end": "2002-11-29T00:46:00Z",
            "duration": "PT6H10M",
            "location": "International Space Station",
            "crew": [
                {
                    "id": 4210,
                    "role": {
                        "id": 33,
                        "role": "EV1",
                        "priority": 0
                    },
                    "astronaut": {
                        "id": 453,
                        "url": "https://ll.thespacedevs.com/2.2.0/astronaut/453/?format=api",
                        "name": "Michael López-Alegría",
                        "type": {
                            "id": 3,
                            "name": "Private"
                        },
                        "in_space": false,
                        "time_in_space": "P296DT16H14M9S",
                        "status": {
                            "id": 1,
                            "name": "Active"
                        },
                        "agency": {
                            "id": 1022,
                            "url": "https://ll.thespacedevs.com/2.2.0/agencies/1022/?format=api",
                            "name": "Axiom Space",
                            "type": "Private"
                        },
                        "date_of_birth": "1958-05-30",
                        "date_of_death": null,
                        "nationality": "American",
                        "twitter": "https://twitter.com/commandermla",
                        "instagram": null,
                        "bio": "Michael López-Alegría is a Spanish-American astronaut; a veteran of three Space Shuttle missions and one International Space Station mission. He is known for having performed ten spacewalks so far in his career, presently holding the second longest all-time EVA duration record and having the third longest spaceflight of any American at the length of 215 days; this time was spent on board the ISS from September 18, 2006 to April 21, 2007.",
                        "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/michael_l25c3_image_20201201090124.jpeg",
                        "wiki": "https://en.wikipedia.org/wiki/Michael_L%C3%B3pez-Alegr%C3%ADa",
                        "last_flight": "2024-01-18T21:49:11Z",
                        "first_flight": "1995-10-20T13:53:00Z"
                    }
                },
                {
                    "id": 4211,
                    "role": {
                        "id": 34,
                        "role": "EV2",
                        "priority": 1
                    },
                    "astronaut": {
                        "id": 138,
                        "url": "https://ll.thespacedevs.com/2.2.0/astronaut/138/?format=api",
                        "name": "John Herrington",
                        "type": {
                            "id": 2,
                            "name": "Government"
                        },
                        "in_space": false,
                        "time_in_space": "P13DT18H48M13S",
                        "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-09-14",
                        "date_of_death": null,
                        "nationality": "American",
                        "twitter": null,
                        "instagram": null,
                        "bio": "John Bennett Herrington  is a retired United States Naval Aviator and former NASA astronaut. In 2002, Herrington became the first enrolled member of a Native American tribe to fly in space.",
                        "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/john2520herrington_image_20181129205503.jpg",
                        "wiki": "https://en.wikipedia.org/wiki/John_Herrington",
                        "last_flight": "2002-11-24T00:49:47Z",
                        "first_flight": "2002-11-24T00:49:47Z"
                    }
                }
            ]
        },
        {
            "id": 396,
            "url": "https://ll.thespacedevs.com/2.2.0/spacewalks/396/?format=api",
            "name": "Expedition 55 EVA 1",
            "start": "2018-03-29T13:33:00Z",
            "end": "2018-03-29T19:43:00Z",
            "duration": "PT6H10M",
            "location": "International Space Station",
            "crew": [
                {
                    "id": 4560,
                    "role": {
                        "id": 33,
                        "role": "EV1",
                        "priority": 0
                    },
                    "astronaut": {
                        "id": 18,
                        "url": "https://ll.thespacedevs.com/2.2.0/astronaut/18/?format=api",
                        "name": "Andrew J. Feustel",
                        "type": {
                            "id": 2,
                            "name": "Government"
                        },
                        "in_space": false,
                        "time_in_space": "P225DT9H16M13S",
                        "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": "1965-08-25",
                        "date_of_death": null,
                        "nationality": "American",
                        "twitter": "https://twitter.com/Astro_Feustel",
                        "instagram": "https://www.instagram.com/astro_feustel/",
                        "bio": "Andrew Jay \"Drew\" Feustel is a geophysicist and a NASA astronaut. Following several years working as a geophysicist, Feustel was selected as an astronaut candidate by NASA in July 2000. His first spaceflight in May 2009, STS-125, lasted just under 13 days. This was a mission with six other astronauts to repair the Hubble Space Telescope, aboard Space Shuttle Atlantis. Feustel performed three spacewalks during the mission. His second spaceflight was STS-134, which launched on May 16, 2011 and landed on June 1, 2011. STS-134 was the penultimate Space Shuttle flight. Feustel returned to space on March 21, 2018 on Soyuz MS-08 with Expedition 55/56. For expedition 56, he commanded the International Space Station, before handing over to Alexander Gerst on October 3, 2018.",
                        "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/andrew2520j.2520feustel_image_20181127212906.jpg",
                        "wiki": "https://en.wikipedia.org/wiki/Andrew_J._Feustel",
                        "last_flight": "2018-03-21T17:44:23Z",
                        "first_flight": "2009-05-11T18:01:56Z"
                    }
                },
                {
                    "id": 4561,
                    "role": {
                        "id": 34,
                        "role": "EV2",
                        "priority": 1
                    },
                    "astronaut": {
                        "id": 19,
                        "url": "https://ll.thespacedevs.com/2.2.0/astronaut/19/?format=api",
                        "name": "Richard R. Arnold",
                        "type": {
                            "id": 2,
                            "name": "Government"
                        },
                        "in_space": false,
                        "time_in_space": "P209DT13H29M53S",
                        "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": "1963-11-26",
                        "date_of_death": null,
                        "nationality": "American",
                        "twitter": "https://twitter.com/astro_ricky",
                        "instagram": "https://www.instagram.com/astro_ricky/",
                        "bio": "Richard Robert \"Ricky\" Arnold II is an American educator and a NASA astronaut. He flew on Space Shuttle mission STS-119, which launched March 15, 2009 and delivered the final set of solar arrays to the International Space Station. He launched again in 2018 to the ISS, onboard Soyuz MS-08.",
                        "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/richard_r._arno_image_20220911034515.jpeg",
                        "wiki": "https://en.wikipedia.org/wiki/Richard_R._Arnold",
                        "last_flight": "2018-03-21T17:44:23Z",
                        "first_flight": "2009-03-15T23:43:44Z"
                    }
                }
            ]
        },
        {
            "id": 454,
            "url": "https://ll.thespacedevs.com/2.2.0/spacewalks/454/?format=api",
            "name": "Shenzhou 13 EVA 2",
            "start": "2021-12-26T10:44:00Z",
            "end": "2021-12-26T16:55:00Z",
            "duration": "PT6H11M",
            "location": "Tiangong Space Station",
            "crew": [
                {
                    "id": 4676,
                    "role": {
                        "id": 33,
                        "role": "EV1",
                        "priority": 0
                    },
                    "astronaut": {
                        "id": 296,
                        "url": "https://ll.thespacedevs.com/2.2.0/astronaut/296/?format=api",
                        "name": "Zhai Zhigang",
                        "type": {
                            "id": 2,
                            "name": "Government"
                        },
                        "in_space": false,
                        "time_in_space": "P185DT5H59M37S",
                        "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": "1966-10-10",
                        "date_of_death": null,
                        "nationality": "Chinese",
                        "twitter": null,
                        "instagram": null,
                        "bio": "Zhai Zhigang (born October 10, 1966) is a major general in the People's Liberation Army Air Force and a CNSA astronaut. During the Shenzhou 7 mission in 2008, he became the first Chinese citizen to carry out a spacewalk.",
                        "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/zhai_zhigang_image_20211014075835.jpg",
                        "wiki": "https://en.wikipedia.org/wiki/Zhai_Zhigang",
                        "last_flight": "2021-10-15T16:23:56Z",
                        "first_flight": "2008-09-25T13:10:04Z"
                    }
                },
                {
                    "id": 4677,
                    "role": {
                        "id": 34,
                        "role": "EV2",
                        "priority": 1
                    },
                    "astronaut": {
                        "id": 666,
                        "url": "https://ll.thespacedevs.com/2.2.0/astronaut/666/?format=api",
                        "name": "Ye Guangfu",
                        "type": {
                            "id": 2,
                            "name": "Government"
                        },
                        "in_space": false,
                        "time_in_space": "P374DT13H58M8S",
                        "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": "1980-09-01",
                        "date_of_death": null,
                        "nationality": "Chinese",
                        "twitter": null,
                        "instagram": null,
                        "bio": "Chinese astronaut Ye Guangfu was born in 1980 in the Sichuan province of China. He is an air force pilot and spent four years as an instructor and four years as a jet fighter pilot amassing 1100 hours of flight time. Ye was recruited as an astronaut trainee for China’s Astronaut Center in 2010 and qualified in 2014.\r\n\r\nBirth day unkown.",
                        "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/ye_guangfu_image_20211014075904.jpg",
                        "wiki": "https://en.wikipedia.org/wiki/Ye_Guangfu",
                        "last_flight": "2024-04-25T12:59:00Z",
                        "first_flight": "2021-10-15T16:23:56Z"
                    }
                }
            ]
        },
        {
            "id": 121,
            "url": "https://ll.thespacedevs.com/2.2.0/spacewalks/121/?format=api",
            "name": "PE-24 EVA 5",
            "start": "1997-11-06T00:12:00Z",
            "end": "1997-11-06T06:24:00Z",
            "duration": "PT6H12M",
            "location": "Mir",
            "crew": [
                {
                    "id": 4009,
                    "role": {
                        "id": 33,
                        "role": "EV1",
                        "priority": 0
                    },
                    "astronaut": {
                        "id": 257,
                        "url": "https://ll.thespacedevs.com/2.2.0/astronaut/257/?format=api",
                        "name": "Anatoly Solovyev",
                        "type": {
                            "id": 2,
                            "name": "Government"
                        },
                        "in_space": false,
                        "time_in_space": "P651DT1M21S",
                        "status": {
                            "id": 2,
                            "name": "Retired"
                        },
                        "agency": {
                            "id": 63,
                            "url": "https://ll.thespacedevs.com/2.2.0/agencies/63/?format=api",
                            "name": "Russian Federal Space Agency (ROSCOSMOS)",
                            "type": "Government"
                        },
                        "date_of_birth": "1948-01-16",
                        "date_of_death": null,
                        "nationality": "Russian",
                        "twitter": null,
                        "instagram": null,
                        "bio": "Anatoly Yakovlevich Solovyev (Russian: Анатолий Яковлевич Соловьёв; born January 16, 1948 – alternate spelling \"Solovyov\") is a retired Russian and Soviet cosmonaut and pilot. Solovyev holds the world record on the number of spacewalks performed (16), and accumulated time spent spacewalking (over 82 hours).",
                        "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/anatoly2520solovyev_image_20181201221333.jpg",
                        "wiki": "https://en.wikipedia.org/wiki/Anatoly_Solovyev",
                        "last_flight": "1997-08-05T15:35:54Z",
                        "first_flight": "1988-06-07T14:03:13Z"
                    }
                },
                {
                    "id": 4010,
                    "role": {
                        "id": 34,
                        "role": "EV2",
                        "priority": 1
                    },
                    "astronaut": {
                        "id": 278,
                        "url": "https://ll.thespacedevs.com/2.2.0/astronaut/278/?format=api",
                        "name": "Pavel Vinogradov",
                        "type": {
                            "id": 2,
                            "name": "Government"
                        },
                        "in_space": false,
                        "time_in_space": "P546DT22H31M26S",
                        "status": {
                            "id": 1,
                            "name": "Active"
                        },
                        "agency": {
                            "id": 63,
                            "url": "https://ll.thespacedevs.com/2.2.0/agencies/63/?format=api",
                            "name": "Russian Federal Space Agency (ROSCOSMOS)",
                            "type": "Government"
                        },
                        "date_of_birth": "1953-08-31",
                        "date_of_death": null,
                        "nationality": "Russian",
                        "twitter": null,
                        "instagram": null,
                        "bio": "Pavel Vladimirovich Vinogradov (Russian: Павел Владимирович Виноградов; born August 31, 1953 in Magadan, USSR) is a cosmonaut and former commander of the International Space Station. As of May 2013, he has flown into space three times, aboard Mir and the International Space Station, and is one of the top 10 astronauts in terms of total time in space. Vinogradov has also conducted seven spacewalks in his cosmonaut career, and holds the record for the oldest person to perform a spacewalk.",
                        "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/pavel2520vinogradov_image_20181201224203.jpg",
                        "wiki": "https://en.wikipedia.org/wiki/Pavel_Vinogradov",
                        "last_flight": "2013-03-28T20:43:20Z",
                        "first_flight": "1997-08-05T15:35:54Z"
                    }
                }
            ]
        },
        {
            "id": 369,
            "url": "https://ll.thespacedevs.com/2.2.0/spacewalks/369/?format=api",
            "name": "Expedition 41 EVA 1",
            "start": "2014-10-07T12:30:00Z",
            "end": "2014-10-07T18:43:00Z",
            "duration": "PT6H13M",
            "location": "International Space Station",
            "crew": [
                {
                    "id": 4506,
                    "role": {
                        "id": 33,
                        "role": "EV1",
                        "priority": 0
                    },
                    "astronaut": {
                        "id": 568,
                        "url": "https://ll.thespacedevs.com/2.2.0/astronaut/568/?format=api",
                        "name": "Gregory R. Wiseman",
                        "type": {
                            "id": 2,
                            "name": "Government"
                        },
                        "in_space": false,
                        "time_in_space": "P165DT8H19S",
                        "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": "1975-11-11",
                        "date_of_death": null,
                        "nationality": "American",
                        "twitter": "https://twitter.com/astro_reid",
                        "instagram": null,
                        "bio": "Gregory Reid Wiseman is an American astronaut, engineer, and naval aviator. Wiseman was selected in June 2009 as a member of the NASA Astronaut Group 20 and qualified as an astronaut in 2011. Wiseman took part in his first spaceflight as part of the crew of Expedition 40/41, which launched to the International Space Station on May 28, 2014, and returned on November 10, 2014. Before joining NASA, Wiseman was a Naval Aviator and test pilot. Wiseman has been the Deputy Chief of the Astronaut Office since June, 2017, working under Chief Astronaut Patrick Forrester.",
                        "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/gregory2520r.2520wiseman_image_20181203172719.jpg",
                        "wiki": "https://en.wikipedia.org/wiki/Gregory_R._Wiseman",
                        "last_flight": "2014-05-28T19:57:41Z",
                        "first_flight": "2014-05-28T19:57:41Z"
                    }
                },
                {
                    "id": 4507,
                    "role": {
                        "id": 34,
                        "role": "EV2",
                        "priority": 1
                    },
                    "astronaut": {
                        "id": 12,
                        "url": "https://ll.thespacedevs.com/2.2.0/astronaut/12/?format=api",
                        "name": "Alexander Gerst",
                        "type": {
                            "id": 2,
                            "name": "Government"
                        },
                        "in_space": false,
                        "time_in_space": "P362DT1H49M38S",
                        "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": "1976-05-03",
                        "date_of_death": null,
                        "nationality": "German",
                        "twitter": "https://twitter.com/Astro_Alex",
                        "instagram": "https://www.instagram.com/astro_alex_esa/",
                        "bio": "Alexander Gerst is a German European Space Agency astronaut and geophysicist, who was selected in 2009 to take part in space training.\r\nHe was part of the International Space Station Expedition 40 and 41 from May to November 2014.\r\nGerst returned to space on June 6, 2018, as part of Expedition 56/57 as the ISS Commander.",
                        "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/alexander2520gerst_image_20181127211820.jpg",
                        "wiki": "https://en.wikipedia.org/wiki/Alexander_Gerst",
                        "last_flight": "2018-06-06T11:12:41Z",
                        "first_flight": "2014-05-28T19:57:41Z"
                    }
                }
            ]
        },
        {
            "id": 244,
            "url": "https://ll.thespacedevs.com/2.2.0/spacewalks/244/?format=api",
            "name": "STS-120 EVA 1",
            "start": "2007-10-26T10:02:00Z",
            "end": "2007-10-26T16:16:00Z",
            "duration": "PT6H14M",
            "location": "International Space Station",
            "crew": [
                {
                    "id": 4256,
                    "role": {
                        "id": 33,
                        "role": "EV1",
                        "priority": 0
                    },
                    "astronaut": {
                        "id": 454,
                        "url": "https://ll.thespacedevs.com/2.2.0/astronaut/454/?format=api",
                        "name": "Scott E. Parazynski",
                        "type": {
                            "id": 2,
                            "name": "Government"
                        },
                        "in_space": false,
                        "time_in_space": "P57DT15H31M23S",
                        "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": "1961-07-28",
                        "date_of_death": null,
                        "nationality": "American",
                        "twitter": "https://twitter.com/AstroDocScott",
                        "instagram": "https://www.instagram.com/astrodocscott/",
                        "bio": "Scott Edward Parazynski is an American physician and a former NASA astronaut. A veteran of five Space Shuttle flights and seven spacewalks, Parazynski's latest mission was STS-120 in October, 2007 – highlighted by a dramatic, unplanned EVA to repair a live solar array. In May 2016 he was inducted into the US Astronaut Hall of Fame. He retired from NASA in March 2009 to pursue entrepreneurial opportunities in the private sector, and he is currently the CEO of a technology start-up. He is the first person to have both flown in space and summited Mount Everest, the highest point on Earth.",
                        "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/scott2520e.2520parazynski_image_20181202145657.jpg",
                        "wiki": "https://en.wikipedia.org/wiki/Scott_E._Parazynski",
                        "last_flight": "2007-10-23T15:38:19Z",
                        "first_flight": "1994-11-03T16:59:43Z"
                    }
                },
                {
                    "id": 4257,
                    "role": {
                        "id": 34,
                        "role": "EV2",
                        "priority": 1
                    },
                    "astronaut": {
                        "id": 536,
                        "url": "https://ll.thespacedevs.com/2.2.0/astronaut/536/?format=api",
                        "name": "Douglas H. Wheelock",
                        "type": {
                            "id": 2,
                            "name": "Government"
                        },
                        "in_space": false,
                        "time_in_space": "P178DT9H33M22S",
                        "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": "1960-05-05",
                        "date_of_death": null,
                        "nationality": "American",
                        "twitter": null,
                        "instagram": null,
                        "bio": "Douglas Harry \"Wheels\" Wheelock is an American engineer and astronaut. He has flown in space twice, logging 178 days on the Space Shuttle, International Space Station, and Russian Soyuz. On July 12, 2011, Wheelock announced that he would be returning to active duty with the United States Army in support of Operation Enduring Freedom.",
                        "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/douglas_h._whee_image_20220911033623.jpeg",
                        "wiki": "https://en.wikipedia.org/wiki/Douglas_H._Wheelock",
                        "last_flight": "2010-06-15T21:35:19Z",
                        "first_flight": "2007-10-23T15:38:19Z"
                    }
                }
            ]
        }
    ]
}