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

{
    "count": 7501,
    "next": "https://ll.thespacedevs.com/2.2.0/launch/?format=api&limit=10&offset=3360&ordering=name",
    "previous": "https://ll.thespacedevs.com/2.2.0/launch/?format=api&limit=10&offset=3340&ordering=name",
    "results": [
        {
            "id": "23eb5281-999f-4571-b9be-82d0ed35af42",
            "url": "https://ll.thespacedevs.com/2.2.0/launch/23eb5281-999f-4571-b9be-82d0ed35af42/?format=api",
            "slug": "minotaur-c-taurus-xl-glory",
            "name": "Minotaur-C (Taurus XL) | Glory",
            "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-14T03:32:49Z",
            "net": "2011-03-04T10:09:43Z",
            "window_end": "2011-03-04T10:09:43Z",
            "window_start": "2011-03-04T10:09:43Z",
            "net_precision": null,
            "probability": -1,
            "weather_concerns": null,
            "holdreason": "",
            "failreason": null,
            "hashtag": null,
            "launch_service_provider": {
                "id": 100,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/100/?format=api",
                "name": "Orbital Sciences Corporation",
                "type": "Commercial"
            },
            "rocket": {
                "id": 1514,
                "configuration": {
                    "id": 82,
                    "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/82/?format=api",
                    "name": "Minotaur",
                    "family": "Minotaur",
                    "full_name": "Minotaur C",
                    "variant": "C"
                }
            },
            "mission": null,
            "pad": {
                "id": 8,
                "url": "https://ll.thespacedevs.com/2.2.0/pad/8/?format=api",
                "agency_id": 161,
                "name": "Space Launch Complex 8",
                "description": "Space Launch Complex 8 (SLC-8), is a launch pad at Vandenberg Space Force Base in California, United States. It is used by Minotaur rockets. It was originally part of the California Spaceport, and was known as the Commercial Launch Facility (CLF) or Space Launch Facility (SLF).",
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/Vandenberg_Space_Launch_Complex_8",
                "map_url": "https://www.google.com/maps?q=34.57635,-120.63245",
                "latitude": "34.57635",
                "longitude": "-120.63245",
                "location": {
                    "id": 11,
                    "url": "https://ll.thespacedevs.com/2.2.0/location/11/?format=api",
                    "name": "Vandenberg SFB, CA, USA",
                    "country_code": "USA",
                    "description": "Vandenberg Space Force Base is a United States Space Force Base in Santa Barbara County, California. Established in 1941, Vandenberg Space Force Base is a space launch base, launching spacecraft from the Western Range, and also performs missile testing. The United States Space Force's Space Launch Delta 30 serves as the host delta for the base, equivalent to an Air Force air base wing. In addition to its military space launch mission, Vandenberg Space Force Base also hosts space launches for civil and commercial space entities, such as NASA and SpaceX.",
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_11_20200803142416.jpg",
                    "timezone_name": "America/Los_Angeles",
                    "total_launch_count": 806,
                    "total_landing_count": 26
                },
                "country_code": "USA",
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_8_20200803143300.jpg",
                "total_launch_count": 9,
                "orbital_launch_attempt_count": 9
            },
            "webcast_live": false,
            "image": null,
            "infographic": null,
            "program": [],
            "orbital_launch_attempt_count": 5116,
            "location_launch_attempt_count": 647,
            "pad_launch_attempt_count": 8,
            "agency_launch_attempt_count": 61,
            "orbital_launch_attempt_count_year": 5116,
            "location_launch_attempt_count_year": 3,
            "pad_launch_attempt_count_year": 2,
            "agency_launch_attempt_count_year": 2,
            "type": "normal"
        },
        {
            "id": "b8aa6310-3f7f-4232-9fa9-bf25b6abc565",
            "url": "https://ll.thespacedevs.com/2.2.0/launch/b8aa6310-3f7f-4232-9fa9-bf25b6abc565/?format=api",
            "slug": "minotaur-i-cosmic-1-6",
            "name": "Minotaur I | COSMIC 1-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-14T03:32:50Z",
            "net": "2006-04-15T01:40:00Z",
            "window_end": "2006-04-15T01:40:00Z",
            "window_start": "2006-04-15T01:40:00Z",
            "net_precision": null,
            "probability": null,
            "weather_concerns": null,
            "holdreason": "",
            "failreason": null,
            "hashtag": null,
            "launch_service_provider": {
                "id": 100,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/100/?format=api",
                "name": "Orbital Sciences Corporation",
                "type": "Commercial"
            },
            "rocket": {
                "id": 7261,
                "configuration": {
                    "id": 175,
                    "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/175/?format=api",
                    "name": "Minotaur I",
                    "family": "Minotaur",
                    "full_name": "Minotaur I",
                    "variant": ""
                }
            },
            "mission": {
                "id": 5650,
                "name": "COSMIC 1-6",
                "description": "In early 2001, the National Space Program Office (NSPO) of Taiwan, Republic of China, selected Orbital for a $56 million contract for the ROCSAT-3/COSMIC (Republic of China Satellite / Constellation Observing System for Meteorology, Ionosphere and Climate) program. ROCSAT was renamed FORMOSAT in December 2004. The FORMOSAT-3/COSMIC program is an international collaboration between Taiwan and the United States that will use a constellation of six remote sensing microsatellites to collect atmospheric data for weather prediction and for ionosphere, climate and gravity research. Data from the satellites will be made freely available to the international scientific community in near real-time.",
                "launch_designator": null,
                "type": "Earth Science",
                "orbit": {
                    "id": 8,
                    "name": "Low Earth Orbit",
                    "abbrev": "LEO"
                },
                "agencies": [],
                "info_urls": [],
                "vid_urls": []
            },
            "pad": {
                "id": 8,
                "url": "https://ll.thespacedevs.com/2.2.0/pad/8/?format=api",
                "agency_id": 161,
                "name": "Space Launch Complex 8",
                "description": "Space Launch Complex 8 (SLC-8), is a launch pad at Vandenberg Space Force Base in California, United States. It is used by Minotaur rockets. It was originally part of the California Spaceport, and was known as the Commercial Launch Facility (CLF) or Space Launch Facility (SLF).",
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/Vandenberg_Space_Launch_Complex_8",
                "map_url": "https://www.google.com/maps?q=34.57635,-120.63245",
                "latitude": "34.57635",
                "longitude": "-120.63245",
                "location": {
                    "id": 11,
                    "url": "https://ll.thespacedevs.com/2.2.0/location/11/?format=api",
                    "name": "Vandenberg SFB, CA, USA",
                    "country_code": "USA",
                    "description": "Vandenberg Space Force Base is a United States Space Force Base in Santa Barbara County, California. Established in 1941, Vandenberg Space Force Base is a space launch base, launching spacecraft from the Western Range, and also performs missile testing. The United States Space Force's Space Launch Delta 30 serves as the host delta for the base, equivalent to an Air Force air base wing. In addition to its military space launch mission, Vandenberg Space Force Base also hosts space launches for civil and commercial space entities, such as NASA and SpaceX.",
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_11_20200803142416.jpg",
                    "timezone_name": "America/Los_Angeles",
                    "total_launch_count": 806,
                    "total_landing_count": 26
                },
                "country_code": "USA",
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_8_20200803143300.jpg",
                "total_launch_count": 9,
                "orbital_launch_attempt_count": 9
            },
            "webcast_live": false,
            "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/minotaur2520i_image_20190224012247.jpeg",
            "infographic": null,
            "program": [],
            "orbital_launch_attempt_count": 4763,
            "location_launch_attempt_count": 624,
            "pad_launch_attempt_count": 5,
            "agency_launch_attempt_count": 50,
            "orbital_launch_attempt_count_year": 13,
            "location_launch_attempt_count_year": 1,
            "pad_launch_attempt_count_year": 1,
            "agency_launch_attempt_count_year": 3,
            "type": "normal"
        },
        {
            "id": "221509f8-3faa-4b05-ac7f-94165f6c57b6",
            "url": "https://ll.thespacedevs.com/2.2.0/launch/221509f8-3faa-4b05-ac7f-94165f6c57b6/?format=api",
            "slug": "minotaur-i-jawsat-falconsat-1",
            "name": "Minotaur I | JAWSAT & FalconSat 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-14T03:32:49Z",
            "net": "2000-01-27T03:03:06Z",
            "window_end": "2000-01-27T03:03:06Z",
            "window_start": "2000-01-27T03:03:06Z",
            "net_precision": null,
            "probability": null,
            "weather_concerns": null,
            "holdreason": "",
            "failreason": null,
            "hashtag": null,
            "launch_service_provider": {
                "id": 100,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/100/?format=api",
                "name": "Orbital Sciences Corporation",
                "type": "Commercial"
            },
            "rocket": {
                "id": 6967,
                "configuration": {
                    "id": 175,
                    "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/175/?format=api",
                    "name": "Minotaur I",
                    "family": "Minotaur",
                    "full_name": "Minotaur I",
                    "variant": ""
                }
            },
            "mission": {
                "id": 5356,
                "name": "JAWSAT & FalconSat 1",
                "description": "The JAWSAT (Joint Air Force Academy / Weber State University Satellite) project was developed by students working alongside aerospace professionals. Initially designed with a pulsed-plasma thruster to train Air Force Academy cadets (see JAWSAT), the mission has since evolved to include the efforts of several universities, local aerospace companies, the Air Force Academy, the Air Force Research Laboratory, and NASA. Utilizing breakthrough technologies, JAWSAT deployed four satellites when it reached orbit. The onboard imaging system recorded the deployment of each payload with its six digital cameras. The first free-flying Academy satellite, FalconSat-1 carried the CHAWS (Charging Hazards and Wake Studies) experiment developed by the Physics Department at the Academy.",
                "launch_designator": null,
                "type": "Test Flight",
                "orbit": {
                    "id": 8,
                    "name": "Low Earth Orbit",
                    "abbrev": "LEO"
                },
                "agencies": [],
                "info_urls": [],
                "vid_urls": []
            },
            "pad": {
                "id": 8,
                "url": "https://ll.thespacedevs.com/2.2.0/pad/8/?format=api",
                "agency_id": 161,
                "name": "Space Launch Complex 8",
                "description": "Space Launch Complex 8 (SLC-8), is a launch pad at Vandenberg Space Force Base in California, United States. It is used by Minotaur rockets. It was originally part of the California Spaceport, and was known as the Commercial Launch Facility (CLF) or Space Launch Facility (SLF).",
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/Vandenberg_Space_Launch_Complex_8",
                "map_url": "https://www.google.com/maps?q=34.57635,-120.63245",
                "latitude": "34.57635",
                "longitude": "-120.63245",
                "location": {
                    "id": 11,
                    "url": "https://ll.thespacedevs.com/2.2.0/location/11/?format=api",
                    "name": "Vandenberg SFB, CA, USA",
                    "country_code": "USA",
                    "description": "Vandenberg Space Force Base is a United States Space Force Base in Santa Barbara County, California. Established in 1941, Vandenberg Space Force Base is a space launch base, launching spacecraft from the Western Range, and also performs missile testing. The United States Space Force's Space Launch Delta 30 serves as the host delta for the base, equivalent to an Air Force air base wing. In addition to its military space launch mission, Vandenberg Space Force Base also hosts space launches for civil and commercial space entities, such as NASA and SpaceX.",
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_11_20200803142416.jpg",
                    "timezone_name": "America/Los_Angeles",
                    "total_launch_count": 806,
                    "total_landing_count": 26
                },
                "country_code": "USA",
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_8_20200803143300.jpg",
                "total_launch_count": 9,
                "orbital_launch_attempt_count": 9
            },
            "webcast_live": false,
            "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/minotaur2520i_image_20190224012247.jpeg",
            "infographic": null,
            "program": [],
            "orbital_launch_attempt_count": 4371,
            "location_launch_attempt_count": 598,
            "pad_launch_attempt_count": 1,
            "agency_launch_attempt_count": 33,
            "orbital_launch_attempt_count_year": 4,
            "location_launch_attempt_count_year": 1,
            "pad_launch_attempt_count_year": 1,
            "agency_launch_attempt_count_year": 1,
            "type": "normal"
        },
        {
            "id": "6e01bbea-7a79-4412-b145-137773515e99",
            "url": "https://ll.thespacedevs.com/2.2.0/launch/6e01bbea-7a79-4412-b145-137773515e99/?format=api",
            "slug": "minotaur-i-nfire",
            "name": "Minotaur I | NFIRE",
            "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:54:49Z",
            "net": "2007-04-24T06:48:00Z",
            "window_end": "2007-04-24T06:48:00Z",
            "window_start": "2007-04-24T06:48:00Z",
            "net_precision": null,
            "probability": null,
            "weather_concerns": null,
            "holdreason": "",
            "failreason": null,
            "hashtag": null,
            "launch_service_provider": {
                "id": 100,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/100/?format=api",
                "name": "Orbital Sciences Corporation",
                "type": "Commercial"
            },
            "rocket": {
                "id": 7312,
                "configuration": {
                    "id": 175,
                    "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/175/?format=api",
                    "name": "Minotaur I",
                    "family": "Minotaur",
                    "full_name": "Minotaur I",
                    "variant": ""
                }
            },
            "mission": {
                "id": 5701,
                "name": "NFIRE",
                "description": "American experimental satellite designed to distinguish a missile's plume and the rocket itself",
                "launch_designator": null,
                "type": "Technology",
                "orbit": {
                    "id": 8,
                    "name": "Low Earth Orbit",
                    "abbrev": "LEO"
                },
                "agencies": [],
                "info_urls": [],
                "vid_urls": []
            },
            "pad": {
                "id": 56,
                "url": "https://ll.thespacedevs.com/2.2.0/pad/56/?format=api",
                "agency_id": 44,
                "name": "Launch Area 0 B",
                "description": "LP-0B became operational in 1999,and was subsequently upgraded in 2003 with the construction of a mobile service tower, which was completed in 2004. It is active, and is currently used by Northrop Grumman Minotaur rockets. The first launch from LP-0B was of a Minotaur I in December 2006, and was the first launch from the Mid-Atlantic Regional Spaceport.",
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/Mid-Atlantic_Regional_Spaceport_Launch_Pad_0#Pad-0B",
                "map_url": "https://www.google.com/maps?q=37.831,-75.4911",
                "latitude": "37.831",
                "longitude": "-75.4911",
                "location": {
                    "id": 21,
                    "url": "https://ll.thespacedevs.com/2.2.0/location/21/?format=api",
                    "name": "Wallops Flight Facility, Virginia, USA",
                    "country_code": "USA",
                    "description": "Wallops Flight Facility is a rocket launch site on Wallops Island on the Eastern Shore of Virginia, United States, just east of the Delmarva Peninsula and north-northeast of Norfolk. The facility is operated by the Goddard Space Flight Center in Greenbelt, Maryland, and primarily serves to support science and exploration missions for NASA and other federal agencies. WFF includes an extensively instrumented range to support launches of more than a dozen types of sounding rockets; small expendable suborbital and orbital rockets; high-altitude balloon flights carrying scientific instruments for atmospheric and astronomical research; and, using its Research Airport, flight tests of aeronautical research aircraft, including uncrewed aerial vehicles.",
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_21_20200803142423.jpg",
                    "timezone_name": "America/New_York",
                    "total_launch_count": 80,
                    "total_landing_count": 0
                },
                "country_code": "USA",
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_56_20200803143541.jpg",
                "total_launch_count": 8,
                "orbital_launch_attempt_count": 8
            },
            "webcast_live": false,
            "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/minotaur2520i_image_20190224012247.jpeg",
            "infographic": null,
            "program": [],
            "orbital_launch_attempt_count": 4833,
            "location_launch_attempt_count": 50,
            "pad_launch_attempt_count": 2,
            "agency_launch_attempt_count": 52,
            "orbital_launch_attempt_count_year": 16,
            "location_launch_attempt_count_year": 1,
            "pad_launch_attempt_count_year": 1,
            "agency_launch_attempt_count_year": 1,
            "type": "normal"
        },
        {
            "id": "ba1331d1-2009-4083-80d9-ed654c05ad74",
            "url": "https://ll.thespacedevs.com/2.2.0/launch/ba1331d1-2009-4083-80d9-ed654c05ad74/?format=api",
            "slug": "minotaur-i-nrol-111",
            "name": "Minotaur I | NROL-111",
            "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:54:50Z",
            "net": "2021-06-15T13:35:00Z",
            "window_end": "2021-06-15T15:30:00Z",
            "window_start": "2021-06-15T10:30:00Z",
            "net_precision": null,
            "probability": -1,
            "weather_concerns": null,
            "holdreason": "",
            "failreason": "",
            "hashtag": null,
            "launch_service_provider": {
                "id": 257,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/257/?format=api",
                "name": "Northrop Grumman Space Systems",
                "type": "Commercial"
            },
            "rocket": {
                "id": 98,
                "configuration": {
                    "id": 175,
                    "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/175/?format=api",
                    "name": "Minotaur I",
                    "family": "Minotaur",
                    "full_name": "Minotaur I",
                    "variant": ""
                }
            },
            "mission": {
                "id": 426,
                "name": "NROL-111",
                "description": "Classified payload for the U.S. National Reconnaissance Office.",
                "launch_designator": null,
                "type": "Government/Top Secret",
                "orbit": {
                    "id": 8,
                    "name": "Low Earth Orbit",
                    "abbrev": "LEO"
                },
                "agencies": [],
                "info_urls": [],
                "vid_urls": []
            },
            "pad": {
                "id": 56,
                "url": "https://ll.thespacedevs.com/2.2.0/pad/56/?format=api",
                "agency_id": 44,
                "name": "Launch Area 0 B",
                "description": "LP-0B became operational in 1999,and was subsequently upgraded in 2003 with the construction of a mobile service tower, which was completed in 2004. It is active, and is currently used by Northrop Grumman Minotaur rockets. The first launch from LP-0B was of a Minotaur I in December 2006, and was the first launch from the Mid-Atlantic Regional Spaceport.",
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/Mid-Atlantic_Regional_Spaceport_Launch_Pad_0#Pad-0B",
                "map_url": "https://www.google.com/maps?q=37.831,-75.4911",
                "latitude": "37.831",
                "longitude": "-75.4911",
                "location": {
                    "id": 21,
                    "url": "https://ll.thespacedevs.com/2.2.0/location/21/?format=api",
                    "name": "Wallops Flight Facility, Virginia, USA",
                    "country_code": "USA",
                    "description": "Wallops Flight Facility is a rocket launch site on Wallops Island on the Eastern Shore of Virginia, United States, just east of the Delmarva Peninsula and north-northeast of Norfolk. The facility is operated by the Goddard Space Flight Center in Greenbelt, Maryland, and primarily serves to support science and exploration missions for NASA and other federal agencies. WFF includes an extensively instrumented range to support launches of more than a dozen types of sounding rockets; small expendable suborbital and orbital rockets; high-altitude balloon flights carrying scientific instruments for atmospheric and astronomical research; and, using its Research Airport, flight tests of aeronautical research aircraft, including uncrewed aerial vehicles.",
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_21_20200803142423.jpg",
                    "timezone_name": "America/New_York",
                    "total_launch_count": 80,
                    "total_landing_count": 0
                },
                "country_code": "USA",
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_56_20200803143541.jpg",
                "total_launch_count": 8,
                "orbital_launch_attempt_count": 8
            },
            "webcast_live": false,
            "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/minotaur2520i_image_20190224012247.jpeg",
            "infographic": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/infographic_images/minotaur2520i_infographic_20210615033109.jpeg",
            "program": [],
            "orbital_launch_attempt_count": 6092,
            "location_launch_attempt_count": 70,
            "pad_launch_attempt_count": 8,
            "agency_launch_attempt_count": 10,
            "orbital_launch_attempt_count_year": 55,
            "location_launch_attempt_count_year": 2,
            "pad_launch_attempt_count_year": 1,
            "agency_launch_attempt_count_year": 3,
            "type": "normal"
        },
        {
            "id": "1d81c61e-4583-44d8-b3f3-26e69b69145a",
            "url": "https://ll.thespacedevs.com/2.2.0/launch/1d81c61e-4583-44d8-b3f3-26e69b69145a/?format=api",
            "slug": "minotaur-i-nrol-66-rpp-usa-225",
            "name": "Minotaur I | NROL-66 (RPP) (USA-225)",
            "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:32:49Z",
            "net": "2011-02-06T12:26:00Z",
            "window_end": "2011-02-06T12:26:00Z",
            "window_start": "2011-02-06T12:26:00Z",
            "net_precision": null,
            "probability": -1,
            "weather_concerns": null,
            "holdreason": "",
            "failreason": null,
            "hashtag": null,
            "launch_service_provider": {
                "id": 100,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/100/?format=api",
                "name": "Orbital Sciences Corporation",
                "type": "Commercial"
            },
            "rocket": {
                "id": 1511,
                "configuration": {
                    "id": 175,
                    "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/175/?format=api",
                    "name": "Minotaur I",
                    "family": "Minotaur",
                    "full_name": "Minotaur I",
                    "variant": ""
                }
            },
            "mission": {
                "id": 410,
                "name": "NROL-66 (RPP) (USA-225)",
                "description": "USA-225, also known as the Rapid Pathfinder Prototype (RPP) and NRO Launch 66 (NROL-66), is an American satellite which was launched in 2011. The satellite is being used to perform technology demonstration and development experiments, including advanced dosimeters to characterize the space environment from a 1,200 kilometer low Earth orbit. It is operated by the United States National Reconnaissance Office.",
                "launch_designator": null,
                "type": "Government/Top Secret",
                "orbit": {
                    "id": 8,
                    "name": "Low Earth Orbit",
                    "abbrev": "LEO"
                },
                "agencies": [],
                "info_urls": [],
                "vid_urls": []
            },
            "pad": {
                "id": 8,
                "url": "https://ll.thespacedevs.com/2.2.0/pad/8/?format=api",
                "agency_id": 161,
                "name": "Space Launch Complex 8",
                "description": "Space Launch Complex 8 (SLC-8), is a launch pad at Vandenberg Space Force Base in California, United States. It is used by Minotaur rockets. It was originally part of the California Spaceport, and was known as the Commercial Launch Facility (CLF) or Space Launch Facility (SLF).",
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/Vandenberg_Space_Launch_Complex_8",
                "map_url": "https://www.google.com/maps?q=34.57635,-120.63245",
                "latitude": "34.57635",
                "longitude": "-120.63245",
                "location": {
                    "id": 11,
                    "url": "https://ll.thespacedevs.com/2.2.0/location/11/?format=api",
                    "name": "Vandenberg SFB, CA, USA",
                    "country_code": "USA",
                    "description": "Vandenberg Space Force Base is a United States Space Force Base in Santa Barbara County, California. Established in 1941, Vandenberg Space Force Base is a space launch base, launching spacecraft from the Western Range, and also performs missile testing. The United States Space Force's Space Launch Delta 30 serves as the host delta for the base, equivalent to an Air Force air base wing. In addition to its military space launch mission, Vandenberg Space Force Base also hosts space launches for civil and commercial space entities, such as NASA and SpaceX.",
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_11_20200803142416.jpg",
                    "timezone_name": "America/Los_Angeles",
                    "total_launch_count": 806,
                    "total_landing_count": 26
                },
                "country_code": "USA",
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_8_20200803143300.jpg",
                "total_launch_count": 9,
                "orbital_launch_attempt_count": 9
            },
            "webcast_live": false,
            "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/minotaur2520i_image_20190224012247.jpeg",
            "infographic": null,
            "program": [],
            "orbital_launch_attempt_count": 5112,
            "location_launch_attempt_count": 646,
            "pad_launch_attempt_count": 7,
            "agency_launch_attempt_count": 60,
            "orbital_launch_attempt_count_year": 6,
            "location_launch_attempt_count_year": 2,
            "pad_launch_attempt_count_year": 1,
            "agency_launch_attempt_count_year": 1,
            "type": "normal"
        },
        {
            "id": "23bf399a-fae9-412b-affc-9d165dbd69c0",
            "url": "https://ll.thespacedevs.com/2.2.0/launch/23bf399a-fae9-412b-affc-9d165dbd69c0/?format=api",
            "slug": "minotaur-i-ors-1-usa-231",
            "name": "Minotaur I | ORS-1 (USA-231)",
            "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:54:49Z",
            "net": "2011-06-30T03:09:00Z",
            "window_end": "2011-06-30T03:09:00Z",
            "window_start": "2011-06-30T03:09:00Z",
            "net_precision": null,
            "probability": -1,
            "weather_concerns": null,
            "holdreason": "",
            "failreason": null,
            "hashtag": null,
            "launch_service_provider": {
                "id": 100,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/100/?format=api",
                "name": "Orbital Sciences Corporation",
                "type": "Commercial"
            },
            "rocket": {
                "id": 1532,
                "configuration": {
                    "id": 175,
                    "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/175/?format=api",
                    "name": "Minotaur I",
                    "family": "Minotaur",
                    "full_name": "Minotaur I",
                    "variant": ""
                }
            },
            "mission": {
                "id": 406,
                "name": "ORS-1 (USA-231)",
                "description": "ORS-1 satellite is designed to provide orbital space imagery of Southwest Asia and to enhance battlespace awareness to operational field commanders.",
                "launch_designator": null,
                "type": "Government/Top Secret",
                "orbit": {
                    "id": 8,
                    "name": "Low Earth Orbit",
                    "abbrev": "LEO"
                },
                "agencies": [],
                "info_urls": [],
                "vid_urls": []
            },
            "pad": {
                "id": 56,
                "url": "https://ll.thespacedevs.com/2.2.0/pad/56/?format=api",
                "agency_id": 44,
                "name": "Launch Area 0 B",
                "description": "LP-0B became operational in 1999,and was subsequently upgraded in 2003 with the construction of a mobile service tower, which was completed in 2004. It is active, and is currently used by Northrop Grumman Minotaur rockets. The first launch from LP-0B was of a Minotaur I in December 2006, and was the first launch from the Mid-Atlantic Regional Spaceport.",
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/Mid-Atlantic_Regional_Spaceport_Launch_Pad_0#Pad-0B",
                "map_url": "https://www.google.com/maps?q=37.831,-75.4911",
                "latitude": "37.831",
                "longitude": "-75.4911",
                "location": {
                    "id": 21,
                    "url": "https://ll.thespacedevs.com/2.2.0/location/21/?format=api",
                    "name": "Wallops Flight Facility, Virginia, USA",
                    "country_code": "USA",
                    "description": "Wallops Flight Facility is a rocket launch site on Wallops Island on the Eastern Shore of Virginia, United States, just east of the Delmarva Peninsula and north-northeast of Norfolk. The facility is operated by the Goddard Space Flight Center in Greenbelt, Maryland, and primarily serves to support science and exploration missions for NASA and other federal agencies. WFF includes an extensively instrumented range to support launches of more than a dozen types of sounding rockets; small expendable suborbital and orbital rockets; high-altitude balloon flights carrying scientific instruments for atmospheric and astronomical research; and, using its Research Airport, flight tests of aeronautical research aircraft, including uncrewed aerial vehicles.",
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_21_20200803142423.jpg",
                    "timezone_name": "America/New_York",
                    "total_launch_count": 80,
                    "total_landing_count": 0
                },
                "country_code": "USA",
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_56_20200803143541.jpg",
                "total_launch_count": 8,
                "orbital_launch_attempt_count": 8
            },
            "webcast_live": false,
            "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/minotaur2520i_image_20190224012247.jpeg",
            "infographic": null,
            "program": [],
            "orbital_launch_attempt_count": 5136,
            "location_launch_attempt_count": 52,
            "pad_launch_attempt_count": 4,
            "agency_launch_attempt_count": 62,
            "orbital_launch_attempt_count_year": 30,
            "location_launch_attempt_count_year": 1,
            "pad_launch_attempt_count_year": 1,
            "agency_launch_attempt_count_year": 3,
            "type": "normal"
        },
        {
            "id": "4d5e3c6b-f8a5-49b7-b767-9edec1e3379a",
            "url": "https://ll.thespacedevs.com/2.2.0/launch/4d5e3c6b-f8a5-49b7-b767-9edec1e3379a/?format=api",
            "slug": "minotaur-i-ors-3",
            "name": "Minotaur I | ORS-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-06-14T03:54:50Z",
            "net": "2013-11-20T01:15:00Z",
            "window_end": "2013-11-20T01:15:00Z",
            "window_start": "2013-11-20T01:15:00Z",
            "net_precision": null,
            "probability": -1,
            "weather_concerns": null,
            "holdreason": "",
            "failreason": null,
            "hashtag": null,
            "launch_service_provider": {
                "id": 100,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/100/?format=api",
                "name": "Orbital Sciences Corporation",
                "type": "Commercial"
            },
            "rocket": {
                "id": 1716,
                "configuration": {
                    "id": 175,
                    "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/175/?format=api",
                    "name": "Minotaur I",
                    "family": "Minotaur",
                    "full_name": "Minotaur I",
                    "variant": ""
                }
            },
            "mission": {
                "id": 4,
                "name": "ORS 3 and STPSat 3",
                "description": "ORS 3 tracks rockets from orbit and can terminate, STPSat3 will host military experiments",
                "launch_designator": null,
                "type": "Government/Top Secret",
                "orbit": {
                    "id": 8,
                    "name": "Low Earth Orbit",
                    "abbrev": "LEO"
                },
                "agencies": [],
                "info_urls": [],
                "vid_urls": []
            },
            "pad": {
                "id": 56,
                "url": "https://ll.thespacedevs.com/2.2.0/pad/56/?format=api",
                "agency_id": 44,
                "name": "Launch Area 0 B",
                "description": "LP-0B became operational in 1999,and was subsequently upgraded in 2003 with the construction of a mobile service tower, which was completed in 2004. It is active, and is currently used by Northrop Grumman Minotaur rockets. The first launch from LP-0B was of a Minotaur I in December 2006, and was the first launch from the Mid-Atlantic Regional Spaceport.",
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/Mid-Atlantic_Regional_Spaceport_Launch_Pad_0#Pad-0B",
                "map_url": "https://www.google.com/maps?q=37.831,-75.4911",
                "latitude": "37.831",
                "longitude": "-75.4911",
                "location": {
                    "id": 21,
                    "url": "https://ll.thespacedevs.com/2.2.0/location/21/?format=api",
                    "name": "Wallops Flight Facility, Virginia, USA",
                    "country_code": "USA",
                    "description": "Wallops Flight Facility is a rocket launch site on Wallops Island on the Eastern Shore of Virginia, United States, just east of the Delmarva Peninsula and north-northeast of Norfolk. The facility is operated by the Goddard Space Flight Center in Greenbelt, Maryland, and primarily serves to support science and exploration missions for NASA and other federal agencies. WFF includes an extensively instrumented range to support launches of more than a dozen types of sounding rockets; small expendable suborbital and orbital rockets; high-altitude balloon flights carrying scientific instruments for atmospheric and astronomical research; and, using its Research Airport, flight tests of aeronautical research aircraft, including uncrewed aerial vehicles.",
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_21_20200803142423.jpg",
                    "timezone_name": "America/New_York",
                    "total_launch_count": 80,
                    "total_landing_count": 0
                },
                "country_code": "USA",
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_56_20200803143541.jpg",
                "total_launch_count": 8,
                "orbital_launch_attempt_count": 8
            },
            "webcast_live": false,
            "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/minotaur2520i_image_20190224012247.jpeg",
            "infographic": null,
            "program": [],
            "orbital_launch_attempt_count": 5334,
            "location_launch_attempt_count": 56,
            "pad_launch_attempt_count": 6,
            "agency_launch_attempt_count": 69,
            "orbital_launch_attempt_count_year": 66,
            "location_launch_attempt_count_year": 4,
            "pad_launch_attempt_count_year": 2,
            "agency_launch_attempt_count_year": 5,
            "type": "normal"
        },
        {
            "id": "2d0e379c-9997-46da-a0c0-dcabad7c5d5c",
            "url": "https://ll.thespacedevs.com/2.2.0/launch/2d0e379c-9997-46da-a0c0-dcabad7c5d5c/?format=api",
            "slug": "minotaur-i-sindri",
            "name": "Minotaur I | Sindri",
            "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:32:49Z",
            "net": "2000-07-19T20:09:00Z",
            "window_end": "2000-07-19T20:09:00Z",
            "window_start": "2000-07-19T20:09:00Z",
            "net_precision": null,
            "probability": null,
            "weather_concerns": null,
            "holdreason": "",
            "failreason": null,
            "hashtag": null,
            "launch_service_provider": {
                "id": 100,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/100/?format=api",
                "name": "Orbital Sciences Corporation",
                "type": "Commercial"
            },
            "rocket": {
                "id": 7000,
                "configuration": {
                    "id": 175,
                    "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/175/?format=api",
                    "name": "Minotaur I",
                    "family": "Minotaur",
                    "full_name": "Minotaur I",
                    "variant": ""
                }
            },
            "mission": {
                "id": 5389,
                "name": "Sindri",
                "description": "Mightysat 2.1 (meaning first flight of the series-2 version) is an military minisatellite to test / demonstrate components for future utilization. The 130 kg spacecraft carries two kinds of hardware for tests.",
                "launch_designator": null,
                "type": "Test Flight",
                "orbit": {
                    "id": 13,
                    "name": "Polar Orbit",
                    "abbrev": "PO"
                },
                "agencies": [],
                "info_urls": [],
                "vid_urls": []
            },
            "pad": {
                "id": 8,
                "url": "https://ll.thespacedevs.com/2.2.0/pad/8/?format=api",
                "agency_id": 161,
                "name": "Space Launch Complex 8",
                "description": "Space Launch Complex 8 (SLC-8), is a launch pad at Vandenberg Space Force Base in California, United States. It is used by Minotaur rockets. It was originally part of the California Spaceport, and was known as the Commercial Launch Facility (CLF) or Space Launch Facility (SLF).",
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/Vandenberg_Space_Launch_Complex_8",
                "map_url": "https://www.google.com/maps?q=34.57635,-120.63245",
                "latitude": "34.57635",
                "longitude": "-120.63245",
                "location": {
                    "id": 11,
                    "url": "https://ll.thespacedevs.com/2.2.0/location/11/?format=api",
                    "name": "Vandenberg SFB, CA, USA",
                    "country_code": "USA",
                    "description": "Vandenberg Space Force Base is a United States Space Force Base in Santa Barbara County, California. Established in 1941, Vandenberg Space Force Base is a space launch base, launching spacecraft from the Western Range, and also performs missile testing. The United States Space Force's Space Launch Delta 30 serves as the host delta for the base, equivalent to an Air Force air base wing. In addition to its military space launch mission, Vandenberg Space Force Base also hosts space launches for civil and commercial space entities, such as NASA and SpaceX.",
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_11_20200803142416.jpg",
                    "timezone_name": "America/Los_Angeles",
                    "total_launch_count": 806,
                    "total_landing_count": 26
                },
                "country_code": "USA",
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_8_20200803143300.jpg",
                "total_launch_count": 9,
                "orbital_launch_attempt_count": 9
            },
            "webcast_live": false,
            "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/minotaur2520i_image_20190224012247.jpeg",
            "infographic": null,
            "program": [],
            "orbital_launch_attempt_count": 4411,
            "location_launch_attempt_count": 601,
            "pad_launch_attempt_count": 2,
            "agency_launch_attempt_count": 36,
            "orbital_launch_attempt_count_year": 44,
            "location_launch_attempt_count_year": 4,
            "pad_launch_attempt_count_year": 2,
            "agency_launch_attempt_count_year": 4,
            "type": "normal"
        },
        {
            "id": "ceb09a96-193d-47e0-aff8-b5d80bc7ce3c",
            "url": "https://ll.thespacedevs.com/2.2.0/launch/ceb09a96-193d-47e0-aff8-b5d80bc7ce3c/?format=api",
            "slug": "minotaur-i-stp-r1",
            "name": "Minotaur I | STP-R1",
            "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:32:50Z",
            "net": "2005-09-23T02:24:29Z",
            "window_end": "2005-09-23T02:24:29Z",
            "window_start": "2005-09-23T02:24:29Z",
            "net_precision": null,
            "probability": null,
            "weather_concerns": null,
            "holdreason": "",
            "failreason": null,
            "hashtag": null,
            "launch_service_provider": {
                "id": 100,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/100/?format=api",
                "name": "Orbital Sciences Corporation",
                "type": "Commercial"
            },
            "rocket": {
                "id": 7243,
                "configuration": {
                    "id": 175,
                    "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/175/?format=api",
                    "name": "Minotaur I",
                    "family": "Minotaur",
                    "full_name": "Minotaur I",
                    "variant": ""
                }
            },
            "mission": {
                "id": 5632,
                "name": "STP-R1",
                "description": "Streak or STP-R1 is an Defense Advanced Research Projects Agency (DARPA) experimental satellite, which remains largely classified.",
                "launch_designator": null,
                "type": "Government/Top Secret",
                "orbit": {
                    "id": 8,
                    "name": "Low Earth Orbit",
                    "abbrev": "LEO"
                },
                "agencies": [],
                "info_urls": [],
                "vid_urls": []
            },
            "pad": {
                "id": 8,
                "url": "https://ll.thespacedevs.com/2.2.0/pad/8/?format=api",
                "agency_id": 161,
                "name": "Space Launch Complex 8",
                "description": "Space Launch Complex 8 (SLC-8), is a launch pad at Vandenberg Space Force Base in California, United States. It is used by Minotaur rockets. It was originally part of the California Spaceport, and was known as the Commercial Launch Facility (CLF) or Space Launch Facility (SLF).",
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/Vandenberg_Space_Launch_Complex_8",
                "map_url": "https://www.google.com/maps?q=34.57635,-120.63245",
                "latitude": "34.57635",
                "longitude": "-120.63245",
                "location": {
                    "id": 11,
                    "url": "https://ll.thespacedevs.com/2.2.0/location/11/?format=api",
                    "name": "Vandenberg SFB, CA, USA",
                    "country_code": "USA",
                    "description": "Vandenberg Space Force Base is a United States Space Force Base in Santa Barbara County, California. Established in 1941, Vandenberg Space Force Base is a space launch base, launching spacecraft from the Western Range, and also performs missile testing. The United States Space Force's Space Launch Delta 30 serves as the host delta for the base, equivalent to an Air Force air base wing. In addition to its military space launch mission, Vandenberg Space Force Base also hosts space launches for civil and commercial space entities, such as NASA and SpaceX.",
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_11_20200803142416.jpg",
                    "timezone_name": "America/Los_Angeles",
                    "total_launch_count": 806,
                    "total_landing_count": 26
                },
                "country_code": "USA",
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_8_20200803143300.jpg",
                "total_launch_count": 9,
                "orbital_launch_attempt_count": 9
            },
            "webcast_live": false,
            "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/minotaur2520i_image_20190224012247.jpeg",
            "infographic": null,
            "program": [],
            "orbital_launch_attempt_count": 4734,
            "location_launch_attempt_count": 622,
            "pad_launch_attempt_count": 4,
            "agency_launch_attempt_count": 47,
            "orbital_launch_attempt_count_year": 40,
            "location_launch_attempt_count_year": 3,
            "pad_launch_attempt_count_year": 2,
            "agency_launch_attempt_count_year": 3,
            "type": "normal"
        }
    ]
}