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/9c950919-5d11-4a79-a4f1-be7387678c0a/?format=api
HTTP 200 OK
Allow: GET
Content-Type: application/json
Vary: Accept

{
    "id": "9c950919-5d11-4a79-a4f1-be7387678c0a",
    "url": "https://lldev.thespacedevs.com/2.0.0/launch/9c950919-5d11-4a79-a4f1-be7387678c0a/?format=api",
    "launch_library_id": null,
    "slug": "new-glenn-escapade",
    "name": "New Glenn | EscaPADE",
    "status": {
        "id": 3,
        "name": "Success"
    },
    "net": "2025-11-13T20:55:01Z",
    "window_end": "2025-11-13T21:25:00Z",
    "window_start": "2025-11-13T19:57:00Z",
    "inhold": false,
    "tbdtime": false,
    "tbddate": false,
    "probability": 99,
    "holdreason": "",
    "failreason": "",
    "hashtag": null,
    "launch_service_provider": {
        "id": 141,
        "url": "https://lldev.thespacedevs.com/2.0.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": 40,
        "consecutive_successful_launches": 17,
        "successful_launches": 39,
        "failed_launches": 1,
        "pending_launches": 5,
        "consecutive_successful_landings": 11,
        "successful_landings": 37,
        "failed_landings": 3,
        "attempted_landings": 40,
        "info_url": "https://www.blueorigin.com/",
        "wiki_url": "https://en.wikipedia.org/wiki/Blue_Origin",
        "logo_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/blue2520origin_logo_20190207032427.png",
        "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/blue2520origin_image_20190207032427.jpeg",
        "nation_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/blue2520origin_nation_20240222073724.jpg"
    },
    "rocket": {
        "id": 7783,
        "configuration": {
            "id": 138,
            "launch_library_id": 1001,
            "url": "https://lldev.thespacedevs.com/2.0.0/config/launcher/138/?format=api",
            "name": "New Glenn",
            "description": "The New Glenn is a privately funded orbital launch vehicle in development by Blue Origin. New Glenn is described as a 7-meter-diameter (23 ft), two- or three-stage rocket.",
            "family": "New Glenn",
            "full_name": "New Glenn",
            "manufacturer": {
                "id": 141,
                "url": "https://lldev.thespacedevs.com/2.0.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": 40,
                "consecutive_successful_launches": 17,
                "successful_launches": 39,
                "failed_launches": 1,
                "pending_launches": 5,
                "consecutive_successful_landings": 11,
                "successful_landings": 37,
                "failed_landings": 3,
                "attempted_landings": 40,
                "info_url": "https://www.blueorigin.com/",
                "wiki_url": "https://en.wikipedia.org/wiki/Blue_Origin",
                "logo_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/blue2520origin_logo_20190207032427.png",
                "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/blue2520origin_image_20190207032427.jpeg",
                "nation_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/blue2520origin_nation_20240222073724.jpg"
            },
            "program": [],
            "variant": "",
            "alias": "",
            "min_stage": 2,
            "max_stage": 2,
            "length": 98.0,
            "diameter": 7.0,
            "maiden_flight": "2025-01-16",
            "launch_mass": null,
            "leo_capacity": 45000,
            "gto_capacity": 13000,
            "to_thrust": 17126,
            "apogee": null,
            "vehicle_range": null,
            "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/new_glenn_on_lc_image_20240313170026.jpeg",
            "info_url": "https://www.blueorigin.com/new-glenn/",
            "wiki_url": "https://en.wikipedia.org/wiki/New_Glenn",
            "total_launch_count": 2,
            "consecutive_successful_launches": 2,
            "successful_launches": 2,
            "failed_launches": 0,
            "pending_launches": 5
        },
        "launcher_stage": [
            {
                "id": 557,
                "type": "Core",
                "reused": false,
                "launcher_flight_number": 1,
                "launcher": {
                    "id": 238,
                    "url": "https://lldev.thespacedevs.com/2.0.0/launcher/238/?format=api",
                    "details": "Second New Glenn first stage booster. Named \"Never Tell Me The Odds\". Used for the second New Glenn launch with EscaPADE, becoming the first New Glenn Stage 1 booster (GS1) to be recovered. \r\n\r\nCurrently it's slated for re-use on New Glenn's third launch with the Blue Moon Pathfinder.",
                    "flight_proven": true,
                    "serial_number": "GS1-SN002",
                    "status": "active",
                    "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/gs1-sn002_on_ja_image_20251119073646.jpg",
                    "successful_landings": 1,
                    "attempted_landings": 1,
                    "flights": 1,
                    "last_launch_date": "2025-11-13T20:55:01Z",
                    "first_launch_date": "2025-11-13T20:55:01Z"
                },
                "landing": {
                    "id": 1415,
                    "attempt": true,
                    "success": true,
                    "description": "New Glenn booster GS1-SN002 has landed on Jacklyn after its first flight.",
                    "location": {
                        "id": 51,
                        "name": "Jacklyn",
                        "abbrev": "LPV1",
                        "description": "Jacklyn is Blue Origins first floating landing platform for New Glenn.",
                        "location": null,
                        "successful_landings": 1
                    },
                    "type": {
                        "id": 1,
                        "name": "Autonomous Spaceport Drone Ship",
                        "abbrev": "ASDS",
                        "description": "An autonomous spaceport drone ship (ASDS) is an ocean-going vessel derived from a deck barge, outfitted with station-keeping engines and a large landing platform. Construction of such ships was commissioned by aerospace company SpaceX to allow for recovery of rocket first-stages at sea for high-velocity missions which do not carry enough fuel to return to the launch site after lofting spacecraft onto an orbital trajectory."
                    }
                },
                "previous_flight_date": null,
                "turn_around_time_days": null,
                "previous_flight": null
            }
        ],
        "spacecraft_stage": null
    },
    "mission": {
        "id": 6301,
        "launch_library_id": null,
        "name": "EscaPADE",
        "description": "Second flight of Blue Origin's New Glenn launch vehicle carrying the Escape and Plasma Acceleration and Dynamics Explorers (EscaPADE), a dual-spacecraft mission from University of California, Berkeley to study ion and sputtered escape from Mars. The spacecrafts' scientific goals are to understand the processes controlling the structure of Mars' hybrid magnetosphere and how it guides ion flows; understand how energy and momentum are transported from the solar wind through Mars' magnetosphere; and understand the processes controlling the flow of energy and matter into and out of the collisional atmosphere.",
        "launch_designator": null,
        "type": "Planetary Science",
        "orbit": {
            "id": 19,
            "name": "Mars Orbit",
            "abbrev": "Mars"
        }
    },
    "pad": {
        "id": 121,
        "url": "https://lldev.thespacedevs.com/2.0.0/pad/121/?format=api",
        "agency_id": 161,
        "name": "Launch Complex 36A",
        "info_url": null,
        "wiki_url": "https://en.wikipedia.org/wiki/Cape_Canaveral_Launch_Complex_36",
        "map_url": "https://www.google.com/maps?q=28.4705556,-80.542194",
        "latitude": "28.4705556",
        "longitude": "-80.542194",
        "location": {
            "id": 12,
            "url": "https://lldev.thespacedevs.com/2.0.0/location/12/?format=api",
            "name": "Cape Canaveral SFS, FL, USA",
            "country_code": "USA",
            "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/location_12_20200803142519.jpg",
            "total_launch_count": 1083,
            "total_landing_count": 70
        },
        "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/pad_121_20200803143231.jpg",
        "total_launch_count": 70
    },
    "infoURLs": [
        {
            "priority": 10,
            "title": null,
            "description": null,
            "feature_image": null,
            "url": "https://www.blueorigin.com/missions/ng-2"
        }
    ],
    "vidURLs": [
        {
            "priority": 10,
            "title": "Replay: New Glenn Mission NG-2 Webcast",
            "description": "New Glenn completed its second mission, successfully deploying NASA’s Escape and Plasma Acceleration and Dynamics Explorers (ESCAPADE) twin-spacecraft into orbit, and landing the fully reusable first ...",
            "feature_image": "https://i.ytimg.com/vi/ecfxcTEl-1I/maxresdefault.jpg",
            "url": "https://www.youtube.com/watch?v=ecfxcTEl-1I"
        },
        {
            "priority": 11,
            "title": "Watch live: Blue Origin's New Glenn launches NASA's ESCAPADE mission to Mars",
            "description": "Watch live coverage as Jeff Bezos' Blue Origin launches its second New Glenn rocket from Cape Canaveral Space Force Station in Florida, carrying a pair of Mars-bound satellites for NASA's Escape and P...",
            "feature_image": "https://i.ytimg.com/vi/iheyXgtG7EI/maxresdefault.jpg",
            "url": "https://www.youtube.com/watch?v=iheyXgtG7EI"
        },
        {
            "priority": 12,
            "title": "Blue Origin Launches & Lands New Glenn Flight 2 - NASA ESCAPADE Mission to Mars",
            "description": "Join us for this livestream of the second attempt of the launch of Blue Origin's second flight of New Glenn, carrying NASA's ESCAPADE mission, which is destined for Mars, but is actually going there v...",
            "feature_image": "https://i.ytimg.com/vi/9sT4Hr-Il30/maxresdefault.jpg",
            "url": "https://www.youtube.com/watch?v=9sT4Hr-Il30"
        }
    ],
    "webcast_live": false,
    "image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/new_glenn_on_th_image_20251113164507.jpg",
    "infographic": null,
    "program": [
        {
            "id": 39,
            "url": "https://lldev.thespacedevs.com/2.0.0/program/39/?format=api",
            "name": "Small Innovative Missions for Planetary Exploration",
            "description": "Small Innovative Missions for Planetary Exploration (SIMPLEx) is a planetary exploration program operated by NASA. The program funds small, low-cost spacecraft for stand-alone planetary exploration missions. These spacecraft are intended to launch as secondary payloads on other missions and are riskier than Discovery or New Frontiers missions.",
            "agencies": [
                {
                    "id": 44,
                    "url": "https://lldev.thespacedevs.com/2.0.0/agencies/44/?format=api",
                    "name": "National Aeronautics and Space Administration",
                    "type": "Government"
                }
            ],
            "image_url": null,
            "start_date": "2021-01-17T00:00:00Z",
            "end_date": null,
            "info_url": "https://soma.larc.nasa.gov/simplex/",
            "wiki_url": "https://en.wikipedia.org/wiki/Small_Innovative_Missions_for_Planetary_Exploration"
        }
    ],
    "orbital_launch_attempt_count": 7116,
    "location_launch_attempt_count": 1067,
    "pad_launch_attempt_count": 70,
    "agency_launch_attempt_count": 38,
    "orbital_launch_attempt_count_year": 267,
    "location_launch_attempt_count_year": 73,
    "pad_launch_attempt_count_year": 2,
    "agency_launch_attempt_count_year": 10
}