API endpoint that allows Spacewalk instances to be viewed.

GET: Return a list of all the existing spacewalk instances.

FILTERS:

ORDERING:

GET /2.2.0/spacewalks/?format=api&offset=230&ordering=-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=240&ordering=-name",
    "previous": "https://ll.thespacedevs.com/2.2.0/spacewalks/?format=api&limit=10&offset=220&ordering=-name",
    "results": [
        {
            "id": 59,
            "url": "https://ll.thespacedevs.com/2.2.0/spacewalks/59/?format=api",
            "name": "PE-2 EVA 3",
            "start": "1987-06-16T15:30:00Z",
            "end": "1987-06-16T18:45:00Z",
            "duration": "PT3H15M",
            "location": "Mir",
            "crew": [
                {
                    "id": 3885,
                    "role": {
                        "id": 33,
                        "role": "EV1",
                        "priority": 0
                    },
                    "astronaut": {
                        "id": 234,
                        "url": "https://ll.thespacedevs.com/2.2.0/astronaut/234/?format=api",
                        "name": "Yury Romanenko",
                        "type": {
                            "id": 2,
                            "name": "Government"
                        },
                        "in_space": false,
                        "time_in_space": "P430DT18H21M30S",
                        "status": {
                            "id": 2,
                            "name": "Retired"
                        },
                        "agency": {
                            "id": 63,
                            "url": "https://ll.thespacedevs.com/2.2.0/agencies/63/?format=api",
                            "name": "Russian Federal Space Agency (ROSCOSMOS)",
                            "type": "Government"
                        },
                        "date_of_birth": "1944-08-01",
                        "date_of_death": null,
                        "nationality": "Russian",
                        "twitter": null,
                        "instagram": null,
                        "bio": "Yury Viktorovich Romanenko (Russian: Ю́рий Ви́кторович Романе́нко, Jurij Viktorovič Romanenko; born August 1, 1944) is a former Soviet cosmonaut, twice Hero of the Soviet Union (March 16, 1978 and September 26, 1980). Over his career, Yury Romanenko spent a total of 430 days 20 hours 21 minutes 30 seconds in space and 18 hours in space walks. In 1987 he was a resident of the Mir space station, launching on Soyuz TM-2 and landing aboard Soyuz TM-3. He remained on Mir for 326 days that was the longest stay in space at that time. His son, Roman Romanenko is also a cosmonaut, and has become the third second-generation space traveler on Soyuz TMA-15 in May 2009.",
                        "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/yury2520romanenko_image_20181201213833.jpeg",
                        "wiki": "https://en.wikipedia.org/wiki/Yury_Romanenko",
                        "last_flight": "1987-02-05T21:38:16Z",
                        "first_flight": "1977-12-10T01:18:40Z"
                    }
                },
                {
                    "id": 3886,
                    "role": {
                        "id": 34,
                        "role": "EV2",
                        "priority": 1
                    },
                    "astronaut": {
                        "id": 177,
                        "url": "https://ll.thespacedevs.com/2.2.0/astronaut/177/?format=api",
                        "name": "Aleksandr Laveykin",
                        "type": {
                            "id": 2,
                            "name": "Government"
                        },
                        "in_space": false,
                        "time_in_space": "P174DT3H25M56S",
                        "status": {
                            "id": 2,
                            "name": "Retired"
                        },
                        "agency": {
                            "id": 63,
                            "url": "https://ll.thespacedevs.com/2.2.0/agencies/63/?format=api",
                            "name": "Russian Federal Space Agency (ROSCOSMOS)",
                            "type": "Government"
                        },
                        "date_of_birth": "1951-04-21",
                        "date_of_death": null,
                        "nationality": "Russian",
                        "twitter": null,
                        "instagram": null,
                        "bio": "Aleksandr Ivanovich Laveykin (Russian: Александр Иванович Лавейкин; born April 21, 1951) is a retired Soviet cosmonaut.\r\n\r\nBorn in Moscow, Laveykin was selected as a cosmonaut on December 1, 1978. He flew on one spaceflight, for the first part of the long duration expedition Mir EO-2. He flew as a flight engineer, and was both launched and landed with the spacecraft Soyuz TM-2. He spent 174 days 3 hours 25 minutes in space. Married with one child, Laveykin retired on March 28, 1994.\r\n\r\nLaunched in February 1987, his spaceflight was intended to last until December 1987, but doctors on the ground determined that he was having minor heart irregularities. For this reason, in July he was replaced by Soviet cosmonaut Aleksandr Pavlovich Aleksandrov, who stayed on Mir to the end of the expedition in December.",
                        "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/aleksandr2520laveykin_image_20181129234612.jpg",
                        "wiki": "https://en.wikipedia.org/wiki/Aleksandr_Laveykin",
                        "last_flight": "1987-02-05T21:38:16Z",
                        "first_flight": "1987-02-05T21:38:16Z"
                    }
                }
            ]
        },
        {
            "id": 58,
            "url": "https://ll.thespacedevs.com/2.2.0/spacewalks/58/?format=api",
            "name": "PE-2 EVA 2",
            "start": "1987-06-12T16:55:00Z",
            "end": "1987-06-12T18:48:00Z",
            "duration": "PT1H53M",
            "location": "Mir",
            "crew": [
                {
                    "id": 3883,
                    "role": {
                        "id": 33,
                        "role": "EV1",
                        "priority": 0
                    },
                    "astronaut": {
                        "id": 234,
                        "url": "https://ll.thespacedevs.com/2.2.0/astronaut/234/?format=api",
                        "name": "Yury Romanenko",
                        "type": {
                            "id": 2,
                            "name": "Government"
                        },
                        "in_space": false,
                        "time_in_space": "P430DT18H21M30S",
                        "status": {
                            "id": 2,
                            "name": "Retired"
                        },
                        "agency": {
                            "id": 63,
                            "url": "https://ll.thespacedevs.com/2.2.0/agencies/63/?format=api",
                            "name": "Russian Federal Space Agency (ROSCOSMOS)",
                            "type": "Government"
                        },
                        "date_of_birth": "1944-08-01",
                        "date_of_death": null,
                        "nationality": "Russian",
                        "twitter": null,
                        "instagram": null,
                        "bio": "Yury Viktorovich Romanenko (Russian: Ю́рий Ви́кторович Романе́нко, Jurij Viktorovič Romanenko; born August 1, 1944) is a former Soviet cosmonaut, twice Hero of the Soviet Union (March 16, 1978 and September 26, 1980). Over his career, Yury Romanenko spent a total of 430 days 20 hours 21 minutes 30 seconds in space and 18 hours in space walks. In 1987 he was a resident of the Mir space station, launching on Soyuz TM-2 and landing aboard Soyuz TM-3. He remained on Mir for 326 days that was the longest stay in space at that time. His son, Roman Romanenko is also a cosmonaut, and has become the third second-generation space traveler on Soyuz TMA-15 in May 2009.",
                        "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/yury2520romanenko_image_20181201213833.jpeg",
                        "wiki": "https://en.wikipedia.org/wiki/Yury_Romanenko",
                        "last_flight": "1987-02-05T21:38:16Z",
                        "first_flight": "1977-12-10T01:18:40Z"
                    }
                },
                {
                    "id": 3884,
                    "role": {
                        "id": 34,
                        "role": "EV2",
                        "priority": 1
                    },
                    "astronaut": {
                        "id": 177,
                        "url": "https://ll.thespacedevs.com/2.2.0/astronaut/177/?format=api",
                        "name": "Aleksandr Laveykin",
                        "type": {
                            "id": 2,
                            "name": "Government"
                        },
                        "in_space": false,
                        "time_in_space": "P174DT3H25M56S",
                        "status": {
                            "id": 2,
                            "name": "Retired"
                        },
                        "agency": {
                            "id": 63,
                            "url": "https://ll.thespacedevs.com/2.2.0/agencies/63/?format=api",
                            "name": "Russian Federal Space Agency (ROSCOSMOS)",
                            "type": "Government"
                        },
                        "date_of_birth": "1951-04-21",
                        "date_of_death": null,
                        "nationality": "Russian",
                        "twitter": null,
                        "instagram": null,
                        "bio": "Aleksandr Ivanovich Laveykin (Russian: Александр Иванович Лавейкин; born April 21, 1951) is a retired Soviet cosmonaut.\r\n\r\nBorn in Moscow, Laveykin was selected as a cosmonaut on December 1, 1978. He flew on one spaceflight, for the first part of the long duration expedition Mir EO-2. He flew as a flight engineer, and was both launched and landed with the spacecraft Soyuz TM-2. He spent 174 days 3 hours 25 minutes in space. Married with one child, Laveykin retired on March 28, 1994.\r\n\r\nLaunched in February 1987, his spaceflight was intended to last until December 1987, but doctors on the ground determined that he was having minor heart irregularities. For this reason, in July he was replaced by Soviet cosmonaut Aleksandr Pavlovich Aleksandrov, who stayed on Mir to the end of the expedition in December.",
                        "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/aleksandr2520laveykin_image_20181129234612.jpg",
                        "wiki": "https://en.wikipedia.org/wiki/Aleksandr_Laveykin",
                        "last_flight": "1987-02-05T21:38:16Z",
                        "first_flight": "1987-02-05T21:38:16Z"
                    }
                }
            ]
        },
        {
            "id": 46,
            "url": "https://ll.thespacedevs.com/2.2.0/spacewalks/46/?format=api",
            "name": "PE-2 EVA 2",
            "start": "1983-11-03T03:47:00Z",
            "end": "1983-11-03T06:42:00Z",
            "duration": "PT2H55M",
            "location": "Salyut 7",
            "crew": [
                {
                    "id": 3859,
                    "role": {
                        "id": 33,
                        "role": "EV1",
                        "priority": 0
                    },
                    "astronaut": {
                        "id": 187,
                        "url": "https://ll.thespacedevs.com/2.2.0/astronaut/187/?format=api",
                        "name": "Vladimir Lyakhov",
                        "type": {
                            "id": 2,
                            "name": "Government"
                        },
                        "in_space": false,
                        "time_in_space": "P333DT7H47M46S",
                        "status": {
                            "id": 11,
                            "name": "Deceased"
                        },
                        "agency": {
                            "id": 63,
                            "url": "https://ll.thespacedevs.com/2.2.0/agencies/63/?format=api",
                            "name": "Russian Federal Space Agency (ROSCOSMOS)",
                            "type": "Government"
                        },
                        "date_of_birth": "1941-07-20",
                        "date_of_death": "2018-04-19",
                        "nationality": "Russian",
                        "twitter": null,
                        "instagram": null,
                        "bio": "Vladimir Afanasyevich Lyakhov (Russian: Влади́мир Афана́сьевич Ля́хов; 20 July 1941 – 19 April 2018) was a Russian Soviet cosmonaut.\r\n\r\nHe was selected as cosmonaut on 5 May 1967, and retired on 7 September 1994. Lyakhov was the Commander on Soyuz 32, Soyuz T-9, and Soyuz TM-6, and spent 333 days, 7 hours, 47 minutes in space.",
                        "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/vladimir2520lyakhov_image_20181130000114.jpg",
                        "wiki": "https://en.wikipedia.org/wiki/Vladimir_Lyakhov",
                        "last_flight": "1988-08-29T04:23:11Z",
                        "first_flight": "1979-02-25T11:53:49Z"
                    }
                },
                {
                    "id": 3860,
                    "role": {
                        "id": 34,
                        "role": "EV2",
                        "priority": 1
                    },
                    "astronaut": {
                        "id": 60,
                        "url": "https://ll.thespacedevs.com/2.2.0/astronaut/60/?format=api",
                        "name": "Aleksandr Pavlovich Aleksandrov",
                        "type": {
                            "id": 2,
                            "name": "Government"
                        },
                        "in_space": false,
                        "time_in_space": "P309DT18H2M40S",
                        "status": {
                            "id": 2,
                            "name": "Retired"
                        },
                        "agency": {
                            "id": 63,
                            "url": "https://ll.thespacedevs.com/2.2.0/agencies/63/?format=api",
                            "name": "Russian Federal Space Agency (ROSCOSMOS)",
                            "type": "Government"
                        },
                        "date_of_birth": "1943-02-20",
                        "date_of_death": null,
                        "nationality": "Russian",
                        "twitter": null,
                        "instagram": null,
                        "bio": "Aleksandr Pavlovich Aleksandrov (Russian: Александр Павлович Александров; born February 20, 1943) is a former Soviet cosmonaut and twice Hero of the Soviet Union (November 23, 1983, and December 29, 1987).\r\n\r\nHe was selected as cosmonaut on December 1, 1978. For his first spaceflight, he flew as Flight Engineer on Soyuz T-9, which lasted from June to November 1983. For his second spaceflight, he replaced one of the long-duration crew members of Mir EO-2. For the spaceflight, he was launched with the spacecraft Soyuz TM-3 in July 1987, and landed with the same spacecraft in December 1987. All together he spent 309 days, 18 hours, 2 minutes in space. He served as backup for Soyuz T-8, Soyuz T-13, and Soyuz T-15.",
                        "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/aleksandr2520pavlovich2520aleksandrov_image_20181128215144.jpg",
                        "wiki": "https://en.wikipedia.org/wiki/Aleksandr_Pavlovich_Aleksandrov",
                        "last_flight": "1987-07-22T01:59:17Z",
                        "first_flight": "1983-06-27T09:12:18Z"
                    }
                }
            ]
        },
        {
            "id": 57,
            "url": "https://ll.thespacedevs.com/2.2.0/spacewalks/57/?format=api",
            "name": "PE-2 EVA 1",
            "start": "1987-04-11T19:41:00Z",
            "end": "1987-04-11T23:21:00Z",
            "duration": "PT3H40M",
            "location": "Mir",
            "crew": [
                {
                    "id": 3881,
                    "role": {
                        "id": 33,
                        "role": "EV1",
                        "priority": 0
                    },
                    "astronaut": {
                        "id": 234,
                        "url": "https://ll.thespacedevs.com/2.2.0/astronaut/234/?format=api",
                        "name": "Yury Romanenko",
                        "type": {
                            "id": 2,
                            "name": "Government"
                        },
                        "in_space": false,
                        "time_in_space": "P430DT18H21M30S",
                        "status": {
                            "id": 2,
                            "name": "Retired"
                        },
                        "agency": {
                            "id": 63,
                            "url": "https://ll.thespacedevs.com/2.2.0/agencies/63/?format=api",
                            "name": "Russian Federal Space Agency (ROSCOSMOS)",
                            "type": "Government"
                        },
                        "date_of_birth": "1944-08-01",
                        "date_of_death": null,
                        "nationality": "Russian",
                        "twitter": null,
                        "instagram": null,
                        "bio": "Yury Viktorovich Romanenko (Russian: Ю́рий Ви́кторович Романе́нко, Jurij Viktorovič Romanenko; born August 1, 1944) is a former Soviet cosmonaut, twice Hero of the Soviet Union (March 16, 1978 and September 26, 1980). Over his career, Yury Romanenko spent a total of 430 days 20 hours 21 minutes 30 seconds in space and 18 hours in space walks. In 1987 he was a resident of the Mir space station, launching on Soyuz TM-2 and landing aboard Soyuz TM-3. He remained on Mir for 326 days that was the longest stay in space at that time. His son, Roman Romanenko is also a cosmonaut, and has become the third second-generation space traveler on Soyuz TMA-15 in May 2009.",
                        "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/yury2520romanenko_image_20181201213833.jpeg",
                        "wiki": "https://en.wikipedia.org/wiki/Yury_Romanenko",
                        "last_flight": "1987-02-05T21:38:16Z",
                        "first_flight": "1977-12-10T01:18:40Z"
                    }
                },
                {
                    "id": 3882,
                    "role": {
                        "id": 34,
                        "role": "EV2",
                        "priority": 1
                    },
                    "astronaut": {
                        "id": 177,
                        "url": "https://ll.thespacedevs.com/2.2.0/astronaut/177/?format=api",
                        "name": "Aleksandr Laveykin",
                        "type": {
                            "id": 2,
                            "name": "Government"
                        },
                        "in_space": false,
                        "time_in_space": "P174DT3H25M56S",
                        "status": {
                            "id": 2,
                            "name": "Retired"
                        },
                        "agency": {
                            "id": 63,
                            "url": "https://ll.thespacedevs.com/2.2.0/agencies/63/?format=api",
                            "name": "Russian Federal Space Agency (ROSCOSMOS)",
                            "type": "Government"
                        },
                        "date_of_birth": "1951-04-21",
                        "date_of_death": null,
                        "nationality": "Russian",
                        "twitter": null,
                        "instagram": null,
                        "bio": "Aleksandr Ivanovich Laveykin (Russian: Александр Иванович Лавейкин; born April 21, 1951) is a retired Soviet cosmonaut.\r\n\r\nBorn in Moscow, Laveykin was selected as a cosmonaut on December 1, 1978. He flew on one spaceflight, for the first part of the long duration expedition Mir EO-2. He flew as a flight engineer, and was both launched and landed with the spacecraft Soyuz TM-2. He spent 174 days 3 hours 25 minutes in space. Married with one child, Laveykin retired on March 28, 1994.\r\n\r\nLaunched in February 1987, his spaceflight was intended to last until December 1987, but doctors on the ground determined that he was having minor heart irregularities. For this reason, in July he was replaced by Soviet cosmonaut Aleksandr Pavlovich Aleksandrov, who stayed on Mir to the end of the expedition in December.",
                        "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/aleksandr2520laveykin_image_20181129234612.jpg",
                        "wiki": "https://en.wikipedia.org/wiki/Aleksandr_Laveykin",
                        "last_flight": "1987-02-05T21:38:16Z",
                        "first_flight": "1987-02-05T21:38:16Z"
                    }
                }
            ]
        },
        {
            "id": 45,
            "url": "https://ll.thespacedevs.com/2.2.0/spacewalks/45/?format=api",
            "name": "PE-2 EVA 1",
            "start": "1983-11-01T04:47:00Z",
            "end": "1983-11-01T07:36:00Z",
            "duration": "PT2H49M",
            "location": "Salyut 7",
            "crew": [
                {
                    "id": 3857,
                    "role": {
                        "id": 33,
                        "role": "EV1",
                        "priority": 0
                    },
                    "astronaut": {
                        "id": 187,
                        "url": "https://ll.thespacedevs.com/2.2.0/astronaut/187/?format=api",
                        "name": "Vladimir Lyakhov",
                        "type": {
                            "id": 2,
                            "name": "Government"
                        },
                        "in_space": false,
                        "time_in_space": "P333DT7H47M46S",
                        "status": {
                            "id": 11,
                            "name": "Deceased"
                        },
                        "agency": {
                            "id": 63,
                            "url": "https://ll.thespacedevs.com/2.2.0/agencies/63/?format=api",
                            "name": "Russian Federal Space Agency (ROSCOSMOS)",
                            "type": "Government"
                        },
                        "date_of_birth": "1941-07-20",
                        "date_of_death": "2018-04-19",
                        "nationality": "Russian",
                        "twitter": null,
                        "instagram": null,
                        "bio": "Vladimir Afanasyevich Lyakhov (Russian: Влади́мир Афана́сьевич Ля́хов; 20 July 1941 – 19 April 2018) was a Russian Soviet cosmonaut.\r\n\r\nHe was selected as cosmonaut on 5 May 1967, and retired on 7 September 1994. Lyakhov was the Commander on Soyuz 32, Soyuz T-9, and Soyuz TM-6, and spent 333 days, 7 hours, 47 minutes in space.",
                        "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/vladimir2520lyakhov_image_20181130000114.jpg",
                        "wiki": "https://en.wikipedia.org/wiki/Vladimir_Lyakhov",
                        "last_flight": "1988-08-29T04:23:11Z",
                        "first_flight": "1979-02-25T11:53:49Z"
                    }
                },
                {
                    "id": 3858,
                    "role": {
                        "id": 34,
                        "role": "EV2",
                        "priority": 1
                    },
                    "astronaut": {
                        "id": 60,
                        "url": "https://ll.thespacedevs.com/2.2.0/astronaut/60/?format=api",
                        "name": "Aleksandr Pavlovich Aleksandrov",
                        "type": {
                            "id": 2,
                            "name": "Government"
                        },
                        "in_space": false,
                        "time_in_space": "P309DT18H2M40S",
                        "status": {
                            "id": 2,
                            "name": "Retired"
                        },
                        "agency": {
                            "id": 63,
                            "url": "https://ll.thespacedevs.com/2.2.0/agencies/63/?format=api",
                            "name": "Russian Federal Space Agency (ROSCOSMOS)",
                            "type": "Government"
                        },
                        "date_of_birth": "1943-02-20",
                        "date_of_death": null,
                        "nationality": "Russian",
                        "twitter": null,
                        "instagram": null,
                        "bio": "Aleksandr Pavlovich Aleksandrov (Russian: Александр Павлович Александров; born February 20, 1943) is a former Soviet cosmonaut and twice Hero of the Soviet Union (November 23, 1983, and December 29, 1987).\r\n\r\nHe was selected as cosmonaut on December 1, 1978. For his first spaceflight, he flew as Flight Engineer on Soyuz T-9, which lasted from June to November 1983. For his second spaceflight, he replaced one of the long-duration crew members of Mir EO-2. For the spaceflight, he was launched with the spacecraft Soyuz TM-3 in July 1987, and landed with the same spacecraft in December 1987. All together he spent 309 days, 18 hours, 2 minutes in space. He served as backup for Soyuz T-8, Soyuz T-13, and Soyuz T-15.",
                        "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/aleksandr2520pavlovich2520aleksandrov_image_20181128215144.jpg",
                        "wiki": "https://en.wikipedia.org/wiki/Aleksandr_Pavlovich_Aleksandrov",
                        "last_flight": "1987-07-22T01:59:17Z",
                        "first_flight": "1983-06-27T09:12:18Z"
                    }
                }
            ]
        },
        {
            "id": 42,
            "url": "https://ll.thespacedevs.com/2.2.0/spacewalks/42/?format=api",
            "name": "PE-2 EVA",
            "start": "1978-07-29T04:00:00Z",
            "end": "1978-07-29T06:20:00Z",
            "duration": "PT2H20M",
            "location": "Salyut 6",
            "crew": [
                {
                    "id": 3851,
                    "role": {
                        "id": 33,
                        "role": "EV1",
                        "priority": 0
                    },
                    "astronaut": {
                        "id": 172,
                        "url": "https://ll.thespacedevs.com/2.2.0/astronaut/172/?format=api",
                        "name": "Vladimir Kovalyonok",
                        "type": {
                            "id": 2,
                            "name": "Government"
                        },
                        "in_space": false,
                        "time_in_space": "P216DT9H9M40S",
                        "status": {
                            "id": 2,
                            "name": "Retired"
                        },
                        "agency": {
                            "id": 63,
                            "url": "https://ll.thespacedevs.com/2.2.0/agencies/63/?format=api",
                            "name": "Russian Federal Space Agency (ROSCOSMOS)",
                            "type": "Government"
                        },
                        "date_of_birth": "1943-03-03",
                        "date_of_death": null,
                        "nationality": "Russian",
                        "twitter": null,
                        "instagram": null,
                        "bio": "Vladimir Vasiliyevich Kovalyonok (Belarusian: Уладзі́мір Васі́льевіч Кавалёнак; Russian: Влади́мир Васи́льевич Ковалёнок; born March 3, 1942 in Beloye, Minsk Oblast, Belorussian SSR, is a retired Soviet cosmonaut.\r\n\r\nHe entered the Soviet space programme on July 5, 1967 and was commander of three missions. He retired from the cosmonaut team on June 23, 1984.",
                        "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/vladimir2520kovalyonok_image_20181129233907.jpg",
                        "wiki": "https://en.wikipedia.org/wiki/Vladimir_Kovalyonok",
                        "last_flight": "1981-03-12T19:00:11Z",
                        "first_flight": "1977-10-09T02:40:35Z"
                    }
                },
                {
                    "id": 3852,
                    "role": {
                        "id": 34,
                        "role": "EV2",
                        "priority": 1
                    },
                    "astronaut": {
                        "id": 153,
                        "url": "https://ll.thespacedevs.com/2.2.0/astronaut/153/?format=api",
                        "name": "Aleksandr Ivanchenkov",
                        "type": {
                            "id": 2,
                            "name": "Government"
                        },
                        "in_space": false,
                        "time_in_space": "P147DT12H38M24S",
                        "status": {
                            "id": 2,
                            "name": "Retired"
                        },
                        "agency": {
                            "id": 63,
                            "url": "https://ll.thespacedevs.com/2.2.0/agencies/63/?format=api",
                            "name": "Russian Federal Space Agency (ROSCOSMOS)",
                            "type": "Government"
                        },
                        "date_of_birth": "1940-09-28",
                        "date_of_death": null,
                        "nationality": "Russian",
                        "twitter": null,
                        "instagram": null,
                        "bio": "Aleksandr Sergeyevich Ivanchenkov (Russian: Алекса́ндр Серге́евич Иванче́нков; born 28 September 1940 ) is a retired Soviet cosmonaut who flew as Flight Engineer on Soyuz 29 and Soyuz T-6, he spent 147 days, 12 hours and 37 minutes in space.",
                        "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/aleksandr2520ivanchenkov_image_20181129231158.jpg",
                        "wiki": "https://en.wikipedia.org/wiki/Aleksandr_Ivanchenkov",
                        "last_flight": "1982-06-24T16:29:48Z",
                        "first_flight": "1978-06-15T20:16:45Z"
                    }
                }
            ]
        },
        {
            "id": 134,
            "url": "https://ll.thespacedevs.com/2.2.0/spacewalks/134/?format=api",
            "name": "PE-28 EVA",
            "start": "2000-05-12T10:44:00Z",
            "end": "2000-05-12T15:36:00Z",
            "duration": "PT4H52M",
            "location": "Mir",
            "crew": [
                {
                    "id": 4035,
                    "role": {
                        "id": 33,
                        "role": "EV1",
                        "priority": 0
                    },
                    "astronaut": {
                        "id": 295,
                        "url": "https://ll.thespacedevs.com/2.2.0/astronaut/295/?format=api",
                        "name": "Sergei Zalyotin",
                        "type": {
                            "id": 2,
                            "name": "Government"
                        },
                        "in_space": false,
                        "time_in_space": "P83DT16H35M40S",
                        "status": {
                            "id": 2,
                            "name": "Retired"
                        },
                        "agency": {
                            "id": 63,
                            "url": "https://ll.thespacedevs.com/2.2.0/agencies/63/?format=api",
                            "name": "Russian Federal Space Agency (ROSCOSMOS)",
                            "type": "Government"
                        },
                        "date_of_birth": "1962-04-21",
                        "date_of_death": null,
                        "nationality": "Russian",
                        "twitter": null,
                        "instagram": null,
                        "bio": "Sergei Viktorovich Zalyotin is a Russian cosmonaut and a veteran of two space missions.\r\n\r\nZalyotin was born in Tula and attended the Borisoglebsk Higher Military School before becoming a fighter pilot in the Russian Air Force. He also holds a degree in ecological management. Zalyotin was selected as a cosmonaut candidate in 1990. In 2000, Zalyotin was a member of the final resident crew aboard the Mir space station. He briefly visited the International Space Station aboard Soyuz TMA-1 in 2002.",
                        "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/sergei2520zalyotin_image_20181201232209.jpg",
                        "wiki": "https://en.wikipedia.org/wiki/Sergei_Zalyotin",
                        "last_flight": "2002-10-30T03:11:11Z",
                        "first_flight": "2000-04-04T05:01:29Z"
                    }
                },
                {
                    "id": 4036,
                    "role": {
                        "id": 34,
                        "role": "EV2",
                        "priority": 1
                    },
                    "astronaut": {
                        "id": 160,
                        "url": "https://ll.thespacedevs.com/2.2.0/astronaut/160/?format=api",
                        "name": "Aleksandr Kaleri",
                        "type": {
                            "id": 2,
                            "name": "Government"
                        },
                        "in_space": false,
                        "time_in_space": "P769DT6H35M",
                        "status": {
                            "id": 1,
                            "name": "Active"
                        },
                        "agency": {
                            "id": 63,
                            "url": "https://ll.thespacedevs.com/2.2.0/agencies/63/?format=api",
                            "name": "Russian Federal Space Agency (ROSCOSMOS)",
                            "type": "Government"
                        },
                        "date_of_birth": "1956-05-13",
                        "date_of_death": null,
                        "nationality": "Russian",
                        "twitter": null,
                        "instagram": null,
                        "bio": "Aleksandr Yuriyevich \"Sasha\" Kaleri (Russian: Александр Юрьевич Калери; born Jūrmala, Latvian SSR, USSR, 13 May 1956) is a Russian cosmonaut and veteran of extended stays on the Mir Space Station and the International Space Station (ISS). Kaleri has most recently been in space aboard the ISS serving as a flight engineer for the long duration Expedition 25/26 missions. He has spent the fourth-longest time in space of any person, the longest time in space of any currently active cosmonaut, and the longest time in space of any person not born in what is now Russia.",
                        "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/aleksandr2520kaleri_image_20181129232134.jpg",
                        "wiki": "https://en.wikipedia.org/wiki/Aleksandr_Kaleri",
                        "last_flight": "2010-10-07T23:10:55Z",
                        "first_flight": "1992-03-17T10:54:30Z"
                    }
                }
            ]
        },
        {
            "id": 133,
            "url": "https://ll.thespacedevs.com/2.2.0/spacewalks/133/?format=api",
            "name": "PE-27 EVA 3",
            "start": "1999-07-28T09:37:00Z",
            "end": "1999-07-28T14:59:00Z",
            "duration": "PT5H22M",
            "location": "Mir",
            "crew": [
                {
                    "id": 4033,
                    "role": {
                        "id": 33,
                        "role": "EV1",
                        "priority": 0
                    },
                    "astronaut": {
                        "id": 56,
                        "url": "https://ll.thespacedevs.com/2.2.0/astronaut/56/?format=api",
                        "name": "Viktor Afanasyev",
                        "type": {
                            "id": 2,
                            "name": "Government"
                        },
                        "in_space": false,
                        "time_in_space": "P555DT18H34M26S",
                        "status": {
                            "id": 2,
                            "name": "Retired"
                        },
                        "agency": {
                            "id": 63,
                            "url": "https://ll.thespacedevs.com/2.2.0/agencies/63/?format=api",
                            "name": "Russian Federal Space Agency (ROSCOSMOS)",
                            "type": "Government"
                        },
                        "date_of_birth": "1948-12-31",
                        "date_of_death": null,
                        "nationality": "Russian",
                        "twitter": null,
                        "instagram": null,
                        "bio": "Viktor Mikhailovich Afanasyev Russian: Виктор Михайлович Афанасьев; born 31 December 1948) is a colonel in the Russian Air Force and a test cosmonaut of the Yu. A. Gagarin Cosmonaut Training Center.",
                        "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/viktor2520afanasyev_image_20181128215901.jpeg",
                        "wiki": "https://en.wikipedia.org/wiki/Viktor_Afanasyev_(cosmonaut)",
                        "last_flight": "2001-10-21T08:59:35Z",
                        "first_flight": "1990-12-02T08:13:32Z"
                    }
                },
                {
                    "id": 4034,
                    "role": {
                        "id": 34,
                        "role": "EV2",
                        "priority": 1
                    },
                    "astronaut": {
                        "id": 65,
                        "url": "https://ll.thespacedevs.com/2.2.0/astronaut/65/?format=api",
                        "name": "Sergei Avdeyev",
                        "type": {
                            "id": 2,
                            "name": "Government"
                        },
                        "in_space": false,
                        "time_in_space": "P747DT14H13M4S",
                        "status": {
                            "id": 2,
                            "name": "Retired"
                        },
                        "agency": {
                            "id": 63,
                            "url": "https://ll.thespacedevs.com/2.2.0/agencies/63/?format=api",
                            "name": "Russian Federal Space Agency (ROSCOSMOS)",
                            "type": "Government"
                        },
                        "date_of_birth": "1956-01-01",
                        "date_of_death": null,
                        "nationality": "Russian",
                        "twitter": null,
                        "instagram": null,
                        "bio": "Sergei Vasilyevich Avdeyev (Сергей Васильеви Авдеев; born 1 January 1956) is a Russian engineer and cosmonaut.\r\n\r\nAvdeyev was born in Chapayevsk, Samara Oblast (formerly Kuybyshev Oblast), Russian SFSR. He graduated from Moscow Physics-Engineering Institute in 1979 as an engineer-physicist. From 1979 to 1987 he worked as an engineer for NPO Energiya. He was selected as a cosmonaut as part of the Energia Engineer Group 9 on 26 March 1987. His basic cosmonaut training was from December 1987 through to July 1989. He retired as a cosmonaut on 14 February 2003.\r\n\r\nAvdeyev at one point held the record for cumulative time spent in space with 747.59 days in earth orbit, accumulated through three tours of duty aboard the Mir Space Station. He has orbited the earth 11,968 times traveling about 515,000,000 kilometers.",
                        "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/sergei2520avdeyev_image_20181128220833.jpg",
                        "wiki": "https://en.wikipedia.org/wiki/Sergei_Avdeyev",
                        "last_flight": "1998-08-13T09:43:11Z",
                        "first_flight": "1992-07-27T06:08:42Z"
                    }
                }
            ]
        },
        {
            "id": 132,
            "url": "https://ll.thespacedevs.com/2.2.0/spacewalks/132/?format=api",
            "name": "PE-27 EVA 2",
            "start": "1999-07-23T11:06:00Z",
            "end": "1999-07-23T17:13:00Z",
            "duration": "PT6H7M",
            "location": "Mir",
            "crew": [
                {
                    "id": 4031,
                    "role": {
                        "id": 33,
                        "role": "EV1",
                        "priority": 0
                    },
                    "astronaut": {
                        "id": 56,
                        "url": "https://ll.thespacedevs.com/2.2.0/astronaut/56/?format=api",
                        "name": "Viktor Afanasyev",
                        "type": {
                            "id": 2,
                            "name": "Government"
                        },
                        "in_space": false,
                        "time_in_space": "P555DT18H34M26S",
                        "status": {
                            "id": 2,
                            "name": "Retired"
                        },
                        "agency": {
                            "id": 63,
                            "url": "https://ll.thespacedevs.com/2.2.0/agencies/63/?format=api",
                            "name": "Russian Federal Space Agency (ROSCOSMOS)",
                            "type": "Government"
                        },
                        "date_of_birth": "1948-12-31",
                        "date_of_death": null,
                        "nationality": "Russian",
                        "twitter": null,
                        "instagram": null,
                        "bio": "Viktor Mikhailovich Afanasyev Russian: Виктор Михайлович Афанасьев; born 31 December 1948) is a colonel in the Russian Air Force and a test cosmonaut of the Yu. A. Gagarin Cosmonaut Training Center.",
                        "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/viktor2520afanasyev_image_20181128215901.jpeg",
                        "wiki": "https://en.wikipedia.org/wiki/Viktor_Afanasyev_(cosmonaut)",
                        "last_flight": "2001-10-21T08:59:35Z",
                        "first_flight": "1990-12-02T08:13:32Z"
                    }
                },
                {
                    "id": 4032,
                    "role": {
                        "id": 34,
                        "role": "EV2",
                        "priority": 1
                    },
                    "astronaut": {
                        "id": 65,
                        "url": "https://ll.thespacedevs.com/2.2.0/astronaut/65/?format=api",
                        "name": "Sergei Avdeyev",
                        "type": {
                            "id": 2,
                            "name": "Government"
                        },
                        "in_space": false,
                        "time_in_space": "P747DT14H13M4S",
                        "status": {
                            "id": 2,
                            "name": "Retired"
                        },
                        "agency": {
                            "id": 63,
                            "url": "https://ll.thespacedevs.com/2.2.0/agencies/63/?format=api",
                            "name": "Russian Federal Space Agency (ROSCOSMOS)",
                            "type": "Government"
                        },
                        "date_of_birth": "1956-01-01",
                        "date_of_death": null,
                        "nationality": "Russian",
                        "twitter": null,
                        "instagram": null,
                        "bio": "Sergei Vasilyevich Avdeyev (Сергей Васильеви Авдеев; born 1 January 1956) is a Russian engineer and cosmonaut.\r\n\r\nAvdeyev was born in Chapayevsk, Samara Oblast (formerly Kuybyshev Oblast), Russian SFSR. He graduated from Moscow Physics-Engineering Institute in 1979 as an engineer-physicist. From 1979 to 1987 he worked as an engineer for NPO Energiya. He was selected as a cosmonaut as part of the Energia Engineer Group 9 on 26 March 1987. His basic cosmonaut training was from December 1987 through to July 1989. He retired as a cosmonaut on 14 February 2003.\r\n\r\nAvdeyev at one point held the record for cumulative time spent in space with 747.59 days in earth orbit, accumulated through three tours of duty aboard the Mir Space Station. He has orbited the earth 11,968 times traveling about 515,000,000 kilometers.",
                        "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/sergei2520avdeyev_image_20181128220833.jpg",
                        "wiki": "https://en.wikipedia.org/wiki/Sergei_Avdeyev",
                        "last_flight": "1998-08-13T09:43:11Z",
                        "first_flight": "1992-07-27T06:08:42Z"
                    }
                }
            ]
        },
        {
            "id": 131,
            "url": "https://ll.thespacedevs.com/2.2.0/spacewalks/131/?format=api",
            "name": "PE-27 EVA 1",
            "start": "1999-04-16T04:37:00Z",
            "end": "1999-04-16T10:56:00Z",
            "duration": "PT6H19M",
            "location": "Mir",
            "crew": [
                {
                    "id": 4029,
                    "role": {
                        "id": 33,
                        "role": "EV1",
                        "priority": 0
                    },
                    "astronaut": {
                        "id": 56,
                        "url": "https://ll.thespacedevs.com/2.2.0/astronaut/56/?format=api",
                        "name": "Viktor Afanasyev",
                        "type": {
                            "id": 2,
                            "name": "Government"
                        },
                        "in_space": false,
                        "time_in_space": "P555DT18H34M26S",
                        "status": {
                            "id": 2,
                            "name": "Retired"
                        },
                        "agency": {
                            "id": 63,
                            "url": "https://ll.thespacedevs.com/2.2.0/agencies/63/?format=api",
                            "name": "Russian Federal Space Agency (ROSCOSMOS)",
                            "type": "Government"
                        },
                        "date_of_birth": "1948-12-31",
                        "date_of_death": null,
                        "nationality": "Russian",
                        "twitter": null,
                        "instagram": null,
                        "bio": "Viktor Mikhailovich Afanasyev Russian: Виктор Михайлович Афанасьев; born 31 December 1948) is a colonel in the Russian Air Force and a test cosmonaut of the Yu. A. Gagarin Cosmonaut Training Center.",
                        "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/viktor2520afanasyev_image_20181128215901.jpeg",
                        "wiki": "https://en.wikipedia.org/wiki/Viktor_Afanasyev_(cosmonaut)",
                        "last_flight": "2001-10-21T08:59:35Z",
                        "first_flight": "1990-12-02T08:13:32Z"
                    }
                },
                {
                    "id": 4030,
                    "role": {
                        "id": 34,
                        "role": "EV2",
                        "priority": 1
                    },
                    "astronaut": {
                        "id": 626,
                        "url": "https://ll.thespacedevs.com/2.2.0/astronaut/626/?format=api",
                        "name": "Jean-Pierre Haigneré",
                        "type": {
                            "id": 2,
                            "name": "Government"
                        },
                        "in_space": false,
                        "time_in_space": "P209DT12H24M21S",
                        "status": {
                            "id": 2,
                            "name": "Retired"
                        },
                        "agency": {
                            "id": 46,
                            "url": "https://ll.thespacedevs.com/2.2.0/agencies/46/?format=api",
                            "name": "National Center of Space Research",
                            "type": "Government"
                        },
                        "date_of_birth": "1948-05-19",
                        "date_of_death": null,
                        "nationality": "French",
                        "twitter": null,
                        "instagram": null,
                        "bio": "Jean-Pierre Haigneré (born 19 May 1948) is a French Air Force officer and a former CNES spationaut.\r\n\r\nHe flew on two missions to the Mir space station in 1993 and 1999. The Mir Altair long-duration mission (186 days) in 1993 also included an EVA.",
                        "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/jean-pierre2520haigner25c325a9_image_20181229032141.jfif",
                        "wiki": "https://en.wikipedia.org/wiki/Jean-Pierre_Haigner%C3%A9",
                        "last_flight": "1999-02-20T04:18:01Z",
                        "first_flight": "1993-07-01T14:32:58Z"
                    }
                }
            ]
        }
    ]
}