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/e4d243bc-153c-454f-a426-69100b0daedc/?format=api
HTTP 200 OK
Allow: GET
Content-Type: application/json
Vary: Accept

{
  "id": "e4d243bc-153c-454f-a426-69100b0daedc",
  "url": "https://ll.thespacedevs.com/2.0.0/launch/e4d243bc-153c-454f-a426-69100b0daedc/?format=api",
  "launch_library_id": null,
  "slug": "gravity-1-maiden-flight",
  "name": "Gravity-1 | Maiden flight",
  "status": {
    "id": 3,
    "name": "Success"
  },
  "net": "2024-01-11T05:30:00Z",
  "window_end": "2024-01-11T07:05:00Z",
  "window_start": "2024-01-11T05:15:00Z",
  "inhold": false,
  "tbdtime": false,
  "tbddate": false,
  "probability": null,
  "holdreason": "",
  "failreason": "",
  "hashtag": null,
  "launch_service_provider": {
    "id": 1080,
    "url": "https://ll.thespacedevs.com/2.0.0/agencies/1080/?format=api",
    "name": "Orienspace Technology",
    "featured": false,
    "type": "Commercial",
    "country_code": "CHN",
    "abbrev": "OrienSpace",
    "description": "Galactic Energy is a private aerospace company headquartered in Yantai, Shandong, China, established in 2020. The company is developing the Gravity Series of satellite launch vehicles.",
    "administrator": null,
    "founding_year": "2020",
    "launchers": "Gravity-1",
    "spacecraft": "",
    "launch_library_url": null,
    "total_launch_count": 3,
    "consecutive_successful_launches": 3,
    "successful_launches": 3,
    "failed_launches": 0,
    "pending_launches": 2,
    "consecutive_successful_landings": 0,
    "successful_landings": 0,
    "failed_landings": 0,
    "attempted_landings": 0,
    "info_url": "https://www.orienspace.com/",
    "wiki_url": "https://en.wikipedia.org/wiki/Orienspace",
    "logo_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/orienspace2520technology_logo_20240112075736.png",
    "image_url": null,
    "nation_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/orienspace2520technology_nation_20240112075637.png"
  },
  "rocket": {
    "id": 8157,
    "configuration": {
      "id": 503,
      "launch_library_id": null,
      "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/503/?format=api",
      "name": "Gravity-1",
      "description": "A 4 stage launch vehicle by Chinese private company OrienSpace, consisting of 5 solid rocket motors clustered together but with the center motor igniting just before boosters separation. The upper two stages also uses solid fuel.",
      "family": "",
      "full_name": "Gravity-1",
      "manufacturer": {
        "id": 1080,
        "url": "https://ll.thespacedevs.com/2.0.0/agencies/1080/?format=api",
        "name": "Orienspace Technology",
        "featured": false,
        "type": "Commercial",
        "country_code": "CHN",
        "abbrev": "OrienSpace",
        "description": "Galactic Energy is a private aerospace company headquartered in Yantai, Shandong, China, established in 2020. The company is developing the Gravity Series of satellite launch vehicles.",
        "administrator": null,
        "founding_year": "2020",
        "launchers": "Gravity-1",
        "spacecraft": "",
        "launch_library_url": null,
        "total_launch_count": 3,
        "consecutive_successful_launches": 3,
        "successful_launches": 3,
        "failed_launches": 0,
        "pending_launches": 2,
        "consecutive_successful_landings": 0,
        "successful_landings": 0,
        "failed_landings": 0,
        "attempted_landings": 0,
        "info_url": "https://www.orienspace.com/",
        "wiki_url": "https://en.wikipedia.org/wiki/Orienspace",
        "logo_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/orienspace2520technology_logo_20240112075736.png",
        "image_url": null,
        "nation_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/orienspace2520technology_nation_20240112075637.png"
      },
      "program": [],
      "variant": "Gravity-1",
      "alias": "",
      "min_stage": 3,
      "max_stage": 3,
      "length": 29.4,
      "diameter": null,
      "maiden_flight": "2024-01-11",
      "launch_mass": 405,
      "leo_capacity": 6500,
      "gto_capacity": null,
      "to_thrust": 5880,
      "apogee": null,
      "vehicle_range": null,
      "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/gravity-1_image_20240108105446.jpeg",
      "info_url": "https://www.orienspace.com/productPage",
      "wiki_url": null,
      "total_launch_count": 3,
      "consecutive_successful_launches": 3,
      "successful_launches": 3,
      "failed_launches": 0,
      "pending_launches": 1
    },
    "launcher_stage": [],
    "spacecraft_stage": null
  },
  "mission": {
    "id": 6718,
    "launch_library_id": null,
    "name": "Maiden flight",
    "description": "First launch of Chinese private company OrienSpace's Gravity-1 launch vehicle from an ocean-going launch platform. Payload is Yunyao-1 18-20, 3 weather satellites performing atmospheric measurements using GNSS Radio Occultation for a Tianjin based company. Constellation is planned to have an eventual 90 satellites.",
    "launch_designator": null,
    "type": "Earth Science",
    "orbit": {
      "id": 8,
      "name": "Low Earth Orbit",
      "abbrev": "LEO"
    }
  },
  "pad": {
    "id": 89,
    "url": "https://ll.thespacedevs.com/2.0.0/pad/89/?format=api",
    "agency_id": 88,
    "name": "Haiyang offshore launch location",
    "info_url": null,
    "wiki_url": null,
    "map_url": "https://www.google.com/maps?q=36.631333,121.198361",
    "latitude": "36.631333",
    "longitude": "121.198361",
    "location": {
      "id": 185,
      "url": "https://ll.thespacedevs.com/2.0.0/location/185/?format=api",
      "name": "Haiyang Oriental Spaceport",
      "country_code": "CHN",
      "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_haiyang_oriental_spaceport_20251128181322.jpg",
      "total_launch_count": 27,
      "total_landing_count": 0
    },
    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_89_20200803143242.jpg",
    "total_launch_count": 10
  },
  "infoURLs": [],
  "vidURLs": [
    {
      "priority": 10,
      "title": "微博直播",
      "description": "",
      "feature_image": null,
      "url": "https://weibo.com/l/wblive/p/show/1022:2321324988959452168292"
    },
    {
      "priority": 11,
      "title": "俄大使警告北约:击落俄战机意味着战争 - 环球网 - 哔哩哔哩直播,二次元弹幕直播平台",
      "description": "环球网的哔哩哔哩直播间,拌饭新闻弹幕,礼物,道具,活动多种玩法,bilibili 直播让您拉进与小伙伴们之间的距离。",
      "feature_image": null,
      "url": "https://live.bilibili.com/21704811"
    }
  ],
  "webcast_live": false,
  "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/gravity-12520_image_20240112065126.jpg",
  "infographic": null,
  "program": [],
  "orbital_launch_attempt_count": 6598,
  "location_launch_attempt_count": 9,
  "pad_launch_attempt_count": 3,
  "agency_launch_attempt_count": 1,
  "orbital_launch_attempt_count_year": 9,
  "location_launch_attempt_count_year": 1,
  "pad_launch_attempt_count_year": 1,
  "agency_launch_attempt_count_year": 1
}