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/4a35280f-2665-4d3a-89cc-8d520c72edc0/?format=api
HTTP 200 OK
Allow: GET
Content-Type: application/json
Vary: Accept

{
  "id": "4a35280f-2665-4d3a-89cc-8d520c72edc0",
  "url": "https://ll.thespacedevs.com/2.2.0/launch/4a35280f-2665-4d3a-89cc-8d520c72edc0/?format=api",
  "slug": "zhuque-1-weilai-1-future-1",
  "flightclub_url": null,
  "r_spacex_api_id": null,
  "name": "Zhuque-1 | Weilai-1 (Future-1)",
  "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-07-08T08:40:11Z",
  "updates": [],
  "net": "2018-10-27T08:00:00Z",
  "net_precision": null,
  "window_end": "2018-10-27T08:57:00Z",
  "window_start": "2018-10-27T02:27:30Z",
  "probability": null,
  "weather_concerns": null,
  "holdreason": "",
  "failreason": "Attitude control failed after third stage ignition.",
  "hashtag": null,
  "launch_service_provider": {
    "id": 259,
    "url": "https://ll.thespacedevs.com/2.2.0/agencies/259/?format=api",
    "name": "LandSpace",
    "featured": false,
    "type": "Commercial",
    "country_code": "CHN",
    "abbrev": "LS",
    "description": "LandSpace is a Chinese private space launch company based in Beijing. It was founded in 2015 by Tsinghua University alumni Zhang Changwu.",
    "administrator": "Founder: Zhang Changwu",
    "founding_year": "2015",
    "launchers": "",
    "spacecraft": "",
    "launch_library_url": null,
    "total_launch_count": 11,
    "consecutive_successful_launches": 4,
    "successful_launches": 8,
    "failed_launches": 3,
    "pending_launches": 0,
    "consecutive_successful_landings": 1,
    "successful_landings": 1,
    "failed_landings": 1,
    "attempted_landings": 2,
    "info_url": null,
    "wiki_url": "https://en.wikipedia.org/wiki/LandSpace",
    "logo_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/landspace_logo_20220822100731.png",
    "image_url": null,
    "nation_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/landspace_nation_20230702184353.png"
  },
  "rocket": {
    "id": 1378,
    "configuration": {
      "id": 160,
      "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/160/?format=api",
      "name": "Zhuque-1",
      "active": false,
      "reusable": false,
      "description": "The ZhuQue-1 (ZQ-1), is a Chinese commercial launch vehicle by the LandSpace company. for small payloads up to 300 kg.",
      "family": "Zhuque",
      "full_name": "Zhuque-1",
      "manufacturer": {
        "id": 259,
        "url": "https://ll.thespacedevs.com/2.2.0/agencies/259/?format=api",
        "name": "LandSpace",
        "featured": false,
        "type": "Commercial",
        "country_code": "CHN",
        "abbrev": "LS",
        "description": "LandSpace is a Chinese private space launch company based in Beijing. It was founded in 2015 by Tsinghua University alumni Zhang Changwu.",
        "administrator": "Founder: Zhang Changwu",
        "founding_year": "2015",
        "launchers": "",
        "spacecraft": "",
        "launch_library_url": null,
        "total_launch_count": 11,
        "consecutive_successful_launches": 4,
        "successful_launches": 8,
        "failed_launches": 3,
        "pending_launches": 0,
        "consecutive_successful_landings": 1,
        "successful_landings": 1,
        "failed_landings": 1,
        "attempted_landings": 2,
        "info_url": null,
        "wiki_url": "https://en.wikipedia.org/wiki/LandSpace",
        "logo_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/landspace_logo_20220822100731.png",
        "image_url": null,
        "nation_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/landspace_nation_20230702184353.png"
      },
      "program": [],
      "variant": "",
      "alias": "",
      "min_stage": null,
      "max_stage": null,
      "length": null,
      "diameter": null,
      "maiden_flight": "2018-10-27",
      "launch_cost": null,
      "launch_mass": null,
      "leo_capacity": null,
      "gto_capacity": null,
      "to_thrust": null,
      "apogee": null,
      "vehicle_range": null,
      "image_url": null,
      "info_url": null,
      "wiki_url": null,
      "total_launch_count": 1,
      "consecutive_successful_launches": 0,
      "successful_launches": 0,
      "failed_launches": 1,
      "pending_launches": 0,
      "attempted_landings": 0,
      "successful_landings": 0,
      "failed_landings": 0,
      "consecutive_successful_landings": 0
    },
    "launcher_stage": [],
    "spacecraft_stage": null
  },
  "mission": {
    "id": 700,
    "name": "Weilai-1 (Future-1)",
    "description": "The satellite is operated by China Central Television (CCTV) and is intended to carry out scientific expermients and perform Earth observation. Weilai-1 is expected to operate in sun-synchronous orbit for two years.",
    "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": 294,
      "total_landing_count": 3
    },
    "country_code": "CHN",
    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_21_20200803143253.jpg",
    "total_launch_count": 67,
    "orbital_launch_attempt_count": 67
  },
  "infoURLs": [],
  "vidURLs": [
    {
      "priority": 0,
      "source": "youtube.com",
      "publisher": "SciNews",
      "title": "LandSpace ZhuQue-1 first launch",
      "description": "LandSpace ZhuQue-1 rocket launched the Weilai-1 (Future-1) satellite from the Jiuquan Satellite Launch Center, Gansu Province, northwest China, on 27 October 2018, at 08:00 UTC (16:00 local time). Acc...",
      "feature_image": "https://i.ytimg.com/vi/25FDKanOGmI/maxresdefault.jpg",
      "url": "https://www.youtube.com/watch?v=25FDKanOGmI",
      "type": {
        "id": 6,
        "name": "Recap"
      },
      "language": {
        "id": 1,
        "name": "English",
        "code": "en"
      },
      "start_time": "2018-10-28T01:21:53Z",
      "end_time": "2018-10-28T01:23:24Z"
    },
    {
      "priority": 0,
      "source": "youtube.com",
      "publisher": "CGTN",
      "title": "China's private carrier rocket launch attempt helps gather experience",
      "description": "The launch of Zhuque-1, China's first private-sector carrier rocket, will help gather experience for future launch missions, according to its developer, Landspace Technology Corp. An issue with the th...",
      "feature_image": "https://i.ytimg.com/vi/WHUZFnX_j10/maxresdefault.jpg",
      "url": "https://www.youtube.com/watch?v=WHUZFnX_j10",
      "type": {
        "id": 6,
        "name": "Recap"
      },
      "language": {
        "id": 1,
        "name": "English",
        "code": "en"
      },
      "start_time": "2018-10-28T03:29:36Z",
      "end_time": "2018-10-28T03:30:36Z"
    }
  ],
  "webcast_live": false,
  "timeline": [],
  "image": null,
  "infographic": null,
  "program": [],
  "orbital_launch_attempt_count": 5790,
  "location_launch_attempt_count": 108,
  "pad_launch_attempt_count": 7,
  "agency_launch_attempt_count": 1,
  "orbital_launch_attempt_count_year": 84,
  "location_launch_attempt_count_year": 11,
  "pad_launch_attempt_count_year": 4,
  "agency_launch_attempt_count_year": 1,
  "pad_turnaround": "P28DT3H46M30S",
  "mission_patches": [],
  "type": "detailed"
}