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=3630&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=3640&ordering=net",
    "previous": "https://ll.thespacedevs.com/2.2.0/launch/?format=api&limit=10&offset=3620&ordering=net",
    "results": [
        {
            "id": "cb7e56e0-6358-468c-b98c-02b86f4f874a",
            "url": "https://ll.thespacedevs.com/2.2.0/launch/cb7e56e0-6358-468c-b98c-02b86f4f874a/?format=api",
            "slug": "soyuz-u2-progress-m-5",
            "name": "Soyuz-U2 | Progress M-5",
            "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:48:37Z",
            "net": "1990-09-27T10:37:42Z",
            "window_end": "1990-09-27T10:37:42Z",
            "window_start": "1990-09-27T10:37:42Z",
            "net_precision": null,
            "probability": 0,
            "weather_concerns": null,
            "holdreason": "",
            "failreason": "",
            "hashtag": "",
            "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": 2278,
                "configuration": {
                    "id": 101,
                    "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/101/?format=api",
                    "name": "Soyuz-U",
                    "family": "",
                    "full_name": "Soyuz-U2",
                    "variant": "2"
                }
            },
            "mission": null,
            "pad": {
                "id": 32,
                "url": "https://ll.thespacedevs.com/2.2.0/pad/32/?format=api",
                "agency_id": null,
                "name": "1/5",
                "description": null,
                "info_url": null,
                "wiki_url": "",
                "map_url": "https://www.google.com/maps?q=45.92,63.342",
                "latitude": "45.92",
                "longitude": "63.342",
                "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_32_20200803143513.jpg",
                "total_launch_count": 487,
                "orbital_launch_attempt_count": 487
            },
            "webcast_live": false,
            "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/soyuz-u_image_20191229074852.jpg",
            "infographic": null,
            "program": [
                {
                    "id": 16,
                    "url": "https://ll.thespacedevs.com/2.2.0/program/16/?format=api",
                    "name": "Mir",
                    "description": "Mir was a space station that operated in low Earth orbit from 1986 to 2001, operated by the Soviet Union and later by Russia. Mir was the first modular space station and was assembled in orbit from 1986 to 1996.",
                    "agencies": [
                        {
                            "id": 63,
                            "url": "https://ll.thespacedevs.com/2.2.0/agencies/63/?format=api",
                            "name": "Russian Federal Space Agency (ROSCOSMOS)",
                            "type": "Government"
                        },
                        {
                            "id": 66,
                            "url": "https://ll.thespacedevs.com/2.2.0/agencies/66/?format=api",
                            "name": "Soviet Space Program",
                            "type": "Government"
                        }
                    ],
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/mir_program_20200821092345.jpeg",
                    "start_date": "1986-02-20T21:28:23Z",
                    "end_date": "2001-03-23T05:59:00Z",
                    "info_url": null,
                    "wiki_url": "https://en.wikipedia.org/wiki/Mir",
                    "mission_patches": [],
                    "type": {
                        "id": 2,
                        "name": "Human Spaceflight"
                    }
                }
            ],
            "orbital_launch_attempt_count": 3565,
            "location_launch_attempt_count": 941,
            "pad_launch_attempt_count": 294,
            "agency_launch_attempt_count": 2374,
            "orbital_launch_attempt_count_year": 3565,
            "location_launch_attempt_count_year": 18,
            "pad_launch_attempt_count_year": 9,
            "agency_launch_attempt_count_year": 58,
            "type": "normal"
        },
        {
            "id": "359ea935-04b6-4cf5-81c4-aeadcd351ade",
            "url": "https://ll.thespacedevs.com/2.2.0/launch/359ea935-04b6-4cf5-81c4-aeadcd351ade/?format=api",
            "slug": "tsiklon-3-meteor-2-20",
            "name": "Tsiklon-3 | Meteor-2 20",
            "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:46Z",
            "net": "1990-09-28T07:30:00Z",
            "window_end": "1990-09-28T07:30:00Z",
            "window_start": "1990-09-28T07: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": 6311,
                "configuration": {
                    "id": 445,
                    "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/445/?format=api",
                    "name": "Tsiklon-3",
                    "family": "Tsiklon",
                    "full_name": "Tsiklon-3",
                    "variant": "3"
                }
            },
            "mission": {
                "id": 4701,
                "name": "Meteor-2 20",
                "description": "Second generation soviet meteorological satellite",
                "launch_designator": null,
                "type": "Earth Science",
                "orbit": {
                    "id": 8,
                    "name": "Low Earth Orbit",
                    "abbrev": "LEO"
                },
                "agencies": [],
                "info_urls": [],
                "vid_urls": []
            },
            "pad": {
                "id": 126,
                "url": "https://ll.thespacedevs.com/2.2.0/pad/126/?format=api",
                "agency_id": 63,
                "name": "32/1",
                "description": null,
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/Plesetsk_Cosmodrome_Site_32",
                "map_url": "https://www.google.com/maps?q=62.9063889,40.7844727",
                "latitude": "62.9063889",
                "longitude": "40.7844727",
                "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_126_20200803143238.jpg",
                "total_launch_count": 57,
                "orbital_launch_attempt_count": 57
            },
            "webcast_live": false,
            "image": null,
            "infographic": null,
            "program": [],
            "orbital_launch_attempt_count": 3566,
            "location_launch_attempt_count": 1334,
            "pad_launch_attempt_count": 42,
            "agency_launch_attempt_count": 2375,
            "orbital_launch_attempt_count_year": 90,
            "location_launch_attempt_count_year": 41,
            "pad_launch_attempt_count_year": 4,
            "agency_launch_attempt_count_year": 59,
            "type": "normal"
        },
        {
            "id": "26f69aeb-fb49-4c81-8ba5-7e71f49297bd",
            "url": "https://ll.thespacedevs.com/2.2.0/launch/26f69aeb-fb49-4c81-8ba5-7e71f49297bd/?format=api",
            "slug": "soyuz-u-orlets-1-2",
            "name": "Soyuz-U | Orlets-1 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": "2023-06-14T03:48:21Z",
            "net": "1990-10-01T11:00:00Z",
            "window_end": "1990-10-01T11:00:00Z",
            "window_start": "1990-10-01T11: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": 6312,
                "configuration": {
                    "id": 101,
                    "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/101/?format=api",
                    "name": "Soyuz-U",
                    "family": "",
                    "full_name": "Soyuz-U2",
                    "variant": "2"
                }
            },
            "mission": {
                "id": 4702,
                "name": "Orlets-1 2",
                "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": 32,
                "url": "https://ll.thespacedevs.com/2.2.0/pad/32/?format=api",
                "agency_id": null,
                "name": "1/5",
                "description": null,
                "info_url": null,
                "wiki_url": "",
                "map_url": "https://www.google.com/maps?q=45.92,63.342",
                "latitude": "45.92",
                "longitude": "63.342",
                "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_32_20200803143513.jpg",
                "total_launch_count": 487,
                "orbital_launch_attempt_count": 487
            },
            "webcast_live": false,
            "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/soyuz-u_image_20191229074852.jpg",
            "infographic": null,
            "program": [],
            "orbital_launch_attempt_count": 3567,
            "location_launch_attempt_count": 942,
            "pad_launch_attempt_count": 295,
            "agency_launch_attempt_count": 2376,
            "orbital_launch_attempt_count_year": 91,
            "location_launch_attempt_count_year": 19,
            "pad_launch_attempt_count_year": 10,
            "agency_launch_attempt_count_year": 60,
            "type": "normal"
        },
        {
            "id": "d6cdf365-f3db-430d-b8a4-d09cfac0106c",
            "url": "https://ll.thespacedevs.com/2.2.0/launch/d6cdf365-f3db-430d-b8a4-d09cfac0106c/?format=api",
            "slug": "delta-6925-gps-2-9",
            "name": "Delta 6925 | GPS-2 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": "2024-01-02T15:19:15Z",
            "net": "1990-10-01T21:56:00Z",
            "window_end": "1990-10-01T21:56:00Z",
            "window_start": "1990-10-01T21:56:00Z",
            "net_precision": null,
            "probability": null,
            "weather_concerns": null,
            "holdreason": "",
            "failreason": "",
            "hashtag": null,
            "launch_service_provider": {
                "id": 161,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/161/?format=api",
                "name": "United States Air Force",
                "type": "Government"
            },
            "rocket": {
                "id": 6313,
                "configuration": {
                    "id": 300,
                    "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/300/?format=api",
                    "name": "Delta II",
                    "family": "Delta",
                    "full_name": "Delta II 6925",
                    "variant": "6925"
                }
            },
            "mission": {
                "id": 4703,
                "name": "GPS-2 9",
                "description": "Second generation GPS navigation satellite",
                "launch_designator": null,
                "type": "Navigation",
                "orbit": {
                    "id": 12,
                    "name": "Medium Earth Orbit",
                    "abbrev": "MEO"
                },
                "agencies": [],
                "info_urls": [],
                "vid_urls": []
            },
            "pad": {
                "id": 14,
                "url": "https://ll.thespacedevs.com/2.2.0/pad/14/?format=api",
                "agency_id": null,
                "name": "Space Launch Complex 17A",
                "description": "",
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/Cape_Canaveral_Space_Launch_Complex_17",
                "map_url": "https://www.google.com/maps?q=28.4472,-80.565",
                "latitude": "28.4472",
                "longitude": "-80.565",
                "location": {
                    "id": 12,
                    "url": "https://ll.thespacedevs.com/2.2.0/location/12/?format=api",
                    "name": "Cape Canaveral SFS, FL, USA",
                    "country_code": "USA",
                    "description": "Cape Canaveral Space Force Station (CCSFS) is an installation of the United States Space Force's Space Launch Delta 45, located on Cape Canaveral in Brevard County, Florida.",
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_12_20200803142519.jpg",
                    "timezone_name": "America/New_York",
                    "total_launch_count": 1021,
                    "total_landing_count": 64
                },
                "country_code": "USA",
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_14_20200803143451.jpg",
                "total_launch_count": 145,
                "orbital_launch_attempt_count": 145
            },
            "webcast_live": false,
            "image": null,
            "infographic": null,
            "program": [
                {
                    "id": 29,
                    "url": "https://ll.thespacedevs.com/2.2.0/program/29/?format=api",
                    "name": "Global Positioning System",
                    "description": "The Global Positioning System (GPS), originally Navstar GPS, is a satellite-based radio navigation system owned by the United States government and operated by the United States Space Force. It is one of the global navigation satellite systems (GNSS) that provide geolocation and time information to a GPS receiver anywhere on or near the Earth where there is an unobstructed line of sight to four or more GPS satellites.",
                    "agencies": [
                        {
                            "id": 1041,
                            "url": "https://ll.thespacedevs.com/2.2.0/agencies/1041/?format=api",
                            "name": "United States Space Force",
                            "type": "Government"
                        }
                    ],
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/global2520posi_program_20231229182501.png",
                    "start_date": "1978-02-22T00:00:00Z",
                    "end_date": null,
                    "info_url": "https://www.gps.gov/",
                    "wiki_url": "https://en.wikipedia.org/wiki/Global_Positioning_System",
                    "mission_patches": [],
                    "type": {
                        "id": 4,
                        "name": "Navigation Constellation"
                    }
                }
            ],
            "orbital_launch_attempt_count": 3568,
            "location_launch_attempt_count": 439,
            "pad_launch_attempt_count": 94,
            "agency_launch_attempt_count": 888,
            "orbital_launch_attempt_count_year": 92,
            "location_launch_attempt_count_year": 14,
            "pad_launch_attempt_count_year": 5,
            "agency_launch_attempt_count_year": 12,
            "type": "normal"
        },
        {
            "id": "cc9d42c8-1084-45c8-8f78-80194540bbd3",
            "url": "https://ll.thespacedevs.com/2.2.0/launch/cc9d42c8-1084-45c8-8f78-80194540bbd3/?format=api",
            "slug": "zenit-2-tselina-2-8",
            "name": "Zenit-2 | Tselina-2 8",
            "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:23:52Z",
            "net": "1990-10-04T04:28:00Z",
            "window_end": "1990-10-04T04:28:00Z",
            "window_start": "1990-10-04T04:28: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": 6314,
                "configuration": {
                    "id": 455,
                    "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/455/?format=api",
                    "name": "Zenit-2",
                    "family": "Zenith",
                    "full_name": "Zenit-2",
                    "variant": "2"
                }
            },
            "mission": {
                "id": 4704,
                "name": "Tselina-2 8",
                "description": "Second generation ELING satellite",
                "launch_designator": null,
                "type": "Government/Top Secret",
                "orbit": {
                    "id": 8,
                    "name": "Low Earth Orbit",
                    "abbrev": "LEO"
                },
                "agencies": [],
                "info_urls": [],
                "vid_urls": []
            },
            "pad": {
                "id": 131,
                "url": "https://ll.thespacedevs.com/2.2.0/pad/131/?format=api",
                "agency_id": null,
                "name": "45/2",
                "description": null,
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/Baikonur_Cosmodrome_Site_45",
                "map_url": "https://www.google.com/maps?q=45.943,63.650806",
                "latitude": "45.943",
                "longitude": "63.650806",
                "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_131_20200803143339.jpg",
                "total_launch_count": 2,
                "orbital_launch_attempt_count": 2
            },
            "webcast_live": false,
            "image": null,
            "infographic": null,
            "program": [],
            "orbital_launch_attempt_count": 3569,
            "location_launch_attempt_count": 943,
            "pad_launch_attempt_count": 2,
            "agency_launch_attempt_count": 2377,
            "orbital_launch_attempt_count_year": 93,
            "location_launch_attempt_count_year": 20,
            "pad_launch_attempt_count_year": 2,
            "agency_launch_attempt_count_year": 61,
            "type": "normal"
        },
        {
            "id": "b0c84645-5b0d-4686-b642-12f9dba9a103",
            "url": "https://ll.thespacedevs.com/2.2.0/launch/b0c84645-5b0d-4686-b642-12f9dba9a103/?format=api",
            "slug": "long-march-2c-fsw-1-3",
            "name": "Long March 2C | FSW-1 3",
            "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-08-04T03:02:45Z",
            "net": "1990-10-05T06:14:00Z",
            "window_end": "1990-10-05T06:14:00Z",
            "window_start": "1990-10-05T06:14: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": 6315,
                "configuration": {
                    "id": 61,
                    "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/61/?format=api",
                    "name": "Long March 2",
                    "family": "Long March",
                    "full_name": "Long March 2C",
                    "variant": "C"
                }
            },
            "mission": {
                "id": 4705,
                "name": "FSW-1 3",
                "description": "Chinese 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": 143,
                "url": "https://ll.thespacedevs.com/2.2.0/pad/143/?format=api",
                "agency_id": null,
                "name": "Launch Area 2B",
                "description": null,
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/Jiuquan_Satellite_Launch_Center",
                "map_url": "https://www.google.com/maps?q=41.306143,100.313229",
                "latitude": "41.306143",
                "longitude": "100.313229",
                "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": 248,
                    "total_landing_count": 0
                },
                "country_code": "CHN",
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_143_20200803143313.jpg",
                "total_launch_count": 26,
                "orbital_launch_attempt_count": 26
            },
            "webcast_live": false,
            "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/long_march_2_image_20230803100234.jpeg",
            "infographic": null,
            "program": [],
            "orbital_launch_attempt_count": 3570,
            "location_launch_attempt_count": 23,
            "pad_launch_attempt_count": 21,
            "agency_launch_attempt_count": 8,
            "orbital_launch_attempt_count_year": 94,
            "location_launch_attempt_count_year": 1,
            "pad_launch_attempt_count_year": 1,
            "agency_launch_attempt_count_year": 5,
            "type": "normal"
        },
        {
            "id": "17d9dbc9-eb2c-4727-ab0d-34ba50edfeb4",
            "url": "https://ll.thespacedevs.com/2.2.0/launch/17d9dbc9-eb2c-4727-ab0d-34ba50edfeb4/?format=api",
            "slug": "space-shuttle-discovery-ov-103-sts-41",
            "name": "Space Shuttle Discovery / OV-103 | STS-41",
            "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-14T08:48:21Z",
            "net": "1990-10-06T11:47:15Z",
            "window_end": "1990-10-06T11:47:15Z",
            "window_start": "1990-10-06T11:47:15Z",
            "net_precision": null,
            "probability": -1,
            "weather_concerns": null,
            "holdreason": "",
            "failreason": null,
            "hashtag": null,
            "launch_service_provider": {
                "id": 192,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/192/?format=api",
                "name": "Lockheed Space Operations Company",
                "type": "Commercial"
            },
            "rocket": {
                "id": 337,
                "configuration": {
                    "id": 493,
                    "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/493/?format=api",
                    "name": "Space Shuttle",
                    "family": "",
                    "full_name": "Space Shuttle",
                    "variant": ""
                }
            },
            "mission": {
                "id": 723,
                "name": "STS-41",
                "description": "STS-41 was the eleventh mission of the Space Shuttle Discovery. The four-day mission with a primary objective the launch the Ulysses probe as part of the International Solar Polar Mission.",
                "launch_designator": null,
                "type": "Heliophysics",
                "orbit": {
                    "id": 8,
                    "name": "Low Earth Orbit",
                    "abbrev": "LEO"
                },
                "agencies": [],
                "info_urls": [],
                "vid_urls": []
            },
            "pad": {
                "id": 4,
                "url": "https://ll.thespacedevs.com/2.2.0/pad/4/?format=api",
                "agency_id": 44,
                "name": "Launch Complex 39B",
                "description": null,
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/Kennedy_Space_Center_Launch_Complex_39#Launch_Pad_39B",
                "map_url": "https://www.google.com/maps?q=28.62711233,-80.62101503",
                "latitude": "28.62711233",
                "longitude": "-80.62101503",
                "location": {
                    "id": 27,
                    "url": "https://ll.thespacedevs.com/2.2.0/location/27/?format=api",
                    "name": "Kennedy Space Center, FL, USA",
                    "country_code": "USA",
                    "description": "The John F. Kennedy Space Center, located on Merritt Island, Florida, is one of NASA's ten field centers. Since 1968, KSC has been NASA's primary launch center of American spaceflight, research, and technology. Launch operations for the Apollo, Skylab and Space Shuttle programs were carried out from Kennedy Space Center Launch Complex 39 and managed by KSC. Located on the east coast of Florida, KSC is adjacent to Cape Canaveral Space Force Station (CCSFS).",
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_27_20200803142447.jpg",
                    "timezone_name": "America/New_York",
                    "total_launch_count": 264,
                    "total_landing_count": 0
                },
                "country_code": "USA",
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_4_20200803143518.jpg",
                "total_launch_count": 58,
                "orbital_launch_attempt_count": 57
            },
            "webcast_live": false,
            "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/space_shuttle_image_20230422074810.jpeg",
            "infographic": null,
            "program": [
                {
                    "id": 6,
                    "url": "https://ll.thespacedevs.com/2.2.0/program/6/?format=api",
                    "name": "Space Shuttle",
                    "description": "The Space Shuttle program was the fourth human spaceflight program carried out by the National Aeronautics and Space Administration (NASA), which accomplished routine transportation for Earth-to-orbit crew and cargo from 1981 to 2011.",
                    "agencies": [
                        {
                            "id": 44,
                            "url": "https://ll.thespacedevs.com/2.2.0/agencies/44/?format=api",
                            "name": "National Aeronautics and Space Administration",
                            "type": "Government"
                        }
                    ],
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/space2520shutt_program_20200820202237.png",
                    "start_date": "1981-04-12T12:00:03Z",
                    "end_date": "2011-07-08T15:29:00Z",
                    "info_url": "https://www.nasa.gov/mission_pages/shuttle/main/index.html",
                    "wiki_url": "https://en.wikipedia.org/wiki/Space_Shuttle_program",
                    "mission_patches": [],
                    "type": {
                        "id": 2,
                        "name": "Human Spaceflight"
                    }
                }
            ],
            "orbital_launch_attempt_count": 3571,
            "location_launch_attempt_count": 53,
            "pad_launch_attempt_count": 15,
            "agency_launch_attempt_count": 27,
            "orbital_launch_attempt_count_year": 95,
            "location_launch_attempt_count_year": 4,
            "pad_launch_attempt_count_year": 2,
            "agency_launch_attempt_count_year": 4,
            "type": "normal"
        },
        {
            "id": "88adc803-4126-471d-8be6-41e8c6b4cbe7",
            "url": "https://ll.thespacedevs.com/2.2.0/launch/88adc803-4126-471d-8be6-41e8c6b4cbe7/?format=api",
            "slug": "ariane-44l-sbs-6-galaxy-6",
            "name": "Ariane 44L | SBS 6 & Galaxy 6",
            "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:18Z",
            "net": "1990-10-12T22:58:18Z",
            "window_end": "1990-10-12T22:58:18Z",
            "window_start": "1990-10-12T22:58:18Z",
            "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": 6316,
                "configuration": {
                    "id": 225,
                    "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/225/?format=api",
                    "name": "Ariane 44L",
                    "family": "Ariane",
                    "full_name": "Ariane 44L",
                    "variant": "44L"
                }
            },
            "mission": {
                "id": 4706,
                "name": "SBS 6 & Galaxy 6",
                "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_44l_at_e_image_20240401082337.jpg",
            "infographic": null,
            "program": [],
            "orbital_launch_attempt_count": 3572,
            "location_launch_attempt_count": 48,
            "pad_launch_attempt_count": 14,
            "agency_launch_attempt_count": 38,
            "orbital_launch_attempt_count_year": 96,
            "location_launch_attempt_count_year": 5,
            "pad_launch_attempt_count_year": 5,
            "agency_launch_attempt_count_year": 5,
            "type": "normal"
        },
        {
            "id": "7ee44edb-30f6-4f4b-81f7-e5e39455368d",
            "url": "https://ll.thespacedevs.com/2.2.0/launch/7ee44edb-30f6-4f4b-81f7-e5e39455368d/?format=api",
            "slug": "soyuz-u-yantar-4k2-55",
            "name": "Soyuz U | Yantar-4K2 55",
            "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:19Z",
            "net": "1990-10-16T19:00:00Z",
            "window_end": "1990-10-16T19:00:00Z",
            "window_start": "1990-10-16T19: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": 6317,
                "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": 4707,
                "name": "Yantar-4K2 55",
                "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": 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": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/soyuz2520u_image_20190222031023.jpeg",
            "infographic": null,
            "program": [],
            "orbital_launch_attempt_count": 3573,
            "location_launch_attempt_count": 1335,
            "pad_launch_attempt_count": 91,
            "agency_launch_attempt_count": 2378,
            "orbital_launch_attempt_count_year": 97,
            "location_launch_attempt_count_year": 42,
            "pad_launch_attempt_count_year": 9,
            "agency_launch_attempt_count_year": 62,
            "type": "normal"
        },
        {
            "id": "7af5498b-35a9-4415-a60f-fa03afb00e89",
            "url": "https://ll.thespacedevs.com/2.2.0/launch/7af5498b-35a9-4415-a60f-fa03afb00e89/?format=api",
            "slug": "delta-6925-inmarsat-ii-f-1",
            "name": "Delta 6925 | INMARSAT II F-1",
            "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-14T17:42:54Z",
            "net": "1990-10-30T23:16:00Z",
            "window_end": "1990-10-30T23:16:00Z",
            "window_start": "1990-10-30T23:16:00Z",
            "net_precision": null,
            "probability": null,
            "weather_concerns": null,
            "holdreason": "",
            "failreason": null,
            "hashtag": null,
            "launch_service_provider": {
                "id": 161,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/161/?format=api",
                "name": "United States Air Force",
                "type": "Government"
            },
            "rocket": {
                "id": 6318,
                "configuration": {
                    "id": 300,
                    "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/300/?format=api",
                    "name": "Delta II",
                    "family": "Delta",
                    "full_name": "Delta II 6925",
                    "variant": "6925"
                }
            },
            "mission": {
                "id": 4708,
                "name": "INMARSAT II F-1",
                "description": "Geostationary communications satellite",
                "launch_designator": null,
                "type": "Communications",
                "orbit": {
                    "id": 1,
                    "name": "Geostationary Orbit",
                    "abbrev": "Direct-GEO"
                },
                "agencies": [],
                "info_urls": [],
                "vid_urls": []
            },
            "pad": {
                "id": 1,
                "url": "https://ll.thespacedevs.com/2.2.0/pad/1/?format=api",
                "agency_id": null,
                "name": "Space Launch Complex 17B",
                "description": "",
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/Cape_Canaveral_Space_Launch_Complex_17",
                "map_url": "https://www.google.com/maps?q=28.4458,-80.5657",
                "latitude": "28.4458",
                "longitude": "-80.5657",
                "location": {
                    "id": 12,
                    "url": "https://ll.thespacedevs.com/2.2.0/location/12/?format=api",
                    "name": "Cape Canaveral SFS, FL, USA",
                    "country_code": "USA",
                    "description": "Cape Canaveral Space Force Station (CCSFS) is an installation of the United States Space Force's Space Launch Delta 45, located on Cape Canaveral in Brevard County, Florida.",
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_12_20200803142519.jpg",
                    "timezone_name": "America/New_York",
                    "total_launch_count": 1021,
                    "total_landing_count": 64
                },
                "country_code": "USA",
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_1_20200803143208.jpg",
                "total_launch_count": 132,
                "orbital_launch_attempt_count": 132
            },
            "webcast_live": false,
            "image": null,
            "infographic": null,
            "program": [],
            "orbital_launch_attempt_count": 3574,
            "location_launch_attempt_count": 440,
            "pad_launch_attempt_count": 84,
            "agency_launch_attempt_count": 889,
            "orbital_launch_attempt_count_year": 98,
            "location_launch_attempt_count_year": 15,
            "pad_launch_attempt_count_year": 5,
            "agency_launch_attempt_count_year": 13,
            "type": "normal"
        }
    ]
}