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/53769468-bfd3-45c7-a52b-46a68ed7510f/?format=api
HTTP 200 OK
Allow: GET
Content-Type: application/json
Vary: Accept

{
  "id": "53769468-bfd3-45c7-a52b-46a68ed7510f",
  "url": "https://lldev.thespacedevs.com/2.0.0/launch/53769468-bfd3-45c7-a52b-46a68ed7510f/?format=api",
  "launch_library_id": null,
  "slug": "new-glenn-bluebird-block-2-2",
  "name": "New Glenn | BlueBird Block 2 #2",
  "status": {
    "id": 4,
    "name": "Failure"
  },
  "net": "2026-04-19T11:25:00Z",
  "window_end": "2026-04-19T12:45:00Z",
  "window_start": "2026-04-19T10:45:00Z",
  "inhold": false,
  "tbdtime": false,
  "tbddate": false,
  "probability": 90,
  "holdreason": "",
  "failreason": "AST SpaceMobile’s BlueBird 7 successfully launched on Blue Origin’s New Glenn rocket, but was placed into an unusable lower orbit and will be deorbited despite the booster landing successfully.",
  "hashtag": "NG-3",
  "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": 41,
    "consecutive_successful_launches": 0,
    "successful_launches": 39,
    "failed_launches": 2,
    "pending_launches": 4,
    "consecutive_successful_landings": 12,
    "successful_landings": 38,
    "failed_landings": 3,
    "attempted_landings": 41,
    "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": 8408,
    "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": 41,
        "consecutive_successful_launches": 0,
        "successful_launches": 39,
        "failed_launches": 2,
        "pending_launches": 4,
        "consecutive_successful_landings": 12,
        "successful_landings": 38,
        "failed_landings": 3,
        "attempted_landings": 41,
        "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": 3,
      "consecutive_successful_launches": 0,
      "successful_launches": 2,
      "failed_launches": 1,
      "pending_launches": 4
    },
    "launcher_stage": [
      {
        "id": 617,
        "type": "Core",
        "reused": true,
        "launcher_flight_number": 2,
        "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 AST SpaceMobile's BlueBird Block 2 FM2.",
          "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": 2,
          "attempted_landings": 2,
          "flights": 2,
          "last_launch_date": "2026-04-19T11:25:00Z",
          "first_launch_date": "2025-11-13T20:55:01Z"
        },
        "landing": {
          "id": 1804,
          "attempt": true,
          "success": true,
          "description": "New Glenn booster GS1-SN002 has landed on Jacklyn after its 2nd flight.",
          "location": {
            "id": 51,
            "name": "Jacklyn",
            "abbrev": "LPV1",
            "description": "Jacklyn is Blue Origins first floating landing platform for New Glenn.",
            "location": null,
            "successful_landings": 2
          },
          "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": "2025-11-13T20:55:01Z",
        "turn_around_time_days": 156,
        "previous_flight": {
          "id": "9c950919-5d11-4a79-a4f1-be7387678c0a",
          "name": "New Glenn | EscaPADE"
        }
      }
    ],
    "spacecraft_stage": null
  },
  "mission": {
    "id": 6996,
    "launch_library_id": null,
    "name": "BlueBird Block 2 #2",
    "description": "AST SpaceMobile’s Block 2 BlueBird satellites are designed to deliver up to 10 times the bandwidth capacity of the BlueBird Block 1 satellites, required to achieve 24/7 continuous cellular broadband service coverage in the United States, with beams designed to support a capacity of up to 40 MHz, enabling peak data transmission speeds up to 120 Mbps, supporting voice, full data and video applications. The Block 2 BlueBirds, featuring as large as 2400 square foot communications arrays, will be the largest satellites ever commercially deployed in Low Earth orbit once launched.\r\n\r\nThis launch will feature 1 satellite, BlueBird 7/BlueBird Block 2 FM2.",
    "launch_designator": null,
    "type": "Communications",
    "orbit": {
      "id": 8,
      "name": "Low Earth Orbit",
      "abbrev": "LEO"
    }
  },
  "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": 1106,
      "total_landing_count": 74
    },
    "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/pad_121_20200803143231.jpg",
    "total_launch_count": 71
  },
  "infoURLs": [
    {
      "priority": 10,
      "title": null,
      "description": null,
      "feature_image": null,
      "url": "https://www.blueorigin.com/missions/ng-3"
    }
  ],
  "vidURLs": [
    {
      "priority": 10,
      "title": "Replay: New Glenn Mission NG-3 Webcast",
      "description": "Blue Origin will launch New Glenn's third mission carrying AST SpaceMobile's BlueBird 7 satellite to low Earth orbit. The mission is slated to launch no earlier than April 19, 2026, from Launch Complex 36 at Cape Canaveral Space Force Station in Florida. The launch window will be open from 6:45 - 8:45am ET.",
      "feature_image": "https://i.ytimg.com/vi/enQ_IXtfm9I/maxresdefault.jpg",
      "url": "https://www.youtube.com/watch?v=enQ_IXtfm9I"
    },
    {
      "priority": 11,
      "title": "Live: Blue Origin launches its third New Glenn rocket carrying BlueBird 7 satellite",
      "description": "Watch live coverage as Jeff Bezos' Blue Origin launches its third New Glenn rocket from Cape Canaveral Space Force Station in Florida, carrying AST SpaceMobile’s BlueBird 7 satellite into low Earth orbit. The mission will see the reuse of the New Glenn first stage used on the NG-2 mission in November.\n\nLiftoff of the liquid methane and liquid hydrogen fueled rocket from pad 36 is scheduled during a two-hour launch window that opens Sunday, April 19 at 6:45 a.m. EDT (1045 UTC). The rocket will take a south-easterly trajectory on departure from the Space Coast.\n\nAfter separation from the second stage, New Glenn's first stage booster, named 'Never Tell Me the Odds', will attempt to land on Blue Origin's landing platform 'Jacklyn' in the Atlantic Ocean about nine minutes after launch. It ...",
      "feature_image": "https://i.ytimg.com/vi/ew-rXo0FWhA/maxresdefault.jpg",
      "url": "https://www.youtube.com/watch?v=ew-rXo0FWhA"
    },
    {
      "priority": 12,
      "title": "Blue Origin Launches Bluebird 7 - Booster reuse and landing",
      "description": "Blue Origin launches its third mission, reusing the booster from Flight 2, and attempting recovery on the barge, Jacklyn. The mission is for AST SpaceMobile's BlueBird 7 satellite, sent into low Earth orbit from Launch Complex 36 at Cape Canaveral\n\nLaunch Window: April 19th from 6:45AM to 8:45AM EDT (10:45-12:45 UTC)\nCurrent T0: April 19th at 6:45AM EDT (10:45 UTC)\n\nMission: New Glenn launch of Bluebird 7 for AST SpaceMobile\nLaunch location: Launch Complex 36A (LC-36A), Cape Canaveral Space Force Station, Earth.\nTarget orbit: Low-Earth Orbit (LEO)\nBooster: SN002-2 \"Never Tell Me The Odds\"; 154d 13h 49min 59s turnaround\nBooster history: ESCAPADE\nBooster recovery: Landing Platform Vessel 1 (LPV-1) nicknamed \"Jacklyn\"\nSupport ship: Harvey Stone\nRocket trajectory: Southeast\nPayload mass: ...",
      "feature_image": "https://i.ytimg.com/vi/xlZVPFso4mk/maxresdefault.jpg",
      "url": "https://www.youtube.com/watch?v=xlZVPFso4mk"
    }
  ],
  "webcast_live": false,
  "image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/new_glenn_on_th_image_20251113164507.jpg",
  "infographic": null,
  "program": [],
  "orbital_launch_attempt_count": 7263,
  "location_launch_attempt_count": 1103,
  "pad_launch_attempt_count": 71,
  "agency_launch_attempt_count": 41,
  "orbital_launch_attempt_count_year": 90,
  "location_launch_attempt_count_year": 27,
  "pad_launch_attempt_count_year": 1,
  "agency_launch_attempt_count_year": 2
}