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/b0417d8a-0968-46eb-9963-d3bc4d19c4ad/?format=api
HTTP 200 OK
Allow: GET
Content-Type: application/json
Vary: Accept

{
    "id": "b0417d8a-0968-46eb-9963-d3bc4d19c4ad",
    "url": "https://ll.thespacedevs.com/2.0.0/launch/b0417d8a-0968-46eb-9963-d3bc4d19c4ad/?format=api",
    "launch_library_id": 395,
    "slug": "space-shuttle-endeavour-ov-105-sts-47",
    "name": "Space Shuttle Endeavour / OV-105 | STS-47",
    "status": {
        "id": 3,
        "name": "Success"
    },
    "net": "1992-09-12T14:23:00Z",
    "window_end": "1992-09-12T14:23:00Z",
    "window_start": "1992-09-12T14:23:00Z",
    "inhold": false,
    "tbdtime": false,
    "tbddate": false,
    "probability": -1,
    "holdreason": "",
    "failreason": "",
    "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": 357,
        "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": 93,
            "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/flight/93/?format=api",
            "mission_end": "1992-09-20T12:53:00Z",
            "destination": "Low Earth Orbit",
            "launch_crew": [
                {
                    "id": 1347,
                    "role": "Commander",
                    "astronaut": {
                        "id": 337,
                        "url": "https://ll.thespacedevs.com/2.0.0/astronaut/337/?format=api",
                        "name": "Robert L. Gibson",
                        "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": "1946-10-30",
                        "date_of_death": null,
                        "nationality": "American",
                        "twitter": null,
                        "instagram": null,
                        "bio": "Robert Lee \"Hoot\" Gibson is a former American naval officer and aviator, test pilot, aeronautical engineer, and a retired NASA astronaut, as well as a professional pilot who currently races regularly at the annual Reno Air Races.",
                        "profile_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/robert2520l.2520gibson_image_20181202102659.jpg",
                        "wiki": "https://en.wikipedia.org/wiki/Robert_L._Gibson",
                        "last_flight": "1995-06-27T19:32:19Z",
                        "first_flight": "1984-02-03T13:00:00Z"
                    }
                },
                {
                    "id": 1615,
                    "role": "Pilot",
                    "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": 1622,
                    "role": "Mission Specialist",
                    "astronaut": {
                        "id": 418,
                        "url": "https://ll.thespacedevs.com/2.0.0/astronaut/418/?format=api",
                        "name": "Mae Jemison",
                        "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-10-17",
                        "date_of_death": null,
                        "nationality": "American",
                        "twitter": "https://twitter.com/maejemison",
                        "instagram": null,
                        "bio": "Mae Carol Jemison is an American engineer, physician and NASA astronaut. She became the first African American woman to travel in space when she went into orbit aboard the Space Shuttle Endeavour on September 12, 1992. After medical school and a brief general practice, Jemison served in the Peace Corps from 1985 until 1987, when she was selected by NASA to join the astronaut corps. She resigned from NASA in 1993 to found a company researching the application of technology to daily life. She has appeared on television several times, including as an actress in an episode of Star Trek: The Next Generation. She is a dancer and holds nine honorary doctorates in science, engineering, letters, and the humanities. She is the current principal of the 100 Year Starship organization.",
                        "profile_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/mae_jemison_image_20220911033619.jpeg",
                        "wiki": "https://en.wikipedia.org/wiki/Mae_Jemison",
                        "last_flight": "1992-09-12T14:23:00Z",
                        "first_flight": "1992-09-12T14:23:00Z"
                    }
                },
                {
                    "id": 1623,
                    "role": "Payload Specialist",
                    "astronaut": {
                        "id": 201,
                        "url": "https://ll.thespacedevs.com/2.0.0/astronaut/201/?format=api",
                        "name": "Mamoru Mohri",
                        "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": "1948-01-29",
                        "date_of_death": null,
                        "nationality": "Japanese",
                        "twitter": null,
                        "instagram": null,
                        "bio": "Mamoru “Mark” Mohri (毛利 衛 Mōri Mamoru, born 29 January 1948), AM is a Japanese scientist, a former NASDA astronaut, and a veteran of two NASA space shuttle missions.\r\nMohri was selected by the National Space Development Agency of Japan (now JAXA) to train as a payload specialist for a Japanese materials science payload. He flew his first space mission aboard STS-47 in 1992 as chief payload specialist for Spacelab-J. Mohri subsequently made another trip into space as part of mission STS-99 in 2000.",
                        "profile_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/mamoru2520mohri_image_20181201180028.jpg",
                        "wiki": "https://en.wikipedia.org/wiki/Mamoru_Mohri",
                        "last_flight": "2000-02-11T17:43:00Z",
                        "first_flight": "1992-09-12T14:23:00Z"
                    }
                },
                {
                    "id": 1620,
                    "role": "Mission Specialist",
                    "astronaut": {
                        "id": 416,
                        "url": "https://ll.thespacedevs.com/2.0.0/astronaut/416/?format=api",
                        "name": "Jan Davis",
                        "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": "1953-11-01",
                        "date_of_death": null,
                        "nationality": "American",
                        "twitter": null,
                        "instagram": null,
                        "bio": "Nancy Jan Davis is a former American astronaut. A veteran of three space flights, Davis logged over 673 hours in space. She is now retired from NASA.",
                        "profile_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/jan_davis_image_20220911033904.jpeg",
                        "wiki": "https://en.wikipedia.org/wiki/Jan_Davis",
                        "last_flight": "1997-08-07T14:41:00Z",
                        "first_flight": "1992-09-12T14:23:00Z"
                    }
                },
                {
                    "id": 1507,
                    "role": "Mission Specialist",
                    "astronaut": {
                        "id": 602,
                        "url": "https://ll.thespacedevs.com/2.0.0/astronaut/602/?format=api",
                        "name": "Jerome Apt",
                        "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": "1949-04-28",
                        "date_of_death": null,
                        "nationality": "American",
                        "twitter": null,
                        "instagram": null,
                        "bio": "Jerome \"Jay\" Apt III, Ph.D. (born April 28, 1949 in Massachusetts) is an American astronaut and professor at Carnegie Mellon University. Before he became an astronaut, Apt was a physicist who worked on the Pioneer Venus 1978 space probe project, and used visible light and infrared techniques to study the planets and moons of the solar system from ground-based observatories.",
                        "profile_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/jerome2520apt_image_20181208003023.jpg",
                        "wiki": "https://en.wikipedia.org/wiki/Jerome_Apt",
                        "last_flight": "1996-09-16T08:54:49Z",
                        "first_flight": "1991-04-05T14:22:45Z"
                    }
                },
                {
                    "id": 1399,
                    "role": "Mission Specialist",
                    "astronaut": {
                        "id": 392,
                        "url": "https://ll.thespacedevs.com/2.0.0/astronaut/392/?format=api",
                        "name": "Mark C. Lee",
                        "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": "1952-08-14",
                        "date_of_death": null,
                        "nationality": "American",
                        "twitter": null,
                        "instagram": null,
                        "bio": "Mark Charles Lee USAF Colonel is a former NASA astronaut who flew on four Space Shuttle missions. He retired from the Air Force and NASA on July 1, 2001.",
                        "profile_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/mark2520c.2520lee_image_20181202134443.jpg",
                        "wiki": "https://en.wikipedia.org/wiki/Mark_C._Lee",
                        "last_flight": "1997-02-11T08:55:17Z",
                        "first_flight": "1989-05-04T18:46:59Z"
                    }
                }
            ],
            "onboard_crew": [],
            "landing_crew": [
                {
                    "id": 1350,
                    "role": "Commander",
                    "astronaut": {
                        "id": 337,
                        "url": "https://ll.thespacedevs.com/2.0.0/astronaut/337/?format=api",
                        "name": "Robert L. Gibson",
                        "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": "1946-10-30",
                        "date_of_death": null,
                        "nationality": "American",
                        "twitter": null,
                        "instagram": null,
                        "bio": "Robert Lee \"Hoot\" Gibson is a former American naval officer and aviator, test pilot, aeronautical engineer, and a retired NASA astronaut, as well as a professional pilot who currently races regularly at the annual Reno Air Races.",
                        "profile_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/robert2520l.2520gibson_image_20181202102659.jpg",
                        "wiki": "https://en.wikipedia.org/wiki/Robert_L._Gibson",
                        "last_flight": "1995-06-27T19:32:19Z",
                        "first_flight": "1984-02-03T13:00:00Z"
                    }
                },
                {
                    "id": 1612,
                    "role": "Pilot",
                    "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": 270,
                    "role": "Mission Specialist",
                    "astronaut": {
                        "id": 418,
                        "url": "https://ll.thespacedevs.com/2.0.0/astronaut/418/?format=api",
                        "name": "Mae Jemison",
                        "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-10-17",
                        "date_of_death": null,
                        "nationality": "American",
                        "twitter": "https://twitter.com/maejemison",
                        "instagram": null,
                        "bio": "Mae Carol Jemison is an American engineer, physician and NASA astronaut. She became the first African American woman to travel in space when she went into orbit aboard the Space Shuttle Endeavour on September 12, 1992. After medical school and a brief general practice, Jemison served in the Peace Corps from 1985 until 1987, when she was selected by NASA to join the astronaut corps. She resigned from NASA in 1993 to found a company researching the application of technology to daily life. She has appeared on television several times, including as an actress in an episode of Star Trek: The Next Generation. She is a dancer and holds nine honorary doctorates in science, engineering, letters, and the humanities. She is the current principal of the 100 Year Starship organization.",
                        "profile_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/mae_jemison_image_20220911033619.jpeg",
                        "wiki": "https://en.wikipedia.org/wiki/Mae_Jemison",
                        "last_flight": "1992-09-12T14:23:00Z",
                        "first_flight": "1992-09-12T14:23:00Z"
                    }
                },
                {
                    "id": 271,
                    "role": "Payload Specialist",
                    "astronaut": {
                        "id": 201,
                        "url": "https://ll.thespacedevs.com/2.0.0/astronaut/201/?format=api",
                        "name": "Mamoru Mohri",
                        "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": "1948-01-29",
                        "date_of_death": null,
                        "nationality": "Japanese",
                        "twitter": null,
                        "instagram": null,
                        "bio": "Mamoru “Mark” Mohri (毛利 衛 Mōri Mamoru, born 29 January 1948), AM is a Japanese scientist, a former NASDA astronaut, and a veteran of two NASA space shuttle missions.\r\nMohri was selected by the National Space Development Agency of Japan (now JAXA) to train as a payload specialist for a Japanese materials science payload. He flew his first space mission aboard STS-47 in 1992 as chief payload specialist for Spacelab-J. Mohri subsequently made another trip into space as part of mission STS-99 in 2000.",
                        "profile_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/mamoru2520mohri_image_20181201180028.jpg",
                        "wiki": "https://en.wikipedia.org/wiki/Mamoru_Mohri",
                        "last_flight": "2000-02-11T17:43:00Z",
                        "first_flight": "1992-09-12T14:23:00Z"
                    }
                },
                {
                    "id": 1617,
                    "role": "Mission Specialist",
                    "astronaut": {
                        "id": 416,
                        "url": "https://ll.thespacedevs.com/2.0.0/astronaut/416/?format=api",
                        "name": "Jan Davis",
                        "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": "1953-11-01",
                        "date_of_death": null,
                        "nationality": "American",
                        "twitter": null,
                        "instagram": null,
                        "bio": "Nancy Jan Davis is a former American astronaut. A veteran of three space flights, Davis logged over 673 hours in space. She is now retired from NASA.",
                        "profile_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/jan_davis_image_20220911033904.jpeg",
                        "wiki": "https://en.wikipedia.org/wiki/Jan_Davis",
                        "last_flight": "1997-08-07T14:41:00Z",
                        "first_flight": "1992-09-12T14:23:00Z"
                    }
                },
                {
                    "id": 1503,
                    "role": "Mission Specialist",
                    "astronaut": {
                        "id": 602,
                        "url": "https://ll.thespacedevs.com/2.0.0/astronaut/602/?format=api",
                        "name": "Jerome Apt",
                        "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": "1949-04-28",
                        "date_of_death": null,
                        "nationality": "American",
                        "twitter": null,
                        "instagram": null,
                        "bio": "Jerome \"Jay\" Apt III, Ph.D. (born April 28, 1949 in Massachusetts) is an American astronaut and professor at Carnegie Mellon University. Before he became an astronaut, Apt was a physicist who worked on the Pioneer Venus 1978 space probe project, and used visible light and infrared techniques to study the planets and moons of the solar system from ground-based observatories.",
                        "profile_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/jerome2520apt_image_20181208003023.jpg",
                        "wiki": "https://en.wikipedia.org/wiki/Jerome_Apt",
                        "last_flight": "1996-09-16T08:54:49Z",
                        "first_flight": "1991-04-05T14:22:45Z"
                    }
                },
                {
                    "id": 1395,
                    "role": "Mission Specialist",
                    "astronaut": {
                        "id": 392,
                        "url": "https://ll.thespacedevs.com/2.0.0/astronaut/392/?format=api",
                        "name": "Mark C. Lee",
                        "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": "1952-08-14",
                        "date_of_death": null,
                        "nationality": "American",
                        "twitter": null,
                        "instagram": null,
                        "bio": "Mark Charles Lee USAF Colonel is a former NASA astronaut who flew on four Space Shuttle missions. He retired from the Air Force and NASA on July 1, 2001.",
                        "profile_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/mark2520c.2520lee_image_20181202134443.jpg",
                        "wiki": "https://en.wikipedia.org/wiki/Mark_C._Lee",
                        "last_flight": "1997-02-11T08:55:17Z",
                        "first_flight": "1989-05-04T18:46:59Z"
                    }
                }
            ],
            "spacecraft": {
                "id": 40,
                "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/40/?format=api",
                "name": "Space Shuttle Endeavour",
                "serial_number": "OV-105",
                "status": {
                    "id": 2,
                    "name": "Retired"
                },
                "description": "Space Shuttle Endeavour (Orbiter Vehicle Designation: OV-105) is a retired orbiter from NASA's Space Shuttle program and the fifth and final operational shuttle built. It embarked on its first mission, STS-49, in May 1992 and its 25th and final mission, STS-134, in May 2011. STS-134 was expected to be the final mission of the Space Shuttle program, but with the authorization of STS-135, Atlantis became the last shuttle to fly.  The United States Congress approved the construction of Endeavour in 1987 to replace Challenger, which was lost in 1986.  Structural spares built during the construction of Discovery and Atlantis were used in its assembly. NASA chose, on cost grounds, to build Endeavour from spares rather than refitting Enterprise.",
                "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": 730,
        "launch_library_id": 946,
        "name": "STS-47",
        "description": "STS-47 was the 50th Space Shuttle mission of the program, as well as the second mission of Space Shuttle Endeavour. The mission mainly involved conducting experiments in life and material sciences.",
        "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-47 launch & landing (9-12-92)",
            "description": "STS-47. September 12, 1992.",
            "feature_image": "https://i.ytimg.com/vi/E5dBaFyBYX0/hqdefault.jpg",
            "url": "https://www.youtube.com/watch?v=E5dBaFyBYX0"
        }
    ],
    "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": 3741,
    "location_launch_attempt_count": 67,
    "pad_launch_attempt_count": 20,
    "agency_launch_attempt_count": 41,
    "orbital_launch_attempt_count_year": 63,
    "location_launch_attempt_count_year": 6,
    "pad_launch_attempt_count_year": 2,
    "agency_launch_attempt_count_year": 6
}