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=50&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=60&ordering=-name",
    "previous": "https://ll.thespacedevs.com/2.2.0/spacewalks/?format=api&limit=10&offset=40&ordering=-name",
    "results": [
        {
            "id": 140,
            "url": "https://ll.thespacedevs.com/2.2.0/spacewalks/140/?format=api",
            "name": "STS-41-G EVA",
            "start": "1984-10-11T15:38:00Z",
            "end": "1984-10-11T19:05:00Z",
            "duration": "PT3H27M",
            "location": "Low Earth Orbit",
            "crew": [
                {
                    "id": 4047,
                    "role": {
                        "id": 33,
                        "role": "EV1",
                        "priority": 0
                    },
                    "astronaut": {
                        "id": 376,
                        "url": "https://ll.thespacedevs.com/2.2.0/astronaut/376/?format=api",
                        "name": "David Leestma",
                        "type": {
                            "id": 2,
                            "name": "Government"
                        },
                        "in_space": false,
                        "time_in_space": "P22DT4H32M21S",
                        "status": {
                            "id": 2,
                            "name": "Retired"
                        },
                        "agency": {
                            "id": 44,
                            "url": "https://ll.thespacedevs.com/2.2.0/agencies/44/?format=api",
                            "name": "National Aeronautics and Space Administration",
                            "type": "Government"
                        },
                        "date_of_birth": "1949-05-06",
                        "date_of_death": null,
                        "nationality": "American",
                        "twitter": null,
                        "instagram": null,
                        "bio": "David Cornell Leestma is a former American astronaut and retired Captain in the United States Navy.",
                        "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/david2520leestma_image_20181202121039.jpg",
                        "wiki": "https://en.wikipedia.org/wiki/David_Leestma",
                        "last_flight": "1992-03-24T13:13:39Z",
                        "first_flight": "1984-10-05T11:03:00Z"
                    }
                },
                {
                    "id": 4048,
                    "role": {
                        "id": 34,
                        "role": "EV2",
                        "priority": 1
                    },
                    "astronaut": {
                        "id": 361,
                        "url": "https://ll.thespacedevs.com/2.2.0/astronaut/361/?format=api",
                        "name": "Kathryn D. Sullivan",
                        "type": {
                            "id": 2,
                            "name": "Government"
                        },
                        "in_space": false,
                        "time_in_space": "P22DT4H47M30S",
                        "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-10-03",
                        "date_of_death": null,
                        "nationality": "American",
                        "twitter": null,
                        "instagram": null,
                        "bio": "Kathryn Dwyer Sullivan is an American geologist and a former NASA astronaut. A crew member on three Space Shuttle missions, she was the first American woman to walk in space on October 11, 1984. She was Under Secretary of Commerce for Oceans and Atmosphere and Administrator of the National Oceanic and Atmospheric Administration after being confirmed by the U.S. Senate on March 6, 2014. Sullivan's tenure ended on January 20, 2017 with the swearing in of President Donald Trump. Following completion of her service at NOAA, she was designated as the 2017 Charles A. Lindbergh Chair of Aerospace History at the Smithsonian Institution’s National Air and Space Museum, and has also served as a Senior Fellow at the Potomac Institute for Policy Studies.",
                        "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/kathryn_d._sull_image_20220911033537.jpeg",
                        "wiki": "https://en.wikipedia.org/wiki/Kathryn_D._Sullivan",
                        "last_flight": "1992-03-24T13:13:39Z",
                        "first_flight": "1984-10-05T11:03:00Z"
                    }
                }
            ]
        },
        {
            "id": 139,
            "url": "https://ll.thespacedevs.com/2.2.0/spacewalks/139/?format=api",
            "name": "STS-41-C EVA 2",
            "start": "1984-04-11T08:58:00Z",
            "end": "1984-04-11T15:42:00Z",
            "duration": "PT6H44M",
            "location": "Solar Maximum Mission (LEO)",
            "crew": [
                {
                    "id": 4045,
                    "role": {
                        "id": 33,
                        "role": "EV1",
                        "priority": 0
                    },
                    "astronaut": {
                        "id": 355,
                        "url": "https://ll.thespacedevs.com/2.2.0/astronaut/355/?format=api",
                        "name": "George Nelson",
                        "type": {
                            "id": 2,
                            "name": "Government"
                        },
                        "in_space": false,
                        "time_in_space": "P17DT2H43M",
                        "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-07-13",
                        "date_of_death": null,
                        "nationality": "American",
                        "twitter": null,
                        "instagram": null,
                        "bio": "George Driver \"Pinky\" Nelson is an American physicist, astronomer, science educator, and a former NASA astronaut.",
                        "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/george2520nelson_image_20181202104538.jpg",
                        "wiki": "https://en.wikipedia.org/wiki/George_Nelson_(astronaut)",
                        "last_flight": "1988-09-29T15:37:00Z",
                        "first_flight": "1984-04-06T13:58:00Z"
                    }
                },
                {
                    "id": 4046,
                    "role": {
                        "id": 34,
                        "role": "EV2",
                        "priority": 1
                    },
                    "astronaut": {
                        "id": 362,
                        "url": "https://ll.thespacedevs.com/2.2.0/astronaut/362/?format=api",
                        "name": "James van Hoften",
                        "type": {
                            "id": 2,
                            "name": "Government"
                        },
                        "in_space": false,
                        "time_in_space": "P14DT1H56M59S",
                        "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-06-11",
                        "date_of_death": null,
                        "nationality": "American",
                        "twitter": null,
                        "instagram": null,
                        "bio": "James Dougal Adrianus \"Ox\" van Hoften, Ph.D. is an American civil and hydraulic engineer, retired U.S. Navy officer and aviator, and a former astronaut for NASA.",
                        "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/james2520van2520hoften_image_20181202105528.jpg",
                        "wiki": "https://en.wikipedia.org/wiki/James_van_Hoften",
                        "last_flight": "1985-08-27T10:58:01Z",
                        "first_flight": "1984-04-06T13:58:00Z"
                    }
                }
            ]
        },
        {
            "id": 138,
            "url": "https://ll.thespacedevs.com/2.2.0/spacewalks/138/?format=api",
            "name": "STS-41-C EVA 1",
            "start": "1984-04-08T14:18:00Z",
            "end": "1984-04-08T16:56:00Z",
            "duration": "PT2H38M",
            "location": "Solar Maximum Mission (LEO)",
            "crew": [
                {
                    "id": 4043,
                    "role": {
                        "id": 33,
                        "role": "EV1",
                        "priority": 0
                    },
                    "astronaut": {
                        "id": 355,
                        "url": "https://ll.thespacedevs.com/2.2.0/astronaut/355/?format=api",
                        "name": "George Nelson",
                        "type": {
                            "id": 2,
                            "name": "Government"
                        },
                        "in_space": false,
                        "time_in_space": "P17DT2H43M",
                        "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-07-13",
                        "date_of_death": null,
                        "nationality": "American",
                        "twitter": null,
                        "instagram": null,
                        "bio": "George Driver \"Pinky\" Nelson is an American physicist, astronomer, science educator, and a former NASA astronaut.",
                        "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/george2520nelson_image_20181202104538.jpg",
                        "wiki": "https://en.wikipedia.org/wiki/George_Nelson_(astronaut)",
                        "last_flight": "1988-09-29T15:37:00Z",
                        "first_flight": "1984-04-06T13:58:00Z"
                    }
                },
                {
                    "id": 4044,
                    "role": {
                        "id": 34,
                        "role": "EV2",
                        "priority": 1
                    },
                    "astronaut": {
                        "id": 362,
                        "url": "https://ll.thespacedevs.com/2.2.0/astronaut/362/?format=api",
                        "name": "James van Hoften",
                        "type": {
                            "id": 2,
                            "name": "Government"
                        },
                        "in_space": false,
                        "time_in_space": "P14DT1H56M59S",
                        "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-06-11",
                        "date_of_death": null,
                        "nationality": "American",
                        "twitter": null,
                        "instagram": null,
                        "bio": "James Dougal Adrianus \"Ox\" van Hoften, Ph.D. is an American civil and hydraulic engineer, retired U.S. Navy officer and aviator, and a former astronaut for NASA.",
                        "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/james2520van2520hoften_image_20181202105528.jpg",
                        "wiki": "https://en.wikipedia.org/wiki/James_van_Hoften",
                        "last_flight": "1985-08-27T10:58:01Z",
                        "first_flight": "1984-04-06T13:58:00Z"
                    }
                }
            ]
        },
        {
            "id": 137,
            "url": "https://ll.thespacedevs.com/2.2.0/spacewalks/137/?format=api",
            "name": "STS-41-B EVA 2",
            "start": "1984-02-09T10:24:00Z",
            "end": "1984-02-09T16:41:00Z",
            "duration": "PT6H17M",
            "location": "Low Earth Orbit",
            "crew": [
                {
                    "id": 4041,
                    "role": {
                        "id": 33,
                        "role": "EV1",
                        "priority": 0
                    },
                    "astronaut": {
                        "id": 312,
                        "url": "https://ll.thespacedevs.com/2.2.0/astronaut/312/?format=api",
                        "name": "Bruce McCandless II",
                        "type": {
                            "id": 2,
                            "name": "Government"
                        },
                        "in_space": false,
                        "time_in_space": "P13DT31M4S",
                        "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": "1937-06-08",
                        "date_of_death": "2017-12-21",
                        "nationality": "American",
                        "twitter": null,
                        "instagram": null,
                        "bio": "Bruce McCandless II was a U.S. naval officer and aviator, electrical engineer, and NASA astronaut. In 1984, during the first of his two Space Shuttle missions, he made the first untethered free flight by using the Manned Maneuvering Unit.",
                        "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/bruce2520mccandless2520ii_image_20181202091749.jpg",
                        "wiki": "https://en.wikipedia.org/wiki/Bruce_McCandless_II",
                        "last_flight": "1990-04-24T12:33:51Z",
                        "first_flight": "1984-02-03T13:00:00Z"
                    }
                },
                {
                    "id": 4042,
                    "role": {
                        "id": 34,
                        "role": "EV2",
                        "priority": 1
                    },
                    "astronaut": {
                        "id": 360,
                        "url": "https://ll.thespacedevs.com/2.2.0/astronaut/360/?format=api",
                        "name": "Robert L. Stewart",
                        "type": {
                            "id": 2,
                            "name": "Government"
                        },
                        "in_space": false,
                        "time_in_space": "P12DT1H25S",
                        "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": "1942-05-10",
                        "date_of_death": null,
                        "nationality": "American",
                        "twitter": null,
                        "instagram": null,
                        "bio": "Robert Lee Stewart is a retired brigadier general of the United States Army and a former NASA astronaut.",
                        "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/robert2520l.2520stewart_image_20181202105233.jpg",
                        "wiki": "https://en.wikipedia.org/wiki/Robert_L._Stewart",
                        "last_flight": "1985-10-03T15:15:30Z",
                        "first_flight": "1984-02-03T13:00:00Z"
                    }
                }
            ]
        },
        {
            "id": 136,
            "url": "https://ll.thespacedevs.com/2.2.0/spacewalks/136/?format=api",
            "name": "STS-41-B EVA 1",
            "start": "1984-02-07T12:10:00Z",
            "end": "1984-02-07T18:05:00Z",
            "duration": "PT5H55M",
            "location": "Low Earth Orbit",
            "crew": [
                {
                    "id": 4039,
                    "role": {
                        "id": 33,
                        "role": "EV1",
                        "priority": 0
                    },
                    "astronaut": {
                        "id": 312,
                        "url": "https://ll.thespacedevs.com/2.2.0/astronaut/312/?format=api",
                        "name": "Bruce McCandless II",
                        "type": {
                            "id": 2,
                            "name": "Government"
                        },
                        "in_space": false,
                        "time_in_space": "P13DT31M4S",
                        "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": "1937-06-08",
                        "date_of_death": "2017-12-21",
                        "nationality": "American",
                        "twitter": null,
                        "instagram": null,
                        "bio": "Bruce McCandless II was a U.S. naval officer and aviator, electrical engineer, and NASA astronaut. In 1984, during the first of his two Space Shuttle missions, he made the first untethered free flight by using the Manned Maneuvering Unit.",
                        "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/bruce2520mccandless2520ii_image_20181202091749.jpg",
                        "wiki": "https://en.wikipedia.org/wiki/Bruce_McCandless_II",
                        "last_flight": "1990-04-24T12:33:51Z",
                        "first_flight": "1984-02-03T13:00:00Z"
                    }
                },
                {
                    "id": 4040,
                    "role": {
                        "id": 34,
                        "role": "EV2",
                        "priority": 1
                    },
                    "astronaut": {
                        "id": 360,
                        "url": "https://ll.thespacedevs.com/2.2.0/astronaut/360/?format=api",
                        "name": "Robert L. Stewart",
                        "type": {
                            "id": 2,
                            "name": "Government"
                        },
                        "in_space": false,
                        "time_in_space": "P12DT1H25S",
                        "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": "1942-05-10",
                        "date_of_death": null,
                        "nationality": "American",
                        "twitter": null,
                        "instagram": null,
                        "bio": "Robert Lee Stewart is a retired brigadier general of the United States Army and a former NASA astronaut.",
                        "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/robert2520l.2520stewart_image_20181202105233.jpg",
                        "wiki": "https://en.wikipedia.org/wiki/Robert_L._Stewart",
                        "last_flight": "1985-10-03T15:15:30Z",
                        "first_flight": "1984-02-03T13:00:00Z"
                    }
                }
            ]
        },
        {
            "id": 149,
            "url": "https://ll.thespacedevs.com/2.2.0/spacewalks/149/?format=api",
            "name": "STS-37 EVA 2 (Placeholder)",
            "start": "1991-04-08T00:00:00Z",
            "end": "1991-04-08T05:47:00Z",
            "duration": "PT5H47M",
            "location": "Low Earth Orbit",
            "crew": [
                {
                    "id": 4065,
                    "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": 4066,
                    "role": {
                        "id": 34,
                        "role": "EV2",
                        "priority": 1
                    },
                    "astronaut": {
                        "id": 602,
                        "url": "https://ll.thespacedevs.com/2.2.0/astronaut/602/?format=api",
                        "name": "Jerome Apt",
                        "type": {
                            "id": 2,
                            "name": "Government"
                        },
                        "in_space": false,
                        "time_in_space": "P35DT7H10M25S",
                        "status": {
                            "id": 2,
                            "name": "Retired"
                        },
                        "agency": {
                            "id": 44,
                            "url": "https://ll.thespacedevs.com/2.2.0/agencies/44/?format=api",
                            "name": "National Aeronautics and Space Administration",
                            "type": "Government"
                        },
                        "date_of_birth": "1949-04-28",
                        "date_of_death": null,
                        "nationality": "American",
                        "twitter": null,
                        "instagram": null,
                        "bio": "Jerome \"Jay\" Apt III, Ph.D. (born April 28, 1949 in Massachusetts) is an American astronaut and professor at Carnegie Mellon University. Before he became an astronaut, Apt was a physicist who worked on the Pioneer Venus 1978 space probe project, and used visible light and infrared techniques to study the planets and moons of the solar system from ground-based observatories.",
                        "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/jerome2520apt_image_20181208003023.jpg",
                        "wiki": "https://en.wikipedia.org/wiki/Jerome_Apt",
                        "last_flight": "1996-09-16T08:54:49Z",
                        "first_flight": "1991-04-05T14:22:45Z"
                    }
                }
            ]
        },
        {
            "id": 148,
            "url": "https://ll.thespacedevs.com/2.2.0/spacewalks/148/?format=api",
            "name": "STS-37 EVA 1 (Placeholder)",
            "start": "1991-04-07T00:00:00Z",
            "end": "1991-04-07T04:26:00Z",
            "duration": "PT4H26M",
            "location": "Compton Gamma Ray Observatory (LEO)",
            "crew": [
                {
                    "id": 4063,
                    "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": 4064,
                    "role": {
                        "id": 34,
                        "role": "EV2",
                        "priority": 1
                    },
                    "astronaut": {
                        "id": 602,
                        "url": "https://ll.thespacedevs.com/2.2.0/astronaut/602/?format=api",
                        "name": "Jerome Apt",
                        "type": {
                            "id": 2,
                            "name": "Government"
                        },
                        "in_space": false,
                        "time_in_space": "P35DT7H10M25S",
                        "status": {
                            "id": 2,
                            "name": "Retired"
                        },
                        "agency": {
                            "id": 44,
                            "url": "https://ll.thespacedevs.com/2.2.0/agencies/44/?format=api",
                            "name": "National Aeronautics and Space Administration",
                            "type": "Government"
                        },
                        "date_of_birth": "1949-04-28",
                        "date_of_death": null,
                        "nationality": "American",
                        "twitter": null,
                        "instagram": null,
                        "bio": "Jerome \"Jay\" Apt III, Ph.D. (born April 28, 1949 in Massachusetts) is an American astronaut and professor at Carnegie Mellon University. Before he became an astronaut, Apt was a physicist who worked on the Pioneer Venus 1978 space probe project, and used visible light and infrared techniques to study the planets and moons of the solar system from ground-based observatories.",
                        "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/jerome2520apt_image_20181208003023.jpg",
                        "wiki": "https://en.wikipedia.org/wiki/Jerome_Apt",
                        "last_flight": "1996-09-16T08:54:49Z",
                        "first_flight": "1991-04-05T14:22:45Z"
                    }
                }
            ]
        },
        {
            "id": 296,
            "url": "https://ll.thespacedevs.com/2.2.0/spacewalks/296/?format=api",
            "name": "STS-134 EVA 4",
            "start": "2011-05-27T04:15:00Z",
            "end": "2011-05-27T11:39:00Z",
            "duration": "PT7H24M",
            "location": "International Space Station",
            "crew": [
                {
                    "id": 4360,
                    "role": {
                        "id": 33,
                        "role": "EV1",
                        "priority": 0
                    },
                    "astronaut": {
                        "id": 500,
                        "url": "https://ll.thespacedevs.com/2.2.0/astronaut/500/?format=api",
                        "name": "Edward Michael Fincke",
                        "type": {
                            "id": 2,
                            "name": "Government"
                        },
                        "in_space": false,
                        "time_in_space": "P381DT15H8M59S",
                        "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-03-14",
                        "date_of_death": null,
                        "nationality": "American",
                        "twitter": null,
                        "instagram": null,
                        "bio": "Edward Michael \"Mike\"/\"Spanky\" Fincke is an American astronaut who formerly held the American record for the most time in space (381.6 days). His record was broken by Scott Kelly on October 16, 2015. He was born in Pittsburgh, Pennsylvania, but considers its suburb Emsworth to be his hometown. He is a United States Air Force officer and a NASA astronaut, and served two tours aboard the International Space Station as a flight engineer and commander. He flew on one Space Shuttle mission, STS-134 as a Mission Specialist.",
                        "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/michael_fincke_image_20220911033941.jpeg",
                        "wiki": "https://en.wikipedia.org/wiki/Michael_Fincke",
                        "last_flight": "2011-05-16T12:56:28Z",
                        "first_flight": "2004-04-19T03:19:00Z"
                    }
                },
                {
                    "id": 4361,
                    "role": {
                        "id": 34,
                        "role": "EV2",
                        "priority": 1
                    },
                    "astronaut": {
                        "id": 525,
                        "url": "https://ll.thespacedevs.com/2.2.0/astronaut/525/?format=api",
                        "name": "Gregory Chamitoff",
                        "type": {
                            "id": 2,
                            "name": "Government"
                        },
                        "in_space": false,
                        "time_in_space": "P198DT18H1M20S",
                        "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": "1962-08-06",
                        "date_of_death": null,
                        "nationality": "American",
                        "twitter": "https://twitter.com/Astro_Taz",
                        "instagram": null,
                        "bio": "Gregory Errol Chamitoff is an engineer and NASA astronaut. He was assigned to Expedition 17 and flew to the International Space Station on STS-124, launching 31 May 2008. He was in space for 6 months, joining Expedition 18 after Expedition 17 left the station. He returned to Earth on the 30th of November 2008 aboard STS-126. Chamitoff served as a mission specialist on the STS-134 mission, which was the last flight of Space Shuttle Endeavour which delivered the Alpha Magnetic Spectrometer to the ISS.",
                        "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/gregory_chamito_image_20220911034240.jpeg",
                        "wiki": "https://en.wikipedia.org/wiki/Gregory_Chamitoff",
                        "last_flight": "2011-05-16T12:56:28Z",
                        "first_flight": "2008-05-31T21:02:12Z"
                    }
                }
            ]
        },
        {
            "id": 295,
            "url": "https://ll.thespacedevs.com/2.2.0/spacewalks/295/?format=api",
            "name": "STS-134 EVA 3",
            "start": "2011-05-25T05:43:00Z",
            "end": "2011-05-25T12:37:00Z",
            "duration": "PT6H54M",
            "location": "International Space Station",
            "crew": [
                {
                    "id": 4358,
                    "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": 4359,
                    "role": {
                        "id": 34,
                        "role": "EV2",
                        "priority": 1
                    },
                    "astronaut": {
                        "id": 500,
                        "url": "https://ll.thespacedevs.com/2.2.0/astronaut/500/?format=api",
                        "name": "Edward Michael Fincke",
                        "type": {
                            "id": 2,
                            "name": "Government"
                        },
                        "in_space": false,
                        "time_in_space": "P381DT15H8M59S",
                        "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-03-14",
                        "date_of_death": null,
                        "nationality": "American",
                        "twitter": null,
                        "instagram": null,
                        "bio": "Edward Michael \"Mike\"/\"Spanky\" Fincke is an American astronaut who formerly held the American record for the most time in space (381.6 days). His record was broken by Scott Kelly on October 16, 2015. He was born in Pittsburgh, Pennsylvania, but considers its suburb Emsworth to be his hometown. He is a United States Air Force officer and a NASA astronaut, and served two tours aboard the International Space Station as a flight engineer and commander. He flew on one Space Shuttle mission, STS-134 as a Mission Specialist.",
                        "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/michael_fincke_image_20220911033941.jpeg",
                        "wiki": "https://en.wikipedia.org/wiki/Michael_Fincke",
                        "last_flight": "2011-05-16T12:56:28Z",
                        "first_flight": "2004-04-19T03:19:00Z"
                    }
                }
            ]
        },
        {
            "id": 294,
            "url": "https://ll.thespacedevs.com/2.2.0/spacewalks/294/?format=api",
            "name": "STS-134 EVA 2",
            "start": "2011-05-22T06:05:00Z",
            "end": "2011-05-22T14:12:00Z",
            "duration": "PT8H7M",
            "location": "International Space Station",
            "crew": [
                {
                    "id": 4356,
                    "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": 4357,
                    "role": {
                        "id": 34,
                        "role": "EV2",
                        "priority": 1
                    },
                    "astronaut": {
                        "id": 500,
                        "url": "https://ll.thespacedevs.com/2.2.0/astronaut/500/?format=api",
                        "name": "Edward Michael Fincke",
                        "type": {
                            "id": 2,
                            "name": "Government"
                        },
                        "in_space": false,
                        "time_in_space": "P381DT15H8M59S",
                        "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-03-14",
                        "date_of_death": null,
                        "nationality": "American",
                        "twitter": null,
                        "instagram": null,
                        "bio": "Edward Michael \"Mike\"/\"Spanky\" Fincke is an American astronaut who formerly held the American record for the most time in space (381.6 days). His record was broken by Scott Kelly on October 16, 2015. He was born in Pittsburgh, Pennsylvania, but considers its suburb Emsworth to be his hometown. He is a United States Air Force officer and a NASA astronaut, and served two tours aboard the International Space Station as a flight engineer and commander. He flew on one Space Shuttle mission, STS-134 as a Mission Specialist.",
                        "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/michael_fincke_image_20220911033941.jpeg",
                        "wiki": "https://en.wikipedia.org/wiki/Michael_Fincke",
                        "last_flight": "2011-05-16T12:56:28Z",
                        "first_flight": "2004-04-19T03:19:00Z"
                    }
                }
            ]
        }
    ]
}