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

{
  "count": 549,
  "next": "https://lldev.thespacedevs.com/2.0.0/launch/?format=api&limit=10&offset=400&ordering=id",
  "previous": "https://lldev.thespacedevs.com/2.0.0/launch/?format=api&limit=10&offset=380&ordering=id",
  "results": [
    {
      "id": "b3a7aacd-4f23-45a8-aa6c-da9f34804452",
      "url": "https://lldev.thespacedevs.com/2.0.0/launch/b3a7aacd-4f23-45a8-aa6c-da9f34804452/?format=api",
      "launch_library_id": null,
      "slug": "unknown-owlet-01",
      "name": "Unknown | Owlet-01",
      "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": 183,
        "url": "https://lldev.thespacedevs.com/2.0.0/agencies/183/?format=api",
        "name": "Unknown",
        "type": "Unknown"
      },
      "rocket": {
        "id": 8262,
        "configuration": {
          "id": 511,
          "launch_library_id": null,
          "url": "https://lldev.thespacedevs.com/2.0.0/config/launcher/511/?format=api",
          "name": "Unknown Launch Vehicle",
          "family": "",
          "full_name": "Unknown Launch Vehicle",
          "variant": ""
        }
      },
      "mission": {
        "id": 6843,
        "launch_library_id": null,
        "name": "Owlet-01",
        "description": "Telescope satellite for Scout Space, a startup specializing in space domain awareness through in-space observation.",
        "launch_designator": null,
        "type": "Earth Science",
        "orbit": {
          "id": 8,
          "name": "Low Earth Orbit",
          "abbrev": "LEO"
        }
      },
      "pad": {
        "id": 72,
        "url": "https://lldev.thespacedevs.com/2.0.0/pad/72/?format=api",
        "agency_id": null,
        "name": "Unknown Pad",
        "info_url": null,
        "wiki_url": "",
        "map_url": "https://www.google.com/maps?q=28.458,-80.528",
        "latitude": "28.458",
        "longitude": "-80.528",
        "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": 1106,
          "total_landing_count": 74
        },
        "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/pad_72_20200803143403.jpg",
        "total_launch_count": 0
      },
      "webcast_live": false,
      "image": null,
      "infographic": null,
      "program": []
    },
    {
      "id": "b3f7dd08-1e48-498c-8fcb-193b8d54ed6b",
      "url": "https://lldev.thespacedevs.com/2.0.0/launch/b3f7dd08-1e48-498c-8fcb-193b8d54ed6b/?format=api",
      "launch_library_id": null,
      "slug": "falcon-9-block-5-sirius-sxm-10",
      "name": "Falcon 9 Block 5 | Sirius SXM-10",
      "status": {
        "id": 3,
        "name": "Success"
      },
      "net": "2025-06-07T04:54:00Z",
      "window_end": "2025-06-07T07:19:00Z",
      "window_start": "2025-06-07T03:19:00Z",
      "inhold": false,
      "tbdtime": false,
      "tbddate": false,
      "probability": 85,
      "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": 8533,
        "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": 7123,
        "launch_library_id": null,
        "name": "Sirius SXM-10",
        "description": "SXM-10 is the 11th high-powered, digital, audio radio satellite built by Maxar (SSL) for SiriusXM. The SXM-10 satellite will be based on Maxar’s proven 1300-class platform and built at the company’s manufacturing facility in Palo Alto, California. SXM-10 has a large, mesh, unfurlable reflector almost 10 meters in diameter that allows SiriusXM programming to reach its radios, including those in moving vehicles.",
        "launch_designator": null,
        "type": "Communications",
        "orbit": {
          "id": 2,
          "name": "Geostationary Transfer Orbit",
          "abbrev": "GTO"
        }
      },
      "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": 1106,
          "total_landing_count": 74
        },
        "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/pad_80_20200803143323.jpg",
        "total_launch_count": 380
      },
      "webcast_live": false,
      "image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/falcon_9_liftof_image_20241206131356.jpg",
      "infographic": null,
      "program": []
    },
    {
      "id": "b48e32c5-3776-4684-a956-5ea4df032e90",
      "url": "https://lldev.thespacedevs.com/2.0.0/launch/b48e32c5-3776-4684-a956-5ea4df032e90/?format=api",
      "launch_library_id": null,
      "slug": "spectrum-yndeo-3",
      "name": "Spectrum | ΣYNDEO-3",
      "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": 1046,
        "url": "https://lldev.thespacedevs.com/2.0.0/agencies/1046/?format=api",
        "name": "Isar Aerospace",
        "type": "Private"
      },
      "rocket": {
        "id": 8817,
        "configuration": {
          "id": 491,
          "launch_library_id": null,
          "url": "https://lldev.thespacedevs.com/2.0.0/config/launcher/491/?format=api",
          "name": "Spectrum",
          "family": "",
          "full_name": "Spectrum",
          "variant": ""
        }
      },
      "mission": {
        "id": 7408,
        "launch_library_id": null,
        "name": "ΣYNDEO-3",
        "description": "ΣYNDEO-3 is a satellite built by Redwire Corporation for the European Union/European Space Agency (ESA)’s In-Orbit Demonstration and In-Orbit Validation Programme (IOD/IOV), which will carry 10 different technological demonstration payload from institutions of Spain, France, Germany, Italy, Luxembourg and the European Commission. The satellite is built on Redwire's Hammerhead spacecraft platform.",
        "launch_designator": null,
        "type": "Technology",
        "orbit": {
          "id": 8,
          "name": "Low Earth Orbit",
          "abbrev": "LEO"
        }
      },
      "pad": {
        "id": 51,
        "url": "https://lldev.thespacedevs.com/2.0.0/pad/51/?format=api",
        "agency_id": null,
        "name": "Orbital Launch Pad",
        "info_url": null,
        "wiki_url": "https://en.wikipedia.org/wiki/And%C3%B8ya_Space",
        "map_url": "https://www.google.com/maps?q=69.1084,15.5895",
        "latitude": "69.1084",
        "longitude": "15.5895",
        "location": {
          "id": 161,
          "url": "https://lldev.thespacedevs.com/2.0.0/location/161/?format=api",
          "name": "Andøya Spaceport",
          "country_code": "NOR",
          "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/location_161_20240109072235.jpg",
          "total_launch_count": 1,
          "total_landing_count": 0
        },
        "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/pad_51_20200803143605.jpg",
        "total_launch_count": 1
      },
      "webcast_live": false,
      "image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/spectrum_on_the_image_20250321072643.jpeg",
      "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": "b565ab64-1642-4cef-a13f-f3dad53518e7",
      "url": "https://lldev.thespacedevs.com/2.0.0/launch/b565ab64-1642-4cef-a13f-f3dad53518e7/?format=api",
      "launch_library_id": null,
      "slug": "spectrum-cassini",
      "name": "Spectrum | Cassini",
      "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": 1046,
        "url": "https://lldev.thespacedevs.com/2.0.0/agencies/1046/?format=api",
        "name": "Isar Aerospace",
        "type": "Private"
      },
      "rocket": {
        "id": 8691,
        "configuration": {
          "id": 491,
          "launch_library_id": null,
          "url": "https://lldev.thespacedevs.com/2.0.0/config/launcher/491/?format=api",
          "name": "Spectrum",
          "family": "",
          "full_name": "Spectrum",
          "variant": ""
        }
      },
      "mission": {
        "id": 7283,
        "launch_library_id": null,
        "name": "Cassini",
        "description": "Three small satellites hosting payloads for companies across Europe as part of the ESA-European Union IOD (In-Orbit Demonstration) and IOV (In-Orbit Verification) programs.",
        "launch_designator": null,
        "type": "Technology",
        "orbit": {
          "id": 8,
          "name": "Low Earth Orbit",
          "abbrev": "LEO"
        }
      },
      "pad": {
        "id": 51,
        "url": "https://lldev.thespacedevs.com/2.0.0/pad/51/?format=api",
        "agency_id": null,
        "name": "Orbital Launch Pad",
        "info_url": null,
        "wiki_url": "https://en.wikipedia.org/wiki/And%C3%B8ya_Space",
        "map_url": "https://www.google.com/maps?q=69.1084,15.5895",
        "latitude": "69.1084",
        "longitude": "15.5895",
        "location": {
          "id": 161,
          "url": "https://lldev.thespacedevs.com/2.0.0/location/161/?format=api",
          "name": "Andøya Spaceport",
          "country_code": "NOR",
          "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/location_161_20240109072235.jpg",
          "total_launch_count": 1,
          "total_landing_count": 0
        },
        "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/pad_51_20200803143605.jpg",
        "total_launch_count": 1
      },
      "webcast_live": false,
      "image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/spectrum_on_the_image_20250321072643.jpeg",
      "infographic": null,
      "program": []
    },
    {
      "id": "b5a9bccb-30d7-4af6-8ad1-fabb563be53c",
      "url": "https://lldev.thespacedevs.com/2.0.0/launch/b5a9bccb-30d7-4af6-8ad1-fabb563be53c/?format=api",
      "launch_library_id": null,
      "slug": "pslv-tds-01",
      "name": "PSLV | TDS-01",
      "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": 31,
        "url": "https://lldev.thespacedevs.com/2.0.0/agencies/31/?format=api",
        "name": "Indian Space Research Organization",
        "type": "Government"
      },
      "rocket": {
        "id": 7595,
        "configuration": {
          "id": 7,
          "launch_library_id": 14,
          "url": "https://lldev.thespacedevs.com/2.0.0/config/launcher/7/?format=api",
          "name": "PSLV",
          "family": "PSLV",
          "full_name": "PSLV",
          "variant": ""
        }
      },
      "mission": {
        "id": 6037,
        "launch_library_id": null,
        "name": "TDS-01",
        "description": "TDS-01 (Technology Demonstration Satellite-01) is an Indian geostationary orbit technology demonstration satellite carrying payloads for the Indian Space Research Organisation (ISRO)’s Institute of Plasma Research, Gandhinagar and the CSIR-CEERI, Pilani. \r\n\r\nPayloads to be tested included an internally developed 300 mN electric powered thrusters, atomic clocks, travelling wave tube amplifiers (TWTA) & a quantum communication suite (QuTDS).",
        "launch_designator": null,
        "type": "Technology",
        "orbit": {
          "id": 2,
          "name": "Geostationary Transfer Orbit",
          "abbrev": "GTO"
        }
      },
      "pad": {
        "id": 50,
        "url": "https://lldev.thespacedevs.com/2.0.0/pad/50/?format=api",
        "agency_id": 31,
        "name": "Satish Dhawan Space Centre First Launch Pad",
        "info_url": null,
        "wiki_url": "https://en.wikipedia.org/wiki/Satish_Dhawan_Space_Centre_First_Launch_Pad",
        "map_url": "https://www.google.com/maps?q=13.733,80.235",
        "latitude": "13.733",
        "longitude": "80.235",
        "location": {
          "id": 14,
          "url": "https://lldev.thespacedevs.com/2.0.0/location/14/?format=api",
          "name": "Satish Dhawan Space Centre, India",
          "country_code": "IND",
          "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/location_14_20200803142403.jpg",
          "total_launch_count": 103,
          "total_landing_count": 0
        },
        "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/pad_50_20200803143457.jpg",
        "total_launch_count": 63
      },
      "webcast_live": false,
      "image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/pslv_image_20190508083736.jpeg",
      "infographic": null,
      "program": []
    },
    {
      "id": "b6283d07-cfec-41fb-a27d-ade407b46393",
      "url": "https://lldev.thespacedevs.com/2.0.0/launch/b6283d07-cfec-41fb-a27d-ade407b46393/?format=api",
      "launch_library_id": null,
      "slug": "new-shepard-ns-33",
      "name": "New Shepard | NS-33",
      "status": {
        "id": 3,
        "name": "Success"
      },
      "net": "2025-06-29T14:39:56Z",
      "window_end": "2025-06-29T20:00:00Z",
      "window_start": "2025-06-29T12:00:00Z",
      "inhold": false,
      "tbdtime": false,
      "tbddate": false,
      "probability": null,
      "holdreason": "",
      "failreason": "",
      "hashtag": null,
      "launch_service_provider": {
        "id": 141,
        "url": "https://lldev.thespacedevs.com/2.0.0/agencies/141/?format=api",
        "name": "Blue Origin",
        "type": "Commercial"
      },
      "rocket": {
        "id": 8641,
        "configuration": {
          "id": 137,
          "launch_library_id": 9999,
          "url": "https://lldev.thespacedevs.com/2.0.0/config/launcher/137/?format=api",
          "name": "New Shepard",
          "family": "",
          "full_name": "New Shepard",
          "variant": ""
        }
      },
      "mission": {
        "id": 7233,
        "launch_library_id": null,
        "name": "NS-33",
        "description": "NS-33 is the 13th crewed flight for the New Shepard program and the 33rd in its history.",
        "launch_designator": null,
        "type": "Tourism",
        "orbit": {
          "id": 15,
          "name": "Suborbital",
          "abbrev": "Sub"
        }
      },
      "pad": {
        "id": 90,
        "url": "https://lldev.thespacedevs.com/2.0.0/pad/90/?format=api",
        "agency_id": 141,
        "name": "West Texas Suborbital Launch Site/ Corn Ranch",
        "info_url": "https://www.blueorigin.com",
        "wiki_url": "https://en.wikipedia.org/wiki/Corn_Ranch",
        "map_url": "https://www.google.com/maps?q=31.422878000000000,-104.757121000000000",
        "latitude": "31.422878",
        "longitude": "-104.757121",
        "location": {
          "id": 29,
          "url": "https://lldev.thespacedevs.com/2.0.0/location/29/?format=api",
          "name": "Corn Ranch, Van Horn, TX, USA",
          "country_code": "USA",
          "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/location_29_20200803142436.jpg",
          "total_launch_count": 38,
          "total_landing_count": 38
        },
        "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/pad_90_20200803143233.jpg",
        "total_launch_count": 38
      },
      "webcast_live": false,
      "image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/new_shepard_lif_image_20240621062033.jpeg",
      "infographic": null,
      "program": []
    },
    {
      "id": "b78857c4-3b8d-4462-929e-bc76f39c0e6d",
      "url": "https://lldev.thespacedevs.com/2.0.0/launch/b78857c4-3b8d-4462-929e-bc76f39c0e6d/?format=api",
      "launch_library_id": 1963,
      "slug": "ariane-64-go-1",
      "name": "Ariane 64 | GO-1",
      "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": 115,
        "url": "https://lldev.thespacedevs.com/2.0.0/agencies/115/?format=api",
        "name": "Arianespace",
        "type": "Commercial"
      },
      "rocket": {
        "id": 2519,
        "configuration": {
          "id": 116,
          "launch_library_id": 165,
          "url": "https://lldev.thespacedevs.com/2.0.0/config/launcher/116/?format=api",
          "name": "Ariane 64",
          "family": "Ariane",
          "full_name": "Ariane 64",
          "variant": "64"
        }
      },
      "mission": null,
      "pad": {
        "id": 67,
        "url": "https://lldev.thespacedevs.com/2.0.0/pad/67/?format=api",
        "agency_id": 115,
        "name": "Ariane Launch Area 4",
        "info_url": null,
        "wiki_url": "https://en.wikipedia.org/wiki/Guiana_Space_Centre",
        "map_url": "https://www.google.com/maps?q=5.256319,-52.786838",
        "latitude": "5.256319",
        "longitude": "-52.786838",
        "location": {
          "id": 13,
          "url": "https://lldev.thespacedevs.com/2.0.0/location/13/?format=api",
          "name": "Guiana Space Centre, French Guiana",
          "country_code": "GUF",
          "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/location_13_20200803142412.jpg",
          "total_launch_count": 332,
          "total_landing_count": 0
        },
        "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/pad_67_20200803143559.jpg",
        "total_launch_count": 7
      },
      "webcast_live": false,
      "image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/ariane_64_lifto_image_20260213070745.jpg",
      "infographic": null,
      "program": []
    },
    {
      "id": "b7b6c516-70cc-443a-aec9-f97ae4333152",
      "url": "https://lldev.thespacedevs.com/2.0.0/launch/b7b6c516-70cc-443a-aec9-f97ae4333152/?format=api",
      "launch_library_id": null,
      "slug": "falcon-9-block-5-starlink-group-17-7",
      "name": "Falcon 9 Block 5 | Starlink Group 17-7",
      "status": {
        "id": 3,
        "name": "Success"
      },
      "net": "2025-08-30T04:59:14Z",
      "window_end": "2025-08-30T06:05:00Z",
      "window_start": "2025-08-30T02:05: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": 8677,
        "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": 7269,
        "launch_library_id": null,
        "name": "Starlink Group 17-7",
        "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": 881,
          "total_landing_count": 34
        },
        "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/pad_16_20200803143532.jpg",
        "total_launch_count": 265
      },
      "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": "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": []
    }
  ]
}