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/6eef3c8d-90a9-499c-96cd-e42326722d12/?format=api
HTTP 200 OK
Allow: GET
Content-Type: application/json
Vary: Accept

{
  "id": "6eef3c8d-90a9-499c-96cd-e42326722d12",
  "url": "https://ll.thespacedevs.com/2.2.0/launch/6eef3c8d-90a9-499c-96cd-e42326722d12/?format=api",
  "slug": "ceres-1-jilin-1-high-resolution-04b",
  "flightclub_url": null,
  "r_spacex_api_id": null,
  "name": "Ceres-1 | Jilin-1 High Resolution 04B",
  "status": {
    "id": 4,
    "name": "Launch Failure",
    "abbrev": "Failure",
    "description": "Either the launch vehicle did not reach orbit, or the payload(s) failed to separate."
  },
  "last_updated": "2023-10-24T03:26:16Z",
  "updates": [
    {
      "id": 5215,
      "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
      "comment": "Launch failed.",
      "info_url": "http://m.weibo.cn/status/4948505086923061",
      "created_by": "Cosmic_Penguin",
      "created_on": "2023-09-21T13:09:31Z"
    },
    {
      "id": 5189,
      "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
      "comment": "Added launch per NOTAMs and marine navigation warnings; Identity of launch vehicle and payload highly uncertain.",
      "info_url": "https://forum.nasaspaceflight.com/index.php?topic=57867.msg2525157#msg2525157",
      "created_by": "Cosmic_Penguin",
      "created_on": "2023-09-19T01:15:29Z"
    }
  ],
  "net": "2023-09-21T04:59:10Z",
  "net_precision": {
    "id": 0,
    "name": "Second",
    "abbrev": "SEC",
    "description": "The T-0 is accurate to the second."
  },
  "window_end": "2023-09-21T09:00:00Z",
  "window_start": "2023-09-21T04:00:00Z",
  "probability": null,
  "weather_concerns": null,
  "holdreason": "",
  "failreason": "Vehicle lost attitude control at T+67.5 s after suffering 1st stage motor nozzle expansion burn-through. Failure was traced to improper drilling of screw holes that caused damage in the inner carbon fiber layers.",
  "hashtag": null,
  "launch_service_provider": {
    "id": 1021,
    "url": "https://ll.thespacedevs.com/2.2.0/agencies/1021/?format=api",
    "name": "Galactic Energy",
    "featured": false,
    "type": "Commercial",
    "country_code": "CHN",
    "abbrev": "GE",
    "description": "Galactic Energy is a private aerospace company headquartered in Beijing, China. Established by senior engineers in 2018, Galactic Energy engages in low-cost commercial space launch business.",
    "administrator": null,
    "founding_year": "2018",
    "launchers": "Ceres-1 | Pallas-1",
    "spacecraft": "",
    "launch_library_url": null,
    "total_launch_count": 24,
    "consecutive_successful_launches": 0,
    "successful_launches": 21,
    "failed_launches": 3,
    "pending_launches": 1,
    "consecutive_successful_landings": 0,
    "successful_landings": 0,
    "failed_landings": 0,
    "attempted_landings": 0,
    "info_url": "https://www.galactic-energy.cn/index.php/En",
    "wiki_url": null,
    "logo_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/galactic2520energy_logo_20201106095229.png",
    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/galactic_energy_image_20201106095228.jpeg",
    "nation_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/galactic2520energy_nation_20230703094321.png"
  },
  "rocket": {
    "id": 8028,
    "configuration": {
      "id": 461,
      "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/461/?format=api",
      "name": "Ceres-1",
      "active": true,
      "reusable": false,
      "description": "Ceres-1 is the first solid propellant launch vehicle of Galactic Energy.",
      "family": "Ceres-1",
      "full_name": "Ceres-1",
      "manufacturer": {
        "id": 1021,
        "url": "https://ll.thespacedevs.com/2.2.0/agencies/1021/?format=api",
        "name": "Galactic Energy",
        "featured": false,
        "type": "Commercial",
        "country_code": "CHN",
        "abbrev": "GE",
        "description": "Galactic Energy is a private aerospace company headquartered in Beijing, China. Established by senior engineers in 2018, Galactic Energy engages in low-cost commercial space launch business.",
        "administrator": null,
        "founding_year": "2018",
        "launchers": "Ceres-1 | Pallas-1",
        "spacecraft": "",
        "launch_library_url": null,
        "total_launch_count": 24,
        "consecutive_successful_launches": 0,
        "successful_launches": 21,
        "failed_launches": 3,
        "pending_launches": 1,
        "consecutive_successful_landings": 0,
        "successful_landings": 0,
        "failed_landings": 0,
        "attempted_landings": 0,
        "info_url": "https://www.galactic-energy.cn/index.php/En",
        "wiki_url": null,
        "logo_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/galactic2520energy_logo_20201106095229.png",
        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/galactic_energy_image_20201106095228.jpeg",
        "nation_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/galactic2520energy_nation_20230703094321.png"
      },
      "program": [],
      "variant": "Ceres-1",
      "alias": "",
      "min_stage": 3,
      "max_stage": 4,
      "length": null,
      "diameter": null,
      "maiden_flight": "2020-11-07",
      "launch_cost": null,
      "launch_mass": null,
      "leo_capacity": 350,
      "gto_capacity": null,
      "to_thrust": 598,
      "apogee": null,
      "vehicle_range": null,
      "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/ceres-1_image_20230722081939.jpeg",
      "info_url": "http://www.galactic-energy.cn/index.php/En/List/cid/14",
      "wiki_url": null,
      "total_launch_count": 17,
      "consecutive_successful_launches": 0,
      "successful_launches": 15,
      "failed_launches": 2,
      "pending_launches": 0,
      "attempted_landings": 0,
      "successful_landings": 0,
      "failed_landings": 0,
      "consecutive_successful_landings": 0
    },
    "launcher_stage": [],
    "spacecraft_stage": null
  },
  "mission": {
    "id": 6566,
    "name": "Jilin-1 High Resolution 04B",
    "description": "New high resolution Earth observation satellite for the Jilin-1 commercial Earth observation satellites constellation.",
    "launch_designator": null,
    "type": "Earth Science",
    "orbit": {
      "id": 17,
      "name": "Sun-Synchronous Orbit",
      "abbrev": "SSO"
    },
    "agencies": [],
    "info_urls": [],
    "vid_urls": []
  },
  "pad": {
    "id": 21,
    "url": "https://ll.thespacedevs.com/2.2.0/pad/21/?format=api",
    "agency_id": null,
    "name": "Launch Area 95A",
    "description": "",
    "info_url": null,
    "wiki_url": "https://en.wikipedia.org/wiki/Jiuquan_Satellite_Launch_Center",
    "map_url": "https://www.google.com/maps?q=40.969117,100.343333",
    "latitude": "40.969117",
    "longitude": "100.343333",
    "location": {
      "id": 17,
      "url": "https://ll.thespacedevs.com/2.2.0/location/17/?format=api",
      "name": "Jiuquan Satellite Launch Center, People's Republic of China",
      "country_code": "CHN",
      "description": "Jiuquan Satellite Launch Center is a Chinese spaceport located between the Ejin, Alxa, Inner Mongolia and Hangtian Town, Jinta County, Jiuquan, Gansu Province. It is part of the Dongfeng Aerospace City (Base 10).",
      "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_17_20200803142429.jpg",
      "timezone_name": "Asia/Shanghai",
      "total_launch_count": 282,
      "total_landing_count": 2
    },
    "country_code": "CHN",
    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_21_20200803143253.jpg",
    "total_launch_count": 66,
    "orbital_launch_attempt_count": 66
  },
  "infoURLs": [],
  "vidURLs": [
    {
      "priority": 10,
      "source": "youtube.com",
      "publisher": "CNSA Watcher - Archives",
      "title": "[🔴China’s 44th launch in 2023] Ceres-1 Y11 failed to launch Jilin1-GF04B remote sensing satellite",
      "description": "Source: https://m.bilibili.com/video/BV1qC4y1Z7dC",
      "feature_image": "https://i.ytimg.com/vi/Y-GPGKgTKXE/maxresdefault.jpg",
      "url": "https://www.youtube.com/watch?v=Y-GPGKgTKXE",
      "type": {
        "id": 6,
        "name": "Recap"
      },
      "language": {
        "id": 1,
        "name": "English",
        "code": "en"
      },
      "start_time": "2023-09-22T07:21:55Z",
      "end_time": "2023-09-22T07:22:05Z"
    }
  ],
  "webcast_live": false,
  "timeline": [],
  "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/ceres-1_image_20230722081939.jpeg",
  "infographic": null,
  "program": [],
  "orbital_launch_attempt_count": 6523,
  "location_launch_attempt_count": 206,
  "pad_launch_attempt_count": 45,
  "agency_launch_attempt_count": 10,
  "orbital_launch_attempt_count_year": 155,
  "location_launch_attempt_count_year": 24,
  "pad_launch_attempt_count_year": 10,
  "agency_launch_attempt_count_year": 6,
  "pad_turnaround": "P27DT10S",
  "mission_patches": [
    {
      "id": 890,
      "name": "Ceres-1 Y 11",
      "priority": 10,
      "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/mission_patch_images/ceres-12520y2_mission_patch_20230913070456.png",
      "agency": {
        "id": 1021,
        "url": "https://ll.thespacedevs.com/2.2.0/agencies/1021/?format=api",
        "name": "Galactic Energy",
        "type": "Commercial"
      }
    }
  ],
  "type": "detailed"
}