AN API endpoint that returns all Launch objects or a single launch.

EXAMPLE - /launch/[id]/ or /launch/?mode=list&search=SpaceX

GET Return a list of all Launch objects.

FILTERS Fields - 'name', 'id(s)', 'lsp__id', 'lsp__name', 'serial_number', 'launcher_config__id', 'rocket__spacecraftflight__spacecraft__name', 'is_crewed', 'include_suborbital', 'spacecraft_config__ids', 'related', 'location__ids', 'lsp__ids', 'pad__ids', 'status__ids'

MODE 'normal', 'list', 'detailed'

EXAMPLE ?mode=list

SEARCH Searches through the launch name, rocket name, launch agency, mission name & spacecraft name.

EXAMPLE - ?search=SpaceX

GET /2.2.0/launch/290436f9-0eb4-4450-9e28-3ac1de40fc0a/?format=api
HTTP 200 OK
Allow: GET
Content-Type: application/json
Vary: Accept

{
    "id": "290436f9-0eb4-4450-9e28-3ac1de40fc0a",
    "url": "https://ll.thespacedevs.com/2.2.0/launch/290436f9-0eb4-4450-9e28-3ac1de40fc0a/?format=api",
    "slug": "space-shuttle-atlantis-ov-104-sts-125",
    "flightclub_url": null,
    "r_spacex_api_id": null,
    "name": "Space Shuttle Atlantis / OV-104 | STS-125",
    "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:52:56Z",
    "updates": [],
    "net": "2009-05-11T18:01:56Z",
    "net_precision": null,
    "window_end": "2009-05-11T18:01:56Z",
    "window_start": "2009-05-11T18:01:56Z",
    "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",
        "featured": false,
        "type": "Commercial",
        "country_code": "USA",
        "abbrev": "USA",
        "description": "United Space Alliance (USA) is a spaceflight operations company. USA is a joint venture which was established in August 1995 as a Limited Liability Company (LLC), equally owned by Boeing and Lockheed Martin.",
        "administrator": null,
        "founding_year": "1995",
        "launchers": "Space Shuttle",
        "spacecraft": "",
        "launch_library_url": null,
        "total_launch_count": 51,
        "consecutive_successful_launches": 22,
        "successful_launches": 50,
        "failed_launches": 1,
        "pending_launches": 0,
        "consecutive_successful_landings": 0,
        "successful_landings": 0,
        "failed_landings": 0,
        "attempted_landings": 0,
        "info_url": "http://www.unitedspacealliance.com/",
        "wiki_url": "https://en.wikipedia.org/wiki/United_Space_Alliance",
        "logo_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/united2520space2520alliance_logo_20190830220958.jpg",
        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/united2520space2520alliance_image_20190830220958.jpg",
        "nation_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/united2520space2520alliance_nation_20190830220958.jpg"
    },
    "rocket": {
        "id": 1416,
        "configuration": {
            "id": 493,
            "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/493/?format=api",
            "name": "Space Shuttle",
            "active": false,
            "reusable": true,
            "description": "The Space Shuttle is a retired, partially reusable low Earth orbital spacecraft system operated from 1981 to 2011 by the U.S. National Aeronautics and Space Administration (NASA) as part of the Space Shuttle program. Its official program name was Space Transportation System (STS). Five complete Space Shuttle orbiter vehicles were built and flown on a total of 135 missions from 1981 to 2011.",
            "family": "",
            "full_name": "Space Shuttle",
            "manufacturer": {
                "id": 44,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/44/?format=api",
                "name": "National Aeronautics and Space Administration",
                "featured": true,
                "type": "Government",
                "country_code": "USA",
                "abbrev": "NASA",
                "description": "The National Aeronautics and Space Administration is an independent agency of the executive branch of the United States federal government responsible for the civilian space program, as well as aeronautics and aerospace research. NASA have many launch facilities but most are inactive. The most commonly used pad will be LC-39B at Kennedy Space Center in Florida.",
                "administrator": "Administrator: Bill Nelson",
                "founding_year": "1958",
                "launchers": "Space Shuttle | SLS",
                "spacecraft": "Orion",
                "launch_library_url": null,
                "total_launch_count": 141,
                "consecutive_successful_launches": 11,
                "successful_launches": 121,
                "failed_launches": 20,
                "pending_launches": 6,
                "consecutive_successful_landings": 0,
                "successful_landings": 0,
                "failed_landings": 0,
                "attempted_landings": 0,
                "info_url": "http://www.nasa.gov",
                "wiki_url": "http://en.wikipedia.org/wiki/National_Aeronautics_and_Space_Administration",
                "logo_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/national2520aeronautics2520and2520space2520administration_logo_20190207032448.png",
                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/national2520aeronautics2520and2520space2520administration_image_20190207032448.jpeg",
                "nation_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/national2520aeronautics2520and2520space2520administration_nation_20230803040809.jpg"
            },
            "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://thespacedevs-prod.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"
                    }
                }
            ],
            "variant": "",
            "alias": "",
            "min_stage": 2,
            "max_stage": 2,
            "length": 56.1,
            "diameter": 8.0,
            "maiden_flight": "1981-04-12",
            "launch_cost": "450000000",
            "launch_mass": 2030,
            "leo_capacity": 27500,
            "gto_capacity": null,
            "to_thrust": 28200,
            "apogee": null,
            "vehicle_range": null,
            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/space_shuttle_image_20230422074810.jpeg",
            "info_url": null,
            "wiki_url": "https://en.wikipedia.org/wiki/Space_Shuttle",
            "total_launch_count": 135,
            "consecutive_successful_launches": 22,
            "successful_launches": 133,
            "failed_launches": 2,
            "pending_launches": 0,
            "attempted_landings": 0,
            "successful_landings": 0,
            "failed_landings": 0,
            "consecutive_successful_landings": 0
        },
        "launcher_stage": [],
        "spacecraft_stage": {
            "id": 190,
            "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/flight/190/?format=api",
            "mission_end": "2009-05-24T15:39:00Z",
            "destination": "Low Earth Orbit",
            "launch_crew": [
                {
                    "id": 2131,
                    "role": {
                        "id": 1,
                        "role": "Commander",
                        "priority": 0
                    },
                    "astronaut": {
                        "id": 460,
                        "url": "https://ll.thespacedevs.com/2.2.0/astronaut/460/?format=api",
                        "name": "Scott Altman",
                        "type": {
                            "id": 2,
                            "name": "Government"
                        },
                        "in_space": false,
                        "time_in_space": "P51DT12H48M15S",
                        "status": {
                            "id": 2,
                            "name": "Retired"
                        },
                        "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": "1959-08-15",
                        "date_of_death": null,
                        "nationality": "American",
                        "twitter": null,
                        "instagram": null,
                        "bio": "Scott Douglas \"Scooter\" Altman is a retired United States Navy Captain, engineer, test pilot and former NASA astronaut. He is a veteran of four Space Shuttle missions. His fourth mission on STS-125 was the last servicing mission to the Hubble Space Telescope.",
                        "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/scott_altman_image_20220911034129.jpeg",
                        "wiki": "https://en.wikipedia.org/wiki/Scott_Altman",
                        "last_flight": "2009-05-11T18:01:56Z",
                        "first_flight": "1998-04-17T18:19:00Z"
                    }
                },
                {
                    "id": 2447,
                    "role": {
                        "id": 2,
                        "role": "Pilot",
                        "priority": 2
                    },
                    "astronaut": {
                        "id": 518,
                        "url": "https://ll.thespacedevs.com/2.2.0/astronaut/518/?format=api",
                        "name": "Gregory C. Johnson",
                        "type": {
                            "id": 2,
                            "name": "Government"
                        },
                        "in_space": false,
                        "time_in_space": "P12DT21H37M4S",
                        "status": {
                            "id": 2,
                            "name": "Retired"
                        },
                        "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": "1954-07-30",
                        "date_of_death": null,
                        "nationality": "American",
                        "twitter": "https://twitter.com/AstroRayJ",
                        "instagram": null,
                        "bio": "Gregory Carl \"Ray J\" Johnson is a former American naval officer and aviator, test pilot, aerospace engineer, and NASA astronaut. He spent his military career in both, the United States Navy and the Navy Reserve. He was the Pilot on Space Shuttle mission STS-125, the final Hubble Space Telescope servicing mission.",
                        "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/gregory_c._john_image_20220911034032.jpeg",
                        "wiki": "https://en.wikipedia.org/wiki/Gregory_C._Johnson",
                        "last_flight": "2009-05-11T18:01:56Z",
                        "first_flight": "2009-05-11T18:01:56Z"
                    }
                },
                {
                    "id": 2451,
                    "role": {
                        "id": 7,
                        "role": "Mission Specialist",
                        "priority": 4
                    },
                    "astronaut": {
                        "id": 550,
                        "url": "https://ll.thespacedevs.com/2.2.0/astronaut/550/?format=api",
                        "name": "K. Megan McArthur",
                        "type": {
                            "id": 2,
                            "name": "Government"
                        },
                        "in_space": false,
                        "time_in_space": "P212DT15H21M2S",
                        "status": {
                            "id": 1,
                            "name": "Active"
                        },
                        "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": "1971-08-30",
                        "date_of_death": null,
                        "nationality": "American",
                        "twitter": "https://twitter.com/Astro_Megan",
                        "instagram": "https://www.instagram.com/astro.megan",
                        "bio": "Katherine Megan McArthur is an American oceanographer and a National Aeronautics and Space Administration (NASA) astronaut. She has served as a Capsule Communicator (CAPCOM) for both the space shuttle and space station. Megan McArthur has flown one space shuttle mission, STS-125. She is known as the last person to be hands on with the Hubble Space Telescope (although she was not actually \"hands on\" since she was using the robotic arm at the time). McArthur has served in a number of positions including working in the Shuttle Avionics Laboratory (SAIL). She is married to fellow astronaut Robert L. Behnken.",
                        "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/k._megan_mcarth_image_20210206225642.jpeg",
                        "wiki": "https://en.wikipedia.org/wiki/K._Megan_McArthur",
                        "last_flight": "2021-04-23T09:49:02Z",
                        "first_flight": "2009-05-11T18:01:56Z"
                    }
                },
                {
                    "id": 2449,
                    "role": {
                        "id": 7,
                        "role": "Mission Specialist",
                        "priority": 4
                    },
                    "astronaut": {
                        "id": 548,
                        "url": "https://ll.thespacedevs.com/2.2.0/astronaut/548/?format=api",
                        "name": "Michael T. Good",
                        "type": {
                            "id": 2,
                            "name": "Government"
                        },
                        "in_space": false,
                        "time_in_space": "P24DT16H5M55S",
                        "status": {
                            "id": 2,
                            "name": "Retired"
                        },
                        "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": "1962-10-13",
                        "date_of_death": null,
                        "nationality": "American",
                        "twitter": null,
                        "instagram": null,
                        "bio": "Michael Timothy \"Bueno\" Good is a NASA astronaut and retired commissioned officer in the United States Air Force, holding the rank of Colonel. Mike Good flew aboard Space Shuttle Atlantis for its STS-125 mission. STS-125 was the final Hubble Space Telescope servicing mission. Good flew as Mission Specialist 2 on STS-132.",
                        "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/michael2520t.2520good_image_20200126144935.jpeg",
                        "wiki": "https://en.wikipedia.org/wiki/Michael_T._Good",
                        "last_flight": "2010-05-14T18:20:09Z",
                        "first_flight": "2009-05-11T18:01:56Z"
                    }
                },
                {
                    "id": 2135,
                    "role": {
                        "id": 7,
                        "role": "Mission Specialist",
                        "priority": 4
                    },
                    "astronaut": {
                        "id": 503,
                        "url": "https://ll.thespacedevs.com/2.2.0/astronaut/503/?format=api",
                        "name": "Mike Massimino",
                        "type": {
                            "id": 2,
                            "name": "Government"
                        },
                        "in_space": false,
                        "time_in_space": "P23DT19H48M2S",
                        "status": {
                            "id": 2,
                            "name": "Retired"
                        },
                        "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": "1962-08-19",
                        "date_of_death": null,
                        "nationality": "American",
                        "twitter": "https://twitter.com/Astro_Mike",
                        "instagram": "https://www.instagram.com/astromikemassimino/",
                        "bio": "Michael James Massimino is an American professor of mechanical engineering at Columbia University and a former NASA astronaut. He is the senior advisor of space programs at the Intrepid Sea, Air & Space Museum.\r\n\r\nEarly life Massimino was born August 19, 1962 in Oceanside, New York, and raised in Franklin Square, New York, both on Long Island. He graduated from H. Frank Carey Junior-Senior High School in Franklin Square, New York in 1980. He went on to attend Columbia University, graduating with a Bachelor of Science degree in Industrial Engineering in 1984. He then attended the Massachusetts Institute of Technology, graduating with a Master of Science degree in Mechanical Engineering and a Master of Science degree in Technology and Public Policy in 1988. He continued his education at MIT, earning a Degree of Mechanical Engineer in 1990 and a Doctor of Philosophy degree in Mechanical Engineering in 1992.",
                        "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/mike_massimino_image_20220911033638.jpeg",
                        "wiki": "https://en.wikipedia.org/wiki/Mike_Massimino",
                        "last_flight": "2009-05-11T18:01:56Z",
                        "first_flight": "2002-03-01T11:22:02Z"
                    }
                },
                {
                    "id": 2453,
                    "role": {
                        "id": 7,
                        "role": "Mission Specialist",
                        "priority": 4
                    },
                    "astronaut": {
                        "id": 18,
                        "url": "https://ll.thespacedevs.com/2.2.0/astronaut/18/?format=api",
                        "name": "Andrew J. Feustel",
                        "type": {
                            "id": 2,
                            "name": "Government"
                        },
                        "in_space": false,
                        "time_in_space": "P225DT9H16M13S",
                        "status": {
                            "id": 2,
                            "name": "Retired"
                        },
                        "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": "1965-08-25",
                        "date_of_death": null,
                        "nationality": "American",
                        "twitter": "https://twitter.com/Astro_Feustel",
                        "instagram": "https://www.instagram.com/astro_feustel/",
                        "bio": "Andrew Jay \"Drew\" Feustel is a geophysicist and a NASA astronaut. Following several years working as a geophysicist, Feustel was selected as an astronaut candidate by NASA in July 2000. His first spaceflight in May 2009, STS-125, lasted just under 13 days. This was a mission with six other astronauts to repair the Hubble Space Telescope, aboard Space Shuttle Atlantis. Feustel performed three spacewalks during the mission. His second spaceflight was STS-134, which launched on May 16, 2011 and landed on June 1, 2011. STS-134 was the penultimate Space Shuttle flight. Feustel returned to space on March 21, 2018 on Soyuz MS-08 with Expedition 55/56. For expedition 56, he commanded the International Space Station, before handing over to Alexander Gerst on October 3, 2018.",
                        "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/andrew2520j.2520feustel_image_20181127212906.jpg",
                        "wiki": "https://en.wikipedia.org/wiki/Andrew_J._Feustel",
                        "last_flight": "2018-03-21T17:44:23Z",
                        "first_flight": "2009-05-11T18:01:56Z"
                    }
                },
                {
                    "id": 1841,
                    "role": {
                        "id": 7,
                        "role": "Mission Specialist",
                        "priority": 4
                    },
                    "astronaut": {
                        "id": 449,
                        "url": "https://ll.thespacedevs.com/2.2.0/astronaut/449/?format=api",
                        "name": "John M. Grunsfeld",
                        "type": {
                            "id": 2,
                            "name": "Government"
                        },
                        "in_space": false,
                        "time_in_space": "P58DT15H3M26S",
                        "status": {
                            "id": 2,
                            "name": "Retired"
                        },
                        "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": "1958-10-10",
                        "date_of_death": null,
                        "nationality": "American",
                        "twitter": "https://twitter.com/SciAstro",
                        "instagram": null,
                        "bio": "John Mace Grunsfeld is an American physicist and a former NASA astronaut. He is a veteran of five Space Shuttle flights and has served as NASA Chief Scientist. His academic background includes research in high energy astrophysics, cosmic ray physics and the emerging field of exoplanet studies with specific interest in future astronomical instrumentation. After retiring from NASA in 2009, he served as the Deputy Director of the Space Telescope Science Institute in Baltimore, Maryland. In January 2012, he returned to NASA and served as associate administrator of NASA's Science Mission Directorate (SMD). Grunsfeld announced his retirement from NASA in April 2016.",
                        "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/john2520m.2520grunsfeld_image_20181202144850.jpg",
                        "wiki": "https://en.wikipedia.org/wiki/John_M._Grunsfeld",
                        "last_flight": "2009-05-11T18:01:56Z",
                        "first_flight": "1995-03-02T06:38:13Z"
                    }
                }
            ],
            "onboard_crew": [
                {
                    "id": 2133,
                    "role": {
                        "id": 1,
                        "role": "Commander",
                        "priority": 0
                    },
                    "astronaut": {
                        "id": 460,
                        "url": "https://ll.thespacedevs.com/2.2.0/astronaut/460/?format=api",
                        "name": "Scott Altman",
                        "type": {
                            "id": 2,
                            "name": "Government"
                        },
                        "in_space": false,
                        "time_in_space": "P51DT12H48M15S",
                        "status": {
                            "id": 2,
                            "name": "Retired"
                        },
                        "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": "1959-08-15",
                        "date_of_death": null,
                        "nationality": "American",
                        "twitter": null,
                        "instagram": null,
                        "bio": "Scott Douglas \"Scooter\" Altman is a retired United States Navy Captain, engineer, test pilot and former NASA astronaut. He is a veteran of four Space Shuttle missions. His fourth mission on STS-125 was the last servicing mission to the Hubble Space Telescope.",
                        "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/scott_altman_image_20220911034129.jpeg",
                        "wiki": "https://en.wikipedia.org/wiki/Scott_Altman",
                        "last_flight": "2009-05-11T18:01:56Z",
                        "first_flight": "1998-04-17T18:19:00Z"
                    }
                },
                {
                    "id": 557,
                    "role": {
                        "id": 2,
                        "role": "Pilot",
                        "priority": 2
                    },
                    "astronaut": {
                        "id": 518,
                        "url": "https://ll.thespacedevs.com/2.2.0/astronaut/518/?format=api",
                        "name": "Gregory C. Johnson",
                        "type": {
                            "id": 2,
                            "name": "Government"
                        },
                        "in_space": false,
                        "time_in_space": "P12DT21H37M4S",
                        "status": {
                            "id": 2,
                            "name": "Retired"
                        },
                        "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": "1954-07-30",
                        "date_of_death": null,
                        "nationality": "American",
                        "twitter": "https://twitter.com/AstroRayJ",
                        "instagram": null,
                        "bio": "Gregory Carl \"Ray J\" Johnson is a former American naval officer and aviator, test pilot, aerospace engineer, and NASA astronaut. He spent his military career in both, the United States Navy and the Navy Reserve. He was the Pilot on Space Shuttle mission STS-125, the final Hubble Space Telescope servicing mission.",
                        "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/gregory_c._john_image_20220911034032.jpeg",
                        "wiki": "https://en.wikipedia.org/wiki/Gregory_C._Johnson",
                        "last_flight": "2009-05-11T18:01:56Z",
                        "first_flight": "2009-05-11T18:01:56Z"
                    }
                },
                {
                    "id": 559,
                    "role": {
                        "id": 7,
                        "role": "Mission Specialist",
                        "priority": 4
                    },
                    "astronaut": {
                        "id": 550,
                        "url": "https://ll.thespacedevs.com/2.2.0/astronaut/550/?format=api",
                        "name": "K. Megan McArthur",
                        "type": {
                            "id": 2,
                            "name": "Government"
                        },
                        "in_space": false,
                        "time_in_space": "P212DT15H21M2S",
                        "status": {
                            "id": 1,
                            "name": "Active"
                        },
                        "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": "1971-08-30",
                        "date_of_death": null,
                        "nationality": "American",
                        "twitter": "https://twitter.com/Astro_Megan",
                        "instagram": "https://www.instagram.com/astro.megan",
                        "bio": "Katherine Megan McArthur is an American oceanographer and a National Aeronautics and Space Administration (NASA) astronaut. She has served as a Capsule Communicator (CAPCOM) for both the space shuttle and space station. Megan McArthur has flown one space shuttle mission, STS-125. She is known as the last person to be hands on with the Hubble Space Telescope (although she was not actually \"hands on\" since she was using the robotic arm at the time). McArthur has served in a number of positions including working in the Shuttle Avionics Laboratory (SAIL). She is married to fellow astronaut Robert L. Behnken.",
                        "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/k._megan_mcarth_image_20210206225642.jpeg",
                        "wiki": "https://en.wikipedia.org/wiki/K._Megan_McArthur",
                        "last_flight": "2021-04-23T09:49:02Z",
                        "first_flight": "2009-05-11T18:01:56Z"
                    }
                },
                {
                    "id": 2450,
                    "role": {
                        "id": 7,
                        "role": "Mission Specialist",
                        "priority": 4
                    },
                    "astronaut": {
                        "id": 548,
                        "url": "https://ll.thespacedevs.com/2.2.0/astronaut/548/?format=api",
                        "name": "Michael T. Good",
                        "type": {
                            "id": 2,
                            "name": "Government"
                        },
                        "in_space": false,
                        "time_in_space": "P24DT16H5M55S",
                        "status": {
                            "id": 2,
                            "name": "Retired"
                        },
                        "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": "1962-10-13",
                        "date_of_death": null,
                        "nationality": "American",
                        "twitter": null,
                        "instagram": null,
                        "bio": "Michael Timothy \"Bueno\" Good is a NASA astronaut and retired commissioned officer in the United States Air Force, holding the rank of Colonel. Mike Good flew aboard Space Shuttle Atlantis for its STS-125 mission. STS-125 was the final Hubble Space Telescope servicing mission. Good flew as Mission Specialist 2 on STS-132.",
                        "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/michael2520t.2520good_image_20200126144935.jpeg",
                        "wiki": "https://en.wikipedia.org/wiki/Michael_T._Good",
                        "last_flight": "2010-05-14T18:20:09Z",
                        "first_flight": "2009-05-11T18:01:56Z"
                    }
                },
                {
                    "id": 2137,
                    "role": {
                        "id": 7,
                        "role": "Mission Specialist",
                        "priority": 4
                    },
                    "astronaut": {
                        "id": 503,
                        "url": "https://ll.thespacedevs.com/2.2.0/astronaut/503/?format=api",
                        "name": "Mike Massimino",
                        "type": {
                            "id": 2,
                            "name": "Government"
                        },
                        "in_space": false,
                        "time_in_space": "P23DT19H48M2S",
                        "status": {
                            "id": 2,
                            "name": "Retired"
                        },
                        "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": "1962-08-19",
                        "date_of_death": null,
                        "nationality": "American",
                        "twitter": "https://twitter.com/Astro_Mike",
                        "instagram": "https://www.instagram.com/astromikemassimino/",
                        "bio": "Michael James Massimino is an American professor of mechanical engineering at Columbia University and a former NASA astronaut. He is the senior advisor of space programs at the Intrepid Sea, Air & Space Museum.\r\n\r\nEarly life Massimino was born August 19, 1962 in Oceanside, New York, and raised in Franklin Square, New York, both on Long Island. He graduated from H. Frank Carey Junior-Senior High School in Franklin Square, New York in 1980. He went on to attend Columbia University, graduating with a Bachelor of Science degree in Industrial Engineering in 1984. He then attended the Massachusetts Institute of Technology, graduating with a Master of Science degree in Mechanical Engineering and a Master of Science degree in Technology and Public Policy in 1988. He continued his education at MIT, earning a Degree of Mechanical Engineer in 1990 and a Doctor of Philosophy degree in Mechanical Engineering in 1992.",
                        "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/mike_massimino_image_20220911033638.jpeg",
                        "wiki": "https://en.wikipedia.org/wiki/Mike_Massimino",
                        "last_flight": "2009-05-11T18:01:56Z",
                        "first_flight": "2002-03-01T11:22:02Z"
                    }
                },
                {
                    "id": 2454,
                    "role": {
                        "id": 7,
                        "role": "Mission Specialist",
                        "priority": 4
                    },
                    "astronaut": {
                        "id": 18,
                        "url": "https://ll.thespacedevs.com/2.2.0/astronaut/18/?format=api",
                        "name": "Andrew J. Feustel",
                        "type": {
                            "id": 2,
                            "name": "Government"
                        },
                        "in_space": false,
                        "time_in_space": "P225DT9H16M13S",
                        "status": {
                            "id": 2,
                            "name": "Retired"
                        },
                        "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": "1965-08-25",
                        "date_of_death": null,
                        "nationality": "American",
                        "twitter": "https://twitter.com/Astro_Feustel",
                        "instagram": "https://www.instagram.com/astro_feustel/",
                        "bio": "Andrew Jay \"Drew\" Feustel is a geophysicist and a NASA astronaut. Following several years working as a geophysicist, Feustel was selected as an astronaut candidate by NASA in July 2000. His first spaceflight in May 2009, STS-125, lasted just under 13 days. This was a mission with six other astronauts to repair the Hubble Space Telescope, aboard Space Shuttle Atlantis. Feustel performed three spacewalks during the mission. His second spaceflight was STS-134, which launched on May 16, 2011 and landed on June 1, 2011. STS-134 was the penultimate Space Shuttle flight. Feustel returned to space on March 21, 2018 on Soyuz MS-08 with Expedition 55/56. For expedition 56, he commanded the International Space Station, before handing over to Alexander Gerst on October 3, 2018.",
                        "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/andrew2520j.2520feustel_image_20181127212906.jpg",
                        "wiki": "https://en.wikipedia.org/wiki/Andrew_J._Feustel",
                        "last_flight": "2018-03-21T17:44:23Z",
                        "first_flight": "2009-05-11T18:01:56Z"
                    }
                },
                {
                    "id": 1840,
                    "role": {
                        "id": 7,
                        "role": "Mission Specialist",
                        "priority": 4
                    },
                    "astronaut": {
                        "id": 449,
                        "url": "https://ll.thespacedevs.com/2.2.0/astronaut/449/?format=api",
                        "name": "John M. Grunsfeld",
                        "type": {
                            "id": 2,
                            "name": "Government"
                        },
                        "in_space": false,
                        "time_in_space": "P58DT15H3M26S",
                        "status": {
                            "id": 2,
                            "name": "Retired"
                        },
                        "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": "1958-10-10",
                        "date_of_death": null,
                        "nationality": "American",
                        "twitter": "https://twitter.com/SciAstro",
                        "instagram": null,
                        "bio": "John Mace Grunsfeld is an American physicist and a former NASA astronaut. He is a veteran of five Space Shuttle flights and has served as NASA Chief Scientist. His academic background includes research in high energy astrophysics, cosmic ray physics and the emerging field of exoplanet studies with specific interest in future astronomical instrumentation. After retiring from NASA in 2009, he served as the Deputy Director of the Space Telescope Science Institute in Baltimore, Maryland. In January 2012, he returned to NASA and served as associate administrator of NASA's Science Mission Directorate (SMD). Grunsfeld announced his retirement from NASA in April 2016.",
                        "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/john2520m.2520grunsfeld_image_20181202144850.jpg",
                        "wiki": "https://en.wikipedia.org/wiki/John_M._Grunsfeld",
                        "last_flight": "2009-05-11T18:01:56Z",
                        "first_flight": "1995-03-02T06:38:13Z"
                    }
                }
            ],
            "landing_crew": [
                {
                    "id": 2132,
                    "role": {
                        "id": 1,
                        "role": "Commander",
                        "priority": 0
                    },
                    "astronaut": {
                        "id": 460,
                        "url": "https://ll.thespacedevs.com/2.2.0/astronaut/460/?format=api",
                        "name": "Scott Altman",
                        "type": {
                            "id": 2,
                            "name": "Government"
                        },
                        "in_space": false,
                        "time_in_space": "P51DT12H48M15S",
                        "status": {
                            "id": 2,
                            "name": "Retired"
                        },
                        "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": "1959-08-15",
                        "date_of_death": null,
                        "nationality": "American",
                        "twitter": null,
                        "instagram": null,
                        "bio": "Scott Douglas \"Scooter\" Altman is a retired United States Navy Captain, engineer, test pilot and former NASA astronaut. He is a veteran of four Space Shuttle missions. His fourth mission on STS-125 was the last servicing mission to the Hubble Space Telescope.",
                        "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/scott_altman_image_20220911034129.jpeg",
                        "wiki": "https://en.wikipedia.org/wiki/Scott_Altman",
                        "last_flight": "2009-05-11T18:01:56Z",
                        "first_flight": "1998-04-17T18:19:00Z"
                    }
                },
                {
                    "id": 557,
                    "role": {
                        "id": 2,
                        "role": "Pilot",
                        "priority": 2
                    },
                    "astronaut": {
                        "id": 518,
                        "url": "https://ll.thespacedevs.com/2.2.0/astronaut/518/?format=api",
                        "name": "Gregory C. Johnson",
                        "type": {
                            "id": 2,
                            "name": "Government"
                        },
                        "in_space": false,
                        "time_in_space": "P12DT21H37M4S",
                        "status": {
                            "id": 2,
                            "name": "Retired"
                        },
                        "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": "1954-07-30",
                        "date_of_death": null,
                        "nationality": "American",
                        "twitter": "https://twitter.com/AstroRayJ",
                        "instagram": null,
                        "bio": "Gregory Carl \"Ray J\" Johnson is a former American naval officer and aviator, test pilot, aerospace engineer, and NASA astronaut. He spent his military career in both, the United States Navy and the Navy Reserve. He was the Pilot on Space Shuttle mission STS-125, the final Hubble Space Telescope servicing mission.",
                        "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/gregory_c._john_image_20220911034032.jpeg",
                        "wiki": "https://en.wikipedia.org/wiki/Gregory_C._Johnson",
                        "last_flight": "2009-05-11T18:01:56Z",
                        "first_flight": "2009-05-11T18:01:56Z"
                    }
                },
                {
                    "id": 559,
                    "role": {
                        "id": 7,
                        "role": "Mission Specialist",
                        "priority": 4
                    },
                    "astronaut": {
                        "id": 550,
                        "url": "https://ll.thespacedevs.com/2.2.0/astronaut/550/?format=api",
                        "name": "K. Megan McArthur",
                        "type": {
                            "id": 2,
                            "name": "Government"
                        },
                        "in_space": false,
                        "time_in_space": "P212DT15H21M2S",
                        "status": {
                            "id": 1,
                            "name": "Active"
                        },
                        "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": "1971-08-30",
                        "date_of_death": null,
                        "nationality": "American",
                        "twitter": "https://twitter.com/Astro_Megan",
                        "instagram": "https://www.instagram.com/astro.megan",
                        "bio": "Katherine Megan McArthur is an American oceanographer and a National Aeronautics and Space Administration (NASA) astronaut. She has served as a Capsule Communicator (CAPCOM) for both the space shuttle and space station. Megan McArthur has flown one space shuttle mission, STS-125. She is known as the last person to be hands on with the Hubble Space Telescope (although she was not actually \"hands on\" since she was using the robotic arm at the time). McArthur has served in a number of positions including working in the Shuttle Avionics Laboratory (SAIL). She is married to fellow astronaut Robert L. Behnken.",
                        "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/k._megan_mcarth_image_20210206225642.jpeg",
                        "wiki": "https://en.wikipedia.org/wiki/K._Megan_McArthur",
                        "last_flight": "2021-04-23T09:49:02Z",
                        "first_flight": "2009-05-11T18:01:56Z"
                    }
                },
                {
                    "id": 2449,
                    "role": {
                        "id": 7,
                        "role": "Mission Specialist",
                        "priority": 4
                    },
                    "astronaut": {
                        "id": 548,
                        "url": "https://ll.thespacedevs.com/2.2.0/astronaut/548/?format=api",
                        "name": "Michael T. Good",
                        "type": {
                            "id": 2,
                            "name": "Government"
                        },
                        "in_space": false,
                        "time_in_space": "P24DT16H5M55S",
                        "status": {
                            "id": 2,
                            "name": "Retired"
                        },
                        "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": "1962-10-13",
                        "date_of_death": null,
                        "nationality": "American",
                        "twitter": null,
                        "instagram": null,
                        "bio": "Michael Timothy \"Bueno\" Good is a NASA astronaut and retired commissioned officer in the United States Air Force, holding the rank of Colonel. Mike Good flew aboard Space Shuttle Atlantis for its STS-125 mission. STS-125 was the final Hubble Space Telescope servicing mission. Good flew as Mission Specialist 2 on STS-132.",
                        "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/michael2520t.2520good_image_20200126144935.jpeg",
                        "wiki": "https://en.wikipedia.org/wiki/Michael_T._Good",
                        "last_flight": "2010-05-14T18:20:09Z",
                        "first_flight": "2009-05-11T18:01:56Z"
                    }
                },
                {
                    "id": 2137,
                    "role": {
                        "id": 7,
                        "role": "Mission Specialist",
                        "priority": 4
                    },
                    "astronaut": {
                        "id": 503,
                        "url": "https://ll.thespacedevs.com/2.2.0/astronaut/503/?format=api",
                        "name": "Mike Massimino",
                        "type": {
                            "id": 2,
                            "name": "Government"
                        },
                        "in_space": false,
                        "time_in_space": "P23DT19H48M2S",
                        "status": {
                            "id": 2,
                            "name": "Retired"
                        },
                        "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": "1962-08-19",
                        "date_of_death": null,
                        "nationality": "American",
                        "twitter": "https://twitter.com/Astro_Mike",
                        "instagram": "https://www.instagram.com/astromikemassimino/",
                        "bio": "Michael James Massimino is an American professor of mechanical engineering at Columbia University and a former NASA astronaut. He is the senior advisor of space programs at the Intrepid Sea, Air & Space Museum.\r\n\r\nEarly life Massimino was born August 19, 1962 in Oceanside, New York, and raised in Franklin Square, New York, both on Long Island. He graduated from H. Frank Carey Junior-Senior High School in Franklin Square, New York in 1980. He went on to attend Columbia University, graduating with a Bachelor of Science degree in Industrial Engineering in 1984. He then attended the Massachusetts Institute of Technology, graduating with a Master of Science degree in Mechanical Engineering and a Master of Science degree in Technology and Public Policy in 1988. He continued his education at MIT, earning a Degree of Mechanical Engineer in 1990 and a Doctor of Philosophy degree in Mechanical Engineering in 1992.",
                        "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/mike_massimino_image_20220911033638.jpeg",
                        "wiki": "https://en.wikipedia.org/wiki/Mike_Massimino",
                        "last_flight": "2009-05-11T18:01:56Z",
                        "first_flight": "2002-03-01T11:22:02Z"
                    }
                },
                {
                    "id": 560,
                    "role": {
                        "id": 7,
                        "role": "Mission Specialist",
                        "priority": 4
                    },
                    "astronaut": {
                        "id": 18,
                        "url": "https://ll.thespacedevs.com/2.2.0/astronaut/18/?format=api",
                        "name": "Andrew J. Feustel",
                        "type": {
                            "id": 2,
                            "name": "Government"
                        },
                        "in_space": false,
                        "time_in_space": "P225DT9H16M13S",
                        "status": {
                            "id": 2,
                            "name": "Retired"
                        },
                        "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": "1965-08-25",
                        "date_of_death": null,
                        "nationality": "American",
                        "twitter": "https://twitter.com/Astro_Feustel",
                        "instagram": "https://www.instagram.com/astro_feustel/",
                        "bio": "Andrew Jay \"Drew\" Feustel is a geophysicist and a NASA astronaut. Following several years working as a geophysicist, Feustel was selected as an astronaut candidate by NASA in July 2000. His first spaceflight in May 2009, STS-125, lasted just under 13 days. This was a mission with six other astronauts to repair the Hubble Space Telescope, aboard Space Shuttle Atlantis. Feustel performed three spacewalks during the mission. His second spaceflight was STS-134, which launched on May 16, 2011 and landed on June 1, 2011. STS-134 was the penultimate Space Shuttle flight. Feustel returned to space on March 21, 2018 on Soyuz MS-08 with Expedition 55/56. For expedition 56, he commanded the International Space Station, before handing over to Alexander Gerst on October 3, 2018.",
                        "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/andrew2520j.2520feustel_image_20181127212906.jpg",
                        "wiki": "https://en.wikipedia.org/wiki/Andrew_J._Feustel",
                        "last_flight": "2018-03-21T17:44:23Z",
                        "first_flight": "2009-05-11T18:01:56Z"
                    }
                },
                {
                    "id": 1846,
                    "role": {
                        "id": 7,
                        "role": "Mission Specialist",
                        "priority": 4
                    },
                    "astronaut": {
                        "id": 449,
                        "url": "https://ll.thespacedevs.com/2.2.0/astronaut/449/?format=api",
                        "name": "John M. Grunsfeld",
                        "type": {
                            "id": 2,
                            "name": "Government"
                        },
                        "in_space": false,
                        "time_in_space": "P58DT15H3M26S",
                        "status": {
                            "id": 2,
                            "name": "Retired"
                        },
                        "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": "1958-10-10",
                        "date_of_death": null,
                        "nationality": "American",
                        "twitter": "https://twitter.com/SciAstro",
                        "instagram": null,
                        "bio": "John Mace Grunsfeld is an American physicist and a former NASA astronaut. He is a veteran of five Space Shuttle flights and has served as NASA Chief Scientist. His academic background includes research in high energy astrophysics, cosmic ray physics and the emerging field of exoplanet studies with specific interest in future astronomical instrumentation. After retiring from NASA in 2009, he served as the Deputy Director of the Space Telescope Science Institute in Baltimore, Maryland. In January 2012, he returned to NASA and served as associate administrator of NASA's Science Mission Directorate (SMD). Grunsfeld announced his retirement from NASA in April 2016.",
                        "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/john2520m.2520grunsfeld_image_20181202144850.jpg",
                        "wiki": "https://en.wikipedia.org/wiki/John_M._Grunsfeld",
                        "last_flight": "2009-05-11T18:01:56Z",
                        "first_flight": "1995-03-02T06:38:13Z"
                    }
                }
            ],
            "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": "P307DT12H43M25S",
                "time_docked": "P124DT2H45M9S",
                "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",
                        "featured": true,
                        "type": "Government",
                        "country_code": "USA",
                        "abbrev": "NASA",
                        "description": "The National Aeronautics and Space Administration is an independent agency of the executive branch of the United States federal government responsible for the civilian space program, as well as aeronautics and aerospace research. NASA have many launch facilities but most are inactive. The most commonly used pad will be LC-39B at Kennedy Space Center in Florida.",
                        "administrator": "Administrator: Bill Nelson",
                        "founding_year": "1958",
                        "launchers": "Space Shuttle | SLS",
                        "spacecraft": "Orion",
                        "parent": null,
                        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/national2520aeronautics2520and2520space2520administration_image_20190207032448.jpeg",
                        "logo_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/national2520aeronautics2520and2520space2520administration_logo_20190207032448.png"
                    },
                    "in_use": false,
                    "capability": "Carrying a crew of 7 astronauts along with cargo to Low Earth Orbit.",
                    "history": "The Space shuttle was a United States space craft. Following the conclusion of the Apollo program the Space Shuttle intended to lower costs for reliable access to Low Earth Orbit. The program ran from 1981-2011.",
                    "details": "The Space Shuttle was a partially reusable LEO spacecraft system operated by the U.S. National Aeronautics and Space Administration (NASA) as part of the Space Shuttle program. Its official program name was Space Transportation System (STS), taken from a 1969 plan for a system of reusable spacecraft of which it was the only item funded for development. The first of four orbital test flights occurred in 1981, leading to operational flights in 1982. In addition to the prototype whose completion was cancelled, five complete Shuttle systems were built and used on a total of 135 missions from 1981 to 2011, launched from the Kennedy Space Center (KSC) in Florida. Operational missions launched numerous satellites, interplanetary probes, and the Hubble Space Telescope (HST); conducted science experiments in orbit; and participated in construction and servicing of the International Space Station. The Shuttle fleet's total mission time was 1322 days, 19 hours, 21 minutes and 23 seconds.",
                    "maiden_flight": "1981-04-12",
                    "height": 56.1,
                    "diameter": 8.7,
                    "human_rated": true,
                    "crew_capacity": 7,
                    "payload_capacity": 27500,
                    "payload_return_capacity": null,
                    "flight_life": "14 days",
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/space2520shuttle_image_20190207032524.jpeg",
                    "nation_url": null,
                    "wiki_link": "https://en.wikipedia.org/wiki/Space_Shuttle",
                    "info_link": ""
                }
            },
            "landing": {
                "id": 919,
                "attempt": true,
                "success": true,
                "description": "Space Shuttle Atlantis successfully landed at Edwards Air Force Base after this mission.",
                "downrange_distance": null,
                "location": {
                    "id": 23,
                    "name": "Edwards Air Force Base",
                    "abbrev": "KEDW",
                    "description": "Edwards Air Force Base in California.",
                    "location": {
                        "id": 162,
                        "url": "https://ll.thespacedevs.com/2.2.0/location/162/?format=api",
                        "name": "Edwards Air Force Base",
                        "country_code": "USA",
                        "description": "Edwards Air Force Base is a United States Air Force installation in California. Edwards is the home of the Air Force Test Center, Air Force Test Pilot School, and NASA's Armstrong Flight Research Center. It is the Air Force Materiel Command center for conducting and supporting research and development of flight, as well as testing and evaluating aerospace systems from concept to combat. It also hosts many test activities conducted by America's commercial aerospace industry.",
                        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_edwards_air_force_base_20230422085221.jpg",
                        "timezone_name": "America/Los_Angeles",
                        "total_launch_count": 0,
                        "total_landing_count": 0
                    },
                    "successful_landings": 66
                },
                "type": {
                    "id": 6,
                    "name": "Horizontal Landing",
                    "abbrev": "HL",
                    "description": "Horizontal landing on a runway or flat surface."
                }
            },
            "docking_events": [
                {
                    "id": 595,
                    "spacestation": null,
                    "docking": "2009-05-13T17:14:00Z",
                    "departure": "2009-05-19T12:57:00Z",
                    "docking_location": {
                        "id": 47,
                        "name": "Hubble Space Telescope",
                        "spacestation": null
                    }
                }
            ]
        }
    },
    "mission": {
        "id": 454,
        "name": "STS-125",
        "description": "STS-125, or HST-SM4 (Hubble Space Telescope Servicing Mission 4), was the fifth and final space shuttle mission to the Hubble Space Telescope (HST). Space Shuttle Atlantis carried two new instruments to the Hubble Space Telescope, the Cosmic Origins Spectrograph and the Wide Field Camera 3. The mission also replaced a Fine Guidance Sensor, six gyroscopes, and two battery unit modules to allow the telescope to continue to function at least through 2014. The crew also installed new thermal blanket insulating panels to provide improved thermal protection, and a soft-capture mechanism that would aid in the safe de-orbiting of the telescope by an unmanned spacecraft at the end of its operational lifespan.",
        "launch_designator": null,
        "type": "Astrophysics",
        "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": "",
        "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": "The John F. Kennedy Space Center, located on Merritt Island, Florida, is one of NASA's ten field centers. Since 1968, KSC has been NASA's primary launch center of American spaceflight, research, and technology. Launch operations for the Apollo, Skylab and Space Shuttle programs were carried out from Kennedy Space Center Launch Complex 39 and managed by KSC. Located on the east coast of Florida, KSC is adjacent to Cape Canaveral Space Force Station (CCSFS).",
            "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_27_20200803142447.jpg",
            "timezone_name": "America/New_York",
            "total_launch_count": 244,
            "total_landing_count": 0
        },
        "country_code": "USA",
        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_87_20200803143537.jpg",
        "total_launch_count": 186,
        "orbital_launch_attempt_count": 185
    },
    "infoURLs": [],
    "vidURLs": [
        {
            "priority": 0,
            "source": null,
            "publisher": null,
            "title": "STS-125 launch from T-2 to MECO - High Definition",
            "description": "This is the HD launch footage of Space Shuttle Atlantis blasting off for the final servicing mission to the Hubble Space Telescope",
            "feature_image": "https://i.ytimg.com/vi/gtrB9bELGSY/hqdefault.jpg",
            "url": "https://www.youtube.com/watch?v=gtrB9bELGSY",
            "type": null,
            "language": null,
            "start_time": null,
            "end_time": null
        }
    ],
    "webcast_live": false,
    "timeline": [],
    "image": "https://thespacedevs-prod.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://thespacedevs-prod.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"
            }
        }
    ],
    "orbital_launch_attempt_count": 4981,
    "location_launch_attempt_count": 143,
    "pad_launch_attempt_count": 87,
    "agency_launch_attempt_count": 42,
    "orbital_launch_attempt_count_year": 27,
    "location_launch_attempt_count_year": 2,
    "pad_launch_attempt_count_year": 2,
    "agency_launch_attempt_count_year": 2,
    "pad_turnaround": "P56DT18H18M12S",
    "mission_patches": [
        {
            "id": 327,
            "name": "STS-125 Patch",
            "priority": 10,
            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/mission_patch_images/sts-1252520pat_mission_patch_20211031042932.png",
            "agency": {
                "id": 44,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/44/?format=api",
                "name": "National Aeronautics and Space Administration",
                "type": "Government"
            }
        }
    ],
    "type": "detailed"
}