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/6d2beb1a-6869-4505-9fc1-a4aa224178e2/?format=api
HTTP 200 OK
Allow: GET
Content-Type: application/json
Vary: Accept

{
  "id": "6d2beb1a-6869-4505-9fc1-a4aa224178e2",
  "url": "https://lldev.thespacedevs.com/2.0.0/launch/6d2beb1a-6869-4505-9fc1-a4aa224178e2/?format=api",
  "launch_library_id": null,
  "slug": "long-march-7a-tjsw-24",
  "name": "Long March 7A | TJSW-24",
  "status": {
    "id": 3,
    "name": "Success"
  },
  "net": "2026-05-26T16:16:00Z",
  "window_end": "2026-05-26T17:08:00Z",
  "window_start": "2026-05-26T16:08:00Z",
  "inhold": false,
  "tbdtime": false,
  "tbddate": false,
  "probability": null,
  "holdreason": "",
  "failreason": "",
  "hashtag": null,
  "launch_service_provider": {
    "id": 88,
    "url": "https://lldev.thespacedevs.com/2.0.0/agencies/88/?format=api",
    "name": "China Aerospace Science and Technology Corporation",
    "featured": true,
    "type": "Government",
    "country_code": "CHN",
    "abbrev": "CASC",
    "description": "The China Aerospace Science and Technology Corporation (CASC) is the main contractor for the Chinese space program. It is state-owned and has a number of subordinate entities which design, develop and manufacture a range of spacecraft, launch vehicles, strategic and tactical missile systems, and ground equipment. It was officially established in July 1999 as part of a Chinese government reform drive, having previously been one part of the former China Aerospace Corporation. Various incarnations of the program date back to 1956.",
    "administrator": "Chairman & President: Lei Fanpei",
    "founding_year": "1999",
    "launchers": "Long March",
    "spacecraft": "",
    "launch_library_url": null,
    "total_launch_count": 599,
    "consecutive_successful_launches": 25,
    "successful_launches": 584,
    "failed_launches": 15,
    "pending_launches": 8,
    "consecutive_successful_landings": 0,
    "successful_landings": 0,
    "failed_landings": 1,
    "attempted_landings": 1,
    "info_url": "https://english.spacechina.com/",
    "wiki_url": "https://en.wikipedia.org/wiki/China_Aerospace_Science_and_Technology_Corporation",
    "logo_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/china2520aerospace2520science2520and2520technology2520corporation_logo_20220826093937.png",
    "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/china2520aerospace2520science2520and2520technology2520corporation_image_20191228094408.jpeg",
    "nation_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/china2520aerospace2520science2520and2520technology2520corporation_nation_20230604193716.png"
  },
  "rocket": {
    "id": 8875,
    "configuration": {
      "id": 216,
      "launch_library_id": 247,
      "url": "https://lldev.thespacedevs.com/2.0.0/config/launcher/216/?format=api",
      "name": "Long March 7A",
      "description": "",
      "family": "Long March",
      "full_name": "Long March 7A",
      "manufacturer": {
        "id": 88,
        "url": "https://lldev.thespacedevs.com/2.0.0/agencies/88/?format=api",
        "name": "China Aerospace Science and Technology Corporation",
        "featured": true,
        "type": "Government",
        "country_code": "CHN",
        "abbrev": "CASC",
        "description": "The China Aerospace Science and Technology Corporation (CASC) is the main contractor for the Chinese space program. It is state-owned and has a number of subordinate entities which design, develop and manufacture a range of spacecraft, launch vehicles, strategic and tactical missile systems, and ground equipment. It was officially established in July 1999 as part of a Chinese government reform drive, having previously been one part of the former China Aerospace Corporation. Various incarnations of the program date back to 1956.",
        "administrator": "Chairman & President: Lei Fanpei",
        "founding_year": "1999",
        "launchers": "Long March",
        "spacecraft": "",
        "launch_library_url": null,
        "total_launch_count": 599,
        "consecutive_successful_launches": 25,
        "successful_launches": 584,
        "failed_launches": 15,
        "pending_launches": 8,
        "consecutive_successful_landings": 0,
        "successful_landings": 0,
        "failed_landings": 1,
        "attempted_landings": 1,
        "info_url": "https://english.spacechina.com/",
        "wiki_url": "https://en.wikipedia.org/wiki/China_Aerospace_Science_and_Technology_Corporation",
        "logo_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/china2520aerospace2520science2520and2520technology2520corporation_logo_20220826093937.png",
        "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/china2520aerospace2520science2520and2520technology2520corporation_image_20191228094408.jpeg",
        "nation_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/china2520aerospace2520science2520and2520technology2520corporation_nation_20230604193716.png"
      },
      "program": [],
      "variant": "A",
      "alias": "",
      "min_stage": null,
      "max_stage": null,
      "length": null,
      "diameter": null,
      "maiden_flight": "2020-03-16",
      "launch_mass": null,
      "leo_capacity": null,
      "gto_capacity": null,
      "to_thrust": null,
      "apogee": null,
      "vehicle_range": null,
      "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/cz-7a_launch_2_image_20251206093324.jpeg",
      "info_url": null,
      "wiki_url": null,
      "total_launch_count": 15,
      "consecutive_successful_launches": 14,
      "successful_launches": 14,
      "failed_launches": 1,
      "pending_launches": 1
    },
    "launcher_stage": [],
    "spacecraft_stage": null
  },
  "mission": {
    "id": 7466,
    "launch_library_id": null,
    "name": "TJSW-24",
    "description": "Chinese classified satellite claimed to be for communication technology test purposes. Actual mission not known.",
    "launch_designator": null,
    "type": "Government/Top Secret",
    "orbit": {
      "id": 2,
      "name": "Geostationary Transfer Orbit",
      "abbrev": "GTO"
    }
  },
  "pad": {
    "id": 176,
    "url": "https://lldev.thespacedevs.com/2.0.0/pad/176/?format=api",
    "agency_id": null,
    "name": "201",
    "info_url": null,
    "wiki_url": "https://en.wikipedia.org/wiki/Wenchang_Spacecraft_Launch_Site",
    "map_url": "https://www.google.com/maps?q=19.618452,110.955356",
    "latitude": "19.618452",
    "longitude": "110.955356",
    "location": {
      "id": 8,
      "url": "https://lldev.thespacedevs.com/2.0.0/location/8/?format=api",
      "name": "Wenchang Space Launch Site, People's Republic of China",
      "country_code": "CHN",
      "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/location_8_20200803142445.jpg",
      "total_launch_count": 65,
      "total_landing_count": 0
    },
    "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/pad_176_20200803143412.jpg",
    "total_launch_count": 30
  },
  "infoURLs": [],
  "vidURLs": [
    {
      "priority": 10,
      "title": "Watch Long March 7A Launch TJSW-24 from Wenchang, LIVE!!",
      "description": "Credits: TSDG 'The Boys'\n-------------------------------------------------------------\nSubscribe and follow my socials for more content!!!\n▶️ Twitter/X @TestAiden [ThatSpaceDogeGuy]\n▶️ Instagram | ThatSpaceDogeGuy\n▶️ Tiktok | ThatSpaceDogeGuy\n▶️ Twitch | ThatSpaceDogeGuy\n\nFootage from TSDG may be reused only with proper credit. Credit must be clearly visible in the video or included in the description. Unauthorized use without credit may be subject to removal.\n\nFor all business inquiries, questions, or copyright matters, please contact: [email protected]\nThis stream includes footage from our team..",
      "feature_image": "https://i.ytimg.com/vi/1aT4OfdPiLU/maxresdefault.jpg",
      "url": "https://www.youtube.com/watch?v=1aT4OfdPiLU"
    }
  ],
  "webcast_live": false,
  "image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/cz-7a_launch_2_image_20251206093324.jpeg",
  "infographic": null,
  "program": [],
  "orbital_launch_attempt_count": 7294,
  "location_launch_attempt_count": 62,
  "pad_launch_attempt_count": 30,
  "agency_launch_attempt_count": 592,
  "orbital_launch_attempt_count_year": 121,
  "location_launch_attempt_count_year": 7,
  "pad_launch_attempt_count_year": 2,
  "agency_launch_attempt_count_year": 22
}