API endpoint that returns previous Launch objects.

GET: Return a list of previous Launches

FILTERS: Fields - 'name', 'id(s)', 'lsp_id', 'lsp_name', 'launcher_config__id',

MODE: 'normal', 'list', 'detailed' EXAMPLE: ?mode=list

SEARCH: Searches through the launch name, rocket name, launch agency and mission name. EXAMPLE - ?search=SpaceX

GET /2.0.0/launch/previous/?format=api
HTTP 200 OK
Allow: GET
Content-Type: application/json
Vary: Accept

{
    "count": 291,
    "next": "https://lldev.thespacedevs.com/2.0.0/launch/previous/?format=api&limit=10&offset=10",
    "previous": null,
    "results": [
        {
            "id": "82cbee8b-4a94-4bff-a444-328b8db4da78",
            "url": "https://lldev.thespacedevs.com/2.0.0/launch/82cbee8b-4a94-4bff-a444-328b8db4da78/?format=api",
            "launch_library_id": null,
            "slug": "kinetica-1-unknown-payload",
            "name": "Kinetica 1 | Unknown Payload",
            "status": {
                "id": 1,
                "name": "Go"
            },
            "net": "2025-05-21T04:00:00Z",
            "window_end": "2025-05-21T04:15:00Z",
            "window_start": "2025-05-21T03:54:00Z",
            "inhold": false,
            "tbdtime": true,
            "tbddate": false,
            "probability": null,
            "holdreason": "",
            "failreason": "",
            "hashtag": null,
            "launch_service_provider": {
                "id": 1040,
                "url": "https://lldev.thespacedevs.com/2.0.0/agencies/1040/?format=api",
                "name": "CAS Space",
                "type": "Commercial"
            },
            "rocket": {
                "id": 8614,
                "configuration": {
                    "id": 483,
                    "launch_library_id": null,
                    "url": "https://lldev.thespacedevs.com/2.0.0/config/launcher/483/?format=api",
                    "name": "Kinetica 1",
                    "family": "",
                    "full_name": "Kinetica 1",
                    "variant": ""
                }
            },
            "mission": {
                "id": 7206,
                "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": 151,
                "url": "https://lldev.thespacedevs.com/2.0.0/pad/151/?format=api",
                "agency_id": null,
                "name": "Launch Area 130",
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/Jiuquan_Satellite_Launch_Center",
                "map_url": "https://www.google.com/maps?q=40.8182,100.22514",
                "latitude": "40.8182",
                "longitude": "100.22514",
                "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-prod.nyc3.digitaloceanspaces.com/media/map_images/location_17_20200803142429.jpg",
                    "total_launch_count": 250,
                    "total_landing_count": 0
                },
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_151_20200803143425.jpg",
                "total_launch_count": 6
            },
            "webcast_live": false,
            "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/zhongke-1a_image_20220912002218.png",
            "infographic": null,
            "program": []
        },
        {
            "id": "59831598-6413-41fb-ae61-ad731c05dc4f",
            "url": "https://lldev.thespacedevs.com/2.0.0/launch/59831598-6413-41fb-ae61-ad731c05dc4f/?format=api",
            "launch_library_id": null,
            "slug": "long-march-7a-unknown-payload",
            "name": "Long March 7A | Unknown Payload",
            "status": {
                "id": 1,
                "name": "Go"
            },
            "net": "2025-05-20T11:50:00Z",
            "window_end": "2025-05-20T13:11:00Z",
            "window_start": "2025-05-20T11:42:00Z",
            "inhold": false,
            "tbdtime": true,
            "tbddate": false,
            "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": 8616,
                "configuration": {
                    "id": 216,
                    "launch_library_id": 247,
                    "url": "https://lldev.thespacedevs.com/2.0.0/config/launcher/216/?format=api",
                    "name": "Long March 7A",
                    "family": "Long March",
                    "full_name": "Long March 7A",
                    "variant": ""
                }
            },
            "mission": {
                "id": 7208,
                "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": 176,
                "url": "https://lldev.thespacedevs.com/2.0.0/pad/176/?format=api",
                "agency_id": null,
                "name": "201",
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/Wenchang_Spacecraft_Launch_Site",
                "map_url": "https://www.google.com/maps?q=19.618452,110.955356",
                "latitude": "19.618452",
                "longitude": "110.955356",
                "location": {
                    "id": 8,
                    "url": "https://lldev.thespacedevs.com/2.0.0/location/8/?format=api",
                    "name": "Wenchang Space Launch Site, People's Republic of China",
                    "country_code": "CHN",
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_8_20200803142445.jpg",
                    "total_launch_count": 38,
                    "total_landing_count": 0
                },
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_176_20200803143412.jpg",
                "total_launch_count": 22
            },
            "webcast_live": false,
            "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/long_march_7a_image_20210311201838.jpg",
            "infographic": null,
            "program": []
        },
        {
            "id": "38782ad8-6826-4594-bcca-ddcee8ff25e4",
            "url": "https://lldev.thespacedevs.com/2.0.0/launch/38782ad8-6826-4594-bcca-ddcee8ff25e4/?format=api",
            "launch_library_id": null,
            "slug": "falcon-9-block-5-starlink-group-12-15",
            "name": "Falcon 9 Block 5 | Starlink Group 12-15",
            "status": {
                "id": 2,
                "name": "TBD"
            },
            "net": "2025-05-20T03:40:00Z",
            "window_end": "2025-05-20T04:46:00Z",
            "window_start": "2025-05-20T03:40:00Z",
            "inhold": false,
            "tbdtime": true,
            "tbddate": false,
            "probability": 95,
            "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": 8611,
                "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": 7203,
                "launch_library_id": null,
                "name": "Starlink Group 12-15",
                "description": "A batch of 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-prod.nyc3.digitaloceanspaces.com/media/map_images/location_12_20200803142519.jpg",
                    "total_launch_count": 1023,
                    "total_landing_count": 64
                },
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_80_20200803143323.jpg",
                "total_launch_count": 307
            },
            "webcast_live": false,
            "image": "https://thespacedevs-prod.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-prod.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": "0a8bf8c3-9f75-4fe9-a13d-9419eb09f432",
            "url": "https://lldev.thespacedevs.com/2.0.0/launch/0a8bf8c3-9f75-4fe9-a13d-9419eb09f432/?format=api",
            "launch_library_id": null,
            "slug": "ceres-1s-unknown-payload",
            "name": "Ceres-1S | Unknown Payload",
            "status": {
                "id": 1,
                "name": "Go"
            },
            "net": "2025-05-19T07:35:00Z",
            "window_end": "2025-05-19T07:57:00Z",
            "window_start": "2025-05-19T07:29:00Z",
            "inhold": false,
            "tbdtime": true,
            "tbddate": false,
            "probability": null,
            "holdreason": "",
            "failreason": "",
            "hashtag": null,
            "launch_service_provider": {
                "id": 1021,
                "url": "https://lldev.thespacedevs.com/2.0.0/agencies/1021/?format=api",
                "name": "Galactic Energy",
                "type": "Commercial"
            },
            "rocket": {
                "id": 8613,
                "configuration": {
                    "id": 500,
                    "launch_library_id": null,
                    "url": "https://lldev.thespacedevs.com/2.0.0/config/launcher/500/?format=api",
                    "name": "Ceres-1S",
                    "family": "Ceres-1",
                    "full_name": "Ceres-1S",
                    "variant": "Ceres-1S"
                }
            },
            "mission": {
                "id": 7205,
                "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": 221,
                "url": "https://lldev.thespacedevs.com/2.0.0/pad/221/?format=api",
                "agency_id": 88,
                "name": "Oriental Spaceport mobile launch ship",
                "info_url": null,
                "wiki_url": null,
                "map_url": "https://www.google.com/maps?q=35.391667%2C119.598667",
                "latitude": "35.391667",
                "longitude": "119.598667",
                "location": {
                    "id": 3,
                    "url": "https://lldev.thespacedevs.com/2.0.0/location/3/?format=api",
                    "name": "Sea Launch",
                    "country_code": "???",
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_3_20200803142448.jpg",
                    "total_launch_count": 55,
                    "total_landing_count": 0
                },
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_oriental_spaceport_mobile_launch_ship_20240529085416.jpg",
                "total_launch_count": 2
            },
            "webcast_live": false,
            "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/ceres-1s_image_20230905114324.jpeg",
            "infographic": null,
            "program": []
        },
        {
            "id": "e6d98870-9a89-4cca-bbd1-511eed4bf2ce",
            "url": "https://lldev.thespacedevs.com/2.0.0/launch/e6d98870-9a89-4cca-bbd1-511eed4bf2ce/?format=api",
            "launch_library_id": null,
            "slug": "pslv-xl-eos-09-risat-1b",
            "name": "PSLV-XL | EOS-09 (RISAT-1B)",
            "status": {
                "id": 4,
                "name": "Failure"
            },
            "net": "2025-05-18T00:29:00Z",
            "window_end": "2025-05-18T04:00:00Z",
            "window_start": "2025-05-18T00:00:00Z",
            "inhold": false,
            "tbdtime": false,
            "tbddate": false,
            "probability": null,
            "holdreason": "",
            "failreason": "3rd stage failure during burn.",
            "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": 8592,
                "configuration": {
                    "id": 38,
                    "launch_library_id": 38,
                    "url": "https://lldev.thespacedevs.com/2.0.0/config/launcher/38/?format=api",
                    "name": "PSLV-XL",
                    "family": "PSLV",
                    "full_name": "PSLV XL",
                    "variant": "XL"
                }
            },
            "mission": {
                "id": 7184,
                "launch_library_id": null,
                "name": "EOS-09 (RISAT-1B)",
                "description": "RISAT-1B is the third in the series of radar imaging RISAT-1 satellites of ISRO using an active C-band SAR (Synthetic Aperture Radar), providing all-weather as well as the day-and-night SAR observation capability in applications such as agriculture, forestry, soil moisture, geology, sea ice, coastal monitoring, object identification, and flood monitoring, in addition to military surveillance.\r\n\r\nThe RISAT-1 series is developed, manufactured and integrated by ISRO. The 3-axis stabilized spacecraft bus consists of a hexagonal prism shape build around a central cylinder. Most of the spacecraft subsystems and the payload are integrated in the prism structure and the central cylinder. The solar panels and some subsystems are mounted on the cube-shaped section of the spacecraft.",
                "launch_designator": null,
                "type": "Government/Top Secret",
                "orbit": {
                    "id": 17,
                    "name": "Sun-Synchronous Orbit",
                    "abbrev": "SSO"
                }
            },
            "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-prod.nyc3.digitaloceanspaces.com/media/map_images/location_14_20200803142403.jpg",
                    "total_launch_count": 99,
                    "total_landing_count": 0
                },
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_50_20200803143457.jpg",
                "total_launch_count": 62
            },
            "webcast_live": false,
            "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/pslv_image_20190224012254.jpeg",
            "infographic": null,
            "program": []
        },
        {
            "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-prod.nyc3.digitaloceanspaces.com/media/map_images/location_10_20200803142509.jpg",
                    "total_launch_count": 58,
                    "total_landing_count": 17
                },
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_65_20200803143549.jpg",
                "total_launch_count": 30
            },
            "webcast_live": false,
            "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/electron_image_20190705175640.jpeg",
            "infographic": null,
            "program": []
        },
        {
            "id": "35cd0984-b80f-4bc9-9d7a-ead47a40bccd",
            "url": "https://lldev.thespacedevs.com/2.0.0/launch/35cd0984-b80f-4bc9-9d7a-ead47a40bccd/?format=api",
            "launch_library_id": null,
            "slug": "zhuque-2e-6-satellites",
            "name": "Zhuque-2E | 6 satellites",
            "status": {
                "id": 3,
                "name": "Success"
            },
            "net": "2025-05-17T04:12:00Z",
            "window_end": "2025-05-17T04:40:00Z",
            "window_start": "2025-05-17T04:04:00Z",
            "inhold": false,
            "tbdtime": false,
            "tbddate": false,
            "probability": null,
            "holdreason": "",
            "failreason": "",
            "hashtag": null,
            "launch_service_provider": {
                "id": 259,
                "url": "https://lldev.thespacedevs.com/2.0.0/agencies/259/?format=api",
                "name": "LandSpace",
                "type": "Commercial"
            },
            "rocket": {
                "id": 8610,
                "configuration": {
                    "id": 519,
                    "launch_library_id": null,
                    "url": "https://lldev.thespacedevs.com/2.0.0/config/launcher/519/?format=api",
                    "name": "Zhuque-2E",
                    "family": "Zhuque",
                    "full_name": "Zhuque-2E",
                    "variant": "2E"
                }
            },
            "mission": {
                "id": 7202,
                "launch_library_id": null,
                "name": "6 satellites",
                "description": "6 satellites from satellite manufacturer SpaceTY, including 3 multi-spectral Earth observation satellites and 3 technology demonstration satellites for various academic institutions.\r\n\r\n* Tianyi-29\r\n* Tianyi-34\r\n* Tianyi-35\r\n* Tianyi-42\r\n* Tianyi-45\r\n* Tianyi-46",
                "launch_designator": null,
                "type": "Technology",
                "orbit": {
                    "id": 17,
                    "name": "Sun-Synchronous Orbit",
                    "abbrev": "SSO"
                }
            },
            "pad": {
                "id": 9,
                "url": "https://lldev.thespacedevs.com/2.0.0/pad/9/?format=api",
                "agency_id": 259,
                "name": "Launch Area 96",
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/LandSpace",
                "map_url": "https://www.google.com/maps?q=40.91491,100.245488",
                "latitude": "40.91491",
                "longitude": "100.245488",
                "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-prod.nyc3.digitaloceanspaces.com/media/map_images/location_17_20200803142429.jpg",
                    "total_launch_count": 250,
                    "total_landing_count": 0
                },
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_9_20200803143341.jpg",
                "total_launch_count": 5
            },
            "webcast_live": false,
            "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/zhunque_2e_on_t_image_20241216101643.jpg",
            "infographic": null,
            "program": []
        },
        {
            "id": "17b4ef9c-7ee9-4a2a-a57e-dd973ecf573b",
            "url": "https://lldev.thespacedevs.com/2.0.0/launch/17b4ef9c-7ee9-4a2a-a57e-dd973ecf573b/?format=api",
            "launch_library_id": null,
            "slug": "falcon-9-block-5-starlink-group-15-5",
            "name": "Falcon 9 Block 5 | Starlink Group 15-5",
            "status": {
                "id": 3,
                "name": "Success"
            },
            "net": "2025-05-16T13:43:50Z",
            "window_end": "2025-05-16T13:50:10Z",
            "window_start": "2025-05-16T13:43:50Z",
            "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": 8608,
                "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": 7200,
                "launch_library_id": null,
                "name": "Starlink Group 15-5",
                "description": "A batch of 26 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-prod.nyc3.digitaloceanspaces.com/media/map_images/location_11_20200803142416.jpg",
                    "total_launch_count": 807,
                    "total_landing_count": 26
                },
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_16_20200803143532.jpg",
                "total_launch_count": 193
            },
            "webcast_live": false,
            "image": "https://thespacedevs-prod.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-prod.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": "05eef4ad-acc0-490d-822e-ce1c98f37c11",
            "url": "https://lldev.thespacedevs.com/2.0.0/launch/05eef4ad-acc0-490d-822e-ce1c98f37c11/?format=api",
            "launch_library_id": null,
            "slug": "falcon-9-block-5-starlink-group-6-67",
            "name": "Falcon 9 Block 5 | Starlink Group 6-67",
            "status": {
                "id": 3,
                "name": "Success"
            },
            "net": "2025-05-14T16:38:50Z",
            "window_end": "2025-05-14T18:47:09Z",
            "window_start": "2025-05-14T16:38:50Z",
            "inhold": false,
            "tbdtime": false,
            "tbddate": false,
            "probability": 95,
            "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": 8605,
                "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": 7197,
                "launch_library_id": null,
                "name": "Starlink Group 6-67",
                "description": "A batch of 28 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-prod.nyc3.digitaloceanspaces.com/media/map_images/location_12_20200803142519.jpg",
                    "total_launch_count": 1023,
                    "total_landing_count": 64
                },
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_80_20200803143323.jpg",
                "total_launch_count": 307
            },
            "webcast_live": false,
            "image": "https://thespacedevs-prod.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-prod.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": "25c80fb0-4eba-4624-8163-9e5ace26bd19",
            "url": "https://lldev.thespacedevs.com/2.0.0/launch/25c80fb0-4eba-4624-8163-9e5ace26bd19/?format=api",
            "launch_library_id": null,
            "slug": "long-march-2d-space-computing-constellation",
            "name": "Long March 2D | Space Computing Constellation",
            "status": {
                "id": 3,
                "name": "Success"
            },
            "net": "2025-05-14T04:12:00Z",
            "window_end": "2025-05-14T05:21:00Z",
            "window_start": "2025-05-14T04:03:00Z",
            "inhold": false,
            "tbdtime": false,
            "tbddate": false,
            "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": 8607,
                "configuration": {
                    "id": 17,
                    "launch_library_id": 73,
                    "url": "https://lldev.thespacedevs.com/2.0.0/config/launcher/17/?format=api",
                    "name": "Long March 2D",
                    "family": "Long March",
                    "full_name": "Long March 2D",
                    "variant": "2D"
                }
            },
            "mission": {
                "id": 7199,
                "launch_library_id": null,
                "name": "Space Computing Constellation",
                "description": "12 satellites from ADASPACE testing in-orbit data processing capabilities for other satellites with artificial intelligence assistance, as well as inter-satellite laser link communication techniques.",
                "launch_designator": null,
                "type": "Technology",
                "orbit": {
                    "id": 17,
                    "name": "Sun-Synchronous Orbit",
                    "abbrev": "SSO"
                }
            },
            "pad": {
                "id": 22,
                "url": "https://lldev.thespacedevs.com/2.0.0/pad/22/?format=api",
                "agency_id": null,
                "name": "Launch Area 4 (SLS-2 / 603)",
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/Jiuquan_Launch_Area_4",
                "map_url": "https://www.google.com/maps?q=40.960482,100.298059",
                "latitude": "40.960482",
                "longitude": "100.298059",
                "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-prod.nyc3.digitaloceanspaces.com/media/map_images/location_17_20200803142429.jpg",
                    "total_launch_count": 250,
                    "total_landing_count": 0
                },
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_22_20200803143437.jpg",
                "total_launch_count": 124
            },
            "webcast_live": false,
            "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/long2520march25202d_image_20190222031211.jpeg",
            "infographic": null,
            "program": []
        }
    ]
}