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

{
    "count": 7494,
    "next": "https://ll.thespacedevs.com/2.0.0/launch/?format=api&limit=10&offset=7280&ordering=id",
    "previous": "https://ll.thespacedevs.com/2.0.0/launch/?format=api&limit=10&offset=7260&ordering=id",
    "results": [
        {
            "id": "f7dce879-b3ff-40dd-aa23-0c1162ab203d",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/f7dce879-b3ff-40dd-aa23-0c1162ab203d/?format=api",
            "launch_library_id": 1099,
            "slug": "soyuz-21bfregat-meteor-m-no2-1-rideshare-payloads",
            "name": "Soyuz 2.1b/Fregat | Meteor-M No.2-1 & rideshare payloads",
            "status": {
                "id": 4,
                "name": "Failure"
            },
            "net": "2017-11-28T05:41:46Z",
            "window_end": "2017-11-28T05:41:46Z",
            "window_start": "2017-11-28T05:41:46Z",
            "inhold": false,
            "tbdtime": false,
            "tbddate": false,
            "probability": -1,
            "holdreason": "",
            "failreason": "An algorithm glitch caused the Fregat upper stage to de-orbit.",
            "hashtag": null,
            "launch_service_provider": {
                "id": 63,
                "url": "https://ll.thespacedevs.com/2.0.0/agencies/63/?format=api",
                "name": "Russian Federal Space Agency (ROSCOSMOS)",
                "type": "Government"
            },
            "rocket": {
                "id": 2049,
                "configuration": {
                    "id": 42,
                    "launch_library_id": 65,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/42/?format=api",
                    "name": "Soyuz 2.1b/Fregat",
                    "family": "Soyuz",
                    "full_name": "Soyuz 2.1b Fregat",
                    "variant": "Fregat"
                }
            },
            "mission": {
                "id": 463,
                "launch_library_id": 593,
                "name": "Meteor-M No.2-1 & rideshare payloads",
                "description": "This is the third spacecraft in the Russian Meteor-M series of remote sensing satellites. Weighing about 2750 kg, it is intended to gather hydrometeorological data from sun-synchronous orbit. This includes monitoring ozone layer and radiation levels in the near-Earth space, as well as monitoring ocean surface temperatures and ice conditions.",
                "launch_designator": null,
                "type": "Earth Science",
                "orbit": {
                    "id": 17,
                    "name": "Sun-Synchronous Orbit",
                    "abbrev": "SSO"
                }
            },
            "pad": {
                "id": 83,
                "url": "https://ll.thespacedevs.com/2.0.0/pad/83/?format=api",
                "agency_id": 63,
                "name": "Cosmodrome Site 1S",
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/Vostochny_Cosmodrome",
                "map_url": "https://www.google.com/maps?q=51.884395,128.333932",
                "latitude": "51.884395",
                "longitude": "128.333932",
                "location": {
                    "id": 18,
                    "url": "https://ll.thespacedevs.com/2.0.0/location/18/?format=api",
                    "name": "Vostochny Cosmodrome, Siberia, Russian Federation",
                    "country_code": "RUS",
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_18_20200803142401.jpg",
                    "total_launch_count": 19,
                    "total_landing_count": 0
                },
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_83_20200803143544.jpg",
                "total_launch_count": 18
            },
            "webcast_live": false,
            "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/soyuz_2.1b_image_20230802085331.jpg",
            "infographic": null,
            "program": []
        },
        {
            "id": "f7e7beac-628e-490d-8c85-c6c0c388ba8b",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/f7e7beac-628e-490d-8c85-c6c0c388ba8b/?format=api",
            "launch_library_id": null,
            "slug": "scout-g-1-radcal",
            "name": "Scout G-1 | RADCAL",
            "status": {
                "id": 3,
                "name": "Success"
            },
            "net": "1993-06-25T23:30:00Z",
            "window_end": "1993-06-25T23:30:00Z",
            "window_start": "1993-06-25T23:30:00Z",
            "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": 6529,
                "configuration": {
                    "id": 363,
                    "launch_library_id": null,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/363/?format=api",
                    "name": "Scout G-1",
                    "family": "Scout",
                    "full_name": "Scout G-1",
                    "variant": "G-1"
                }
            },
            "mission": {
                "id": 4919,
                "launch_library_id": null,
                "name": "RADCAL",
                "description": "RadCal (Radar Calibration) is small satellite to calibrate the Space Command radars to determine orbital positions of other satellites to within a few meters.",
                "launch_designator": null,
                "type": "Test Target",
                "orbit": {
                    "id": 8,
                    "name": "Low Earth Orbit",
                    "abbrev": "LEO"
                }
            },
            "pad": {
                "id": 154,
                "url": "https://ll.thespacedevs.com/2.0.0/pad/154/?format=api",
                "agency_id": null,
                "name": "Space Launch Complex 5",
                "info_url": "http://www.astronautix.com/v/vandenbergslc5.html",
                "wiki_url": "https://en.wikipedia.org/wiki/Vandenberg_Air_Force_Base_Space_Launch_Complex_5",
                "map_url": "https://www.google.com/maps?q=34.6080,-120.6247",
                "latitude": "34.608",
                "longitude": "-120.6247",
                "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": 805,
                    "total_landing_count": 26
                },
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_154_20200803143408.jpg",
                "total_launch_count": 69
            },
            "webcast_live": false,
            "image": null,
            "infographic": null,
            "program": []
        },
        {
            "id": "f7f14098-07cc-4076-9100-01de85778bc9",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/f7f14098-07cc-4076-9100-01de85778bc9/?format=api",
            "launch_library_id": null,
            "slug": "soyuz-u-zenit-8-29",
            "name": "Soyuz U | Zenit-8 29",
            "status": {
                "id": 4,
                "name": "Failure"
            },
            "net": "1986-03-26T10:30:00Z",
            "window_end": "1986-03-26T10:30:00Z",
            "window_start": "1986-03-26T10:30: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": 5844,
                "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": 4242,
                "launch_library_id": null,
                "name": "Zenit-8 29",
                "description": "Film-return reconnaissance satellite",
                "launch_designator": null,
                "type": "Government/Top Secret",
                "orbit": {
                    "id": 8,
                    "name": "Low Earth Orbit",
                    "abbrev": "LEO"
                }
            },
            "pad": {
                "id": 20,
                "url": "https://ll.thespacedevs.com/2.0.0/pad/20/?format=api",
                "agency_id": null,
                "name": "31/6",
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/Baikonur_Cosmodrome_Site_31",
                "map_url": "https://www.google.com/maps?q=45.996034,63.564003",
                "latitude": "45.996034",
                "longitude": "63.564003",
                "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_20_20200803143516.jpg",
                "total_launch_count": 422
            },
            "webcast_live": false,
            "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/soyuz2520u_image_20190222031023.jpeg",
            "infographic": null,
            "program": []
        },
        {
            "id": "f7f3be3e-3dcc-4e95-9098-568561a72923",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/f7f3be3e-3dcc-4e95-9098-568561a72923/?format=api",
            "launch_library_id": null,
            "slug": "molniya-8k78-venera-4a",
            "name": "Molniya 8K78 | Venera-4a",
            "status": {
                "id": 4,
                "name": "Failure"
            },
            "net": "1965-11-23T03:14:10Z",
            "window_end": "1965-11-23T03:14:10Z",
            "window_start": "1965-11-23T03:14:10Z",
            "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": 3458,
                "configuration": {
                    "id": 184,
                    "launch_library_id": 207,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/184/?format=api",
                    "name": "Molniya 8K78",
                    "family": "R-7",
                    "full_name": "Molniya 8K78",
                    "variant": "8K78"
                }
            },
            "mission": {
                "id": 1878,
                "launch_library_id": null,
                "name": "Venera-4a",
                "description": "Venus flyby probe",
                "launch_designator": null,
                "type": "Robotic Exploration",
                "orbit": {
                    "id": 22,
                    "name": "Venus flyby",
                    "abbrev": "Venus flyby"
                }
            },
            "pad": {
                "id": 20,
                "url": "https://ll.thespacedevs.com/2.0.0/pad/20/?format=api",
                "agency_id": null,
                "name": "31/6",
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/Baikonur_Cosmodrome_Site_31",
                "map_url": "https://www.google.com/maps?q=45.996034,63.564003",
                "latitude": "45.996034",
                "longitude": "63.564003",
                "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_20_20200803143516.jpg",
                "total_launch_count": 422
            },
            "webcast_live": false,
            "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/molniya25208k78_image_20191201210000.jpg",
            "infographic": null,
            "program": []
        },
        {
            "id": "f7f5132a-00d2-4c44-b547-8679e3deefda",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/f7f5132a-00d2-4c44-b547-8679e3deefda/?format=api",
            "launch_library_id": null,
            "slug": "soyuz-u-bion-3",
            "name": "Soyuz U | Bion 3",
            "status": {
                "id": 3,
                "name": "Success"
            },
            "net": "1975-11-25T17:00:00Z",
            "window_end": "1975-11-25T17:00:00Z",
            "window_start": "1975-11-25T17:00: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": 4646,
                "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": 3064,
                "launch_library_id": null,
                "name": "Bion 3",
                "description": "Biological research satellite carrying live organisms",
                "launch_designator": null,
                "type": "Biology",
                "orbit": {
                    "id": 8,
                    "name": "Low Earth Orbit",
                    "abbrev": "LEO"
                }
            },
            "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": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/soyuz2520u_image_20190222031023.jpeg",
            "infographic": null,
            "program": []
        },
        {
            "id": "f7fc8b7b-21d8-4c9d-bb2e-d6cde9264310",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/f7fc8b7b-21d8-4c9d-bb2e-d6cde9264310/?format=api",
            "launch_library_id": null,
            "slug": "atlas-slv-3-agena-d-kh-7-33",
            "name": "Atlas SLV-3 Agena D | KH-7 33",
            "status": {
                "id": 3,
                "name": "Success"
            },
            "net": "1966-10-12T19:15:00Z",
            "window_end": "1966-10-12T19:15:00Z",
            "window_start": "1966-10-12T19:15:00Z",
            "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": 3579,
                "configuration": {
                    "id": 258,
                    "launch_library_id": null,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/258/?format=api",
                    "name": "Atlas SLV-3 Agena D",
                    "family": "Atlas",
                    "full_name": "Atlas SLV-3 Agena D",
                    "variant": "SLV-3 Agena D"
                }
            },
            "mission": {
                "id": 1998,
                "launch_library_id": null,
                "name": "KH-7 33",
                "description": "The Program 206 satellite, carrying the KH-7 (Keyhole 7) camera system (codenamed Gambit-1), was the first successful high resolution space reconnaissance program. It was managed by NRO's Program A, the USAF-led segment of the National Reconnaissance Program managed from Los Angeles AFB in El Segundo, California.",
                "launch_designator": null,
                "type": "Government/Top Secret",
                "orbit": {
                    "id": 17,
                    "name": "Sun-Synchronous Orbit",
                    "abbrev": "SSO"
                }
            },
            "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": 805,
                    "total_landing_count": 26
                },
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_16_20200803143532.jpg",
                "total_launch_count": 191
            },
            "webcast_live": false,
            "image": null,
            "infographic": null,
            "program": []
        },
        {
            "id": "f802155a-6816-4ed5-9c1c-a4ebc43df820",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/f802155a-6816-4ed5-9c1c-a4ebc43df820/?format=api",
            "launch_library_id": 1136,
            "slug": "long-march-4c-gaofen-10",
            "name": "Long March 4C | Gaofen 10",
            "status": {
                "id": 4,
                "name": "Failure"
            },
            "net": "2016-08-31T18:55:00Z",
            "window_end": "2016-08-31T19:11:00Z",
            "window_start": "2016-08-31T18:46:00Z",
            "inhold": false,
            "tbdtime": false,
            "tbddate": false,
            "probability": -1,
            "holdreason": "",
            "failreason": "Unknown.",
            "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": 1949,
                "configuration": {
                    "id": 64,
                    "launch_library_id": 70,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/64/?format=api",
                    "name": "Long March 4C",
                    "family": "Long March",
                    "full_name": "Long March 4C",
                    "variant": "C"
                }
            },
            "mission": {
                "id": 319,
                "launch_library_id": 368,
                "name": "Gaofen 10",
                "description": "Gaofen is a series of civilian Earth observation satellites developed and launched for the China High-definition Earth Observation System (CHEOS), a state-sponsored programme aimed to develop a near-real time, all-weather, global surveillance network consisting of satellite, near-space (stratosphere) airships, and aerial observation platforms.",
                "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": 140,
                    "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/long_march_4c_image_20230801172338.jpeg",
            "infographic": null,
            "program": []
        },
        {
            "id": "f8025d66-a0eb-469d-936f-5d8b9d49baee",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/f8025d66-a0eb-469d-936f-5d8b9d49baee/?format=api",
            "launch_library_id": 1858,
            "slug": "atlas-lv-3a-samos-3",
            "name": "Atlas LV-3A | Samos 3",
            "status": {
                "id": 4,
                "name": "Failure"
            },
            "net": "1961-09-09T19:28:27Z",
            "window_end": "1961-09-09T19:28:27Z",
            "window_start": "1961-09-09T19:28:27Z",
            "inhold": false,
            "tbdtime": false,
            "tbddate": false,
            "probability": 0,
            "holdreason": "",
            "failreason": "",
            "hashtag": "",
            "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": 2391,
                "configuration": {
                    "id": 183,
                    "launch_library_id": 193,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/183/?format=api",
                    "name": "Atlas Agena B",
                    "family": "Atlas",
                    "full_name": "Atlas LV-3 Agena B",
                    "variant": "LV-3 Agena B"
                }
            },
            "mission": null,
            "pad": {
                "id": 93,
                "url": "https://ll.thespacedevs.com/2.0.0/pad/93/?format=api",
                "agency_id": 161,
                "name": "Space Launch Complex 3W",
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/Vandenberg_Space_Launch_Complex_3#SLC-3W",
                "map_url": "https://www.google.com/maps?q=34.644,-120.593",
                "latitude": "34.644",
                "longitude": "-120.593",
                "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": 805,
                    "total_landing_count": 26
                },
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_93_20200803143225.jpg",
                "total_launch_count": 81
            },
            "webcast_live": false,
            "image": null,
            "infographic": null,
            "program": []
        },
        {
            "id": "f8032cff-c8eb-49d6-afa9-000a23b140d8",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/f8032cff-c8eb-49d6-afa9-000a23b140d8/?format=api",
            "launch_library_id": null,
            "slug": "long-march-3b-zhongxing-9",
            "name": "Long March 3B | Zhongxing 9",
            "status": {
                "id": 3,
                "name": "Success"
            },
            "net": "2008-06-09T12:15:04Z",
            "window_end": "2008-06-09T12:15:04Z",
            "window_start": "2008-06-09T12:15:04Z",
            "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": 7355,
                "configuration": {
                    "id": 19,
                    "launch_library_id": 22,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/19/?format=api",
                    "name": "Long March 3",
                    "family": "Long March",
                    "full_name": "Long March 3B",
                    "variant": "3B"
                }
            },
            "mission": {
                "id": 5744,
                "launch_library_id": null,
                "name": "Zhongxing 9",
                "description": "Chinese geostationary communications satellite",
                "launch_designator": null,
                "type": "Communications",
                "orbit": {
                    "id": 1,
                    "name": "Geostationary Orbit",
                    "abbrev": "Direct-GEO"
                }
            },
            "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": 224,
                    "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": "f816a831-232f-4f39-addb-52c3bfc52133",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/f816a831-232f-4f39-addb-52c3bfc52133/?format=api",
            "launch_library_id": null,
            "slug": "proton-kdm-2m-asiasat-3",
            "name": "Proton-K/DM-2M | Asiasat 3",
            "status": {
                "id": 4,
                "name": "Failure"
            },
            "net": "1997-12-24T23:19:00Z",
            "window_end": "1997-12-24T23:19:00Z",
            "window_start": "1997-12-24T23: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": 6831,
                "configuration": {
                    "id": 350,
                    "launch_library_id": null,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/350/?format=api",
                    "name": "Proton-K/DM-2M",
                    "family": "Proton / UR-500",
                    "full_name": "Proton-K/DM-2M",
                    "variant": "DM-2M"
                }
            },
            "mission": {
                "id": 5221,
                "launch_library_id": null,
                "name": "Asiasat 3",
                "description": "Chinese communications satellite",
                "launch_designator": null,
                "type": "Communications",
                "orbit": {
                    "id": 1,
                    "name": "Geostationary Orbit",
                    "abbrev": "Direct-GEO"
                }
            },
            "pad": {
                "id": 31,
                "url": "https://ll.thespacedevs.com/2.0.0/pad/31/?format=api",
                "agency_id": null,
                "name": "81/23 (81L)",
                "info_url": null,
                "wiki_url": "",
                "map_url": "https://www.google.com/maps?q=46.073997,62.977999",
                "latitude": "46.073997",
                "longitude": "62.977999",
                "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_31_20200803143402.jpg",
                "total_launch_count": 104
            },
            "webcast_live": false,
            "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/proton_image_20231231095535.jpg",
            "infographic": null,
            "program": []
        }
    ]
}