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

{
    "count": 7498,
    "next": "https://ll.thespacedevs.com/2.0.0/launch/?format=api&limit=10&offset=7070&ordering=id",
    "previous": "https://ll.thespacedevs.com/2.0.0/launch/?format=api&limit=10&offset=7050&ordering=id",
    "results": [
        {
            "id": "f01164c8-7579-4cfd-a804-bf5a50e11b93",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/f01164c8-7579-4cfd-a804-bf5a50e11b93/?format=api",
            "launch_library_id": null,
            "slug": "atlas-iias-nrol-18",
            "name": "Atlas IIAS | NROL-18",
            "status": {
                "id": 3,
                "name": "Success"
            },
            "net": "2003-12-02T10:04:00Z",
            "window_end": "2003-12-02T10:04:00Z",
            "window_start": "2003-12-02T10:04:00Z",
            "inhold": false,
            "tbdtime": false,
            "tbddate": false,
            "probability": null,
            "holdreason": "",
            "failreason": "",
            "hashtag": null,
            "launch_service_provider": {
                "id": 82,
                "url": "https://ll.thespacedevs.com/2.0.0/agencies/82/?format=api",
                "name": "Lockheed Martin",
                "type": "Commercial"
            },
            "rocket": {
                "id": 7160,
                "configuration": {
                    "id": 255,
                    "launch_library_id": null,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/255/?format=api",
                    "name": "Atlas IIAS",
                    "family": "Atlas",
                    "full_name": "Atlas IIAS",
                    "variant": "IIAS"
                }
            },
            "mission": {
                "id": 5549,
                "launch_library_id": null,
                "name": "NROL-18 (Intruder 6A & 6B)",
                "description": "USA 173 is an American military satellite (operated by the National Reconnaissance Office)",
                "launch_designator": null,
                "type": "Government/Top Secret",
                "orbit": {
                    "id": 8,
                    "name": "Low Earth Orbit",
                    "abbrev": "LEO"
                }
            },
            "pad": {
                "id": 24,
                "url": "https://ll.thespacedevs.com/2.0.0/pad/24/?format=api",
                "agency_id": 161,
                "name": "Space Launch Complex 3E",
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/Vandenberg_Space_Launch_Complex_3#SLC-3E",
                "map_url": "https://www.google.com/maps?q=34.64,-120.5895",
                "latitude": "34.64",
                "longitude": "-120.5895",
                "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": 806,
                    "total_landing_count": 26
                },
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_24_20200803143552.jpg",
                "total_launch_count": 48
            },
            "webcast_live": false,
            "image": null,
            "infographic": null,
            "program": []
        },
        {
            "id": "f023ec2a-a408-44cc-9360-4f8744e06e99",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/f023ec2a-a408-44cc-9360-4f8744e06e99/?format=api",
            "launch_library_id": null,
            "slug": "thor-slv-2-agena-b-echo-2",
            "name": "Thor SLV-2 Agena B | Echo 2",
            "status": {
                "id": 3,
                "name": "Success"
            },
            "net": "1964-01-25T13:59:04Z",
            "window_end": "1964-01-25T13:59:04Z",
            "window_start": "1964-01-25T13:59:04Z",
            "inhold": false,
            "tbdtime": false,
            "tbddate": false,
            "probability": null,
            "holdreason": "",
            "failreason": null,
            "hashtag": null,
            "launch_service_provider": {
                "id": 161,
                "url": "https://ll.thespacedevs.com/2.0.0/agencies/161/?format=api",
                "name": "United States Air Force",
                "type": "Government"
            },
            "rocket": {
                "id": 3251,
                "configuration": {
                    "id": 414,
                    "launch_library_id": null,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/414/?format=api",
                    "name": "Thor SLV-2 Agena B",
                    "family": "Thor",
                    "full_name": "Thor SLV-2 Agena B",
                    "variant": "SLV-2 Agena B"
                }
            },
            "mission": {
                "id": 1673,
                "launch_library_id": null,
                "name": "Echo 2",
                "description": "The Echo 2 spacecraft was a 41-m balloon of aluminum foil-mylar laminate. Echo 2 was designed as a rigidized passive communications spacecraft for testing propagation, tracking, and communication techniques.",
                "launch_designator": null,
                "type": "Communications",
                "orbit": {
                    "id": 8,
                    "name": "Low Earth Orbit",
                    "abbrev": "LEO"
                }
            },
            "pad": {
                "id": 98,
                "url": "https://ll.thespacedevs.com/2.0.0/pad/98/?format=api",
                "agency_id": 161,
                "name": "Space Launch Complex 2E",
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/Vandenberg_Space_Launch_Complex_2",
                "map_url": "https://www.google.com/maps?q=34.7516,-120.6192",
                "latitude": "34.7516",
                "longitude": "-120.6192",
                "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": 806,
                    "total_landing_count": 26
                },
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_98_20200803143228.jpg",
                "total_launch_count": 47
            },
            "webcast_live": false,
            "image": null,
            "infographic": null,
            "program": []
        },
        {
            "id": "f025bf38-1275-4681-800c-8f3e34a68376",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/f025bf38-1275-4681-800c-8f3e34a68376/?format=api",
            "launch_library_id": null,
            "slug": "soyuz-u-zenit-2m-93",
            "name": "Soyuz U | Zenit-2M 93",
            "status": {
                "id": 3,
                "name": "Success"
            },
            "net": "1978-12-14T15:20:00Z",
            "window_end": "1978-12-14T15:20:00Z",
            "window_start": "1978-12-14T15:20:00Z",
            "inhold": false,
            "tbdtime": false,
            "tbddate": false,
            "probability": null,
            "holdreason": "",
            "failreason": null,
            "hashtag": null,
            "launch_service_provider": {
                "id": 66,
                "url": "https://ll.thespacedevs.com/2.0.0/agencies/66/?format=api",
                "name": "Soviet Space Program",
                "type": "Government"
            },
            "rocket": {
                "id": 5023,
                "configuration": {
                    "id": 37,
                    "launch_library_id": 35,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/37/?format=api",
                    "name": "Soyuz U",
                    "family": "Soyuz",
                    "full_name": "Soyuz U",
                    "variant": ""
                }
            },
            "mission": {
                "id": 3436,
                "launch_library_id": null,
                "name": "Zenit-2M 93",
                "description": "The soviet Zenit-2M (Gektor, 11F690) was an improved version of the Zenit-2 area surveillance reconnaissance satellite. It was part of the Vostok-based Zenit-family.",
                "launch_designator": null,
                "type": "Government/Top Secret",
                "orbit": {
                    "id": 8,
                    "name": "Low Earth Orbit",
                    "abbrev": "LEO"
                }
            },
            "pad": {
                "id": 85,
                "url": "https://ll.thespacedevs.com/2.0.0/pad/85/?format=api",
                "agency_id": 163,
                "name": "43/4 (43R)",
                "info_url": null,
                "wiki_url": null,
                "map_url": "https://www.google.com/maps?q=62.92883,40.457098",
                "latitude": "62.92883",
                "longitude": "40.457098",
                "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_85_20200803143554.jpg",
                "total_launch_count": 323
            },
            "webcast_live": false,
            "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/soyuz2520u_image_20190222031023.jpeg",
            "infographic": null,
            "program": []
        },
        {
            "id": "f0460950-3cb6-4889-8cbe-707f063d0565",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/f0460950-3cb6-4889-8cbe-707f063d0565/?format=api",
            "launch_library_id": null,
            "slug": "new-glenn-bluebird-block-2-4",
            "name": "New Glenn | BlueBird Block 2 #4",
            "status": {
                "id": 2,
                "name": "TBD"
            },
            "net": "2025-12-31T00:00:00Z",
            "window_end": "2025-12-31T00:00:00Z",
            "window_start": "2025-12-31T00:00:00Z",
            "inhold": false,
            "tbdtime": true,
            "tbddate": true,
            "probability": null,
            "holdreason": "",
            "failreason": "",
            "hashtag": null,
            "launch_service_provider": {
                "id": 141,
                "url": "https://ll.thespacedevs.com/2.0.0/agencies/141/?format=api",
                "name": "Blue Origin",
                "type": "Commercial"
            },
            "rocket": {
                "id": 8411,
                "configuration": {
                    "id": 138,
                    "launch_library_id": 1001,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/138/?format=api",
                    "name": "New Glenn",
                    "family": "",
                    "full_name": "New Glenn",
                    "variant": ""
                }
            },
            "mission": {
                "id": 6999,
                "launch_library_id": null,
                "name": "BlueBird Block 2 #4",
                "description": "AST SpaceMobile’s Block 2 BlueBird satellites are designed to deliver up to 10 times the bandwidth capacity of the BlueBird Block 1 satellites, required to achieve 24/7 continuous cellular broadband service coverage in the United States, with beams designed to support a capacity of up to 40 MHz, enabling peak data transmission speeds up to 120 Mbps, supporting voice, full data and video applications. The Block 2 BlueBirds, featuring as large as 2400 square foot communications arrays, will be the largest satellites ever commercially deployed in Low Earth orbit once launched.\r\n\r\nThis launch will feature 8 satellites.",
                "launch_designator": null,
                "type": "Communications",
                "orbit": {
                    "id": 8,
                    "name": "Low Earth Orbit",
                    "abbrev": "LEO"
                }
            },
            "pad": {
                "id": 121,
                "url": "https://ll.thespacedevs.com/2.0.0/pad/121/?format=api",
                "agency_id": 161,
                "name": "Launch Complex 36A",
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/Cape_Canaveral_Launch_Complex_36",
                "map_url": "https://www.google.com/maps?q=28.4705556,-80.542194",
                "latitude": "28.4705556",
                "longitude": "-80.542194",
                "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_121_20200803143231.jpg",
                "total_launch_count": 69
            },
            "webcast_live": false,
            "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/new_glenn_on_lc_image_20240313170026.jpeg",
            "infographic": null,
            "program": []
        },
        {
            "id": "f058ecca-bda7-4797-ae47-b5c450b1bd78",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/f058ecca-bda7-4797-ae47-b5c450b1bd78/?format=api",
            "launch_library_id": null,
            "slug": "new-shepard-ns-21",
            "name": "New Shepard | NS-21",
            "status": {
                "id": 3,
                "name": "Success"
            },
            "net": "2022-06-04T13:25:02Z",
            "window_end": "2022-06-04T16:00:00Z",
            "window_start": "2022-06-04T13:00:00Z",
            "inhold": false,
            "tbdtime": false,
            "tbddate": false,
            "probability": null,
            "holdreason": "",
            "failreason": "",
            "hashtag": null,
            "launch_service_provider": {
                "id": 141,
                "url": "https://ll.thespacedevs.com/2.0.0/agencies/141/?format=api",
                "name": "Blue Origin",
                "type": "Commercial"
            },
            "rocket": {
                "id": 7573,
                "configuration": {
                    "id": 137,
                    "launch_library_id": 9999,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/137/?format=api",
                    "name": "New Shepard",
                    "family": "",
                    "full_name": "New Shepard",
                    "variant": ""
                }
            },
            "mission": {
                "id": 6016,
                "launch_library_id": null,
                "name": "NS-21",
                "description": "NS-21 is the fifth crewed New Shepard flight, carrying six passengers.",
                "launch_designator": null,
                "type": "Tourism",
                "orbit": {
                    "id": 15,
                    "name": "Suborbital",
                    "abbrev": "Sub"
                }
            },
            "pad": {
                "id": 90,
                "url": "https://ll.thespacedevs.com/2.0.0/pad/90/?format=api",
                "agency_id": 141,
                "name": "West Texas Suborbital Launch Site/ Corn Ranch",
                "info_url": "http://www.blueorigin.com",
                "wiki_url": "https://en.wikipedia.org/wiki/Corn_Ranch",
                "map_url": "https://www.google.com/maps?q=31.422878000000000,-104.757121000000000",
                "latitude": "31.422878",
                "longitude": "-104.757121",
                "location": {
                    "id": 29,
                    "url": "https://ll.thespacedevs.com/2.0.0/location/29/?format=api",
                    "name": "Corn Ranch, Van Horn, TX, USA",
                    "country_code": "USA",
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_29_20200803142436.jpg",
                    "total_launch_count": 31,
                    "total_landing_count": 31
                },
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_90_20200803143233.jpg",
                "total_launch_count": 31
            },
            "webcast_live": false,
            "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/new2520shepard_image_20190207032624.jpeg",
            "infographic": null,
            "program": []
        },
        {
            "id": "f05cf79e-faf8-477e-9929-a94945e90b37",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/f05cf79e-faf8-477e-9929-a94945e90b37/?format=api",
            "launch_library_id": null,
            "slug": "molniya-8k78m-pvb-molniya-3-56l",
            "name": "Molniya 8K78M-PVB | Molniya-3 56L",
            "status": {
                "id": 3,
                "name": "Success"
            },
            "net": "1992-12-02T01:57:00Z",
            "window_end": "1992-12-02T01:57:00Z",
            "window_start": "1992-12-02T01:57:00Z",
            "inhold": false,
            "tbdtime": false,
            "tbddate": false,
            "probability": null,
            "holdreason": "",
            "failreason": null,
            "hashtag": null,
            "launch_service_provider": {
                "id": 111,
                "url": "https://ll.thespacedevs.com/2.0.0/agencies/111/?format=api",
                "name": "Progress Rocket Space Center",
                "type": "Commercial"
            },
            "rocket": {
                "id": 6488,
                "configuration": {
                    "id": 335,
                    "launch_library_id": null,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/335/?format=api",
                    "name": "Molniya 8K78M-PVB",
                    "family": "R-7",
                    "full_name": "Molniya 8K78M-PVB",
                    "variant": "8K78M-PVB"
                }
            },
            "mission": {
                "id": 4878,
                "launch_library_id": null,
                "name": "Molniya-3 56L",
                "description": "Molniya communication satellites operating from a highly elliptical orbit",
                "launch_designator": null,
                "type": "Communications",
                "orbit": {
                    "id": 0,
                    "name": "Elliptical Orbit",
                    "abbrev": "Elliptical"
                }
            },
            "pad": {
                "id": 36,
                "url": "https://ll.thespacedevs.com/2.0.0/pad/36/?format=api",
                "agency_id": 163,
                "name": "43/3 (43L)",
                "info_url": null,
                "wiki_url": null,
                "map_url": "https://www.google.com/maps?q=62.9273,40.45",
                "latitude": "62.9273",
                "longitude": "40.45",
                "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_36_20200803143534.jpg",
                "total_launch_count": 230
            },
            "webcast_live": false,
            "image": null,
            "infographic": null,
            "program": []
        },
        {
            "id": "f06ec811-be10-4fa2-a539-b7f7ac50adb8",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/f06ec811-be10-4fa2-a539-b7f7ac50adb8/?format=api",
            "launch_library_id": 1439,
            "slug": "long-march-2d-lkw-3-land-survey-satellite-3",
            "name": "Long March 2D | LKW-3 (Land Survey Satellite-3)",
            "status": {
                "id": 3,
                "name": "Success"
            },
            "net": "2018-01-13T07:10:00Z",
            "window_end": "2018-01-13T07:21:00Z",
            "window_start": "2018-01-13T07:03:00Z",
            "inhold": false,
            "tbdtime": false,
            "tbddate": false,
            "probability": -1,
            "holdreason": "",
            "failreason": null,
            "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": 2066,
                "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": null,
            "pad": {
                "id": 22,
                "url": "https://ll.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://ll.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": 249,
                    "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": []
        },
        {
            "id": "f07f6b32-5547-4c92-9ca7-4b4cb14f3cd0",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/f07f6b32-5547-4c92-9ca7-4b4cb14f3cd0/?format=api",
            "launch_library_id": null,
            "slug": "dnepr-terrasar-x",
            "name": "Dnepr | TerraSAR-X",
            "status": {
                "id": 3,
                "name": "Success"
            },
            "net": "2007-06-15T02:14:00Z",
            "window_end": "2007-06-15T02:14:00Z",
            "window_start": "2007-06-15T02:14:00Z",
            "inhold": false,
            "tbdtime": false,
            "tbddate": false,
            "probability": null,
            "holdreason": "",
            "failreason": null,
            "hashtag": null,
            "launch_service_provider": {
                "id": 119,
                "url": "https://ll.thespacedevs.com/2.0.0/agencies/119/?format=api",
                "name": "ISC Kosmotras",
                "type": "Commercial"
            },
            "rocket": {
                "id": 7319,
                "configuration": {
                    "id": 31,
                    "launch_library_id": 54,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/31/?format=api",
                    "name": "Dnepr",
                    "family": "",
                    "full_name": "Dnepr 1",
                    "variant": "1"
                }
            },
            "mission": {
                "id": 5708,
                "launch_library_id": null,
                "name": "TerraSAR-X",
                "description": "German Earth observation satellite",
                "launch_designator": null,
                "type": "Earth Science",
                "orbit": {
                    "id": 17,
                    "name": "Sun-Synchronous Orbit",
                    "abbrev": "SSO"
                }
            },
            "pad": {
                "id": 12,
                "url": "https://ll.thespacedevs.com/2.0.0/pad/12/?format=api",
                "agency_id": null,
                "name": "109/95",
                "info_url": null,
                "wiki_url": "",
                "map_url": "https://www.google.com/maps?q=45.95112,63.497095",
                "latitude": "45.95112",
                "longitude": "63.497095",
                "location": {
                    "id": 15,
                    "url": "https://ll.thespacedevs.com/2.0.0/location/15/?format=api",
                    "name": "Baikonur Cosmodrome, Republic of Kazakhstan",
                    "country_code": "KAZ",
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_15_20200803142517.jpg",
                    "total_launch_count": 1555,
                    "total_landing_count": 0
                },
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_12_20200803143322.jpg",
                "total_launch_count": 12
            },
            "webcast_live": false,
            "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/dnepr-1_liftoff_image_20240411092543.jpeg",
            "infographic": null,
            "program": []
        },
        {
            "id": "f08172e1-e53e-4c5c-9f97-df620f934ed9",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/f08172e1-e53e-4c5c-9f97-df620f934ed9/?format=api",
            "launch_library_id": null,
            "slug": "long-march-2d-piesat-1-x-4",
            "name": "Long March 2D | PIESAT-1 x 4",
            "status": {
                "id": 3,
                "name": "Success"
            },
            "net": "2023-03-30T10:50:00Z",
            "window_end": "2023-03-30T11:26:00Z",
            "window_start": "2023-03-30T10:43: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": 7835,
                "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": 6340,
                "launch_library_id": null,
                "name": "PIESAT-1 x 4",
                "description": "4 X-band synthetic-aperture radar Earth observation satellites for PIESAT (1 main, 3 sub-satellites), operating in tandem using very long baseline interferometry, with resolution at 0.5 - 5 m.",
                "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/long2520march_image_20230907065813.jpeg",
            "infographic": null,
            "program": []
        },
        {
            "id": "f0821ec7-31bf-4383-b1af-576aadfb7e92",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/f0821ec7-31bf-4383-b1af-576aadfb7e92/?format=api",
            "launch_library_id": null,
            "slug": "proton-raduga-33",
            "name": "Proton | Raduga 33",
            "status": {
                "id": 3,
                "name": "Success"
            },
            "net": "1996-02-19T08:19:00Z",
            "window_end": "1996-02-19T08:19:00Z",
            "window_start": "1996-02-19T08:19:00Z",
            "inhold": false,
            "tbdtime": false,
            "tbddate": false,
            "probability": null,
            "holdreason": "",
            "failreason": null,
            "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": 6714,
                "configuration": {
                    "id": 80,
                    "launch_library_id": 99,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/80/?format=api",
                    "name": "Proton",
                    "family": "Proton / UR-500",
                    "full_name": "Proton K/DM-2",
                    "variant": "K/DM-2"
                }
            },
            "mission": {
                "id": 5104,
                "launch_library_id": null,
                "name": "Raduga 33",
                "description": "Geostationary communications satellite for military and governmental puposes",
                "launch_designator": null,
                "type": "Communications",
                "orbit": {
                    "id": 1,
                    "name": "Geostationary Orbit",
                    "abbrev": "Direct-GEO"
                }
            },
            "pad": {
                "id": 15,
                "url": "https://ll.thespacedevs.com/2.0.0/pad/15/?format=api",
                "agency_id": null,
                "name": "200/39 (200L)",
                "info_url": null,
                "wiki_url": "",
                "map_url": "https://www.google.com/maps?q=46.039984,63.032093",
                "latitude": "46.039984",
                "longitude": "63.032093",
                "location": {
                    "id": 15,
                    "url": "https://ll.thespacedevs.com/2.0.0/location/15/?format=api",
                    "name": "Baikonur Cosmodrome, Republic of Kazakhstan",
                    "country_code": "KAZ",
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_15_20200803142517.jpg",
                    "total_launch_count": 1555,
                    "total_landing_count": 0
                },
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_15_20200803143530.jpg",
                "total_launch_count": 167
            },
            "webcast_live": false,
            "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/proton_image_20231231095535.jpg",
            "infographic": null,
            "program": []
        }
    ]
}