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

{
    "count": 473,
    "next": "https://ll.thespacedevs.com/2.2.0/spacewalks/?format=api&limit=10&offset=10&ordering=name",
    "previous": null,
    "results": [
        {
            "id": 13,
            "url": "https://ll.thespacedevs.com/2.2.0/spacewalks/13/?format=api",
            "name": "Apollo 11 EVA",
            "start": "1969-07-21T02:39:33Z",
            "end": "1969-07-21T05:11:13Z",
            "duration": "PT2H31M40S",
            "location": "Lunar Surface",
            "crew": [
                {
                    "id": 3795,
                    "role": {
                        "id": 33,
                        "role": "EV1",
                        "priority": 0
                    },
                    "astronaut": {
                        "id": 30,
                        "url": "https://ll.thespacedevs.com/2.2.0/astronaut/30/?format=api",
                        "name": "Neil Armstrong",
                        "type": {
                            "id": 2,
                            "name": "Government"
                        },
                        "in_space": false,
                        "time_in_space": "P8DT13H58M58S",
                        "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": "1930-08-05",
                        "date_of_death": "2012-08-25",
                        "nationality": "American",
                        "twitter": null,
                        "instagram": null,
                        "bio": "Neil Alden Armstrong was an American astronaut and aeronautical engineer who was the first person to walk on the Moon. He was also a naval aviator, test pilot, and university professor.",
                        "profile_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/neil2520armstrong_image_20190426143653.jpeg",
                        "wiki": "https://en.wikipedia.org/wiki/Neil_Armstrong",
                        "last_flight": "1969-07-16T13:32:00Z",
                        "first_flight": "1966-03-16T16:41:02Z"
                    }
                },
                {
                    "id": 3796,
                    "role": {
                        "id": 34,
                        "role": "EV2",
                        "priority": 1
                    },
                    "astronaut": {
                        "id": 4,
                        "url": "https://ll.thespacedevs.com/2.2.0/astronaut/4/?format=api",
                        "name": "Buzz Aldrin",
                        "type": {
                            "id": 2,
                            "name": "Government"
                        },
                        "in_space": false,
                        "time_in_space": "P12DT1H52M27S",
                        "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": "1930-01-20",
                        "date_of_death": null,
                        "nationality": "American",
                        "twitter": "https://twitter.com/TheRealBuzz",
                        "instagram": "https://www.instagram.com/drbuzzaldrin/",
                        "bio": "Buzz Aldrin; born Edwin Eugene Aldrin Jr.; is an American engineer, former astronaut, and fighter pilot.\r\nAs Lunar Module Pilot on the Apollo 11 mission, he and mission commander Neil Armstrong were the first two humans to land on the Moon.",
                        "profile_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/buzz_aldrin_image_20220911034547.jpeg",
                        "wiki": "https://en.wikipedia.org/wiki/Buzz_Aldrin",
                        "last_flight": "1969-07-16T13:32:00Z",
                        "first_flight": "1966-11-11T20:46:33Z"
                    }
                }
            ]
        },
        {
            "id": 14,
            "url": "https://ll.thespacedevs.com/2.2.0/spacewalks/14/?format=api",
            "name": "Apollo 12 EVA 1",
            "start": "1969-11-19T11:32:35Z",
            "end": "1969-11-19T15:28:38Z",
            "duration": "PT3H56M3S",
            "location": "Lunar Surface",
            "crew": [
                {
                    "id": 3797,
                    "role": {
                        "id": 33,
                        "role": "EV1",
                        "priority": 0
                    },
                    "astronaut": {
                        "id": 33,
                        "url": "https://ll.thespacedevs.com/2.2.0/astronaut/33/?format=api",
                        "name": "Pete Conrad",
                        "type": {
                            "id": 2,
                            "name": "Government"
                        },
                        "in_space": false,
                        "time_in_space": "P48DT23H1M36S",
                        "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": "1930-06-02",
                        "date_of_death": "1999-06-08",
                        "nationality": "American",
                        "twitter": null,
                        "instagram": null,
                        "bio": "Charles \"Pete\" Conrad Jr. was an American NASA astronaut, aeronautical engineer, naval officer and aviator, test pilot, and during the Apollo 12 mission became the third man to walk on the Moon. Conrad was selected in NASA's second astronaut class.",
                        "profile_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/pete2520conrad_image_20181128143459.jpg",
                        "wiki": "https://en.wikipedia.org/wiki/Pete_Conrad",
                        "last_flight": "1973-05-25T13:00:00Z",
                        "first_flight": "1965-08-21T13:59:59Z"
                    }
                },
                {
                    "id": 3798,
                    "role": {
                        "id": 34,
                        "role": "EV2",
                        "priority": 1
                    },
                    "astronaut": {
                        "id": 43,
                        "url": "https://ll.thespacedevs.com/2.2.0/astronaut/43/?format=api",
                        "name": "Alan Bean",
                        "type": {
                            "id": 2,
                            "name": "Government"
                        },
                        "in_space": false,
                        "time_in_space": "P69DT11H9M1S",
                        "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": "1932-03-15",
                        "date_of_death": "2018-05-26",
                        "nationality": "American",
                        "twitter": null,
                        "instagram": null,
                        "bio": "Alan LaVern Bean was an American naval officer and naval aviator, aeronautical engineer, test pilot, and NASA astronaut; he was the fourth person to walk on the Moon. He was selected to become an astronaut by NASA in 1963 as part of Astronaut Group 3.\r\n\r\nHe made his first flight into space aboard Apollo 12, the second manned mission to land on the Moon, at age 37 in November 1969. He made his second and final flight into space on the Skylab 3 mission in 1973, the second manned mission to the Skylab space station. After retiring from the United States Navy in 1975 and NASA in 1981, he pursued his interest in painting, depicting various space-related scenes and documenting his own experiences in space as well as that of his fellow Apollo program astronauts. He was the last living crew member of Apollo 12.",
                        "profile_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/alan2520bean_image_20181128145355.jpg",
                        "wiki": "https://en.wikipedia.org/wiki/Alan_Bean",
                        "last_flight": "1973-07-28T11:10:50Z",
                        "first_flight": "1969-11-14T16:22:00Z"
                    }
                }
            ]
        },
        {
            "id": 15,
            "url": "https://ll.thespacedevs.com/2.2.0/spacewalks/15/?format=api",
            "name": "Apollo 12 EVA 2",
            "start": "1969-11-20T03:54:45Z",
            "end": "1969-11-20T07:44:00Z",
            "duration": "PT3H49M15S",
            "location": "Lunar Surface",
            "crew": [
                {
                    "id": 3799,
                    "role": {
                        "id": 33,
                        "role": "EV1",
                        "priority": 0
                    },
                    "astronaut": {
                        "id": 33,
                        "url": "https://ll.thespacedevs.com/2.2.0/astronaut/33/?format=api",
                        "name": "Pete Conrad",
                        "type": {
                            "id": 2,
                            "name": "Government"
                        },
                        "in_space": false,
                        "time_in_space": "P48DT23H1M36S",
                        "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": "1930-06-02",
                        "date_of_death": "1999-06-08",
                        "nationality": "American",
                        "twitter": null,
                        "instagram": null,
                        "bio": "Charles \"Pete\" Conrad Jr. was an American NASA astronaut, aeronautical engineer, naval officer and aviator, test pilot, and during the Apollo 12 mission became the third man to walk on the Moon. Conrad was selected in NASA's second astronaut class.",
                        "profile_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/pete2520conrad_image_20181128143459.jpg",
                        "wiki": "https://en.wikipedia.org/wiki/Pete_Conrad",
                        "last_flight": "1973-05-25T13:00:00Z",
                        "first_flight": "1965-08-21T13:59:59Z"
                    }
                },
                {
                    "id": 3800,
                    "role": {
                        "id": 34,
                        "role": "EV2",
                        "priority": 1
                    },
                    "astronaut": {
                        "id": 43,
                        "url": "https://ll.thespacedevs.com/2.2.0/astronaut/43/?format=api",
                        "name": "Alan Bean",
                        "type": {
                            "id": 2,
                            "name": "Government"
                        },
                        "in_space": false,
                        "time_in_space": "P69DT11H9M1S",
                        "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": "1932-03-15",
                        "date_of_death": "2018-05-26",
                        "nationality": "American",
                        "twitter": null,
                        "instagram": null,
                        "bio": "Alan LaVern Bean was an American naval officer and naval aviator, aeronautical engineer, test pilot, and NASA astronaut; he was the fourth person to walk on the Moon. He was selected to become an astronaut by NASA in 1963 as part of Astronaut Group 3.\r\n\r\nHe made his first flight into space aboard Apollo 12, the second manned mission to land on the Moon, at age 37 in November 1969. He made his second and final flight into space on the Skylab 3 mission in 1973, the second manned mission to the Skylab space station. After retiring from the United States Navy in 1975 and NASA in 1981, he pursued his interest in painting, depicting various space-related scenes and documenting his own experiences in space as well as that of his fellow Apollo program astronauts. He was the last living crew member of Apollo 12.",
                        "profile_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/alan2520bean_image_20181128145355.jpg",
                        "wiki": "https://en.wikipedia.org/wiki/Alan_Bean",
                        "last_flight": "1973-07-28T11:10:50Z",
                        "first_flight": "1969-11-14T16:22:00Z"
                    }
                }
            ]
        },
        {
            "id": 16,
            "url": "https://ll.thespacedevs.com/2.2.0/spacewalks/16/?format=api",
            "name": "Apollo 14 EVA 1",
            "start": "1971-02-05T14:42:13Z",
            "end": "1971-02-05T19:30:03Z",
            "duration": "PT4H47M50S",
            "location": "Lunar Surface",
            "crew": [
                {
                    "id": 3801,
                    "role": {
                        "id": 33,
                        "role": "EV1",
                        "priority": 0
                    },
                    "astronaut": {
                        "id": 21,
                        "url": "https://ll.thespacedevs.com/2.2.0/astronaut/21/?format=api",
                        "name": "Alan Shepard",
                        "type": {
                            "id": 2,
                            "name": "Government"
                        },
                        "in_space": false,
                        "time_in_space": "P9DT17M20S",
                        "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": "1923-11-18",
                        "date_of_death": "1998-07-21",
                        "nationality": "American",
                        "twitter": null,
                        "instagram": null,
                        "bio": "Rear Admiral Alan Bartlett Shepard Jr. was an American astronaut, naval aviator, test pilot, and businessman. In 1961 he became the first American to travel into space, and in 1971 he walked on the Moon.",
                        "profile_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/alan2520shepard_image_20181128141007.jpg",
                        "wiki": "https://en.wikipedia.org/wiki/Alan_Shepard",
                        "last_flight": "1971-01-31T21:03:02Z",
                        "first_flight": "1961-05-05T14:34:13Z"
                    }
                },
                {
                    "id": 3802,
                    "role": {
                        "id": 34,
                        "role": "EV2",
                        "priority": 1
                    },
                    "astronaut": {
                        "id": 313,
                        "url": "https://ll.thespacedevs.com/2.2.0/astronaut/313/?format=api",
                        "name": "Edgar Mitchell",
                        "type": {
                            "id": 2,
                            "name": "Government"
                        },
                        "in_space": false,
                        "time_in_space": "P9DT1M58S",
                        "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": "1930-09-17",
                        "date_of_death": "2016-02-04",
                        "nationality": "American",
                        "twitter": null,
                        "instagram": null,
                        "bio": "Edgar Dean \"Ed\" Mitchell was a United States Navy officer and aviator, test pilot, aeronautical engineer, ufologist and NASA astronaut. As the Lunar Module Pilot of Apollo 14, he spent nine hours working on the lunar surface in the Fra Mauro Highlands region, making him the sixth person to walk on the Moon.",
                        "profile_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/edgar2520mitchell_image_20190426143714.jpeg",
                        "wiki": "https://en.wikipedia.org/wiki/Edgar_Mitchell",
                        "last_flight": "1971-01-31T21:03:02Z",
                        "first_flight": "1971-01-31T21:03:02Z"
                    }
                }
            ]
        },
        {
            "id": 17,
            "url": "https://ll.thespacedevs.com/2.2.0/spacewalks/17/?format=api",
            "name": "Apollo 14 EVA 2",
            "start": "1971-02-06T08:11:15Z",
            "end": "1971-02-06T12:45:56Z",
            "duration": "PT4H34M41S",
            "location": "Lunar Surface",
            "crew": [
                {
                    "id": 3803,
                    "role": {
                        "id": 33,
                        "role": "EV1",
                        "priority": 0
                    },
                    "astronaut": {
                        "id": 21,
                        "url": "https://ll.thespacedevs.com/2.2.0/astronaut/21/?format=api",
                        "name": "Alan Shepard",
                        "type": {
                            "id": 2,
                            "name": "Government"
                        },
                        "in_space": false,
                        "time_in_space": "P9DT17M20S",
                        "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": "1923-11-18",
                        "date_of_death": "1998-07-21",
                        "nationality": "American",
                        "twitter": null,
                        "instagram": null,
                        "bio": "Rear Admiral Alan Bartlett Shepard Jr. was an American astronaut, naval aviator, test pilot, and businessman. In 1961 he became the first American to travel into space, and in 1971 he walked on the Moon.",
                        "profile_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/alan2520shepard_image_20181128141007.jpg",
                        "wiki": "https://en.wikipedia.org/wiki/Alan_Shepard",
                        "last_flight": "1971-01-31T21:03:02Z",
                        "first_flight": "1961-05-05T14:34:13Z"
                    }
                },
                {
                    "id": 3804,
                    "role": {
                        "id": 34,
                        "role": "EV2",
                        "priority": 1
                    },
                    "astronaut": {
                        "id": 313,
                        "url": "https://ll.thespacedevs.com/2.2.0/astronaut/313/?format=api",
                        "name": "Edgar Mitchell",
                        "type": {
                            "id": 2,
                            "name": "Government"
                        },
                        "in_space": false,
                        "time_in_space": "P9DT1M58S",
                        "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": "1930-09-17",
                        "date_of_death": "2016-02-04",
                        "nationality": "American",
                        "twitter": null,
                        "instagram": null,
                        "bio": "Edgar Dean \"Ed\" Mitchell was a United States Navy officer and aviator, test pilot, aeronautical engineer, ufologist and NASA astronaut. As the Lunar Module Pilot of Apollo 14, he spent nine hours working on the lunar surface in the Fra Mauro Highlands region, making him the sixth person to walk on the Moon.",
                        "profile_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/edgar2520mitchell_image_20190426143714.jpeg",
                        "wiki": "https://en.wikipedia.org/wiki/Edgar_Mitchell",
                        "last_flight": "1971-01-31T21:03:02Z",
                        "first_flight": "1971-01-31T21:03:02Z"
                    }
                }
            ]
        },
        {
            "id": 18,
            "url": "https://ll.thespacedevs.com/2.2.0/spacewalks/18/?format=api",
            "name": "Apollo 15 EVA 1",
            "start": "1971-07-31T00:16:49Z",
            "end": "1971-07-31T00:49:56Z",
            "duration": "PT33M7S",
            "location": "Lunar Surface",
            "crew": [
                {
                    "id": 3805,
                    "role": {
                        "id": 33,
                        "role": "EV1",
                        "priority": 0
                    },
                    "astronaut": {
                        "id": 36,
                        "url": "https://ll.thespacedevs.com/2.2.0/astronaut/36/?format=api",
                        "name": "David Scott",
                        "type": {
                            "id": 2,
                            "name": "Government"
                        },
                        "in_space": false,
                        "time_in_space": "P22DT11H40M58S",
                        "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": "1932-06-06",
                        "date_of_death": null,
                        "nationality": "American",
                        "twitter": null,
                        "instagram": null,
                        "bio": "David Randolph Scott is an American engineer, former NASA astronaut, retired U.S. Air Force officer and former test pilot. He belonged to the third group of NASA astronauts, selected in October 1963. As an astronaut, Scott became the seventh person to walk on the Moon. Following the death of John Young in January 2018, Scott became the last living commander of a successful Apollo lunar landing mission and, as such, the only person currently alive who has flown a spacecraft to a landing on the Moon.",
                        "profile_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/david2520scott_image_20181128143932.jpg",
                        "wiki": "https://en.wikipedia.org/wiki/David_Scott",
                        "last_flight": "1971-07-26T13:34:00Z",
                        "first_flight": "1966-03-16T16:41:02Z"
                    }
                }
            ]
        },
        {
            "id": 19,
            "url": "https://ll.thespacedevs.com/2.2.0/spacewalks/19/?format=api",
            "name": "Apollo 15 EVA 2",
            "start": "1971-07-31T13:12:17Z",
            "end": "1971-07-31T19:45:59Z",
            "duration": "PT6H33M42S",
            "location": "Lunar Surface",
            "crew": [
                {
                    "id": 3806,
                    "role": {
                        "id": 33,
                        "role": "EV1",
                        "priority": 0
                    },
                    "astronaut": {
                        "id": 36,
                        "url": "https://ll.thespacedevs.com/2.2.0/astronaut/36/?format=api",
                        "name": "David Scott",
                        "type": {
                            "id": 2,
                            "name": "Government"
                        },
                        "in_space": false,
                        "time_in_space": "P22DT11H40M58S",
                        "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": "1932-06-06",
                        "date_of_death": null,
                        "nationality": "American",
                        "twitter": null,
                        "instagram": null,
                        "bio": "David Randolph Scott is an American engineer, former NASA astronaut, retired U.S. Air Force officer and former test pilot. He belonged to the third group of NASA astronauts, selected in October 1963. As an astronaut, Scott became the seventh person to walk on the Moon. Following the death of John Young in January 2018, Scott became the last living commander of a successful Apollo lunar landing mission and, as such, the only person currently alive who has flown a spacecraft to a landing on the Moon.",
                        "profile_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/david2520scott_image_20181128143932.jpg",
                        "wiki": "https://en.wikipedia.org/wiki/David_Scott",
                        "last_flight": "1971-07-26T13:34:00Z",
                        "first_flight": "1966-03-16T16:41:02Z"
                    }
                },
                {
                    "id": 3807,
                    "role": {
                        "id": 34,
                        "role": "EV2",
                        "priority": 1
                    },
                    "astronaut": {
                        "id": 308,
                        "url": "https://ll.thespacedevs.com/2.2.0/astronaut/308/?format=api",
                        "name": "James Irwin",
                        "type": {
                            "id": 2,
                            "name": "Government"
                        },
                        "in_space": false,
                        "time_in_space": "P12D",
                        "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": "1930-03-17",
                        "date_of_death": "1991-08-08",
                        "nationality": "American",
                        "twitter": null,
                        "instagram": null,
                        "bio": "James Benson \"Jim\" Irwin was an American astronaut, aeronautical engineer, test pilot, and a United States Air Force pilot. He served as lunar module pilot for Apollo 15, the fourth human lunar landing. Following his retirement from NASA, he became a prominent born-again Christian. He was the eighth person to walk on the Moon and the first, and youngest, of those astronauts to die.",
                        "profile_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/james2520irwin_image_20181202091339.jpg",
                        "wiki": "https://en.wikipedia.org/wiki/James_Irwin",
                        "last_flight": "1971-07-26T13:34:00Z",
                        "first_flight": "1971-07-26T13:34:00Z"
                    }
                }
            ]
        },
        {
            "id": 20,
            "url": "https://ll.thespacedevs.com/2.2.0/spacewalks/20/?format=api",
            "name": "Apollo 15 EVA 3",
            "start": "1971-08-01T11:48:48Z",
            "end": "1971-08-01T19:01:02Z",
            "duration": "PT7H12M14S",
            "location": "Lunar Surface",
            "crew": [
                {
                    "id": 3808,
                    "role": {
                        "id": 33,
                        "role": "EV1",
                        "priority": 0
                    },
                    "astronaut": {
                        "id": 36,
                        "url": "https://ll.thespacedevs.com/2.2.0/astronaut/36/?format=api",
                        "name": "David Scott",
                        "type": {
                            "id": 2,
                            "name": "Government"
                        },
                        "in_space": false,
                        "time_in_space": "P22DT11H40M58S",
                        "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": "1932-06-06",
                        "date_of_death": null,
                        "nationality": "American",
                        "twitter": null,
                        "instagram": null,
                        "bio": "David Randolph Scott is an American engineer, former NASA astronaut, retired U.S. Air Force officer and former test pilot. He belonged to the third group of NASA astronauts, selected in October 1963. As an astronaut, Scott became the seventh person to walk on the Moon. Following the death of John Young in January 2018, Scott became the last living commander of a successful Apollo lunar landing mission and, as such, the only person currently alive who has flown a spacecraft to a landing on the Moon.",
                        "profile_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/david2520scott_image_20181128143932.jpg",
                        "wiki": "https://en.wikipedia.org/wiki/David_Scott",
                        "last_flight": "1971-07-26T13:34:00Z",
                        "first_flight": "1966-03-16T16:41:02Z"
                    }
                },
                {
                    "id": 3809,
                    "role": {
                        "id": 34,
                        "role": "EV2",
                        "priority": 1
                    },
                    "astronaut": {
                        "id": 308,
                        "url": "https://ll.thespacedevs.com/2.2.0/astronaut/308/?format=api",
                        "name": "James Irwin",
                        "type": {
                            "id": 2,
                            "name": "Government"
                        },
                        "in_space": false,
                        "time_in_space": "P12D",
                        "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": "1930-03-17",
                        "date_of_death": "1991-08-08",
                        "nationality": "American",
                        "twitter": null,
                        "instagram": null,
                        "bio": "James Benson \"Jim\" Irwin was an American astronaut, aeronautical engineer, test pilot, and a United States Air Force pilot. He served as lunar module pilot for Apollo 15, the fourth human lunar landing. Following his retirement from NASA, he became a prominent born-again Christian. He was the eighth person to walk on the Moon and the first, and youngest, of those astronauts to die.",
                        "profile_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/james2520irwin_image_20181202091339.jpg",
                        "wiki": "https://en.wikipedia.org/wiki/James_Irwin",
                        "last_flight": "1971-07-26T13:34:00Z",
                        "first_flight": "1971-07-26T13:34:00Z"
                    }
                }
            ]
        },
        {
            "id": 21,
            "url": "https://ll.thespacedevs.com/2.2.0/spacewalks/21/?format=api",
            "name": "Apollo 15 EVA 4",
            "start": "1971-08-02T08:52:14Z",
            "end": "1971-08-02T13:42:04Z",
            "duration": "PT4H49M50S",
            "location": "Lunar Surface",
            "crew": [
                {
                    "id": 3810,
                    "role": {
                        "id": 33,
                        "role": "EV1",
                        "priority": 0
                    },
                    "astronaut": {
                        "id": 36,
                        "url": "https://ll.thespacedevs.com/2.2.0/astronaut/36/?format=api",
                        "name": "David Scott",
                        "type": {
                            "id": 2,
                            "name": "Government"
                        },
                        "in_space": false,
                        "time_in_space": "P22DT11H40M58S",
                        "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": "1932-06-06",
                        "date_of_death": null,
                        "nationality": "American",
                        "twitter": null,
                        "instagram": null,
                        "bio": "David Randolph Scott is an American engineer, former NASA astronaut, retired U.S. Air Force officer and former test pilot. He belonged to the third group of NASA astronauts, selected in October 1963. As an astronaut, Scott became the seventh person to walk on the Moon. Following the death of John Young in January 2018, Scott became the last living commander of a successful Apollo lunar landing mission and, as such, the only person currently alive who has flown a spacecraft to a landing on the Moon.",
                        "profile_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/david2520scott_image_20181128143932.jpg",
                        "wiki": "https://en.wikipedia.org/wiki/David_Scott",
                        "last_flight": "1971-07-26T13:34:00Z",
                        "first_flight": "1966-03-16T16:41:02Z"
                    }
                },
                {
                    "id": 3811,
                    "role": {
                        "id": 34,
                        "role": "EV2",
                        "priority": 1
                    },
                    "astronaut": {
                        "id": 308,
                        "url": "https://ll.thespacedevs.com/2.2.0/astronaut/308/?format=api",
                        "name": "James Irwin",
                        "type": {
                            "id": 2,
                            "name": "Government"
                        },
                        "in_space": false,
                        "time_in_space": "P12D",
                        "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": "1930-03-17",
                        "date_of_death": "1991-08-08",
                        "nationality": "American",
                        "twitter": null,
                        "instagram": null,
                        "bio": "James Benson \"Jim\" Irwin was an American astronaut, aeronautical engineer, test pilot, and a United States Air Force pilot. He served as lunar module pilot for Apollo 15, the fourth human lunar landing. Following his retirement from NASA, he became a prominent born-again Christian. He was the eighth person to walk on the Moon and the first, and youngest, of those astronauts to die.",
                        "profile_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/james2520irwin_image_20181202091339.jpg",
                        "wiki": "https://en.wikipedia.org/wiki/James_Irwin",
                        "last_flight": "1971-07-26T13:34:00Z",
                        "first_flight": "1971-07-26T13:34:00Z"
                    }
                }
            ]
        },
        {
            "id": 22,
            "url": "https://ll.thespacedevs.com/2.2.0/spacewalks/22/?format=api",
            "name": "Apollo 15 EVA 5",
            "start": "1971-08-05T15:31:12Z",
            "end": "1971-08-05T16:10:19Z",
            "duration": "PT39M7S",
            "location": "Deep Space",
            "crew": [
                {
                    "id": 4884,
                    "role": {
                        "id": 33,
                        "role": "EV1",
                        "priority": 0
                    },
                    "astronaut": {
                        "id": 300,
                        "url": "https://ll.thespacedevs.com/2.2.0/astronaut/300/?format=api",
                        "name": "Alfred Worden",
                        "type": {
                            "id": 2,
                            "name": "Government"
                        },
                        "in_space": false,
                        "time_in_space": "P12D",
                        "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": "1932-02-07",
                        "date_of_death": "2020-03-18",
                        "nationality": "American",
                        "twitter": null,
                        "instagram": null,
                        "bio": "Alfred Merrill \"Al\" Worden is an American astronaut and engineer who was the Command Module Pilot for the Apollo 15 lunar mission in 1971. He is one of only 24 people to have flown to the Moon.",
                        "profile_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/alfred2520worden_image_20181202090203.jpg",
                        "wiki": "https://en.wikipedia.org/wiki/Alfred_Worden",
                        "last_flight": "1971-07-26T13:34:00Z",
                        "first_flight": "1971-07-26T13:34:00Z"
                    }
                },
                {
                    "id": 3813,
                    "role": {
                        "id": 34,
                        "role": "EV2",
                        "priority": 1
                    },
                    "astronaut": {
                        "id": 308,
                        "url": "https://ll.thespacedevs.com/2.2.0/astronaut/308/?format=api",
                        "name": "James Irwin",
                        "type": {
                            "id": 2,
                            "name": "Government"
                        },
                        "in_space": false,
                        "time_in_space": "P12D",
                        "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": "1930-03-17",
                        "date_of_death": "1991-08-08",
                        "nationality": "American",
                        "twitter": null,
                        "instagram": null,
                        "bio": "James Benson \"Jim\" Irwin was an American astronaut, aeronautical engineer, test pilot, and a United States Air Force pilot. He served as lunar module pilot for Apollo 15, the fourth human lunar landing. Following his retirement from NASA, he became a prominent born-again Christian. He was the eighth person to walk on the Moon and the first, and youngest, of those astronauts to die.",
                        "profile_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/james2520irwin_image_20181202091339.jpg",
                        "wiki": "https://en.wikipedia.org/wiki/James_Irwin",
                        "last_flight": "1971-07-26T13:34:00Z",
                        "first_flight": "1971-07-26T13:34:00Z"
                    }
                }
            ]
        }
    ]
}