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

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

GET Return a list of all Launch objects.

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

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

EXAMPLE ?mode=list

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

EXAMPLE - ?search=SpaceX

GET /2.2.0/launch/96da664b-493b-4f82-8214-b6512f1957f1/?format=api
HTTP 200 OK
Allow: GET
Content-Type: application/json
Vary: Accept

{
    "id": "96da664b-493b-4f82-8214-b6512f1957f1",
    "url": "https://ll.thespacedevs.com/2.2.0/launch/96da664b-493b-4f82-8214-b6512f1957f1/?format=api",
    "slug": "new-shepard-ns-10",
    "flightclub_url": null,
    "r_spacex_api_id": null,
    "name": "New Shepard | NS-10",
    "status": {
        "id": 3,
        "name": "Launch Successful",
        "abbrev": "Success",
        "description": "The launch vehicle successfully inserted its payload(s) into the target orbit(s)."
    },
    "last_updated": "2023-06-14T09:48:34Z",
    "updates": [],
    "net": "2019-01-23T15:05:00Z",
    "net_precision": null,
    "window_end": "2019-01-23T15:05:00Z",
    "window_start": "2019-01-23T15:05:00Z",
    "probability": null,
    "weather_concerns": null,
    "holdreason": "",
    "failreason": "",
    "hashtag": "NS10",
    "launch_service_provider": {
        "id": 141,
        "url": "https://ll.thespacedevs.com/2.2.0/agencies/141/?format=api",
        "name": "Blue Origin",
        "featured": true,
        "type": "Commercial",
        "country_code": "USA",
        "abbrev": "BO",
        "description": "Blue Origin is an American privately funded aerospace manufacturer and spaceflight services company set up by Amazon.com founder Jeff Bezos with its headquarters in Kent, Washington. The company is developing technologies to enable private human access to space with the goal to dramatically lower costs and increase reliability. Blue Origin currently launches its New Shepard sub-orbital vehicle from its West Texas launch site, they are currently constructing a launch pad for their orbital vehicle New Glenn at Cape Canaveral LC-36.",
        "administrator": "CEO: Jeff Bezos",
        "founding_year": "2000",
        "launchers": "New Shepard | New Glenn",
        "spacecraft": "",
        "launch_library_url": null,
        "total_launch_count": 31,
        "consecutive_successful_launches": 8,
        "successful_launches": 30,
        "failed_launches": 1,
        "pending_launches": 5,
        "consecutive_successful_landings": 2,
        "successful_landings": 28,
        "failed_landings": 3,
        "attempted_landings": 31,
        "info_url": "http://www.blueorigin.com/",
        "wiki_url": "http://en.wikipedia.org/wiki/Blue_Origin",
        "logo_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/blue2520origin_logo_20190207032427.png",
        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/blue2520origin_image_20190207032427.jpeg",
        "nation_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/blue2520origin_nation_20240222073724.jpg"
    },
    "rocket": {
        "id": 2180,
        "configuration": {
            "id": 137,
            "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/137/?format=api",
            "name": "New Shepard",
            "active": true,
            "reusable": true,
            "description": "The New Shepard reusable launch system is a vertical-takeoff, vertical-landing (VTVL), suborbital manned rocket that is being developed by Blue Origin as a commercial system for suborbital space tourism.",
            "family": "",
            "full_name": "New Shepard",
            "manufacturer": {
                "id": 141,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/141/?format=api",
                "name": "Blue Origin",
                "featured": true,
                "type": "Commercial",
                "country_code": "USA",
                "abbrev": "BO",
                "description": "Blue Origin is an American privately funded aerospace manufacturer and spaceflight services company set up by Amazon.com founder Jeff Bezos with its headquarters in Kent, Washington. The company is developing technologies to enable private human access to space with the goal to dramatically lower costs and increase reliability. Blue Origin currently launches its New Shepard sub-orbital vehicle from its West Texas launch site, they are currently constructing a launch pad for their orbital vehicle New Glenn at Cape Canaveral LC-36.",
                "administrator": "CEO: Jeff Bezos",
                "founding_year": "2000",
                "launchers": "New Shepard | New Glenn",
                "spacecraft": "",
                "launch_library_url": null,
                "total_launch_count": 31,
                "consecutive_successful_launches": 8,
                "successful_launches": 30,
                "failed_launches": 1,
                "pending_launches": 5,
                "consecutive_successful_landings": 2,
                "successful_landings": 28,
                "failed_landings": 3,
                "attempted_landings": 31,
                "info_url": "http://www.blueorigin.com/",
                "wiki_url": "http://en.wikipedia.org/wiki/Blue_Origin",
                "logo_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/blue2520origin_logo_20190207032427.png",
                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/blue2520origin_image_20190207032427.jpeg",
                "nation_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/blue2520origin_nation_20240222073724.jpg"
            },
            "program": [],
            "variant": "",
            "alias": "",
            "min_stage": 1,
            "max_stage": 1,
            "length": 15.0,
            "diameter": 3.7,
            "maiden_flight": "2015-04-29",
            "launch_cost": null,
            "launch_mass": 75,
            "leo_capacity": 0,
            "gto_capacity": 0,
            "to_thrust": 490,
            "apogee": 100,
            "vehicle_range": null,
            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/new2520shepard_image_20190207032624.jpeg",
            "info_url": "https://www.blueorigin.com/new-shepard/",
            "wiki_url": "https://en.wikipedia.org/wiki/New_Shepard",
            "total_launch_count": 30,
            "consecutive_successful_launches": 7,
            "successful_launches": 29,
            "failed_launches": 1,
            "pending_launches": 1,
            "attempted_landings": 30,
            "successful_landings": 28,
            "failed_landings": 2,
            "consecutive_successful_landings": 7
        },
        "launcher_stage": [
            {
                "id": 79,
                "type": "Core",
                "reused": true,
                "launcher_flight_number": 4,
                "launcher": {
                    "id": 63,
                    "url": "https://ll.thespacedevs.com/2.2.0/launcher/63/?format=api",
                    "details": "New Shepard vehicle #3 was the third flight vehicle of the New Shepard suborbital rocket. It suffered an anomaly during its ninth flight.",
                    "flight_proven": true,
                    "serial_number": "NS-3",
                    "status": "destroyed",
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/63_image_20190225165029.jpeg",
                    "successful_landings": 8,
                    "attempted_landings": 9,
                    "flights": 9,
                    "last_launch_date": "2022-09-12T14:27:00Z",
                    "first_launch_date": "2017-12-12T16:59:00Z"
                },
                "landing": {
                    "id": 114,
                    "attempt": true,
                    "success": true,
                    "description": "The NS-3 booster has successfully landed after its fourth flight.",
                    "downrange_distance": 3.2,
                    "location": {
                        "id": 11,
                        "name": "Corn Ranch Landing Pad, West Texas",
                        "abbrev": "CR",
                        "description": "New Shepard landing site.",
                        "location": {
                            "id": 29,
                            "url": "https://ll.thespacedevs.com/2.2.0/location/29/?format=api",
                            "name": "Corn Ranch, Van Horn, TX, USA",
                            "country_code": "USA",
                            "description": "Corn Ranch, commonly referred to as Launch Site One (LSO), is a spaceport owned and operated by Blue Origin which is located approximately 30 miles north of the town of Van Horn, Texas, United States.",
                            "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_29_20200803142436.jpg",
                            "timezone_name": "America/Chicago",
                            "total_launch_count": 30,
                            "total_landing_count": 30
                        },
                        "successful_landings": 25
                    },
                    "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": "2018-07-18T15:00:00Z",
                "turn_around_time_days": 189,
                "previous_flight": {
                    "id": "639a1610-8b14-4e85-83be-499085c61034",
                    "name": "New Shepard | NS-9"
                }
            }
        ],
        "spacecraft_stage": {
            "id": 385,
            "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/flight/385/?format=api",
            "mission_end": "2019-01-23T15:16:00Z",
            "destination": "Suborbital",
            "launch_crew": [],
            "onboard_crew": [],
            "landing_crew": [],
            "spacecraft": {
                "id": 276,
                "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/276/?format=api",
                "name": "RSS H.G. Wells",
                "serial_number": "2.0-1",
                "is_placeholder": false,
                "in_space": false,
                "time_in_space": "PT1H50M15S",
                "time_docked": "P0D",
                "flights_count": 11,
                "mission_ends_count": 11,
                "status": {
                    "id": 1,
                    "name": "Active"
                },
                "description": "Second New Shepard capsule. It is dedicated to uncrewed flights.",
                "spacecraft_config": {
                    "id": 21,
                    "url": "https://ll.thespacedevs.com/2.2.0/config/spacecraft/21/?format=api",
                    "name": "Crew Capsule 2.0",
                    "type": {
                        "id": 2,
                        "name": "Capsule"
                    },
                    "agency": {
                        "id": 141,
                        "url": "https://ll.thespacedevs.com/2.2.0/agencies/141/?format=api",
                        "name": "Blue Origin",
                        "featured": true,
                        "type": "Commercial",
                        "country_code": "USA",
                        "abbrev": "BO",
                        "description": "Blue Origin is an American privately funded aerospace manufacturer and spaceflight services company set up by Amazon.com founder Jeff Bezos with its headquarters in Kent, Washington. The company is developing technologies to enable private human access to space with the goal to dramatically lower costs and increase reliability. Blue Origin currently launches its New Shepard sub-orbital vehicle from its West Texas launch site, they are currently constructing a launch pad for their orbital vehicle New Glenn at Cape Canaveral LC-36.",
                        "administrator": "CEO: Jeff Bezos",
                        "founding_year": "2000",
                        "launchers": "New Shepard | New Glenn",
                        "spacecraft": "",
                        "parent": null,
                        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/blue2520origin_image_20190207032427.jpeg",
                        "logo_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/blue2520origin_logo_20190207032427.png"
                    },
                    "in_use": true,
                    "capability": "Crew and Cargo Flights",
                    "history": "The Crew Capsule 2.0 is the newest version of Blue Origin's New Shepard rocket.",
                    "details": "It is deisgned to spearate from the launcher stage below the Karman line and pursue a ballistic free flight above it before landing.",
                    "maiden_flight": "2017-12-12",
                    "height": null,
                    "diameter": null,
                    "human_rated": true,
                    "crew_capacity": 6,
                    "payload_capacity": null,
                    "payload_return_capacity": null,
                    "flight_life": "The capsule is designed to be reusable.",
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/crew2520capsule25202.0_image_20190309095011.jpeg",
                    "nation_url": null,
                    "wiki_link": "",
                    "info_link": ""
                }
            },
            "landing": {
                "id": 685,
                "attempt": true,
                "success": true,
                "description": "The RSS H.G. Wells capsule successfully touched down at Blue Origin's Corn Ranch facility",
                "downrange_distance": null,
                "location": {
                    "id": 28,
                    "name": "Corn Ranch, West Texas",
                    "abbrev": "CR",
                    "description": "Blue Origin launch and landing facility located in West Texas",
                    "location": {
                        "id": 29,
                        "url": "https://ll.thespacedevs.com/2.2.0/location/29/?format=api",
                        "name": "Corn Ranch, Van Horn, TX, USA",
                        "country_code": "USA",
                        "description": "Corn Ranch, commonly referred to as Launch Site One (LSO), is a spaceport owned and operated by Blue Origin which is located approximately 30 miles north of the town of Van Horn, Texas, United States.",
                        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_29_20200803142436.jpg",
                        "timezone_name": "America/Chicago",
                        "total_launch_count": 30,
                        "total_landing_count": 30
                    },
                    "successful_landings": 33
                },
                "type": {
                    "id": 4,
                    "name": "Parachute Landing",
                    "abbrev": "PCL",
                    "description": "Unpowered landing using parachute(s)."
                }
            },
            "docking_events": []
        }
    },
    "mission": {
        "id": 943,
        "name": "NS-10",
        "description": "New Shepard flight 10 will feature 9 NASA-sponsored payloads via the NASA Flight opportunity program.",
        "launch_designator": null,
        "type": "Earth Science",
        "orbit": {
            "id": 15,
            "name": "Suborbital",
            "abbrev": "Sub"
        },
        "agencies": [],
        "info_urls": [],
        "vid_urls": []
    },
    "pad": {
        "id": 90,
        "url": "https://ll.thespacedevs.com/2.2.0/pad/90/?format=api",
        "agency_id": 141,
        "name": "West Texas Suborbital Launch Site/ Corn Ranch",
        "description": null,
        "info_url": "http://www.blueorigin.com",
        "wiki_url": "https://en.wikipedia.org/wiki/Corn_Ranch",
        "map_url": "https://www.google.com/maps?q=31.422878000000000,-104.757121000000000",
        "latitude": "31.422878",
        "longitude": "-104.757121",
        "location": {
            "id": 29,
            "url": "https://ll.thespacedevs.com/2.2.0/location/29/?format=api",
            "name": "Corn Ranch, Van Horn, TX, USA",
            "country_code": "USA",
            "description": "Corn Ranch, commonly referred to as Launch Site One (LSO), is a spaceport owned and operated by Blue Origin which is located approximately 30 miles north of the town of Van Horn, Texas, United States.",
            "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_29_20200803142436.jpg",
            "timezone_name": "America/Chicago",
            "total_launch_count": 30,
            "total_landing_count": 30
        },
        "country_code": "USA",
        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_90_20200803143233.jpg",
        "total_launch_count": 30,
        "orbital_launch_attempt_count": 0
    },
    "infoURLs": [
        {
            "priority": 0,
            "source": null,
            "title": "404 Page Not Found",
            "description": "Earth, in all its beauty, is just our starting place. Blue Origin is opening the promise of space to all.",
            "feature_image": null,
            "url": "https://www.blueorigin.com/news/news/new-shepard-to-fly-9-nasa-sponsored-payloads-to-space-on-ns-10",
            "type": null,
            "language": null
        }
    ],
    "vidURLs": [
        {
            "priority": 0,
            "source": null,
            "publisher": null,
            "title": "New Shepard | Blue Origin NS-10 - Launch Recap",
            "description": "New Shepard flight 10 launched on January 23rd, 2019 and featured nine NASA-sponsored payloads via the NASA Flight opportunity program.",
            "feature_image": "https://i.ytimg.com/vi/Kiqd4MzpQRs/maxresdefault.jpg",
            "url": "https://youtu.be/Kiqd4MzpQRs",
            "type": null,
            "language": null,
            "start_time": null,
            "end_time": null
        },
        {
            "priority": 0,
            "source": null,
            "publisher": null,
            "title": "Replay of NS-10 Webcast",
            "description": "Get YouTube without the ads",
            "feature_image": "https://i.ytimg.com/vi/1E-3Bk2wpxo/maxresdefault.jpg",
            "url": "https://www.youtube.com/watch?v=1E-3Bk2wpxo",
            "type": null,
            "language": null,
            "start_time": null,
            "end_time": null
        }
    ],
    "webcast_live": false,
    "timeline": [],
    "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/new2520shepard_image_20190207032624.jpeg",
    "infographic": null,
    "program": [],
    "orbital_launch_attempt_count": null,
    "location_launch_attempt_count": 10,
    "pad_launch_attempt_count": 10,
    "agency_launch_attempt_count": 10,
    "orbital_launch_attempt_count_year": 0,
    "location_launch_attempt_count_year": 1,
    "pad_launch_attempt_count_year": 1,
    "agency_launch_attempt_count_year": 1,
    "pad_turnaround": "P189DT5M",
    "mission_patches": [
        {
            "id": 496,
            "name": "NS-10 Patch",
            "priority": 10,
            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/mission_patch_images/ns-102520patch_mission_patch_20211031044112.png",
            "agency": {
                "id": 141,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/141/?format=api",
                "name": "Blue Origin",
                "type": "Commercial"
            }
        }
    ],
    "type": "detailed"
}