API endpoint that allows Astronaut to be viewed.

GET:
Return a list of all the existing astronauts.

MODE:
Normal, List, LaunchList and Detailed
/2.2.0/astronaut/?mode=detailed

FILTERS:
Parameters - 'name', 'status', 'nationality', 'agency__name', 'agency__abbrev', 'date_of_birth',
'date_of_death', 'status_ids', 'is_human', 'type__id', 'has_flown', 'in_space'
Example - /2.2.0/astronaut/?nationality=American

SEARCH EXAMPLE:
/2.2.0/astronaut/?search=armstrong
Searches through name, nationality and agency name

ORDERING:
Fields - 'name', 'status', 'date_of_birth'
Example - /2.2.0/astronaut/?order=name

GET /2.2.0/astronaut/61/?format=api
HTTP 200 OK
Allow: GET
Content-Type: application/json
Vary: Accept

{
    "id": 61,
    "url": "https://ll.thespacedevs.com/2.2.0/astronaut/61/?format=api",
    "name": "Anatoly Artsebarsky",
    "status": {
        "id": 2,
        "name": "Retired"
    },
    "type": {
        "id": 2,
        "name": "Government"
    },
    "in_space": false,
    "time_in_space": "P144DT15H21M32S",
    "eva_time": "P1DT8H17M",
    "agency": {
        "id": 63,
        "url": "https://ll.thespacedevs.com/2.2.0/agencies/63/?format=api",
        "name": "Russian Federal Space Agency (ROSCOSMOS)",
        "type": "Government"
    },
    "age": 67,
    "date_of_birth": "1956-09-09",
    "date_of_death": null,
    "nationality": "Russian",
    "twitter": null,
    "instagram": null,
    "bio": "Anatoly Pavlovich Artsebarsky (Ukrainian: Анатолій Павлович Арцебарський) (Russian: Анатолий Павлович Арцебарский; born 9 September 1956) is a former Soviet cosmonaut.\r\n\r\nHe became a cosmonaut in 1985. Artsebarsky has spent almost 5 months in space on a single spaceflight. In 1991, he flew aboard Soyuz TM-12 and docked with the Mir Space Station. Artsebarsky and Sergei Krikalev stayed aboard Mir while the rest of the crew flew back to Earth after eight days. Artsebarsky took six spacewalks during the Mir EO-9 mission. He spent over 33 hours walking in space.",
    "profile_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/anatoly2520artsebarsky_image_20181128215348.jpg",
    "profile_image_thumbnail": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305190830.jpeg",
    "wiki": "https://en.wikipedia.org/wiki/Anatoly_Artsebarsky",
    "flights": [
        {
            "id": "83a07e03-831d-4067-b362-0ca9d56eb39c",
            "url": "https://ll.thespacedevs.com/2.2.0/launch/83a07e03-831d-4067-b362-0ca9d56eb39c/?format=api",
            "slug": "soyuz-u2-soyuz-tm-12",
            "name": "Soyuz-U2 | Soyuz TM-12",
            "status": {
                "id": 3,
                "name": "Launch Successful",
                "abbrev": "Success",
                "description": "The launch vehicle successfully inserted its payload(s) into the target orbit(s)."
            },
            "last_updated": "2023-06-14T08:42:59Z",
            "net": "1991-05-18T12:50:28Z",
            "window_end": "1991-05-18T12:50:28Z",
            "window_start": "1991-05-18T12:50:28Z",
            "net_precision": null,
            "probability": -1,
            "weather_concerns": null,
            "holdreason": "",
            "failreason": null,
            "hashtag": null,
            "launch_service_provider": {
                "id": 66,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/66/?format=api",
                "name": "Soviet Space Program",
                "type": "Government"
            },
            "rocket": {
                "id": 343,
                "configuration": {
                    "id": 101,
                    "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/101/?format=api",
                    "name": "Soyuz-U",
                    "family": "",
                    "full_name": "Soyuz-U2",
                    "variant": "2"
                }
            },
            "mission": {
                "id": 288,
                "name": "Soyuz TM-12",
                "description": "Soyuz TM-12 was the 12th mission and the ninth long-duration expedition to Mir space station. The mission began on May 18, 1991, 12:50:28 UTC, launching Commander Anatoly Artsebarsky, Flight Engineer Sergei Krikalyov and Research Cosmonaut Helen Sharman, the first British cosmonaut, into orbit. They docked with Mir two days later. During their stay there, cosmonauts performed EVAs, various station repair and maintenance tasks, and carried out scientific experiments in biology, geophysics, space technology, astronomy etc. They were visited by several Progress resupply spacecrafts and welcomed aboard the Soyuz TM-13 crew.\nHelen Sharman returned on May 26, 1991, in Soyuz TM-11 spacecraft. While Sergei Krikalyov stayed on the station as a part of the next long-duration expedition, Anatoly Artsebarsky landed safely back on Earth on October 10, 1991, 04:12:18 UTC.",
                "launch_designator": null,
                "type": "Human Exploration",
                "orbit": {
                    "id": 8,
                    "name": "Low Earth Orbit",
                    "abbrev": "LEO"
                },
                "agencies": [],
                "info_urls": [],
                "vid_urls": []
            },
            "pad": {
                "id": 32,
                "url": "https://ll.thespacedevs.com/2.2.0/pad/32/?format=api",
                "agency_id": null,
                "name": "1/5",
                "description": null,
                "info_url": null,
                "wiki_url": "",
                "map_url": "https://www.google.com/maps?q=45.92,63.342",
                "latitude": "45.92",
                "longitude": "63.342",
                "location": {
                    "id": 15,
                    "url": "https://ll.thespacedevs.com/2.2.0/location/15/?format=api",
                    "name": "Baikonur Cosmodrome, Republic of Kazakhstan",
                    "country_code": "KAZ",
                    "description": "",
                    "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/location_15_20200803142517.jpg",
                    "timezone_name": "Asia/Qyzylorda",
                    "total_launch_count": 1548,
                    "total_landing_count": 0
                },
                "country_code": "KAZ",
                "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/pad_32_20200803143513.jpg",
                "total_launch_count": 487,
                "orbital_launch_attempt_count": 487
            },
            "webcast_live": false,
            "image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/soyuz-u_image_20191229074852.jpg",
            "infographic": null,
            "program": [
                {
                    "id": 8,
                    "url": "https://ll.thespacedevs.com/2.2.0/program/8/?format=api",
                    "name": "Soyuz",
                    "description": "The Soyuz programme is a human spaceflight programme initiated by the Soviet Union in the early 1960s. The Soyuz spacecraft was originally part of a Moon landing project intended to put a Soviet cosmonaut on the Moon. It was the third Soviet human spaceflight programme after the Vostok and Voskhod programmes.",
                    "agencies": [
                        {
                            "id": 63,
                            "url": "https://ll.thespacedevs.com/2.2.0/agencies/63/?format=api",
                            "name": "Russian Federal Space Agency (ROSCOSMOS)",
                            "type": "Government"
                        },
                        {
                            "id": 66,
                            "url": "https://ll.thespacedevs.com/2.2.0/agencies/66/?format=api",
                            "name": "Soviet Space Program",
                            "type": "Government"
                        }
                    ],
                    "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/soyuz_program_20201129185543.png",
                    "start_date": "1966-11-28T11:02:00Z",
                    "end_date": null,
                    "info_url": null,
                    "wiki_url": "https://en.wikipedia.org/wiki/Soyuz_programme",
                    "mission_patches": [],
                    "type": {
                        "id": 2,
                        "name": "Human Spaceflight"
                    }
                },
                {
                    "id": 16,
                    "url": "https://ll.thespacedevs.com/2.2.0/program/16/?format=api",
                    "name": "Mir",
                    "description": "Mir was a space station that operated in low Earth orbit from 1986 to 2001, operated by the Soviet Union and later by Russia. Mir was the first modular space station and was assembled in orbit from 1986 to 1996.",
                    "agencies": [
                        {
                            "id": 63,
                            "url": "https://ll.thespacedevs.com/2.2.0/agencies/63/?format=api",
                            "name": "Russian Federal Space Agency (ROSCOSMOS)",
                            "type": "Government"
                        },
                        {
                            "id": 66,
                            "url": "https://ll.thespacedevs.com/2.2.0/agencies/66/?format=api",
                            "name": "Soviet Space Program",
                            "type": "Government"
                        }
                    ],
                    "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/mir_program_20200821092345.jpeg",
                    "start_date": "1986-02-20T21:28:23Z",
                    "end_date": "2001-03-23T05:59:00Z",
                    "info_url": null,
                    "wiki_url": "https://en.wikipedia.org/wiki/Mir",
                    "mission_patches": [],
                    "type": {
                        "id": 2,
                        "name": "Human Spaceflight"
                    }
                }
            ],
            "orbital_launch_attempt_count": 3622,
            "location_launch_attempt_count": 961,
            "pad_launch_attempt_count": 301,
            "agency_launch_attempt_count": 2416,
            "orbital_launch_attempt_count_year": 35,
            "location_launch_attempt_count_year": 9,
            "pad_launch_attempt_count_year": 4,
            "agency_launch_attempt_count_year": 24,
            "type": "normal"
        }
    ],
    "landings": [
        {
            "id": 249,
            "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/flight/249/?format=api",
            "destination": "Mir",
            "mission_end": "1991-10-10T04:12:00Z",
            "spacecraft": {
                "id": 118,
                "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/118/?format=api",
                "name": "Soyuz TM-12",
                "serial_number": "Soyuz TM 11F732A51 #62",
                "is_placeholder": false,
                "in_space": false,
                "time_in_space": "P144DT15H21M32S",
                "time_docked": "P142DT6H24M25S",
                "flights_count": 1,
                "mission_ends_count": 1,
                "status": {
                    "id": 4,
                    "name": "Single Use"
                },
                "description": "Soyuz TM-12 was a Soyuz spacecraft which launched on 18 May 1991 12:50 UTC. It transported one member of the Expedition 9 crew, one Russian, and one British astronaut to Mir. The Expedition 9 crew consisted of Anatoly Artsebarsky. The Russian was EO-10 member Sergei Krikalyov. The British astronaut was Helen Sharman.",
                "spacecraft_config": {
                    "id": 41,
                    "url": "https://ll.thespacedevs.com/2.2.0/config/spacecraft/41/?format=api",
                    "name": "Soyuz TM",
                    "type": {
                        "id": 2,
                        "name": "Capsule"
                    },
                    "agency": {
                        "id": 63,
                        "url": "https://ll.thespacedevs.com/2.2.0/agencies/63/?format=api",
                        "name": "Russian Federal Space Agency (ROSCOSMOS)",
                        "type": "Government"
                    },
                    "in_use": false,
                    "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/soyuz_tm_image_20231228130713.jpeg"
                }
            },
            "launch": {
                "id": "83a07e03-831d-4067-b362-0ca9d56eb39c",
                "url": "https://ll.thespacedevs.com/2.2.0/launch/83a07e03-831d-4067-b362-0ca9d56eb39c/?format=api",
                "slug": "soyuz-u2-soyuz-tm-12",
                "name": "Soyuz-U2 | Soyuz TM-12",
                "status": {
                    "id": 3,
                    "name": "Launch Successful",
                    "abbrev": "Success",
                    "description": "The launch vehicle successfully inserted its payload(s) into the target orbit(s)."
                },
                "last_updated": "2023-06-14T08:42:59Z",
                "net": "1991-05-18T12:50:28Z",
                "window_end": "1991-05-18T12:50:28Z",
                "window_start": "1991-05-18T12:50:28Z",
                "net_precision": null,
                "probability": -1,
                "weather_concerns": null,
                "holdreason": "",
                "failreason": null,
                "hashtag": null,
                "launch_service_provider": {
                    "id": 66,
                    "url": "https://ll.thespacedevs.com/2.2.0/agencies/66/?format=api",
                    "name": "Soviet Space Program",
                    "type": "Government"
                },
                "rocket": {
                    "id": 343,
                    "configuration": {
                        "id": 101,
                        "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/101/?format=api",
                        "name": "Soyuz-U",
                        "family": "",
                        "full_name": "Soyuz-U2",
                        "variant": "2"
                    }
                },
                "mission": {
                    "id": 288,
                    "name": "Soyuz TM-12",
                    "description": "Soyuz TM-12 was the 12th mission and the ninth long-duration expedition to Mir space station. The mission began on May 18, 1991, 12:50:28 UTC, launching Commander Anatoly Artsebarsky, Flight Engineer Sergei Krikalyov and Research Cosmonaut Helen Sharman, the first British cosmonaut, into orbit. They docked with Mir two days later. During their stay there, cosmonauts performed EVAs, various station repair and maintenance tasks, and carried out scientific experiments in biology, geophysics, space technology, astronomy etc. They were visited by several Progress resupply spacecrafts and welcomed aboard the Soyuz TM-13 crew.\nHelen Sharman returned on May 26, 1991, in Soyuz TM-11 spacecraft. While Sergei Krikalyov stayed on the station as a part of the next long-duration expedition, Anatoly Artsebarsky landed safely back on Earth on October 10, 1991, 04:12:18 UTC.",
                    "launch_designator": null,
                    "type": "Human Exploration",
                    "orbit": {
                        "id": 8,
                        "name": "Low Earth Orbit",
                        "abbrev": "LEO"
                    },
                    "agencies": [],
                    "info_urls": [],
                    "vid_urls": []
                },
                "pad": {
                    "id": 32,
                    "url": "https://ll.thespacedevs.com/2.2.0/pad/32/?format=api",
                    "agency_id": null,
                    "name": "1/5",
                    "description": null,
                    "info_url": null,
                    "wiki_url": "",
                    "map_url": "https://www.google.com/maps?q=45.92,63.342",
                    "latitude": "45.92",
                    "longitude": "63.342",
                    "location": {
                        "id": 15,
                        "url": "https://ll.thespacedevs.com/2.2.0/location/15/?format=api",
                        "name": "Baikonur Cosmodrome, Republic of Kazakhstan",
                        "country_code": "KAZ",
                        "description": "",
                        "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/location_15_20200803142517.jpg",
                        "timezone_name": "Asia/Qyzylorda",
                        "total_launch_count": 1548,
                        "total_landing_count": 0
                    },
                    "country_code": "KAZ",
                    "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/pad_32_20200803143513.jpg",
                    "total_launch_count": 487,
                    "orbital_launch_attempt_count": 487
                },
                "webcast_live": false,
                "image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/soyuz-u_image_20191229074852.jpg",
                "infographic": null,
                "program": [
                    {
                        "id": 8,
                        "url": "https://ll.thespacedevs.com/2.2.0/program/8/?format=api",
                        "name": "Soyuz",
                        "description": "The Soyuz programme is a human spaceflight programme initiated by the Soviet Union in the early 1960s. The Soyuz spacecraft was originally part of a Moon landing project intended to put a Soviet cosmonaut on the Moon. It was the third Soviet human spaceflight programme after the Vostok and Voskhod programmes.",
                        "agencies": [
                            {
                                "id": 63,
                                "url": "https://ll.thespacedevs.com/2.2.0/agencies/63/?format=api",
                                "name": "Russian Federal Space Agency (ROSCOSMOS)",
                                "type": "Government"
                            },
                            {
                                "id": 66,
                                "url": "https://ll.thespacedevs.com/2.2.0/agencies/66/?format=api",
                                "name": "Soviet Space Program",
                                "type": "Government"
                            }
                        ],
                        "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/soyuz_program_20201129185543.png",
                        "start_date": "1966-11-28T11:02:00Z",
                        "end_date": null,
                        "info_url": null,
                        "wiki_url": "https://en.wikipedia.org/wiki/Soyuz_programme",
                        "mission_patches": [],
                        "type": {
                            "id": 2,
                            "name": "Human Spaceflight"
                        }
                    },
                    {
                        "id": 16,
                        "url": "https://ll.thespacedevs.com/2.2.0/program/16/?format=api",
                        "name": "Mir",
                        "description": "Mir was a space station that operated in low Earth orbit from 1986 to 2001, operated by the Soviet Union and later by Russia. Mir was the first modular space station and was assembled in orbit from 1986 to 1996.",
                        "agencies": [
                            {
                                "id": 63,
                                "url": "https://ll.thespacedevs.com/2.2.0/agencies/63/?format=api",
                                "name": "Russian Federal Space Agency (ROSCOSMOS)",
                                "type": "Government"
                            },
                            {
                                "id": 66,
                                "url": "https://ll.thespacedevs.com/2.2.0/agencies/66/?format=api",
                                "name": "Soviet Space Program",
                                "type": "Government"
                            }
                        ],
                        "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/mir_program_20200821092345.jpeg",
                        "start_date": "1986-02-20T21:28:23Z",
                        "end_date": "2001-03-23T05:59:00Z",
                        "info_url": null,
                        "wiki_url": "https://en.wikipedia.org/wiki/Mir",
                        "mission_patches": [],
                        "type": {
                            "id": 2,
                            "name": "Human Spaceflight"
                        }
                    }
                ],
                "orbital_launch_attempt_count": 3622,
                "location_launch_attempt_count": 961,
                "pad_launch_attempt_count": 301,
                "agency_launch_attempt_count": 2416,
                "orbital_launch_attempt_count_year": 35,
                "location_launch_attempt_count_year": 9,
                "pad_launch_attempt_count_year": 4,
                "agency_launch_attempt_count_year": 24,
                "type": "normal"
            },
            "landing": {
                "id": 838,
                "attempt": true,
                "success": true,
                "description": "The Soyuz spacecraft safely landed in Kazakhstan.",
                "downrange_distance": null,
                "location": {
                    "id": 19,
                    "name": "Kazakhstan",
                    "abbrev": "KAZ",
                    "description": "Deserts of Kazakhstan in Central Asia",
                    "location": null,
                    "successful_landings": 0
                },
                "type": {
                    "id": 4,
                    "name": "Parachute Landing",
                    "abbrev": "PL",
                    "description": "Unpowered landing using parachute(s)."
                }
            }
        }
    ],
    "flights_count": 1,
    "landings_count": 1,
    "spacewalks_count": 6,
    "last_flight": "1991-05-18T12:50:28Z",
    "first_flight": "1991-05-18T12:50:28Z",
    "spacewalks": [
        {
            "id": 81,
            "url": "https://ll.thespacedevs.com/2.2.0/spacewalks/81/?format=api",
            "name": "PE-9 EVA 6",
            "start": "1991-07-27T08:44:00Z",
            "end": "1991-07-27T15:33:00Z",
            "duration": "PT6H49M",
            "location": "Mir",
            "crew": [
                {
                    "id": 3929,
                    "role": {
                        "id": 33,
                        "role": "EV1",
                        "priority": 0
                    },
                    "astronaut": {
                        "id": 61,
                        "url": "https://ll.thespacedevs.com/2.2.0/astronaut/61/?format=api",
                        "name": "Anatoly Artsebarsky",
                        "type": {
                            "id": 2,
                            "name": "Government"
                        },
                        "in_space": false,
                        "time_in_space": "P144DT15H21M32S",
                        "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-09-09",
                        "date_of_death": null,
                        "nationality": "Russian",
                        "twitter": null,
                        "instagram": null,
                        "bio": "Anatoly Pavlovich Artsebarsky (Ukrainian: Анатолій Павлович Арцебарський) (Russian: Анатолий Павлович Арцебарский; born 9 September 1956) is a former Soviet cosmonaut.\r\n\r\nHe became a cosmonaut in 1985. Artsebarsky has spent almost 5 months in space on a single spaceflight. In 1991, he flew aboard Soyuz TM-12 and docked with the Mir Space Station. Artsebarsky and Sergei Krikalev stayed aboard Mir while the rest of the crew flew back to Earth after eight days. Artsebarsky took six spacewalks during the Mir EO-9 mission. He spent over 33 hours walking in space.",
                        "profile_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/anatoly2520artsebarsky_image_20181128215348.jpg",
                        "wiki": "https://en.wikipedia.org/wiki/Anatoly_Artsebarsky",
                        "last_flight": "1991-05-18T12:50:28Z",
                        "first_flight": "1991-05-18T12:50:28Z"
                    }
                },
                {
                    "id": 3930,
                    "role": {
                        "id": 34,
                        "role": "EV2",
                        "priority": 1
                    },
                    "astronaut": {
                        "id": 174,
                        "url": "https://ll.thespacedevs.com/2.2.0/astronaut/174/?format=api",
                        "name": "Sergei Krikalev",
                        "type": {
                            "id": 2,
                            "name": "Government"
                        },
                        "in_space": false,
                        "time_in_space": "P803DT13H47M10S",
                        "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": "1958-08-27",
                        "date_of_death": null,
                        "nationality": "Russian",
                        "twitter": null,
                        "instagram": null,
                        "bio": "Sergei Konstantinovich Krikalev (Russian: Серге́й Константинович Крикалёв, also transliterated as Sergei Krikalyov; born August 27, 1958) is a Russian cosmonaut and mechanical engineer. As a prominent rocket scientist, he is a veteran of six space flights and ranks third to Gennady Padalka and Yuri Malenchenko for the amount of time in space: a total of 803 days, 9 hours, and 38 minutes.",
                        "profile_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/sergei2520krikalev_image_20181129234055.jpg",
                        "wiki": "https://en.wikipedia.org/wiki/Sergei_Krikalev",
                        "last_flight": "2005-04-15T00:46:25Z",
                        "first_flight": "1988-11-26T15:49:34Z"
                    }
                }
            ]
        },
        {
            "id": 80,
            "url": "https://ll.thespacedevs.com/2.2.0/spacewalks/80/?format=api",
            "name": "PE-9 EVA 5",
            "start": "1991-07-23T09:15:00Z",
            "end": "1991-07-23T14:57:00Z",
            "duration": "PT5H42M",
            "location": "Mir",
            "crew": [
                {
                    "id": 3927,
                    "role": {
                        "id": 33,
                        "role": "EV1",
                        "priority": 0
                    },
                    "astronaut": {
                        "id": 61,
                        "url": "https://ll.thespacedevs.com/2.2.0/astronaut/61/?format=api",
                        "name": "Anatoly Artsebarsky",
                        "type": {
                            "id": 2,
                            "name": "Government"
                        },
                        "in_space": false,
                        "time_in_space": "P144DT15H21M32S",
                        "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-09-09",
                        "date_of_death": null,
                        "nationality": "Russian",
                        "twitter": null,
                        "instagram": null,
                        "bio": "Anatoly Pavlovich Artsebarsky (Ukrainian: Анатолій Павлович Арцебарський) (Russian: Анатолий Павлович Арцебарский; born 9 September 1956) is a former Soviet cosmonaut.\r\n\r\nHe became a cosmonaut in 1985. Artsebarsky has spent almost 5 months in space on a single spaceflight. In 1991, he flew aboard Soyuz TM-12 and docked with the Mir Space Station. Artsebarsky and Sergei Krikalev stayed aboard Mir while the rest of the crew flew back to Earth after eight days. Artsebarsky took six spacewalks during the Mir EO-9 mission. He spent over 33 hours walking in space.",
                        "profile_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/anatoly2520artsebarsky_image_20181128215348.jpg",
                        "wiki": "https://en.wikipedia.org/wiki/Anatoly_Artsebarsky",
                        "last_flight": "1991-05-18T12:50:28Z",
                        "first_flight": "1991-05-18T12:50:28Z"
                    }
                },
                {
                    "id": 3928,
                    "role": {
                        "id": 34,
                        "role": "EV2",
                        "priority": 1
                    },
                    "astronaut": {
                        "id": 174,
                        "url": "https://ll.thespacedevs.com/2.2.0/astronaut/174/?format=api",
                        "name": "Sergei Krikalev",
                        "type": {
                            "id": 2,
                            "name": "Government"
                        },
                        "in_space": false,
                        "time_in_space": "P803DT13H47M10S",
                        "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": "1958-08-27",
                        "date_of_death": null,
                        "nationality": "Russian",
                        "twitter": null,
                        "instagram": null,
                        "bio": "Sergei Konstantinovich Krikalev (Russian: Серге́й Константинович Крикалёв, also transliterated as Sergei Krikalyov; born August 27, 1958) is a Russian cosmonaut and mechanical engineer. As a prominent rocket scientist, he is a veteran of six space flights and ranks third to Gennady Padalka and Yuri Malenchenko for the amount of time in space: a total of 803 days, 9 hours, and 38 minutes.",
                        "profile_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/sergei2520krikalev_image_20181129234055.jpg",
                        "wiki": "https://en.wikipedia.org/wiki/Sergei_Krikalev",
                        "last_flight": "2005-04-15T00:46:25Z",
                        "first_flight": "1988-11-26T15:49:34Z"
                    }
                }
            ]
        },
        {
            "id": 79,
            "url": "https://ll.thespacedevs.com/2.2.0/spacewalks/79/?format=api",
            "name": "PE-9 EVA 4",
            "start": "1991-07-19T11:10:00Z",
            "end": "1991-07-19T16:38:00Z",
            "duration": "PT5H28M",
            "location": "Mir",
            "crew": [
                {
                    "id": 3925,
                    "role": {
                        "id": 33,
                        "role": "EV1",
                        "priority": 0
                    },
                    "astronaut": {
                        "id": 61,
                        "url": "https://ll.thespacedevs.com/2.2.0/astronaut/61/?format=api",
                        "name": "Anatoly Artsebarsky",
                        "type": {
                            "id": 2,
                            "name": "Government"
                        },
                        "in_space": false,
                        "time_in_space": "P144DT15H21M32S",
                        "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-09-09",
                        "date_of_death": null,
                        "nationality": "Russian",
                        "twitter": null,
                        "instagram": null,
                        "bio": "Anatoly Pavlovich Artsebarsky (Ukrainian: Анатолій Павлович Арцебарський) (Russian: Анатолий Павлович Арцебарский; born 9 September 1956) is a former Soviet cosmonaut.\r\n\r\nHe became a cosmonaut in 1985. Artsebarsky has spent almost 5 months in space on a single spaceflight. In 1991, he flew aboard Soyuz TM-12 and docked with the Mir Space Station. Artsebarsky and Sergei Krikalev stayed aboard Mir while the rest of the crew flew back to Earth after eight days. Artsebarsky took six spacewalks during the Mir EO-9 mission. He spent over 33 hours walking in space.",
                        "profile_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/anatoly2520artsebarsky_image_20181128215348.jpg",
                        "wiki": "https://en.wikipedia.org/wiki/Anatoly_Artsebarsky",
                        "last_flight": "1991-05-18T12:50:28Z",
                        "first_flight": "1991-05-18T12:50:28Z"
                    }
                },
                {
                    "id": 3926,
                    "role": {
                        "id": 34,
                        "role": "EV2",
                        "priority": 1
                    },
                    "astronaut": {
                        "id": 174,
                        "url": "https://ll.thespacedevs.com/2.2.0/astronaut/174/?format=api",
                        "name": "Sergei Krikalev",
                        "type": {
                            "id": 2,
                            "name": "Government"
                        },
                        "in_space": false,
                        "time_in_space": "P803DT13H47M10S",
                        "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": "1958-08-27",
                        "date_of_death": null,
                        "nationality": "Russian",
                        "twitter": null,
                        "instagram": null,
                        "bio": "Sergei Konstantinovich Krikalev (Russian: Серге́й Константинович Крикалёв, also transliterated as Sergei Krikalyov; born August 27, 1958) is a Russian cosmonaut and mechanical engineer. As a prominent rocket scientist, he is a veteran of six space flights and ranks third to Gennady Padalka and Yuri Malenchenko for the amount of time in space: a total of 803 days, 9 hours, and 38 minutes.",
                        "profile_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/sergei2520krikalev_image_20181129234055.jpg",
                        "wiki": "https://en.wikipedia.org/wiki/Sergei_Krikalev",
                        "last_flight": "2005-04-15T00:46:25Z",
                        "first_flight": "1988-11-26T15:49:34Z"
                    }
                }
            ]
        },
        {
            "id": 78,
            "url": "https://ll.thespacedevs.com/2.2.0/spacewalks/78/?format=api",
            "name": "PE-9 EVA 3",
            "start": "1991-07-15T11:45:00Z",
            "end": "1991-07-15T17:41:00Z",
            "duration": "PT5H56M",
            "location": "Mir",
            "crew": [
                {
                    "id": 3923,
                    "role": {
                        "id": 33,
                        "role": "EV1",
                        "priority": 0
                    },
                    "astronaut": {
                        "id": 61,
                        "url": "https://ll.thespacedevs.com/2.2.0/astronaut/61/?format=api",
                        "name": "Anatoly Artsebarsky",
                        "type": {
                            "id": 2,
                            "name": "Government"
                        },
                        "in_space": false,
                        "time_in_space": "P144DT15H21M32S",
                        "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-09-09",
                        "date_of_death": null,
                        "nationality": "Russian",
                        "twitter": null,
                        "instagram": null,
                        "bio": "Anatoly Pavlovich Artsebarsky (Ukrainian: Анатолій Павлович Арцебарський) (Russian: Анатолий Павлович Арцебарский; born 9 September 1956) is a former Soviet cosmonaut.\r\n\r\nHe became a cosmonaut in 1985. Artsebarsky has spent almost 5 months in space on a single spaceflight. In 1991, he flew aboard Soyuz TM-12 and docked with the Mir Space Station. Artsebarsky and Sergei Krikalev stayed aboard Mir while the rest of the crew flew back to Earth after eight days. Artsebarsky took six spacewalks during the Mir EO-9 mission. He spent over 33 hours walking in space.",
                        "profile_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/anatoly2520artsebarsky_image_20181128215348.jpg",
                        "wiki": "https://en.wikipedia.org/wiki/Anatoly_Artsebarsky",
                        "last_flight": "1991-05-18T12:50:28Z",
                        "first_flight": "1991-05-18T12:50:28Z"
                    }
                },
                {
                    "id": 3924,
                    "role": {
                        "id": 34,
                        "role": "EV2",
                        "priority": 1
                    },
                    "astronaut": {
                        "id": 174,
                        "url": "https://ll.thespacedevs.com/2.2.0/astronaut/174/?format=api",
                        "name": "Sergei Krikalev",
                        "type": {
                            "id": 2,
                            "name": "Government"
                        },
                        "in_space": false,
                        "time_in_space": "P803DT13H47M10S",
                        "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": "1958-08-27",
                        "date_of_death": null,
                        "nationality": "Russian",
                        "twitter": null,
                        "instagram": null,
                        "bio": "Sergei Konstantinovich Krikalev (Russian: Серге́й Константинович Крикалёв, also transliterated as Sergei Krikalyov; born August 27, 1958) is a Russian cosmonaut and mechanical engineer. As a prominent rocket scientist, he is a veteran of six space flights and ranks third to Gennady Padalka and Yuri Malenchenko for the amount of time in space: a total of 803 days, 9 hours, and 38 minutes.",
                        "profile_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/sergei2520krikalev_image_20181129234055.jpg",
                        "wiki": "https://en.wikipedia.org/wiki/Sergei_Krikalev",
                        "last_flight": "2005-04-15T00:46:25Z",
                        "first_flight": "1988-11-26T15:49:34Z"
                    }
                }
            ]
        },
        {
            "id": 77,
            "url": "https://ll.thespacedevs.com/2.2.0/spacewalks/77/?format=api",
            "name": "PE-9 EVA 2",
            "start": "1991-06-28T19:02:00Z",
            "end": "1991-06-28T22:26:00Z",
            "duration": "PT3H24M",
            "location": "Mir",
            "crew": [
                {
                    "id": 3921,
                    "role": {
                        "id": 33,
                        "role": "EV1",
                        "priority": 0
                    },
                    "astronaut": {
                        "id": 61,
                        "url": "https://ll.thespacedevs.com/2.2.0/astronaut/61/?format=api",
                        "name": "Anatoly Artsebarsky",
                        "type": {
                            "id": 2,
                            "name": "Government"
                        },
                        "in_space": false,
                        "time_in_space": "P144DT15H21M32S",
                        "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-09-09",
                        "date_of_death": null,
                        "nationality": "Russian",
                        "twitter": null,
                        "instagram": null,
                        "bio": "Anatoly Pavlovich Artsebarsky (Ukrainian: Анатолій Павлович Арцебарський) (Russian: Анатолий Павлович Арцебарский; born 9 September 1956) is a former Soviet cosmonaut.\r\n\r\nHe became a cosmonaut in 1985. Artsebarsky has spent almost 5 months in space on a single spaceflight. In 1991, he flew aboard Soyuz TM-12 and docked with the Mir Space Station. Artsebarsky and Sergei Krikalev stayed aboard Mir while the rest of the crew flew back to Earth after eight days. Artsebarsky took six spacewalks during the Mir EO-9 mission. He spent over 33 hours walking in space.",
                        "profile_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/anatoly2520artsebarsky_image_20181128215348.jpg",
                        "wiki": "https://en.wikipedia.org/wiki/Anatoly_Artsebarsky",
                        "last_flight": "1991-05-18T12:50:28Z",
                        "first_flight": "1991-05-18T12:50:28Z"
                    }
                },
                {
                    "id": 3922,
                    "role": {
                        "id": 34,
                        "role": "EV2",
                        "priority": 1
                    },
                    "astronaut": {
                        "id": 174,
                        "url": "https://ll.thespacedevs.com/2.2.0/astronaut/174/?format=api",
                        "name": "Sergei Krikalev",
                        "type": {
                            "id": 2,
                            "name": "Government"
                        },
                        "in_space": false,
                        "time_in_space": "P803DT13H47M10S",
                        "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": "1958-08-27",
                        "date_of_death": null,
                        "nationality": "Russian",
                        "twitter": null,
                        "instagram": null,
                        "bio": "Sergei Konstantinovich Krikalev (Russian: Серге́й Константинович Крикалёв, also transliterated as Sergei Krikalyov; born August 27, 1958) is a Russian cosmonaut and mechanical engineer. As a prominent rocket scientist, he is a veteran of six space flights and ranks third to Gennady Padalka and Yuri Malenchenko for the amount of time in space: a total of 803 days, 9 hours, and 38 minutes.",
                        "profile_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/sergei2520krikalev_image_20181129234055.jpg",
                        "wiki": "https://en.wikipedia.org/wiki/Sergei_Krikalev",
                        "last_flight": "2005-04-15T00:46:25Z",
                        "first_flight": "1988-11-26T15:49:34Z"
                    }
                }
            ]
        },
        {
            "id": 76,
            "url": "https://ll.thespacedevs.com/2.2.0/spacewalks/76/?format=api",
            "name": "PE-9 EVA 1",
            "start": "1991-06-24T21:11:00Z",
            "end": "1991-06-25T02:09:00Z",
            "duration": "PT4H58M",
            "location": "Mir",
            "crew": [
                {
                    "id": 3919,
                    "role": {
                        "id": 33,
                        "role": "EV1",
                        "priority": 0
                    },
                    "astronaut": {
                        "id": 61,
                        "url": "https://ll.thespacedevs.com/2.2.0/astronaut/61/?format=api",
                        "name": "Anatoly Artsebarsky",
                        "type": {
                            "id": 2,
                            "name": "Government"
                        },
                        "in_space": false,
                        "time_in_space": "P144DT15H21M32S",
                        "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-09-09",
                        "date_of_death": null,
                        "nationality": "Russian",
                        "twitter": null,
                        "instagram": null,
                        "bio": "Anatoly Pavlovich Artsebarsky (Ukrainian: Анатолій Павлович Арцебарський) (Russian: Анатолий Павлович Арцебарский; born 9 September 1956) is a former Soviet cosmonaut.\r\n\r\nHe became a cosmonaut in 1985. Artsebarsky has spent almost 5 months in space on a single spaceflight. In 1991, he flew aboard Soyuz TM-12 and docked with the Mir Space Station. Artsebarsky and Sergei Krikalev stayed aboard Mir while the rest of the crew flew back to Earth after eight days. Artsebarsky took six spacewalks during the Mir EO-9 mission. He spent over 33 hours walking in space.",
                        "profile_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/anatoly2520artsebarsky_image_20181128215348.jpg",
                        "wiki": "https://en.wikipedia.org/wiki/Anatoly_Artsebarsky",
                        "last_flight": "1991-05-18T12:50:28Z",
                        "first_flight": "1991-05-18T12:50:28Z"
                    }
                },
                {
                    "id": 3920,
                    "role": {
                        "id": 34,
                        "role": "EV2",
                        "priority": 1
                    },
                    "astronaut": {
                        "id": 174,
                        "url": "https://ll.thespacedevs.com/2.2.0/astronaut/174/?format=api",
                        "name": "Sergei Krikalev",
                        "type": {
                            "id": 2,
                            "name": "Government"
                        },
                        "in_space": false,
                        "time_in_space": "P803DT13H47M10S",
                        "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": "1958-08-27",
                        "date_of_death": null,
                        "nationality": "Russian",
                        "twitter": null,
                        "instagram": null,
                        "bio": "Sergei Konstantinovich Krikalev (Russian: Серге́й Константинович Крикалёв, also transliterated as Sergei Krikalyov; born August 27, 1958) is a Russian cosmonaut and mechanical engineer. As a prominent rocket scientist, he is a veteran of six space flights and ranks third to Gennady Padalka and Yuri Malenchenko for the amount of time in space: a total of 803 days, 9 hours, and 38 minutes.",
                        "profile_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/sergei2520krikalev_image_20181129234055.jpg",
                        "wiki": "https://en.wikipedia.org/wiki/Sergei_Krikalev",
                        "last_flight": "2005-04-15T00:46:25Z",
                        "first_flight": "1988-11-26T15:49:34Z"
                    }
                }
            ]
        }
    ]
}