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

{
    "count": 7491,
    "next": "https://ll.thespacedevs.com/2.2.0/launch/?format=api&limit=10&offset=3630&ordering=net",
    "previous": "https://ll.thespacedevs.com/2.2.0/launch/?format=api&limit=10&offset=3610&ordering=net",
    "results": [
        {
            "id": "0cf1771e-439c-4459-9f84-8d8ecfb2eae9",
            "url": "https://ll.thespacedevs.com/2.2.0/launch/0cf1771e-439c-4459-9f84-8d8ecfb2eae9/?format=api",
            "slug": "tsiklon-2-us-p-34",
            "name": "Tsiklon-2 | US-P 34",
            "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-14T04:24:14Z",
            "net": "1990-08-23T16:17:00Z",
            "window_end": "1990-08-23T16:17:00Z",
            "window_start": "1990-08-23T16:17: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": 6301,
                "configuration": {
                    "id": 443,
                    "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/443/?format=api",
                    "name": "Tsiklon-2",
                    "family": "Tsiklon",
                    "full_name": "Tsiklon-2",
                    "variant": "2"
                }
            },
            "mission": {
                "id": 4691,
                "name": "US-P 34",
                "description": "Ocean surveillance satellite using passive ELINT devices",
                "launch_designator": null,
                "type": "Government/Top Secret",
                "orbit": {
                    "id": 8,
                    "name": "Low Earth Orbit",
                    "abbrev": "LEO"
                },
                "agencies": [],
                "info_urls": [],
                "vid_urls": []
            },
            "pad": {
                "id": 132,
                "url": "https://ll.thespacedevs.com/2.2.0/pad/132/?format=api",
                "agency_id": null,
                "name": "90",
                "description": null,
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/Baikonur_Cosmodrome_Site_90",
                "map_url": "https://www.google.com/maps?q=46.081,62.929806",
                "latitude": "46.081",
                "longitude": "62.929806",
                "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_132_20200803143344.jpg",
                "total_launch_count": 74,
                "orbital_launch_attempt_count": 74
            },
            "webcast_live": false,
            "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/tsyklon-2_lifto_image_20240411113159.jpg",
            "infographic": null,
            "program": [],
            "orbital_launch_attempt_count": 3555,
            "location_launch_attempt_count": 940,
            "pad_launch_attempt_count": 71,
            "agency_launch_attempt_count": 2367,
            "orbital_launch_attempt_count_year": 79,
            "location_launch_attempt_count_year": 17,
            "pad_launch_attempt_count_year": 2,
            "agency_launch_attempt_count_year": 51,
            "type": "normal"
        },
        {
            "id": "07aa81a3-d5b4-49fd-a3cc-ef5130c22d3d",
            "url": "https://ll.thespacedevs.com/2.2.0/launch/07aa81a3-d5b4-49fd-a3cc-ef5130c22d3d/?format=api",
            "slug": "molniya-8k78m-pvb-us-k-66",
            "name": "Molniya 8K78M-PVB | US-K 66",
            "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-14T04:11:15Z",
            "net": "1990-08-28T07:49:13Z",
            "window_end": "1990-08-28T07:49:13Z",
            "window_start": "1990-08-28T07:49:13Z",
            "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": 6302,
                "configuration": {
                    "id": 335,
                    "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/335/?format=api",
                    "name": "Molniya 8K78M-PVB",
                    "family": "R-7",
                    "full_name": "Molniya 8K78M-PVB",
                    "variant": "8K78M-PVB"
                }
            },
            "mission": {
                "id": 4692,
                "name": "US-K 66",
                "description": "Early warning satellite",
                "launch_designator": null,
                "type": "Government/Top Secret",
                "orbit": {
                    "id": 0,
                    "name": "Elliptical Orbit",
                    "abbrev": "Elliptical"
                },
                "agencies": [],
                "info_urls": [],
                "vid_urls": []
            },
            "pad": {
                "id": 85,
                "url": "https://ll.thespacedevs.com/2.2.0/pad/85/?format=api",
                "agency_id": 163,
                "name": "43/4 (43R)",
                "description": "",
                "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.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_85_20200803143554.jpg",
                "total_launch_count": 323,
                "orbital_launch_attempt_count": 323
            },
            "webcast_live": false,
            "image": null,
            "infographic": null,
            "program": [],
            "orbital_launch_attempt_count": 3556,
            "location_launch_attempt_count": 1328,
            "pad_launch_attempt_count": 227,
            "agency_launch_attempt_count": 2368,
            "orbital_launch_attempt_count_year": 80,
            "location_launch_attempt_count_year": 35,
            "pad_launch_attempt_count_year": 9,
            "agency_launch_attempt_count_year": 52,
            "type": "normal"
        },
        {
            "id": "2b01bd11-fdc3-4a42-b7fb-b6f97f7fb26b",
            "url": "https://ll.thespacedevs.com/2.2.0/launch/2b01bd11-fdc3-4a42-b7fb-b6f97f7fb26b/?format=api",
            "slug": "h-1-yuri-3a",
            "name": "H-1 | Yuri 3A",
            "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-07-07T13:10:00Z",
            "net": "1990-08-28T09:05:00Z",
            "window_end": "1990-08-28T09:05:00Z",
            "window_start": "1990-08-28T09:05:00Z",
            "net_precision": null,
            "probability": null,
            "weather_concerns": null,
            "holdreason": "",
            "failreason": "",
            "hashtag": null,
            "launch_service_provider": {
                "id": 98,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/98/?format=api",
                "name": "Mitsubishi Heavy Industries",
                "type": "Commercial"
            },
            "rocket": {
                "id": 6303,
                "configuration": {
                    "id": 319,
                    "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/319/?format=api",
                    "name": "H-1",
                    "family": "",
                    "full_name": "H-I",
                    "variant": "I"
                }
            },
            "mission": {
                "id": 4693,
                "name": "Yuri 3A",
                "description": "Japanese geostationary communications satellite",
                "launch_designator": null,
                "type": "Communications",
                "orbit": {
                    "id": 1,
                    "name": "Geostationary Orbit",
                    "abbrev": "Direct-GEO"
                },
                "agencies": [],
                "info_urls": [],
                "vid_urls": []
            },
            "pad": {
                "id": 10,
                "url": "https://ll.thespacedevs.com/2.2.0/pad/10/?format=api",
                "agency_id": 37,
                "name": "Osaki Launch Complex",
                "description": null,
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/Tanegashima_Space_Center",
                "map_url": "https://www.google.com/maps?q=30.3993934,130.9702486",
                "latitude": "30.3993934",
                "longitude": "130.9702486",
                "location": {
                    "id": 26,
                    "url": "https://ll.thespacedevs.com/2.2.0/location/26/?format=api",
                    "name": "Tanegashima Space Center, Japan",
                    "country_code": "JPN",
                    "description": "The Tanegashima Space Center is the largest rocket-launch complex in Japan. It is located on the southeastern tip of Tanegashima, an island located south of Kyushu, an island and region and Japan. It was established in 1969 when the National Space Development Agency of Japan (NASDA) was formed, and is now run by JAXA. The activities that take place at TNSC include assembly, testing, launching, and tracking satellites, as well as rocket engine firing tests.",
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_26_20200803142507.jpg",
                    "timezone_name": "Asia/Tokyo",
                    "total_launch_count": 94,
                    "total_landing_count": 0
                },
                "country_code": "JPN",
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_10_20200803143519.jpg",
                "total_launch_count": 24,
                "orbital_launch_attempt_count": 24
            },
            "webcast_live": false,
            "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/h-1_image_20240210175424.png",
            "infographic": null,
            "program": [],
            "orbital_launch_attempt_count": 3557,
            "location_launch_attempt_count": 22,
            "pad_launch_attempt_count": 22,
            "agency_launch_attempt_count": 7,
            "orbital_launch_attempt_count_year": 81,
            "location_launch_attempt_count_year": 2,
            "pad_launch_attempt_count_year": 2,
            "agency_launch_attempt_count_year": 2,
            "type": "normal"
        },
        {
            "id": "6c71b4a4-0327-4f87-9230-7ded1a9af947",
            "url": "https://ll.thespacedevs.com/2.2.0/launch/6c71b4a4-0327-4f87-9230-7ded1a9af947/?format=api",
            "slug": "kosmos-3m-taifun-1-23",
            "name": "Kosmos-3M | Taifun-1 23",
            "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:31:50Z",
            "net": "1990-08-28T15:45:00Z",
            "window_end": "1990-08-28T15:45:00Z",
            "window_start": "1990-08-28T15:45: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": 6304,
                "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": 4694,
                "name": "Taifun-1 23",
                "description": "Radar calibration satellite",
                "launch_designator": null,
                "type": "Test Target",
                "orbit": {
                    "id": 8,
                    "name": "Low Earth Orbit",
                    "abbrev": "LEO"
                },
                "agencies": [],
                "info_urls": [],
                "vid_urls": []
            },
            "pad": {
                "id": 3,
                "url": "https://ll.thespacedevs.com/2.2.0/pad/3/?format=api",
                "agency_id": 163,
                "name": "133/3 (133L)",
                "description": null,
                "info_url": null,
                "wiki_url": "",
                "map_url": "https://www.google.com/maps?q=62.886999,40.846984",
                "latitude": "62.886999",
                "longitude": "40.846984",
                "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_3_20200803143438.jpg",
                "total_launch_count": 159,
                "orbital_launch_attempt_count": 159
            },
            "webcast_live": false,
            "image": null,
            "infographic": null,
            "program": [],
            "orbital_launch_attempt_count": 3558,
            "location_launch_attempt_count": 1329,
            "pad_launch_attempt_count": 110,
            "agency_launch_attempt_count": 2369,
            "orbital_launch_attempt_count_year": 82,
            "location_launch_attempt_count_year": 36,
            "pad_launch_attempt_count_year": 5,
            "agency_launch_attempt_count_year": 53,
            "type": "normal"
        },
        {
            "id": "340ca80d-4d90-4874-854a-2e9eb6f0ac54",
            "url": "https://ll.thespacedevs.com/2.2.0/launch/340ca80d-4d90-4874-854a-2e9eb6f0ac54/?format=api",
            "slug": "ariane-44lp-skynet-4c-eutelsat-2-f1",
            "name": "Ariane 44LP | Skynet 4C & Eutelsat-2 F1",
            "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-14T04:22:24Z",
            "net": "1990-08-30T22:46:00Z",
            "window_end": "1990-08-30T22:46:00Z",
            "window_start": "1990-08-30T22:46:00Z",
            "net_precision": null,
            "probability": null,
            "weather_concerns": null,
            "holdreason": "",
            "failreason": null,
            "hashtag": null,
            "launch_service_provider": {
                "id": 115,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/115/?format=api",
                "name": "Arianespace",
                "type": "Commercial"
            },
            "rocket": {
                "id": 6305,
                "configuration": {
                    "id": 226,
                    "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/226/?format=api",
                    "name": "Ariane 44LP",
                    "family": "Ariane",
                    "full_name": "Ariane 44LP",
                    "variant": "44LP"
                }
            },
            "mission": {
                "id": 4695,
                "name": "Skynet 4C & Eutelsat-2 F1",
                "description": "Geostationary communications satellites",
                "launch_designator": null,
                "type": "Communications",
                "orbit": {
                    "id": 1,
                    "name": "Geostationary Orbit",
                    "abbrev": "Direct-GEO"
                },
                "agencies": [],
                "info_urls": [],
                "vid_urls": []
            },
            "pad": {
                "id": 124,
                "url": "https://ll.thespacedevs.com/2.2.0/pad/124/?format=api",
                "agency_id": 115,
                "name": "Ariane Launch Area 2",
                "description": "The ELA-2 pad, built in 1986, had been used for Ariane 4 launches from 1988 until 2003. Before 1988, although purpose-built for Ariane 4, the pad hosted an Ariane-2 and two Ariane-3 launches.",
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/ELA-2",
                "map_url": "https://www.google.com/maps?q=5.232,-52.778194",
                "latitude": "5.232",
                "longitude": "-52.778194",
                "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_124_20200803143241.jpg",
                "total_launch_count": 119,
                "orbital_launch_attempt_count": 119
            },
            "webcast_live": false,
            "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/ariane_44lp_at__image_20240401083402.png",
            "infographic": null,
            "program": [],
            "orbital_launch_attempt_count": 3559,
            "location_launch_attempt_count": 47,
            "pad_launch_attempt_count": 13,
            "agency_launch_attempt_count": 37,
            "orbital_launch_attempt_count_year": 83,
            "location_launch_attempt_count_year": 4,
            "pad_launch_attempt_count_year": 4,
            "agency_launch_attempt_count_year": 4,
            "type": "normal"
        },
        {
            "id": "7485d97b-ae85-46aa-a3b3-061aa58717c4",
            "url": "https://ll.thespacedevs.com/2.2.0/launch/7485d97b-ae85-46aa-a3b3-061aa58717c4/?format=api",
            "slug": "soyuz-u-zenit-8-94",
            "name": "Soyuz U | Zenit-8 94",
            "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-14T04:10:51Z",
            "net": "1990-08-31T08:00:00Z",
            "window_end": "1990-08-31T08:00:00Z",
            "window_start": "1990-08-31T08:00: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": 6306,
                "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": 4696,
                "name": "Zenit-8 94",
                "description": "Film-return reconnaissance satellite",
                "launch_designator": null,
                "type": "Government/Top Secret",
                "orbit": {
                    "id": 8,
                    "name": "Low Earth Orbit",
                    "abbrev": "LEO"
                },
                "agencies": [],
                "info_urls": [],
                "vid_urls": []
            },
            "pad": {
                "id": 85,
                "url": "https://ll.thespacedevs.com/2.2.0/pad/85/?format=api",
                "agency_id": 163,
                "name": "43/4 (43R)",
                "description": "",
                "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.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_85_20200803143554.jpg",
                "total_launch_count": 323,
                "orbital_launch_attempt_count": 323
            },
            "webcast_live": false,
            "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/soyuz2520u_image_20190222031023.jpeg",
            "infographic": null,
            "program": [],
            "orbital_launch_attempt_count": 3560,
            "location_launch_attempt_count": 1330,
            "pad_launch_attempt_count": 228,
            "agency_launch_attempt_count": 2370,
            "orbital_launch_attempt_count_year": 84,
            "location_launch_attempt_count_year": 37,
            "pad_launch_attempt_count_year": 10,
            "agency_launch_attempt_count_year": 54,
            "type": "normal"
        },
        {
            "id": "912da5d0-c941-4aa2-bb71-067c82d63b2b",
            "url": "https://ll.thespacedevs.com/2.2.0/launch/912da5d0-c941-4aa2-bb71-067c82d63b2b/?format=api",
            "slug": "long-march-4a-feng-yun-1b",
            "name": "Long March 4A | Feng Yun 1B",
            "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:02Z",
            "net": "1990-09-03T00:53:00Z",
            "window_end": "1990-09-03T00:53:00Z",
            "window_start": "1990-09-03T00:53:00Z",
            "net_precision": null,
            "probability": null,
            "weather_concerns": null,
            "holdreason": "",
            "failreason": "",
            "hashtag": null,
            "launch_service_provider": {
                "id": 1037,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/1037/?format=api",
                "name": "Ministry of Aerospace Industry",
                "type": "Government"
            },
            "rocket": {
                "id": 6307,
                "configuration": {
                    "id": 271,
                    "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/271/?format=api",
                    "name": "Long March 4A",
                    "family": "Long March",
                    "full_name": "Long March 4A",
                    "variant": "4A"
                }
            },
            "mission": {
                "id": 4697,
                "name": "Feng Yun 1B",
                "description": "Chinese polar orbiting meteorological satellite",
                "launch_designator": null,
                "type": "Earth Science",
                "orbit": {
                    "id": 13,
                    "name": "Polar Orbit",
                    "abbrev": "PO"
                },
                "agencies": [],
                "info_urls": [],
                "vid_urls": []
            },
            "pad": {
                "id": 33,
                "url": "https://ll.thespacedevs.com/2.2.0/pad/33/?format=api",
                "agency_id": null,
                "name": "Launch Complex 7",
                "description": null,
                "info_url": null,
                "wiki_url": null,
                "map_url": "https://www.google.com/maps?q=38.8489311,111.6079339",
                "latitude": "38.8489311",
                "longitude": "111.6079339",
                "location": {
                    "id": 19,
                    "url": "https://ll.thespacedevs.com/2.2.0/location/19/?format=api",
                    "name": "Taiyuan Satellite Launch Center, People's Republic of China",
                    "country_code": "CHN",
                    "description": "The Taiyuan Satellite Launch Center is a People's Republic of China space and defense launch facility. It is situated in Kelan County, Xinzhou, Shanxi Province and is the second of four launch sites having been founded in March 1966 and coming into full operation in 1968.",
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_19_20200803142421.jpg",
                    "timezone_name": "Asia/Shanghai",
                    "total_launch_count": 140,
                    "total_landing_count": 0
                },
                "country_code": "CHN",
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_33_20200803143335.jpg",
                "total_launch_count": 32,
                "orbital_launch_attempt_count": 32
            },
            "webcast_live": false,
            "image": null,
            "infographic": null,
            "program": [],
            "orbital_launch_attempt_count": 3561,
            "location_launch_attempt_count": 2,
            "pad_launch_attempt_count": 2,
            "agency_launch_attempt_count": 7,
            "orbital_launch_attempt_count_year": 85,
            "location_launch_attempt_count_year": 1,
            "pad_launch_attempt_count_year": 1,
            "agency_launch_attempt_count_year": 4,
            "type": "normal"
        },
        {
            "id": "0cf59bbd-ec5d-43ac-96da-8f6954961664",
            "url": "https://ll.thespacedevs.com/2.2.0/launch/0cf59bbd-ec5d-43ac-96da-8f6954961664/?format=api",
            "slug": "soyuz-u-pvb-resurs-f-9",
            "name": "Soyuz-U-PVB | Resurs-F 9",
            "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:50:16Z",
            "net": "1990-09-07T11:59:59Z",
            "window_end": "1990-09-07T11:59:59Z",
            "window_start": "1990-09-07T11:59:59Z",
            "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": 6308,
                "configuration": {
                    "id": 378,
                    "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/378/?format=api",
                    "name": "Soyuz-U-PVB",
                    "family": "Soyuz",
                    "full_name": "Soyuz-U-PVB",
                    "variant": "U-PVB"
                }
            },
            "mission": {
                "id": 4698,
                "name": "Resurs-F 9",
                "description": "Film-return Earth observation satellite",
                "launch_designator": null,
                "type": "Earth Science",
                "orbit": {
                    "id": 8,
                    "name": "Low Earth Orbit",
                    "abbrev": "LEO"
                },
                "agencies": [],
                "info_urls": [],
                "vid_urls": []
            },
            "pad": {
                "id": 35,
                "url": "https://ll.thespacedevs.com/2.2.0/pad/35/?format=api",
                "agency_id": 163,
                "name": "16/2",
                "description": null,
                "info_url": null,
                "wiki_url": "",
                "map_url": "https://www.google.com/maps?q=62.960091,40.682983",
                "latitude": "62.960091",
                "longitude": "40.682983",
                "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_35_20200803143306.jpg",
                "total_launch_count": 136,
                "orbital_launch_attempt_count": 136
            },
            "webcast_live": false,
            "image": null,
            "infographic": null,
            "program": [],
            "orbital_launch_attempt_count": 3562,
            "location_launch_attempt_count": 1331,
            "pad_launch_attempt_count": 90,
            "agency_launch_attempt_count": 2371,
            "orbital_launch_attempt_count_year": 86,
            "location_launch_attempt_count_year": 38,
            "pad_launch_attempt_count_year": 8,
            "agency_launch_attempt_count_year": 55,
            "type": "normal"
        },
        {
            "id": "208b3359-5c3e-428b-be94-8ee15cb1a559",
            "url": "https://ll.thespacedevs.com/2.2.0/launch/208b3359-5c3e-428b-be94-8ee15cb1a559/?format=api",
            "slug": "kosmos-3m-parus-70",
            "name": "Kosmos-3M | Parus 70",
            "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:31:41Z",
            "net": "1990-09-14T05:59:07Z",
            "window_end": "1990-09-14T05:59:07Z",
            "window_start": "1990-09-14T05:59:07Z",
            "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": 6309,
                "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": 4699,
                "name": "Parus 70",
                "description": "Navigation satellite providing location information for the Tsiklon-B navigation system",
                "launch_designator": null,
                "type": "Navigation",
                "orbit": {
                    "id": 8,
                    "name": "Low Earth Orbit",
                    "abbrev": "LEO"
                },
                "agencies": [],
                "info_urls": [],
                "vid_urls": []
            },
            "pad": {
                "id": 3,
                "url": "https://ll.thespacedevs.com/2.2.0/pad/3/?format=api",
                "agency_id": 163,
                "name": "133/3 (133L)",
                "description": null,
                "info_url": null,
                "wiki_url": "",
                "map_url": "https://www.google.com/maps?q=62.886999,40.846984",
                "latitude": "62.886999",
                "longitude": "40.846984",
                "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_3_20200803143438.jpg",
                "total_launch_count": 159,
                "orbital_launch_attempt_count": 159
            },
            "webcast_live": false,
            "image": null,
            "infographic": null,
            "program": [],
            "orbital_launch_attempt_count": 3563,
            "location_launch_attempt_count": 1332,
            "pad_launch_attempt_count": 111,
            "agency_launch_attempt_count": 2372,
            "orbital_launch_attempt_count_year": 87,
            "location_launch_attempt_count_year": 39,
            "pad_launch_attempt_count_year": 6,
            "agency_launch_attempt_count_year": 56,
            "type": "normal"
        },
        {
            "id": "9b7e34a3-838f-4090-bd5b-3f17f24aab1a",
            "url": "https://ll.thespacedevs.com/2.2.0/launch/9b7e34a3-838f-4090-bd5b-3f17f24aab1a/?format=api",
            "slug": "molniya-m-molniya-3-54l",
            "name": "Molniya-M | Molniya-3 54L",
            "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-14T04:11:03Z",
            "net": "1990-09-20T20:16:59Z",
            "window_end": "1990-09-20T20:16:59Z",
            "window_start": "1990-09-20T20:16:59Z",
            "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": 6310,
                "configuration": {
                    "id": 106,
                    "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/106/?format=api",
                    "name": "Molniya-M",
                    "family": "R-7",
                    "full_name": "Molniya-M 2BL",
                    "variant": "2BL"
                }
            },
            "mission": {
                "id": 4700,
                "name": "Molniya-3 54L",
                "description": "Molniya communication satellites operating from a highly elliptical orbit",
                "launch_designator": null,
                "type": "Communications",
                "orbit": {
                    "id": 0,
                    "name": "Elliptical Orbit",
                    "abbrev": "Elliptical"
                },
                "agencies": [],
                "info_urls": [],
                "vid_urls": []
            },
            "pad": {
                "id": 85,
                "url": "https://ll.thespacedevs.com/2.2.0/pad/85/?format=api",
                "agency_id": 163,
                "name": "43/4 (43R)",
                "description": "",
                "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.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_85_20200803143554.jpg",
                "total_launch_count": 323,
                "orbital_launch_attempt_count": 323
            },
            "webcast_live": false,
            "image": null,
            "infographic": null,
            "program": [],
            "orbital_launch_attempt_count": 3564,
            "location_launch_attempt_count": 1333,
            "pad_launch_attempt_count": 229,
            "agency_launch_attempt_count": 2373,
            "orbital_launch_attempt_count_year": 88,
            "location_launch_attempt_count_year": 40,
            "pad_launch_attempt_count_year": 11,
            "agency_launch_attempt_count_year": 57,
            "type": "normal"
        }
    ]
}