AN API endpoint that returns all Launch objects or a single launch.

EXAMPLE - /launch/[id]/ 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', 'is_crewed', 'include_suborbital', 'spacecraft_config__ids', 'related', 'location__ids', 'lsp__ids', 'pad__ids', 'status__ids'

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.2.0/launch/?format=api&offset=600&ordering=id
HTTP 200 OK
Allow: GET
Content-Type: application/json
Vary: Accept

{
    "count": 7505,
    "next": "https://ll.thespacedevs.com/2.2.0/launch/?format=api&limit=10&offset=610&ordering=id",
    "previous": "https://ll.thespacedevs.com/2.2.0/launch/?format=api&limit=10&offset=590&ordering=id",
    "results": [
        {
            "id": "14fc2baf-77f1-4272-aa04-a04e3a52f70b",
            "url": "https://ll.thespacedevs.com/2.2.0/launch/14fc2baf-77f1-4272-aa04-a04e3a52f70b/?format=api",
            "slug": "kosmos-3m-nadezhda-8",
            "name": "Kosmos-3M | Nadezhda 8",
            "status": {
                "id": 3,
                "name": "Launch Successful",
                "abbrev": "Success",
                "description": "The launch vehicle successfully inserted its payload(s) into the target orbit(s)."
            },
            "last_updated": "2023-06-14T03:44:00Z",
            "net": "1998-12-10T11:57:07Z",
            "window_end": "1998-12-10T11:57:07Z",
            "window_start": "1998-12-10T11:57:07Z",
            "net_precision": null,
            "probability": null,
            "weather_concerns": null,
            "holdreason": "",
            "failreason": null,
            "hashtag": null,
            "launch_service_provider": {
                "id": 154,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/154/?format=api",
                "name": "Production Corporation Polyot",
                "type": "Commercial"
            },
            "rocket": {
                "id": 6891,
                "configuration": {
                    "id": 102,
                    "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/102/?format=api",
                    "name": "Kosmos-3M",
                    "family": "Kosmos",
                    "full_name": "Kosmos-3M (11K65M)",
                    "variant": "-3M"
                }
            },
            "mission": {
                "id": 5281,
                "name": "Nadezhda 8",
                "description": "Civilian navigation satellite equivalent to the purely military Parus",
                "launch_designator": null,
                "type": "Navigation",
                "orbit": {
                    "id": 8,
                    "name": "Low Earth Orbit",
                    "abbrev": "LEO"
                },
                "agencies": [],
                "info_urls": [],
                "vid_urls": []
            },
            "pad": {
                "id": 28,
                "url": "https://ll.thespacedevs.com/2.2.0/pad/28/?format=api",
                "agency_id": 163,
                "name": "132/1 (132L)",
                "description": null,
                "info_url": null,
                "wiki_url": "",
                "map_url": "https://www.google.com/maps?q=62.883229,40.868549",
                "latitude": "62.883229",
                "longitude": "40.868549",
                "location": {
                    "id": 6,
                    "url": "https://ll.thespacedevs.com/2.2.0/location/6/?format=api",
                    "name": "Plesetsk Cosmodrome, Russian Federation",
                    "country_code": "RUS",
                    "description": "Plesetsk Cosmodrome is a Russian spaceport located in Mirny, Arkhangelsk Oblast, about 800 km north of Moscow and approximately 200 km south of Arkhangelsk. Originally developed as an ICBM site for the R-7 missile, it also served for numerous satellite launches using the R-7 and other rockets. Its high latitude makes it useful only for certain types of launches, especially the Molniya orbits, so for much of the site's history it functioned as a secondary location, with most orbital launches taking place from Baikonur, in the Kazakh SSR. With the end of the Soviet Union, Baikonur became a foreign territory, and Kazakhstan charged $115 million usage fees annually. Consequently, Plesetsk has seen considerably more activity since the 2000s.",
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_6_20200803142434.jpg",
                    "timezone_name": "Europe/Moscow",
                    "total_launch_count": 1674,
                    "total_landing_count": 0
                },
                "country_code": "RUS",
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_28_20200803143254.jpg",
                "total_launch_count": 212,
                "orbital_launch_attempt_count": 212
            },
            "webcast_live": false,
            "image": null,
            "infographic": null,
            "program": [],
            "orbital_launch_attempt_count": 4284,
            "location_launch_attempt_count": 1499,
            "pad_launch_attempt_count": 186,
            "agency_launch_attempt_count": 30,
            "orbital_launch_attempt_count_year": 77,
            "location_launch_attempt_count_year": 6,
            "pad_launch_attempt_count_year": 1,
            "agency_launch_attempt_count_year": 1,
            "type": "normal"
        },
        {
            "id": "150410bd-a9b7-4b1f-859a-54653a6487dd",
            "url": "https://ll.thespacedevs.com/2.2.0/launch/150410bd-a9b7-4b1f-859a-54653a6487dd/?format=api",
            "slug": "proton-m-briz-m-enhanced-luch-5b-yamal-300k",
            "name": "Proton-M / Briz-M Enhanced | Luch 5B & Yamal-300K",
            "status": {
                "id": 3,
                "name": "Launch Successful",
                "abbrev": "Success",
                "description": "The launch vehicle successfully inserted its payload(s) into the target orbit(s)."
            },
            "last_updated": "2024-06-13T17:48:19Z",
            "net": "2012-11-02T21:04:00Z",
            "window_end": "2012-11-02T21:04:00Z",
            "window_start": "2012-11-02T21:04:00Z",
            "net_precision": {
                "id": 1,
                "name": "Minute",
                "abbrev": "MIN",
                "description": "The T-0 is accurate to the minute."
            },
            "probability": null,
            "weather_concerns": null,
            "holdreason": "",
            "failreason": "",
            "hashtag": null,
            "launch_service_provider": {
                "id": 96,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/96/?format=api",
                "name": "Khrunichev State Research and Production Space Center",
                "type": "Government"
            },
            "rocket": {
                "id": 1643,
                "configuration": {
                    "id": 87,
                    "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/87/?format=api",
                    "name": "Proton-M",
                    "family": "Proton / UR-500",
                    "full_name": "Proton-M Briz-M Enhanced",
                    "variant": "Briz-M Enhanced"
                }
            },
            "mission": null,
            "pad": {
                "id": 7,
                "url": "https://ll.thespacedevs.com/2.2.0/pad/7/?format=api",
                "agency_id": null,
                "name": "81/24 (81P)",
                "description": null,
                "info_url": null,
                "wiki_url": "",
                "map_url": "https://www.google.com/maps?q=46.071001,62.984999",
                "latitude": "46.071001",
                "longitude": "62.984999",
                "location": {
                    "id": 15,
                    "url": "https://ll.thespacedevs.com/2.2.0/location/15/?format=api",
                    "name": "Baikonur Cosmodrome, Republic of Kazakhstan",
                    "country_code": "KAZ",
                    "description": "The Baikonur Cosmodrome is a spaceport operated by Russia within Kazakhstan. Located in the Kazakh city of Baikonur, it is the largest operational space launch facility in terms of area. All Russian crewed spaceflights are launched from Baikonur.",
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_15_20200803142517.jpg",
                    "timezone_name": "Asia/Qyzylorda",
                    "total_launch_count": 1555,
                    "total_landing_count": 0
                },
                "country_code": "KAZ",
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_7_20200803143454.jpg",
                "total_launch_count": 92,
                "orbital_launch_attempt_count": 92
            },
            "webcast_live": false,
            "image": null,
            "infographic": null,
            "program": [],
            "orbital_launch_attempt_count": 5254,
            "location_launch_attempt_count": 1397,
            "pad_launch_attempt_count": 71,
            "agency_launch_attempt_count": 160,
            "orbital_launch_attempt_count_year": 5254,
            "location_launch_attempt_count_year": 18,
            "pad_launch_attempt_count_year": 6,
            "agency_launch_attempt_count_year": 3,
            "type": "normal"
        },
        {
            "id": "15096081-eb83-455e-854a-01f1a71dd7f1",
            "url": "https://ll.thespacedevs.com/2.2.0/launch/15096081-eb83-455e-854a-01f1a71dd7f1/?format=api",
            "slug": "ceres-1-5-satellites",
            "name": "Ceres-1 | 5 satellites",
            "status": {
                "id": 3,
                "name": "Launch Successful",
                "abbrev": "Success",
                "description": "The launch vehicle successfully inserted its payload(s) into the target orbit(s)."
            },
            "last_updated": "2024-03-05T18:30:07Z",
            "net": "2023-01-09T05:04:00Z",
            "window_end": "2023-01-09T05:50:00Z",
            "window_start": "2023-01-09T04:55:00Z",
            "net_precision": null,
            "probability": null,
            "weather_concerns": null,
            "holdreason": "",
            "failreason": "",
            "hashtag": null,
            "launch_service_provider": {
                "id": 1021,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/1021/?format=api",
                "name": "Galactic Energy",
                "type": "Commercial"
            },
            "rocket": {
                "id": 7757,
                "configuration": {
                    "id": 461,
                    "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/461/?format=api",
                    "name": "Ceres-1",
                    "family": "Ceres-1",
                    "full_name": "Ceres-1",
                    "variant": "Ceres-1"
                }
            },
            "mission": {
                "id": 6275,
                "name": "5 satellites",
                "description": "5 different satellites on a ride share launch mission, details TBD.\r\n\r\nThe 5 satellites are:\r\n* Xiamen SciTech 1\r\n* Tianqi 13\r\n* Tianmu-1 01 & 02\r\n* Nantong Zhongxue",
                "launch_designator": null,
                "type": "Technology",
                "orbit": {
                    "id": 17,
                    "name": "Sun-Synchronous Orbit",
                    "abbrev": "SSO"
                },
                "agencies": [],
                "info_urls": [],
                "vid_urls": []
            },
            "pad": {
                "id": 21,
                "url": "https://ll.thespacedevs.com/2.2.0/pad/21/?format=api",
                "agency_id": null,
                "name": "Launch Area 95A",
                "description": "",
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/Jiuquan_Satellite_Launch_Center",
                "map_url": "https://www.google.com/maps?q=40.969117,100.343333",
                "latitude": "40.969117",
                "longitude": "100.343333",
                "location": {
                    "id": 17,
                    "url": "https://ll.thespacedevs.com/2.2.0/location/17/?format=api",
                    "name": "Jiuquan Satellite Launch Center, People's Republic of China",
                    "country_code": "CHN",
                    "description": "Jiuquan Satellite Launch Center is a Chinese spaceport located between the Ejin, Alxa, Inner Mongolia and Hangtian Town, Jinta County, Jiuquan, Gansu Province. It is part of the Dongfeng Aerospace City (Base 10).",
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_17_20200803142429.jpg",
                    "timezone_name": "Asia/Shanghai",
                    "total_launch_count": 251,
                    "total_landing_count": 0
                },
                "country_code": "CHN",
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_21_20200803143253.jpg",
                "total_launch_count": 59,
                "orbital_launch_attempt_count": 59
            },
            "webcast_live": false,
            "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/ceres-1252025_image_20230703095657.jpeg",
            "infographic": null,
            "program": [],
            "orbital_launch_attempt_count": 6371,
            "location_launch_attempt_count": 183,
            "pad_launch_attempt_count": 36,
            "agency_launch_attempt_count": 5,
            "orbital_launch_attempt_count_year": 3,
            "location_launch_attempt_count_year": 1,
            "pad_launch_attempt_count_year": 1,
            "agency_launch_attempt_count_year": 1,
            "type": "normal"
        },
        {
            "id": "1514d38c-b1ed-4a4a-9878-04646f0b6b94",
            "url": "https://ll.thespacedevs.com/2.2.0/launch/1514d38c-b1ed-4a4a-9878-04646f0b6b94/?format=api",
            "slug": "electron-return-to-sender-rideshare",
            "name": "Electron | Return to Sender (Rideshare)",
            "status": {
                "id": 3,
                "name": "Launch Successful",
                "abbrev": "Success",
                "description": "The launch vehicle successfully inserted its payload(s) into the target orbit(s)."
            },
            "last_updated": "2024-08-02T12:25:21Z",
            "net": "2020-11-20T02:20:01Z",
            "window_end": "2020-11-20T04:34:00Z",
            "window_start": "2020-11-20T01:44:00Z",
            "net_precision": {
                "id": 0,
                "name": "Second",
                "abbrev": "SEC",
                "description": "The T-0 is accurate to the second."
            },
            "probability": 85,
            "weather_concerns": null,
            "holdreason": "",
            "failreason": "",
            "hashtag": "#ReturnToSender",
            "launch_service_provider": {
                "id": 147,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/147/?format=api",
                "name": "Rocket Lab",
                "type": "Commercial"
            },
            "rocket": {
                "id": 2804,
                "configuration": {
                    "id": 26,
                    "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/26/?format=api",
                    "name": "Electron",
                    "family": "",
                    "full_name": "Electron",
                    "variant": ""
                }
            },
            "mission": {
                "id": 1204,
                "name": "Return to Sender (Rideshare)",
                "description": "\"Return to Sender\" will loft 30 satellites to a sun-synchronous orbit at 500 km altitude for a range of customers, including TriSept, Unseenlabs, Swarm, Te Pūnaha Ātea - Auckland Space Institute, and global gaming software company Valve. The satellites span a range of operations, from TriSept’s tech demonstration of new tether systems designed to accelerate spacecraft reentry and reduce orbital debris, through to the next generation of maritime surveillance satellites for Unseenlabs, as well as communications satellites for Swarm. The mission will also deploy New Zealand’s first student-built satellite, the APSS-1 satellite for Te Pūnaha Ātea - Auckland Space Institute at The University of Auckland.\r\n\r\nThe DRAGRACER mission will test the effectiveness of new tether technologies designed to accelerate spacecraft reentry and reduce orbital debris at the conclusion of space missions. TriSept has completed the integration of a pair of qualified Millennium Space Systems 6U small satellites, one featuring the tether drag device and one without. The controlled spacecraft should deorbit in approximately 45 days, while the second spacecraft is expected to remain in orbit for seven to nine years.\r\n\r\nBRO-2 and BRO-3 are the second and third satellites in French company Unseenlabs’ planned constellation of about 20 satellites dedicated to maritime surveillance. \r\n\r\nSwarm will launch the latest 24 1/4U SpaceBEE satellites to continue building out its planned constellation of 150 satellites to provide affordable satellite communications services to IoT devices in remote regions around the world. \r\n\r\nThe student-built Waka Āmiorangi Aotearoa APSS-1 satellite is designed to monitor electrical activity in Earth’s upper atmosphere to test whether ionospheric disturbances can predict earthquakes.\r\n\r\nExtra payload on this flight is a 150 mm 3D printed Half-Life Gnome Chompski. Created for Valve Software's co-founder Gabe Newell by design studio Weta Workshop, it serves as an homage to the innovation and creativity of gamers worldwide, and also aims to test and qualify a novel 3D printing technique that could be employed for future spacecraft components. Gnome will remain attached to the Kick Stage and will burn up on reentry.\r\n\r\nBesides payloads, this flight will also serve as a test of Electron's reusability. Rocket Lab will attempt to bring Electron’s first stage back to Earth under a parachute system for a controlled water landing before collection by a recovery vessel.",
                "launch_designator": null,
                "type": "Dedicated Rideshare",
                "orbit": {
                    "id": 17,
                    "name": "Sun-Synchronous Orbit",
                    "abbrev": "SSO"
                },
                "agencies": [],
                "info_urls": [],
                "vid_urls": []
            },
            "pad": {
                "id": 65,
                "url": "https://ll.thespacedevs.com/2.2.0/pad/65/?format=api",
                "agency_id": 147,
                "name": "Rocket Lab Launch Complex 1A",
                "description": "",
                "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.2.0/location/10/?format=api",
                    "name": "Rocket Lab Launch Complex 1, Mahia Peninsula, New Zealand",
                    "country_code": "NZL",
                    "description": "Rocket Lab Launch Complex 1 is a commercial spaceport located close to Ahuriri Point at the southern tip of Māhia Peninsula, on the east coast of New Zealand's North Island. It is owned and operated by private spaceflight company Rocket Lab and supports launches of the company's Electron rocket for small satellites. With the launch of Electron on 25 May 2017, it became the first private spaceport to host an orbital launch attempt, and the first site in New Zealand to host an orbital launch attempt. With the Electron launch of 21 January 2018, it became the first private spaceport to host a successful orbital launch.",
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_10_20200803142509.jpg",
                    "timezone_name": "Pacific/Auckland",
                    "total_launch_count": 58,
                    "total_landing_count": 17
                },
                "country_code": "NZL",
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_65_20200803143549.jpg",
                "total_launch_count": 30,
                "orbital_launch_attempt_count": 30
            },
            "webcast_live": false,
            "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/electron25202_image_20201120015105.jpg",
            "infographic": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/infographic_images/electron25202_infographic_20201112150118.png",
            "program": [],
            "orbital_launch_attempt_count": 6016,
            "location_launch_attempt_count": 16,
            "pad_launch_attempt_count": 16,
            "agency_launch_attempt_count": 16,
            "orbital_launch_attempt_count_year": 94,
            "location_launch_attempt_count_year": 6,
            "pad_launch_attempt_count_year": 6,
            "agency_launch_attempt_count_year": 6,
            "type": "normal"
        },
        {
            "id": "15183b48-9462-4eb7-b24e-eb6286605bb1",
            "url": "https://ll.thespacedevs.com/2.2.0/launch/15183b48-9462-4eb7-b24e-eb6286605bb1/?format=api",
            "slug": "vls-1-scd-2a",
            "name": "VLS-1 | SCD-2A",
            "status": {
                "id": 4,
                "name": "Launch Failure",
                "abbrev": "Failure",
                "description": "Either the launch vehicle did not reach orbit, or the payload(s) failed to separate."
            },
            "last_updated": "2023-06-14T04:25:22Z",
            "net": "1997-11-02T12:25:00Z",
            "window_end": "1997-11-02T12:25:00Z",
            "window_start": "1997-11-02T12:25:00Z",
            "net_precision": null,
            "probability": null,
            "weather_concerns": null,
            "holdreason": "",
            "failreason": null,
            "hashtag": null,
            "launch_service_provider": {
                "id": 12,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/12/?format=api",
                "name": "Brazilian Space Agency",
                "type": "Government"
            },
            "rocket": {
                "id": 6814,
                "configuration": {
                    "id": 448,
                    "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/448/?format=api",
                    "name": "VLS-1",
                    "family": "",
                    "full_name": "VLS-1",
                    "variant": "1"
                }
            },
            "mission": {
                "id": 5204,
                "name": "SCD-2A",
                "description": "The satellites of the SCD (Satelites de Coleta de Dados) series are equipped to collect and transmit meteorological and environmental data collected by automatic platforms (PCD) installed on land or on oceanic buoys. The data is relayed to one or more ground stations.",
                "launch_designator": null,
                "type": "Communications",
                "orbit": {
                    "id": 8,
                    "name": "Low Earth Orbit",
                    "abbrev": "LEO"
                },
                "agencies": [],
                "info_urls": [],
                "vid_urls": []
            },
            "pad": {
                "id": 146,
                "url": "https://ll.thespacedevs.com/2.2.0/pad/146/?format=api",
                "agency_id": null,
                "name": "VLS Pad",
                "description": null,
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/Alc%C3%A2ntara_Launch_Center",
                "map_url": "https://www.google.com/maps?q=-2.3177,-44.369984",
                "latitude": "-2.3177",
                "longitude": "-44.369984",
                "location": {
                    "id": 150,
                    "url": "https://ll.thespacedevs.com/2.2.0/location/150/?format=api",
                    "name": "Alcântara Space Center, Federative Republic of Brazil",
                    "country_code": "BRA",
                    "description": "The Alcântara Space Center, formerly known as Alcântara Launch Center is a space center and launching facility of the Brazilian Space Agency in the city of Alcântara, located on Brazil's northern Atlantic coast, in the state of Maranhão.",
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_150_20200803142405.jpg",
                    "timezone_name": "America/Fortaleza",
                    "total_launch_count": 2,
                    "total_landing_count": 0
                },
                "country_code": "BRA",
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_146_20200803143337.jpg",
                "total_launch_count": 2,
                "orbital_launch_attempt_count": 2
            },
            "webcast_live": false,
            "image": null,
            "infographic": null,
            "program": [],
            "orbital_launch_attempt_count": 4187,
            "location_launch_attempt_count": 1,
            "pad_launch_attempt_count": 1,
            "agency_launch_attempt_count": 1,
            "orbital_launch_attempt_count_year": 69,
            "location_launch_attempt_count_year": 1,
            "pad_launch_attempt_count_year": 1,
            "agency_launch_attempt_count_year": 1,
            "type": "normal"
        },
        {
            "id": "15247ea8-f709-4599-8b1d-a4fdbe10df5a",
            "url": "https://ll.thespacedevs.com/2.2.0/launch/15247ea8-f709-4599-8b1d-a4fdbe10df5a/?format=api",
            "slug": "long-march-4c-yaogan-33-02",
            "name": "Long March 4C | Yaogan 33-02",
            "status": {
                "id": 3,
                "name": "Launch Successful",
                "abbrev": "Success",
                "description": "The launch vehicle successfully inserted its payload(s) into the target orbit(s)."
            },
            "last_updated": "2023-06-14T15:48:05Z",
            "net": "2022-09-02T23:44:00Z",
            "window_end": "2022-09-03T00:04:00Z",
            "window_start": "2022-09-02T23:44:00Z",
            "net_precision": null,
            "probability": null,
            "weather_concerns": null,
            "holdreason": "",
            "failreason": "",
            "hashtag": null,
            "launch_service_provider": {
                "id": 88,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/88/?format=api",
                "name": "China Aerospace Science and Technology Corporation",
                "type": "Government"
            },
            "rocket": {
                "id": 7634,
                "configuration": {
                    "id": 64,
                    "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/64/?format=api",
                    "name": "Long March 4C",
                    "family": "Long March",
                    "full_name": "Long March 4C",
                    "variant": "C"
                }
            },
            "mission": {
                "id": 6136,
                "name": "Yaogan 33-02",
                "description": "The Yaogan 33-02 is a Chinese military “remote sensing” satellite of unknown purpose.",
                "launch_designator": null,
                "type": "Government/Top Secret",
                "orbit": {
                    "id": 17,
                    "name": "Sun-Synchronous Orbit",
                    "abbrev": "SSO"
                },
                "agencies": [],
                "info_urls": [],
                "vid_urls": []
            },
            "pad": {
                "id": 22,
                "url": "https://ll.thespacedevs.com/2.2.0/pad/22/?format=api",
                "agency_id": null,
                "name": "Launch Area 4 (SLS-2 / 603)",
                "description": "",
                "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.2.0/location/17/?format=api",
                    "name": "Jiuquan Satellite Launch Center, People's Republic of China",
                    "country_code": "CHN",
                    "description": "Jiuquan Satellite Launch Center is a Chinese spaceport located between the Ejin, Alxa, Inner Mongolia and Hangtian Town, Jinta County, Jiuquan, Gansu Province. It is part of the Dongfeng Aerospace City (Base 10).",
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_17_20200803142429.jpg",
                    "timezone_name": "Asia/Shanghai",
                    "total_launch_count": 251,
                    "total_landing_count": 0
                },
                "country_code": "CHN",
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_22_20200803143437.jpg",
                "total_launch_count": 124,
                "orbital_launch_attempt_count": 124
            },
            "webcast_live": false,
            "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/long_march_4c_image_20230801172338.jpeg",
            "infographic": null,
            "program": [],
            "orbital_launch_attempt_count": 6292,
            "location_launch_attempt_count": 172,
            "pad_launch_attempt_count": 91,
            "agency_launch_attempt_count": 382,
            "orbital_launch_attempt_count_year": 110,
            "location_launch_attempt_count_year": 15,
            "pad_launch_attempt_count_year": 8,
            "agency_launch_attempt_count_year": 30,
            "type": "normal"
        },
        {
            "id": "152ff5b0-d9c3-4213-b1d2-c8266d828507",
            "url": "https://ll.thespacedevs.com/2.2.0/launch/152ff5b0-d9c3-4213-b1d2-c8266d828507/?format=api",
            "slug": "soyuz-u-zenit-2m-89",
            "name": "Soyuz U | Zenit-2M 89",
            "status": {
                "id": 3,
                "name": "Launch Successful",
                "abbrev": "Success",
                "description": "The launch vehicle successfully inserted its payload(s) into the target orbit(s)."
            },
            "last_updated": "2023-06-14T03:51:45Z",
            "net": "1978-05-25T14:30:00Z",
            "window_end": "1978-05-25T14:30:00Z",
            "window_start": "1978-05-25T14:30:00Z",
            "net_precision": null,
            "probability": null,
            "weather_concerns": null,
            "holdreason": "",
            "failreason": null,
            "hashtag": null,
            "launch_service_provider": {
                "id": 66,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/66/?format=api",
                "name": "Soviet Space Program",
                "type": "Government"
            },
            "rocket": {
                "id": 4966,
                "configuration": {
                    "id": 37,
                    "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/37/?format=api",
                    "name": "Soyuz U",
                    "family": "Soyuz",
                    "full_name": "Soyuz U",
                    "variant": ""
                }
            },
            "mission": {
                "id": 3382,
                "name": "Zenit-2M 89",
                "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"
                },
                "agencies": [],
                "info_urls": [],
                "vid_urls": []
            },
            "pad": {
                "id": 36,
                "url": "https://ll.thespacedevs.com/2.2.0/pad/36/?format=api",
                "agency_id": 163,
                "name": "43/3 (43L)",
                "description": "",
                "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.2.0/location/6/?format=api",
                    "name": "Plesetsk Cosmodrome, Russian Federation",
                    "country_code": "RUS",
                    "description": "Plesetsk Cosmodrome is a Russian spaceport located in Mirny, Arkhangelsk Oblast, about 800 km north of Moscow and approximately 200 km south of Arkhangelsk. Originally developed as an ICBM site for the R-7 missile, it also served for numerous satellite launches using the R-7 and other rockets. Its high latitude makes it useful only for certain types of launches, especially the Molniya orbits, so for much of the site's history it functioned as a secondary location, with most orbital launches taking place from Baikonur, in the Kazakh SSR. With the end of the Soviet Union, Baikonur became a foreign territory, and Kazakhstan charged $115 million usage fees annually. Consequently, Plesetsk has seen considerably more activity since the 2000s.",
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_6_20200803142434.jpg",
                    "timezone_name": "Europe/Moscow",
                    "total_launch_count": 1674,
                    "total_landing_count": 0
                },
                "country_code": "RUS",
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_36_20200803143534.jpg",
                "total_launch_count": 230,
                "orbital_launch_attempt_count": 230
            },
            "webcast_live": false,
            "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/soyuz2520u_image_20190222031023.jpeg",
            "infographic": null,
            "program": [],
            "orbital_launch_attempt_count": 2100,
            "location_launch_attempt_count": 618,
            "pad_launch_attempt_count": 80,
            "agency_launch_attempt_count": 1218,
            "orbital_launch_attempt_count_year": 55,
            "location_launch_attempt_count_year": 25,
            "pad_launch_attempt_count_year": 10,
            "agency_launch_attempt_count_year": 36,
            "type": "normal"
        },
        {
            "id": "15468d99-b3eb-4bf4-81b3-3fda9d2e579d",
            "url": "https://ll.thespacedevs.com/2.2.0/launch/15468d99-b3eb-4bf4-81b3-3fda9d2e579d/?format=api",
            "slug": "vega-ssms-poc",
            "name": "Vega | SSMS PoC",
            "status": {
                "id": 3,
                "name": "Launch Successful",
                "abbrev": "Success",
                "description": "The launch vehicle successfully inserted its payload(s) into the target orbit(s)."
            },
            "last_updated": "2023-06-14T03:49:34Z",
            "net": "2020-09-03T01:51:10Z",
            "window_end": "2020-09-03T01:51:10Z",
            "window_start": "2020-09-03T01:51:10Z",
            "net_precision": null,
            "probability": -1,
            "weather_concerns": null,
            "holdreason": "",
            "failreason": null,
            "hashtag": "#VV16",
            "launch_service_provider": {
                "id": 115,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/115/?format=api",
                "name": "Arianespace",
                "type": "Commercial"
            },
            "rocket": {
                "id": 57,
                "configuration": {
                    "id": 167,
                    "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/167/?format=api",
                    "name": "Vega",
                    "family": "Vega",
                    "full_name": "Vega",
                    "variant": ""
                }
            },
            "mission": {
                "id": 1033,
                "name": "SSMS POC",
                "description": "The Vega POC (Proof Of Concept) flight will be the first mission of the SSMS (Small Spacecraft Mission Service), a modular carbon fiber dispenser, a program initiated by ESA in 2016, with the contribution of the European Commission. For all the European partners involved, its purpose is to address the burgeoning institutional and commercial small spacecraft market with a new rideshare concept.\n\nPayload includes dozens of satellites: Athena, ION CubeSat Carrier, ESAIL, NEMO-HD, GHGSat C1, six Flock-v cubesats, several Lemur-2 cubesats, twelve SpaceBEE nanosats, FSSCat A & B, RTAF-Sat, DIDO 3, IGOSat, PICASSO, PINO, PIXL, QARMAN, SIMBA, TRISAT, Casaa-Sat, TTU-100, and more.",
                "launch_designator": null,
                "type": "Dedicated Rideshare",
                "orbit": {
                    "id": 17,
                    "name": "Sun-Synchronous Orbit",
                    "abbrev": "SSO"
                },
                "agencies": [],
                "info_urls": [],
                "vid_urls": []
            },
            "pad": {
                "id": 34,
                "url": "https://ll.thespacedevs.com/2.2.0/pad/34/?format=api",
                "agency_id": 115,
                "name": "Ariane Launch Area 1 (ELV)",
                "description": "ELA-1, now named Ensemble de Lancement Vega (short ELV), is a launch pad at the Centre Spatial Guyanais in French Guiana. It has been used to support launches of the Europa rocket, Ariane 1, Ariane 3, and is currently used to launch Vega rockets.",
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/ELA-1",
                "map_url": "https://www.google.com/maps?q=5.236,-52.775",
                "latitude": "5.236",
                "longitude": "-52.775",
                "location": {
                    "id": 13,
                    "url": "https://ll.thespacedevs.com/2.2.0/location/13/?format=api",
                    "name": "Guiana Space Centre, French Guiana",
                    "country_code": "GUF",
                    "description": "The Guiana Space Centre is a European spaceport to the northwest of Kourou in French Guiana, a region of France in South America. Kourou is located at a latitude of 5°. In operation since 1968, it is a suitable location for a spaceport because of its equatorial location and open sea to the east.",
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_13_20200803142412.jpg",
                    "timezone_name": "America/Cayenne",
                    "total_launch_count": 325,
                    "total_landing_count": 0
                },
                "country_code": "GUF",
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_34_20200803143527.jpg",
                "total_launch_count": 52,
                "orbital_launch_attempt_count": 52
            },
            "webcast_live": false,
            "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/vega_image_20201111143622.jpeg",
            "infographic": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/infographic_images/vega2520257c_infographic_20200831230945.png",
            "program": [],
            "orbital_launch_attempt_count": 5989,
            "location_launch_attempt_count": 301,
            "pad_launch_attempt_count": 42,
            "agency_launch_attempt_count": 288,
            "orbital_launch_attempt_count_year": 67,
            "location_launch_attempt_count_year": 4,
            "pad_launch_attempt_count_year": 1,
            "agency_launch_attempt_count_year": 6,
            "type": "normal"
        },
        {
            "id": "155e61ba-4957-4b6d-ac2c-02fd02c9bcd6",
            "url": "https://ll.thespacedevs.com/2.2.0/launch/155e61ba-4957-4b6d-ac2c-02fd02c9bcd6/?format=api",
            "slug": "hyperbola-1-yunyao-1-15-17",
            "name": "Hyperbola-1 | Yunyao-1 15-17",
            "status": {
                "id": 4,
                "name": "Launch Failure",
                "abbrev": "Failure",
                "description": "Either the launch vehicle did not reach orbit, or the payload(s) failed to separate."
            },
            "last_updated": "2024-07-11T04:10:01Z",
            "net": "2024-07-10T23:40:00Z",
            "window_end": "2024-07-11T00:36:00Z",
            "window_start": "2024-07-10T23:33:00Z",
            "net_precision": {
                "id": 1,
                "name": "Minute",
                "abbrev": "MIN",
                "description": "The T-0 is accurate to the minute."
            },
            "probability": null,
            "weather_concerns": null,
            "holdreason": "",
            "failreason": "4th stage failure; failed to reach orbit.",
            "hashtag": null,
            "launch_service_provider": {
                "id": 274,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/274/?format=api",
                "name": "i-Space",
                "type": "Commercial"
            },
            "rocket": {
                "id": 8278,
                "configuration": {
                    "id": 193,
                    "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/193/?format=api",
                    "name": "Hyperbola-1",
                    "family": "",
                    "full_name": "Hyperbola-1",
                    "variant": "1"
                }
            },
            "mission": {
                "id": 6859,
                "name": "Yunyao-1 15-17",
                "description": "3 weather satellites performing atmospheric measurements using GNSS Radio Occultation for a Tianjin based company. Constellation is planned to have an eventual 90 satellites.",
                "launch_designator": null,
                "type": "Earth Science",
                "orbit": {
                    "id": 17,
                    "name": "Sun-Synchronous Orbit",
                    "abbrev": "SSO"
                },
                "agencies": [],
                "info_urls": [],
                "vid_urls": []
            },
            "pad": {
                "id": 21,
                "url": "https://ll.thespacedevs.com/2.2.0/pad/21/?format=api",
                "agency_id": null,
                "name": "Launch Area 95A",
                "description": "",
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/Jiuquan_Satellite_Launch_Center",
                "map_url": "https://www.google.com/maps?q=40.969117,100.343333",
                "latitude": "40.969117",
                "longitude": "100.343333",
                "location": {
                    "id": 17,
                    "url": "https://ll.thespacedevs.com/2.2.0/location/17/?format=api",
                    "name": "Jiuquan Satellite Launch Center, People's Republic of China",
                    "country_code": "CHN",
                    "description": "Jiuquan Satellite Launch Center is a Chinese spaceport located between the Ejin, Alxa, Inner Mongolia and Hangtian Town, Jinta County, Jiuquan, Gansu Province. It is part of the Dongfeng Aerospace City (Base 10).",
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_17_20200803142429.jpg",
                    "timezone_name": "Asia/Shanghai",
                    "total_launch_count": 251,
                    "total_landing_count": 0
                },
                "country_code": "CHN",
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_21_20200803143253.jpg",
                "total_launch_count": 59,
                "orbital_launch_attempt_count": 59
            },
            "webcast_live": false,
            "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/hyperbola-1_in__image_20240711064715.jpeg",
            "infographic": null,
            "program": [],
            "orbital_launch_attempt_count": 6721,
            "location_launch_attempt_count": 229,
            "pad_launch_attempt_count": 55,
            "agency_launch_attempt_count": 7,
            "orbital_launch_attempt_count_year": 132,
            "location_launch_attempt_count_year": 11,
            "pad_launch_attempt_count_year": 6,
            "agency_launch_attempt_count_year": 1,
            "type": "normal"
        },
        {
            "id": "1561bf9d-84f9-45ee-a629-b1c0f0832186",
            "url": "https://ll.thespacedevs.com/2.2.0/launch/1561bf9d-84f9-45ee-a629-b1c0f0832186/?format=api",
            "slug": "dnepr-1-sich-2",
            "name": "Dnepr 1 | Sich-2",
            "status": {
                "id": 3,
                "name": "Launch Successful",
                "abbrev": "Success",
                "description": "The launch vehicle successfully inserted its payload(s) into the target orbit(s)."
            },
            "last_updated": "2024-06-15T13:49:48Z",
            "net": "2011-08-17T07:12:20Z",
            "window_end": "2011-08-17T07:12:20Z",
            "window_start": "2011-08-17T07:12:20Z",
            "net_precision": {
                "id": 0,
                "name": "Second",
                "abbrev": "SEC",
                "description": "The T-0 is accurate to the second."
            },
            "probability": null,
            "weather_concerns": null,
            "holdreason": "",
            "failreason": "",
            "hashtag": null,
            "launch_service_provider": {
                "id": 119,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/119/?format=api",
                "name": "ISC Kosmotras",
                "type": "Commercial"
            },
            "rocket": {
                "id": 1546,
                "configuration": {
                    "id": 31,
                    "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/31/?format=api",
                    "name": "Dnepr",
                    "family": "",
                    "full_name": "Dnepr 1",
                    "variant": "1"
                }
            },
            "mission": null,
            "pad": {
                "id": 183,
                "url": "https://ll.thespacedevs.com/2.2.0/pad/183/?format=api",
                "agency_id": null,
                "name": "370/13",
                "description": null,
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/Dombarovsky_Air_Base",
                "map_url": "https://www.google.com/maps?q=51.0938889,59.8400282",
                "latitude": "51.0938889",
                "longitude": "59.8400282",
                "location": {
                    "id": 5,
                    "url": "https://ll.thespacedevs.com/2.2.0/location/5/?format=api",
                    "name": "Dombarovskiy, Russian Federation",
                    "country_code": "RUS",
                    "description": "Dombarovsky is a military airbase near Yasny in Russia's Orenburg Oblast. Operated by the Soviet Air Defence Forces and later by the Russian Air Force, it hosted fighter interceptor squadrons and hosts an ICBM base (which has been adapted for commercial satellite launches) with a supporting helicopter base.",
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_5_20200803142425.jpg",
                    "timezone_name": "Asia/Yekaterinburg",
                    "total_launch_count": 10,
                    "total_landing_count": 0
                },
                "country_code": "RUS",
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_183_20200803143512.jpg",
                "total_launch_count": 8,
                "orbital_launch_attempt_count": 8
            },
            "webcast_live": false,
            "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/dnepr-1_liftoff_image_20240411092543.jpeg",
            "infographic": null,
            "program": [],
            "orbital_launch_attempt_count": 5151,
            "location_launch_attempt_count": 5,
            "pad_launch_attempt_count": 3,
            "agency_launch_attempt_count": 17,
            "orbital_launch_attempt_count_year": 5151,
            "location_launch_attempt_count_year": 1,
            "pad_launch_attempt_count_year": 1,
            "agency_launch_attempt_count_year": 1,
            "type": "normal"
        }
    ]
}