API endpoint that allows Landings to be viewed.

GET: Return a list of all the existing landings.

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

FILTERS: Fields - 'attempt', 'success', 'landing_location__ids', 'landing_type__ids', 'spacecraft__ids', 'launcher__ids', 'spacecraft_launch__ids', 'firststage_launch__ids', 'spacecraft_config__ids', 'launcher_config__ids', 'launcher_serial_numbers'

Get all Landings with the launcher serial number of B1049. Example - /2.2.0/landings/?launcher_serial_numbers=B1049

ORDERING: Fields - 'id', 'downrange_distance' Example - /2.2.0/landings/?ordering=-downrange_distance

GET /2.2.0/landings/?format=api&offset=60&ordering=-downrange_distance
HTTP 200 OK
Allow: GET
Content-Type: application/json
Vary: Accept

{
    "count": 1599,
    "next": "https://ll.thespacedevs.com/2.2.0/landings/?format=api&limit=10&offset=70&ordering=-downrange_distance",
    "previous": "https://ll.thespacedevs.com/2.2.0/landings/?format=api&limit=10&offset=50&ordering=-downrange_distance",
    "results": [
        {
            "id": 747,
            "url": "https://ll.thespacedevs.com/2.2.0/landings/747/?format=api",
            "attempt": true,
            "success": true,
            "description": "The Soyuz spacecraft safely landed in Kazakhstan.",
            "downrange_distance": null,
            "landing_type": {
                "id": 4,
                "name": "Parachute Landing",
                "abbrev": "PCL",
                "description": "Unpowered landing using parachute(s)."
            },
            "landing_location": {
                "id": 19,
                "name": "Kazakhstan",
                "abbrev": "KAZ",
                "description": "Deserts of Kazakhstan in Central Asia",
                "location": null,
                "successful_landings": 194
            },
            "firststage": null,
            "spacecraftflight": {
                "id": 320,
                "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/flight/320/?format=api",
                "mission_end": "1980-10-11T09:49:57Z",
                "destination": "Salyut 6",
                "launch_crew": [
                    {
                        "id": 2884,
                        "role": {
                            "id": 1,
                            "role": "Commander",
                            "priority": 0
                        },
                        "astronaut": {
                            "id": 115,
                            "url": "https://ll.thespacedevs.com/2.2.0/astronaut/115/?format=api",
                            "name": "Viktor Gorbatko",
                            "type": {
                                "id": 2,
                                "name": "Government"
                            },
                            "in_space": false,
                            "time_in_space": "P30DT12H48M32S",
                            "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-12-03",
                            "date_of_death": "2017-05-17",
                            "nationality": "Russian",
                            "twitter": null,
                            "instagram": null,
                            "bio": "Viktor Vasilyevich Gorbatko (Russian: Ви́ктор Васи́льевич Горба́тко; December 3, 1934 – May 17, 2017) was a Soviet cosmonaut who flew on the Soyuz 7, Soyuz 24, and Soyuz 37 missions.",
                            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/viktor2520gorbatko_image_20181128233221.jpg",
                            "wiki": "https://en.wikipedia.org/wiki/Viktor_Gorbatko",
                            "last_flight": "1980-07-23T18:33:03Z",
                            "first_flight": "1969-10-12T10:44:42Z"
                        }
                    },
                    {
                        "id": 2893,
                        "role": {
                            "id": 11,
                            "role": "Research Cosmonaut",
                            "priority": 2
                        },
                        "astronaut": {
                            "id": 222,
                            "url": "https://ll.thespacedevs.com/2.2.0/astronaut/222/?format=api",
                            "name": "Phạm Tuân",
                            "type": {
                                "id": 2,
                                "name": "Government"
                            },
                            "in_space": false,
                            "time_in_space": "P7DT20H41M59S",
                            "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": "1947-02-14",
                            "date_of_death": null,
                            "nationality": "Vietnamese",
                            "twitter": null,
                            "instagram": null,
                            "bio": "Phạm Tuân (born February 14, 1947) is a retired Vietnam Air Force aviator. He became the first Vietnamese citizen and the first Asian in space when he flew aboard the Soyuz 37 mission as an Intercosmos Research Cosmonaut.\r\nTuân reached the rank of lieutenant colonel in the VPAF before eventually training to be a research cosmonaut in the joint USSR-Vietnamese Space program. On April 1, 1979, he was selected as a member of the sixth international crew for the Intercosmos program. His backup was Bùi Thanh Liêm. Tuân, along with Soviet cosmonaut Viktor Gorbatko, was launched from Baikonur Cosmodrome on July 23, 1980, on board the Soyuz 37 mission to the Salyut 6 space station.",
                            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/ph25e125ba25a1m2520tu25c325a2n_image_20181201190603.jpg",
                            "wiki": "https://en.wikipedia.org/wiki/Ph%E1%BA%A1m_Tu%C3%A2n",
                            "last_flight": "1980-07-23T18:33:03Z",
                            "first_flight": "1980-07-23T18:33:03Z"
                        }
                    }
                ],
                "onboard_crew": [],
                "landing_crew": [
                    {
                        "id": 2832,
                        "role": {
                            "id": 1,
                            "role": "Commander",
                            "priority": 0
                        },
                        "astronaut": {
                            "id": 226,
                            "url": "https://ll.thespacedevs.com/2.2.0/astronaut/226/?format=api",
                            "name": "Leonid Popov",
                            "type": {
                                "id": 2,
                                "name": "Government"
                            },
                            "in_space": false,
                            "time_in_space": "P200DT14H45M51S",
                            "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": "1945-08-31",
                            "date_of_death": null,
                            "nationality": "Ukrainian",
                            "twitter": null,
                            "instagram": null,
                            "bio": "Popov was born in Oleksandriia, Kirovohrad Oblast, Ukrainian SSR. He was selected as a cosmonaut on April 27, 1970, and flew as Commander on Soyuz 35, Soyuz 40 and Soyuz T-7, logging 200 days, 14 hours, and 45 minutes in space before his retirement on June 13, 1987.",
                            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/leonid2520popov_image_20181201212542.jpg",
                            "wiki": "https://en.wikipedia.org/wiki/Leonid_Popov",
                            "last_flight": "1982-08-19T17:11:52Z",
                            "first_flight": "1980-04-09T13:38:22Z"
                        }
                    },
                    {
                        "id": 2889,
                        "role": {
                            "id": 3,
                            "role": "Flight Engineer",
                            "priority": 2
                        },
                        "astronaut": {
                            "id": 238,
                            "url": "https://ll.thespacedevs.com/2.2.0/astronaut/238/?format=api",
                            "name": "Valery Ryumin",
                            "type": {
                                "id": 2,
                                "name": "Government"
                            },
                            "in_space": false,
                            "time_in_space": "P371DT17H25M33S",
                            "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": "1939-08-16",
                            "date_of_death": null,
                            "nationality": "Russian",
                            "twitter": null,
                            "instagram": null,
                            "bio": "Valery Victorovich Ryumin (born August 16, 1939 in Komsomolsk-on-Amur) is a former Soviet cosmonaut.\r\nIn 1973, he joined the RSC Energia cosmonaut corps. A veteran of three space flights, Ryumin has logged a total of 362 days in space. In 1977, he spent 2 days aboard Soyuz-25, in 1979, he spent 175 days aboard Soyuz vehicles and the Salyut-6 space station, and in 1980, he spent 185 days aboard Soyuz vehicles and the Salyut-6 space station.\r\nIn January 1998, NASA announced Ryumin's selection to the crew of STS-91. Ryumin served aboard STS-91 Discovery (June 2–12, 1998) the 9th and final Shuttle-Mir docking mission, concluding the joint U.S./Russian Phase I Program. The STS-91 mission was accomplished in 154 Earth orbits, traveling 3.8 million miles in 235 hours and 54 seconds.",
                            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/valery2520ryumin_image_20181201214505.jpg",
                            "wiki": "https://en.wikipedia.org/wiki/Valery_Ryumin",
                            "last_flight": "1998-06-02T22:06:24Z",
                            "first_flight": "1977-10-09T02:40:35Z"
                        }
                    }
                ],
                "spacecraft": {
                    "id": 147,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/147/?format=api",
                    "name": "Soyuz 37",
                    "serial_number": "Soyuz 7K-T 11F615A8 #53",
                    "is_placeholder": false,
                    "in_space": false,
                    "time_in_space": "P79DT15H16M54S",
                    "time_docked": "P78DT10H3M",
                    "flights_count": 1,
                    "mission_ends_count": 1,
                    "status": {
                        "id": 4,
                        "name": "Single Use"
                    },
                    "description": "Soyuz 37 was a Soyuz spacecraft which launched on 23 July 1980 18:33 UTC. It  transported two cosmonauts of EP-7 to Salyut 6. The crew was Viktor Gorbatko and Pham Tuân.",
                    "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://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/soyuz_image_20201015191152.jpg"
                    }
                },
                "launch": {
                    "id": "30b10310-a060-4766-90be-f5bdcec94b41",
                    "url": "https://ll.thespacedevs.com/2.2.0/launch/30b10310-a060-4766-90be-f5bdcec94b41/?format=api",
                    "slug": "soyuz-u-soyuz-37",
                    "name": "Soyuz-U | Soyuz 37",
                    "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:23Z",
                    "net": "1980-07-23T18:33:03Z",
                    "window_end": "1980-07-23T18:33:03Z",
                    "window_start": "1980-07-23T18:33:03Z",
                    "net_precision": {
                        "id": 0,
                        "name": "Second",
                        "abbrev": "SEC",
                        "description": "The T-0 is accurate to the second."
                    },
                    "probability": -1,
                    "weather_concerns": null,
                    "holdreason": "",
                    "failreason": "",
                    "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": 274,
                        "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": 926,
                        "name": "Soyuz 37",
                        "description": "Soyuz 37 was the 11th mission to visit the Salyut 6 space station and carried the the EP-7 crew, which visited the long-duration Soyuz 35 resident crew. The mission began on July 23, 1980, 18:33:03 UTC, launching Commander Viktor Gorbatko and Research Cosmonaut Pham Tuân, the first Viatnamese cosmonaut, into orbit. They docked with the station the next day. During their 7-day stay on the station, EP-7 crew carried out some experiments. They also swapped vehicles with the resident station crew, and returned in Soyuz 36 spacecraft.\nThe mission concluded with a safe landing back on Earth on October 11, 1980, 09:49:57 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": "The Baikonur Cosmodrome is a spaceport operated by Russia within Kazakhstan. Located in the Kazakh city of Baikonur, it is the largest operational space launch facility in terms of area. All Russian crewed spaceflights are launched from Baikonur.",
                            "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_15_20200803142517.jpg",
                            "timezone_name": "Asia/Qyzylorda",
                            "total_launch_count": 1558,
                            "total_landing_count": 0
                        },
                        "country_code": "KAZ",
                        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_32_20200803143513.jpg",
                        "total_launch_count": 487,
                        "orbital_launch_attempt_count": 487
                    },
                    "webcast_live": false,
                    "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/soyuz2520u_image_20190222031023.jpeg",
                    "infographic": null,
                    "program": [
                        {
                            "id": 23,
                            "url": "https://ll.thespacedevs.com/2.2.0/program/23/?format=api",
                            "name": "Salyut",
                            "description": "The Salyut programme was the first space station programme, undertaken by the Soviet Union. It involved a series of four crewed scientific research space stations and two crewed military reconnaissance space stations over a period of 15 years, from 1971 to 1986.",
                            "agencies": [
                                {
                                    "id": 66,
                                    "url": "https://ll.thespacedevs.com/2.2.0/agencies/66/?format=api",
                                    "name": "Soviet Space Program",
                                    "type": "Government"
                                }
                            ],
                            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/salyut_program_20230506090532.png",
                            "start_date": "1971-04-19T01:40:00Z",
                            "end_date": "1986-07-16T12:34:05Z",
                            "info_url": null,
                            "wiki_url": "https://en.wikipedia.org/wiki/Salyut_programme",
                            "mission_patches": [],
                            "type": {
                                "id": 2,
                                "name": "Human Spaceflight"
                            }
                        },
                        {
                            "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://thespacedevs-prod.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": 2349,
                    "location_launch_attempt_count": 570,
                    "pad_launch_attempt_count": 179,
                    "agency_launch_attempt_count": 1415,
                    "orbital_launch_attempt_count_year": 66,
                    "location_launch_attempt_count_year": 16,
                    "pad_launch_attempt_count_year": 7,
                    "agency_launch_attempt_count_year": 53,
                    "type": "normal"
                }
            }
        },
        {
            "id": 749,
            "url": "https://ll.thespacedevs.com/2.2.0/landings/749/?format=api",
            "attempt": true,
            "success": true,
            "description": "The Soyuz spacecraft safely landed in Kazakhstan.",
            "downrange_distance": null,
            "landing_type": {
                "id": 4,
                "name": "Parachute Landing",
                "abbrev": "PCL",
                "description": "Unpowered landing using parachute(s)."
            },
            "landing_location": {
                "id": 19,
                "name": "Kazakhstan",
                "abbrev": "KAZ",
                "description": "Deserts of Kazakhstan in Central Asia",
                "location": null,
                "successful_landings": 194
            },
            "firststage": null,
            "spacecraftflight": {
                "id": 318,
                "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/flight/318/?format=api",
                "mission_end": "1981-03-30T11:40:58Z",
                "destination": "Salyut 6",
                "launch_crew": [
                    {
                        "id": 2812,
                        "role": {
                            "id": 1,
                            "role": "Commander",
                            "priority": 0
                        },
                        "astronaut": {
                            "id": 97,
                            "url": "https://ll.thespacedevs.com/2.2.0/astronaut/97/?format=api",
                            "name": "Vladimir Dzhanibekov",
                            "type": {
                                "id": 2,
                                "name": "Government"
                            },
                            "in_space": false,
                            "time_in_space": "P145DT15H58M35S",
                            "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": "1942-05-13",
                            "date_of_death": null,
                            "nationality": "Russian",
                            "twitter": null,
                            "instagram": null,
                            "bio": "Vladimir Aleksandrovich Dzhanibekov (Russian: Владимир Александрович Джанибеков, born 13 May 1942) is a former cosmonaut who made five flights.\r\n\r\nDzhanibekov made five flights: Soyuz 27, Soyuz 39, Soyuz T-6, Soyuz T-12 and Soyuz T-13. In all he had spent 145 days, 15 hours and 56 minutes in space over these five missions. He had also performed two EVAs with a total time of 8 hours and 35 minutes. In 1985 he noted the effects of the tennis racket theorem, subsequently also called the Dzhanibekov effect, by showing that an object's second principal axis is unstable while in free-fall rotation.",
                            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/vladimir2520dzhanibekov_image_20181128230017.jpg",
                            "wiki": "https://en.wikipedia.org/wiki/Vladimir_Dzhanibekov",
                            "last_flight": "1985-06-06T06:39:52Z",
                            "first_flight": "1978-01-10T12:26:00Z"
                        }
                    },
                    {
                        "id": 2877,
                        "role": {
                            "id": 11,
                            "role": "Research Cosmonaut",
                            "priority": 2
                        },
                        "astronaut": {
                            "id": 119,
                            "url": "https://ll.thespacedevs.com/2.2.0/astronaut/119/?format=api",
                            "name": "Jügderdemidiin Gürragchaa",
                            "type": {
                                "id": 2,
                                "name": "Government"
                            },
                            "in_space": false,
                            "time_in_space": "P7DT20H42M3S",
                            "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": "1947-12-05",
                            "date_of_death": null,
                            "nationality": "Mongolian",
                            "twitter": null,
                            "instagram": null,
                            "bio": "Jügderdemidiin Gürragchaa, born 5 December 1947) was the first Mongolian in space. \r\n\r\nHe was selected as part of the eighth Intercosmos program on 1 March 1978, at time he was in the rank of Major General. His backup was Maidarjavyn Ganzorig. Gürragchaa, along with Soviet cosmonaut Vladimir Dzhanibekov, departed from Baikonur Cosmodrome on 22 March 1981. They docked with Salyut 6.\r\n\r\nWhile in orbit, Dzhanibekov and Gürragchaa carried out experiments on earth science. After 124 orbits and 7 days, 20 hours and 42 minutes in space, Gürragchaa and Dzhanibekov landed 170 km southeast of Dzhezkasgan.",
                            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/j25c325bcgderdemidiin2520g25c325bcrragchaa_image_20181128233759.jpg",
                            "wiki": "https://en.wikipedia.org/wiki/J%C3%BCgderdemidiin_G%C3%BCrragchaa",
                            "last_flight": "1981-03-22T14:58:55Z",
                            "first_flight": "1981-03-22T14:58:55Z"
                        }
                    }
                ],
                "onboard_crew": [],
                "landing_crew": [
                    {
                        "id": 2807,
                        "role": {
                            "id": 1,
                            "role": "Commander",
                            "priority": 0
                        },
                        "astronaut": {
                            "id": 97,
                            "url": "https://ll.thespacedevs.com/2.2.0/astronaut/97/?format=api",
                            "name": "Vladimir Dzhanibekov",
                            "type": {
                                "id": 2,
                                "name": "Government"
                            },
                            "in_space": false,
                            "time_in_space": "P145DT15H58M35S",
                            "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": "1942-05-13",
                            "date_of_death": null,
                            "nationality": "Russian",
                            "twitter": null,
                            "instagram": null,
                            "bio": "Vladimir Aleksandrovich Dzhanibekov (Russian: Владимир Александрович Джанибеков, born 13 May 1942) is a former cosmonaut who made five flights.\r\n\r\nDzhanibekov made five flights: Soyuz 27, Soyuz 39, Soyuz T-6, Soyuz T-12 and Soyuz T-13. In all he had spent 145 days, 15 hours and 56 minutes in space over these five missions. He had also performed two EVAs with a total time of 8 hours and 35 minutes. In 1985 he noted the effects of the tennis racket theorem, subsequently also called the Dzhanibekov effect, by showing that an object's second principal axis is unstable while in free-fall rotation.",
                            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/vladimir2520dzhanibekov_image_20181128230017.jpg",
                            "wiki": "https://en.wikipedia.org/wiki/Vladimir_Dzhanibekov",
                            "last_flight": "1985-06-06T06:39:52Z",
                            "first_flight": "1978-01-10T12:26:00Z"
                        }
                    },
                    {
                        "id": 2878,
                        "role": {
                            "id": 11,
                            "role": "Research Cosmonaut",
                            "priority": 2
                        },
                        "astronaut": {
                            "id": 119,
                            "url": "https://ll.thespacedevs.com/2.2.0/astronaut/119/?format=api",
                            "name": "Jügderdemidiin Gürragchaa",
                            "type": {
                                "id": 2,
                                "name": "Government"
                            },
                            "in_space": false,
                            "time_in_space": "P7DT20H42M3S",
                            "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": "1947-12-05",
                            "date_of_death": null,
                            "nationality": "Mongolian",
                            "twitter": null,
                            "instagram": null,
                            "bio": "Jügderdemidiin Gürragchaa, born 5 December 1947) was the first Mongolian in space. \r\n\r\nHe was selected as part of the eighth Intercosmos program on 1 March 1978, at time he was in the rank of Major General. His backup was Maidarjavyn Ganzorig. Gürragchaa, along with Soviet cosmonaut Vladimir Dzhanibekov, departed from Baikonur Cosmodrome on 22 March 1981. They docked with Salyut 6.\r\n\r\nWhile in orbit, Dzhanibekov and Gürragchaa carried out experiments on earth science. After 124 orbits and 7 days, 20 hours and 42 minutes in space, Gürragchaa and Dzhanibekov landed 170 km southeast of Dzhezkasgan.",
                            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/j25c325bcgderdemidiin2520g25c325bcrragchaa_image_20181128233759.jpg",
                            "wiki": "https://en.wikipedia.org/wiki/J%C3%BCgderdemidiin_G%C3%BCrragchaa",
                            "last_flight": "1981-03-22T14:58:55Z",
                            "first_flight": "1981-03-22T14:58:55Z"
                        }
                    }
                ],
                "spacecraft": {
                    "id": 145,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/145/?format=api",
                    "name": "Soyuz 39",
                    "serial_number": "Soyuz 7K-T 11F615A8 #55",
                    "is_placeholder": false,
                    "in_space": false,
                    "time_in_space": "P7DT20H42M3S",
                    "time_docked": "P6DT15H47M",
                    "flights_count": 1,
                    "mission_ends_count": 1,
                    "status": {
                        "id": 4,
                        "name": "Single Use"
                    },
                    "description": "Soyuz 39 was a Soyuz spacecraft which launched on 22 March 1981 14:58 UTC. It  transported two cosmonauts of EP-9 to Salyut 6. The crew was Vladimir Dzhanibekov and Jügderdemidiin Gürragchaa.",
                    "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://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/soyuz_image_20201015191152.jpg"
                    }
                },
                "launch": {
                    "id": "2ef0b550-8899-4205-9c3f-1a94dc0cd302",
                    "url": "https://ll.thespacedevs.com/2.2.0/launch/2ef0b550-8899-4205-9c3f-1a94dc0cd302/?format=api",
                    "slug": "soyuz-u-soyuz-39",
                    "name": "Soyuz-U | Soyuz 39",
                    "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:38:54Z",
                    "net": "1981-03-22T14:58:55Z",
                    "window_end": "1981-03-22T14:58:55Z",
                    "window_start": "1981-03-22T14:58:55Z",
                    "net_precision": {
                        "id": 0,
                        "name": "Second",
                        "abbrev": "SEC",
                        "description": "The T-0 is accurate to the second."
                    },
                    "probability": -1,
                    "weather_concerns": null,
                    "holdreason": "",
                    "failreason": "",
                    "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": 278,
                        "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": 321,
                        "name": "Soyuz 39",
                        "description": "Soyuz 39 was the 15th mission to visit the Salyut 6 space station and carried the the EP-9 crew, which visited the long-duration Soyuz T-4 resident crew. The mission began on March 22, 1981, 14:58, launching Commander Vladimir Dzhanibekov and Research Cosmonaut Jügderdemidiin Gürragchaa, the first Mongolian cosmonaut, into orbit. They docked with the station the next day. During their 7-day stay on the station, EP-9 crew conducted Earth observation, material, medical and other experiments, including cosmic radiation research. \nThe mission concluded with a safe landing back on Earth on March 30, 1981, 11:40:58 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": "The Baikonur Cosmodrome is a spaceport operated by Russia within Kazakhstan. Located in the Kazakh city of Baikonur, it is the largest operational space launch facility in terms of area. All Russian crewed spaceflights are launched from Baikonur.",
                            "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_15_20200803142517.jpg",
                            "timezone_name": "Asia/Qyzylorda",
                            "total_launch_count": 1558,
                            "total_landing_count": 0
                        },
                        "country_code": "KAZ",
                        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_32_20200803143513.jpg",
                        "total_launch_count": 487,
                        "orbital_launch_attempt_count": 487
                    },
                    "webcast_live": false,
                    "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/soyuz2520u_image_20190222031023.jpeg",
                    "infographic": null,
                    "program": [
                        {
                            "id": 23,
                            "url": "https://ll.thespacedevs.com/2.2.0/program/23/?format=api",
                            "name": "Salyut",
                            "description": "The Salyut programme was the first space station programme, undertaken by the Soviet Union. It involved a series of four crewed scientific research space stations and two crewed military reconnaissance space stations over a period of 15 years, from 1971 to 1986.",
                            "agencies": [
                                {
                                    "id": 66,
                                    "url": "https://ll.thespacedevs.com/2.2.0/agencies/66/?format=api",
                                    "name": "Soviet Space Program",
                                    "type": "Government"
                                }
                            ],
                            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/salyut_program_20230506090532.png",
                            "start_date": "1971-04-19T01:40:00Z",
                            "end_date": "1986-07-16T12:34:05Z",
                            "info_url": null,
                            "wiki_url": "https://en.wikipedia.org/wiki/Salyut_programme",
                            "mission_patches": [],
                            "type": {
                                "id": 2,
                                "name": "Human Spaceflight"
                            }
                        },
                        {
                            "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://thespacedevs-prod.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": 2421,
                    "location_launch_attempt_count": 589,
                    "pad_launch_attempt_count": 185,
                    "agency_launch_attempt_count": 1476,
                    "orbital_launch_attempt_count_year": 30,
                    "location_launch_attempt_count_year": 11,
                    "pad_launch_attempt_count_year": 3,
                    "agency_launch_attempt_count_year": 25,
                    "type": "normal"
                }
            }
        },
        {
            "id": 725,
            "url": "https://ll.thespacedevs.com/2.2.0/landings/725/?format=api",
            "attempt": true,
            "success": true,
            "description": "The Soyuz spacecraft safely landed in Kazakhstan.",
            "downrange_distance": null,
            "landing_type": {
                "id": 4,
                "name": "Parachute Landing",
                "abbrev": "PCL",
                "description": "Unpowered landing using parachute(s)."
            },
            "landing_location": {
                "id": 19,
                "name": "Kazakhstan",
                "abbrev": "KAZ",
                "description": "Deserts of Kazakhstan in Central Asia",
                "location": null,
                "successful_landings": 194
            },
            "firststage": null,
            "spacecraftflight": {
                "id": 339,
                "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/flight/339/?format=api",
                "mission_end": "1975-02-09T11:03:22Z",
                "destination": "Salyut 4",
                "launch_crew": [
                    {
                        "id": 2918,
                        "role": {
                            "id": 1,
                            "role": "Commander",
                            "priority": 0
                        },
                        "astronaut": {
                            "id": 117,
                            "url": "https://ll.thespacedevs.com/2.2.0/astronaut/117/?format=api",
                            "name": "Aleksei Gubarev",
                            "type": {
                                "id": 2,
                                "name": "Government"
                            },
                            "in_space": false,
                            "time_in_space": "P37DT11H35M35S",
                            "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": "1931-03-29",
                            "date_of_death": "2015-02-21",
                            "nationality": "Russian",
                            "twitter": null,
                            "instagram": null,
                            "bio": "Aleksei Aleksandrovich Gubarev (Russian: Алексе́й Алекса́ндрович Гу́барев; 29 March 1931 – 21 February 2015) was a Soviet cosmonaut who flew on two space flights: Soyuz 17 and Soyuz 28.",
                            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/aleksei2520gubarev_image_20181128233440.jpg",
                            "wiki": "https://en.wikipedia.org/wiki/Aleksei_Gubarev",
                            "last_flight": "1978-03-02T15:28:10Z",
                            "first_flight": "1975-01-10T21:43:37Z"
                        }
                    },
                    {
                        "id": 2797,
                        "role": {
                            "id": 3,
                            "role": "Flight Engineer",
                            "priority": 2
                        },
                        "astronaut": {
                            "id": 116,
                            "url": "https://ll.thespacedevs.com/2.2.0/astronaut/116/?format=api",
                            "name": "Georgy Grechko",
                            "type": {
                                "id": 2,
                                "name": "Government"
                            },
                            "in_space": false,
                            "time_in_space": "P134DT20H32M58S",
                            "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": "1931-05-25",
                            "date_of_death": "2017-04-08",
                            "nationality": "Russian",
                            "twitter": null,
                            "instagram": null,
                            "bio": "Georgy Mikhaylovich Grechko (Russian: Георгий Михайлович Гречко; 25 May 1931 – 8 April 2017) was a Soviet cosmonaut who flew on several space flights including Soyuz 17, Soyuz 26, and Soyuz T-14.",
                            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/georgy2520grechko_image_20181128233337.jpg",
                            "wiki": "https://en.wikipedia.org/wiki/Georgy_Grechko",
                            "last_flight": "1985-09-17T12:38:52Z",
                            "first_flight": "1975-01-10T21:43:37Z"
                        }
                    }
                ],
                "onboard_crew": [],
                "landing_crew": [
                    {
                        "id": 2916,
                        "role": {
                            "id": 1,
                            "role": "Commander",
                            "priority": 0
                        },
                        "astronaut": {
                            "id": 117,
                            "url": "https://ll.thespacedevs.com/2.2.0/astronaut/117/?format=api",
                            "name": "Aleksei Gubarev",
                            "type": {
                                "id": 2,
                                "name": "Government"
                            },
                            "in_space": false,
                            "time_in_space": "P37DT11H35M35S",
                            "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": "1931-03-29",
                            "date_of_death": "2015-02-21",
                            "nationality": "Russian",
                            "twitter": null,
                            "instagram": null,
                            "bio": "Aleksei Aleksandrovich Gubarev (Russian: Алексе́й Алекса́ндрович Гу́барев; 29 March 1931 – 21 February 2015) was a Soviet cosmonaut who flew on two space flights: Soyuz 17 and Soyuz 28.",
                            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/aleksei2520gubarev_image_20181128233440.jpg",
                            "wiki": "https://en.wikipedia.org/wiki/Aleksei_Gubarev",
                            "last_flight": "1978-03-02T15:28:10Z",
                            "first_flight": "1975-01-10T21:43:37Z"
                        }
                    },
                    {
                        "id": 2794,
                        "role": {
                            "id": 3,
                            "role": "Flight Engineer",
                            "priority": 2
                        },
                        "astronaut": {
                            "id": 116,
                            "url": "https://ll.thespacedevs.com/2.2.0/astronaut/116/?format=api",
                            "name": "Georgy Grechko",
                            "type": {
                                "id": 2,
                                "name": "Government"
                            },
                            "in_space": false,
                            "time_in_space": "P134DT20H32M58S",
                            "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": "1931-05-25",
                            "date_of_death": "2017-04-08",
                            "nationality": "Russian",
                            "twitter": null,
                            "instagram": null,
                            "bio": "Georgy Mikhaylovich Grechko (Russian: Георгий Михайлович Гречко; 25 May 1931 – 8 April 2017) was a Soviet cosmonaut who flew on several space flights including Soyuz 17, Soyuz 26, and Soyuz T-14.",
                            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/georgy2520grechko_image_20181128233337.jpg",
                            "wiki": "https://en.wikipedia.org/wiki/Georgy_Grechko",
                            "last_flight": "1985-09-17T12:38:52Z",
                            "first_flight": "1975-01-10T21:43:37Z"
                        }
                    }
                ],
                "spacecraft": {
                    "id": 190,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/190/?format=api",
                    "name": "Soyuz 17",
                    "serial_number": "Soyuz 7K-T 11F615A8 #38",
                    "is_placeholder": false,
                    "in_space": false,
                    "time_in_space": "P29DT13H19M45S",
                    "time_docked": "P28DT4H41M",
                    "flights_count": 1,
                    "mission_ends_count": 1,
                    "status": {
                        "id": 4,
                        "name": "Single Use"
                    },
                    "description": "Soyuz 17 was a Soyuz spacecraft which launched on 10 January 1975 21:43 UTC. It transported two cosmonauts on the first flight to Salyut 4. The crew was Aleksei Gubarev and Georgi Grechko.",
                    "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://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/soyuz_image_20201015191152.jpg"
                    }
                },
                "launch": {
                    "id": "3d42acef-c061-4c56-bdde-c2d041686224",
                    "url": "https://ll.thespacedevs.com/2.2.0/launch/3d42acef-c061-4c56-bdde-c2d041686224/?format=api",
                    "slug": "soyuz-soyuz-17",
                    "name": "Soyuz | Soyuz 17",
                    "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:38:51Z",
                    "net": "1975-01-10T21:43:37Z",
                    "window_end": "1975-01-10T21:43:37Z",
                    "window_start": "1975-01-10T21:43:37Z",
                    "net_precision": {
                        "id": 0,
                        "name": "Second",
                        "abbrev": "SEC",
                        "description": "The T-0 is accurate to the second."
                    },
                    "probability": -1,
                    "weather_concerns": null,
                    "holdreason": "",
                    "failreason": "",
                    "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": 248,
                        "configuration": {
                            "id": 96,
                            "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/96/?format=api",
                            "name": "Soyuz",
                            "family": "Soyuz",
                            "full_name": "Soyuz",
                            "variant": ""
                        }
                    },
                    "mission": {
                        "id": 784,
                        "name": "Soyuz 17",
                        "description": "Soyuz 17 was the first of two long-duration missions to the Salyut-4 space station. The mission began on January 10, 1975, 21:43:37 UTC, launching commander Aleksei Gubarev and flight engineer Georgi Grechko into orbit. Spacecraft was manually docked with the station on January 12. During their stay on the station, crew performed an array of astrophysical experiments, including studying the Sun, planets and the stars in a wide electromagnetic spectrum. \nThe mission concluded after 29 days with a safe landing back on Earth on February 9, 1975, 11:03:22 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": "The Baikonur Cosmodrome is a spaceport operated by Russia within Kazakhstan. Located in the Kazakh city of Baikonur, it is the largest operational space launch facility in terms of area. All Russian crewed spaceflights are launched from Baikonur.",
                            "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_15_20200803142517.jpg",
                            "timezone_name": "Asia/Qyzylorda",
                            "total_launch_count": 1558,
                            "total_landing_count": 0
                        },
                        "country_code": "KAZ",
                        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_32_20200803143513.jpg",
                        "total_launch_count": 487,
                        "orbital_launch_attempt_count": 487
                    },
                    "webcast_live": false,
                    "image": null,
                    "infographic": null,
                    "program": [
                        {
                            "id": 23,
                            "url": "https://ll.thespacedevs.com/2.2.0/program/23/?format=api",
                            "name": "Salyut",
                            "description": "The Salyut programme was the first space station programme, undertaken by the Soviet Union. It involved a series of four crewed scientific research space stations and two crewed military reconnaissance space stations over a period of 15 years, from 1971 to 1986.",
                            "agencies": [
                                {
                                    "id": 66,
                                    "url": "https://ll.thespacedevs.com/2.2.0/agencies/66/?format=api",
                                    "name": "Soviet Space Program",
                                    "type": "Government"
                                }
                            ],
                            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/salyut_program_20230506090532.png",
                            "start_date": "1971-04-19T01:40:00Z",
                            "end_date": "1986-07-16T12:34:05Z",
                            "info_url": null,
                            "wiki_url": "https://en.wikipedia.org/wiki/Salyut_programme",
                            "mission_patches": [],
                            "type": {
                                "id": 2,
                                "name": "Human Spaceflight"
                            }
                        },
                        {
                            "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://thespacedevs-prod.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": 1652,
                    "location_launch_attempt_count": 416,
                    "pad_launch_attempt_count": 146,
                    "agency_launch_attempt_count": 887,
                    "orbital_launch_attempt_count_year": 1,
                    "location_launch_attempt_count_year": 1,
                    "pad_launch_attempt_count_year": 1,
                    "agency_launch_attempt_count_year": 1,
                    "type": "normal"
                }
            }
        },
        {
            "id": 1114,
            "url": "https://ll.thespacedevs.com/2.2.0/landings/1114/?format=api",
            "attempt": true,
            "success": true,
            "description": "VSS Unity successfully landed back at the Mojave Air and Space Port after this flight.",
            "downrange_distance": null,
            "landing_type": {
                "id": 6,
                "name": "Horizontal Landing",
                "abbrev": "HL",
                "description": "Horizontal landing on a runway or flat surface."
            },
            "landing_location": {
                "id": 25,
                "name": "Mojave Air and Space Port",
                "abbrev": "KMHV",
                "description": "Mojave Air and Space Port",
                "location": null,
                "successful_landings": 52
            },
            "firststage": null,
            "spacecraftflight": {
                "id": 651,
                "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/flight/651/?format=api",
                "mission_end": "2016-11-03T12:00:00Z",
                "destination": "Suborbital",
                "launch_crew": [],
                "onboard_crew": [],
                "landing_crew": [],
                "spacecraft": {
                    "id": 473,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/473/?format=api",
                    "name": "VSS Unity",
                    "serial_number": "N202VG",
                    "is_placeholder": false,
                    "in_space": false,
                    "time_in_space": "PT4H3M43S",
                    "time_docked": "P0D",
                    "flights_count": 30,
                    "mission_ends_count": 30,
                    "status": {
                        "id": 2,
                        "name": "Retired"
                    },
                    "description": "VSS Unity, previously referred to as VSS Voyager, is a SpaceShipTwo-class suborbital rocket-powered crewed spaceplane. It is the second SpaceShipTwo to be built and will be used as part of the Virgin Galactic fleet.",
                    "spacecraft_config": {
                        "id": 27,
                        "url": "https://ll.thespacedevs.com/2.2.0/config/spacecraft/27/?format=api",
                        "name": "SpaceShipTwo",
                        "type": {
                            "id": 3,
                            "name": "Spaceplane"
                        },
                        "agency": {
                            "id": 1024,
                            "url": "https://ll.thespacedevs.com/2.2.0/agencies/1024/?format=api",
                            "name": "Virgin Galactic",
                            "type": "Private"
                        },
                        "in_use": true,
                        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/spaceshiptwo_image_20210522133744.jpeg"
                    }
                },
                "launch": {
                    "id": "6ef99977-d666-446c-a644-045e6bf311a0",
                    "url": "https://ll.thespacedevs.com/2.2.0/launch/6ef99977-d666-446c-a644-045e6bf311a0/?format=api",
                    "slug": "spaceshiptwo-vss-unity-cc03",
                    "name": "SpaceShipTwo | VSS Unity CC03",
                    "status": {
                        "id": 7,
                        "name": "Launch was a Partial Failure",
                        "abbrev": "Partial Failure",
                        "description": "Either the launch vehicle reached orbit but did not deliver its payload in the targeted orbit, or an exceptional event made it impossible to consider the mission a success."
                    },
                    "last_updated": "2023-06-14T04:30:42Z",
                    "net": "2016-11-03T12:00:00Z",
                    "window_end": "2016-11-03T12:00:00Z",
                    "window_start": "2016-11-03T12:00:00Z",
                    "net_precision": null,
                    "probability": null,
                    "weather_concerns": null,
                    "holdreason": "",
                    "failreason": "",
                    "hashtag": null,
                    "launch_service_provider": {
                        "id": 1024,
                        "url": "https://ll.thespacedevs.com/2.2.0/agencies/1024/?format=api",
                        "name": "Virgin Galactic",
                        "type": "Private"
                    },
                    "rocket": {
                        "id": 2933,
                        "configuration": {
                            "id": 465,
                            "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/465/?format=api",
                            "name": "SpaceShipTwo",
                            "family": "",
                            "full_name": "SpaceShipTwo",
                            "variant": ""
                        }
                    },
                    "mission": {
                        "id": 1350,
                        "name": "VSS Unity CC03",
                        "description": "Test flight of VSS Unity.  No release due to strong winds.",
                        "launch_designator": null,
                        "type": "Test Flight",
                        "orbit": {
                            "id": 15,
                            "name": "Suborbital",
                            "abbrev": "Sub"
                        },
                        "agencies": [],
                        "info_urls": [],
                        "vid_urls": []
                    },
                    "pad": {
                        "id": 190,
                        "url": "https://ll.thespacedevs.com/2.2.0/pad/190/?format=api",
                        "agency_id": 1024,
                        "name": "Mojave Air and Space Port",
                        "description": null,
                        "info_url": "https://www.mojaveairport.com/",
                        "wiki_url": "https://en.wikipedia.org/wiki/Mojave_Air_and_Space_Port",
                        "map_url": "https://www.google.com/maps?q=35.0594444,-118.1538607",
                        "latitude": "35.0594444",
                        "longitude": "-118.1538607",
                        "location": {
                            "id": 144,
                            "url": "https://ll.thespacedevs.com/2.2.0/location/144/?format=api",
                            "name": "Air launch to Suborbital flight",
                            "country_code": "???",
                            "description": "",
                            "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_144_20200803142439.jpg",
                            "timezone_name": "",
                            "total_launch_count": 86,
                            "total_landing_count": 0
                        },
                        "country_code": "USA",
                        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_190_20210522160913.jpg",
                        "total_launch_count": 53,
                        "orbital_launch_attempt_count": 0
                    },
                    "webcast_live": false,
                    "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/spaceshiptwo_image_20210522140909.jpeg",
                    "infographic": null,
                    "program": [],
                    "orbital_launch_attempt_count": null,
                    "location_launch_attempt_count": 59,
                    "pad_launch_attempt_count": 40,
                    "agency_launch_attempt_count": 40,
                    "orbital_launch_attempt_count_year": 0,
                    "location_launch_attempt_count_year": 3,
                    "pad_launch_attempt_count_year": 3,
                    "agency_launch_attempt_count_year": 3,
                    "type": "normal"
                }
            }
        },
        {
            "id": 726,
            "url": "https://ll.thespacedevs.com/2.2.0/landings/726/?format=api",
            "attempt": true,
            "success": true,
            "description": "The Soyuz spacecraft safely landed in Kazakhstan.",
            "downrange_distance": null,
            "landing_type": {
                "id": 4,
                "name": "Parachute Landing",
                "abbrev": "PCL",
                "description": "Unpowered landing using parachute(s)."
            },
            "landing_location": {
                "id": 19,
                "name": "Kazakhstan",
                "abbrev": "KAZ",
                "description": "Deserts of Kazakhstan in Central Asia",
                "location": null,
                "successful_landings": 194
            },
            "firststage": null,
            "spacecraftflight": {
                "id": 337,
                "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/flight/337/?format=api",
                "mission_end": "1975-07-26T14:18:18Z",
                "destination": "Salyut 4",
                "launch_crew": [
                    {
                        "id": 2911,
                        "role": {
                            "id": 1,
                            "role": "Commander",
                            "priority": 0
                        },
                        "astronaut": {
                            "id": 163,
                            "url": "https://ll.thespacedevs.com/2.2.0/astronaut/163/?format=api",
                            "name": "Pyotr Klimuk",
                            "type": {
                                "id": 2,
                                "name": "Government"
                            },
                            "in_space": false,
                            "time_in_space": "P78DT18H18M42S",
                            "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": "1942-07-10",
                            "date_of_death": null,
                            "nationality": "Belarusian",
                            "twitter": null,
                            "instagram": null,
                            "bio": "Pyotr Ilyich Klimuk (Belarusian: Пётр Ільіч Кліму́к; Russian: Пётр Ильич Климу́к; born 10 July 1942) is a former Soviet cosmonaut and the first Belarusian to perform space travel. Klimuk made three flights into space.\r\n\r\nKlimuk attended the Leninski Komsomol Chernigov High Aviation School and entered the Soviet Air Force in 1964. The following year, he was selected to join the space programme.\r\n\r\nHis first flight was a long test flight on Soyuz 13 in 1973. This was followed by a mission to the Salyut 4 space station on Soyuz 18 in 1975.\r\n\r\nFrom 1976 he became involved in the Intercosmos and made his third and final spaceflight on an Intercosmos flight with Polish cosmonaut Mirosław Hermaszewski on Soyuz 30.",
                            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/pyotr2520klimuk_image_20181129232623.jpg",
                            "wiki": "https://en.wikipedia.org/wiki/Pyotr_Klimuk",
                            "last_flight": "1978-06-27T15:27:21Z",
                            "first_flight": "1973-12-18T11:55:00Z"
                        }
                    },
                    {
                        "id": 2954,
                        "role": {
                            "id": 3,
                            "role": "Flight Engineer",
                            "priority": 2
                        },
                        "astronaut": {
                            "id": 248,
                            "url": "https://ll.thespacedevs.com/2.2.0/astronaut/248/?format=api",
                            "name": "Vitaly Sevastyanov",
                            "type": {
                                "id": 2,
                                "name": "Government"
                            },
                            "in_space": false,
                            "time_in_space": "P80DT16H19M3S",
                            "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": "1935-07-08",
                            "date_of_death": "2010-04-05",
                            "nationality": "Russian",
                            "twitter": null,
                            "instagram": null,
                            "bio": "Vitaly Ivanovich Sevastyanov (Russian: Вита́лий Ива́нович Севастья́нов; 8 July 1935 – 5 April 2010) was a Soviet cosmonaut and an engineer who flew on the Soyuz 9 and Soyuz 18 missions.",
                            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/vitaly2520sevastyanov_image_20181201220129.jpg",
                            "wiki": "https://en.wikipedia.org/wiki/Vitaly_Sevastyanov",
                            "last_flight": "1975-05-24T14:58:10Z",
                            "first_flight": "1970-06-01T19:00:00Z"
                        }
                    }
                ],
                "onboard_crew": [],
                "landing_crew": [
                    {
                        "id": 2908,
                        "role": {
                            "id": 1,
                            "role": "Commander",
                            "priority": 0
                        },
                        "astronaut": {
                            "id": 163,
                            "url": "https://ll.thespacedevs.com/2.2.0/astronaut/163/?format=api",
                            "name": "Pyotr Klimuk",
                            "type": {
                                "id": 2,
                                "name": "Government"
                            },
                            "in_space": false,
                            "time_in_space": "P78DT18H18M42S",
                            "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": "1942-07-10",
                            "date_of_death": null,
                            "nationality": "Belarusian",
                            "twitter": null,
                            "instagram": null,
                            "bio": "Pyotr Ilyich Klimuk (Belarusian: Пётр Ільіч Кліму́к; Russian: Пётр Ильич Климу́к; born 10 July 1942) is a former Soviet cosmonaut and the first Belarusian to perform space travel. Klimuk made three flights into space.\r\n\r\nKlimuk attended the Leninski Komsomol Chernigov High Aviation School and entered the Soviet Air Force in 1964. The following year, he was selected to join the space programme.\r\n\r\nHis first flight was a long test flight on Soyuz 13 in 1973. This was followed by a mission to the Salyut 4 space station on Soyuz 18 in 1975.\r\n\r\nFrom 1976 he became involved in the Intercosmos and made his third and final spaceflight on an Intercosmos flight with Polish cosmonaut Mirosław Hermaszewski on Soyuz 30.",
                            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/pyotr2520klimuk_image_20181129232623.jpg",
                            "wiki": "https://en.wikipedia.org/wiki/Pyotr_Klimuk",
                            "last_flight": "1978-06-27T15:27:21Z",
                            "first_flight": "1973-12-18T11:55:00Z"
                        }
                    },
                    {
                        "id": 2952,
                        "role": {
                            "id": 3,
                            "role": "Flight Engineer",
                            "priority": 2
                        },
                        "astronaut": {
                            "id": 248,
                            "url": "https://ll.thespacedevs.com/2.2.0/astronaut/248/?format=api",
                            "name": "Vitaly Sevastyanov",
                            "type": {
                                "id": 2,
                                "name": "Government"
                            },
                            "in_space": false,
                            "time_in_space": "P80DT16H19M3S",
                            "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": "1935-07-08",
                            "date_of_death": "2010-04-05",
                            "nationality": "Russian",
                            "twitter": null,
                            "instagram": null,
                            "bio": "Vitaly Ivanovich Sevastyanov (Russian: Вита́лий Ива́нович Севастья́нов; 8 July 1935 – 5 April 2010) was a Soviet cosmonaut and an engineer who flew on the Soyuz 9 and Soyuz 18 missions.",
                            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/vitaly2520sevastyanov_image_20181201220129.jpg",
                            "wiki": "https://en.wikipedia.org/wiki/Vitaly_Sevastyanov",
                            "last_flight": "1975-05-24T14:58:10Z",
                            "first_flight": "1970-06-01T19:00:00Z"
                        }
                    }
                ],
                "spacecraft": {
                    "id": 188,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/188/?format=api",
                    "name": "Soyuz 18",
                    "serial_number": "Soyuz 7K-T 11F615A8 #40",
                    "is_placeholder": false,
                    "in_space": false,
                    "time_in_space": "P62DT23H20M8S",
                    "time_docked": "P61DT13H26M",
                    "flights_count": 1,
                    "mission_ends_count": 1,
                    "status": {
                        "id": 4,
                        "name": "Single Use"
                    },
                    "description": "Soyuz 18 was a Soyuz spacecraft which launched on 24 May 1975 14:58 UTC. It transported two cosmonauts on the final flight to Salyut 4. The crew was Pyotr Klimuk and Vitali Sevastyanov.",
                    "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://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/soyuz_image_20201015191152.jpg"
                    }
                },
                "launch": {
                    "id": "6b9a736e-e8f3-4db1-8922-7070243498e7",
                    "url": "https://ll.thespacedevs.com/2.2.0/launch/6b9a736e-e8f3-4db1-8922-7070243498e7/?format=api",
                    "slug": "soyuz-soyuz-18",
                    "name": "Soyuz | Soyuz 18",
                    "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:43:04Z",
                    "net": "1975-05-24T14:58:10Z",
                    "window_end": "1975-05-24T14:58:10Z",
                    "window_start": "1975-05-24T14:58:10Z",
                    "net_precision": {
                        "id": 0,
                        "name": "Second",
                        "abbrev": "SEC",
                        "description": "The T-0 is accurate to the second."
                    },
                    "probability": -1,
                    "weather_concerns": null,
                    "holdreason": "",
                    "failreason": "",
                    "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": 250,
                        "configuration": {
                            "id": 96,
                            "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/96/?format=api",
                            "name": "Soyuz",
                            "family": "Soyuz",
                            "full_name": "Soyuz",
                            "variant": ""
                        }
                    },
                    "mission": {
                        "id": 72,
                        "name": "Soyuz 18",
                        "description": "Soyuz 18 was the second and final crew to man the Salyut 4 space station. The mission began on May 24th 1975 at 1458:10 UTC, launching Commander Pyotr Klimuk & Flight Engineer Vitali Sevastyanov into orbit docking with Salyut 4 2 days later. They stayed on the station for 63 days setting a new Soviet space endurance record at the time. Klimuk & Sevastyanov were the back-up crew for the failed Soyuz 18a mission so their mission goals included completing the goals of Soyuz 18a, continuing the work of Soyuz 17 & fixing or replacing equipment. They replaced a gas analyzer, switched a pumping condenser in the water regeneration system with a hand pump & fixed a spectrometer. Mostly the experiments were biological & medical but they also studied stars, planets, earth and its atmosphere with roughly 2000 photographs of Earth and 600 of the sun taken. The mission concluded with a safe landing on June 26th 1975 at 1418: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": "The Baikonur Cosmodrome is a spaceport operated by Russia within Kazakhstan. Located in the Kazakh city of Baikonur, it is the largest operational space launch facility in terms of area. All Russian crewed spaceflights are launched from Baikonur.",
                            "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_15_20200803142517.jpg",
                            "timezone_name": "Asia/Qyzylorda",
                            "total_launch_count": 1558,
                            "total_landing_count": 0
                        },
                        "country_code": "KAZ",
                        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_32_20200803143513.jpg",
                        "total_launch_count": 487,
                        "orbital_launch_attempt_count": 487
                    },
                    "webcast_live": false,
                    "image": null,
                    "infographic": null,
                    "program": [
                        {
                            "id": 23,
                            "url": "https://ll.thespacedevs.com/2.2.0/program/23/?format=api",
                            "name": "Salyut",
                            "description": "The Salyut programme was the first space station programme, undertaken by the Soviet Union. It involved a series of four crewed scientific research space stations and two crewed military reconnaissance space stations over a period of 15 years, from 1971 to 1986.",
                            "agencies": [
                                {
                                    "id": 66,
                                    "url": "https://ll.thespacedevs.com/2.2.0/agencies/66/?format=api",
                                    "name": "Soviet Space Program",
                                    "type": "Government"
                                }
                            ],
                            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/salyut_program_20230506090532.png",
                            "start_date": "1971-04-19T01:40:00Z",
                            "end_date": "1986-07-16T12:34:05Z",
                            "info_url": null,
                            "wiki_url": "https://en.wikipedia.org/wiki/Salyut_programme",
                            "mission_patches": [],
                            "type": {
                                "id": 2,
                                "name": "Human Spaceflight"
                            }
                        },
                        {
                            "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://thespacedevs-prod.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": 1698,
                    "location_launch_attempt_count": 426,
                    "pad_launch_attempt_count": 148,
                    "agency_launch_attempt_count": 918,
                    "orbital_launch_attempt_count_year": 47,
                    "location_launch_attempt_count_year": 11,
                    "pad_launch_attempt_count_year": 3,
                    "agency_launch_attempt_count_year": 32,
                    "type": "normal"
                }
            }
        },
        {
            "id": 493,
            "url": "https://ll.thespacedevs.com/2.2.0/landings/493/?format=api",
            "attempt": true,
            "success": true,
            "description": "The Mercury spacecraft safely splashed down in the Atlantic Ocean.",
            "downrange_distance": null,
            "landing_type": {
                "id": 4,
                "name": "Parachute Landing",
                "abbrev": "PCL",
                "description": "Unpowered landing using parachute(s)."
            },
            "landing_location": {
                "id": 6,
                "name": "Atlantic Ocean",
                "abbrev": "ATL",
                "description": "Atlantic Ocean",
                "location": null,
                "successful_landings": 38
            },
            "firststage": null,
            "spacecraftflight": {
                "id": 200,
                "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/flight/200/?format=api",
                "mission_end": "1961-05-05T14:49:35Z",
                "destination": "Suborbital",
                "launch_crew": [
                    {
                        "id": 929,
                        "role": {
                            "id": 2,
                            "role": "Pilot",
                            "priority": 2
                        },
                        "astronaut": {
                            "id": 21,
                            "url": "https://ll.thespacedevs.com/2.2.0/astronaut/21/?format=api",
                            "name": "Alan Shepard",
                            "type": {
                                "id": 2,
                                "name": "Government"
                            },
                            "in_space": false,
                            "time_in_space": "P6DT2H20S",
                            "status": {
                                "id": 11,
                                "name": "Deceased"
                            },
                            "agency": {
                                "id": 44,
                                "url": "https://ll.thespacedevs.com/2.2.0/agencies/44/?format=api",
                                "name": "National Aeronautics and Space Administration",
                                "type": "Government"
                            },
                            "date_of_birth": "1923-11-18",
                            "date_of_death": "1998-07-21",
                            "nationality": "American",
                            "twitter": null,
                            "instagram": null,
                            "bio": "Rear Admiral Alan Bartlett Shepard Jr. was an American astronaut, naval aviator, test pilot, and businessman. In 1961 he became the first American to travel into space, and in 1971 he walked on the Moon.",
                            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/alan2520shepard_image_20181128141007.jpg",
                            "wiki": "https://en.wikipedia.org/wiki/Alan_Shepard",
                            "last_flight": "1971-02-06T18:48:42Z",
                            "first_flight": "1961-05-05T14:34:13Z"
                        }
                    }
                ],
                "onboard_crew": [],
                "landing_crew": [
                    {
                        "id": 9,
                        "role": {
                            "id": 2,
                            "role": "Pilot",
                            "priority": 2
                        },
                        "astronaut": {
                            "id": 21,
                            "url": "https://ll.thespacedevs.com/2.2.0/astronaut/21/?format=api",
                            "name": "Alan Shepard",
                            "type": {
                                "id": 2,
                                "name": "Government"
                            },
                            "in_space": false,
                            "time_in_space": "P6DT2H20S",
                            "status": {
                                "id": 11,
                                "name": "Deceased"
                            },
                            "agency": {
                                "id": 44,
                                "url": "https://ll.thespacedevs.com/2.2.0/agencies/44/?format=api",
                                "name": "National Aeronautics and Space Administration",
                                "type": "Government"
                            },
                            "date_of_birth": "1923-11-18",
                            "date_of_death": "1998-07-21",
                            "nationality": "American",
                            "twitter": null,
                            "instagram": null,
                            "bio": "Rear Admiral Alan Bartlett Shepard Jr. was an American astronaut, naval aviator, test pilot, and businessman. In 1961 he became the first American to travel into space, and in 1971 he walked on the Moon.",
                            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/alan2520shepard_image_20181128141007.jpg",
                            "wiki": "https://en.wikipedia.org/wiki/Alan_Shepard",
                            "last_flight": "1971-02-06T18:48:42Z",
                            "first_flight": "1961-05-05T14:34:13Z"
                        }
                    }
                ],
                "spacecraft": {
                    "id": 2,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/2/?format=api",
                    "name": "Mercury No.7",
                    "serial_number": "7",
                    "is_placeholder": false,
                    "in_space": false,
                    "time_in_space": "PT15M22S",
                    "time_docked": "P0D",
                    "flights_count": 1,
                    "mission_ends_count": 1,
                    "status": {
                        "id": 4,
                        "name": "Single Use"
                    },
                    "description": "Mercury No.7 is the Mercury capsule used for the Mercury-Redstone 3 - callsign \"Freedom 7\" - mission launched on May 5, 1961 and piloted by astronaut Alan Shepard.",
                    "spacecraft_config": {
                        "id": 11,
                        "url": "https://ll.thespacedevs.com/2.2.0/config/spacecraft/11/?format=api",
                        "name": "Mercury",
                        "type": {
                            "id": 2,
                            "name": "Capsule"
                        },
                        "agency": {
                            "id": 44,
                            "url": "https://ll.thespacedevs.com/2.2.0/agencies/44/?format=api",
                            "name": "National Aeronautics and Space Administration",
                            "type": "Government"
                        },
                        "in_use": false,
                        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/mercury_image_20190207032519.jpeg"
                    }
                },
                "launch": {
                    "id": "9fe0c6ce-7858-4915-b4e3-7c93f8e56177",
                    "url": "https://ll.thespacedevs.com/2.2.0/launch/9fe0c6ce-7858-4915-b4e3-7c93f8e56177/?format=api",
                    "slug": "redstone-mrlv-mercury-redstone-3",
                    "name": "Redstone MRLV | Mercury-Redstone 3",
                    "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-07-08T08:58:07Z",
                    "net": "1961-05-05T14:34:13Z",
                    "window_end": "1961-05-05T14:34:13Z",
                    "window_start": "1961-05-05T14:34:13Z",
                    "net_precision": null,
                    "probability": -1,
                    "weather_concerns": null,
                    "holdreason": "",
                    "failreason": "",
                    "hashtag": null,
                    "launch_service_provider": {
                        "id": 44,
                        "url": "https://ll.thespacedevs.com/2.2.0/agencies/44/?format=api",
                        "name": "National Aeronautics and Space Administration",
                        "type": "Government"
                    },
                    "rocket": {
                        "id": 2174,
                        "configuration": {
                            "id": 107,
                            "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/107/?format=api",
                            "name": "Redstone",
                            "family": "Redstone",
                            "full_name": "Redstone MRLV",
                            "variant": "MRLV"
                        }
                    },
                    "mission": {
                        "id": 940,
                        "name": "Mercury-Redstone 3",
                        "description": "Mercury-Redstone 3, or Freedom 7, was the first United States human spaceflight, on May 5, 1961, piloted by astronaut Alan Shepard. It was the first manned flight of Project Mercury, the objective of which was to put an astronaut into orbit around the Earth and return him safely. Shepard's mission was a 15-minute suborbital flight with the primary objective of demonstrating his ability to withstand the high g-forces of launch and atmospheric re-entry.",
                        "launch_designator": null,
                        "type": "Human Exploration",
                        "orbit": {
                            "id": 15,
                            "name": "Suborbital",
                            "abbrev": "Sub"
                        },
                        "agencies": [],
                        "info_urls": [],
                        "vid_urls": []
                    },
                    "pad": {
                        "id": 123,
                        "url": "https://ll.thespacedevs.com/2.2.0/pad/123/?format=api",
                        "agency_id": 161,
                        "name": "Launch Complex 5",
                        "description": null,
                        "info_url": null,
                        "wiki_url": "https://en.wikipedia.org/wiki/Cape_Canaveral_Launch_Complex_5",
                        "map_url": "https://www.google.com/maps?q=28.43942,-80.573301",
                        "latitude": "28.43942",
                        "longitude": "-80.573301",
                        "location": {
                            "id": 12,
                            "url": "https://ll.thespacedevs.com/2.2.0/location/12/?format=api",
                            "name": "Cape Canaveral SFS, FL, USA",
                            "country_code": "USA",
                            "description": "Cape Canaveral Space Force Station (CCSFS) is an installation of the United States Space Force's Space Launch Delta 45, located on Cape Canaveral in Brevard County, Florida.",
                            "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_12_20200803142519.jpg",
                            "timezone_name": "America/New_York",
                            "total_launch_count": 1059,
                            "total_landing_count": 68
                        },
                        "country_code": "USA",
                        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_123_20200803143235.jpg",
                        "total_launch_count": 13,
                        "orbital_launch_attempt_count": 7
                    },
                    "webcast_live": false,
                    "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/redstone_image_20190207032627.jpeg",
                    "infographic": null,
                    "program": [
                        {
                            "id": 2,
                            "url": "https://ll.thespacedevs.com/2.2.0/program/2/?format=api",
                            "name": "Mercury",
                            "description": "Project Mercury was the first human spaceflight program of the United States, running from 1958 through 1963.",
                            "agencies": [
                                {
                                    "id": 44,
                                    "url": "https://ll.thespacedevs.com/2.2.0/agencies/44/?format=api",
                                    "name": "National Aeronautics and Space Administration",
                                    "type": "Government"
                                }
                            ],
                            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/project2520mer_program_20200820194755.png",
                            "start_date": "1958-10-07T00:00:00Z",
                            "end_date": "1963-05-16T23:24:02Z",
                            "info_url": "https://www.nasa.gov/mission_pages/mercury/missions/program-toc.html",
                            "wiki_url": "https://en.wikipedia.org/wiki/Project_Mercury",
                            "mission_patches": [],
                            "type": {
                                "id": 2,
                                "name": "Human Spaceflight"
                            }
                        }
                    ],
                    "orbital_launch_attempt_count": null,
                    "location_launch_attempt_count": 59,
                    "pad_launch_attempt_count": 12,
                    "agency_launch_attempt_count": 28,
                    "orbital_launch_attempt_count_year": 0,
                    "location_launch_attempt_count_year": 9,
                    "pad_launch_attempt_count_year": 3,
                    "agency_launch_attempt_count_year": 9,
                    "type": "normal"
                }
            }
        },
        {
            "id": 751,
            "url": "https://ll.thespacedevs.com/2.2.0/landings/751/?format=api",
            "attempt": true,
            "success": true,
            "description": "The Soyuz spacecraft safely landed in Kazakhstan.",
            "downrange_distance": null,
            "landing_type": {
                "id": 4,
                "name": "Parachute Landing",
                "abbrev": "PCL",
                "description": "Unpowered landing using parachute(s)."
            },
            "landing_location": {
                "id": 19,
                "name": "Kazakhstan",
                "abbrev": "KAZ",
                "description": "Deserts of Kazakhstan in Central Asia",
                "location": null,
                "successful_landings": 194
            },
            "firststage": null,
            "spacecraftflight": {
                "id": 317,
                "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/flight/317/?format=api",
                "mission_end": "1981-05-22T13:58:30Z",
                "destination": "Salyut 6",
                "launch_crew": [
                    {
                        "id": 2836,
                        "role": {
                            "id": 1,
                            "role": "Commander",
                            "priority": 0
                        },
                        "astronaut": {
                            "id": 226,
                            "url": "https://ll.thespacedevs.com/2.2.0/astronaut/226/?format=api",
                            "name": "Leonid Popov",
                            "type": {
                                "id": 2,
                                "name": "Government"
                            },
                            "in_space": false,
                            "time_in_space": "P200DT14H45M51S",
                            "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": "1945-08-31",
                            "date_of_death": null,
                            "nationality": "Ukrainian",
                            "twitter": null,
                            "instagram": null,
                            "bio": "Popov was born in Oleksandriia, Kirovohrad Oblast, Ukrainian SSR. He was selected as a cosmonaut on April 27, 1970, and flew as Commander on Soyuz 35, Soyuz 40 and Soyuz T-7, logging 200 days, 14 hours, and 45 minutes in space before his retirement on June 13, 1987.",
                            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/leonid2520popov_image_20181201212542.jpg",
                            "wiki": "https://en.wikipedia.org/wiki/Leonid_Popov",
                            "last_flight": "1982-08-19T17:11:52Z",
                            "first_flight": "1980-04-09T13:38:22Z"
                        }
                    },
                    {
                        "id": 2875,
                        "role": {
                            "id": 11,
                            "role": "Research Cosmonaut",
                            "priority": 2
                        },
                        "astronaut": {
                            "id": 228,
                            "url": "https://ll.thespacedevs.com/2.2.0/astronaut/228/?format=api",
                            "name": "Dumitru Prunariu",
                            "type": {
                                "id": 2,
                                "name": "Government"
                            },
                            "in_space": false,
                            "time_in_space": "P7DT20H41M52S",
                            "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": "1952-09-27",
                            "date_of_death": null,
                            "nationality": "Romanian",
                            "twitter": null,
                            "instagram": null,
                            "bio": "Dumitru-Dorin Prunariu is a Romanian cosmonaut. He flew in space aboard Soyuz 40 spacecraft and Salyut 6 space laboratory. He was in team with another Romanian cosmonaut called Dumitru Dediu.",
                            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/dumitru2520prunariu_image_20181201212859.jpg",
                            "wiki": "https://en.wikipedia.org/wiki/Dumitru_Prunariu",
                            "last_flight": "1981-05-14T17:16:38Z",
                            "first_flight": "1981-05-14T17:16:38Z"
                        }
                    }
                ],
                "onboard_crew": [],
                "landing_crew": [
                    {
                        "id": 2833,
                        "role": {
                            "id": 1,
                            "role": "Commander",
                            "priority": 0
                        },
                        "astronaut": {
                            "id": 226,
                            "url": "https://ll.thespacedevs.com/2.2.0/astronaut/226/?format=api",
                            "name": "Leonid Popov",
                            "type": {
                                "id": 2,
                                "name": "Government"
                            },
                            "in_space": false,
                            "time_in_space": "P200DT14H45M51S",
                            "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": "1945-08-31",
                            "date_of_death": null,
                            "nationality": "Ukrainian",
                            "twitter": null,
                            "instagram": null,
                            "bio": "Popov was born in Oleksandriia, Kirovohrad Oblast, Ukrainian SSR. He was selected as a cosmonaut on April 27, 1970, and flew as Commander on Soyuz 35, Soyuz 40 and Soyuz T-7, logging 200 days, 14 hours, and 45 minutes in space before his retirement on June 13, 1987.",
                            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/leonid2520popov_image_20181201212542.jpg",
                            "wiki": "https://en.wikipedia.org/wiki/Leonid_Popov",
                            "last_flight": "1982-08-19T17:11:52Z",
                            "first_flight": "1980-04-09T13:38:22Z"
                        }
                    },
                    {
                        "id": 2876,
                        "role": {
                            "id": 11,
                            "role": "Research Cosmonaut",
                            "priority": 2
                        },
                        "astronaut": {
                            "id": 228,
                            "url": "https://ll.thespacedevs.com/2.2.0/astronaut/228/?format=api",
                            "name": "Dumitru Prunariu",
                            "type": {
                                "id": 2,
                                "name": "Government"
                            },
                            "in_space": false,
                            "time_in_space": "P7DT20H41M52S",
                            "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": "1952-09-27",
                            "date_of_death": null,
                            "nationality": "Romanian",
                            "twitter": null,
                            "instagram": null,
                            "bio": "Dumitru-Dorin Prunariu is a Romanian cosmonaut. He flew in space aboard Soyuz 40 spacecraft and Salyut 6 space laboratory. He was in team with another Romanian cosmonaut called Dumitru Dediu.",
                            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/dumitru2520prunariu_image_20181201212859.jpg",
                            "wiki": "https://en.wikipedia.org/wiki/Dumitru_Prunariu",
                            "last_flight": "1981-05-14T17:16:38Z",
                            "first_flight": "1981-05-14T17:16:38Z"
                        }
                    }
                ],
                "spacecraft": {
                    "id": 144,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/144/?format=api",
                    "name": "Soyuz 40",
                    "serial_number": "Soyuz 7K-T 11F615A8 #56",
                    "is_placeholder": false,
                    "in_space": false,
                    "time_in_space": "P7DT20H41M52S",
                    "time_docked": "P6DT15H47M",
                    "flights_count": 1,
                    "mission_ends_count": 1,
                    "status": {
                        "id": 4,
                        "name": "Single Use"
                    },
                    "description": "Soyuz 40 was a Soyuz spacecraft which launched on 14 May 1981 17:16 UTC. It  transported two cosmonauts of EP-10 to Salyut 6. The crew was Leonid Popov and Dumitru Prunariu.",
                    "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://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/soyuz_image_20201015191152.jpg"
                    }
                },
                "launch": {
                    "id": "0e39b440-8545-4518-80fe-cb7013538581",
                    "url": "https://ll.thespacedevs.com/2.2.0/launch/0e39b440-8545-4518-80fe-cb7013538581/?format=api",
                    "slug": "soyuz-u-soyuz-40",
                    "name": "Soyuz-U | Soyuz 40",
                    "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:32Z",
                    "net": "1981-05-14T17:16:38Z",
                    "window_end": "1981-05-14T17:16:38Z",
                    "window_start": "1981-05-14T17:16:38Z",
                    "net_precision": {
                        "id": 0,
                        "name": "Second",
                        "abbrev": "SEC",
                        "description": "The T-0 is accurate to the second."
                    },
                    "probability": -1,
                    "weather_concerns": null,
                    "holdreason": "",
                    "failreason": "",
                    "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": 280,
                        "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": 792,
                        "name": "Soyuz 40",
                        "description": "Soyuz 40 was the 16th and final mission to visit the Salyut 6 space station. It carried the the EP-10 crew, which visited the long-duration Soyuz T-4 resident crew. The mission began on May 14, 1981, 17:16:38 UTC, launching Commander Leonid Popov and Research Cosmonaut Dumitru Prunariu, the first Romanian cosmonaut, into orbit. They docked with the station the next day. During their 7-day stay on the station, EP-10 crew conducted Earth observation, material, medical and other experiments, including Earth magnetic field and space radiation study. \nThe mission concluded with a safe landing back on Earth on May 22, 1981, 13:58:30 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": "The Baikonur Cosmodrome is a spaceport operated by Russia within Kazakhstan. Located in the Kazakh city of Baikonur, it is the largest operational space launch facility in terms of area. All Russian crewed spaceflights are launched from Baikonur.",
                            "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_15_20200803142517.jpg",
                            "timezone_name": "Asia/Qyzylorda",
                            "total_launch_count": 1558,
                            "total_landing_count": 0
                        },
                        "country_code": "KAZ",
                        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_32_20200803143513.jpg",
                        "total_launch_count": 487,
                        "orbital_launch_attempt_count": 487
                    },
                    "webcast_live": false,
                    "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/soyuz2520u_image_20190222031023.jpeg",
                    "infographic": null,
                    "program": [
                        {
                            "id": 23,
                            "url": "https://ll.thespacedevs.com/2.2.0/program/23/?format=api",
                            "name": "Salyut",
                            "description": "The Salyut programme was the first space station programme, undertaken by the Soviet Union. It involved a series of four crewed scientific research space stations and two crewed military reconnaissance space stations over a period of 15 years, from 1971 to 1986.",
                            "agencies": [
                                {
                                    "id": 66,
                                    "url": "https://ll.thespacedevs.com/2.2.0/agencies/66/?format=api",
                                    "name": "Soviet Space Program",
                                    "type": "Government"
                                }
                            ],
                            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/salyut_program_20230506090532.png",
                            "start_date": "1971-04-19T01:40:00Z",
                            "end_date": "1986-07-16T12:34:05Z",
                            "info_url": null,
                            "wiki_url": "https://en.wikipedia.org/wiki/Salyut_programme",
                            "mission_patches": [],
                            "type": {
                                "id": 2,
                                "name": "Human Spaceflight"
                            }
                        },
                        {
                            "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://thespacedevs-prod.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": 2435,
                    "location_launch_attempt_count": 595,
                    "pad_launch_attempt_count": 186,
                    "agency_launch_attempt_count": 1488,
                    "orbital_launch_attempt_count_year": 44,
                    "location_launch_attempt_count_year": 17,
                    "pad_launch_attempt_count_year": 4,
                    "agency_launch_attempt_count_year": 37,
                    "type": "normal"
                }
            }
        },
        {
            "id": 830,
            "url": "https://ll.thespacedevs.com/2.2.0/landings/830/?format=api",
            "attempt": true,
            "success": true,
            "description": "The Soyuz spacecraft safely landed in Kazakhstan.",
            "downrange_distance": null,
            "landing_type": {
                "id": 4,
                "name": "Parachute Landing",
                "abbrev": "PCL",
                "description": "Unpowered landing using parachute(s)."
            },
            "landing_location": {
                "id": 19,
                "name": "Kazakhstan",
                "abbrev": "KAZ",
                "description": "Deserts of Kazakhstan in Central Asia",
                "location": null,
                "successful_landings": 194
            },
            "firststage": null,
            "spacecraftflight": {
                "id": 313,
                "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/flight/313/?format=api",
                "mission_end": "1982-08-27T15:04:16Z",
                "destination": "Salyut 7",
                "launch_crew": [
                    {
                        "id": 2841,
                        "role": {
                            "id": 1,
                            "role": "Commander",
                            "priority": 0
                        },
                        "astronaut": {
                            "id": 79,
                            "url": "https://ll.thespacedevs.com/2.2.0/astronaut/79/?format=api",
                            "name": "Anatoly Berezovoy",
                            "type": {
                                "id": 2,
                                "name": "Government"
                            },
                            "in_space": false,
                            "time_in_space": "P211DT9H4M31S",
                            "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": "1942-04-11",
                            "date_of_death": "2014-09-20",
                            "nationality": "Russian",
                            "twitter": null,
                            "instagram": null,
                            "bio": "Anatoly Nikolayevich Berezovoy (Russian: Анато́лий Никола́евич Березово́й; 11 April 1942 – 20 September 2014) was a Soviet cosmonaut.\r\n\r\nOn 27 April 1970 he was selected as a cosmonaut. In 1982 he flew as Commander on Soyuz T-5 on the first mission to the Salyut 7 space station, returning to Earth on the Soyuz T-7 after 211 days 9 hours. He retired on 31 October 1992 due to age. From 1992 to 1999, he was a Deputy President of Russian Space Federation.",
                            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/anatoly2520berezovoy_image_20181128223323.jpg",
                            "wiki": "https://en.wikipedia.org/wiki/Anatoly_Berezovoy",
                            "last_flight": "1982-05-13T09:58:05Z",
                            "first_flight": "1982-05-13T09:58:05Z"
                        }
                    },
                    {
                        "id": 2845,
                        "role": {
                            "id": 3,
                            "role": "Flight Engineer",
                            "priority": 2
                        },
                        "astronaut": {
                            "id": 180,
                            "url": "https://ll.thespacedevs.com/2.2.0/astronaut/180/?format=api",
                            "name": "Valentin Lebedev",
                            "type": {
                                "id": 2,
                                "name": "Government"
                            },
                            "in_space": false,
                            "time_in_space": "P219DT6H6S",
                            "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": "1942-04-14",
                            "date_of_death": null,
                            "nationality": "Russian",
                            "twitter": null,
                            "instagram": null,
                            "bio": "Valentin Vitalyevich Lebedev (Russian: Валентин Витальевич Лебедев; born April 14, 1942 in Moscow) was a Soviet cosmonaut who made two flights into space. His stay aboard the Space Station Salyut 7 with Anatoly Berezovoy in 1982, which lasted 211 days, was recorded in the Guinness Book of Records.",
                            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/valentin2520lebedev_image_20181129234954.jpg",
                            "wiki": "https://en.wikipedia.org/wiki/Valentin_Lebedev",
                            "last_flight": "1982-05-13T09:58:05Z",
                            "first_flight": "1973-12-18T11:55:00Z"
                        }
                    }
                ],
                "onboard_crew": [],
                "landing_crew": [
                    {
                        "id": 2834,
                        "role": {
                            "id": 1,
                            "role": "Commander",
                            "priority": 0
                        },
                        "astronaut": {
                            "id": 226,
                            "url": "https://ll.thespacedevs.com/2.2.0/astronaut/226/?format=api",
                            "name": "Leonid Popov",
                            "type": {
                                "id": 2,
                                "name": "Government"
                            },
                            "in_space": false,
                            "time_in_space": "P200DT14H45M51S",
                            "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": "1945-08-31",
                            "date_of_death": null,
                            "nationality": "Ukrainian",
                            "twitter": null,
                            "instagram": null,
                            "bio": "Popov was born in Oleksandriia, Kirovohrad Oblast, Ukrainian SSR. He was selected as a cosmonaut on April 27, 1970, and flew as Commander on Soyuz 35, Soyuz 40 and Soyuz T-7, logging 200 days, 14 hours, and 45 minutes in space before his retirement on June 13, 1987.",
                            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/leonid2520popov_image_20181201212542.jpg",
                            "wiki": "https://en.wikipedia.org/wiki/Leonid_Popov",
                            "last_flight": "1982-08-19T17:11:52Z",
                            "first_flight": "1980-04-09T13:38:22Z"
                        }
                    },
                    {
                        "id": 2840,
                        "role": {
                            "id": 11,
                            "role": "Research Cosmonaut",
                            "priority": 2
                        },
                        "astronaut": {
                            "id": 243,
                            "url": "https://ll.thespacedevs.com/2.2.0/astronaut/243/?format=api",
                            "name": "Svetlana Savitskaya",
                            "type": {
                                "id": 2,
                                "name": "Government"
                            },
                            "in_space": false,
                            "time_in_space": "P19DT17H7M",
                            "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-08-08",
                            "date_of_death": null,
                            "nationality": "Russian",
                            "twitter": null,
                            "instagram": null,
                            "bio": "Svetlana Yevgenyevna Savitskaya (Russian: Светла́на Евге́ньевна Сави́цкая; born 8 August 1948) is a retired Soviet aviator and cosmonaut who flew aboard Soyuz T-7 in 1982, becoming the second woman in space. On her 1984 mission she became the first woman to fly to space twice, and the first woman to perform a spacewalk. She set several FAI world records as a pilot.",
                            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/svetlana2520savitskaya_image_20181201215411.jpg",
                            "wiki": "https://en.wikipedia.org/wiki/Svetlana_Savitskaya",
                            "last_flight": "1984-07-17T17:40:54Z",
                            "first_flight": "1982-08-19T17:11:52Z"
                        }
                    },
                    {
                        "id": 2703,
                        "role": {
                            "id": 3,
                            "role": "Flight Engineer",
                            "priority": 2
                        },
                        "astronaut": {
                            "id": 246,
                            "url": "https://ll.thespacedevs.com/2.2.0/astronaut/246/?format=api",
                            "name": "Aleksandr Serebrov",
                            "type": {
                                "id": 2,
                                "name": "Government"
                            },
                            "in_space": false,
                            "time_in_space": "P372DT22H53M29S",
                            "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": "1944-02-15",
                            "date_of_death": "2013-11-12",
                            "nationality": "Russian",
                            "twitter": null,
                            "instagram": null,
                            "bio": "Aleksandr Aleksandrovich Serebrov (Russian: Алекса́ндр Алекса́ндрович Серебро́в, February 15, 1944 – November 12, 2013) was a Soviet cosmonaut. He graduated from Moscow Institute of Physics and Technology (1967), and was selected as a cosmonaut on December 1, 1978. He retired on May 10, 1995.\r\nHe flew on Soyuz T-7, Soyuz T-8, Soyuz TM-8 and Soyuz TM-17. He was one of very few cosmonauts to fly for both the Soviet Union and the Russian Federation that followed it. He held the record for most spacewalks, 10, until Anatoly Solovyev surpassed it. In all, Serebrov spent 371.95 days in space. Serebrov contributed to the design of Salyut 6, Salyut 7, and the Mir space stations.",
                            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/aleksandr2520serebrov_image_20181201215818.jpg",
                            "wiki": "https://en.wikipedia.org/wiki/Aleksandr_Serebrov",
                            "last_flight": "1993-07-01T14:32:58Z",
                            "first_flight": "1982-08-19T17:11:52Z"
                        }
                    }
                ],
                "spacecraft": {
                    "id": 141,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/141/?format=api",
                    "name": "Soyuz T-5",
                    "serial_number": "Soyuz T 11F732 #11",
                    "is_placeholder": false,
                    "in_space": false,
                    "time_in_space": "P106DT5H6M11S",
                    "time_docked": "P105DT7M",
                    "flights_count": 1,
                    "mission_ends_count": 1,
                    "status": {
                        "id": 4,
                        "name": "Single Use"
                    },
                    "description": "Soyuz T-5 was a Soyuz spacecraft which launched on 13 May 1982 09:58 UTC. It  transported two cosmonauts of EO-1 to Salyut 7. The crew was Anatoli Berezovoy and Valentin Lebedev.",
                    "spacecraft_config": {
                        "id": 42,
                        "url": "https://ll.thespacedevs.com/2.2.0/config/spacecraft/42/?format=api",
                        "name": "Soyuz T",
                        "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://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/soyuz_t_image_20231228134543.png"
                    }
                },
                "launch": {
                    "id": "078fc1c2-4d33-47a6-b934-7a47bfd6a039",
                    "url": "https://ll.thespacedevs.com/2.2.0/launch/078fc1c2-4d33-47a6-b934-7a47bfd6a039/?format=api",
                    "slug": "soyuz-u-soyuz-t-5",
                    "name": "Soyuz-U | Soyuz T-5",
                    "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:40:58Z",
                    "net": "1982-05-13T09:58:05Z",
                    "window_end": "1982-05-13T09:58:05Z",
                    "window_start": "1982-05-13T09:58:05Z",
                    "net_precision": {
                        "id": 0,
                        "name": "Second",
                        "abbrev": "SEC",
                        "description": "The T-0 is accurate to the second."
                    },
                    "probability": -1,
                    "weather_concerns": null,
                    "holdreason": "",
                    "failreason": "",
                    "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": 283,
                        "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": 327,
                        "name": "Soyuz T-5",
                        "description": "Soyuz T-5 was the first long-duration expedition to the Salyut 7 space station. The mission began on May 13, 1982, 09:58:05 UTC, launching Commander Anatoli Berezovoy and Flight Engineer Valentin Lebedev into orbit. They docked with the station the next day. During their 211-day stay on the station, crew performed various scientific and medical experiments, and were visited by 4 uncrewed cargo Progress vehicles and 2 Soyuz missions. Soyuz T-5 crew, per usual, swapped vehicles with the visiting Soyuz T-7 crew, which allowed for a longer stay in orbit.\nCosmonauts returned in the Soyuz T-7 spacecraft, landing safely back on Earth on December 10, 1982, 19:02:36 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": "The Baikonur Cosmodrome is a spaceport operated by Russia within Kazakhstan. Located in the Kazakh city of Baikonur, it is the largest operational space launch facility in terms of area. All Russian crewed spaceflights are launched from Baikonur.",
                            "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_15_20200803142517.jpg",
                            "timezone_name": "Asia/Qyzylorda",
                            "total_launch_count": 1558,
                            "total_landing_count": 0
                        },
                        "country_code": "KAZ",
                        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_32_20200803143513.jpg",
                        "total_launch_count": 487,
                        "orbital_launch_attempt_count": 487
                    },
                    "webcast_live": false,
                    "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/soyuz2520u_image_20190222031023.jpeg",
                    "infographic": null,
                    "program": [
                        {
                            "id": 23,
                            "url": "https://ll.thespacedevs.com/2.2.0/program/23/?format=api",
                            "name": "Salyut",
                            "description": "The Salyut programme was the first space station programme, undertaken by the Soviet Union. It involved a series of four crewed scientific research space stations and two crewed military reconnaissance space stations over a period of 15 years, from 1971 to 1986.",
                            "agencies": [
                                {
                                    "id": 66,
                                    "url": "https://ll.thespacedevs.com/2.2.0/agencies/66/?format=api",
                                    "name": "Soviet Space Program",
                                    "type": "Government"
                                }
                            ],
                            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/salyut_program_20230506090532.png",
                            "start_date": "1971-04-19T01:40:00Z",
                            "end_date": "1986-07-16T12:34:05Z",
                            "info_url": null,
                            "wiki_url": "https://en.wikipedia.org/wiki/Salyut_programme",
                            "mission_patches": [],
                            "type": {
                                "id": 2,
                                "name": "Human Spaceflight"
                            }
                        },
                        {
                            "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://thespacedevs-prod.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": 2560,
                    "location_launch_attempt_count": 626,
                    "pad_launch_attempt_count": 188,
                    "agency_launch_attempt_count": 1586,
                    "orbital_launch_attempt_count_year": 43,
                    "location_launch_attempt_count_year": 9,
                    "pad_launch_attempt_count_year": 1,
                    "agency_launch_attempt_count_year": 35,
                    "type": "normal"
                }
            }
        },
        {
            "id": 1124,
            "url": "https://ll.thespacedevs.com/2.2.0/landings/1124/?format=api",
            "attempt": true,
            "success": true,
            "description": "VSS Unity successfully landed back at Spaceport America after this flight.",
            "downrange_distance": null,
            "landing_type": {
                "id": 6,
                "name": "Horizontal Landing",
                "abbrev": "HL",
                "description": "Horizontal landing on a runway or flat surface."
            },
            "landing_location": {
                "id": 13,
                "name": "Spaceport America",
                "abbrev": "SA",
                "description": "FAA-licensed spaceport  in New Mexico.",
                "location": {
                    "id": 31,
                    "url": "https://ll.thespacedevs.com/2.2.0/location/31/?format=api",
                    "name": "Spaceport America, NM, USA",
                    "country_code": "USA",
                    "description": "Spaceport America is an FAA-licensed spaceport located in the Jornada del Muerto desert basin north of Las Cruces, New Mexico, and southeast of Truth or Consequences. With Virgin Galactic's launch of the VSS Unity, with three people aboard, on May 22, 2021, New Mexico became the third US state to launch humans into space after California and Florida.",
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_31_20200803142505.jpg",
                    "timezone_name": "America/Denver",
                    "total_launch_count": 4,
                    "total_landing_count": 4
                },
                "successful_landings": 17
            },
            "firststage": null,
            "spacecraftflight": {
                "id": 666,
                "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/flight/666/?format=api",
                "mission_end": "2020-06-25T12:00:00Z",
                "destination": "Suborbital",
                "launch_crew": [
                    {
                        "id": 3391,
                        "role": {
                            "id": 2,
                            "role": "Pilot",
                            "priority": 2
                        },
                        "astronaut": {
                            "id": 679,
                            "url": "https://ll.thespacedevs.com/2.2.0/astronaut/679/?format=api",
                            "name": "Michael Masucci",
                            "type": {
                                "id": 3,
                                "name": "Private"
                            },
                            "in_space": false,
                            "time_in_space": "PT1H39M23S",
                            "status": {
                                "id": 1,
                                "name": "Active"
                            },
                            "agency": {
                                "id": 1024,
                                "url": "https://ll.thespacedevs.com/2.2.0/agencies/1024/?format=api",
                                "name": "Virgin Galactic",
                                "type": "Private"
                            },
                            "date_of_birth": null,
                            "date_of_death": null,
                            "nationality": "American",
                            "twitter": null,
                            "instagram": null,
                            "bio": "Mike “Sooch” Masucci was a former U.S. Air Force lieutenant colonel and U2 test pilot.",
                            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/michael_masucci_image_20220911034628.jpeg",
                            "wiki": "https://en.wikipedia.org/wiki/Michael_Masucci",
                            "last_flight": "2023-11-02T15:44:00Z",
                            "first_flight": "2013-12-11T12:00:00Z"
                        }
                    },
                    {
                        "id": 3390,
                        "role": {
                            "id": 2,
                            "role": "Pilot",
                            "priority": 2
                        },
                        "astronaut": {
                            "id": 672,
                            "url": "https://ll.thespacedevs.com/2.2.0/astronaut/672/?format=api",
                            "name": "Mark Stucky",
                            "type": {
                                "id": 3,
                                "name": "Private"
                            },
                            "in_space": false,
                            "time_in_space": "P0D",
                            "status": {
                                "id": 2,
                                "name": "Retired"
                            },
                            "agency": {
                                "id": 1024,
                                "url": "https://ll.thespacedevs.com/2.2.0/agencies/1024/?format=api",
                                "name": "Virgin Galactic",
                                "type": "Private"
                            },
                            "date_of_birth": "1958-11-09",
                            "date_of_death": null,
                            "nationality": "American",
                            "twitter": null,
                            "instagram": null,
                            "bio": "Mark P. \"Forger\" Stucky  was an American test pilot and commercial astronaut for Virgin Galactic. He left the company in July 2021.",
                            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/mark_stucky_image_20210522145002.jpg",
                            "wiki": "https://en.wikipedia.org/wiki/Mark_P._Stucky",
                            "last_flight": "2020-06-25T12:00:00Z",
                            "first_flight": "2010-10-28T12:00:00Z"
                        }
                    }
                ],
                "onboard_crew": [],
                "landing_crew": [
                    {
                        "id": 3394,
                        "role": {
                            "id": 2,
                            "role": "Pilot",
                            "priority": 2
                        },
                        "astronaut": {
                            "id": 679,
                            "url": "https://ll.thespacedevs.com/2.2.0/astronaut/679/?format=api",
                            "name": "Michael Masucci",
                            "type": {
                                "id": 3,
                                "name": "Private"
                            },
                            "in_space": false,
                            "time_in_space": "PT1H39M23S",
                            "status": {
                                "id": 1,
                                "name": "Active"
                            },
                            "agency": {
                                "id": 1024,
                                "url": "https://ll.thespacedevs.com/2.2.0/agencies/1024/?format=api",
                                "name": "Virgin Galactic",
                                "type": "Private"
                            },
                            "date_of_birth": null,
                            "date_of_death": null,
                            "nationality": "American",
                            "twitter": null,
                            "instagram": null,
                            "bio": "Mike “Sooch” Masucci was a former U.S. Air Force lieutenant colonel and U2 test pilot.",
                            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/michael_masucci_image_20220911034628.jpeg",
                            "wiki": "https://en.wikipedia.org/wiki/Michael_Masucci",
                            "last_flight": "2023-11-02T15:44:00Z",
                            "first_flight": "2013-12-11T12:00:00Z"
                        }
                    },
                    {
                        "id": 3392,
                        "role": {
                            "id": 2,
                            "role": "Pilot",
                            "priority": 2
                        },
                        "astronaut": {
                            "id": 672,
                            "url": "https://ll.thespacedevs.com/2.2.0/astronaut/672/?format=api",
                            "name": "Mark Stucky",
                            "type": {
                                "id": 3,
                                "name": "Private"
                            },
                            "in_space": false,
                            "time_in_space": "P0D",
                            "status": {
                                "id": 2,
                                "name": "Retired"
                            },
                            "agency": {
                                "id": 1024,
                                "url": "https://ll.thespacedevs.com/2.2.0/agencies/1024/?format=api",
                                "name": "Virgin Galactic",
                                "type": "Private"
                            },
                            "date_of_birth": "1958-11-09",
                            "date_of_death": null,
                            "nationality": "American",
                            "twitter": null,
                            "instagram": null,
                            "bio": "Mark P. \"Forger\" Stucky  was an American test pilot and commercial astronaut for Virgin Galactic. He left the company in July 2021.",
                            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/mark_stucky_image_20210522145002.jpg",
                            "wiki": "https://en.wikipedia.org/wiki/Mark_P._Stucky",
                            "last_flight": "2020-06-25T12:00:00Z",
                            "first_flight": "2010-10-28T12:00:00Z"
                        }
                    }
                ],
                "spacecraft": {
                    "id": 473,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/473/?format=api",
                    "name": "VSS Unity",
                    "serial_number": "N202VG",
                    "is_placeholder": false,
                    "in_space": false,
                    "time_in_space": "PT4H3M43S",
                    "time_docked": "P0D",
                    "flights_count": 30,
                    "mission_ends_count": 30,
                    "status": {
                        "id": 2,
                        "name": "Retired"
                    },
                    "description": "VSS Unity, previously referred to as VSS Voyager, is a SpaceShipTwo-class suborbital rocket-powered crewed spaceplane. It is the second SpaceShipTwo to be built and will be used as part of the Virgin Galactic fleet.",
                    "spacecraft_config": {
                        "id": 27,
                        "url": "https://ll.thespacedevs.com/2.2.0/config/spacecraft/27/?format=api",
                        "name": "SpaceShipTwo",
                        "type": {
                            "id": 3,
                            "name": "Spaceplane"
                        },
                        "agency": {
                            "id": 1024,
                            "url": "https://ll.thespacedevs.com/2.2.0/agencies/1024/?format=api",
                            "name": "Virgin Galactic",
                            "type": "Private"
                        },
                        "in_use": true,
                        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/spaceshiptwo_image_20210522133744.jpeg"
                    }
                },
                "launch": {
                    "id": "a768fcdc-43de-4be0-bf0e-1d604b9ac292",
                    "url": "https://ll.thespacedevs.com/2.2.0/launch/a768fcdc-43de-4be0-bf0e-1d604b9ac292/?format=api",
                    "slug": "spaceshiptwo-vss-unity-gf09",
                    "name": "SpaceShipTwo | VSS Unity GF09",
                    "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:58:22Z",
                    "net": "2020-06-25T12:00:00Z",
                    "window_end": "2020-06-25T12:00:00Z",
                    "window_start": "2020-06-25T12:00:00Z",
                    "net_precision": null,
                    "probability": null,
                    "weather_concerns": null,
                    "holdreason": "",
                    "failreason": "",
                    "hashtag": null,
                    "launch_service_provider": {
                        "id": 1024,
                        "url": "https://ll.thespacedevs.com/2.2.0/agencies/1024/?format=api",
                        "name": "Virgin Galactic",
                        "type": "Private"
                    },
                    "rocket": {
                        "id": 2948,
                        "configuration": {
                            "id": 465,
                            "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/465/?format=api",
                            "name": "SpaceShipTwo",
                            "family": "",
                            "full_name": "SpaceShipTwo",
                            "variant": ""
                        }
                    },
                    "mission": {
                        "id": 1365,
                        "name": "VSS Unity GF09",
                        "description": "Free glide test flight of VSS Unity.",
                        "launch_designator": null,
                        "type": "Test Flight",
                        "orbit": {
                            "id": 15,
                            "name": "Suborbital",
                            "abbrev": "Sub"
                        },
                        "agencies": [],
                        "info_urls": [],
                        "vid_urls": []
                    },
                    "pad": {
                        "id": 191,
                        "url": "https://ll.thespacedevs.com/2.2.0/pad/191/?format=api",
                        "agency_id": 1024,
                        "name": "Spaceport America",
                        "description": null,
                        "info_url": "https://www.spaceportamerica.com/",
                        "wiki_url": "https://en.wikipedia.org/wiki/Spaceport_America",
                        "map_url": "https://www.google.com/maps?q=32.9902778,-106.9719162",
                        "latitude": "32.9902778",
                        "longitude": "-106.9719162",
                        "location": {
                            "id": 144,
                            "url": "https://ll.thespacedevs.com/2.2.0/location/144/?format=api",
                            "name": "Air launch to Suborbital flight",
                            "country_code": "???",
                            "description": "",
                            "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_144_20200803142439.jpg",
                            "timezone_name": "",
                            "total_launch_count": 86,
                            "total_landing_count": 0
                        },
                        "country_code": "USA",
                        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_spaceport_america_20210522162030.jpg",
                        "total_launch_count": 14,
                        "orbital_launch_attempt_count": 0
                    },
                    "webcast_live": false,
                    "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/spaceshiptwo_image_20210522140909.jpeg",
                    "infographic": null,
                    "program": [],
                    "orbital_launch_attempt_count": null,
                    "location_launch_attempt_count": 74,
                    "pad_launch_attempt_count": 2,
                    "agency_launch_attempt_count": 55,
                    "orbital_launch_attempt_count_year": 0,
                    "location_launch_attempt_count_year": 2,
                    "pad_launch_attempt_count_year": 2,
                    "agency_launch_attempt_count_year": 2,
                    "type": "normal"
                }
            }
        },
        {
            "id": 635,
            "url": "https://ll.thespacedevs.com/2.2.0/landings/635/?format=api",
            "attempt": false,
            "success": null,
            "description": "The Progress spacecraft burned up upon entering Earth's atmosphere.",
            "downrange_distance": null,
            "landing_type": null,
            "landing_location": null,
            "firststage": null,
            "spacecraftflight": {
                "id": 427,
                "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/flight/427/?format=api",
                "mission_end": "2009-09-27T10:19:00Z",
                "destination": "International Space Station",
                "launch_crew": [],
                "onboard_crew": [],
                "landing_crew": [],
                "spacecraft": {
                    "id": 294,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/294/?format=api",
                    "name": "Progress M-67",
                    "serial_number": "Progress M-67 (No.367)",
                    "is_placeholder": false,
                    "in_space": false,
                    "time_in_space": "P64DT23H22M4S",
                    "time_docked": "P53DT20H13M",
                    "flights_count": 1,
                    "mission_ends_count": 1,
                    "status": {
                        "id": 4,
                        "name": "Single Use"
                    },
                    "description": "Progress M-67 (Russian: Прогресс М-67), identified by NASA as Progress 34 or 34P, was a Progress spacecraft used to resupply the International Space Station.",
                    "spacecraft_config": {
                        "id": 35,
                        "url": "https://ll.thespacedevs.com/2.2.0/config/spacecraft/35/?format=api",
                        "name": "Progress-M",
                        "type": {
                            "id": 4,
                            "name": "Cargo Resupply"
                        },
                        "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://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/progress-m_image_20231219141001.jpeg"
                    }
                },
                "launch": {
                    "id": "e45db5b1-cc5e-4ed7-9694-4eaa71520652",
                    "url": "https://ll.thespacedevs.com/2.2.0/launch/e45db5b1-cc5e-4ed7-9694-4eaa71520652/?format=api",
                    "slug": "soyuz-u-progress-m-67",
                    "name": "Soyuz U | Progress M-67",
                    "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-14T03:48:44Z",
                    "net": "2009-07-24T10:56:56Z",
                    "window_end": "2009-07-24T10:56:56Z",
                    "window_start": "2009-07-24T10:56:56Z",
                    "net_precision": null,
                    "probability": 0,
                    "weather_concerns": null,
                    "holdreason": "",
                    "failreason": "",
                    "hashtag": "",
                    "launch_service_provider": {
                        "id": 63,
                        "url": "https://ll.thespacedevs.com/2.2.0/agencies/63/?format=api",
                        "name": "Russian Federal Space Agency (ROSCOSMOS)",
                        "type": "Government"
                    },
                    "rocket": {
                        "id": 2352,
                        "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": null,
                    "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": "The Baikonur Cosmodrome is a spaceport operated by Russia within Kazakhstan. Located in the Kazakh city of Baikonur, it is the largest operational space launch facility in terms of area. All Russian crewed spaceflights are launched from Baikonur.",
                            "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_15_20200803142517.jpg",
                            "timezone_name": "Asia/Qyzylorda",
                            "total_launch_count": 1558,
                            "total_landing_count": 0
                        },
                        "country_code": "KAZ",
                        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_32_20200803143513.jpg",
                        "total_launch_count": 487,
                        "orbital_launch_attempt_count": 487
                    },
                    "webcast_live": false,
                    "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/soyuz2520u_image_20190222031023.jpeg",
                    "infographic": null,
                    "program": [
                        {
                            "id": 17,
                            "url": "https://ll.thespacedevs.com/2.2.0/program/17/?format=api",
                            "name": "International Space Station",
                            "description": "The International Space Station programme is tied together by a complex set of legal, political and financial agreements between the sixteen nations involved in the project, governing ownership of the various components, rights to crewing and utilization, and responsibilities for crew rotation and resupply of the International Space Station. It was conceived in 1984 by President Ronald Reagan, during the Space Station Freedom project as it was originally called.",
                            "agencies": [
                                {
                                    "id": 16,
                                    "url": "https://ll.thespacedevs.com/2.2.0/agencies/16/?format=api",
                                    "name": "Canadian Space Agency",
                                    "type": "Government"
                                },
                                {
                                    "id": 27,
                                    "url": "https://ll.thespacedevs.com/2.2.0/agencies/27/?format=api",
                                    "name": "European Space Agency",
                                    "type": "Multinational"
                                },
                                {
                                    "id": 37,
                                    "url": "https://ll.thespacedevs.com/2.2.0/agencies/37/?format=api",
                                    "name": "Japan Aerospace Exploration Agency",
                                    "type": "Government"
                                },
                                {
                                    "id": 44,
                                    "url": "https://ll.thespacedevs.com/2.2.0/agencies/44/?format=api",
                                    "name": "National Aeronautics and Space Administration",
                                    "type": "Government"
                                },
                                {
                                    "id": 63,
                                    "url": "https://ll.thespacedevs.com/2.2.0/agencies/63/?format=api",
                                    "name": "Russian Federal Space Agency (ROSCOSMOS)",
                                    "type": "Government"
                                }
                            ],
                            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/international2_program_20201129184745.png",
                            "start_date": "1998-11-20T06:40:00Z",
                            "end_date": null,
                            "info_url": "https://www.nasa.gov/mission_pages/station/main/index.html",
                            "wiki_url": "https://en.wikipedia.org/wiki/International_Space_Station_programme",
                            "mission_patches": [],
                            "type": {
                                "id": 2,
                                "name": "Human Spaceflight"
                            }
                        }
                    ],
                    "orbital_launch_attempt_count": 4996,
                    "location_launch_attempt_count": 1319,
                    "pad_launch_attempt_count": 422,
                    "agency_launch_attempt_count": 185,
                    "orbital_launch_attempt_count_year": 4996,
                    "location_launch_attempt_count_year": 12,
                    "pad_launch_attempt_count_year": 4,
                    "agency_launch_attempt_count_year": 5,
                    "type": "normal"
                }
            }
        }
    ]
}