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

EXAMPLE - /launch// 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/da9a0172-062c-4b29-81d8-acf777d3777f/?format=api
HTTP 200 OK
Allow: GET
Content-Type: application/json
Vary: Accept

{
    "id": "da9a0172-062c-4b29-81d8-acf777d3777f",
    "url": "https://lldev.thespacedevs.com/2.0.0/launch/da9a0172-062c-4b29-81d8-acf777d3777f/?format=api",
    "launch_library_id": null,
    "slug": "starship-integrated-flight-test-6",
    "name": "Starship | Integrated Flight Test 6",
    "status": {
        "id": 3,
        "name": "Success"
    },
    "net": "2024-11-19T22:00:00Z",
    "window_end": "2024-11-19T22:30:00Z",
    "window_start": "2024-11-19T22:00:00Z",
    "inhold": false,
    "tbdtime": false,
    "tbddate": false,
    "probability": null,
    "holdreason": "",
    "failreason": "",
    "hashtag": null,
    "launch_service_provider": {
        "id": 121,
        "url": "https://lldev.thespacedevs.com/2.0.0/agencies/121/?format=api",
        "name": "SpaceX",
        "featured": true,
        "type": "Commercial",
        "country_code": "USA",
        "abbrev": "SpX",
        "description": "Space Exploration Technologies Corp., known as SpaceX, is an American aerospace manufacturer and space transport services company headquartered in Hawthorne, California. It was founded in 2002 by entrepreneur Elon Musk with the goal of reducing space transportation costs and enabling the colonization of Mars. SpaceX operates from many pads, on the East Coast of the US they operate from SLC-40 at Cape Canaveral Space Force Station and historic LC-39A at Kennedy Space Center. They also operate from SLC-4E at Vandenberg Space Force Base, California, usually for polar launches. Another launch site is being developed at Boca Chica, Texas.",
        "administrator": "CEO: Elon Musk",
        "founding_year": "2002",
        "launchers": "Falcon | Starship",
        "spacecraft": "Dragon",
        "launch_library_url": null,
        "total_launch_count": 510,
        "consecutive_successful_launches": 33,
        "successful_launches": 496,
        "failed_launches": 14,
        "pending_launches": 117,
        "consecutive_successful_landings": 79,
        "successful_landings": 457,
        "failed_landings": 26,
        "attempted_landings": 482,
        "info_url": "http://www.spacex.com/",
        "wiki_url": "http://en.wikipedia.org/wiki/SpaceX",
        "logo_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/spacex_logo_20220826094919.png",
        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/spacex_image_20190207032501.jpeg",
        "nation_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/spacex_nation_20230531064544.jpg"
    },
    "rocket": {
        "id": 8378,
        "configuration": {
            "id": 464,
            "launch_library_id": null,
            "url": "https://lldev.thespacedevs.com/2.0.0/config/launcher/464/?format=api",
            "name": "Starship",
            "description": "Fully reusable two-stage super heavy-lift launch vehicle.",
            "family": "Starship",
            "full_name": "Starship",
            "manufacturer": {
                "id": 121,
                "url": "https://lldev.thespacedevs.com/2.0.0/agencies/121/?format=api",
                "name": "SpaceX",
                "featured": true,
                "type": "Commercial",
                "country_code": "USA",
                "abbrev": "SpX",
                "description": "Space Exploration Technologies Corp., known as SpaceX, is an American aerospace manufacturer and space transport services company headquartered in Hawthorne, California. It was founded in 2002 by entrepreneur Elon Musk with the goal of reducing space transportation costs and enabling the colonization of Mars. SpaceX operates from many pads, on the East Coast of the US they operate from SLC-40 at Cape Canaveral Space Force Station and historic LC-39A at Kennedy Space Center. They also operate from SLC-4E at Vandenberg Space Force Base, California, usually for polar launches. Another launch site is being developed at Boca Chica, Texas.",
                "administrator": "CEO: Elon Musk",
                "founding_year": "2002",
                "launchers": "Falcon | Starship",
                "spacecraft": "Dragon",
                "launch_library_url": null,
                "total_launch_count": 510,
                "consecutive_successful_launches": 33,
                "successful_launches": 496,
                "failed_launches": 14,
                "pending_launches": 117,
                "consecutive_successful_landings": 79,
                "successful_landings": 457,
                "failed_landings": 26,
                "attempted_landings": 482,
                "info_url": "http://www.spacex.com/",
                "wiki_url": "http://en.wikipedia.org/wiki/SpaceX",
                "logo_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/spacex_logo_20220826094919.png",
                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/spacex_image_20190207032501.jpeg",
                "nation_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/spacex_nation_20230531064544.jpg"
            },
            "program": [
                {
                    "id": 1,
                    "url": "https://lldev.thespacedevs.com/2.0.0/program/1/?format=api",
                    "name": "SpaceX Starship",
                    "description": "The SpaceX Starship is a fully reusable super heavy-lift launch vehicle under development by SpaceX since 2012, as a self-funded private spaceflight project.  The second stage of the Starship — is designed as a long-duration cargo and passenger-carrying spacecraft. It is expected to be initially used without any booster stage at all, as part of an extensive development program to prove out launch-and-landing and iterate on a variety of design details, particularly with respect to the vehicle's atmospheric reentry.",
                    "agencies": [
                        {
                            "id": 121,
                            "url": "https://lldev.thespacedevs.com/2.0.0/agencies/121/?format=api",
                            "name": "SpaceX",
                            "type": "Commercial"
                        }
                    ],
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/spacex2520star_program_20201129204513.png",
                    "start_date": "2019-03-01T05:00:00Z",
                    "end_date": null,
                    "info_url": "https://www.spacex.com/vehicles/starship/",
                    "wiki_url": "https://en.wikipedia.org/wiki/SpaceX_Starship"
                }
            ],
            "variant": "",
            "alias": "",
            "min_stage": 2,
            "max_stage": 2,
            "length": 120.0,
            "diameter": 9.0,
            "maiden_flight": "2023-04-20",
            "launch_mass": 5000,
            "leo_capacity": 100000,
            "gto_capacity": 21000,
            "to_thrust": 72000,
            "apogee": null,
            "vehicle_range": null,
            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/starship_liftof_image_20240314160301.jpg",
            "info_url": "https://www.spacex.com/vehicles/starship/index.html",
            "wiki_url": "https://en.wikipedia.org/wiki/SpaceX_Starship",
            "total_launch_count": 8,
            "consecutive_successful_launches": 0,
            "successful_launches": 4,
            "failed_launches": 4,
            "pending_launches": 2
        },
        "launcher_stage": [
            {
                "id": 603,
                "type": "Core",
                "reused": false,
                "launcher_flight_number": 1,
                "launcher": {
                    "id": 188,
                    "url": "https://lldev.thespacedevs.com/2.0.0/launcher/188/?format=api",
                    "details": "Super Heavy booster used for the sixth Starship integrated flight test.\r\n\r\nLost to the ocean after a soft splashdown, as part of an offshore divert from the originally planned tower catch at the launch site.",
                    "flight_proven": false,
                    "serial_number": "Booster 13",
                    "status": "lost",
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/booster_13_duri_image_20241023102335.jpg",
                    "successful_landings": 0,
                    "attempted_landings": 1,
                    "flights": 1,
                    "last_launch_date": "2024-11-19T22:00:00Z",
                    "first_launch_date": "2024-11-19T22:00:00Z"
                },
                "landing": {
                    "id": 1464,
                    "attempt": true,
                    "success": false,
                    "description": "The Superheavy booster No. 13 did not attempt a return back to the launch site at Starbase and splashed down in the Gulf of Mexico instead, due to hardware problems on the launch and catch tower triggering an abort.",
                    "location": {
                        "id": 39,
                        "name": "Orbital Launch Mount A",
                        "abbrev": "OLM-A",
                        "description": "",
                        "location": {
                            "id": 143,
                            "url": "https://lldev.thespacedevs.com/2.0.0/location/143/?format=api",
                            "name": "SpaceX Starbase, TX, USA",
                            "country_code": "USA",
                            "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_143_20200803142438.jpg",
                            "total_launch_count": 17,
                            "total_landing_count": 13
                        },
                        "successful_landings": 3
                    },
                    "type": {
                        "id": 2,
                        "name": "Return to Launch Site",
                        "abbrev": "RTLS",
                        "description": "A return to launch site usually means that after stage separation the booster flips and does a burn back towards the launch site, landing near where it initially launched from."
                    }
                },
                "previous_flight_date": null,
                "turn_around_time_days": null,
                "previous_flight": null
            }
        ],
        "spacecraft_stage": {
            "id": 861,
            "url": "https://lldev.thespacedevs.com/2.0.0/spacecraft/flight/861/?format=api",
            "mission_end": "2024-11-19T23:05:32Z",
            "destination": "Indian Ocean",
            "launch_crew": [],
            "onboard_crew": [],
            "landing_crew": [],
            "spacecraft": {
                "id": 600,
                "url": "https://lldev.thespacedevs.com/2.0.0/spacecraft/600/?format=api",
                "name": "Ship 31",
                "serial_number": "S31",
                "status": {
                    "id": 3,
                    "name": "Destroyed"
                },
                "description": "Ship 31 (S31) is the 2nd stage vehicle, used for the sixth Starship integrated flight test.",
                "spacecraft_config": {
                    "id": 26,
                    "url": "https://lldev.thespacedevs.com/2.0.0/config/spacecraft/26/?format=api",
                    "name": "Starship",
                    "type": {
                        "id": 6,
                        "name": "Reuseable Upper Stage"
                    },
                    "agency": {
                        "id": 121,
                        "url": "https://lldev.thespacedevs.com/2.0.0/agencies/121/?format=api",
                        "name": "SpaceX",
                        "featured": true,
                        "type": "Commercial",
                        "country_code": "USA",
                        "abbrev": "SpX",
                        "description": "Space Exploration Technologies Corp., known as SpaceX, is an American aerospace manufacturer and space transport services company headquartered in Hawthorne, California. It was founded in 2002 by entrepreneur Elon Musk with the goal of reducing space transportation costs and enabling the colonization of Mars. SpaceX operates from many pads, on the East Coast of the US they operate from SLC-40 at Cape Canaveral Space Force Station and historic LC-39A at Kennedy Space Center. They also operate from SLC-4E at Vandenberg Space Force Base, California, usually for polar launches. Another launch site is being developed at Boca Chica, Texas.",
                        "administrator": "CEO: Elon Musk",
                        "founding_year": "2002",
                        "launchers": "Falcon | Starship",
                        "spacecraft": "Dragon",
                        "parent": null,
                        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/spacex_image_20190207032501.jpeg"
                    },
                    "in_use": true,
                    "capability": "More than 100 tons to Earth orbit",
                    "history": "The Starship second stage was testing during a number of low and high altitude suborbital flights before the first orbital launch attempt.",
                    "details": "Second stage of the two-stage Starship super heavy-lift launch vehicle.",
                    "maiden_flight": "2023-04-20",
                    "height": 50.0,
                    "diameter": 9.0,
                    "human_rated": false,
                    "crew_capacity": 0,
                    "payload_capacity": 100000,
                    "flight_life": "Unknown at this stage",
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/starship_image_20231116184708.jpeg",
                    "nation_url": null,
                    "wiki_link": "https://en.wikipedia.org/wiki/SpaceX_Starship",
                    "info_link": "https://www.spacex.com/vehicles/starship/"
                }
            },
            "docking_events": []
        }
    },
    "mission": {
        "id": 6959,
        "launch_library_id": null,
        "name": "Integrated Flight Test 6",
        "description": "Sixth test flight of the two-stage Starship launch vehicle.",
        "launch_designator": null,
        "type": "Test Flight",
        "orbit": {
            "id": 15,
            "name": "Suborbital",
            "abbrev": "Sub"
        }
    },
    "pad": {
        "id": 188,
        "url": "https://lldev.thespacedevs.com/2.0.0/pad/188/?format=api",
        "agency_id": 121,
        "name": "Orbital Launch Mount A",
        "info_url": null,
        "wiki_url": "https://en.wikipedia.org/wiki/SpaceX_Starbase#Launch_site_(Orbital_Launch_Pad_A_and_B)",
        "map_url": "https://www.google.com/maps?q=25.9962,-97.154423",
        "latitude": "25.9962",
        "longitude": "-97.154423",
        "location": {
            "id": 143,
            "url": "https://lldev.thespacedevs.com/2.0.0/location/143/?format=api",
            "name": "SpaceX Starbase, TX, USA",
            "country_code": "USA",
            "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_143_20200803142438.jpg",
            "total_launch_count": 17,
            "total_landing_count": 13
        },
        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_orbital_launch_mount_a_20210514061342.jpg",
        "total_launch_count": 8
    },
    "infoURLs": [
        {
            "priority": 10,
            "title": "SpaceX",
            "description": "SpaceX designs, manufactures and launches advanced rockets and spacecraft. The company was founded in 2002 to revolutionize space technology, with the ultimate goal of enabling people to live on other planets.",
            "feature_image": null,
            "url": "https://www.spacex.com/launches/mission/?missionId=starship-flight-6"
        }
    ],
    "vidURLs": [
        {
            "priority": 8,
            "title": "SpaceX Integrated Flight Test 6",
            "description": "On Tuesday November 19, 2024, SpaceX launched the Integrated Flight Test 6 mission with a Starship from Orbital Launch Mount A at SpaceX Starbase, TX, USA.\n\nDescription generated from the Launch Libra...",
            "feature_image": "https://i.ytimg.com/vi/XpyWcPuepV8/maxresdefault.jpg",
            "url": "https://www.youtube.com/watch?v=XpyWcPuepV8"
        },
        {
            "priority": 9,
            "title": "SpaceX - Starship Suborbital Test Flight 6 - OLP-A - Starbase, Texas - November 19, 2024",
            "description": "Launch Date: November 19, 2024\nLaunch Time:  4:00 p.m. CT, 5:00 p.m. ET, 2200 UTC, 23:00 CET\nLaunch Window: Opens 4:00 p.m. CT - 30 Minutes\nLaunch Status: Mission in Preparation and announced\nLaunch P...",
            "feature_image": "https://i.ytimg.com/vi/ucEu075bgx0/maxresdefault.jpg",
            "url": "https://www.youtube.com/watch?v=ucEu075bgx0"
        },
        {
            "priority": 10,
            "title": "Starship's Sixth Flight Test",
            "description": "Livestream on X",
            "feature_image": "https://pbs.twimg.com/media/GceY4hsa4AAF-z1.jpg",
            "url": "https://x.com/i/broadcasts/1RDGlydZAeOJL"
        },
        {
            "priority": 11,
            "title": "[4K] Starship Flight 6: Watch SpaceX launch Starship!",
            "description": "[TIME SUBJECT TO CHANGE] This is the sixth fully integrated test flight of Starship with its Super Heavy booster, the largest and most powerful rocket to ever fly. It produces over twice as much thrus...",
            "feature_image": "https://i.ytimg.com/vi/DjDFirLcQDM/maxresdefault.jpg",
            "url": "https://www.youtube.com/watch?v=DjDFirLcQDM"
        },
        {
            "priority": 12,
            "title": "🔴FULL REPLAY: SpaceX Launches Starship Flight 6 (Booster Catch Aborted)",
            "description": "SpaceX is preparing to launch the sixth Starship flight test. The window for the launch opens at 4 p.m. local time on Tuesday. The company has confirmed on its website, and X, that it is targeting a p...",
            "feature_image": "https://i.ytimg.com/vi/6yd_cpPP4fE/maxresdefault.jpg",
            "url": "https://www.youtube.com/watch?v=6yd_cpPP4fE"
        }
    ],
    "webcast_live": false,
    "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/starship_liftof_image_20241121081619.jpg",
    "infographic": null,
    "program": [
        {
            "id": 1,
            "url": "https://lldev.thespacedevs.com/2.0.0/program/1/?format=api",
            "name": "SpaceX Starship",
            "description": "The SpaceX Starship is a fully reusable super heavy-lift launch vehicle under development by SpaceX since 2012, as a self-funded private spaceflight project.  The second stage of the Starship — is designed as a long-duration cargo and passenger-carrying spacecraft. It is expected to be initially used without any booster stage at all, as part of an extensive development program to prove out launch-and-landing and iterate on a variety of design details, particularly with respect to the vehicle's atmospheric reentry.",
            "agencies": [
                {
                    "id": 121,
                    "url": "https://lldev.thespacedevs.com/2.0.0/agencies/121/?format=api",
                    "name": "SpaceX",
                    "type": "Commercial"
                }
            ],
            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/spacex2520star_program_20201129204513.png",
            "start_date": "2019-03-01T05:00:00Z",
            "end_date": null,
            "info_url": "https://www.spacex.com/vehicles/starship/",
            "wiki_url": "https://en.wikipedia.org/wiki/SpaceX_Starship"
        }
    ],
    "orbital_launch_attempt_count": null,
    "location_launch_attempt_count": 15,
    "pad_launch_attempt_count": 6,
    "agency_launch_attempt_count": 430,
    "orbital_launch_attempt_count_year": 0,
    "location_launch_attempt_count_year": 4,
    "pad_launch_attempt_count_year": 4,
    "agency_launch_attempt_count_year": 119
}