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/?format=api&offset=460&ordering=name
HTTP 200 OK
Allow: GET
Content-Type: application/json
Vary: Accept

{
  "count": 540,
  "next": "https://lldev.thespacedevs.com/2.0.0/launch/?format=api&limit=10&offset=470&ordering=name",
  "previous": "https://lldev.thespacedevs.com/2.0.0/launch/?format=api&limit=10&offset=450&ordering=name",
  "results": [
    {
      "id": "d7caa65c-4272-4726-b068-4f75657b896d",
      "url": "https://lldev.thespacedevs.com/2.0.0/launch/d7caa65c-4272-4726-b068-4f75657b896d/?format=api",
      "launch_library_id": null,
      "slug": "shavit-2-ofek-19",
      "name": "Shavit-2 | Ofek-19",
      "status": {
        "id": 3,
        "name": "Success"
      },
      "net": "2025-09-02T19:30:00Z",
      "window_end": "2025-09-02T19:30:00Z",
      "window_start": "2025-09-02T19:30:00Z",
      "inhold": false,
      "tbdtime": false,
      "tbddate": false,
      "probability": null,
      "holdreason": "",
      "failreason": "",
      "hashtag": null,
      "launch_service_provider": {
        "id": 95,
        "url": "https://lldev.thespacedevs.com/2.0.0/agencies/95/?format=api",
        "name": "Israel Aerospace Industries",
        "type": "Commercial"
      },
      "rocket": {
        "id": 8697,
        "configuration": {
          "id": 110,
          "launch_library_id": 123,
          "url": "https://lldev.thespacedevs.com/2.0.0/config/launcher/110/?format=api",
          "name": "Shavit-2",
          "family": "Shavit",
          "full_name": "Shavit-2",
          "variant": "2"
        }
      },
      "mission": {
        "id": 7289,
        "launch_library_id": null,
        "name": "Ofek-19",
        "description": "Ofek-19 is an Israeli SAR (Synthetic Aperture Radar) reconnaissance satellite with enhanced capabilities.",
        "launch_designator": null,
        "type": "Government/Top Secret",
        "orbit": {
          "id": 8,
          "name": "Low Earth Orbit",
          "abbrev": "LEO"
        }
      },
      "pad": {
        "id": 75,
        "url": "https://lldev.thespacedevs.com/2.0.0/pad/75/?format=api",
        "agency_id": 95,
        "name": "Shavit Launch Pad",
        "info_url": null,
        "wiki_url": "https://en.wikipedia.org/wiki/Palmachim_Airbase",
        "map_url": "https://www.google.com/maps?q=31.884444,34.680278",
        "latitude": "31.884444",
        "longitude": "34.680278",
        "location": {
          "id": 4,
          "url": "https://lldev.thespacedevs.com/2.0.0/location/4/?format=api",
          "name": "Palmachim Airbase, State of Israel",
          "country_code": "ISR",
          "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/location_4_20200803142418.jpg",
          "total_launch_count": 13,
          "total_landing_count": 0
        },
        "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/pad_75_20200803143316.jpg",
        "total_launch_count": 13
      },
      "webcast_live": false,
      "image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/shavit-2_liftof_image_20240918164729.jpeg",
      "infographic": null,
      "program": []
    },
    {
      "id": "41699701-2ef4-4b0c-ac9d-6757820cde87",
      "url": "https://lldev.thespacedevs.com/2.0.0/launch/41699701-2ef4-4b0c-ac9d-6757820cde87/?format=api",
      "launch_library_id": 1379,
      "slug": "sls-block-1-artemis-ii",
      "name": "SLS Block 1 | Artemis II",
      "status": {
        "id": 3,
        "name": "Success"
      },
      "net": "2026-04-01T22:35:12Z",
      "window_end": "2026-04-02T00:24:00Z",
      "window_start": "2026-04-01T22:24:00Z",
      "inhold": false,
      "tbdtime": false,
      "tbddate": false,
      "probability": 90,
      "holdreason": "",
      "failreason": "",
      "hashtag": null,
      "launch_service_provider": {
        "id": 44,
        "url": "https://lldev.thespacedevs.com/2.0.0/agencies/44/?format=api",
        "name": "National Aeronautics and Space Administration",
        "type": "Government"
      },
      "rocket": {
        "id": 187,
        "configuration": {
          "id": 143,
          "launch_library_id": 144,
          "url": "https://lldev.thespacedevs.com/2.0.0/config/launcher/143/?format=api",
          "name": "Space Launch System (SLS)",
          "family": "Space Launch System",
          "full_name": "Space Launch System Block 1",
          "variant": "Block 1"
        }
      },
      "mission": {
        "id": 6343,
        "launch_library_id": null,
        "name": "Artemis II",
        "description": "Artemis II is the first crewed mission as part of the Artemis program. Artemis II will send a crew of 4 - 3 Americans and 1 Canadian around the moon and return them back to Earth.\r\n\r\nThe mission will test the core systems of NASA's Orion spacecraft including the critical life support system, among other systems which could not be tested during Artemis I due to the lack of crew onboard.",
        "launch_designator": null,
        "type": "Human Exploration",
        "orbit": {
          "id": 9,
          "name": "Lunar flyby",
          "abbrev": "Lunar flyby"
        }
      },
      "pad": {
        "id": 4,
        "url": "https://lldev.thespacedevs.com/2.0.0/pad/4/?format=api",
        "agency_id": 44,
        "name": "Launch Complex 39B",
        "info_url": null,
        "wiki_url": "https://en.wikipedia.org/wiki/Kennedy_Space_Center_Launch_Complex_39#Launch_Pad_39B",
        "map_url": "https://www.google.com/maps?q=28.62711233,-80.62101503",
        "latitude": "28.62711233",
        "longitude": "-80.62101503",
        "location": {
          "id": 27,
          "url": "https://lldev.thespacedevs.com/2.0.0/location/27/?format=api",
          "name": "Kennedy Space Center, FL, USA",
          "country_code": "USA",
          "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/location_27_20200803142447.jpg",
          "total_launch_count": 281,
          "total_landing_count": 0
        },
        "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/pad_4_20200803143518.jpg",
        "total_launch_count": 59
      },
      "webcast_live": false,
      "image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/space_launch_sy_image_20260405204639.jpg",
      "infographic": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/infographic_images/sls2520block2_infographic_20260329082241.jpeg",
      "program": [
        {
          "id": 15,
          "url": "https://lldev.thespacedevs.com/2.0.0/program/15/?format=api",
          "name": "Artemis",
          "description": "The Artemis program is a US government-funded crewed spaceflight program that has the goal of landing \"the first woman and the next man\" on the Moon, specifically at the lunar south pole region.",
          "agencies": [
            {
              "id": 44,
              "url": "https://lldev.thespacedevs.com/2.0.0/agencies/44/?format=api",
              "name": "National Aeronautics and Space Administration",
              "type": "Government"
            }
          ],
          "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/artemis_program_20220827100930.png",
          "start_date": "2017-12-11T00:00:00Z",
          "end_date": null,
          "info_url": "https://www.nasa.gov/specials/artemis/",
          "wiki_url": "https://en.wikipedia.org/wiki/Artemis_program"
        }
      ]
    },
    {
      "id": "dda0eca1-a770-43f7-ad38-43dc780d7303",
      "url": "https://lldev.thespacedevs.com/2.0.0/launch/dda0eca1-a770-43f7-ad38-43dc780d7303/?format=api",
      "launch_library_id": null,
      "slug": "smart-dragon-3-10-x-centispace-1-2",
      "name": "Smart Dragon 3 | 10 x CentiSpace-1",
      "status": {
        "id": 3,
        "name": "Success"
      },
      "net": "2026-03-22T15:49:00Z",
      "window_end": "2026-03-22T15:59:00Z",
      "window_start": "2026-03-22T15:39:00Z",
      "inhold": false,
      "tbdtime": false,
      "tbddate": false,
      "probability": null,
      "holdreason": "",
      "failreason": "",
      "hashtag": null,
      "launch_service_provider": {
        "id": 272,
        "url": "https://lldev.thespacedevs.com/2.0.0/agencies/272/?format=api",
        "name": "China Rocket Co. Ltd.",
        "type": "Commercial"
      },
      "rocket": {
        "id": 8948,
        "configuration": {
          "id": 484,
          "launch_library_id": null,
          "url": "https://lldev.thespacedevs.com/2.0.0/config/launcher/484/?format=api",
          "name": "Smart Dragon 3",
          "family": "Smart Dragon",
          "full_name": "Smart Dragon 3",
          "variant": ""
        }
      },
      "mission": {
        "id": 7543,
        "launch_library_id": null,
        "name": "10 x CentiSpace-1",
        "description": "Chinese commercial small satellites by Beijing-based company Future Navigation for providing GNSS augmentation signals services from LEO. They are part of a planned 160 satellites constellation.",
        "launch_designator": null,
        "type": "Navigation",
        "orbit": {
          "id": 8,
          "name": "Low Earth Orbit",
          "abbrev": "LEO"
        }
      },
      "pad": {
        "id": 89,
        "url": "https://lldev.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://lldev.thespacedevs.com/2.0.0/location/185/?format=api",
          "name": "Haiyang Oriental Spaceport",
          "country_code": "CHN",
          "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/location_haiyang_oriental_spaceport_20251128181322.jpg",
          "total_launch_count": 25,
          "total_landing_count": 0
        },
        "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/pad_89_20200803143242.jpg",
        "total_launch_count": 9
      },
      "webcast_live": false,
      "image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/smart_dragon_3__image_20240925074606.jpg",
      "infographic": null,
      "program": []
    },
    {
      "id": "ffa8c798-2d33-47cb-8548-f378837e316d",
      "url": "https://lldev.thespacedevs.com/2.0.0/launch/ffa8c798-2d33-47cb-8548-f378837e316d/?format=api",
      "launch_library_id": null,
      "slug": "smart-dragon-3-geely-constellation-group-04",
      "name": "Smart Dragon 3 | Geely Constellation Group 04",
      "status": {
        "id": 3,
        "name": "Success"
      },
      "net": "2025-08-08T16:31:00Z",
      "window_end": "2025-08-08T16:44:00Z",
      "window_start": "2025-08-08T16:21:00Z",
      "inhold": false,
      "tbdtime": false,
      "tbddate": false,
      "probability": null,
      "holdreason": "",
      "failreason": "",
      "hashtag": null,
      "launch_service_provider": {
        "id": 272,
        "url": "https://lldev.thespacedevs.com/2.0.0/agencies/272/?format=api",
        "name": "China Rocket Co. Ltd.",
        "type": "Commercial"
      },
      "rocket": {
        "id": 8676,
        "configuration": {
          "id": 484,
          "launch_library_id": null,
          "url": "https://lldev.thespacedevs.com/2.0.0/config/launcher/484/?format=api",
          "name": "Smart Dragon 3",
          "family": "Smart Dragon",
          "full_name": "Smart Dragon 3",
          "variant": ""
        }
      },
      "mission": {
        "id": 7268,
        "launch_library_id": null,
        "name": "Geely Constellation Group 04",
        "description": "11 LEO communications satellites for Chinese car manufacturer Geely Automotive for testing autonomous driving/inter-vehicle communication services. They also carry payloads for ocean observation.",
        "launch_designator": null,
        "type": "Communications",
        "orbit": {
          "id": 8,
          "name": "Low Earth Orbit",
          "abbrev": "LEO"
        }
      },
      "pad": {
        "id": 221,
        "url": "https://lldev.thespacedevs.com/2.0.0/pad/221/?format=api",
        "agency_id": 88,
        "name": "Rizhao offshore launch location",
        "info_url": null,
        "wiki_url": null,
        "map_url": "https://www.google.com/maps?q=35.391667,119.598667",
        "latitude": "35.391667",
        "longitude": "119.598667",
        "location": {
          "id": 185,
          "url": "https://lldev.thespacedevs.com/2.0.0/location/185/?format=api",
          "name": "Haiyang Oriental Spaceport",
          "country_code": "CHN",
          "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/location_haiyang_oriental_spaceport_20251128181322.jpg",
          "total_launch_count": 25,
          "total_landing_count": 0
        },
        "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/pad_oriental_spaceport_mobile_launch_ship_20240529085416.jpg",
        "total_launch_count": 7
      },
      "webcast_live": false,
      "image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/smart_dragon_3__image_20240925074606.jpg",
      "infographic": null,
      "program": []
    },
    {
      "id": "2c92e70a-f420-4b4e-823c-a50335b3354a",
      "url": "https://lldev.thespacedevs.com/2.0.0/launch/2c92e70a-f420-4b4e-823c-a50335b3354a/?format=api",
      "launch_library_id": null,
      "slug": "smart-dragon-3-geely-constellation-group-05",
      "name": "Smart Dragon 3 | Geely Constellation Group 05",
      "status": {
        "id": 3,
        "name": "Success"
      },
      "net": "2025-09-08T19:48:00Z",
      "window_end": "2025-09-08T20:00:00Z",
      "window_start": "2025-09-08T19:39:00Z",
      "inhold": false,
      "tbdtime": false,
      "tbddate": false,
      "probability": null,
      "holdreason": "",
      "failreason": "",
      "hashtag": null,
      "launch_service_provider": {
        "id": 272,
        "url": "https://lldev.thespacedevs.com/2.0.0/agencies/272/?format=api",
        "name": "China Rocket Co. Ltd.",
        "type": "Commercial"
      },
      "rocket": {
        "id": 8702,
        "configuration": {
          "id": 484,
          "launch_library_id": null,
          "url": "https://lldev.thespacedevs.com/2.0.0/config/launcher/484/?format=api",
          "name": "Smart Dragon 3",
          "family": "Smart Dragon",
          "full_name": "Smart Dragon 3",
          "variant": ""
        }
      },
      "mission": {
        "id": 7295,
        "launch_library_id": null,
        "name": "Geely Constellation Group 05",
        "description": "11 LEO communications satellites for Chinese car manufacturer Geely Automotive for testing autonomous driving/inter-vehicle communication services. They also carry payloads for ocean observation.",
        "launch_designator": null,
        "type": "Communications",
        "orbit": {
          "id": 8,
          "name": "Low Earth Orbit",
          "abbrev": "LEO"
        }
      },
      "pad": {
        "id": 221,
        "url": "https://lldev.thespacedevs.com/2.0.0/pad/221/?format=api",
        "agency_id": 88,
        "name": "Rizhao offshore launch location",
        "info_url": null,
        "wiki_url": null,
        "map_url": "https://www.google.com/maps?q=35.391667,119.598667",
        "latitude": "35.391667",
        "longitude": "119.598667",
        "location": {
          "id": 185,
          "url": "https://lldev.thespacedevs.com/2.0.0/location/185/?format=api",
          "name": "Haiyang Oriental Spaceport",
          "country_code": "CHN",
          "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/location_haiyang_oriental_spaceport_20251128181322.jpg",
          "total_launch_count": 25,
          "total_landing_count": 0
        },
        "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/pad_oriental_spaceport_mobile_launch_ship_20240529085416.jpg",
        "total_launch_count": 7
      },
      "webcast_live": false,
      "image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/smart_dragon_3__image_20240925074606.jpg",
      "infographic": null,
      "program": []
    },
    {
      "id": "b563b8fa-9f6c-4883-9a89-9cb5a073864f",
      "url": "https://lldev.thespacedevs.com/2.0.0/launch/b563b8fa-9f6c-4883-9a89-9cb5a073864f/?format=api",
      "launch_library_id": null,
      "slug": "smart-dragon-3-geely-constellation-group-06",
      "name": "Smart Dragon 3 | Geely Constellation Group 06",
      "status": {
        "id": 3,
        "name": "Success"
      },
      "net": "2025-09-24T07:56:00Z",
      "window_end": "2025-09-24T08:30:00Z",
      "window_start": "2025-09-24T07:47:00Z",
      "inhold": false,
      "tbdtime": false,
      "tbddate": false,
      "probability": null,
      "holdreason": "",
      "failreason": "",
      "hashtag": null,
      "launch_service_provider": {
        "id": 272,
        "url": "https://lldev.thespacedevs.com/2.0.0/agencies/272/?format=api",
        "name": "China Rocket Co. Ltd.",
        "type": "Commercial"
      },
      "rocket": {
        "id": 8719,
        "configuration": {
          "id": 484,
          "launch_library_id": null,
          "url": "https://lldev.thespacedevs.com/2.0.0/config/launcher/484/?format=api",
          "name": "Smart Dragon 3",
          "family": "Smart Dragon",
          "full_name": "Smart Dragon 3",
          "variant": ""
        }
      },
      "mission": {
        "id": 6997,
        "launch_library_id": null,
        "name": "Geely Constellation Group 06",
        "description": "12 LEO communications satellites for Chinese car manufacturer Geely Automotive for testing autonomous driving/inter-vehicle communication services. They also carry payloads for ocean observation.",
        "launch_designator": null,
        "type": "Communications",
        "orbit": {
          "id": 8,
          "name": "Low Earth Orbit",
          "abbrev": "LEO"
        }
      },
      "pad": {
        "id": 221,
        "url": "https://lldev.thespacedevs.com/2.0.0/pad/221/?format=api",
        "agency_id": 88,
        "name": "Rizhao offshore launch location",
        "info_url": null,
        "wiki_url": null,
        "map_url": "https://www.google.com/maps?q=35.391667,119.598667",
        "latitude": "35.391667",
        "longitude": "119.598667",
        "location": {
          "id": 185,
          "url": "https://lldev.thespacedevs.com/2.0.0/location/185/?format=api",
          "name": "Haiyang Oriental Spaceport",
          "country_code": "CHN",
          "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/location_haiyang_oriental_spaceport_20251128181322.jpg",
          "total_launch_count": 25,
          "total_landing_count": 0
        },
        "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/pad_oriental_spaceport_mobile_launch_ship_20240529085416.jpg",
        "total_launch_count": 7
      },
      "webcast_live": false,
      "image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/smart_dragon_3__image_20240925074606.jpg",
      "infographic": null,
      "program": []
    },
    {
      "id": "b7c38b80-6ce7-4ab0-8010-19ee11e26fc5",
      "url": "https://lldev.thespacedevs.com/2.0.0/launch/b7c38b80-6ce7-4ab0-8010-19ee11e26fc5/?format=api",
      "launch_library_id": null,
      "slug": "smart-dragon-3-prsc-eo2-6-satellites",
      "name": "Smart Dragon 3 | PRSC-EO2 & 6 satellites",
      "status": {
        "id": 3,
        "name": "Success"
      },
      "net": "2026-02-12T06:37:00Z",
      "window_end": "2026-02-12T06:47:00Z",
      "window_start": "2026-02-12T06:26:00Z",
      "inhold": false,
      "tbdtime": false,
      "tbddate": false,
      "probability": null,
      "holdreason": "",
      "failreason": "",
      "hashtag": null,
      "launch_service_provider": {
        "id": 272,
        "url": "https://lldev.thespacedevs.com/2.0.0/agencies/272/?format=api",
        "name": "China Rocket Co. Ltd.",
        "type": "Commercial"
      },
      "rocket": {
        "id": 8861,
        "configuration": {
          "id": 484,
          "launch_library_id": null,
          "url": "https://lldev.thespacedevs.com/2.0.0/config/launcher/484/?format=api",
          "name": "Smart Dragon 3",
          "family": "Smart Dragon",
          "full_name": "Smart Dragon 3",
          "variant": ""
        }
      },
      "mission": {
        "id": 7452,
        "launch_library_id": null,
        "name": "PRSC-EO2 & 6 satellites",
        "description": "Carried 7 satellites to sun-synchronous orbit, including PRSC-EO2 (Earth observation satellite for the Pakistan government's SUPARCO) & CUHK-1. Details on other payloads to be confirmed.",
        "launch_designator": null,
        "type": "Earth Science",
        "orbit": {
          "id": 17,
          "name": "Sun-Synchronous Orbit",
          "abbrev": "SSO"
        }
      },
      "pad": {
        "id": 251,
        "url": "https://lldev.thespacedevs.com/2.0.0/pad/251/?format=api",
        "agency_id": 88,
        "name": "South China Sea (launch location 3)",
        "info_url": null,
        "wiki_url": null,
        "map_url": "https://www.google.com/maps?q=21.366667,112.116667",
        "latitude": "21.366667",
        "longitude": "112.116667",
        "location": {
          "id": 185,
          "url": "https://lldev.thespacedevs.com/2.0.0/location/185/?format=api",
          "name": "Haiyang Oriental Spaceport",
          "country_code": "CHN",
          "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/location_haiyang_oriental_spaceport_20251128181322.jpg",
          "total_launch_count": 25,
          "total_landing_count": 0
        },
        "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/pad_south_china_sea_2528launch_location_32529_20260116130538.jpg",
        "total_launch_count": 2
      },
      "webcast_live": false,
      "image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/smart_dragon_3__image_20240925074606.jpg",
      "infographic": null,
      "program": []
    },
    {
      "id": "34fbbb9b-2a86-42cc-af02-6cfe1f4236f7",
      "url": "https://lldev.thespacedevs.com/2.0.0/launch/34fbbb9b-2a86-42cc-af02-6cfe1f4236f7/?format=api",
      "launch_library_id": null,
      "slug": "smart-dragon-3-satnet-test-satellite-2",
      "name": "Smart Dragon 3 | SatNet test satellite",
      "status": {
        "id": 3,
        "name": "Success"
      },
      "net": "2026-04-11T11:32:00Z",
      "window_end": "2026-04-11T11:47:00Z",
      "window_start": "2026-04-11T11:22:00Z",
      "inhold": false,
      "tbdtime": false,
      "tbddate": false,
      "probability": null,
      "holdreason": "",
      "failreason": "",
      "hashtag": null,
      "launch_service_provider": {
        "id": 272,
        "url": "https://lldev.thespacedevs.com/2.0.0/agencies/272/?format=api",
        "name": "China Rocket Co. Ltd.",
        "type": "Commercial"
      },
      "rocket": {
        "id": 8960,
        "configuration": {
          "id": 484,
          "launch_library_id": null,
          "url": "https://lldev.thespacedevs.com/2.0.0/config/launcher/484/?format=api",
          "name": "Smart Dragon 3",
          "family": "Smart Dragon",
          "full_name": "Smart Dragon 3",
          "variant": ""
        }
      },
      "mission": {
        "id": 7555,
        "launch_library_id": null,
        "name": "SatNet test satellite",
        "description": "Officially described as \"Satellite-Internet Technology Demonstration Satellite\". Probable 1 (?) test satellite for the Chinese state-owned LEO communication satellite constellation SatNet.",
        "launch_designator": null,
        "type": "Communications",
        "orbit": {
          "id": 13,
          "name": "Polar Orbit",
          "abbrev": "PO"
        }
      },
      "pad": {
        "id": 251,
        "url": "https://lldev.thespacedevs.com/2.0.0/pad/251/?format=api",
        "agency_id": 88,
        "name": "South China Sea (launch location 3)",
        "info_url": null,
        "wiki_url": null,
        "map_url": "https://www.google.com/maps?q=21.366667,112.116667",
        "latitude": "21.366667",
        "longitude": "112.116667",
        "location": {
          "id": 185,
          "url": "https://lldev.thespacedevs.com/2.0.0/location/185/?format=api",
          "name": "Haiyang Oriental Spaceport",
          "country_code": "CHN",
          "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/location_haiyang_oriental_spaceport_20251128181322.jpg",
          "total_launch_count": 25,
          "total_landing_count": 0
        },
        "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/pad_south_china_sea_2528launch_location_32529_20260116130538.jpg",
        "total_launch_count": 2
      },
      "webcast_live": false,
      "image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/smart_dragon_3__image_20240925074606.jpg",
      "infographic": null,
      "program": []
    },
    {
      "id": "d8eb4b68-5307-4b3b-b585-5598958defc2",
      "url": "https://lldev.thespacedevs.com/2.0.0/launch/d8eb4b68-5307-4b3b-b585-5598958defc2/?format=api",
      "launch_library_id": null,
      "slug": "smart-dragon-3-unknown-payload",
      "name": "Smart Dragon 3 | Unknown Payload",
      "status": {
        "id": 2,
        "name": "TBD"
      },
      "net": "2026-06-30T00:00:00Z",
      "window_end": "2026-06-30T00:00:00Z",
      "window_start": "2026-06-30T00:00:00Z",
      "inhold": false,
      "tbdtime": true,
      "tbddate": true,
      "probability": null,
      "holdreason": "",
      "failreason": "",
      "hashtag": null,
      "launch_service_provider": {
        "id": 272,
        "url": "https://lldev.thespacedevs.com/2.0.0/agencies/272/?format=api",
        "name": "China Rocket Co. Ltd.",
        "type": "Commercial"
      },
      "rocket": {
        "id": 9037,
        "configuration": {
          "id": 484,
          "launch_library_id": null,
          "url": "https://lldev.thespacedevs.com/2.0.0/config/launcher/484/?format=api",
          "name": "Smart Dragon 3",
          "family": "Smart Dragon",
          "full_name": "Smart Dragon 3",
          "variant": ""
        }
      },
      "mission": {
        "id": 7632,
        "launch_library_id": null,
        "name": "Unknown Payload",
        "description": "Details TBD.",
        "launch_designator": null,
        "type": "Unknown",
        "orbit": {
          "id": 25,
          "name": "Unknown",
          "abbrev": "N/A"
        }
      },
      "pad": {
        "id": 89,
        "url": "https://lldev.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://lldev.thespacedevs.com/2.0.0/location/185/?format=api",
          "name": "Haiyang Oriental Spaceport",
          "country_code": "CHN",
          "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/location_haiyang_oriental_spaceport_20251128181322.jpg",
          "total_launch_count": 25,
          "total_landing_count": 0
        },
        "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/pad_89_20200803143242.jpg",
        "total_launch_count": 9
      },
      "webcast_live": false,
      "image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/smart_dragon_3__image_20240925074606.jpg",
      "infographic": null,
      "program": []
    },
    {
      "id": "9e27a1ed-e81a-4918-b32b-0380cf3a9f8f",
      "url": "https://lldev.thespacedevs.com/2.0.0/launch/9e27a1ed-e81a-4918-b32b-0380cf3a9f8f/?format=api",
      "launch_library_id": null,
      "slug": "south-korean-add-solid-fuel-slv-demo-flight",
      "name": "South Korean ADD Solid-Fuel SLV | Demo Flight",
      "status": {
        "id": 2,
        "name": "TBD"
      },
      "net": "2026-06-30T00:00:00Z",
      "window_end": "2026-06-30T00:00:00Z",
      "window_start": "2026-06-30T00:00:00Z",
      "inhold": false,
      "tbdtime": true,
      "tbddate": true,
      "probability": null,
      "holdreason": "",
      "failreason": "",
      "hashtag": null,
      "launch_service_provider": {
        "id": 1079,
        "url": "https://lldev.thespacedevs.com/2.0.0/agencies/1079/?format=api",
        "name": "Agency for Defense Development",
        "type": "Government"
      },
      "rocket": {
        "id": 8972,
        "configuration": {
          "id": 502,
          "launch_library_id": null,
          "url": "https://lldev.thespacedevs.com/2.0.0/config/launcher/502/?format=api",
          "name": "South Korean ADD Solid-Fuel SLV",
          "family": "South Korean ADD Solid-Fuel SLV",
          "full_name": "South Korean ADD Solid-Fuel SLV",
          "variant": ""
        }
      },
      "mission": {
        "id": 7567,
        "launch_library_id": null,
        "name": "Demo Flight",
        "description": "Note: Launch vehicle name is provisional.\r\n\r\nFirst orbital full version launch of the South Korean military small satellite launch vehicle, after 2 sub-orbital tests of individual stages on 30 March and 30 December 2022, and 1 orbital test flight without the 2nd stage on 4 December 2023. Details TBD.",
        "launch_designator": null,
        "type": "Test Flight",
        "orbit": {
          "id": 8,
          "name": "Low Earth Orbit",
          "abbrev": "LEO"
        }
      },
      "pad": {
        "id": 216,
        "url": "https://lldev.thespacedevs.com/2.0.0/pad/216/?format=api",
        "agency_id": null,
        "name": "ADD Offshore launch platform",
        "info_url": null,
        "wiki_url": null,
        "map_url": null,
        "latitude": "33.216667",
        "longitude": "126.366667",
        "location": {
          "id": 3,
          "url": "https://lldev.thespacedevs.com/2.0.0/location/3/?format=api",
          "name": "Sea Launch",
          "country_code": "???",
          "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/location_3_20200803142448.jpg",
          "total_launch_count": 40,
          "total_landing_count": 0
        },
        "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/pad_add_offshore_launch_platform_20231204142359.jpg",
        "total_launch_count": 1
      },
      "webcast_live": false,
      "image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/south2520korea_image_20231204145331.png",
      "infographic": null,
      "program": []
    }
  ]
}