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

{
    "count": 7503,
    "next": "https://ll.thespacedevs.com/2.0.0/launch/?format=api&limit=10&offset=6960&ordering=net",
    "previous": "https://ll.thespacedevs.com/2.0.0/launch/?format=api&limit=10&offset=6940&ordering=net",
    "results": [
        {
            "id": "f53462c6-7e3a-41a9-b5a4-d884582ef0fa",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/f53462c6-7e3a-41a9-b5a4-d884582ef0fa/?format=api",
            "launch_library_id": null,
            "slug": "falcon-9-block-5-starlink-group-9-6",
            "name": "Falcon 9 Block 5 | Starlink Group 9-6",
            "status": {
                "id": 3,
                "name": "Success"
            },
            "net": "2024-09-13T01:45:00Z",
            "window_end": "2024-09-13T04:49:00Z",
            "window_start": "2024-09-13T01:45:00Z",
            "inhold": false,
            "tbdtime": false,
            "tbddate": false,
            "probability": null,
            "holdreason": "",
            "failreason": "",
            "hashtag": null,
            "launch_service_provider": {
                "id": 121,
                "url": "https://ll.thespacedevs.com/2.0.0/agencies/121/?format=api",
                "name": "SpaceX",
                "type": "Commercial"
            },
            "rocket": {
                "id": 8316,
                "configuration": {
                    "id": 164,
                    "launch_library_id": 188,
                    "url": "https://ll.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": 6897,
                "launch_library_id": null,
                "name": "Starlink Group 9-6",
                "description": "A batch of 21 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://ll.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://ll.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://ll.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://ll.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": "e0d5b592-ae3c-4586-b840-b717d269ba22",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/e0d5b592-ae3c-4586-b840-b717d269ba22/?format=api",
            "launch_library_id": null,
            "slug": "qaem-100-chamran-1",
            "name": "Qaem 100 | Chamran-1",
            "status": {
                "id": 3,
                "name": "Success"
            },
            "net": "2024-09-14T05:58:00Z",
            "window_end": "2024-09-14T05:58:00Z",
            "window_start": "2024-09-14T05:58:00Z",
            "inhold": false,
            "tbdtime": false,
            "tbddate": false,
            "probability": null,
            "holdreason": "",
            "failreason": "",
            "hashtag": null,
            "launch_service_provider": {
                "id": 1032,
                "url": "https://ll.thespacedevs.com/2.0.0/agencies/1032/?format=api",
                "name": "Islamic Revolutionary Guard Corps Aerospace Force",
                "type": "Government"
            },
            "rocket": {
                "id": 8353,
                "configuration": {
                    "id": 505,
                    "launch_library_id": null,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/505/?format=api",
                    "name": "Qaem 100",
                    "family": "",
                    "full_name": "Qaem 100",
                    "variant": ""
                }
            },
            "mission": {
                "id": 6934,
                "launch_library_id": null,
                "name": "Chamran-1",
                "description": "Iranian technological demonstration satellite to test out a propulsion system, with mass of 60 kg.",
                "launch_designator": null,
                "type": "Technology",
                "orbit": {
                    "id": 8,
                    "name": "Low Earth Orbit",
                    "abbrev": "LEO"
                }
            },
            "pad": {
                "id": 115,
                "url": "https://ll.thespacedevs.com/2.0.0/pad/115/?format=api",
                "agency_id": null,
                "name": "Launch Platform",
                "info_url": null,
                "wiki_url": null,
                "map_url": "https://www.google.com/maps?q=36.200595,55.333939",
                "latitude": "36.200595",
                "longitude": "55.333939",
                "location": {
                    "id": 145,
                    "url": "https://ll.thespacedevs.com/2.0.0/location/145/?format=api",
                    "name": "Shahrud Missile Test Site, Islamic Republic of Iran",
                    "country_code": "IRN",
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_145_20200803142443.jpg",
                    "total_launch_count": 6,
                    "total_landing_count": 0
                },
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_115_20200803143303.jpg",
                "total_launch_count": 6
            },
            "webcast_live": false,
            "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/qaem_100_image_20240123065309.jpg",
            "infographic": null,
            "program": []
        },
        {
            "id": "40b7cb3e-4418-4cdf-a274-d01709706b86",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/40b7cb3e-4418-4cdf-a274-d01709706b86/?format=api",
            "launch_library_id": null,
            "slug": "angara-12-kosmos-2577-2578",
            "name": "Angara 1.2 | Kosmos 2577 & 2578",
            "status": {
                "id": 3,
                "name": "Success"
            },
            "net": "2024-09-17T07:01:00Z",
            "window_end": "2024-09-17T09:00:00Z",
            "window_start": "2024-09-17T07:00:00Z",
            "inhold": false,
            "tbdtime": false,
            "tbddate": false,
            "probability": null,
            "holdreason": "",
            "failreason": "",
            "hashtag": null,
            "launch_service_provider": {
                "id": 96,
                "url": "https://ll.thespacedevs.com/2.0.0/agencies/96/?format=api",
                "name": "Khrunichev State Research and Production Space Center",
                "type": "Government"
            },
            "rocket": {
                "id": 8320,
                "configuration": {
                    "id": 136,
                    "launch_library_id": 145,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/136/?format=api",
                    "name": "Angara 1.2",
                    "family": "Angara",
                    "full_name": "Angara 1.2",
                    "variant": "1.2"
                }
            },
            "mission": {
                "id": 6901,
                "launch_library_id": null,
                "name": "Kosmos 2577 & 2578",
                "description": "2 Russian military satellites of unknown identities.",
                "launch_designator": null,
                "type": "Government/Top Secret",
                "orbit": {
                    "id": 17,
                    "name": "Sun-Synchronous Orbit",
                    "abbrev": "SSO"
                }
            },
            "pad": {
                "id": 42,
                "url": "https://ll.thespacedevs.com/2.0.0/pad/42/?format=api",
                "agency_id": 163,
                "name": "35/1",
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/Plesetsk_Cosmodrome_Site_35",
                "map_url": "https://www.google.com/maps?q=62.927319,40.574897",
                "latitude": "62.927319",
                "longitude": "40.574897",
                "location": {
                    "id": 6,
                    "url": "https://ll.thespacedevs.com/2.0.0/location/6/?format=api",
                    "name": "Plesetsk Cosmodrome, Russian Federation",
                    "country_code": "RUS",
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_6_20200803142434.jpg",
                    "total_launch_count": 1674,
                    "total_landing_count": 0
                },
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_42_20200803143543.jpg",
                "total_launch_count": 8
            },
            "webcast_live": false,
            "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/angara25201.2_image_20190224012254.jpeg",
            "infographic": null,
            "program": []
        },
        {
            "id": "b9c44ac9-e201-4042-9f08-bd517cd2e6a5",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/b9c44ac9-e201-4042-9f08-bd517cd2e6a5/?format=api",
            "launch_library_id": null,
            "slug": "falcon-9-block-5-galileo-l13-foc-fm26-fm32",
            "name": "Falcon 9 Block 5 | Galileo L13 (FOC FM26 & FM32)",
            "status": {
                "id": 3,
                "name": "Success"
            },
            "net": "2024-09-17T22:50:49Z",
            "window_end": "2024-09-17T22:50:49Z",
            "window_start": "2024-09-17T22:50:49Z",
            "inhold": false,
            "tbdtime": false,
            "tbddate": false,
            "probability": 60,
            "holdreason": "",
            "failreason": "",
            "hashtag": null,
            "launch_service_provider": {
                "id": 121,
                "url": "https://ll.thespacedevs.com/2.0.0/agencies/121/?format=api",
                "name": "SpaceX",
                "type": "Commercial"
            },
            "rocket": {
                "id": 7508,
                "configuration": {
                    "id": 164,
                    "launch_library_id": 188,
                    "url": "https://ll.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": 5917,
                "launch_library_id": null,
                "name": "Galileo L13 (FOC FM26 & FM32)",
                "description": "Two satellites for Europe's Galileo navigation system. Originally planned for launch on Soyuz-ST and then Ariane 6 but both were unavailable.\r\n\r\nGalileo provides Europe with an alternative to the American GPS and Russian GLONASS constellations, but will be interoperable with both systems.",
                "launch_designator": null,
                "type": "Navigation",
                "orbit": {
                    "id": 12,
                    "name": "Medium Earth Orbit",
                    "abbrev": "MEO"
                }
            },
            "pad": {
                "id": 80,
                "url": "https://ll.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://ll.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/f9_liftoff_from_image_20240919071755.jpg",
            "infographic": null,
            "program": [
                {
                    "id": 30,
                    "url": "https://ll.thespacedevs.com/2.0.0/program/30/?format=api",
                    "name": "Galileo",
                    "description": "Galileo is a global navigation satellite system (GNSS) that went live in 2016, created by the European Union through the European Space Agency (ESA), operated by the European Union Agency for the Space Programme (EUSPA).",
                    "agencies": [
                        {
                            "id": 27,
                            "url": "https://ll.thespacedevs.com/2.0.0/agencies/27/?format=api",
                            "name": "European Space Agency",
                            "type": "Multinational"
                        }
                    ],
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/galileo_program_20231230110547.png",
                    "start_date": "2011-10-21T10:30:00Z",
                    "end_date": null,
                    "info_url": "https://www.gsc-europa.eu/",
                    "wiki_url": "https://en.wikipedia.org/wiki/Galileo_(satellite_navigation)"
                }
            ]
        },
        {
            "id": "01032968-e280-4306-b44c-f39ddf5bf1ab",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/01032968-e280-4306-b44c-f39ddf5bf1ab/?format=api",
            "launch_library_id": null,
            "slug": "long-march-3byz-1-beidou-3-m25-m27",
            "name": "Long March 3B/YZ-1 | Beidou-3 M25 & M27",
            "status": {
                "id": 3,
                "name": "Success"
            },
            "net": "2024-09-19T01:14:00Z",
            "window_end": "2024-09-19T01:30:00Z",
            "window_start": "2024-09-19T00:54:00Z",
            "inhold": false,
            "tbdtime": false,
            "tbddate": false,
            "probability": null,
            "holdreason": "",
            "failreason": "",
            "hashtag": null,
            "launch_service_provider": {
                "id": 88,
                "url": "https://ll.thespacedevs.com/2.0.0/agencies/88/?format=api",
                "name": "China Aerospace Science and Technology Corporation",
                "type": "Government"
            },
            "rocket": {
                "id": 8354,
                "configuration": {
                    "id": 78,
                    "launch_library_id": 89,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/78/?format=api",
                    "name": "Long March 3B/YZ-1",
                    "family": "Long March",
                    "full_name": "Long March 3B/YZ-1",
                    "variant": "B/YZ-1"
                }
            },
            "mission": {
                "id": 6935,
                "launch_library_id": null,
                "name": "Beidou-3 M25 & M27",
                "description": "These two satellites will be used to provide global navigation coverage as part of the Chinese Beidou (Compass) satellite navigation system.",
                "launch_designator": null,
                "type": "Navigation",
                "orbit": {
                    "id": 12,
                    "name": "Medium Earth Orbit",
                    "abbrev": "MEO"
                }
            },
            "pad": {
                "id": 45,
                "url": "https://ll.thespacedevs.com/2.0.0/pad/45/?format=api",
                "agency_id": null,
                "name": "Launch Complex 2 (LC-2)",
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/Xichang_Satellite_Launch_Center",
                "map_url": "https://www.google.com/maps?q=28.245564,102.026751",
                "latitude": "28.245564",
                "longitude": "102.026751",
                "location": {
                    "id": 16,
                    "url": "https://ll.thespacedevs.com/2.0.0/location/16/?format=api",
                    "name": "Xichang Satellite Launch Center, People's Republic of China",
                    "country_code": "CHN",
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_16_20200803142513.jpg",
                    "total_launch_count": 225,
                    "total_landing_count": 0
                },
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_45_20200803143520.jpg",
                "total_launch_count": 118
            },
            "webcast_live": false,
            "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/long2520march25203_image_20200102181012.jpg",
            "infographic": null,
            "program": []
        },
        {
            "id": "acc6cddc-0c34-4d64-9cbe-1d8fa1833544",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/acc6cddc-0c34-4d64-9cbe-1d8fa1833544/?format=api",
            "launch_library_id": null,
            "slug": "long-march-2d-jilin-1-wideband-02b-01-to-06",
            "name": "Long March 2D | Jilin-1 Wideband 02B-01 to 06",
            "status": {
                "id": 3,
                "name": "Success"
            },
            "net": "2024-09-20T04:11:00Z",
            "window_end": "2024-09-20T04:26:00Z",
            "window_start": "2024-09-20T04:01:00Z",
            "inhold": false,
            "tbdtime": false,
            "tbddate": false,
            "probability": null,
            "holdreason": "",
            "failreason": "",
            "hashtag": null,
            "launch_service_provider": {
                "id": 88,
                "url": "https://ll.thespacedevs.com/2.0.0/agencies/88/?format=api",
                "name": "China Aerospace Science and Technology Corporation",
                "type": "Government"
            },
            "rocket": {
                "id": 8355,
                "configuration": {
                    "id": 17,
                    "launch_library_id": 73,
                    "url": "https://ll.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": 6936,
                "launch_library_id": null,
                "name": "Jilin-1 Wideband 02B-01 to 06",
                "description": "Earth observation satellites for the Jilin-1 commercial Earth observation satellites constellation.",
                "launch_designator": null,
                "type": "Earth Science",
                "orbit": {
                    "id": 17,
                    "name": "Sun-Synchronous Orbit",
                    "abbrev": "SSO"
                }
            },
            "pad": {
                "id": 25,
                "url": "https://ll.thespacedevs.com/2.0.0/pad/25/?format=api",
                "agency_id": null,
                "name": "Launch Complex 9",
                "info_url": null,
                "wiki_url": null,
                "map_url": "https://www.google.com/maps?q=38.863128,111.589567",
                "latitude": "38.863128",
                "longitude": "111.589567",
                "location": {
                    "id": 19,
                    "url": "https://ll.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-prod.nyc3.digitaloceanspaces.com/media/map_images/location_19_20200803142421.jpg",
                    "total_launch_count": 141,
                    "total_landing_count": 0
                },
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_25_20200803143501.jpg",
                "total_launch_count": 76
            },
            "webcast_live": false,
            "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/long2520march25202d_image_20190222031211.jpeg",
            "infographic": null,
            "program": []
        },
        {
            "id": "f9c16ec7-7592-4ec0-ab1e-f753b96d23fb",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/f9c16ec7-7592-4ec0-ab1e-f753b96d23fb/?format=api",
            "launch_library_id": null,
            "slug": "kuaizhou-1a-tianqi-29-32",
            "name": "Kuaizhou-1A | Tianqi 29-32",
            "status": {
                "id": 3,
                "name": "Success"
            },
            "net": "2024-09-20T09:43:00Z",
            "window_end": "2024-09-20T09:58:00Z",
            "window_start": "2024-09-20T09:33:00Z",
            "inhold": false,
            "tbdtime": false,
            "tbddate": false,
            "probability": null,
            "holdreason": "",
            "failreason": "",
            "hashtag": null,
            "launch_service_provider": {
                "id": 194,
                "url": "https://ll.thespacedevs.com/2.0.0/agencies/194/?format=api",
                "name": "ExPace",
                "type": "Commercial"
            },
            "rocket": {
                "id": 8356,
                "configuration": {
                    "id": 135,
                    "launch_library_id": 155,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/135/?format=api",
                    "name": "Kuaizhou",
                    "family": "Kuaizhou",
                    "full_name": "Kuaizhou-1A",
                    "variant": "1A"
                }
            },
            "mission": {
                "id": 6937,
                "launch_library_id": null,
                "name": "Tianqi 29-32",
                "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": 157,
                "url": "https://ll.thespacedevs.com/2.0.0/pad/157/?format=api",
                "agency_id": null,
                "name": "Mobile Launcher Pad",
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/Xichang_Satellite_Launch_Center",
                "map_url": "https://www.google.com/maps?q=28.242774,102.032944",
                "latitude": "28.242774",
                "longitude": "102.032944",
                "location": {
                    "id": 16,
                    "url": "https://ll.thespacedevs.com/2.0.0/location/16/?format=api",
                    "name": "Xichang Satellite Launch Center, People's Republic of China",
                    "country_code": "CHN",
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_16_20200803142513.jpg",
                    "total_launch_count": 225,
                    "total_landing_count": 0
                },
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_157_20200803143359.jpg",
                "total_launch_count": 7
            },
            "webcast_live": false,
            "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/kuaizhou_image_20191027094423.jpeg",
            "infographic": null,
            "program": []
        },
        {
            "id": "facd46c6-5197-4c27-939a-2b6b3f08d39d",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/facd46c6-5197-4c27-939a-2b6b3f08d39d/?format=api",
            "launch_library_id": null,
            "slug": "falcon-9-block-5-starlink-group-9-17",
            "name": "Falcon 9 Block 5 | Starlink Group 9-17",
            "status": {
                "id": 3,
                "name": "Success"
            },
            "net": "2024-09-20T13:50:00Z",
            "window_end": "2024-09-20T14:04:00Z",
            "window_start": "2024-09-20T13:50:00Z",
            "inhold": false,
            "tbdtime": false,
            "tbddate": false,
            "probability": null,
            "holdreason": "",
            "failreason": "",
            "hashtag": null,
            "launch_service_provider": {
                "id": 121,
                "url": "https://ll.thespacedevs.com/2.0.0/agencies/121/?format=api",
                "name": "SpaceX",
                "type": "Commercial"
            },
            "rocket": {
                "id": 8319,
                "configuration": {
                    "id": 164,
                    "launch_library_id": 188,
                    "url": "https://ll.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": 6900,
                "launch_library_id": null,
                "name": "Starlink Group 9-17",
                "description": "A batch of 20 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://ll.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://ll.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://ll.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://ll.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": "1fae2781-87aa-4a0a-a023-af689a9c5d79",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/1fae2781-87aa-4a0a-a023-af689a9c5d79/?format=api",
            "launch_library_id": null,
            "slug": "electron-kineis-killed-the-radiot-star-kineis-6-10",
            "name": "Electron | Kinéis Killed the RadIoT Star (Kinéis 6-10)",
            "status": {
                "id": 3,
                "name": "Success"
            },
            "net": "2024-09-20T23:01:00Z",
            "window_end": "2024-09-20T23:01:00Z",
            "window_start": "2024-09-20T23:01:00Z",
            "inhold": false,
            "tbdtime": false,
            "tbddate": false,
            "probability": 70,
            "holdreason": "",
            "failreason": "",
            "hashtag": null,
            "launch_service_provider": {
                "id": 147,
                "url": "https://ll.thespacedevs.com/2.0.0/agencies/147/?format=api",
                "name": "Rocket Lab",
                "type": "Commercial"
            },
            "rocket": {
                "id": 7530,
                "configuration": {
                    "id": 26,
                    "launch_library_id": 148,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/26/?format=api",
                    "name": "Electron",
                    "family": "",
                    "full_name": "Electron",
                    "variant": ""
                }
            },
            "mission": {
                "id": 5949,
                "launch_library_id": null,
                "name": "Kinéis Killed the RadIoT Star (Kinéis 6-10)",
                "description": "Second batch of five satellites for the French Kinéis IoT constellation designed to operate with 25 nanosatellites of 30 kg each.",
                "launch_designator": null,
                "type": "Communications",
                "orbit": {
                    "id": 17,
                    "name": "Sun-Synchronous Orbit",
                    "abbrev": "SSO"
                }
            },
            "pad": {
                "id": 65,
                "url": "https://ll.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://ll.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": 57,
                    "total_landing_count": 17
                },
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_65_20200803143549.jpg",
                "total_launch_count": 29
            },
            "webcast_live": false,
            "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/electron_image_20190705175640.jpeg",
            "infographic": null,
            "program": []
        },
        {
            "id": "78224ca7-278d-4410-a1ac-eddb3cc018ca",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/78224ca7-278d-4410-a1ac-eddb3cc018ca/?format=api",
            "launch_library_id": null,
            "slug": "smart-dragon-3-8-satellites",
            "name": "Smart Dragon 3 | 8 satellites",
            "status": {
                "id": 3,
                "name": "Success"
            },
            "net": "2024-09-24T02:31:00Z",
            "window_end": "2024-09-24T03:52:00Z",
            "window_start": "2024-09-24T02:24:00Z",
            "inhold": false,
            "tbdtime": false,
            "tbddate": false,
            "probability": null,
            "holdreason": "",
            "failreason": "",
            "hashtag": null,
            "launch_service_provider": {
                "id": 272,
                "url": "https://ll.thespacedevs.com/2.0.0/agencies/272/?format=api",
                "name": "China Rocket Co. Ltd.",
                "type": "Commercial"
            },
            "rocket": {
                "id": 8359,
                "configuration": {
                    "id": 484,
                    "launch_library_id": null,
                    "url": "https://ll.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": 6940,
                "launch_library_id": null,
                "name": "8 satellites",
                "description": "Carried 8 satellites to a 500 km Sun-synchronous orbit:\r\n\r\n* Tianyi-41\r\n* Luojia 4-01\r\n* Fudan-1\r\n* Tianyan-15\r\n* Jitianxing A-01\r\n* Xingshidai-15/21/22",
                "launch_designator": null,
                "type": "Technology",
                "orbit": {
                    "id": 17,
                    "name": "Sun-Synchronous Orbit",
                    "abbrev": "SSO"
                }
            },
            "pad": {
                "id": 212,
                "url": "https://ll.thespacedevs.com/2.0.0/pad/212/?format=api",
                "agency_id": 88,
                "name": "Haiyang Spaceport",
                "info_url": null,
                "wiki_url": null,
                "map_url": null,
                "latitude": "36.676794",
                "longitude": "121.235103",
                "location": {
                    "id": 3,
                    "url": "https://ll.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_haiyang_spaceport_20230827174240.jpg",
                "total_launch_count": 4
            },
            "webcast_live": false,
            "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/smart_dragon_3__image_20240925074606.jpg",
            "infographic": null,
            "program": []
        }
    ]
}