Launch List
API endpoint that returns all Launch objects or a single launch.
EXAMPLE - /launch/
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=40&ordering=-id
{ "count": 550, "next": "https://lldev.thespacedevs.com/2.0.0/launch/?format=api&limit=10&offset=50&ordering=-id", "previous": "https://lldev.thespacedevs.com/2.0.0/launch/?format=api&limit=10&offset=30&ordering=-id", "results": [ { "id": "ed2bf159-ee2d-4b60-bb8e-e964c005c8d9", "url": "https://lldev.thespacedevs.com/2.0.0/launch/ed2bf159-ee2d-4b60-bb8e-e964c005c8d9/?format=api", "launch_library_id": null, "slug": "zephyr-maiden-flight", "name": "Zéphyr | Maiden Flight", "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": 1100, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/1100/?format=api", "name": "Latitude", "type": "Commercial" }, "rocket": { "id": 8803, "configuration": { "id": 534, "launch_library_id": null, "url": "https://lldev.thespacedevs.com/2.0.0/config/launcher/534/?format=api", "name": "Zéphyr", "family": "", "full_name": "Zéphyr", "variant": "" } }, "mission": { "id": 7394, "launch_library_id": null, "name": "Maiden Flight", "description": "Maiden flight of the Zéphyr small launch vehicle.", "launch_designator": null, "type": "Test Flight", "orbit": { "id": 8, "name": "Low Earth Orbit", "abbrev": "LEO" } }, "pad": { "id": 125, "url": "https://lldev.thespacedevs.com/2.0.0/pad/125/?format=api", "agency_id": 46, "name": "Diamant Launch Area", "info_url": null, "wiki_url": null, "map_url": "https://www.google.com/maps?q=5.2222222,-52.7758051", "latitude": "5.2222222", "longitude": "-52.7758051", "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": 331, "total_landing_count": 0 }, "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/pad_125_20200803143236.jpg", "total_launch_count": 8 }, "webcast_live": false, "image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/z25c325a9phyr_image_20251116181217.jpg", "infographic": null, "program": [] }, { "id": "ed145de1-b768-43b5-8563-18ebc93b69b5", "url": "https://lldev.thespacedevs.com/2.0.0/launch/ed145de1-b768-43b5-8563-18ebc93b69b5/?format=api", "launch_library_id": null, "slug": "falcon-9-block-5-starlink-group-10-17", "name": "Falcon 9 Block 5 | Starlink Group 10-17", "status": { "id": 3, "name": "Success" }, "net": "2025-10-19T17:39:40Z", "window_end": "2025-10-19T18:52:00Z", "window_start": "2025-10-19T14:52:00Z", "inhold": false, "tbdtime": false, "tbddate": false, "probability": 99, "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": 8747, "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": 7338, "launch_library_id": null, "name": "Starlink Group 10-17", "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-dev.nyc3.digitaloceanspaces.com/media/map_images/location_12_20200803142519.jpg", "total_launch_count": 1092, "total_landing_count": 71 }, "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/pad_80_20200803143323.jpg", "total_launch_count": 369 }, "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": "ebed9e27-bbd3-4c9c-a254-100ef978dd85", "url": "https://lldev.thespacedevs.com/2.0.0/launch/ebed9e27-bbd3-4c9c-a254-100ef978dd85/?format=api", "launch_library_id": null, "slug": "falcon-9-block-5-starlink-group-6-91", "name": "Falcon 9 Block 5 | Starlink Group 6-91", "status": { "id": 3, "name": "Success" }, "net": "2025-05-10T06:28:00Z", "window_end": "2025-05-10T10:28:00Z", "window_start": "2025-05-10T06:28:00Z", "inhold": false, "tbdtime": false, "tbddate": false, "probability": 55, "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": 8602, "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": 7194, "launch_library_id": null, "name": "Starlink Group 6-91", "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-dev.nyc3.digitaloceanspaces.com/media/map_images/location_12_20200803142519.jpg", "total_launch_count": 1092, "total_landing_count": 71 }, "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/pad_80_20200803143323.jpg", "total_launch_count": 369 }, "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": "ebaf6c77-6f86-4d54-bf4e-137d0dc2c235", "url": "https://lldev.thespacedevs.com/2.0.0/launch/ebaf6c77-6f86-4d54-bf4e-137d0dc2c235/?format=api", "launch_library_id": null, "slug": "falcon-9-block-5-starlink-group-10-30", "name": "Falcon 9 Block 5 | Starlink Group 10-30", "status": { "id": 3, "name": "Success" }, "net": "2025-08-04T07:57:50Z", "window_end": "2025-08-04T08:11:00Z", "window_start": "2025-08-04T04:11: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": 8670, "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": 7262, "launch_library_id": null, "name": "Starlink Group 10-30", "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-dev.nyc3.digitaloceanspaces.com/media/map_images/location_12_20200803142519.jpg", "total_launch_count": 1092, "total_landing_count": 71 }, "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/pad_80_20200803143323.jpg", "total_launch_count": 369 }, "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": "eba3b1ed-3b47-4f45-9719-168f6470d8b6", "url": "https://lldev.thespacedevs.com/2.0.0/launch/eba3b1ed-3b47-4f45-9719-168f6470d8b6/?format=api", "launch_library_id": null, "slug": "long-march-5byz-2-satnet-leo-group-03", "name": "Long March 5B/YZ-2 | SatNet LEO Group 03", "status": { "id": 3, "name": "Success" }, "net": "2025-04-28T20:10:00Z", "window_end": "2025-04-28T20:25:00Z", "window_start": "2025-04-28T20:01: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": 8597, "configuration": { "id": 508, "launch_library_id": null, "url": "https://lldev.thespacedevs.com/2.0.0/config/launcher/508/?format=api", "name": "Long March 5B/YZ-2", "family": "Long March", "full_name": "Long March 5B/YZ-2", "variant": "B/YZ-2" } }, "mission": { "id": 7189, "launch_library_id": null, "name": "SatNet LEO Group 03", "description": "A batch of 10 Low Earth Orbit communication satellites for the Chinese state owned SatNet constellation operated by the China Satellite Network Group.\r\n\r\nThe constellation will eventually consists of 13000 satellites.", "launch_designator": null, "type": "Communications", "orbit": { "id": 13, "name": "Polar Orbit", "abbrev": "PO" } }, "pad": { "id": 175, "url": "https://lldev.thespacedevs.com/2.0.0/pad/175/?format=api", "agency_id": null, "name": "101", "info_url": null, "wiki_url": "https://en.wikipedia.org/wiki/Wenchang_Spacecraft_Launch_Site", "map_url": "https://www.google.com/maps?q=19.614334,110.951011", "latitude": "19.614334", "longitude": "110.951011", "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-dev.nyc3.digitaloceanspaces.com/media/map_images/location_8_20200803142445.jpg", "total_launch_count": 57, "total_landing_count": 0 }, "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/pad_175_20200803143424.jpg", "total_launch_count": 17 }, "webcast_live": false, "image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/long_march_5b2_image_20250906194017.JPEG", "infographic": null, "program": [] }, { "id": "eb8cbca7-5ae6-430c-8ff6-0f672cfb5bd0", "url": "https://lldev.thespacedevs.com/2.0.0/launch/eb8cbca7-5ae6-430c-8ff6-0f672cfb5bd0/?format=api", "launch_library_id": null, "slug": "vulcan-silentbarker-2nrol-118", "name": "Vulcan | SILENTBARKER 2/NROL-118", "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": 124, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/124/?format=api", "name": "United Launch Alliance", "type": "Commercial" }, "rocket": { "id": 8064, "configuration": { "id": 200, "launch_library_id": 226, "url": "https://lldev.thespacedevs.com/2.0.0/config/launcher/200/?format=api", "name": "Vulcan", "family": "Vulcan", "full_name": "Vulcan", "variant": "Vulcan" } }, "mission": { "id": 6617, "launch_library_id": null, "name": "SILENTBARKER 2/NROL-118", "description": "Space domain awareness mission for the US Department of Defense.", "launch_designator": null, "type": "Government/Top Secret", "orbit": { "id": 1, "name": "Geostationary Orbit", "abbrev": "Direct-GEO" } }, "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": 1092, "total_landing_count": 71 }, "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/pad_29_20200803143528.jpg", "total_launch_count": 121 }, "webcast_live": false, "image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/vulcan_image_20240107162928.jpeg", "infographic": null, "program": [] }, { "id": "eaff0f48-04b7-49fc-bee6-9afd9ec8cc5f", "url": "https://lldev.thespacedevs.com/2.0.0/launch/eaff0f48-04b7-49fc-bee6-9afd9ec8cc5f/?format=api", "launch_library_id": null, "slug": "vega-c-iride-2", "name": "Vega-C | IRIDE 2", "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": 159, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/159/?format=api", "name": "Avio S.p.A", "type": "Commercial" }, "rocket": { "id": 7821, "configuration": { "id": 127, "launch_library_id": 163, "url": "https://lldev.thespacedevs.com/2.0.0/config/launcher/127/?format=api", "name": "Vega-C", "family": "Vega", "full_name": "Vega-C", "variant": "" } }, "mission": { "id": 6327, "launch_library_id": null, "name": "IRIDE 2", "description": "Second dedicated launch for the European Space Agency's IRIDE Earth observation constellation.", "launch_designator": null, "type": "Earth Science", "orbit": { "id": 17, "name": "Sun-Synchronous Orbit", "abbrev": "SSO" } }, "pad": { "id": 34, "url": "https://lldev.thespacedevs.com/2.0.0/pad/34/?format=api", "agency_id": 115, "name": "Ariane Launch Area 1 (ELV)", "info_url": null, "wiki_url": "https://en.wikipedia.org/wiki/ELA-1", "map_url": "https://www.google.com/maps?q=5.236,-52.775", "latitude": "5.236", "longitude": "-52.775", "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": 331, "total_landing_count": 0 }, "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/pad_34_20200803143527.jpg", "total_launch_count": 54 }, "webcast_live": false, "image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/vega-c_image_20220713154437.jpg", "infographic": null, "program": [] }, { "id": "eac0eb9a-98c4-4660-a168-be5ec4e8ba4b", "url": "https://lldev.thespacedevs.com/2.0.0/launch/eac0eb9a-98c4-4660-a168-be5ec4e8ba4b/?format=api", "launch_library_id": null, "slug": "long-march-6a-yaogan-50-01", "name": "Long March 6A | Yaogan 50-01", "status": { "id": 3, "name": "Success" }, "net": "2026-01-13T14:16:00Z", "window_end": "2026-01-13T14:27:00Z", "window_start": "2026-01-13T14:06: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": 8887, "configuration": { "id": 478, "launch_library_id": null, "url": "https://lldev.thespacedevs.com/2.0.0/config/launcher/478/?format=api", "name": "Long March 6A", "family": "Long March", "full_name": "Long March 6A", "variant": "A" } }, "mission": { "id": 7478, "launch_library_id": null, "name": "Yaogan 50-01", "description": "The Yaogan 50-01 is a Chinese military “remote sensing” satellite of unknown purposes.", "launch_designator": null, "type": "Government/Top Secret", "orbit": { "id": 8, "name": "Low Earth Orbit", "abbrev": "LEO" } }, "pad": { "id": 200, "url": "https://lldev.thespacedevs.com/2.0.0/pad/200/?format=api", "agency_id": null, "name": "Launch Complex 9A", "info_url": null, "wiki_url": null, "map_url": "https://www.google.com/maps?q=38.8583,111.5802", "latitude": "38.8583", "longitude": "111.5802", "location": { "id": 19, "url": "https://lldev.thespacedevs.com/2.0.0/location/19/?format=api", "name": "Taiyuan Satellite Launch Center, People's Republic of China", "country_code": "CHN", "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/location_19_20200803142421.jpg", "total_launch_count": 150, "total_landing_count": 0 }, "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/pad_launch_complex_9a_20220330003717.jpg", "total_launch_count": 21 }, "webcast_live": false, "image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/long_march_6a__image_20251209050223.jpeg", "infographic": null, "program": [] }, { "id": "ea2d97bc-a834-4904-b579-6a1e1f7a9c54", "url": "https://lldev.thespacedevs.com/2.0.0/launch/ea2d97bc-a834-4904-b579-6a1e1f7a9c54/?format=api", "launch_library_id": null, "slug": "ceres-1s-tianqi-37-40", "name": "Ceres-1S | Tianqi 37-40", "status": { "id": 3, "name": "Success" }, "net": "2026-01-15T20:10:00Z", "window_end": "2026-01-15T20:26:00Z", "window_start": "2026-01-15T19:58:00Z", "inhold": false, "tbdtime": false, "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": 8880, "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": 7471, "launch_library_id": null, "name": "Tianqi 37-40", "description": "4 small satellites for LEO Internet of Things (IoT) communication purposes.", "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": 23, "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/ceres-1s_image_20230905114324.jpeg", "infographic": null, "program": [] }, { "id": "e9a5374e-b091-45dc-830c-d2ffa1b1ed47", "url": "https://lldev.thespacedevs.com/2.0.0/launch/e9a5374e-b091-45dc-830c-d2ffa1b1ed47/?format=api", "launch_library_id": null, "slug": "falcon-9-block-5-starlink-group-11-15", "name": "Falcon 9 Block 5 | Starlink Group 11-15", "status": { "id": 3, "name": "Success" }, "net": "2025-12-07T17:58:30Z", "window_end": "2025-12-07T20:13:00Z", "window_start": "2025-12-07T16:13: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": 8807, "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": 7398, "launch_library_id": null, "name": "Starlink Group 11-15", "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": 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": 866, "total_landing_count": 33 }, "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/pad_16_20200803143532.jpg", "total_launch_count": 252 }, "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" } ] } ] }