AN API endpoint that returns all Launch objects or a single launch.

EXAMPLE - /launch/[id]/ 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', 'is_crewed', 'include_suborbital', 'spacecraft_config__ids', 'related', 'location__ids', 'lsp__ids', 'pad__ids', 'status__ids'

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.2.0/launch/928dbe8e-410c-44b2-aba0-fe4ca9b89200/?format=api
HTTP 200 OK
Allow: GET
Content-Type: application/json
Vary: Accept

{
  "id": "928dbe8e-410c-44b2-aba0-fe4ca9b89200",
  "url": "https://ll.thespacedevs.com/2.2.0/launch/928dbe8e-410c-44b2-aba0-fe4ca9b89200/?format=api",
  "slug": "long-march-5b-xuntian-telescope",
  "flightclub_url": null,
  "r_spacex_api_id": null,
  "name": "Long March 5B | Xuntian Telescope",
  "status": {
    "id": 2,
    "name": "To Be Determined",
    "abbrev": "TBD",
    "description": "Current date is a placeholder or rough estimation based on unreliable or interpreted sources."
  },
  "last_updated": "2025-12-16T19:09:31Z",
  "updates": [
    {
      "id": 13357,
      "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
      "comment": "Added launch.",
      "info_url": "https://www.bilibili.com/video/BV1tbSeBNE2x/",
      "created_by": "Cosmic_Penguin",
      "created_on": "2025-12-16T19:09:00Z"
    }
  ],
  "net": "2027-12-31T00:00:00Z",
  "net_precision": {
    "id": 14,
    "name": "Year",
    "abbrev": "Y",
    "description": "The T-0 is expected in the given year."
  },
  "window_end": "2027-12-31T00:00:00Z",
  "window_start": "2027-12-31T00:00:00Z",
  "probability": null,
  "weather_concerns": null,
  "holdreason": "",
  "failreason": "",
  "hashtag": null,
  "launch_service_provider": {
    "id": 88,
    "url": "https://ll.thespacedevs.com/2.2.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": 600,
    "consecutive_successful_launches": 26,
    "successful_launches": 585,
    "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-prod.nyc3.digitaloceanspaces.com/media/images/china2520aerospace2520science2520and2520technology2520corporation_logo_20220826093937.png",
    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/china2520aerospace2520science2520and2520technology2520corporation_image_20191228094408.jpeg",
    "nation_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/china2520aerospace2520science2520and2520technology2520corporation_nation_20230604193716.png"
  },
  "rocket": {
    "id": 8857,
    "configuration": {
      "id": 208,
      "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/208/?format=api",
      "name": "Long March 5B",
      "active": true,
      "reusable": false,
      "description": "The configuration of the CZ-5B variant consists of the Long March 5 core stage with its four strapped-on liquid-fueled boosters, but the usual second stage will be absent; in place of the second stage would be heavier low earth orbit payloads.",
      "family": "Long March",
      "full_name": "Long March 5B",
      "manufacturer": {
        "id": 88,
        "url": "https://ll.thespacedevs.com/2.2.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": 600,
        "consecutive_successful_launches": 26,
        "successful_launches": 585,
        "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-prod.nyc3.digitaloceanspaces.com/media/images/china2520aerospace2520science2520and2520technology2520corporation_logo_20220826093937.png",
        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/china2520aerospace2520science2520and2520technology2520corporation_image_20191228094408.jpeg",
        "nation_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/china2520aerospace2520science2520and2520technology2520corporation_nation_20230604193716.png"
      },
      "program": [],
      "variant": "B",
      "alias": "",
      "min_stage": 1,
      "max_stage": 1,
      "length": 53.66,
      "diameter": 5.0,
      "maiden_flight": "2020-05-05",
      "launch_cost": null,
      "launch_mass": 837,
      "leo_capacity": 25000,
      "gto_capacity": null,
      "to_thrust": 10565,
      "apogee": null,
      "vehicle_range": null,
      "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/long_march_5b__image_20250906200134.jpg",
      "info_url": null,
      "wiki_url": "https://en.wikipedia.org/wiki/Long_March_5",
      "total_launch_count": 4,
      "consecutive_successful_launches": 4,
      "successful_launches": 4,
      "failed_launches": 0,
      "pending_launches": 1,
      "attempted_landings": 0,
      "successful_landings": 0,
      "failed_landings": 0,
      "consecutive_successful_landings": 0
    },
    "launcher_stage": [],
    "spacecraft_stage": null
  },
  "mission": {
    "id": 7448,
    "name": "Xuntian Telescope",
    "description": "Xuntian, formerly known as the Chinese Space Station Telescope (CSST), is a Chinese space telescope designed to perform high-resolution, large-area, multi-band imaging and slit-less spectroscopy surveys of the sky at ultraviolet to infrared wavelengths of 255 – 1000 nm. The survey camera is slated to cover approximately 17500 square degrees of the sky in various bands, reaching maximum magnitudes of about 26.\r\n\r\nXuntian will carry a survey camera, a tera-hertz receiver, a multi-channel imager, an integral field spectrograph, and a cool planet imaging coronagraph.\r\n\r\nXuntian will be launched to a Low Earth Orbit that will be co-orbiting with the Tiangong space station/Chinese Space Station, which will allow for periodic docking with the station for regular maintenance by astronauts.",
    "launch_designator": null,
    "type": "Astrophysics",
    "orbit": {
      "id": 8,
      "name": "Low Earth Orbit",
      "abbrev": "LEO"
    },
    "agencies": [],
    "info_urls": [],
    "vid_urls": []
  },
  "pad": {
    "id": 175,
    "url": "https://ll.thespacedevs.com/2.2.0/pad/175/?format=api",
    "agency_id": null,
    "name": "101",
    "description": "",
    "info_url": null,
    "wiki_url": "https://en.wikipedia.org/wiki/Wenchang_Spacecraft_Launch_Site",
    "map_url": "https://www.google.com/maps?q=19.614334,110.951011",
    "latitude": "19.614334",
    "longitude": "110.951011",
    "location": {
      "id": 8,
      "url": "https://ll.thespacedevs.com/2.2.0/location/8/?format=api",
      "name": "Wenchang Space Launch Site, People's Republic of China",
      "country_code": "CHN",
      "description": "The Wenchang Space Launch Site is a rocket launch site located in Wenchang on the island of Hainan, in China.\r\n\r\nFormally a suborbital test center, it currently serves as China's southernmost spaceport. The site was selected for its low latitude, 19° north of the equator, allowing for larger payloads to be launched. It is capable of launching the Long March 5, the heaviest Chinese rocket. Unlike launch facilities on the mainland, Wenchang uses its seaport for deliveries.",
      "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_8_20200803142445.jpg",
      "timezone_name": "Asia/Shanghai",
      "total_launch_count": 66,
      "total_landing_count": 0
    },
    "country_code": "CHN",
    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_175_20200803143424.jpg",
    "total_launch_count": 18,
    "orbital_launch_attempt_count": 18
  },
  "infoURLs": [],
  "vidURLs": [],
  "webcast_live": false,
  "timeline": [],
  "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/long_march_5b__image_20250906200134.jpg",
  "infographic": null,
  "program": [],
  "orbital_launch_attempt_count": 7591,
  "location_launch_attempt_count": 73,
  "pad_launch_attempt_count": 20,
  "agency_launch_attempt_count": 609,
  "orbital_launch_attempt_count_year": 95,
  "location_launch_attempt_count_year": 2,
  "pad_launch_attempt_count_year": 1,
  "agency_launch_attempt_count_year": 2,
  "pad_turnaround": "P487D",
  "mission_patches": [],
  "type": "detailed"
}