API endpoint that allows Astronaut to be viewed.

GET:
Return a list of all the existing astronauts.

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

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

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

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

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

{
    "id": 88,
    "url": "https://ll.thespacedevs.com/2.2.0/astronaut/88/?format=api",
    "name": "Jean-Loup Chrétien",
    "status": {
        "id": 2,
        "name": "Retired"
    },
    "type": {
        "id": 2,
        "name": "Government"
    },
    "in_space": false,
    "time_in_space": "P43DT11H18M59S",
    "eva_time": "PT6H",
    "agency": {
        "id": 46,
        "url": "https://ll.thespacedevs.com/2.2.0/agencies/46/?format=api",
        "name": "National Center of Space Research",
        "type": "Government"
    },
    "age": 85,
    "date_of_birth": "1938-08-20",
    "date_of_death": null,
    "nationality": "French",
    "twitter": null,
    "instagram": null,
    "bio": "Jean-Loup Jacques Marie Chrétien (born 20 August 1938) is a French retired Général de Brigade (brigadier general) in the Armée de l'Air (French air force), and a former CNES spationaut. He flew on two Franco-Soviet space missions and a NASA Space Shuttle mission. Chrétien was the first Frenchman and the first western European in space.",
    "profile_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/jean-loup2520chr25c325a9tien_image_20181128224801.jpg",
    "profile_image_thumbnail": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305185431.jpeg",
    "wiki": "https://en.wikipedia.org/wiki/Jean-Loup_Chr%C3%A9tien",
    "flights": [
        {
            "id": "aedbc895-3441-4e69-a953-971cb8a54f56",
            "url": "https://ll.thespacedevs.com/2.2.0/launch/aedbc895-3441-4e69-a953-971cb8a54f56/?format=api",
            "slug": "space-shuttle-atlantis-ov-104-sts-86",
            "name": "Space Shuttle Atlantis / OV-104 | STS-86",
            "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:50:08Z",
            "net": "1997-09-26T02:34:19Z",
            "window_end": "1997-09-26T02:34:19Z",
            "window_start": "1997-09-26T02:34:19Z",
            "net_precision": null,
            "probability": -1,
            "weather_concerns": null,
            "holdreason": "",
            "failreason": null,
            "hashtag": null,
            "launch_service_provider": {
                "id": 191,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/191/?format=api",
                "name": "United Space Alliance",
                "type": "Commercial"
            },
            "rocket": {
                "id": 422,
                "configuration": {
                    "id": 493,
                    "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/493/?format=api",
                    "name": "Space Shuttle",
                    "family": "Space Shuttle",
                    "full_name": "Space Shuttle",
                    "variant": ""
                }
            },
            "mission": {
                "id": 825,
                "name": "STS-86",
                "description": "STS-86 was a Space Shuttle Atlantis mission to the Mir space station. This was the last Atlantis mission before it was taken out of service temporarily for maintenance and upgrades, including the glass cockpit.",
                "launch_designator": null,
                "type": "Human Exploration",
                "orbit": {
                    "id": 8,
                    "name": "Low Earth Orbit",
                    "abbrev": "LEO"
                },
                "agencies": [],
                "info_urls": [],
                "vid_urls": []
            },
            "pad": {
                "id": 87,
                "url": "https://ll.thespacedevs.com/2.2.0/pad/87/?format=api",
                "agency_id": 121,
                "name": "Launch Complex 39A",
                "description": null,
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/Kennedy_Space_Center_Launch_Complex_39#Launch_Pad_39A",
                "map_url": "https://www.google.com/maps?q=28.60822681,-80.60428186",
                "latitude": "28.60822681",
                "longitude": "-80.60428186",
                "location": {
                    "id": 27,
                    "url": "https://ll.thespacedevs.com/2.2.0/location/27/?format=api",
                    "name": "Kennedy Space Center, FL, USA",
                    "country_code": "USA",
                    "description": "",
                    "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/location_27_20200803142447.jpg",
                    "timezone_name": "America/New_York",
                    "total_launch_count": 236,
                    "total_landing_count": 0
                },
                "country_code": "USA",
                "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/pad_87_20200803143537.jpg",
                "total_launch_count": 178,
                "orbital_launch_attempt_count": 177
            },
            "webcast_live": false,
            "image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/space_shuttle_image_20230422074810.jpeg",
            "infographic": null,
            "program": [
                {
                    "id": 6,
                    "url": "https://ll.thespacedevs.com/2.2.0/program/6/?format=api",
                    "name": "Space Shuttle",
                    "description": "The Space Shuttle program was the fourth human spaceflight program carried out by the National Aeronautics and Space Administration (NASA), which accomplished routine transportation for Earth-to-orbit crew and cargo from 1981 to 2011.",
                    "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://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/space2520shutt_program_20200820202237.png",
                    "start_date": "1981-04-12T12:00:03Z",
                    "end_date": "2011-07-08T15:29:00Z",
                    "info_url": "https://www.nasa.gov/mission_pages/shuttle/main/index.html",
                    "wiki_url": "https://en.wikipedia.org/wiki/Space_Shuttle_program",
                    "mission_patches": [],
                    "type": {
                        "id": 2,
                        "name": "Human Spaceflight"
                    }
                },
                {
                    "id": 12,
                    "url": "https://ll.thespacedevs.com/2.2.0/program/12/?format=api",
                    "name": "Shuttle–Mir",
                    "description": "The Shuttle–Mir program was a collaborative 11-mission space program between Russia and the United States that involved American Space Shuttles visiting the Russian space station Mir, Russian cosmonauts flying on the Shuttle, and an American astronaut flying aboard a Soyuz spacecraft to engage in long-duration expeditions aboard Mir.",
                    "agencies": [
                        {
                            "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://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/shuttle25e225_program_20200821090507.png",
                    "start_date": "1993-09-01T00:00:00Z",
                    "end_date": "1998-06-12T18:00:18Z",
                    "info_url": "https://www.nasa.gov/audience/formedia/factsheet/shuttle_mir_factsheet.html",
                    "wiki_url": "https://en.wikipedia.org/wiki/Shuttle–Mir_program",
                    "mission_patches": [],
                    "type": {
                        "id": 2,
                        "name": "Human Spaceflight"
                    }
                },
                {
                    "id": 16,
                    "url": "https://ll.thespacedevs.com/2.2.0/program/16/?format=api",
                    "name": "Mir",
                    "description": "Mir was a space station that operated in low Earth orbit from 1986 to 2001, operated by the Soviet Union and later by Russia. Mir was the first modular space station and was assembled in orbit from 1986 to 1996.",
                    "agencies": [
                        {
                            "id": 63,
                            "url": "https://ll.thespacedevs.com/2.2.0/agencies/63/?format=api",
                            "name": "Russian Federal Space Agency (ROSCOSMOS)",
                            "type": "Government"
                        },
                        {
                            "id": 66,
                            "url": "https://ll.thespacedevs.com/2.2.0/agencies/66/?format=api",
                            "name": "Soviet Space Program",
                            "type": "Government"
                        }
                    ],
                    "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/mir_program_20200821092345.jpeg",
                    "start_date": "1986-02-20T21:28:23Z",
                    "end_date": "2001-03-23T05:59:00Z",
                    "info_url": null,
                    "wiki_url": "https://en.wikipedia.org/wiki/Mir",
                    "mission_patches": [],
                    "type": {
                        "id": 2,
                        "name": "Human Spaceflight"
                    }
                }
            ],
            "orbital_launch_attempt_count": 4165,
            "location_launch_attempt_count": 104,
            "pad_launch_attempt_count": 64,
            "agency_launch_attempt_count": 8,
            "orbital_launch_attempt_count_year": 57,
            "location_launch_attempt_count_year": 7,
            "pad_launch_attempt_count_year": 6,
            "agency_launch_attempt_count_year": 6,
            "type": "normal"
        },
        {
            "id": "55458545-e6bf-4f28-af2a-ff9d782563e6",
            "url": "https://ll.thespacedevs.com/2.2.0/launch/55458545-e6bf-4f28-af2a-ff9d782563e6/?format=api",
            "slug": "soyuz-u2-soyuz-tm-7",
            "name": "Soyuz-U2 | Soyuz TM-7",
            "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:44:04Z",
            "net": "1988-11-26T15:49:34Z",
            "window_end": "1988-11-26T15:49:34Z",
            "window_start": "1988-11-26T15:49:34Z",
            "net_precision": null,
            "probability": -1,
            "weather_concerns": null,
            "holdreason": "",
            "failreason": null,
            "hashtag": null,
            "launch_service_provider": {
                "id": 66,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/66/?format=api",
                "name": "Soviet Space Program",
                "type": "Government"
            },
            "rocket": {
                "id": 323,
                "configuration": {
                    "id": 101,
                    "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/101/?format=api",
                    "name": "Soyuz-U",
                    "family": "Soyuz-U",
                    "full_name": "Soyuz-U2",
                    "variant": "2"
                }
            },
            "mission": {
                "id": 920,
                "name": "Soyuz TM-7",
                "description": "Soyuz TM-7 was the seventh mission to Mir space station. The mission began on November 26, 1988, 15:49:34 UTC, launching Commander Alexander Volkov, Flight Engineer Sergei Krikalyov and Research Cosmonaut Jean-Loup Chrétien. They docked with Mir two days later, meeting with the  resident crew. While Jean-Loup Chrétien returned 3 weeks later, two other cosmonauts were a part of the fourth long-duration expedition on Mir. During their stay there, cosmonauts performed an EVA and various experiments in biology, medicine, X-ray astronomy, technology etc. They also carried out sky surveys, spectrographic and topographic Earth observation experiments. Crew were visited by three Progress resupply spacecrafts.\nJean-Loup Chrétien returned to Earth on December 21, 1988 in a Soyuz TM-6 spacecraft. The long-duration expedition crew returned on a Soyuz TM-7 spacecraft, landing safely back on Earth on April 27, 1989, 02:57: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": "",
                    "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/location_15_20200803142517.jpg",
                    "timezone_name": "Asia/Qyzylorda",
                    "total_launch_count": 1548,
                    "total_landing_count": 0
                },
                "country_code": "KAZ",
                "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/pad_32_20200803143513.jpg",
                "total_launch_count": 487,
                "orbital_launch_attempt_count": 487
            },
            "webcast_live": false,
            "image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/soyuz-u_image_20191229074852.jpg",
            "infographic": null,
            "program": [
                {
                    "id": 8,
                    "url": "https://ll.thespacedevs.com/2.2.0/program/8/?format=api",
                    "name": "Soyuz",
                    "description": "The Soyuz programme is a human spaceflight programme initiated by the Soviet Union in the early 1960s. The Soyuz spacecraft was originally part of a Moon landing project intended to put a Soviet cosmonaut on the Moon. It was the third Soviet human spaceflight programme after the Vostok and Voskhod programmes.",
                    "agencies": [
                        {
                            "id": 63,
                            "url": "https://ll.thespacedevs.com/2.2.0/agencies/63/?format=api",
                            "name": "Russian Federal Space Agency (ROSCOSMOS)",
                            "type": "Government"
                        },
                        {
                            "id": 66,
                            "url": "https://ll.thespacedevs.com/2.2.0/agencies/66/?format=api",
                            "name": "Soviet Space Program",
                            "type": "Government"
                        }
                    ],
                    "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/soyuz_program_20201129185543.png",
                    "start_date": "1966-11-28T11:02:00Z",
                    "end_date": null,
                    "info_url": null,
                    "wiki_url": "https://en.wikipedia.org/wiki/Soyuz_programme",
                    "mission_patches": [],
                    "type": {
                        "id": 2,
                        "name": "Human Spaceflight"
                    }
                },
                {
                    "id": 16,
                    "url": "https://ll.thespacedevs.com/2.2.0/program/16/?format=api",
                    "name": "Mir",
                    "description": "Mir was a space station that operated in low Earth orbit from 1986 to 2001, operated by the Soviet Union and later by Russia. Mir was the first modular space station and was assembled in orbit from 1986 to 1996.",
                    "agencies": [
                        {
                            "id": 63,
                            "url": "https://ll.thespacedevs.com/2.2.0/agencies/63/?format=api",
                            "name": "Russian Federal Space Agency (ROSCOSMOS)",
                            "type": "Government"
                        },
                        {
                            "id": 66,
                            "url": "https://ll.thespacedevs.com/2.2.0/agencies/66/?format=api",
                            "name": "Soviet Space Program",
                            "type": "Government"
                        }
                    ],
                    "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/mir_program_20200821092345.jpeg",
                    "start_date": "1986-02-20T21:28:23Z",
                    "end_date": "2001-03-23T05:59:00Z",
                    "info_url": null,
                    "wiki_url": "https://en.wikipedia.org/wiki/Mir",
                    "mission_patches": [],
                    "type": {
                        "id": 2,
                        "name": "Human Spaceflight"
                    }
                }
            ],
            "orbital_launch_attempt_count": 3352,
            "location_launch_attempt_count": 890,
            "pad_launch_attempt_count": 267,
            "agency_launch_attempt_count": 2229,
            "orbital_launch_attempt_count_year": 109,
            "location_launch_attempt_count_year": 42,
            "pad_launch_attempt_count_year": 19,
            "agency_launch_attempt_count_year": 85,
            "type": "normal"
        },
        {
            "id": "4cf4b690-d17b-4d74-b4dc-8787940762e8",
            "url": "https://ll.thespacedevs.com/2.2.0/launch/4cf4b690-d17b-4d74-b4dc-8787940762e8/?format=api",
            "slug": "soyuz-u-soyuz-t-6",
            "name": "Soyuz-U | Soyuz T-6",
            "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:09Z",
            "net": "1982-06-24T16:29:48Z",
            "window_end": "1982-06-24T16:29:48Z",
            "window_start": "1982-06-24T16:29:48Z",
            "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": 284,
                "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": 324,
                "name": "Soyuz T-6",
                "description": "Soyuz T-6 was the second mission to the Salyut 7 space station and the first to visit the long-duration Soyuz T-5 resident crew of the station. The mission began on June 24, 1982, 16:29:48 UTC, launching Commander Vladimir Dzhanibekov, Flight Engineer Aleksandr Ivanchenkov and Research Cosmonaut Jean-Loup Chrétien, the first French cosmonaut, into orbit. They docked with the station the next day. During their 7-day stay on the station, crew performed various scientific and medical experiments.\nThe mission concluded with a safe landing back on Earth on July 2, 1982, 14:20:40 UTC.",
                "launch_designator": null,
                "type": "Human Exploration",
                "orbit": {
                    "id": 8,
                    "name": "Low Earth Orbit",
                    "abbrev": "LEO"
                },
                "agencies": [],
                "info_urls": [],
                "vid_urls": []
            },
            "pad": {
                "id": 32,
                "url": "https://ll.thespacedevs.com/2.2.0/pad/32/?format=api",
                "agency_id": null,
                "name": "1/5",
                "description": null,
                "info_url": null,
                "wiki_url": "",
                "map_url": "https://www.google.com/maps?q=45.92,63.342",
                "latitude": "45.92",
                "longitude": "63.342",
                "location": {
                    "id": 15,
                    "url": "https://ll.thespacedevs.com/2.2.0/location/15/?format=api",
                    "name": "Baikonur Cosmodrome, Republic of Kazakhstan",
                    "country_code": "KAZ",
                    "description": "",
                    "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/location_15_20200803142517.jpg",
                    "timezone_name": "Asia/Qyzylorda",
                    "total_launch_count": 1548,
                    "total_landing_count": 0
                },
                "country_code": "KAZ",
                "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/pad_32_20200803143513.jpg",
                "total_launch_count": 487,
                "orbital_launch_attempt_count": 487
            },
            "webcast_live": false,
            "image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/soyuz2520u_image_20190222031023.jpeg",
            "infographic": null,
            "program": [
                {
                    "id": 8,
                    "url": "https://ll.thespacedevs.com/2.2.0/program/8/?format=api",
                    "name": "Soyuz",
                    "description": "The Soyuz programme is a human spaceflight programme initiated by the Soviet Union in the early 1960s. The Soyuz spacecraft was originally part of a Moon landing project intended to put a Soviet cosmonaut on the Moon. It was the third Soviet human spaceflight programme after the Vostok and Voskhod programmes.",
                    "agencies": [
                        {
                            "id": 63,
                            "url": "https://ll.thespacedevs.com/2.2.0/agencies/63/?format=api",
                            "name": "Russian Federal Space Agency (ROSCOSMOS)",
                            "type": "Government"
                        },
                        {
                            "id": 66,
                            "url": "https://ll.thespacedevs.com/2.2.0/agencies/66/?format=api",
                            "name": "Soviet Space Program",
                            "type": "Government"
                        }
                    ],
                    "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/soyuz_program_20201129185543.png",
                    "start_date": "1966-11-28T11:02:00Z",
                    "end_date": null,
                    "info_url": null,
                    "wiki_url": "https://en.wikipedia.org/wiki/Soyuz_programme",
                    "mission_patches": [],
                    "type": {
                        "id": 2,
                        "name": "Human Spaceflight"
                    }
                },
                {
                    "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://spacelaunchnow-prod-east.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"
                    }
                }
            ],
            "orbital_launch_attempt_count": 2573,
            "location_launch_attempt_count": 638,
            "pad_launch_attempt_count": 190,
            "agency_launch_attempt_count": 1605,
            "orbital_launch_attempt_count_year": 66,
            "location_launch_attempt_count_year": 21,
            "pad_launch_attempt_count_year": 3,
            "agency_launch_attempt_count_year": 57,
            "type": "normal"
        }
    ],
    "landings": [
        {
            "id": 255,
            "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/flight/255/?format=api",
            "destination": "Mir",
            "mission_end": "1988-12-21T09:57:00Z",
            "spacecraft": {
                "id": 124,
                "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/124/?format=api",
                "name": "Soyuz TM-6",
                "serial_number": "Soyuz TM 11F732A51 #56",
                "is_placeholder": false,
                "in_space": false,
                "time_in_space": "P114DT5H33M49S",
                "time_docked": "P5DT18H14M13S",
                "flights_count": 1,
                "mission_ends_count": 1,
                "status": {
                    "id": 4,
                    "name": "Single Use"
                },
                "description": "Soyuz TM-6 was a Soyuz spacecraft which launched on 29 August 1988 04:23 UTC. It transported one member of Expedition 3, one of Expedition 4 and a Afghan cosmonaut to Mir. The EO-3 member was Vladimir Lyakhov, the EO-4 member was Valeri Polyakov, and the Afghan cosmonaut was Abdul Mohmand.",
                "spacecraft_config": {
                    "id": 41,
                    "url": "https://ll.thespacedevs.com/2.2.0/config/spacecraft/41/?format=api",
                    "name": "Soyuz TM",
                    "type": {
                        "id": 2,
                        "name": "Capsule"
                    },
                    "agency": {
                        "id": 63,
                        "url": "https://ll.thespacedevs.com/2.2.0/agencies/63/?format=api",
                        "name": "Russian Federal Space Agency (ROSCOSMOS)",
                        "type": "Government"
                    },
                    "in_use": false,
                    "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/soyuz_tm_image_20231228130713.jpeg"
                }
            },
            "launch": {
                "id": "ad9d60af-7f45-47c0-96e9-b34ecb2f361b",
                "url": "https://ll.thespacedevs.com/2.2.0/launch/ad9d60af-7f45-47c0-96e9-b34ecb2f361b/?format=api",
                "slug": "soyuz-u2-soyuz-tm-6",
                "name": "Soyuz-U2 | Soyuz TM-6",
                "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:26Z",
                "net": "1988-08-29T04:23:11Z",
                "window_end": "1988-08-29T04:23:11Z",
                "window_start": "1988-08-29T04:23:11Z",
                "net_precision": null,
                "probability": -1,
                "weather_concerns": null,
                "holdreason": "",
                "failreason": null,
                "hashtag": null,
                "launch_service_provider": {
                    "id": 66,
                    "url": "https://ll.thespacedevs.com/2.2.0/agencies/66/?format=api",
                    "name": "Soviet Space Program",
                    "type": "Government"
                },
                "rocket": {
                    "id": 321,
                    "configuration": {
                        "id": 101,
                        "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/101/?format=api",
                        "name": "Soyuz-U",
                        "family": "Soyuz-U",
                        "full_name": "Soyuz-U2",
                        "variant": "2"
                    }
                },
                "mission": {
                    "id": 355,
                    "name": "Soyuz TM-6",
                    "description": "Soyuz TM-6 was the sixth mission to Mir space station. The mission began on June 7, 1988, 14:03:13 UTC, launching Commander Vladimir Lyakhov, Flight Engineer/Research Doctor Valeri Polyakov and Research Cosmonaut Abdul Mohmand, the first Afghan cosmonaut, into orbit. They docked with Mir two days later, meeting with the long-duration resident crew. During their 7-day stay there, cosmonauts performed Earth observation and other tasks. \nThey returned on a Soyuz TM-5 spacecraft, landing safely back on Earth on September 7, 1988, 00:49:38 UTC.",
                    "launch_designator": null,
                    "type": "Human Exploration",
                    "orbit": {
                        "id": 8,
                        "name": "Low Earth Orbit",
                        "abbrev": "LEO"
                    },
                    "agencies": [],
                    "info_urls": [],
                    "vid_urls": []
                },
                "pad": {
                    "id": 32,
                    "url": "https://ll.thespacedevs.com/2.2.0/pad/32/?format=api",
                    "agency_id": null,
                    "name": "1/5",
                    "description": null,
                    "info_url": null,
                    "wiki_url": "",
                    "map_url": "https://www.google.com/maps?q=45.92,63.342",
                    "latitude": "45.92",
                    "longitude": "63.342",
                    "location": {
                        "id": 15,
                        "url": "https://ll.thespacedevs.com/2.2.0/location/15/?format=api",
                        "name": "Baikonur Cosmodrome, Republic of Kazakhstan",
                        "country_code": "KAZ",
                        "description": "",
                        "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/location_15_20200803142517.jpg",
                        "timezone_name": "Asia/Qyzylorda",
                        "total_launch_count": 1548,
                        "total_landing_count": 0
                    },
                    "country_code": "KAZ",
                    "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/pad_32_20200803143513.jpg",
                    "total_launch_count": 487,
                    "orbital_launch_attempt_count": 487
                },
                "webcast_live": false,
                "image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/soyuz-u_image_20191229074852.jpg",
                "infographic": null,
                "program": [
                    {
                        "id": 8,
                        "url": "https://ll.thespacedevs.com/2.2.0/program/8/?format=api",
                        "name": "Soyuz",
                        "description": "The Soyuz programme is a human spaceflight programme initiated by the Soviet Union in the early 1960s. The Soyuz spacecraft was originally part of a Moon landing project intended to put a Soviet cosmonaut on the Moon. It was the third Soviet human spaceflight programme after the Vostok and Voskhod programmes.",
                        "agencies": [
                            {
                                "id": 63,
                                "url": "https://ll.thespacedevs.com/2.2.0/agencies/63/?format=api",
                                "name": "Russian Federal Space Agency (ROSCOSMOS)",
                                "type": "Government"
                            },
                            {
                                "id": 66,
                                "url": "https://ll.thespacedevs.com/2.2.0/agencies/66/?format=api",
                                "name": "Soviet Space Program",
                                "type": "Government"
                            }
                        ],
                        "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/soyuz_program_20201129185543.png",
                        "start_date": "1966-11-28T11:02:00Z",
                        "end_date": null,
                        "info_url": null,
                        "wiki_url": "https://en.wikipedia.org/wiki/Soyuz_programme",
                        "mission_patches": [],
                        "type": {
                            "id": 2,
                            "name": "Human Spaceflight"
                        }
                    },
                    {
                        "id": 16,
                        "url": "https://ll.thespacedevs.com/2.2.0/program/16/?format=api",
                        "name": "Mir",
                        "description": "Mir was a space station that operated in low Earth orbit from 1986 to 2001, operated by the Soviet Union and later by Russia. Mir was the first modular space station and was assembled in orbit from 1986 to 1996.",
                        "agencies": [
                            {
                                "id": 63,
                                "url": "https://ll.thespacedevs.com/2.2.0/agencies/63/?format=api",
                                "name": "Russian Federal Space Agency (ROSCOSMOS)",
                                "type": "Government"
                            },
                            {
                                "id": 66,
                                "url": "https://ll.thespacedevs.com/2.2.0/agencies/66/?format=api",
                                "name": "Soviet Space Program",
                                "type": "Government"
                            }
                        ],
                        "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/mir_program_20200821092345.jpeg",
                        "start_date": "1986-02-20T21:28:23Z",
                        "end_date": "2001-03-23T05:59:00Z",
                        "info_url": null,
                        "wiki_url": "https://en.wikipedia.org/wiki/Mir",
                        "mission_patches": [],
                        "type": {
                            "id": 2,
                            "name": "Human Spaceflight"
                        }
                    }
                ],
                "orbital_launch_attempt_count": 3322,
                "location_launch_attempt_count": 882,
                "pad_launch_attempt_count": 264,
                "agency_launch_attempt_count": 2209,
                "orbital_launch_attempt_count_year": 79,
                "location_launch_attempt_count_year": 34,
                "pad_launch_attempt_count_year": 16,
                "agency_launch_attempt_count_year": 65,
                "type": "normal"
            },
            "landing": {
                "id": 865,
                "attempt": true,
                "success": true,
                "description": "The Soyuz spacecraft safely landed in Kazakhstan.",
                "downrange_distance": null,
                "location": {
                    "id": 19,
                    "name": "Kazakhstan",
                    "abbrev": "KAZ",
                    "description": "Deserts of Kazakhstan in Central Asia",
                    "location": null,
                    "successful_landings": 0
                },
                "type": {
                    "id": 4,
                    "name": "Parachute Landing",
                    "abbrev": "PL",
                    "description": "Unpowered landing using parachute(s)."
                }
            }
        },
        {
            "id": 132,
            "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/flight/132/?format=api",
            "destination": "Mir",
            "mission_end": "1997-10-06T21:55:00Z",
            "spacecraft": {
                "id": 39,
                "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/39/?format=api",
                "name": "Space Shuttle Atlantis",
                "serial_number": "OV-104",
                "is_placeholder": false,
                "in_space": false,
                "time_in_space": "P307DT11H44M20S",
                "time_docked": "P118DT7H2M9S",
                "flights_count": 33,
                "mission_ends_count": 33,
                "status": {
                    "id": 2,
                    "name": "Retired"
                },
                "description": "Space Shuttle Atlantis (Orbiter Vehicle Designation: OV‑104) is a Space Shuttle orbiter vehicle belonging to the National Aeronautics and Space Administration (NASA), the spaceflight and space exploration agency of the United States. Constructed by the Rockwell International company in Southern California and delivered to the Kennedy Space Center in Eastern Florida in April 1985, Atlantis is the fourth operational and the second-to-last Space Shuttle built. Its maiden flight was STS-51-J from 3 to 7 October 1985.  Atlantis embarked on its 33rd and final mission, also the final mission of a space shuttle, STS-135, on 8 July 2011. STS-134 by Endeavour was expected to be the final flight before STS-135 was authorized in October 2010. STS-135 took advantage of the processing for the STS-335 Launch On Need mission that would have been necessary if STS-134's crew became stranded in orbit. Atlantis landed for the final time at the Kennedy Space Center on 21 July 2011.  By the end of its final mission, Atlantis had orbited the Earth a total of 4,848 times, traveling nearly 126,000,000 mi (203,000,000 km) or more than 525 times the distance from the Earth to the Moon.",
                "spacecraft_config": {
                    "id": 14,
                    "url": "https://ll.thespacedevs.com/2.2.0/config/spacecraft/14/?format=api",
                    "name": "Space Shuttle",
                    "type": {
                        "id": 3,
                        "name": "Spaceplane"
                    },
                    "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://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/space2520shuttle_image_20190207032524.jpeg"
                }
            },
            "launch": {
                "id": "aedbc895-3441-4e69-a953-971cb8a54f56",
                "url": "https://ll.thespacedevs.com/2.2.0/launch/aedbc895-3441-4e69-a953-971cb8a54f56/?format=api",
                "slug": "space-shuttle-atlantis-ov-104-sts-86",
                "name": "Space Shuttle Atlantis / OV-104 | STS-86",
                "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:50:08Z",
                "net": "1997-09-26T02:34:19Z",
                "window_end": "1997-09-26T02:34:19Z",
                "window_start": "1997-09-26T02:34:19Z",
                "net_precision": null,
                "probability": -1,
                "weather_concerns": null,
                "holdreason": "",
                "failreason": null,
                "hashtag": null,
                "launch_service_provider": {
                    "id": 191,
                    "url": "https://ll.thespacedevs.com/2.2.0/agencies/191/?format=api",
                    "name": "United Space Alliance",
                    "type": "Commercial"
                },
                "rocket": {
                    "id": 422,
                    "configuration": {
                        "id": 493,
                        "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/493/?format=api",
                        "name": "Space Shuttle",
                        "family": "Space Shuttle",
                        "full_name": "Space Shuttle",
                        "variant": ""
                    }
                },
                "mission": {
                    "id": 825,
                    "name": "STS-86",
                    "description": "STS-86 was a Space Shuttle Atlantis mission to the Mir space station. This was the last Atlantis mission before it was taken out of service temporarily for maintenance and upgrades, including the glass cockpit.",
                    "launch_designator": null,
                    "type": "Human Exploration",
                    "orbit": {
                        "id": 8,
                        "name": "Low Earth Orbit",
                        "abbrev": "LEO"
                    },
                    "agencies": [],
                    "info_urls": [],
                    "vid_urls": []
                },
                "pad": {
                    "id": 87,
                    "url": "https://ll.thespacedevs.com/2.2.0/pad/87/?format=api",
                    "agency_id": 121,
                    "name": "Launch Complex 39A",
                    "description": null,
                    "info_url": null,
                    "wiki_url": "https://en.wikipedia.org/wiki/Kennedy_Space_Center_Launch_Complex_39#Launch_Pad_39A",
                    "map_url": "https://www.google.com/maps?q=28.60822681,-80.60428186",
                    "latitude": "28.60822681",
                    "longitude": "-80.60428186",
                    "location": {
                        "id": 27,
                        "url": "https://ll.thespacedevs.com/2.2.0/location/27/?format=api",
                        "name": "Kennedy Space Center, FL, USA",
                        "country_code": "USA",
                        "description": "",
                        "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/location_27_20200803142447.jpg",
                        "timezone_name": "America/New_York",
                        "total_launch_count": 236,
                        "total_landing_count": 0
                    },
                    "country_code": "USA",
                    "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/pad_87_20200803143537.jpg",
                    "total_launch_count": 178,
                    "orbital_launch_attempt_count": 177
                },
                "webcast_live": false,
                "image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/space_shuttle_image_20230422074810.jpeg",
                "infographic": null,
                "program": [
                    {
                        "id": 6,
                        "url": "https://ll.thespacedevs.com/2.2.0/program/6/?format=api",
                        "name": "Space Shuttle",
                        "description": "The Space Shuttle program was the fourth human spaceflight program carried out by the National Aeronautics and Space Administration (NASA), which accomplished routine transportation for Earth-to-orbit crew and cargo from 1981 to 2011.",
                        "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://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/space2520shutt_program_20200820202237.png",
                        "start_date": "1981-04-12T12:00:03Z",
                        "end_date": "2011-07-08T15:29:00Z",
                        "info_url": "https://www.nasa.gov/mission_pages/shuttle/main/index.html",
                        "wiki_url": "https://en.wikipedia.org/wiki/Space_Shuttle_program",
                        "mission_patches": [],
                        "type": {
                            "id": 2,
                            "name": "Human Spaceflight"
                        }
                    },
                    {
                        "id": 12,
                        "url": "https://ll.thespacedevs.com/2.2.0/program/12/?format=api",
                        "name": "Shuttle–Mir",
                        "description": "The Shuttle–Mir program was a collaborative 11-mission space program between Russia and the United States that involved American Space Shuttles visiting the Russian space station Mir, Russian cosmonauts flying on the Shuttle, and an American astronaut flying aboard a Soyuz spacecraft to engage in long-duration expeditions aboard Mir.",
                        "agencies": [
                            {
                                "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://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/shuttle25e225_program_20200821090507.png",
                        "start_date": "1993-09-01T00:00:00Z",
                        "end_date": "1998-06-12T18:00:18Z",
                        "info_url": "https://www.nasa.gov/audience/formedia/factsheet/shuttle_mir_factsheet.html",
                        "wiki_url": "https://en.wikipedia.org/wiki/Shuttle–Mir_program",
                        "mission_patches": [],
                        "type": {
                            "id": 2,
                            "name": "Human Spaceflight"
                        }
                    },
                    {
                        "id": 16,
                        "url": "https://ll.thespacedevs.com/2.2.0/program/16/?format=api",
                        "name": "Mir",
                        "description": "Mir was a space station that operated in low Earth orbit from 1986 to 2001, operated by the Soviet Union and later by Russia. Mir was the first modular space station and was assembled in orbit from 1986 to 1996.",
                        "agencies": [
                            {
                                "id": 63,
                                "url": "https://ll.thespacedevs.com/2.2.0/agencies/63/?format=api",
                                "name": "Russian Federal Space Agency (ROSCOSMOS)",
                                "type": "Government"
                            },
                            {
                                "id": 66,
                                "url": "https://ll.thespacedevs.com/2.2.0/agencies/66/?format=api",
                                "name": "Soviet Space Program",
                                "type": "Government"
                            }
                        ],
                        "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/mir_program_20200821092345.jpeg",
                        "start_date": "1986-02-20T21:28:23Z",
                        "end_date": "2001-03-23T05:59:00Z",
                        "info_url": null,
                        "wiki_url": "https://en.wikipedia.org/wiki/Mir",
                        "mission_patches": [],
                        "type": {
                            "id": 2,
                            "name": "Human Spaceflight"
                        }
                    }
                ],
                "orbital_launch_attempt_count": 4165,
                "location_launch_attempt_count": 104,
                "pad_launch_attempt_count": 64,
                "agency_launch_attempt_count": 8,
                "orbital_launch_attempt_count_year": 57,
                "location_launch_attempt_count_year": 7,
                "pad_launch_attempt_count_year": 6,
                "agency_launch_attempt_count_year": 6,
                "type": "normal"
            },
            "landing": {
                "id": 941,
                "attempt": true,
                "success": true,
                "description": "Space Shuttle Atlantis successfully landed at the Shuttle Landing Facility after this mission.",
                "downrange_distance": null,
                "location": {
                    "id": 24,
                    "name": "Shuttle Landing Facility",
                    "abbrev": "SLF",
                    "description": "Airport used for Space Shuttle landings, part of the Kennedy Space Center.",
                    "location": {
                        "id": 27,
                        "url": "https://ll.thespacedevs.com/2.2.0/location/27/?format=api",
                        "name": "Kennedy Space Center, FL, USA",
                        "country_code": "USA",
                        "description": "",
                        "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/location_27_20200803142447.jpg",
                        "timezone_name": "America/New_York",
                        "total_launch_count": 236,
                        "total_landing_count": 0
                    },
                    "successful_landings": 0
                },
                "type": {
                    "id": 6,
                    "name": "Horizontal Landing",
                    "abbrev": "HL",
                    "description": "Horizontal landing on a runway or flat surface."
                }
            }
        },
        {
            "id": 312,
            "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/flight/312/?format=api",
            "destination": "Salyut 7",
            "mission_end": "1982-07-02T14:20:40Z",
            "spacecraft": {
                "id": 140,
                "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/140/?format=api",
                "name": "Soyuz T-6",
                "serial_number": "Soyuz T 11F732 #9",
                "is_placeholder": false,
                "in_space": false,
                "time_in_space": "P7DT21H50M52S",
                "time_docked": "P6DT17H17M",
                "flights_count": 1,
                "mission_ends_count": 1,
                "status": {
                    "id": 4,
                    "name": "Single Use"
                },
                "description": "Soyuz T-6 was a Soyuz spacecraft which launched on 24 June 1982 16:29 UTC. It  transported three cosmonauts of EP-1 to Salyut 7. The crew was Vladimir Dzhanibekov,\r\nAleksandr Ivanchenkov, and Jean-Loup Chrétien.",
                "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://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/soyuz_t_image_20231228134543.png"
                }
            },
            "launch": {
                "id": "4cf4b690-d17b-4d74-b4dc-8787940762e8",
                "url": "https://ll.thespacedevs.com/2.2.0/launch/4cf4b690-d17b-4d74-b4dc-8787940762e8/?format=api",
                "slug": "soyuz-u-soyuz-t-6",
                "name": "Soyuz-U | Soyuz T-6",
                "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:09Z",
                "net": "1982-06-24T16:29:48Z",
                "window_end": "1982-06-24T16:29:48Z",
                "window_start": "1982-06-24T16:29:48Z",
                "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": 284,
                    "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": 324,
                    "name": "Soyuz T-6",
                    "description": "Soyuz T-6 was the second mission to the Salyut 7 space station and the first to visit the long-duration Soyuz T-5 resident crew of the station. The mission began on June 24, 1982, 16:29:48 UTC, launching Commander Vladimir Dzhanibekov, Flight Engineer Aleksandr Ivanchenkov and Research Cosmonaut Jean-Loup Chrétien, the first French cosmonaut, into orbit. They docked with the station the next day. During their 7-day stay on the station, crew performed various scientific and medical experiments.\nThe mission concluded with a safe landing back on Earth on July 2, 1982, 14:20:40 UTC.",
                    "launch_designator": null,
                    "type": "Human Exploration",
                    "orbit": {
                        "id": 8,
                        "name": "Low Earth Orbit",
                        "abbrev": "LEO"
                    },
                    "agencies": [],
                    "info_urls": [],
                    "vid_urls": []
                },
                "pad": {
                    "id": 32,
                    "url": "https://ll.thespacedevs.com/2.2.0/pad/32/?format=api",
                    "agency_id": null,
                    "name": "1/5",
                    "description": null,
                    "info_url": null,
                    "wiki_url": "",
                    "map_url": "https://www.google.com/maps?q=45.92,63.342",
                    "latitude": "45.92",
                    "longitude": "63.342",
                    "location": {
                        "id": 15,
                        "url": "https://ll.thespacedevs.com/2.2.0/location/15/?format=api",
                        "name": "Baikonur Cosmodrome, Republic of Kazakhstan",
                        "country_code": "KAZ",
                        "description": "",
                        "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/location_15_20200803142517.jpg",
                        "timezone_name": "Asia/Qyzylorda",
                        "total_launch_count": 1548,
                        "total_landing_count": 0
                    },
                    "country_code": "KAZ",
                    "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/pad_32_20200803143513.jpg",
                    "total_launch_count": 487,
                    "orbital_launch_attempt_count": 487
                },
                "webcast_live": false,
                "image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/soyuz2520u_image_20190222031023.jpeg",
                "infographic": null,
                "program": [
                    {
                        "id": 8,
                        "url": "https://ll.thespacedevs.com/2.2.0/program/8/?format=api",
                        "name": "Soyuz",
                        "description": "The Soyuz programme is a human spaceflight programme initiated by the Soviet Union in the early 1960s. The Soyuz spacecraft was originally part of a Moon landing project intended to put a Soviet cosmonaut on the Moon. It was the third Soviet human spaceflight programme after the Vostok and Voskhod programmes.",
                        "agencies": [
                            {
                                "id": 63,
                                "url": "https://ll.thespacedevs.com/2.2.0/agencies/63/?format=api",
                                "name": "Russian Federal Space Agency (ROSCOSMOS)",
                                "type": "Government"
                            },
                            {
                                "id": 66,
                                "url": "https://ll.thespacedevs.com/2.2.0/agencies/66/?format=api",
                                "name": "Soviet Space Program",
                                "type": "Government"
                            }
                        ],
                        "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/soyuz_program_20201129185543.png",
                        "start_date": "1966-11-28T11:02:00Z",
                        "end_date": null,
                        "info_url": null,
                        "wiki_url": "https://en.wikipedia.org/wiki/Soyuz_programme",
                        "mission_patches": [],
                        "type": {
                            "id": 2,
                            "name": "Human Spaceflight"
                        }
                    },
                    {
                        "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://spacelaunchnow-prod-east.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"
                        }
                    }
                ],
                "orbital_launch_attempt_count": 2573,
                "location_launch_attempt_count": 638,
                "pad_launch_attempt_count": 190,
                "agency_launch_attempt_count": 1605,
                "orbital_launch_attempt_count_year": 66,
                "location_launch_attempt_count_year": 21,
                "pad_launch_attempt_count_year": 3,
                "agency_launch_attempt_count_year": 57,
                "type": "normal"
            },
            "landing": {
                "id": 831,
                "attempt": true,
                "success": true,
                "description": "The Soyuz spacecraft safely landed in Kazakhstan.",
                "downrange_distance": null,
                "location": {
                    "id": 19,
                    "name": "Kazakhstan",
                    "abbrev": "KAZ",
                    "description": "Deserts of Kazakhstan in Central Asia",
                    "location": null,
                    "successful_landings": 0
                },
                "type": {
                    "id": 4,
                    "name": "Parachute Landing",
                    "abbrev": "PL",
                    "description": "Unpowered landing using parachute(s)."
                }
            }
        }
    ],
    "flights_count": 3,
    "landings_count": 3,
    "spacewalks_count": 1,
    "last_flight": "1997-09-26T02:34:19Z",
    "first_flight": "1982-06-24T16:29:48Z",
    "spacewalks": [
        {
            "id": 63,
            "url": "https://ll.thespacedevs.com/2.2.0/spacewalks/63/?format=api",
            "name": "PE-4 EVA",
            "start": "1988-12-09T09:57:00Z",
            "end": "1988-12-09T15:57:00Z",
            "duration": "PT6H",
            "location": "Mir",
            "crew": [
                {
                    "id": 3893,
                    "role": {
                        "id": 33,
                        "role": "EV1",
                        "priority": 0
                    },
                    "astronaut": {
                        "id": 281,
                        "url": "https://ll.thespacedevs.com/2.2.0/astronaut/281/?format=api",
                        "name": "Aleksandr Aleksandrovich Volkov",
                        "type": {
                            "id": 2,
                            "name": "Government"
                        },
                        "in_space": false,
                        "time_in_space": "P391DT11H51M54S",
                        "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-05-27",
                        "date_of_death": null,
                        "nationality": "Russian",
                        "twitter": null,
                        "instagram": null,
                        "bio": "Aleksandr Aleksandrovich Volkov (Russian: Алекса́ндр Алекса́ндрович Во́лков, born 27 May 1948) is a retired Russian cosmonaut. He is a veteran of 3 space flights, including twice to the Mir Soviet space station, and is the father of cosmonaut Sergey Volkov.",
                        "profile_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/aleksandr2520aleksandrovich2520volkov_image_20181201224523.jpg",
                        "wiki": "https://en.wikipedia.org/wiki/Aleksandr_Aleksandrovich_Volkov",
                        "last_flight": "1991-10-02T05:59:38Z",
                        "first_flight": "1985-09-17T12:38:52Z"
                    }
                },
                {
                    "id": 3894,
                    "role": {
                        "id": 34,
                        "role": "EV2",
                        "priority": 1
                    },
                    "astronaut": {
                        "id": 88,
                        "url": "https://ll.thespacedevs.com/2.2.0/astronaut/88/?format=api",
                        "name": "Jean-Loup Chrétien",
                        "type": {
                            "id": 2,
                            "name": "Government"
                        },
                        "in_space": false,
                        "time_in_space": "P43DT11H18M59S",
                        "status": {
                            "id": 2,
                            "name": "Retired"
                        },
                        "agency": {
                            "id": 46,
                            "url": "https://ll.thespacedevs.com/2.2.0/agencies/46/?format=api",
                            "name": "National Center of Space Research",
                            "type": "Government"
                        },
                        "date_of_birth": "1938-08-20",
                        "date_of_death": null,
                        "nationality": "French",
                        "twitter": null,
                        "instagram": null,
                        "bio": "Jean-Loup Jacques Marie Chrétien (born 20 August 1938) is a French retired Général de Brigade (brigadier general) in the Armée de l'Air (French air force), and a former CNES spationaut. He flew on two Franco-Soviet space missions and a NASA Space Shuttle mission. Chrétien was the first Frenchman and the first western European in space.",
                        "profile_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/jean-loup2520chr25c325a9tien_image_20181128224801.jpg",
                        "wiki": "https://en.wikipedia.org/wiki/Jean-Loup_Chr%C3%A9tien",
                        "last_flight": "1997-09-26T02:34:19Z",
                        "first_flight": "1982-06-24T16:29:48Z"
                    }
                }
            ]
        }
    ]
}