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'

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.0.0/launch/5cdb37c0-a396-4cdd-9ff8-9ccfc33a06e8/?format=api
HTTP 200 OK
Allow: GET
Content-Type: application/json
Vary: Accept

{
    "id": "5cdb37c0-a396-4cdd-9ff8-9ccfc33a06e8",
    "url": "https://ll.thespacedevs.com/2.0.0/launch/5cdb37c0-a396-4cdd-9ff8-9ccfc33a06e8/?format=api",
    "launch_library_id": 440,
    "slug": "space-shuttle-discovery-ov-103-sts-95",
    "name": "Space Shuttle Discovery / OV-103 | STS-95",
    "status": {
        "id": 3,
        "name": "Success"
    },
    "net": "1998-10-29T19:19:34Z",
    "window_end": "1998-10-29T19:19:34Z",
    "window_start": "1998-10-29T19:19:34Z",
    "inhold": false,
    "tbdtime": false,
    "tbddate": false,
    "probability": -1,
    "holdreason": "",
    "failreason": null,
    "hashtag": null,
    "launch_service_provider": {
        "id": 192,
        "url": "https://ll.thespacedevs.com/2.0.0/agencies/192/?format=api",
        "name": "Lockheed Space Operations Company",
        "featured": false,
        "type": "Commercial",
        "country_code": "USA",
        "abbrev": "LSOC",
        "description": null,
        "administrator": null,
        "founding_year": null,
        "launchers": "",
        "spacecraft": "",
        "launch_library_url": null,
        "total_launch_count": 65,
        "consecutive_successful_launches": 49,
        "successful_launches": 64,
        "failed_launches": 1,
        "pending_launches": 0,
        "consecutive_successful_landings": 0,
        "successful_landings": 0,
        "failed_landings": 0,
        "attempted_landings": 0,
        "info_url": "",
        "wiki_url": "",
        "logo_url": null,
        "image_url": null,
        "nation_url": null
    },
    "rocket": {
        "id": 438,
        "configuration": {
            "id": 493,
            "launch_library_id": null,
            "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/493/?format=api",
            "name": "Space Shuttle",
            "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.0.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": 135,
                "consecutive_successful_launches": 11,
                "successful_launches": 115,
                "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://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/national2520aeronautics2520and2520space2520administration_logo_20190207032448.png",
                "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/national2520aeronautics2520and2520space2520administration_image_20190207032448.jpeg",
                "nation_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/national2520aeronautics2520and2520space2520administration_nation_20230803040809.jpg"
            },
            "program": [
                {
                    "id": 6,
                    "url": "https://ll.thespacedevs.com/2.0.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.0.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"
                }
            ],
            "variant": "",
            "alias": "",
            "min_stage": 2,
            "max_stage": 2,
            "length": 56.1,
            "diameter": 8.0,
            "maiden_flight": "1981-04-12",
            "launch_mass": 2030,
            "leo_capacity": 27500,
            "gto_capacity": null,
            "to_thrust": 28200,
            "apogee": null,
            "vehicle_range": null,
            "image_url": "https://spacelaunchnow-prod-east.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
        },
        "launcher_stage": [],
        "spacecraft_stage": {
            "id": 137,
            "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/flight/137/?format=api",
            "mission_end": "1998-11-07T17:04:00Z",
            "destination": "Low Earth Orbit",
            "launch_crew": [
                {
                    "id": 1984,
                    "role": "Commander",
                    "astronaut": {
                        "id": 410,
                        "url": "https://ll.thespacedevs.com/2.0.0/astronaut/410/?format=api",
                        "name": "Curtis Brown",
                        "type": {
                            "id": 2,
                            "name": "Government"
                        },
                        "status": {
                            "id": 2,
                            "name": "Retired"
                        },
                        "agency": {
                            "id": 44,
                            "url": "https://ll.thespacedevs.com/2.0.0/agencies/44/?format=api",
                            "name": "National Aeronautics and Space Administration",
                            "type": "Government"
                        },
                        "date_of_birth": "1956-03-11",
                        "date_of_death": null,
                        "nationality": "American",
                        "twitter": null,
                        "instagram": null,
                        "bio": "Curtis Lee \"Curt\" Brown Jr. is a former NASA astronaut and retired United States Air Force colonel.",
                        "profile_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/curtis2520brown_image_20181202140604.jpg",
                        "wiki": "https://en.wikipedia.org/wiki/Curtis_Brown",
                        "last_flight": "1999-12-20T00:50:00Z",
                        "first_flight": "1992-09-12T14:23:00Z"
                    }
                },
                {
                    "id": 2007,
                    "role": "Pilot",
                    "astronaut": {
                        "id": 471,
                        "url": "https://ll.thespacedevs.com/2.0.0/astronaut/471/?format=api",
                        "name": "Steven Lindsey",
                        "type": {
                            "id": 2,
                            "name": "Government"
                        },
                        "status": {
                            "id": 2,
                            "name": "Retired"
                        },
                        "agency": {
                            "id": 44,
                            "url": "https://ll.thespacedevs.com/2.0.0/agencies/44/?format=api",
                            "name": "National Aeronautics and Space Administration",
                            "type": "Government"
                        },
                        "date_of_birth": "1960-08-24",
                        "date_of_death": null,
                        "nationality": "American",
                        "twitter": null,
                        "instagram": null,
                        "bio": "Steven Wayne Lindsey is a retired U.S. Air Force officer and NASA astronaut. Lindsey served as Chief of the NASA Astronaut Office from September 2006 until October 2009.",
                        "profile_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/steven_lindsey_image_20220911033912.jpeg",
                        "wiki": "https://en.wikipedia.org/wiki/Steven_Lindsey",
                        "last_flight": "2011-02-24T21:53:24Z",
                        "first_flight": "1997-11-19T19:46:00Z"
                    }
                },
                {
                    "id": 1788,
                    "role": "Payload Specialist",
                    "astronaut": {
                        "id": 203,
                        "url": "https://ll.thespacedevs.com/2.0.0/astronaut/203/?format=api",
                        "name": "Chiaki Mukai",
                        "type": {
                            "id": 2,
                            "name": "Government"
                        },
                        "status": {
                            "id": 2,
                            "name": "Retired"
                        },
                        "agency": {
                            "id": 37,
                            "url": "https://ll.thespacedevs.com/2.0.0/agencies/37/?format=api",
                            "name": "Japan Aerospace Exploration Agency",
                            "type": "Government"
                        },
                        "date_of_birth": "1952-05-06",
                        "date_of_death": null,
                        "nationality": "Japanese",
                        "twitter": null,
                        "instagram": null,
                        "bio": "Chiaki Mukai (向井 千秋 Mukai Chiaki, born May 6, 1952, Tatebayashi, Gunma, Japan) is a Japanese doctor and JAXA astronaut. She was the first Japanese woman in space, and was the first Japanese citizen to have two spaceflights. Both were Space Shuttle missions; her first was STS-65 aboard Space Shuttle Columbia in July 1994, which was a Spacelab mission. Her second spaceflight was STS-95 aboard Space Shuttle Discovery in 1998. In total she has spent 23 days in space.",
                        "profile_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/chiaki2520mukai_image_20181201180321.jpg",
                        "wiki": "https://en.wikipedia.org/wiki/Chiaki_Mukai",
                        "last_flight": "1998-10-29T19:19:34Z",
                        "first_flight": "1994-07-08T16:43:01Z"
                    }
                },
                {
                    "id": 2052,
                    "role": "Payload Specialist",
                    "astronaut": {
                        "id": 25,
                        "url": "https://ll.thespacedevs.com/2.0.0/astronaut/25/?format=api",
                        "name": "John Glenn",
                        "type": {
                            "id": 2,
                            "name": "Government"
                        },
                        "status": {
                            "id": 11,
                            "name": "Deceased"
                        },
                        "agency": {
                            "id": 44,
                            "url": "https://ll.thespacedevs.com/2.0.0/agencies/44/?format=api",
                            "name": "National Aeronautics and Space Administration",
                            "type": "Government"
                        },
                        "date_of_birth": "1921-07-18",
                        "date_of_death": "2016-12-08",
                        "nationality": "American",
                        "twitter": null,
                        "instagram": null,
                        "bio": "Colonel John Herschel Glenn Jr. was a United States Marine Corps aviator, engineer, astronaut, businessman, and politician. He was the first American to orbit the Earth, circling it three times in 1962. Following his retirement from NASA, he served from 1974 to 1999 as a Democratic United States Senator from Ohio.",
                        "profile_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/john2520glenn_image_20181128141704.jpg",
                        "wiki": "https://en.wikipedia.org/wiki/John_Glenn",
                        "last_flight": "1998-10-29T19:19:34Z",
                        "first_flight": "1962-02-20T14:47:39Z"
                    }
                },
                {
                    "id": 2051,
                    "role": "Mission Specialist",
                    "astronaut": {
                        "id": 95,
                        "url": "https://ll.thespacedevs.com/2.0.0/astronaut/95/?format=api",
                        "name": "Pedro Duque",
                        "type": {
                            "id": 2,
                            "name": "Government"
                        },
                        "status": {
                            "id": 2,
                            "name": "Retired"
                        },
                        "agency": {
                            "id": 27,
                            "url": "https://ll.thespacedevs.com/2.0.0/agencies/27/?format=api",
                            "name": "European Space Agency",
                            "type": "Multinational"
                        },
                        "date_of_birth": "1963-03-14",
                        "date_of_death": null,
                        "nationality": "Spanish",
                        "twitter": null,
                        "instagram": null,
                        "bio": "Pedro Francisco Duque Duque, OF, OMSE (Madrid, 14 March 1963) is a Spanish astronaut and aeronautics engineer, currently serving as Spain's Minister of Science, Innovation and Universities. He was the first Spanish astronaut.\r\n\r\nDuque underwent training in both Russia and the United States. His first spaceflight was as a mission specialist aboard space shuttle mission STS-95, during which Duque supervised ESA experimental modules. In October 2003, Duque visited the International Space Station on board of a Soyuz TMA Ship for several days during a crew changeover. The scientific program of this visit was called by ESA/Spain Misión Cervantes.",
                        "profile_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/pedro2520duque_image_20181128225634.jpg",
                        "wiki": "https://en.wikipedia.org/wiki/Pedro_Duque",
                        "last_flight": "2003-10-18T05:38:03Z",
                        "first_flight": "1998-10-29T19:19:34Z"
                    }
                },
                {
                    "id": 1996,
                    "role": "Mission Specialist",
                    "astronaut": {
                        "id": 483,
                        "url": "https://ll.thespacedevs.com/2.0.0/astronaut/483/?format=api",
                        "name": "Stephen Robinson",
                        "type": {
                            "id": 2,
                            "name": "Government"
                        },
                        "status": {
                            "id": 2,
                            "name": "Retired"
                        },
                        "agency": {
                            "id": 44,
                            "url": "https://ll.thespacedevs.com/2.0.0/agencies/44/?format=api",
                            "name": "National Aeronautics and Space Administration",
                            "type": "Government"
                        },
                        "date_of_birth": "1955-10-26",
                        "date_of_death": null,
                        "nationality": "American",
                        "twitter": null,
                        "instagram": null,
                        "bio": "Stephen Kern Robinson is a former NASA astronaut.",
                        "profile_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/stephen_robinso_image_20220911033843.jpeg",
                        "wiki": "https://en.wikipedia.org/wiki/Stephen_Robinson",
                        "last_flight": "2010-02-08T09:14:00Z",
                        "first_flight": "1997-08-07T14:41:00Z"
                    }
                },
                {
                    "id": 1826,
                    "role": "Mission Specialist",
                    "astronaut": {
                        "id": 454,
                        "url": "https://ll.thespacedevs.com/2.0.0/astronaut/454/?format=api",
                        "name": "Scott E. Parazynski",
                        "type": {
                            "id": 2,
                            "name": "Government"
                        },
                        "status": {
                            "id": 2,
                            "name": "Retired"
                        },
                        "agency": {
                            "id": 44,
                            "url": "https://ll.thespacedevs.com/2.0.0/agencies/44/?format=api",
                            "name": "National Aeronautics and Space Administration",
                            "type": "Government"
                        },
                        "date_of_birth": "1961-07-28",
                        "date_of_death": null,
                        "nationality": "American",
                        "twitter": "https://twitter.com/AstroDocScott",
                        "instagram": "https://www.instagram.com/astrodocscott/",
                        "bio": "Scott Edward Parazynski is an American physician and a former NASA astronaut. A veteran of five Space Shuttle flights and seven spacewalks, Parazynski's latest mission was STS-120 in October, 2007 – highlighted by a dramatic, unplanned EVA to repair a live solar array. In May 2016 he was inducted into the US Astronaut Hall of Fame. He retired from NASA in March 2009 to pursue entrepreneurial opportunities in the private sector, and he is currently the CEO of a technology start-up. He is the first person to have both flown in space and summited Mount Everest, the highest point on Earth.",
                        "profile_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/scott2520e.2520parazynski_image_20181202145657.jpg",
                        "wiki": "https://en.wikipedia.org/wiki/Scott_E._Parazynski",
                        "last_flight": "2007-10-23T15:38:19Z",
                        "first_flight": "1994-11-03T16:59:43Z"
                    }
                }
            ],
            "onboard_crew": [],
            "landing_crew": [
                {
                    "id": 1986,
                    "role": "Commander",
                    "astronaut": {
                        "id": 410,
                        "url": "https://ll.thespacedevs.com/2.0.0/astronaut/410/?format=api",
                        "name": "Curtis Brown",
                        "type": {
                            "id": 2,
                            "name": "Government"
                        },
                        "status": {
                            "id": 2,
                            "name": "Retired"
                        },
                        "agency": {
                            "id": 44,
                            "url": "https://ll.thespacedevs.com/2.0.0/agencies/44/?format=api",
                            "name": "National Aeronautics and Space Administration",
                            "type": "Government"
                        },
                        "date_of_birth": "1956-03-11",
                        "date_of_death": null,
                        "nationality": "American",
                        "twitter": null,
                        "instagram": null,
                        "bio": "Curtis Lee \"Curt\" Brown Jr. is a former NASA astronaut and retired United States Air Force colonel.",
                        "profile_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/curtis2520brown_image_20181202140604.jpg",
                        "wiki": "https://en.wikipedia.org/wiki/Curtis_Brown",
                        "last_flight": "1999-12-20T00:50:00Z",
                        "first_flight": "1992-09-12T14:23:00Z"
                    }
                },
                {
                    "id": 377,
                    "role": "Pilot",
                    "astronaut": {
                        "id": 471,
                        "url": "https://ll.thespacedevs.com/2.0.0/astronaut/471/?format=api",
                        "name": "Steven Lindsey",
                        "type": {
                            "id": 2,
                            "name": "Government"
                        },
                        "status": {
                            "id": 2,
                            "name": "Retired"
                        },
                        "agency": {
                            "id": 44,
                            "url": "https://ll.thespacedevs.com/2.0.0/agencies/44/?format=api",
                            "name": "National Aeronautics and Space Administration",
                            "type": "Government"
                        },
                        "date_of_birth": "1960-08-24",
                        "date_of_death": null,
                        "nationality": "American",
                        "twitter": null,
                        "instagram": null,
                        "bio": "Steven Wayne Lindsey is a retired U.S. Air Force officer and NASA astronaut. Lindsey served as Chief of the NASA Astronaut Office from September 2006 until October 2009.",
                        "profile_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/steven_lindsey_image_20220911033912.jpeg",
                        "wiki": "https://en.wikipedia.org/wiki/Steven_Lindsey",
                        "last_flight": "2011-02-24T21:53:24Z",
                        "first_flight": "1997-11-19T19:46:00Z"
                    }
                },
                {
                    "id": 310,
                    "role": "Payload Specialist",
                    "astronaut": {
                        "id": 203,
                        "url": "https://ll.thespacedevs.com/2.0.0/astronaut/203/?format=api",
                        "name": "Chiaki Mukai",
                        "type": {
                            "id": 2,
                            "name": "Government"
                        },
                        "status": {
                            "id": 2,
                            "name": "Retired"
                        },
                        "agency": {
                            "id": 37,
                            "url": "https://ll.thespacedevs.com/2.0.0/agencies/37/?format=api",
                            "name": "Japan Aerospace Exploration Agency",
                            "type": "Government"
                        },
                        "date_of_birth": "1952-05-06",
                        "date_of_death": null,
                        "nationality": "Japanese",
                        "twitter": null,
                        "instagram": null,
                        "bio": "Chiaki Mukai (向井 千秋 Mukai Chiaki, born May 6, 1952, Tatebayashi, Gunma, Japan) is a Japanese doctor and JAXA astronaut. She was the first Japanese woman in space, and was the first Japanese citizen to have two spaceflights. Both were Space Shuttle missions; her first was STS-65 aboard Space Shuttle Columbia in July 1994, which was a Spacelab mission. Her second spaceflight was STS-95 aboard Space Shuttle Discovery in 1998. In total she has spent 23 days in space.",
                        "profile_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/chiaki2520mukai_image_20181201180321.jpg",
                        "wiki": "https://en.wikipedia.org/wiki/Chiaki_Mukai",
                        "last_flight": "1998-10-29T19:19:34Z",
                        "first_flight": "1994-07-08T16:43:01Z"
                    }
                },
                {
                    "id": 396,
                    "role": "Payload Specialist",
                    "astronaut": {
                        "id": 25,
                        "url": "https://ll.thespacedevs.com/2.0.0/astronaut/25/?format=api",
                        "name": "John Glenn",
                        "type": {
                            "id": 2,
                            "name": "Government"
                        },
                        "status": {
                            "id": 11,
                            "name": "Deceased"
                        },
                        "agency": {
                            "id": 44,
                            "url": "https://ll.thespacedevs.com/2.0.0/agencies/44/?format=api",
                            "name": "National Aeronautics and Space Administration",
                            "type": "Government"
                        },
                        "date_of_birth": "1921-07-18",
                        "date_of_death": "2016-12-08",
                        "nationality": "American",
                        "twitter": null,
                        "instagram": null,
                        "bio": "Colonel John Herschel Glenn Jr. was a United States Marine Corps aviator, engineer, astronaut, businessman, and politician. He was the first American to orbit the Earth, circling it three times in 1962. Following his retirement from NASA, he served from 1974 to 1999 as a Democratic United States Senator from Ohio.",
                        "profile_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/john2520glenn_image_20181128141704.jpg",
                        "wiki": "https://en.wikipedia.org/wiki/John_Glenn",
                        "last_flight": "1998-10-29T19:19:34Z",
                        "first_flight": "1962-02-20T14:47:39Z"
                    }
                },
                {
                    "id": 395,
                    "role": "Mission Specialist",
                    "astronaut": {
                        "id": 95,
                        "url": "https://ll.thespacedevs.com/2.0.0/astronaut/95/?format=api",
                        "name": "Pedro Duque",
                        "type": {
                            "id": 2,
                            "name": "Government"
                        },
                        "status": {
                            "id": 2,
                            "name": "Retired"
                        },
                        "agency": {
                            "id": 27,
                            "url": "https://ll.thespacedevs.com/2.0.0/agencies/27/?format=api",
                            "name": "European Space Agency",
                            "type": "Multinational"
                        },
                        "date_of_birth": "1963-03-14",
                        "date_of_death": null,
                        "nationality": "Spanish",
                        "twitter": null,
                        "instagram": null,
                        "bio": "Pedro Francisco Duque Duque, OF, OMSE (Madrid, 14 March 1963) is a Spanish astronaut and aeronautics engineer, currently serving as Spain's Minister of Science, Innovation and Universities. He was the first Spanish astronaut.\r\n\r\nDuque underwent training in both Russia and the United States. His first spaceflight was as a mission specialist aboard space shuttle mission STS-95, during which Duque supervised ESA experimental modules. In October 2003, Duque visited the International Space Station on board of a Soyuz TMA Ship for several days during a crew changeover. The scientific program of this visit was called by ESA/Spain Misión Cervantes.",
                        "profile_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/pedro2520duque_image_20181128225634.jpg",
                        "wiki": "https://en.wikipedia.org/wiki/Pedro_Duque",
                        "last_flight": "2003-10-18T05:38:03Z",
                        "first_flight": "1998-10-29T19:19:34Z"
                    }
                },
                {
                    "id": 1992,
                    "role": "Mission Specialist",
                    "astronaut": {
                        "id": 483,
                        "url": "https://ll.thespacedevs.com/2.0.0/astronaut/483/?format=api",
                        "name": "Stephen Robinson",
                        "type": {
                            "id": 2,
                            "name": "Government"
                        },
                        "status": {
                            "id": 2,
                            "name": "Retired"
                        },
                        "agency": {
                            "id": 44,
                            "url": "https://ll.thespacedevs.com/2.0.0/agencies/44/?format=api",
                            "name": "National Aeronautics and Space Administration",
                            "type": "Government"
                        },
                        "date_of_birth": "1955-10-26",
                        "date_of_death": null,
                        "nationality": "American",
                        "twitter": null,
                        "instagram": null,
                        "bio": "Stephen Kern Robinson is a former NASA astronaut.",
                        "profile_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/stephen_robinso_image_20220911033843.jpeg",
                        "wiki": "https://en.wikipedia.org/wiki/Stephen_Robinson",
                        "last_flight": "2010-02-08T09:14:00Z",
                        "first_flight": "1997-08-07T14:41:00Z"
                    }
                },
                {
                    "id": 1821,
                    "role": "Mission Specialist",
                    "astronaut": {
                        "id": 454,
                        "url": "https://ll.thespacedevs.com/2.0.0/astronaut/454/?format=api",
                        "name": "Scott E. Parazynski",
                        "type": {
                            "id": 2,
                            "name": "Government"
                        },
                        "status": {
                            "id": 2,
                            "name": "Retired"
                        },
                        "agency": {
                            "id": 44,
                            "url": "https://ll.thespacedevs.com/2.0.0/agencies/44/?format=api",
                            "name": "National Aeronautics and Space Administration",
                            "type": "Government"
                        },
                        "date_of_birth": "1961-07-28",
                        "date_of_death": null,
                        "nationality": "American",
                        "twitter": "https://twitter.com/AstroDocScott",
                        "instagram": "https://www.instagram.com/astrodocscott/",
                        "bio": "Scott Edward Parazynski is an American physician and a former NASA astronaut. A veteran of five Space Shuttle flights and seven spacewalks, Parazynski's latest mission was STS-120 in October, 2007 – highlighted by a dramatic, unplanned EVA to repair a live solar array. In May 2016 he was inducted into the US Astronaut Hall of Fame. He retired from NASA in March 2009 to pursue entrepreneurial opportunities in the private sector, and he is currently the CEO of a technology start-up. He is the first person to have both flown in space and summited Mount Everest, the highest point on Earth.",
                        "profile_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/scott2520e.2520parazynski_image_20181202145657.jpg",
                        "wiki": "https://en.wikipedia.org/wiki/Scott_E._Parazynski",
                        "last_flight": "2007-10-23T15:38:19Z",
                        "first_flight": "1994-11-03T16:59:43Z"
                    }
                }
            ],
            "spacecraft": {
                "id": 38,
                "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/38/?format=api",
                "name": "Space Shuttle Discovery",
                "serial_number": "OV-103",
                "status": {
                    "id": 2,
                    "name": "Retired"
                },
                "description": "Space Shuttle Discovery (Orbiter Vehicle Designation: OV-103) is one of the orbiters from NASA's Space Shuttle program and the third of five fully operational orbiters to be built. Its first mission, STS-41-D, flew from August 30 to September 5, 1984. Over 27 years of service it launched and landed 39 times, gathering more spaceflights than any other spacecraft to date. Discovery became the third operational orbiter to enter service, preceded by Columbia and Challenger. It embarked on its last mission, STS-133, on February 24, 2011 and touched down for the final time at Kennedy Space Center on March 9, having spent a cumulative total of almost a full year in space. Discovery performed both research and International Space Station (ISS) assembly missions. It also carried the Hubble Space Telescope into orbit. Discovery was the first operational shuttle to be retired, followed by Endeavour and then Atlantis.",
                "spacecraft_config": {
                    "id": 14,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/spacecraft/14/?format=api",
                    "name": "Space Shuttle",
                    "type": {
                        "id": 3,
                        "name": "Spaceplane"
                    },
                    "agency": {
                        "id": 44,
                        "url": "https://ll.thespacedevs.com/2.0.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://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/national2520aeronautics2520and2520space2520administration_image_20190207032448.jpeg"
                    },
                    "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,
                    "flight_life": "14 days",
                    "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/space2520shuttle_image_20190207032524.jpeg",
                    "nation_url": null,
                    "wiki_link": "https://en.wikipedia.org/wiki/Space_Shuttle",
                    "info_link": ""
                }
            },
            "docking_events": []
        }
    },
    "mission": {
        "id": 235,
        "launch_library_id": 988,
        "name": "STS-95",
        "description": "STS-95 was a Space Shuttle mission launched from Kennedy Space Center, Florida on 29 October 1998, using the orbiter Discovery. It was the 25th flight of Discovery and the 92nd mission flown since the start of the Space Shuttle program in April 1981. It was a highly publicized mission due to former Project Mercury astronaut and United States Senator John H. Glenn, Jr.'s return to space for his second space flight. At age 77, Glenn became the oldest person, to date, to go into space. This mission is also noted for inaugurating ATSC HDTV broadcasting in the U.S., with live coast-to-coast coverage of the launch. In another first, Pedro Duque became the first Spaniard in space.",
        "launch_designator": null,
        "type": "",
        "orbit": {
            "id": 8,
            "name": "Low Earth Orbit",
            "abbrev": "LEO"
        }
    },
    "pad": {
        "id": 4,
        "url": "https://ll.thespacedevs.com/2.0.0/pad/4/?format=api",
        "agency_id": 44,
        "name": "Launch Complex 39B",
        "info_url": null,
        "wiki_url": "https://en.wikipedia.org/wiki/Kennedy_Space_Center_Launch_Complex_39#Launch_Pad_39B",
        "map_url": "https://www.google.com/maps?q=28.62711233,-80.62101503",
        "latitude": "28.62711233",
        "longitude": "-80.62101503",
        "location": {
            "id": 27,
            "url": "https://ll.thespacedevs.com/2.0.0/location/27/?format=api",
            "name": "Kennedy Space Center, FL, USA",
            "country_code": "USA",
            "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/location_27_20200803142447.jpg",
            "total_launch_count": 237,
            "total_landing_count": 0
        },
        "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/pad_4_20200803143518.jpg",
        "total_launch_count": 58
    },
    "infoURLs": [],
    "vidURLs": [
        {
            "priority": 0,
            "title": "STS-95 launch (10-29-98)",
            "description": "STS-95, the historic return of John Glenn to orbit. October 29, 1998.",
            "feature_image": "https://i.ytimg.com/vi/_HtmLjxmVww/hqdefault.jpg",
            "url": "https://www.youtube.com/watch?v=_HtmLjxmVww"
        }
    ],
    "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.0.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.0.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"
        }
    ],
    "orbital_launch_attempt_count": 4266,
    "location_launch_attempt_count": 109,
    "pad_launch_attempt_count": 43,
    "agency_launch_attempt_count": 63,
    "orbital_launch_attempt_count_year": 69,
    "location_launch_attempt_count_year": 4,
    "pad_launch_attempt_count_year": 2,
    "agency_launch_attempt_count_year": 2
}