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/a8d8d683-3ab0-40ab-beb0-e66bb55afd91/?format=api
HTTP 200 OK
Allow: GET
Content-Type: application/json
Vary: Accept

{
  "id": "a8d8d683-3ab0-40ab-beb0-e66bb55afd91",
  "url": "https://lldev.thespacedevs.com/2.0.0/launch/a8d8d683-3ab0-40ab-beb0-e66bb55afd91/?format=api",
  "launch_library_id": null,
  "slug": "nebula-1-demo-flight",
  "name": "Nebula-1 | Demo Flight",
  "status": {
    "id": 2,
    "name": "TBD"
  },
  "net": "2026-06-30T00:00:00Z",
  "window_end": "2026-06-30T00:00:00Z",
  "window_start": "2026-06-30T00:00:00Z",
  "inhold": false,
  "tbdtime": true,
  "tbddate": true,
  "probability": null,
  "holdreason": "",
  "failreason": "",
  "hashtag": null,
  "launch_service_provider": {
    "id": 1102,
    "url": "https://lldev.thespacedevs.com/2.0.0/agencies/1102/?format=api",
    "name": "Deep Blue Aerospace",
    "featured": false,
    "type": "Commercial",
    "country_code": "CHN",
    "abbrev": "DBA Space",
    "description": "Chinese private launch services provider, currently developing the Nebula series of orbital launch vehicles.",
    "administrator": null,
    "founding_year": "2016",
    "launchers": "",
    "spacecraft": "",
    "launch_library_url": null,
    "total_launch_count": 0,
    "consecutive_successful_launches": 0,
    "successful_launches": 0,
    "failed_launches": 0,
    "pending_launches": 1,
    "consecutive_successful_landings": 0,
    "successful_landings": 0,
    "failed_landings": 0,
    "attempted_landings": 0,
    "info_url": "https://www.dbaspace.com/indexs.html",
    "wiki_url": "https://en.wikipedia.org/wiki/Deep_Blue_Aerospace",
    "logo_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/deep_blue_aeros_image_20251120062051.jpg",
    "image_url": null,
    "nation_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/deep_blue_aeros_image_20251120062112.png"
  },
  "rocket": {
    "id": 8827,
    "configuration": {
      "id": 545,
      "launch_library_id": null,
      "url": "https://lldev.thespacedevs.com/2.0.0/config/launcher/545/?format=api",
      "name": "Nebula-1",
      "description": "",
      "family": "",
      "full_name": "Nebula-1",
      "manufacturer": {
        "id": 1102,
        "url": "https://lldev.thespacedevs.com/2.0.0/agencies/1102/?format=api",
        "name": "Deep Blue Aerospace",
        "featured": false,
        "type": "Commercial",
        "country_code": "CHN",
        "abbrev": "DBA Space",
        "description": "Chinese private launch services provider, currently developing the Nebula series of orbital launch vehicles.",
        "administrator": null,
        "founding_year": "2016",
        "launchers": "",
        "spacecraft": "",
        "launch_library_url": null,
        "total_launch_count": 0,
        "consecutive_successful_launches": 0,
        "successful_launches": 0,
        "failed_launches": 0,
        "pending_launches": 1,
        "consecutive_successful_landings": 0,
        "successful_landings": 0,
        "failed_landings": 0,
        "attempted_landings": 0,
        "info_url": "https://www.dbaspace.com/indexs.html",
        "wiki_url": "https://en.wikipedia.org/wiki/Deep_Blue_Aerospace",
        "logo_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/deep_blue_aeros_image_20251120062051.jpg",
        "image_url": null,
        "nation_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/deep_blue_aeros_image_20251120062112.png"
      },
      "program": [],
      "variant": "",
      "alias": "",
      "min_stage": 2,
      "max_stage": 2,
      "length": 35.0,
      "diameter": 3.35,
      "maiden_flight": null,
      "launch_mass": 150,
      "leo_capacity": 2000,
      "gto_capacity": null,
      "to_thrust": 2130,
      "apogee": null,
      "vehicle_range": null,
      "image_url": null,
      "info_url": null,
      "wiki_url": "https://en.wikipedia.org/wiki/Deep_Blue_Aerospace#Nebula_1",
      "total_launch_count": 0,
      "consecutive_successful_launches": 0,
      "successful_launches": 0,
      "failed_launches": 0,
      "pending_launches": 1
    },
    "launcher_stage": [],
    "spacecraft_stage": null
  },
  "mission": {
    "id": 7418,
    "launch_library_id": null,
    "name": "Demo Flight",
    "description": "First test launch of Deep Blue Aerospace’s Nebula-1 rocket.\r\n\r\nThe test flight profile is reported to be sub-orbital.",
    "launch_designator": null,
    "type": "Test Flight",
    "orbit": {
      "id": 15,
      "name": "Suborbital",
      "abbrev": "Sub"
    }
  },
  "pad": {
    "id": 252,
    "url": "https://lldev.thespacedevs.com/2.0.0/pad/252/?format=api",
    "agency_id": 88,
    "name": "Land Launch Pad 1",
    "info_url": null,
    "wiki_url": null,
    "map_url": "https://www.google.com/maps?q=36.664312,121.188333",
    "latitude": "36.664312",
    "longitude": "121.188333",
    "location": {
      "id": 185,
      "url": "https://lldev.thespacedevs.com/2.0.0/location/185/?format=api",
      "name": "Haiyang Oriental Spaceport",
      "country_code": "CHN",
      "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/location_haiyang_oriental_spaceport_20251128181322.jpg",
      "total_launch_count": 25,
      "total_landing_count": 0
    },
    "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/pad_land_launch_pad_1_20260405193202.jpg",
    "total_launch_count": 0
  },
  "infoURLs": [],
  "vidURLs": [],
  "webcast_live": false,
  "image": null,
  "infographic": null,
  "program": [],
  "orbital_launch_attempt_count": null,
  "location_launch_attempt_count": 26,
  "pad_launch_attempt_count": 1,
  "agency_launch_attempt_count": 1,
  "orbital_launch_attempt_count_year": null,
  "location_launch_attempt_count_year": 5,
  "pad_launch_attempt_count_year": 1,
  "agency_launch_attempt_count_year": 1
}