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/181/?format=api
HTTP 200 OK
Allow: GET
Content-Type: application/json
Vary: Accept

{
    "id": 181,
    "url": "https://ll.thespacedevs.com/2.2.0/astronaut/181/?format=api",
    "name": "Alexey Leonov",
    "status": {
        "id": 11,
        "name": "Deceased"
    },
    "type": {
        "id": 2,
        "name": "Government"
    },
    "in_space": false,
    "time_in_space": "P7DT32M17S",
    "eva_time": "PT12M9S",
    "agency": {
        "id": 63,
        "url": "https://ll.thespacedevs.com/2.2.0/agencies/63/?format=api",
        "name": "Russian Federal Space Agency (ROSCOSMOS)",
        "type": "Government"
    },
    "age": 85,
    "date_of_birth": "1934-05-30",
    "date_of_death": "2019-10-11",
    "nationality": "Russian",
    "twitter": null,
    "instagram": null,
    "bio": "Alexey Arkhipovich Leonov (Russian: Алексе́й Архи́пович Лео́нов, IPA: [ɐlʲɪˈksʲej ɐˈrxʲipəvʲɪtɕ lʲɪˈonəf]; born 30 May 1934) is a retired Soviet/Russian cosmonaut, Air Force Major general, writer and artist. On 18 March 1965, he became the first human to conduct extravehicular activity (EVA), exiting the capsule during the Voskhod 2 mission for a 12-minute spacewalk.",
    "profile_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/alexey2520leonov_image_20181129235111.jpg",
    "profile_image_thumbnail": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305190818.jpeg",
    "wiki": "https://en.wikipedia.org/wiki/Alexey_Leonov",
    "flights": [
        {
            "id": "27a072a0-f73f-4e36-b5b7-1330c37d76b0",
            "url": "https://ll.thespacedevs.com/2.2.0/launch/27a072a0-f73f-4e36-b5b7-1330c37d76b0/?format=api",
            "slug": "voskhod-voskhod-2",
            "name": "Voskhod | Voskhod 2",
            "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:41:00Z",
            "net": "1965-03-18T07:00:00Z",
            "window_end": "1965-03-18T07:00:00Z",
            "window_start": "1965-03-18T07:00:00Z",
            "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": 200,
                "configuration": {
                    "id": 104,
                    "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/104/?format=api",
                    "name": "Voskhod",
                    "family": "R-7",
                    "full_name": "Voskhod",
                    "variant": "Voskhod"
                }
            },
            "mission": {
                "id": 844,
                "name": "Voskhod 2",
                "description": "Voskhod 2 carrying Voskhod 3KD spacecraft carried two cosmonauts, Pavel Belyayev & Alexey Leonov, to orbit. The craft was equipped with an inflatable airlock in order to conduct the first ever spacewalk. Alexey Leonov became the first person to do so by performing a 12 minute spacewalk. The mission lasted 1 day, 2 hours, 2 minutes & 17 seconds completing a total of 17 orbits around Earth. The mission had many issues, for example during his spacewalk his spacesuit ballooned up to a point where his suit became stiff. In order to move his limbs again and re-enter the airlock he had to bleed off some of the suit's pressure. After re-entering the capsule,the crew had trouble sealing the hatch, during re-entry the orbital module did not properly disconnect from the landing module causing the spacecraft to spin wildly until turbulence caused them to separate at around 100 km and the automatic landing system failed and the crew had to rely on the manual backup. Earlier troubles meant that spacecraft landed 386 km away from their targeted landing zome in the forests of Upper Kama Upland.",
                "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": null,
            "infographic": null,
            "program": [
                {
                    "id": 10,
                    "url": "https://ll.thespacedevs.com/2.2.0/program/10/?format=api",
                    "name": "Voskhod",
                    "description": "The Voskhod programme was the second Soviet human spaceflight project. Two one-day crewed missions were flown using the Voskhod spacecraft and rocket, one in 1964 and one in 1965, and two dogs flew on a 22-day mission in 1966.",
                    "agencies": [
                        {
                            "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/voskhod_program_20200820205643.jpg",
                    "start_date": "1964-10-06T07:12:00Z",
                    "end_date": "1966-03-16T14:09:00Z",
                    "info_url": null,
                    "wiki_url": "https://en.wikipedia.org/wiki/Voskhod_programme",
                    "mission_patches": [],
                    "type": {
                        "id": 2,
                        "name": "Human Spaceflight"
                    }
                }
            ],
            "orbital_launch_attempt_count": 418,
            "location_launch_attempt_count": 92,
            "pad_launch_attempt_count": 72,
            "agency_launch_attempt_count": 119,
            "orbital_launch_attempt_count_year": 26,
            "location_launch_attempt_count_year": 8,
            "pad_launch_attempt_count_year": 2,
            "agency_launch_attempt_count_year": 11,
            "type": "normal"
        },
        {
            "id": "8199d0be-8200-47c1-bee0-1473e429556e",
            "url": "https://ll.thespacedevs.com/2.2.0/launch/8199d0be-8200-47c1-bee0-1473e429556e/?format=api",
            "slug": "soyuz-u-soyuz-19",
            "name": "Soyuz-U | Soyuz 19",
            "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:41:00Z",
            "net": "1975-07-15T12:20:00Z",
            "window_end": "1975-07-15T12:20:00Z",
            "window_start": "1975-07-15T12:20:00Z",
            "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": 251,
                "configuration": {
                    "id": 37,
                    "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/37/?format=api",
                    "name": "Soyuz U",
                    "family": "Soyuz",
                    "full_name": "Soyuz U",
                    "variant": ""
                }
            },
            "mission": {
                "id": 912,
                "name": "Soyuz 19",
                "description": "Soyuz 19 was a part of the Apollo-Soyuz Test Project, which was the first joint US-Soviet space flight.\nThe Soviet side of mission began on July 15, 1975, 12:20:00 UTC, launching Commander Alexey Leonov and Flight Engineer Valeri Kubasov into orbit. Two days later, they docked with the Apollo spacecraft. American and Soviet crews visited each other's spacecrafts, performed docking and redocking maneuvers, conducted joint scientific experiments, exchanged flags and gifts. Crews spent more than 44 hours together, and after final parting of the ships Soviet crew spent five more days in orbit.\nSoyuz 19 returned to Earth with a safe landing on July 21, 1975, 10:50:00 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/soyuz2520u_image_20190222031023.jpeg",
            "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"
                    }
                }
            ],
            "orbital_launch_attempt_count": 1711,
            "location_launch_attempt_count": 430,
            "pad_launch_attempt_count": 149,
            "agency_launch_attempt_count": 934,
            "orbital_launch_attempt_count_year": 69,
            "location_launch_attempt_count_year": 15,
            "pad_launch_attempt_count_year": 4,
            "agency_launch_attempt_count_year": 50,
            "type": "normal"
        }
    ],
    "landings": [
        {
            "id": 356,
            "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/flight/356/?format=api",
            "destination": "Low Earth Orbit",
            "mission_end": "1965-03-19T09:02:17Z",
            "spacecraft": {
                "id": 208,
                "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/208/?format=api",
                "name": "Voskhod-3KD No.4",
                "serial_number": "Voskhod-3KD No.4",
                "is_placeholder": false,
                "in_space": false,
                "time_in_space": "P1DT2H2M17S",
                "time_docked": "P0D",
                "flights_count": 1,
                "mission_ends_count": 1,
                "status": {
                    "id": 4,
                    "name": "Single Use"
                },
                "description": "Voskhod 2 was a Voskhod spacecraft which launched on 18 March 1965 07:00 UTC. It was the second manned flight of the Voskhod program. It launched two cosmonauts for craft testing and science purposes. The crew was Pavel Belyayev and Alexey Leonov.",
                "spacecraft_config": {
                    "id": 16,
                    "url": "https://ll.thespacedevs.com/2.2.0/config/spacecraft/16/?format=api",
                    "name": "Voskhod",
                    "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/voskhod_image_20190207032525.png"
                }
            },
            "launch": {
                "id": "27a072a0-f73f-4e36-b5b7-1330c37d76b0",
                "url": "https://ll.thespacedevs.com/2.2.0/launch/27a072a0-f73f-4e36-b5b7-1330c37d76b0/?format=api",
                "slug": "voskhod-voskhod-2",
                "name": "Voskhod | Voskhod 2",
                "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:41:00Z",
                "net": "1965-03-18T07:00:00Z",
                "window_end": "1965-03-18T07:00:00Z",
                "window_start": "1965-03-18T07:00:00Z",
                "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": 200,
                    "configuration": {
                        "id": 104,
                        "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/104/?format=api",
                        "name": "Voskhod",
                        "family": "R-7",
                        "full_name": "Voskhod",
                        "variant": "Voskhod"
                    }
                },
                "mission": {
                    "id": 844,
                    "name": "Voskhod 2",
                    "description": "Voskhod 2 carrying Voskhod 3KD spacecraft carried two cosmonauts, Pavel Belyayev & Alexey Leonov, to orbit. The craft was equipped with an inflatable airlock in order to conduct the first ever spacewalk. Alexey Leonov became the first person to do so by performing a 12 minute spacewalk. The mission lasted 1 day, 2 hours, 2 minutes & 17 seconds completing a total of 17 orbits around Earth. The mission had many issues, for example during his spacewalk his spacesuit ballooned up to a point where his suit became stiff. In order to move his limbs again and re-enter the airlock he had to bleed off some of the suit's pressure. After re-entering the capsule,the crew had trouble sealing the hatch, during re-entry the orbital module did not properly disconnect from the landing module causing the spacecraft to spin wildly until turbulence caused them to separate at around 100 km and the automatic landing system failed and the crew had to rely on the manual backup. Earlier troubles meant that spacecraft landed 386 km away from their targeted landing zome in the forests of Upper Kama Upland.",
                    "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": null,
                "infographic": null,
                "program": [
                    {
                        "id": 10,
                        "url": "https://ll.thespacedevs.com/2.2.0/program/10/?format=api",
                        "name": "Voskhod",
                        "description": "The Voskhod programme was the second Soviet human spaceflight project. Two one-day crewed missions were flown using the Voskhod spacecraft and rocket, one in 1964 and one in 1965, and two dogs flew on a 22-day mission in 1966.",
                        "agencies": [
                            {
                                "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/voskhod_program_20200820205643.jpg",
                        "start_date": "1964-10-06T07:12:00Z",
                        "end_date": "1966-03-16T14:09:00Z",
                        "info_url": null,
                        "wiki_url": "https://en.wikipedia.org/wiki/Voskhod_programme",
                        "mission_patches": [],
                        "type": {
                            "id": 2,
                            "name": "Human Spaceflight"
                        }
                    }
                ],
                "orbital_launch_attempt_count": 418,
                "location_launch_attempt_count": 92,
                "pad_launch_attempt_count": 72,
                "agency_launch_attempt_count": 119,
                "orbital_launch_attempt_count_year": 26,
                "location_launch_attempt_count_year": 8,
                "pad_launch_attempt_count_year": 2,
                "agency_launch_attempt_count_year": 11,
                "type": "normal"
            },
            "landing": {
                "id": 1057,
                "attempt": true,
                "success": true,
                "description": "The Voskhod-3KD spacecraft touched down earlier than planned due to pressurization issues following the first ever spacewalk. After a 26-hour flight, the capsule returned to Earth safely. However, it landed in the Ural mountains, which was nearly 1000 km north of the intended landing site. The crew was rescued approximately one day after they landed.",
                "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)."
                }
            }
        },
        {
            "id": 336,
            "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/flight/336/?format=api",
            "destination": "Low Earth Orbit",
            "mission_end": "1975-07-21T10:50:00Z",
            "spacecraft": {
                "id": 187,
                "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/187/?format=api",
                "name": "Soyuz 19",
                "serial_number": "Soyuz 7K-TM 11F615A12 #75",
                "is_placeholder": false,
                "in_space": false,
                "time_in_space": "P5DT22H30M",
                "time_docked": "P0D",
                "flights_count": 1,
                "mission_ends_count": 1,
                "status": {
                    "id": 4,
                    "name": "Single Use"
                },
                "description": "Soyuz 19 was a Soyuz spacecraft which launched on 15 July 1975 12:20 UTC. It was used in the Apollo-Soyuz test project. The crew was Alexey Leonov and Valeri Kubasov.",
                "spacecraft_config": {
                    "id": 1,
                    "url": "https://ll.thespacedevs.com/2.2.0/config/spacecraft/1/?format=api",
                    "name": "Soyuz",
                    "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_image_20201015191152.jpg"
                }
            },
            "launch": {
                "id": "8199d0be-8200-47c1-bee0-1473e429556e",
                "url": "https://ll.thespacedevs.com/2.2.0/launch/8199d0be-8200-47c1-bee0-1473e429556e/?format=api",
                "slug": "soyuz-u-soyuz-19",
                "name": "Soyuz-U | Soyuz 19",
                "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:41:00Z",
                "net": "1975-07-15T12:20:00Z",
                "window_end": "1975-07-15T12:20:00Z",
                "window_start": "1975-07-15T12:20:00Z",
                "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": 251,
                    "configuration": {
                        "id": 37,
                        "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/37/?format=api",
                        "name": "Soyuz U",
                        "family": "Soyuz",
                        "full_name": "Soyuz U",
                        "variant": ""
                    }
                },
                "mission": {
                    "id": 912,
                    "name": "Soyuz 19",
                    "description": "Soyuz 19 was a part of the Apollo-Soyuz Test Project, which was the first joint US-Soviet space flight.\nThe Soviet side of mission began on July 15, 1975, 12:20:00 UTC, launching Commander Alexey Leonov and Flight Engineer Valeri Kubasov into orbit. Two days later, they docked with the Apollo spacecraft. American and Soviet crews visited each other's spacecrafts, performed docking and redocking maneuvers, conducted joint scientific experiments, exchanged flags and gifts. Crews spent more than 44 hours together, and after final parting of the ships Soviet crew spent five more days in orbit.\nSoyuz 19 returned to Earth with a safe landing on July 21, 1975, 10:50:00 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/soyuz2520u_image_20190222031023.jpeg",
                "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"
                        }
                    }
                ],
                "orbital_launch_attempt_count": 1711,
                "location_launch_attempt_count": 430,
                "pad_launch_attempt_count": 149,
                "agency_launch_attempt_count": 934,
                "orbital_launch_attempt_count_year": 69,
                "location_launch_attempt_count_year": 15,
                "pad_launch_attempt_count_year": 4,
                "agency_launch_attempt_count_year": 50,
                "type": "normal"
            },
            "landing": {
                "id": 727,
                "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": 2,
    "landings_count": 2,
    "spacewalks_count": 1,
    "last_flight": "1975-07-15T12:20:00Z",
    "first_flight": "1965-03-18T07:00:00Z",
    "spacewalks": [
        {
            "id": 1,
            "url": "https://ll.thespacedevs.com/2.2.0/spacewalks/1/?format=api",
            "name": "Voskhod 2 EVA",
            "start": "1965-03-18T08:34:51Z",
            "end": "1965-03-18T08:47:00Z",
            "duration": "PT12M9S",
            "location": "Low Earth Orbit",
            "crew": [
                {
                    "id": 3781,
                    "role": {
                        "id": 33,
                        "role": "EV1",
                        "priority": 0
                    },
                    "astronaut": {
                        "id": 181,
                        "url": "https://ll.thespacedevs.com/2.2.0/astronaut/181/?format=api",
                        "name": "Alexey Leonov",
                        "type": {
                            "id": 2,
                            "name": "Government"
                        },
                        "in_space": false,
                        "time_in_space": "P7DT32M17S",
                        "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": "1934-05-30",
                        "date_of_death": "2019-10-11",
                        "nationality": "Russian",
                        "twitter": null,
                        "instagram": null,
                        "bio": "Alexey Arkhipovich Leonov (Russian: Алексе́й Архи́пович Лео́нов, IPA: [ɐlʲɪˈksʲej ɐˈrxʲipəvʲɪtɕ lʲɪˈonəf]; born 30 May 1934) is a retired Soviet/Russian cosmonaut, Air Force Major general, writer and artist. On 18 March 1965, he became the first human to conduct extravehicular activity (EVA), exiting the capsule during the Voskhod 2 mission for a 12-minute spacewalk.",
                        "profile_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/alexey2520leonov_image_20181129235111.jpg",
                        "wiki": "https://en.wikipedia.org/wiki/Alexey_Leonov",
                        "last_flight": "1975-07-15T12:20:00Z",
                        "first_flight": "1965-03-18T07:00:00Z"
                    }
                }
            ]
        }
    ]
}