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=340&ordering=id
HTTP 200 OK
Allow: GET
Content-Type: application/json
Vary: Accept

{
  "count": 555,
  "next": "https://lldev.thespacedevs.com/2.0.0/launch/?format=api&limit=10&offset=350&ordering=id",
  "previous": "https://lldev.thespacedevs.com/2.0.0/launch/?format=api&limit=10&offset=330&ordering=id",
  "results": [
    {
      "id": "9e24bef7-c44b-4fdc-ba52-68545ce9457e",
      "url": "https://lldev.thespacedevs.com/2.0.0/launch/9e24bef7-c44b-4fdc-ba52-68545ce9457e/?format=api",
      "launch_library_id": null,
      "slug": "electron-strix-launch-13",
      "name": "Electron | StriX Launch 13",
      "status": {
        "id": 2,
        "name": "TBD"
      },
      "net": "2026-12-31T00:00:00Z",
      "window_end": "2026-12-31T00:00:00Z",
      "window_start": "2026-12-31T00:00:00Z",
      "inhold": false,
      "tbdtime": true,
      "tbddate": true,
      "probability": null,
      "holdreason": "",
      "failreason": "",
      "hashtag": null,
      "launch_service_provider": {
        "id": 147,
        "url": "https://lldev.thespacedevs.com/2.0.0/agencies/147/?format=api",
        "name": "Rocket Lab",
        "type": "Commercial"
      },
      "rocket": {
        "id": 8269,
        "configuration": {
          "id": 26,
          "launch_library_id": 148,
          "url": "https://lldev.thespacedevs.com/2.0.0/config/launcher/26/?format=api",
          "name": "Electron",
          "family": "",
          "full_name": "Electron",
          "variant": ""
        }
      },
      "mission": {
        "id": 6850,
        "launch_library_id": null,
        "name": "StriX Launch 13",
        "description": "Synthetic aperture radar satellite for Japanese Earth imaging company Synspective.",
        "launch_designator": null,
        "type": "Earth Science",
        "orbit": {
          "id": 17,
          "name": "Sun-Synchronous Orbit",
          "abbrev": "SSO"
        }
      },
      "pad": {
        "id": 210,
        "url": "https://lldev.thespacedevs.com/2.0.0/pad/210/?format=api",
        "agency_id": null,
        "name": "Unknown Pad",
        "info_url": null,
        "wiki_url": null,
        "map_url": null,
        "latitude": "-39.260881",
        "longitude": "177.865826",
        "location": {
          "id": 10,
          "url": "https://lldev.thespacedevs.com/2.0.0/location/10/?format=api",
          "name": "Rocket Lab Launch Complex 1, Mahia Peninsula, New Zealand",
          "country_code": "NZL",
          "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/location_10_20200803142509.jpg",
          "total_launch_count": 74,
          "total_landing_count": 17
        },
        "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/pad_210_20230819165718.jpg",
        "total_launch_count": 0
      },
      "webcast_live": false,
      "image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/electron_image_20190705175640.jpeg",
      "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-04-22T05:00:00Z",
      "window_end": "2026-04-22T09:00:00Z",
      "window_start": "2026-04-22T05:00:00Z",
      "inhold": false,
      "tbdtime": true,
      "tbddate": false,
      "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": []
    },
    {
      "id": "9eb09815-c237-4fdd-9057-5b161131240c",
      "url": "https://lldev.thespacedevs.com/2.0.0/launch/9eb09815-c237-4fdd-9057-5b161131240c/?format=api",
      "launch_library_id": null,
      "slug": "atlas-v-551-amazon-leo-la-08",
      "name": "Atlas V 551 | Amazon Leo (LA-08)",
      "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": 124,
        "url": "https://lldev.thespacedevs.com/2.0.0/agencies/124/?format=api",
        "name": "United Launch Alliance",
        "type": "Commercial"
      },
      "rocket": {
        "id": 184,
        "configuration": {
          "id": 27,
          "launch_library_id": 37,
          "url": "https://lldev.thespacedevs.com/2.0.0/config/launcher/27/?format=api",
          "name": "Atlas V 551",
          "family": "Atlas",
          "full_name": "Atlas V 551",
          "variant": "551"
        }
      },
      "mission": {
        "id": 6000,
        "launch_library_id": null,
        "name": "Amazon Leo (LA-08)",
        "description": "Amazon Leo, formerly known as Project Kuiper, is a mega constellation of satellites in Low Earth Orbit that will offer broadband internet access, this constellation will be managed by Kuiper Systems LLC, a subsidiary of Amazon. This constellation is planned to be composed of 3,276 satellites. The satellites are projected to be placed in 98 orbital planes in three orbital layers, one at 590 km, 610 km and 630 km altitude.\r\n\r\n29 satellites are carried on this launch.",
        "launch_designator": null,
        "type": "Communications",
        "orbit": {
          "id": 8,
          "name": "Low Earth Orbit",
          "abbrev": "LEO"
        }
      },
      "pad": {
        "id": 29,
        "url": "https://lldev.thespacedevs.com/2.0.0/pad/29/?format=api",
        "agency_id": null,
        "name": "Space Launch Complex 41",
        "info_url": null,
        "wiki_url": "https://en.wikipedia.org/wiki/Cape_Canaveral_Air_Force_Station_Space_Launch_Complex_41",
        "map_url": "https://www.google.com/maps?q=28.58341025,-80.58303644",
        "latitude": "28.58341025",
        "longitude": "-80.58303644",
        "location": {
          "id": 12,
          "url": "https://lldev.thespacedevs.com/2.0.0/location/12/?format=api",
          "name": "Cape Canaveral SFS, FL, USA",
          "country_code": "USA",
          "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/location_12_20200803142519.jpg",
          "total_launch_count": 1101,
          "total_landing_count": 72
        },
        "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/pad_29_20200803143528.jpg",
        "total_launch_count": 122
      },
      "webcast_live": false,
      "image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/atlas2520v2520551_image_20190224012316.jpeg",
      "infographic": null,
      "program": [
        {
          "id": 27,
          "url": "https://lldev.thespacedevs.com/2.0.0/program/27/?format=api",
          "name": "Amazon Leo",
          "description": "Amazon Leo is a satellite internet constellation aimed at providing high-speed, low-latency broadband connectivity to underserved and remote areas globally. The project involves deploying a constellation of low Earth orbit (LEO) satellites to create a satellite internet network capable of delivering reliable internet access.",
          "agencies": [
            {
              "id": 1058,
              "url": "https://lldev.thespacedevs.com/2.0.0/agencies/1058/?format=api",
              "name": "Amazon Leo",
              "type": "Private"
            }
          ],
          "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/project2520kui_program_20231228165031.jpeg",
          "start_date": "2023-10-16T18:06:00Z",
          "end_date": null,
          "info_url": "https://en.wikipedia.org/wiki/Kuiper_Systems",
          "wiki_url": "https://aboutamazon.com/what-we-do/devices-services/project-kuiper"
        }
      ]
    },
    {
      "id": "9f1f16e9-909b-494e-bed7-e44ec3ec66d9",
      "url": "https://lldev.thespacedevs.com/2.0.0/launch/9f1f16e9-909b-494e-bed7-e44ec3ec66d9/?format=api",
      "launch_library_id": null,
      "slug": "falcon-9-block-5-starlink-group-17-3",
      "name": "Falcon 9 Block 5 | Starlink Group 17-3",
      "status": {
        "id": 3,
        "name": "Success"
      },
      "net": "2025-07-19T03:52:59Z",
      "window_end": "2025-07-19T04:52:40Z",
      "window_start": "2025-07-19T03:51:00Z",
      "inhold": false,
      "tbdtime": false,
      "tbddate": false,
      "probability": null,
      "holdreason": "",
      "failreason": "",
      "hashtag": null,
      "launch_service_provider": {
        "id": 121,
        "url": "https://lldev.thespacedevs.com/2.0.0/agencies/121/?format=api",
        "name": "SpaceX",
        "type": "Commercial"
      },
      "rocket": {
        "id": 8657,
        "configuration": {
          "id": 164,
          "launch_library_id": 188,
          "url": "https://lldev.thespacedevs.com/2.0.0/config/launcher/164/?format=api",
          "name": "Falcon 9",
          "family": "Falcon",
          "full_name": "Falcon 9 Block 5",
          "variant": "Block 5"
        }
      },
      "mission": {
        "id": 7249,
        "launch_library_id": null,
        "name": "Starlink Group 17-3",
        "description": "A batch of 24 satellites for the Starlink mega-constellation - SpaceX's project for space-based Internet communication system.",
        "launch_designator": null,
        "type": "Communications",
        "orbit": {
          "id": 8,
          "name": "Low Earth Orbit",
          "abbrev": "LEO"
        }
      },
      "pad": {
        "id": 16,
        "url": "https://lldev.thespacedevs.com/2.0.0/pad/16/?format=api",
        "agency_id": null,
        "name": "Space Launch Complex 4E",
        "info_url": null,
        "wiki_url": "https://en.wikipedia.org/wiki/Vandenberg_Space_Launch_Complex_4#SLC-4E",
        "map_url": "https://www.google.com/maps?q=34.632,-120.611",
        "latitude": "34.632",
        "longitude": "-120.611",
        "location": {
          "id": 11,
          "url": "https://lldev.thespacedevs.com/2.0.0/location/11/?format=api",
          "name": "Vandenberg SFB, CA, USA",
          "country_code": "USA",
          "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/location_11_20200803142416.jpg",
          "total_launch_count": 875,
          "total_landing_count": 33
        },
        "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/pad_16_20200803143532.jpg",
        "total_launch_count": 259
      },
      "webcast_live": false,
      "image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/falcon2520925_image_20221009234147.png",
      "infographic": null,
      "program": [
        {
          "id": 25,
          "url": "https://lldev.thespacedevs.com/2.0.0/program/25/?format=api",
          "name": "Starlink",
          "description": "Starlink is a satellite internet constellation operated by American aerospace company SpaceX",
          "agencies": [
            {
              "id": 121,
              "url": "https://lldev.thespacedevs.com/2.0.0/agencies/121/?format=api",
              "name": "SpaceX",
              "type": "Commercial"
            }
          ],
          "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/starlink_program_20231228154508.jpeg",
          "start_date": "2018-02-22T14:17:00Z",
          "end_date": null,
          "info_url": "https://starlink.com",
          "wiki_url": "https://en.wikipedia.org/wiki/Starlink"
        }
      ]
    },
    {
      "id": "9f5a4cb6-63f9-47e1-9512-b468bae2a8e6",
      "url": "https://lldev.thespacedevs.com/2.0.0/launch/9f5a4cb6-63f9-47e1-9512-b468bae2a8e6/?format=api",
      "launch_library_id": null,
      "slug": "electron-strix-launch-11",
      "name": "Electron | StriX Launch 11",
      "status": {
        "id": 2,
        "name": "TBD"
      },
      "net": "2026-08-31T00:00:00Z",
      "window_end": "2026-08-31T00:00:00Z",
      "window_start": "2026-08-31T00:00:00Z",
      "inhold": false,
      "tbdtime": true,
      "tbddate": true,
      "probability": null,
      "holdreason": "",
      "failreason": "",
      "hashtag": null,
      "launch_service_provider": {
        "id": 147,
        "url": "https://lldev.thespacedevs.com/2.0.0/agencies/147/?format=api",
        "name": "Rocket Lab",
        "type": "Commercial"
      },
      "rocket": {
        "id": 8267,
        "configuration": {
          "id": 26,
          "launch_library_id": 148,
          "url": "https://lldev.thespacedevs.com/2.0.0/config/launcher/26/?format=api",
          "name": "Electron",
          "family": "",
          "full_name": "Electron",
          "variant": ""
        }
      },
      "mission": {
        "id": 6848,
        "launch_library_id": null,
        "name": "StriX Launch 11",
        "description": "Synthetic aperture radar satellite for Japanese Earth imaging company Synspective.",
        "launch_designator": null,
        "type": "Earth Science",
        "orbit": {
          "id": 17,
          "name": "Sun-Synchronous Orbit",
          "abbrev": "SSO"
        }
      },
      "pad": {
        "id": 210,
        "url": "https://lldev.thespacedevs.com/2.0.0/pad/210/?format=api",
        "agency_id": null,
        "name": "Unknown Pad",
        "info_url": null,
        "wiki_url": null,
        "map_url": null,
        "latitude": "-39.260881",
        "longitude": "177.865826",
        "location": {
          "id": 10,
          "url": "https://lldev.thespacedevs.com/2.0.0/location/10/?format=api",
          "name": "Rocket Lab Launch Complex 1, Mahia Peninsula, New Zealand",
          "country_code": "NZL",
          "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/location_10_20200803142509.jpg",
          "total_launch_count": 74,
          "total_landing_count": 17
        },
        "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/pad_210_20230819165718.jpg",
        "total_launch_count": 0
      },
      "webcast_live": false,
      "image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/electron_image_20190705175640.jpeg",
      "infographic": null,
      "program": []
    },
    {
      "id": "9f6d8a5a-f77c-42ff-b377-91628862ae59",
      "url": "https://lldev.thespacedevs.com/2.0.0/launch/9f6d8a5a-f77c-42ff-b377-91628862ae59/?format=api",
      "launch_library_id": null,
      "slug": "atlas-v-551-amazon-leo-ka-03",
      "name": "Atlas V 551 | Amazon Leo (KA-03)",
      "status": {
        "id": 3,
        "name": "Success"
      },
      "net": "2025-09-25T12:09:30Z",
      "window_end": "2025-09-25T12:38:00Z",
      "window_start": "2025-09-25T12:09:00Z",
      "inhold": false,
      "tbdtime": false,
      "tbddate": false,
      "probability": 95,
      "holdreason": "",
      "failreason": "",
      "hashtag": null,
      "launch_service_provider": {
        "id": 124,
        "url": "https://lldev.thespacedevs.com/2.0.0/agencies/124/?format=api",
        "name": "United Launch Alliance",
        "type": "Commercial"
      },
      "rocket": {
        "id": 163,
        "configuration": {
          "id": 27,
          "launch_library_id": 37,
          "url": "https://lldev.thespacedevs.com/2.0.0/config/launcher/27/?format=api",
          "name": "Atlas V 551",
          "family": "Atlas",
          "full_name": "Atlas V 551",
          "variant": "551"
        }
      },
      "mission": {
        "id": 5995,
        "launch_library_id": null,
        "name": "Amazon Leo (KA-03)",
        "description": "Amazon Leo, formerly known as Project Kuiper, is a mega constellation of satellites in Low Earth Orbit that will offer broadband internet access, this constellation will be managed by Kuiper Systems LLC, a subsidiary of Amazon. This constellation is planned to be composed of 3,276 satellites. The satellites are projected to be placed in 98 orbital planes in three orbital layers, one at 590 km, 610 km and 630 km altitude.\r\n\r\n27 satellites are carried on this launch.",
        "launch_designator": null,
        "type": "Communications",
        "orbit": {
          "id": 8,
          "name": "Low Earth Orbit",
          "abbrev": "LEO"
        }
      },
      "pad": {
        "id": 29,
        "url": "https://lldev.thespacedevs.com/2.0.0/pad/29/?format=api",
        "agency_id": null,
        "name": "Space Launch Complex 41",
        "info_url": null,
        "wiki_url": "https://en.wikipedia.org/wiki/Cape_Canaveral_Air_Force_Station_Space_Launch_Complex_41",
        "map_url": "https://www.google.com/maps?q=28.58341025,-80.58303644",
        "latitude": "28.58341025",
        "longitude": "-80.58303644",
        "location": {
          "id": 12,
          "url": "https://lldev.thespacedevs.com/2.0.0/location/12/?format=api",
          "name": "Cape Canaveral SFS, FL, USA",
          "country_code": "USA",
          "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/location_12_20200803142519.jpg",
          "total_launch_count": 1101,
          "total_landing_count": 72
        },
        "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/pad_29_20200803143528.jpg",
        "total_launch_count": 122
      },
      "webcast_live": false,
      "image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/atlas_v_liftoff_image_20251102102220.jpg",
      "infographic": null,
      "program": [
        {
          "id": 27,
          "url": "https://lldev.thespacedevs.com/2.0.0/program/27/?format=api",
          "name": "Amazon Leo",
          "description": "Amazon Leo is a satellite internet constellation aimed at providing high-speed, low-latency broadband connectivity to underserved and remote areas globally. The project involves deploying a constellation of low Earth orbit (LEO) satellites to create a satellite internet network capable of delivering reliable internet access.",
          "agencies": [
            {
              "id": 1058,
              "url": "https://lldev.thespacedevs.com/2.0.0/agencies/1058/?format=api",
              "name": "Amazon Leo",
              "type": "Private"
            }
          ],
          "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/project2520kui_program_20231228165031.jpeg",
          "start_date": "2023-10-16T18:06:00Z",
          "end_date": null,
          "info_url": "https://en.wikipedia.org/wiki/Kuiper_Systems",
          "wiki_url": "https://aboutamazon.com/what-we-do/devices-services/project-kuiper"
        }
      ]
    },
    {
      "id": "a0310ea9-b526-4c9b-b767-90872c1cdafd",
      "url": "https://lldev.thespacedevs.com/2.0.0/launch/a0310ea9-b526-4c9b-b767-90872c1cdafd/?format=api",
      "launch_library_id": null,
      "slug": "falcon-9-block-5-starlink-group-17-9",
      "name": "Falcon 9 Block 5 | Starlink Group 17-9",
      "status": {
        "id": 3,
        "name": "Success"
      },
      "net": "2025-09-06T18:06:39Z",
      "window_end": "2025-09-06T19:42:00Z",
      "window_start": "2025-09-06T15:42:00Z",
      "inhold": false,
      "tbdtime": false,
      "tbddate": false,
      "probability": null,
      "holdreason": "",
      "failreason": "",
      "hashtag": null,
      "launch_service_provider": {
        "id": 121,
        "url": "https://lldev.thespacedevs.com/2.0.0/agencies/121/?format=api",
        "name": "SpaceX",
        "type": "Commercial"
      },
      "rocket": {
        "id": 8695,
        "configuration": {
          "id": 164,
          "launch_library_id": 188,
          "url": "https://lldev.thespacedevs.com/2.0.0/config/launcher/164/?format=api",
          "name": "Falcon 9",
          "family": "Falcon",
          "full_name": "Falcon 9 Block 5",
          "variant": "Block 5"
        }
      },
      "mission": {
        "id": 7287,
        "launch_library_id": null,
        "name": "Starlink Group 17-9",
        "description": "A batch of 24 satellites for the Starlink mega-constellation - SpaceX's project for space-based Internet communication system.",
        "launch_designator": null,
        "type": "Communications",
        "orbit": {
          "id": 8,
          "name": "Low Earth Orbit",
          "abbrev": "LEO"
        }
      },
      "pad": {
        "id": 16,
        "url": "https://lldev.thespacedevs.com/2.0.0/pad/16/?format=api",
        "agency_id": null,
        "name": "Space Launch Complex 4E",
        "info_url": null,
        "wiki_url": "https://en.wikipedia.org/wiki/Vandenberg_Space_Launch_Complex_4#SLC-4E",
        "map_url": "https://www.google.com/maps?q=34.632,-120.611",
        "latitude": "34.632",
        "longitude": "-120.611",
        "location": {
          "id": 11,
          "url": "https://lldev.thespacedevs.com/2.0.0/location/11/?format=api",
          "name": "Vandenberg SFB, CA, USA",
          "country_code": "USA",
          "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/location_11_20200803142416.jpg",
          "total_launch_count": 875,
          "total_landing_count": 33
        },
        "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/pad_16_20200803143532.jpg",
        "total_launch_count": 259
      },
      "webcast_live": false,
      "image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/falcon2520925_image_20221009234147.png",
      "infographic": null,
      "program": [
        {
          "id": 25,
          "url": "https://lldev.thespacedevs.com/2.0.0/program/25/?format=api",
          "name": "Starlink",
          "description": "Starlink is a satellite internet constellation operated by American aerospace company SpaceX",
          "agencies": [
            {
              "id": 121,
              "url": "https://lldev.thespacedevs.com/2.0.0/agencies/121/?format=api",
              "name": "SpaceX",
              "type": "Commercial"
            }
          ],
          "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/starlink_program_20231228154508.jpeg",
          "start_date": "2018-02-22T14:17:00Z",
          "end_date": null,
          "info_url": "https://starlink.com",
          "wiki_url": "https://en.wikipedia.org/wiki/Starlink"
        }
      ]
    },
    {
      "id": "a0e0f590-1cb4-4b6b-845c-0087633af132",
      "url": "https://lldev.thespacedevs.com/2.0.0/launch/a0e0f590-1cb4-4b6b-845c-0087633af132/?format=api",
      "launch_library_id": null,
      "slug": "long-march-2fg-shenzhou-23",
      "name": "Long March 2F/G | Shenzhou 23",
      "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": 88,
        "url": "https://lldev.thespacedevs.com/2.0.0/agencies/88/?format=api",
        "name": "China Aerospace Science and Technology Corporation",
        "type": "Government"
      },
      "rocket": {
        "id": 8900,
        "configuration": {
          "id": 84,
          "launch_library_id": 111,
          "url": "https://lldev.thespacedevs.com/2.0.0/config/launcher/84/?format=api",
          "name": "Long March 2F/G",
          "family": "Long March",
          "full_name": "Long March 2F/G",
          "variant": "F/G"
        }
      },
      "mission": {
        "id": 7491,
        "launch_library_id": null,
        "name": "Shenzhou 23",
        "description": "Shenzhou 23 will be the 23rd flight of the Shenzhou program.",
        "launch_designator": null,
        "type": "Human Exploration",
        "orbit": {
          "id": 8,
          "name": "Low Earth Orbit",
          "abbrev": "LEO"
        }
      },
      "pad": {
        "id": 37,
        "url": "https://lldev.thespacedevs.com/2.0.0/pad/37/?format=api",
        "agency_id": null,
        "name": "Launch Area 91 (SLS-1 / 921)",
        "info_url": null,
        "wiki_url": "https://en.wikipedia.org/wiki/Jiuquan_Launch_Area_4",
        "map_url": "https://www.google.com/maps?q=40.957893,100.290944",
        "latitude": "40.957893",
        "longitude": "100.290944",
        "location": {
          "id": 17,
          "url": "https://lldev.thespacedevs.com/2.0.0/location/17/?format=api",
          "name": "Jiuquan Satellite Launch Center, People's Republic of China",
          "country_code": "CHN",
          "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/location_17_20200803142429.jpg",
          "total_launch_count": 281,
          "total_landing_count": 2
        },
        "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/pad_37_20200803143603.jpg",
        "total_launch_count": 28
      },
      "webcast_live": false,
      "image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/shenzhou_22_lau_image_20251129175823.jpg",
      "infographic": null,
      "program": [
        {
          "id": 19,
          "url": "https://lldev.thespacedevs.com/2.0.0/program/19/?format=api",
          "name": "Tiangong space station",
          "description": "The Tiangong space station is a space station placed in Low Earth orbit between 340 and 450 km above the surface.",
          "agencies": [
            {
              "id": 88,
              "url": "https://lldev.thespacedevs.com/2.0.0/agencies/88/?format=api",
              "name": "China Aerospace Science and Technology Corporation",
              "type": "Government"
            }
          ],
          "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/chinese2520spa_program_20210608105528.png",
          "start_date": "2021-04-29T03:23:00Z",
          "end_date": null,
          "info_url": null,
          "wiki_url": "https://en.wikipedia.org/wiki/Tiangong_space_station"
        },
        {
          "id": 7,
          "url": "https://lldev.thespacedevs.com/2.0.0/program/7/?format=api",
          "name": "Shenzhou",
          "description": "The Shenzhou program is a crewed spaceflight initiative by China. The program put the first Chinese citizen, Yang Liwei, into orbit on 15 October 2003.",
          "agencies": [
            {
              "id": 17,
              "url": "https://lldev.thespacedevs.com/2.0.0/agencies/17/?format=api",
              "name": "China National Space Administration",
              "type": "Government"
            }
          ],
          "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/shenzhou_program_20200820204745.PNG",
          "start_date": "1993-01-01T00:00:00Z",
          "end_date": null,
          "info_url": null,
          "wiki_url": "https://en.wikipedia.org/wiki/Shenzhou_program"
        }
      ]
    },
    {
      "id": "a0ed15aa-4d23-48ac-a712-950228663b43",
      "url": "https://lldev.thespacedevs.com/2.0.0/launch/a0ed15aa-4d23-48ac-a712-950228663b43/?format=api",
      "launch_library_id": null,
      "slug": "falcon-9-block-5-starlink-group-6-103",
      "name": "Falcon 9 Block 5 | Starlink Group 6-103",
      "status": {
        "id": 3,
        "name": "Success"
      },
      "net": "2026-02-16T07:59:40Z",
      "window_end": "2026-02-16T09:00:00Z",
      "window_start": "2026-02-16T05:00:00Z",
      "inhold": false,
      "tbdtime": false,
      "tbddate": false,
      "probability": 20,
      "holdreason": "",
      "failreason": "",
      "hashtag": null,
      "launch_service_provider": {
        "id": 121,
        "url": "https://lldev.thespacedevs.com/2.0.0/agencies/121/?format=api",
        "name": "SpaceX",
        "type": "Commercial"
      },
      "rocket": {
        "id": 8896,
        "configuration": {
          "id": 164,
          "launch_library_id": 188,
          "url": "https://lldev.thespacedevs.com/2.0.0/config/launcher/164/?format=api",
          "name": "Falcon 9",
          "family": "Falcon",
          "full_name": "Falcon 9 Block 5",
          "variant": "Block 5"
        }
      },
      "mission": {
        "id": 7487,
        "launch_library_id": null,
        "name": "Starlink Group 6-103",
        "description": "A batch of 29 satellites for the Starlink mega-constellation - SpaceX's project for space-based Internet communication system.",
        "launch_designator": null,
        "type": "Communications",
        "orbit": {
          "id": 8,
          "name": "Low Earth Orbit",
          "abbrev": "LEO"
        }
      },
      "pad": {
        "id": 80,
        "url": "https://lldev.thespacedevs.com/2.0.0/pad/80/?format=api",
        "agency_id": 121,
        "name": "Space Launch Complex 40",
        "info_url": null,
        "wiki_url": "https://en.wikipedia.org/wiki/Cape_Canaveral_Air_Force_Station_Space_Launch_Complex_40",
        "map_url": "https://www.google.com/maps?q=28.56194122,-80.57735736",
        "latitude": "28.56194122",
        "longitude": "-80.57735736",
        "location": {
          "id": 12,
          "url": "https://lldev.thespacedevs.com/2.0.0/location/12/?format=api",
          "name": "Cape Canaveral SFS, FL, USA",
          "country_code": "USA",
          "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/location_12_20200803142519.jpg",
          "total_launch_count": 1101,
          "total_landing_count": 72
        },
        "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/pad_80_20200803143323.jpg",
        "total_launch_count": 377
      },
      "webcast_live": false,
      "image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/falcon2520925_image_20221009234147.png",
      "infographic": null,
      "program": [
        {
          "id": 25,
          "url": "https://lldev.thespacedevs.com/2.0.0/program/25/?format=api",
          "name": "Starlink",
          "description": "Starlink is a satellite internet constellation operated by American aerospace company SpaceX",
          "agencies": [
            {
              "id": 121,
              "url": "https://lldev.thespacedevs.com/2.0.0/agencies/121/?format=api",
              "name": "SpaceX",
              "type": "Commercial"
            }
          ],
          "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/starlink_program_20231228154508.jpeg",
          "start_date": "2018-02-22T14:17:00Z",
          "end_date": null,
          "info_url": "https://starlink.com",
          "wiki_url": "https://en.wikipedia.org/wiki/Starlink"
        }
      ]
    },
    {
      "id": "a150bf95-0152-410d-9657-423608ddfab4",
      "url": "https://lldev.thespacedevs.com/2.0.0/launch/a150bf95-0152-410d-9657-423608ddfab4/?format=api",
      "launch_library_id": null,
      "slug": "electron-the-sea-god-sees-iqps-launch-2",
      "name": "Electron | The Sea God Sees (iQPS Launch 2)",
      "status": {
        "id": 3,
        "name": "Success"
      },
      "net": "2025-05-17T08:17:00Z",
      "window_end": "2025-05-17T09:15:00Z",
      "window_start": "2025-05-17T08:15:00Z",
      "inhold": false,
      "tbdtime": false,
      "tbddate": false,
      "probability": null,
      "holdreason": "",
      "failreason": "",
      "hashtag": null,
      "launch_service_provider": {
        "id": 147,
        "url": "https://lldev.thespacedevs.com/2.0.0/agencies/147/?format=api",
        "name": "Rocket Lab",
        "type": "Commercial"
      },
      "rocket": {
        "id": 8519,
        "configuration": {
          "id": 26,
          "launch_library_id": 148,
          "url": "https://lldev.thespacedevs.com/2.0.0/config/launcher/26/?format=api",
          "name": "Electron",
          "family": "",
          "full_name": "Electron",
          "variant": ""
        }
      },
      "mission": {
        "id": 7109,
        "launch_library_id": null,
        "name": "The Sea God Sees (iQPS Launch 2)",
        "description": "Synthetic aperture radar Earth observation satellite for Japanese Earth imaging company iQPS.",
        "launch_designator": null,
        "type": "Earth Science",
        "orbit": {
          "id": 8,
          "name": "Low Earth Orbit",
          "abbrev": "LEO"
        }
      },
      "pad": {
        "id": 65,
        "url": "https://lldev.thespacedevs.com/2.0.0/pad/65/?format=api",
        "agency_id": 147,
        "name": "Rocket Lab Launch Complex 1A",
        "info_url": null,
        "wiki_url": "https://en.wikipedia.org/wiki/Rocket_Lab_Launch_Complex_1",
        "map_url": "https://www.google.com/maps?q=-39.262833,177.864469",
        "latitude": "-39.262833",
        "longitude": "177.864469",
        "location": {
          "id": 10,
          "url": "https://lldev.thespacedevs.com/2.0.0/location/10/?format=api",
          "name": "Rocket Lab Launch Complex 1, Mahia Peninsula, New Zealand",
          "country_code": "NZL",
          "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/location_10_20200803142509.jpg",
          "total_launch_count": 74,
          "total_landing_count": 17
        },
        "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/pad_65_20200803143549.jpg",
        "total_launch_count": 39
      },
      "webcast_live": false,
      "image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/electron_image_20190705175640.jpeg",
      "infographic": null,
      "program": []
    }
  ]
}