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/9959bda6-fa27-4ed5-8bea-d2f55f7a5b68/?format=api
HTTP 200 OK
Allow: GET
Content-Type: application/json
Vary: Accept

{
    "id": "9959bda6-fa27-4ed5-8bea-d2f55f7a5b68",
    "url": "https://ll.thespacedevs.com/2.0.0/launch/9959bda6-fa27-4ed5-8bea-d2f55f7a5b68/?format=api",
    "launch_library_id": 972,
    "slug": "saturn-ib-apollo-soyuz-test-project",
    "name": "Saturn IB | Apollo-Soyuz Test Project",
    "status": {
        "id": 3,
        "name": "Success"
    },
    "net": "1975-07-15T19:50:00Z",
    "window_end": "1975-07-15T19:50:00Z",
    "window_start": "1975-07-15T19:50:00Z",
    "inhold": false,
    "tbdtime": false,
    "tbddate": false,
    "probability": -1,
    "holdreason": "",
    "failreason": null,
    "hashtag": null,
    "launch_service_provider": {
        "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"
    },
    "rocket": {
        "id": 252,
        "configuration": {
            "id": 163,
            "launch_library_id": 135,
            "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/163/?format=api",
            "name": "Saturn IB",
            "description": "The Saturn IB (pronounced \"one B\", also known as the Uprated Saturn I) was an American launch vehicle commissioned by the National Aeronautics and Space Administration (NASA) for the Apollo program. It replaced the S-IV second stage of the Saturn I with the much more powerful S-IVB, able to launch a partially fueled Apollo Command/Service Module (CSM) or a fully fueled Lunar Module (LM) into low Earth orbit for early flight tests before the larger Saturn V needed for lunar flight was ready.",
            "family": "Saturn",
            "full_name": "Saturn IB",
            "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": 4,
                    "url": "https://ll.thespacedevs.com/2.0.0/program/4/?format=api",
                    "name": "Apollo",
                    "description": "The Apollo program was the third United States human spaceflight program carried out by the National Aeronautics and Space Administration (NASA), which succeeded in landing the first humans on the Moon from 1969 to 1972.",
                    "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/apollo_program_20200820200202.png",
                    "start_date": "1966-11-16T00:00:00Z",
                    "end_date": "1972-12-19T19:24:59Z",
                    "info_url": "https://www.nasa.gov/mission_pages/apollo/index.html",
                    "wiki_url": "https://en.wikipedia.org/wiki/Apollo_program"
                }
            ],
            "variant": "IB",
            "alias": "",
            "min_stage": 2,
            "max_stage": 2,
            "length": 43.2,
            "diameter": 6.61,
            "maiden_flight": "1966-02-26",
            "launch_mass": 590,
            "leo_capacity": 21000,
            "gto_capacity": null,
            "to_thrust": 7100,
            "apogee": null,
            "vehicle_range": null,
            "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/saturn2520ib_image_20190222030046.jpeg",
            "info_url": null,
            "wiki_url": "https://en.wikipedia.org/wiki/Saturn_IB",
            "total_launch_count": 10,
            "consecutive_successful_launches": 6,
            "successful_launches": 9,
            "failed_launches": 1,
            "pending_launches": 0
        },
        "launcher_stage": [],
        "spacecraft_stage": {
            "id": 373,
            "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/flight/373/?format=api",
            "mission_end": "1975-07-24T21:18:00Z",
            "destination": "Low Earth Orbit",
            "launch_crew": [
                {
                    "id": 957,
                    "role": "Commander",
                    "astronaut": {
                        "id": 31,
                        "url": "https://ll.thespacedevs.com/2.0.0/astronaut/31/?format=api",
                        "name": "Thomas P. Stafford",
                        "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": "1930-09-17",
                        "date_of_death": "2024-03-18",
                        "nationality": "American",
                        "twitter": null,
                        "instagram": null,
                        "bio": "Thomas Patten Stafford was an American Air Force officer, test pilot, and NASA astronaut.",
                        "profile_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/thomas_p._staff_image_20220911033654.jpeg",
                        "wiki": "https://en.wikipedia.org/wiki/Thomas_P._Stafford",
                        "last_flight": "1975-07-15T19:50:00Z",
                        "first_flight": "1965-12-15T13:37:26Z"
                    }
                },
                {
                    "id": 3058,
                    "role": "Command Module Pilot",
                    "astronaut": {
                        "id": 301,
                        "url": "https://ll.thespacedevs.com/2.0.0/astronaut/301/?format=api",
                        "name": "Vance D. Brand",
                        "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": "1931-05-09",
                        "date_of_death": null,
                        "nationality": "American",
                        "twitter": null,
                        "instagram": null,
                        "bio": "Vance DeVoe Brand is an American former naval officer and aviator, aeronautical engineer, test pilot, and NASA astronaut. He served as Command Module Pilot during the first U.S.-Soviet joint spaceflight in 1975, and as Commander of three Space Shuttle missions.\r\n\r\nHis flight experience includes 9,669 flying hours, which includes 8,089 hours in jets, 391 hours in helicopters, 746 hours in spacecraft, and checkout in more than 30 types of military aircraft. Vance Brand Airport in Longmont, Colorado, is named in his honor.",
                        "profile_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/vance2520d.2520brand_image_20181202090314.jpg",
                        "wiki": "https://en.wikipedia.org/wiki/Vance_D._Brand",
                        "last_flight": "1990-12-02T06:49:00Z",
                        "first_flight": "1975-07-15T19:50:00Z"
                    }
                },
                {
                    "id": 3059,
                    "role": "Docking Module Pilot",
                    "astronaut": {
                        "id": 22,
                        "url": "https://ll.thespacedevs.com/2.0.0/astronaut/22/?format=api",
                        "name": "Deke Slayton",
                        "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": "1924-03-01",
                        "date_of_death": "1993-06-13",
                        "nationality": "American",
                        "twitter": null,
                        "instagram": null,
                        "bio": "Donald Kent \"Deke\" Slayton, was an American World War II pilot, aeronautical engineer, and test pilot who was selected as one of the original NASA Mercury Seven astronauts, and became NASA's first Chief of the Astronaut Office.",
                        "profile_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/deke2520slayton_image_20190426143649.jpeg",
                        "wiki": "https://en.wikipedia.org/wiki/Deke_Slayton",
                        "last_flight": "1975-07-15T19:50:00Z",
                        "first_flight": "1975-07-15T19:50:00Z"
                    }
                }
            ],
            "onboard_crew": [],
            "landing_crew": [
                {
                    "id": 37,
                    "role": "Commander",
                    "astronaut": {
                        "id": 31,
                        "url": "https://ll.thespacedevs.com/2.0.0/astronaut/31/?format=api",
                        "name": "Thomas P. Stafford",
                        "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": "1930-09-17",
                        "date_of_death": "2024-03-18",
                        "nationality": "American",
                        "twitter": null,
                        "instagram": null,
                        "bio": "Thomas Patten Stafford was an American Air Force officer, test pilot, and NASA astronaut.",
                        "profile_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/thomas_p._staff_image_20220911033654.jpeg",
                        "wiki": "https://en.wikipedia.org/wiki/Thomas_P._Stafford",
                        "last_flight": "1975-07-15T19:50:00Z",
                        "first_flight": "1965-12-15T13:37:26Z"
                    }
                },
                {
                    "id": 869,
                    "role": "Command Module Pilot",
                    "astronaut": {
                        "id": 301,
                        "url": "https://ll.thespacedevs.com/2.0.0/astronaut/301/?format=api",
                        "name": "Vance D. Brand",
                        "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": "1931-05-09",
                        "date_of_death": null,
                        "nationality": "American",
                        "twitter": null,
                        "instagram": null,
                        "bio": "Vance DeVoe Brand is an American former naval officer and aviator, aeronautical engineer, test pilot, and NASA astronaut. He served as Command Module Pilot during the first U.S.-Soviet joint spaceflight in 1975, and as Commander of three Space Shuttle missions.\r\n\r\nHis flight experience includes 9,669 flying hours, which includes 8,089 hours in jets, 391 hours in helicopters, 746 hours in spacecraft, and checkout in more than 30 types of military aircraft. Vance Brand Airport in Longmont, Colorado, is named in his honor.",
                        "profile_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/vance2520d.2520brand_image_20181202090314.jpg",
                        "wiki": "https://en.wikipedia.org/wiki/Vance_D._Brand",
                        "last_flight": "1990-12-02T06:49:00Z",
                        "first_flight": "1975-07-15T19:50:00Z"
                    }
                },
                {
                    "id": 870,
                    "role": "Docking Module Pilot",
                    "astronaut": {
                        "id": 22,
                        "url": "https://ll.thespacedevs.com/2.0.0/astronaut/22/?format=api",
                        "name": "Deke Slayton",
                        "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": "1924-03-01",
                        "date_of_death": "1993-06-13",
                        "nationality": "American",
                        "twitter": null,
                        "instagram": null,
                        "bio": "Donald Kent \"Deke\" Slayton, was an American World War II pilot, aeronautical engineer, and test pilot who was selected as one of the original NASA Mercury Seven astronauts, and became NASA's first Chief of the Astronaut Office.",
                        "profile_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/deke2520slayton_image_20190426143649.jpeg",
                        "wiki": "https://en.wikipedia.org/wiki/Deke_Slayton",
                        "last_flight": "1975-07-15T19:50:00Z",
                        "first_flight": "1975-07-15T19:50:00Z"
                    }
                }
            ],
            "spacecraft": {
                "id": 32,
                "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/32/?format=api",
                "name": "Apollo CSM-111",
                "serial_number": "CSM-111",
                "status": {
                    "id": 4,
                    "name": "Single Use"
                },
                "description": "CSM-111 was an Apollo Command & Service Module used in the Apollo-Soyuz Test Project.",
                "spacecraft_config": {
                    "id": 10,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/spacecraft/10/?format=api",
                    "name": "Apollo Command/Service Module",
                    "type": {
                        "id": 2,
                        "name": "Capsule"
                    },
                    "agency": {
                        "id": 999,
                        "url": "https://ll.thespacedevs.com/2.0.0/agencies/999/?format=api",
                        "name": "North American Aviation",
                        "featured": false,
                        "type": "Commercial",
                        "country_code": "USA",
                        "abbrev": "",
                        "description": "North American Aviation (NAA) was a major American aerospace manufacturer, responsible for a number of historic aircraft, including the T-6 Texan trainer, the P-51 Mustang fighter, the B-25 Mitchell bomber, the F-86 Sabre jet fighter, the X-15 rocket plane, and the XB-70, as well as Apollo command and service module, the second stage of the Saturn V rocket, the Space Shuttle orbiter and the B-1 Lancer.",
                        "administrator": null,
                        "founding_year": "1928",
                        "launchers": "North American X-15",
                        "spacecraft": "",
                        "parent": "Boeing",
                        "image_url": null
                    },
                    "in_use": false,
                    "capability": "Cargo and Human Transportation to Lunar Orbit",
                    "history": "The Apollo Command/Service Module (CSM) was one of two principal components of the United States Apollo spacecraft, used for the Apollo program which landed astronauts on the Moon between 1969 and 1972.",
                    "details": "The Apollo Command/Service Module (CSM) was one of two principal components of the United States Apollo spacecraft, used for the Apollo program which landed astronauts on the Moon between 1969 and 1972. The CSM functioned as a mother ship which carried a crew of three astronauts and the second Apollo spacecraft, the Lunar Module, to lunar orbit, and brought the astronauts back to Earth. It consisted of two parts: the conical Command Module, a cabin that housed the crew and carried equipment needed for atmospheric reentry and splashdown; and the cylindrical Service Module which provided propulsion, electrical power and storage for various consumables required during a mission. An umbilical connection transferred power and consumables between the two modules. Just before reentry of the Command Module on the return home, the umbilical connection was severed and the Service Module was cast off and allowed to burn up in the atmosphere.",
                    "maiden_flight": "1966-02-26",
                    "height": 11.0,
                    "diameter": 3.9,
                    "human_rated": true,
                    "crew_capacity": 3,
                    "payload_capacity": 1050,
                    "flight_life": "14 days",
                    "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/apollo2520command2fservice2520module_image_20190207032507.jpeg",
                    "nation_url": null,
                    "wiki_link": "https://en.wikipedia.org/wiki/Apollo_Command/Service_Module",
                    "info_link": ""
                }
            },
            "docking_events": []
        }
    },
    "mission": {
        "id": 914,
        "launch_library_id": 408,
        "name": "Apollo-Soyuz Test Project",
        "description": "The Apollo-Soyuz Test Project was the first joint US-Soviet space flight and the last crewed US space mission until the Space Shuttle program.\nThe US side of mission began on July 15, 1975, 19:50:00 UTC, launching Commander Thomas P. Stafford, Command Module Pilot Vance D. Brand and Docking Module Pilot Donald K. Slayton into orbit. Two days later, they docked with the Soyuz 19 spacecraft. American and Soviet crews visited each other's spacecrafts, performed docking and redocking maneuvers, conducted joint scientific experiments, exchanged flags and gifts. Crews spent more than 44 hours together, and after final parting of the ships on July 19, Apollo crew spent nine more days in orbit, conducting Earth observation experiments.\nThe Apollo crew returned to Earth on July 24, 1975, 21:18:0 UTC with a splashdown in the Pacific Ocean.",
        "launch_designator": null,
        "type": "Human Exploration",
        "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": "Launch of Apollo (CBS) (ASTP)",
            "description": "The Launch of the Apollo Spacecraft at the start of the Apollo-Soyuz Test Project (ASTP) mission - July 15th 1975. Onbaord are astronauts Tom Stafford, Deke ...",
            "feature_image": "https://i.ytimg.com/vi/cq12RdNLIA4/hqdefault.jpg",
            "url": "https://www.youtube.com/watch?v=cq12RdNLIA4"
        },
        {
            "priority": 0,
            "title": "Apollo Soyus launch: \" REAL SOUND \" Bill Cummings LIVE, on WRMF-AM 1060, July 15, 1975",
            "description": "It's been 40 years! I witnessed of this last launch of a rocket Apollo. All journalists accredited by NASA at Press Site (Kennedy Space Center) were sad this...",
            "feature_image": "https://i.ytimg.com/vi/pA3QhSsJzTc/hqdefault.jpg",
            "url": "https://www.youtube.com/watch?v=pA3QhSsJzTc"
        }
    ],
    "webcast_live": false,
    "image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/saturn2520ib_image_20190222030046.jpeg",
    "infographic": null,
    "program": [],
    "orbital_launch_attempt_count": 1712,
    "location_launch_attempt_count": 17,
    "pad_launch_attempt_count": 5,
    "agency_launch_attempt_count": 123,
    "orbital_launch_attempt_count_year": 70,
    "location_launch_attempt_count_year": 1,
    "pad_launch_attempt_count_year": 1,
    "agency_launch_attempt_count_year": 2
}