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/e3b45caa-2ccc-4937-931b-780edbe58db9/?format=api
HTTP 200 OK
Allow: GET
Content-Type: application/json
Vary: Accept

{
  "id": "e3b45caa-2ccc-4937-931b-780edbe58db9",
  "url": "https://lldev.thespacedevs.com/2.0.0/launch/e3b45caa-2ccc-4937-931b-780edbe58db9/?format=api",
  "launch_library_id": null,
  "slug": "kinetica-2-demo-flight-qingzhou-prototype-spacecra",
  "name": "Kinetica 2 | Demo Flight (Qingzhou Prototype Spacecraft)",
  "status": {
    "id": 3,
    "name": "Success"
  },
  "net": "2026-03-30T11:00:00Z",
  "window_end": "2026-03-30T13:14:00Z",
  "window_start": "2026-03-30T10:52:00Z",
  "inhold": false,
  "tbdtime": false,
  "tbddate": false,
  "probability": null,
  "holdreason": "",
  "failreason": "",
  "hashtag": null,
  "launch_service_provider": {
    "id": 1040,
    "url": "https://lldev.thespacedevs.com/2.0.0/agencies/1040/?format=api",
    "name": "CAS Space",
    "featured": false,
    "type": "Commercial",
    "country_code": "CHN",
    "abbrev": "CAS",
    "description": "CAS Space is a spin-off company from the Chinese Academy of Sciences (CAS) that is operating and plans to operate various launch vehicles of the Zhongke series.",
    "administrator": null,
    "founding_year": "2018",
    "launchers": "Zhongke",
    "spacecraft": "",
    "launch_library_url": null,
    "total_launch_count": 13,
    "consecutive_successful_launches": 7,
    "successful_launches": 12,
    "failed_launches": 1,
    "pending_launches": 0,
    "consecutive_successful_landings": 0,
    "successful_landings": 0,
    "failed_landings": 0,
    "attempted_landings": 0,
    "info_url": "https://cas-space.com/",
    "wiki_url": "https://en.wikipedia.org/wiki/CAS_Space",
    "logo_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/cas2520space_logo_20220727081352.png",
    "image_url": null,
    "nation_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/cas2520space_nation_20230604193435.png"
  },
  "rocket": {
    "id": 8823,
    "configuration": {
      "id": 541,
      "launch_library_id": null,
      "url": "https://lldev.thespacedevs.com/2.0.0/config/launcher/541/?format=api",
      "name": "Kinetica 2",
      "description": "",
      "family": "",
      "full_name": "Kinetica 2",
      "manufacturer": {
        "id": 1040,
        "url": "https://lldev.thespacedevs.com/2.0.0/agencies/1040/?format=api",
        "name": "CAS Space",
        "featured": false,
        "type": "Commercial",
        "country_code": "CHN",
        "abbrev": "CAS",
        "description": "CAS Space is a spin-off company from the Chinese Academy of Sciences (CAS) that is operating and plans to operate various launch vehicles of the Zhongke series.",
        "administrator": null,
        "founding_year": "2018",
        "launchers": "Zhongke",
        "spacecraft": "",
        "launch_library_url": null,
        "total_launch_count": 13,
        "consecutive_successful_launches": 7,
        "successful_launches": 12,
        "failed_launches": 1,
        "pending_launches": 0,
        "consecutive_successful_landings": 0,
        "successful_landings": 0,
        "failed_landings": 0,
        "attempted_landings": 0,
        "info_url": "https://cas-space.com/",
        "wiki_url": "https://en.wikipedia.org/wiki/CAS_Space",
        "logo_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/cas2520space_logo_20220727081352.png",
        "image_url": null,
        "nation_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/cas2520space_nation_20230604193435.png"
      },
      "program": [],
      "variant": "",
      "alias": "PR-2",
      "min_stage": 2,
      "max_stage": 2,
      "length": 52.0,
      "diameter": 3.35,
      "maiden_flight": "2026-03-30",
      "launch_mass": 625,
      "leo_capacity": 12000,
      "gto_capacity": null,
      "to_thrust": 7515,
      "apogee": null,
      "vehicle_range": null,
      "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/kinetica_2_firs_image_20260330153456.jpg",
      "info_url": null,
      "wiki_url": "https://en.wikipedia.org/wiki/CAS_Space#Kinetica_2,_and_2H",
      "total_launch_count": 1,
      "consecutive_successful_launches": 1,
      "successful_launches": 1,
      "failed_launches": 0,
      "pending_launches": 0
    },
    "launcher_stage": [],
    "spacecraft_stage": null
  },
  "mission": {
    "id": 7414,
    "launch_library_id": null,
    "name": "Demo Flight (Qingzhou Prototype Spacecraft)",
    "description": "First test launch and mission of CAS Space’s Kinetica-2 rocket, with 3 spacecraft on board:\r\n\r\n* New March 02 (Qingzhou space station cargo resupply vehicle Prototype Spacecraft)\r\n* New March 01 in-orbit experiments hosting satellite\r\n* TS-01",
    "launch_designator": null,
    "type": "Test Flight",
    "orbit": {
      "id": 13,
      "name": "Polar Orbit",
      "abbrev": "PO"
    }
  },
  "pad": {
    "id": 244,
    "url": "https://lldev.thespacedevs.com/2.0.0/pad/244/?format=api",
    "agency_id": 1040,
    "name": "Launch Area 140",
    "info_url": null,
    "wiki_url": "https://en.wikipedia.org/wiki/CAS_Space#Kinetica_2,_and_2H",
    "map_url": "https://www.google.com/maps?q=40.81748,100.21939",
    "latitude": "40.81748",
    "longitude": "100.21939",
    "location": {
      "id": 17,
      "url": "https://lldev.thespacedevs.com/2.0.0/location/17/?format=api",
      "name": "Jiuquan Satellite Launch Center, People's Republic of China",
      "country_code": "CHN",
      "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/location_17_20200803142429.jpg",
      "total_launch_count": 283,
      "total_landing_count": 2
    },
    "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/pad_launch_area_140_20251128222956.jpg",
    "total_launch_count": 1
  },
  "infoURLs": [],
  "vidURLs": [],
  "webcast_live": false,
  "image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/kinetica_2_firs_image_20260330153456.jpg",
  "infographic": null,
  "program": [],
  "orbital_launch_attempt_count": 7243,
  "location_launch_attempt_count": 280,
  "pad_launch_attempt_count": 1,
  "agency_launch_attempt_count": 12,
  "orbital_launch_attempt_count_year": 70,
  "location_launch_attempt_count_year": 7,
  "pad_launch_attempt_count_year": 1,
  "agency_launch_attempt_count_year": 1
}