Launch List
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=6650&ordering=-name
{ "count": 7730, "next": "https://ll.thespacedevs.com/2.2.0/launch/?format=api&limit=10&offset=6660&ordering=-name", "previous": "https://ll.thespacedevs.com/2.2.0/launch/?format=api&limit=10&offset=6640&ordering=-name", "results": [ { "id": "98ddb6e1-ae85-491b-8324-7a07082e338e", "url": "https://ll.thespacedevs.com/2.2.0/launch/98ddb6e1-ae85-491b-8324-7a07082e338e/?format=api", "slug": "delta-ii-msx", "name": "Delta II | MSX", "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:52:45Z", "net": "1996-04-24T12:27:40Z", "window_end": "1996-04-24T12:27:40Z", "window_start": "1996-04-24T12:27:40Z", "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": 6724, "configuration": { "id": 75, "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/75/?format=api", "name": "Delta II", "family": "Delta", "full_name": "Delta II 7920-10", "variant": "7920-10" } }, "mission": { "id": 5114, "name": "MSX", "description": "MSX (Midcourse Space Experiment) demonstrated different multispectral imaging technologies to identify and track ballistic missiles during flight by observing rocket launches and orbital debris. Additionally it measured the composition and dynamics of the Earth's atmosphere by observing ozone, chloroflourocarbons, carbon dioxide and methane.", "launch_designator": null, "type": "Government/Top Secret", "orbit": { "id": 8, "name": "Low Earth Orbit", "abbrev": "LEO" }, "agencies": [], "info_urls": [], "vid_urls": [] }, "pad": { "id": 39, "url": "https://ll.thespacedevs.com/2.2.0/pad/39/?format=api", "agency_id": null, "name": "Space Launch Complex 2W", "description": "SLC-2W was originally used for Delta, Thor-Agena and Delta II launches. After the last Delta II flight in 2018, SLC-2W was repurposed to launch Firefly Alpha rockets.", "info_url": null, "wiki_url": "https://en.wikipedia.org/wiki/Vandenberg_Space_Launch_Complex_2", "map_url": "https://www.google.com/maps?q=34.7556,-120.6224", "latitude": "34.7556", "longitude": "-120.6224", "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": 850, "total_landing_count": 30 }, "country_code": "USA", "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_39_20200803143542.jpg", "total_launch_count": 98, "orbital_launch_attempt_count": 98 }, "webcast_live": false, "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/delta2520ii_image_20190222030358.jpeg", "infographic": null, "program": [], "orbital_launch_attempt_count": 4066, "location_launch_attempt_count": 568, "pad_launch_attempt_count": 50, "agency_launch_attempt_count": 963, "orbital_launch_attempt_count_year": 25, "location_launch_attempt_count_year": 2, "pad_launch_attempt_count_year": 2, "agency_launch_attempt_count_year": 5, "type": "normal" }, { "id": "6f47d3ba-023f-4346-b1b9-4770dfadaba8", "url": "https://ll.thespacedevs.com/2.2.0/launch/6f47d3ba-023f-4346-b1b9-4770dfadaba8/?format=api", "slug": "delta-ii-mitex", "name": "Delta II | MITEx", "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:40:11Z", "net": "2006-06-21T22:15:00Z", "window_end": "2006-06-21T22:15:00Z", "window_start": "2006-06-21T22:15: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": 7272, "configuration": { "id": 140, "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/140/?format=api", "name": "Delta II", "family": "Delta", "full_name": "Delta II 7925-9.5", "variant": "7925-9.5" } }, "mission": { "id": 5661, "name": "MITEx", "description": "MITEx (Micro-Satellite Technology Experiment) is an experimental U.S. military project to test whether the advanced technologies embedded in two miniature satellites and a new upper stage kick motor can operate through the rigors of spaceflight. MiTEx will investigate and demonstrate advanced space technologies such as lightweight power and propulsion systems, avionics and spacecraft structures; commercial-off-the-shelf processors; affordable, responsive fabrication/build-to-launch techniques; and single-string components. The MITEx experiment will be deployed into a geostationary transfer orbit (GTO), from which the MITEx Upper stage will put the experiments into a geostationary orbit (GEO).", "launch_designator": null, "type": "Test Flight", "orbit": { "id": 1, "name": "Geostationary Orbit", "abbrev": "Direct-GEO" }, "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": 1073, "total_landing_count": 70 }, "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": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/delta_ii_7925-9_image_20240312090356.jpeg", "infographic": null, "program": [], "orbital_launch_attempt_count": 4776, "location_launch_attempt_count": 641, "pad_launch_attempt_count": 137, "agency_launch_attempt_count": 1073, "orbital_launch_attempt_count_year": 26, "location_launch_attempt_count_year": 4, "pad_launch_attempt_count_year": 1, "agency_launch_attempt_count_year": 3, "type": "normal" }, { "id": "8633d5f0-ea8b-4f9c-a78b-5a48406f44df", "url": "https://ll.thespacedevs.com/2.2.0/launch/8633d5f0-ea8b-4f9c-a78b-5a48406f44df/?format=api", "slug": "delta-ii-messenger", "name": "Delta II | Messenger", "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-12-31T12:32:25Z", "net": "2004-08-03T06:15:57Z", "window_end": "2004-08-03T06:15:57Z", "window_start": "2004-08-03T06:15:57Z", "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": 7192, "configuration": { "id": 155, "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/155/?format=api", "name": "Delta II", "family": "Delta", "full_name": "Delta II 7925H-9.5", "variant": "7925H-9.5" } }, "mission": { "id": 5581, "name": "Messenger", "description": "MESSENGER was a NASA robotic space probe that orbited the planet Mercury between 2011 and 2015, studying Mercury's chemical composition, geology, and magnetic field. The name is a backronym for \"MErcury Surface, Space ENvironment, GEochemistry, and Ranging\", and a reference to the messenger god Mercury from Roman mythology.", "launch_designator": null, "type": "Planetary Science", "orbit": { "id": 8, "name": "Low Earth Orbit", "abbrev": "LEO" }, "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": 1073, "total_landing_count": 70 }, "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": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/delta2520ii_image_20190222030358.jpeg", "infographic": null, "program": [ { "id": 33, "url": "https://ll.thespacedevs.com/2.2.0/program/33/?format=api", "name": "Discovery Program", "description": "The Discovery Program is a series of Solar System exploration missions funded by the U.S. National Aeronautics and Space Administration (NASA) through its Planetary Missions Program Office. The cost of each mission is capped at a lower level than missions from NASA's New Frontiers or Flagship Programs. As a result, Discovery missions tend to be more focused on a specific scientific goal rather than serving a general purpose.", "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/discovery2520p_program_20231231122246.jpeg", "start_date": "1990-01-01T00:00:00Z", "end_date": null, "info_url": "https://www.nasa.gov/planetarymissions/discovery-program/", "wiki_url": "https://en.wikipedia.org/wiki/Discovery_Program", "mission_patches": [], "type": { "id": 5, "name": "Exploration" } } ], "orbital_launch_attempt_count": 4669, "location_launch_attempt_count": 626, "pad_launch_attempt_count": 123, "agency_launch_attempt_count": 1063, "orbital_launch_attempt_count_year": 30, "location_launch_attempt_count_year": 8, "pad_launch_attempt_count_year": 3, "agency_launch_attempt_count_year": 6, "type": "normal" }, { "id": "4a087c57-87cb-49c5-b9b9-fefeeb33d387", "url": "https://ll.thespacedevs.com/2.2.0/launch/4a087c57-87cb-49c5-b9b9-fefeeb33d387/?format=api", "slug": "delta-ii-mars-pathfinder", "name": "Delta II | Mars Pathfinder", "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-12-31T12:25:12Z", "net": "1996-12-04T06:58:07Z", "window_end": "1996-12-04T06:58:07Z", "window_start": "1996-12-04T06:58:07Z", "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": 6758, "configuration": { "id": 159, "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/159/?format=api", "name": "Delta II", "family": "Delta", "full_name": "Delta II 7925", "variant": "7925" } }, "mission": { "id": 5148, "name": "Mars Pathfinder", "description": "he MPF (Mars Pathfinder) (formerly known as the Mars Environmental Survey, or MESUR Pathfinder) is the second of NASA's low-cost planetary Discovery missions. The mission consists of a stationary lander and a surface rover. The mission has the primary objective of demonstrating the feasibility of low-cost landings on and exploration of the Martian surface. This objective will be met by tests of communications between the rover and lander, and the lander and Earth, and tests of the imaging devices and sensors.", "launch_designator": null, "type": "Robotic Exploration", "orbit": { "id": 6, "name": "Heliocentric N/A", "abbrev": "Helio-N/A" }, "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": 1073, "total_landing_count": 70 }, "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": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/delta2520ii_image_20190222030440.jpeg", "infographic": null, "program": [ { "id": 33, "url": "https://ll.thespacedevs.com/2.2.0/program/33/?format=api", "name": "Discovery Program", "description": "The Discovery Program is a series of Solar System exploration missions funded by the U.S. National Aeronautics and Space Administration (NASA) through its Planetary Missions Program Office. The cost of each mission is capped at a lower level than missions from NASA's New Frontiers or Flagship Programs. As a result, Discovery missions tend to be more focused on a specific scientific goal rather than serving a general purpose.", "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/discovery2520p_program_20231231122246.jpeg", "start_date": "1990-01-01T00:00:00Z", "end_date": null, "info_url": "https://www.nasa.gov/planetarymissions/discovery-program/", "wiki_url": "https://en.wikipedia.org/wiki/Discovery_Program", "mission_patches": [], "type": { "id": 5, "name": "Exploration" } } ], "orbital_launch_attempt_count": 4113, "location_launch_attempt_count": 522, "pad_launch_attempt_count": 105, "agency_launch_attempt_count": 971, "orbital_launch_attempt_count_year": 72, "location_launch_attempt_count_year": 16, "pad_launch_attempt_count_year": 5, "agency_launch_attempt_count_year": 13, "type": "normal" }, { "id": "d44eba0e-a463-408c-bd6d-111a5be15d09", "url": "https://ll.thespacedevs.com/2.2.0/launch/d44eba0e-a463-408c-bd6d-111a5be15d09/?format=api", "slug": "delta-ii-mars-odyssey", "name": "Delta II | Mars Odyssey", "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:40:17Z", "net": "2001-04-07T15:02:22Z", "window_end": "2001-04-07T15:02:22Z", "window_start": "2001-04-07T15:02:22Z", "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": 7038, "configuration": { "id": 140, "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/140/?format=api", "name": "Delta II", "family": "Delta", "full_name": "Delta II 7925-9.5", "variant": "7925-9.5" } }, "mission": { "id": 5427, "name": "Mars Odyssey", "description": "2001 Mars Odyssey is a robotic spacecraft orbiting the planet Mars. The project was developed by NASA, and contracted out to Lockheed Martin, with an expected cost for the entire mission of US$297 million. Its mission is to use spectrometers and a thermal imager to detect evidence of past or present water and ice, as well as study the planet's geology and radiation environment.", "launch_designator": null, "type": "Planetary Science", "orbit": { "id": 17, "name": "Sun-Synchronous Orbit", "abbrev": "SSO" }, "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": 1073, "total_landing_count": 70 }, "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": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/delta_ii_7925-9_image_20240312090356.jpeg", "infographic": null, "program": [], "orbital_launch_attempt_count": 4466, "location_launch_attempt_count": 589, "pad_launch_attempt_count": 129, "agency_launch_attempt_count": 1032, "orbital_launch_attempt_count_year": 14, "location_launch_attempt_count_year": 3, "pad_launch_attempt_count_year": 2, "agency_launch_attempt_count_year": 3, "type": "normal" }, { "id": "7f5b54cc-f40d-44c3-b6db-27400a7c30b7", "url": "https://ll.thespacedevs.com/2.2.0/launch/7f5b54cc-f40d-44c3-b6db-27400a7c30b7/?format=api", "slug": "delta-ii-mars-global-surveyor", "name": "Delta II | Mars Global Surveyor", "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:40:17Z", "net": "1996-11-07T17:00:49Z", "window_end": "1996-11-07T17:00:49Z", "window_start": "1996-11-07T17:00:49Z", "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": 6754, "configuration": { "id": 159, "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/159/?format=api", "name": "Delta II", "family": "Delta", "full_name": "Delta II 7925", "variant": "7925" } }, "mission": { "id": 5144, "name": "Mars Global Surveyor", "description": "The Mars Global Surveyor (MGS) is designed to orbit Mars over a two year period and collect data on the surface morphology, topography, composition, gravity, atmospheric dynamics, and magnetic field. This data will be used to investigate the surface processes, geology, distribution of material, internal properties, evolution of the magnetic field, and the weather and climate of Mars.", "launch_designator": null, "type": "Planetary Science", "orbit": { "id": 6, "name": "Heliocentric N/A", "abbrev": "Helio-N/A" }, "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": 1073, "total_landing_count": 70 }, "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": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/delta2520ii_image_20190222030440.jpeg", "infographic": null, "program": [], "orbital_launch_attempt_count": 4107, "location_launch_attempt_count": 520, "pad_launch_attempt_count": 110, "agency_launch_attempt_count": 970, "orbital_launch_attempt_count_year": 66, "location_launch_attempt_count_year": 14, "pad_launch_attempt_count_year": 3, "agency_launch_attempt_count_year": 12, "type": "normal" }, { "id": "64036431-5d26-49b3-a06e-c1f67a2c889a", "url": "https://ll.thespacedevs.com/2.2.0/launch/64036431-5d26-49b3-a06e-c1f67a2c889a/?format=api", "slug": "delta-ii-landsat-7", "name": "Delta II | Landsat 7", "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-12-30T16:30:10Z", "net": "1999-04-15T18:32:00Z", "window_end": "1999-04-15T18:32:00Z", "window_start": "1999-04-15T18:32: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": 6913, "configuration": { "id": 75, "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/75/?format=api", "name": "Delta II", "family": "Delta", "full_name": "Delta II 7920-10", "variant": "7920-10" } }, "mission": { "id": 5303, "name": "Landsat 7", "description": "Landsat 7 continued the long-term Earth observation Landsat program begun in 1972. Landsat 7 was a joint project between NASA, NOAA, and the US Geological Survey to obtain continuous high-resolution imagary of the earth's surface for environmental monitoring, disaster assessment, land use and regional planning, cartography, range management, oil and mineral exploration.", "launch_designator": null, "type": "Earth Science", "orbit": { "id": 8, "name": "Low Earth Orbit", "abbrev": "LEO" }, "agencies": [], "info_urls": [], "vid_urls": [] }, "pad": { "id": 39, "url": "https://ll.thespacedevs.com/2.2.0/pad/39/?format=api", "agency_id": null, "name": "Space Launch Complex 2W", "description": "SLC-2W was originally used for Delta, Thor-Agena and Delta II launches. After the last Delta II flight in 2018, SLC-2W was repurposed to launch Firefly Alpha rockets.", "info_url": null, "wiki_url": "https://en.wikipedia.org/wiki/Vandenberg_Space_Launch_Complex_2", "map_url": "https://www.google.com/maps?q=34.7556,-120.6224", "latitude": "34.7556", "longitude": "-120.6224", "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": 850, "total_landing_count": 30 }, "country_code": "USA", "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_39_20200803143542.jpg", "total_launch_count": 98, "orbital_launch_attempt_count": 98 }, "webcast_live": false, "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/delta2520ii_image_20190222030358.jpeg", "infographic": null, "program": [ { "id": 31, "url": "https://ll.thespacedevs.com/2.2.0/program/31/?format=api", "name": "Landsat", "description": "The Landsat program is the longest-running enterprise for acquisition of satellite imagery of Earth. It is a joint NASA / USGS program.", "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/landsat_program_20231230154736.jpeg", "start_date": "1972-07-23T00:00:00Z", "end_date": null, "info_url": null, "wiki_url": "https://en.wikipedia.org/wiki/Landsat_program", "mission_patches": [], "type": { "id": 8, "name": "Earth Observation" } } ], "orbital_launch_attempt_count": 4309, "location_launch_attempt_count": 590, "pad_launch_attempt_count": 63, "agency_launch_attempt_count": 1008, "orbital_launch_attempt_count_year": 20, "location_launch_attempt_count_year": 2, "pad_launch_attempt_count_year": 2, "agency_launch_attempt_count_year": 5, "type": "normal" }, { "id": "da6a4ce2-c6ce-4ad6-af19-031695aaaa4d", "url": "https://ll.thespacedevs.com/2.2.0/launch/da6a4ce2-c6ce-4ad6-af19-031695aaaa4d/?format=api", "slug": "delta-ii-jason", "name": "Delta II | Jason", "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:52:46Z", "net": "2001-12-07T15:07:35Z", "window_end": "2001-12-07T15:07:35Z", "window_start": "2001-12-07T15:07:35Z", "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": 7068, "configuration": { "id": 75, "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/75/?format=api", "name": "Delta II", "family": "Delta", "full_name": "Delta II 7920-10", "variant": "7920-10" } }, "mission": { "id": 5457, "name": "Jason", "description": "Jason-1 is the first follow-on to the highly successful TOPEX/Poseidon mission that measured ocean surface topography to an accuracy of 4.2 cm, enabled scientists to forecast the 1997-1998 El Niño, and improved understanding of ocean circulation and its effect of global climate.", "launch_designator": null, "type": "Earth Science", "orbit": { "id": 7, "name": "High Earth Orbit", "abbrev": "HEO" }, "agencies": [], "info_urls": [], "vid_urls": [] }, "pad": { "id": 39, "url": "https://ll.thespacedevs.com/2.2.0/pad/39/?format=api", "agency_id": null, "name": "Space Launch Complex 2W", "description": "SLC-2W was originally used for Delta, Thor-Agena and Delta II launches. After the last Delta II flight in 2018, SLC-2W was repurposed to launch Firefly Alpha rockets.", "info_url": null, "wiki_url": "https://en.wikipedia.org/wiki/Vandenberg_Space_Launch_Complex_2", "map_url": "https://www.google.com/maps?q=34.7556,-120.6224", "latitude": "34.7556", "longitude": "-120.6224", "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": 850, "total_landing_count": 30 }, "country_code": "USA", "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_39_20200803143542.jpg", "total_launch_count": 98, "orbital_launch_attempt_count": 98 }, "webcast_live": false, "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/delta2520ii_image_20190222030358.jpeg", "infographic": null, "program": [], "orbital_launch_attempt_count": 4508, "location_launch_attempt_count": 609, "pad_launch_attempt_count": 67, "agency_launch_attempt_count": 1039, "orbital_launch_attempt_count_year": 56, "location_launch_attempt_count_year": 5, "pad_launch_attempt_count_year": 2, "agency_launch_attempt_count_year": 10, "type": "normal" }, { "id": "d939e9a5-12d1-4291-aead-857afd75c912", "url": "https://ll.thespacedevs.com/2.2.0/launch/d939e9a5-12d1-4291-aead-857afd75c912/?format=api", "slug": "delta-ii-iridium-91", "name": "Delta II | Iridium 91", "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-12-30T10:30:54Z", "net": "2002-02-11T17:43:44Z", "window_end": "2002-02-11T17:43:44Z", "window_start": "2002-02-11T17:43:44Z", "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": 7075, "configuration": { "id": 99, "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/99/?format=api", "name": "Delta II", "family": "Delta", "full_name": "Delta II 7920-10C", "variant": "7920-10C" } }, "mission": { "id": 5464, "name": "Iridium 91", "description": "Civilian communications satellite.", "launch_designator": null, "type": "Communications", "orbit": { "id": 8, "name": "Low Earth Orbit", "abbrev": "LEO" }, "agencies": [], "info_urls": [], "vid_urls": [] }, "pad": { "id": 39, "url": "https://ll.thespacedevs.com/2.2.0/pad/39/?format=api", "agency_id": null, "name": "Space Launch Complex 2W", "description": "SLC-2W was originally used for Delta, Thor-Agena and Delta II launches. After the last Delta II flight in 2018, SLC-2W was repurposed to launch Firefly Alpha rockets.", "info_url": null, "wiki_url": "https://en.wikipedia.org/wiki/Vandenberg_Space_Launch_Complex_2", "map_url": "https://www.google.com/maps?q=34.7556,-120.6224", "latitude": "34.7556", "longitude": "-120.6224", "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": 850, "total_landing_count": 30 }, "country_code": "USA", "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_39_20200803143542.jpg", "total_launch_count": 98, "orbital_launch_attempt_count": 98 }, "webcast_live": false, "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/delta2520ii_image_20190222030612.jpeg", "infographic": null, "program": [ { "id": 28, "url": "https://ll.thespacedevs.com/2.2.0/program/28/?format=api", "name": "Iridium Constellation", "description": "The Iridium satellite constellation provides L band voice and data information coverage to satellite phones, satellite messenger communication devices and integrated transceivers.", "agencies": [ { "id": 202, "url": "https://ll.thespacedevs.com/2.2.0/agencies/202/?format=api", "name": "Iridium Communications", "type": "Commercial" } ], "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/iridium2520con_program_20231228184831.jpeg", "start_date": "1997-05-05T00:00:00Z", "end_date": null, "info_url": "https://iridium.com/", "wiki_url": "https://en.wikipedia.org/wiki/Iridium_satellite_constellation", "mission_patches": [], "type": { "id": 3, "name": "Communication Constellation" } } ], "orbital_launch_attempt_count": 4516, "location_launch_attempt_count": 610, "pad_launch_attempt_count": 68, "agency_launch_attempt_count": 1041, "orbital_launch_attempt_count_year": 5, "location_launch_attempt_count_year": 1, "pad_launch_attempt_count_year": 1, "agency_launch_attempt_count_year": 2, "type": "normal" }, { "id": "5eece78e-d65c-4afe-a45b-0f06f1d08f68", "url": "https://ll.thespacedevs.com/2.2.0/launch/5eece78e-d65c-4afe-a45b-0f06f1d08f68/?format=api", "slug": "delta-ii-iridium-83-to-87", "name": "Delta II | Iridium 83 to 87", "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-12-30T10:31:41Z", "net": "1998-11-06T13:37:52Z", "window_end": "1998-11-06T13:37:52Z", "window_start": "1998-11-06T13:37:52Z", "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": 6887, "configuration": { "id": 99, "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/99/?format=api", "name": "Delta II", "family": "Delta", "full_name": "Delta II 7920-10C", "variant": "7920-10C" } }, "mission": { "id": 5277, "name": "Iridium 83 to 87", "description": "Iridium provides global mobile telecommunications services using a constellation of 66 low earth orbit satellites in a 86.4° inclined orbit. Although 77 satellites were originally envisioned for the system and spawned the name based on the 77th element in the periodic table, the system has been scaled back. Motorola's Satellite Communications Group designed and manufactured the Iridium satellites with Lockheed Martin providing the LM-700A spacecraft buses.", "launch_designator": null, "type": "Communications", "orbit": { "id": 8, "name": "Low Earth Orbit", "abbrev": "LEO" }, "agencies": [], "info_urls": [], "vid_urls": [] }, "pad": { "id": 39, "url": "https://ll.thespacedevs.com/2.2.0/pad/39/?format=api", "agency_id": null, "name": "Space Launch Complex 2W", "description": "SLC-2W was originally used for Delta, Thor-Agena and Delta II launches. After the last Delta II flight in 2018, SLC-2W was repurposed to launch Firefly Alpha rockets.", "info_url": null, "wiki_url": "https://en.wikipedia.org/wiki/Vandenberg_Space_Launch_Complex_2", "map_url": "https://www.google.com/maps?q=34.7556,-120.6224", "latitude": "34.7556", "longitude": "-120.6224", "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": 850, "total_landing_count": 30 }, "country_code": "USA", "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_39_20200803143542.jpg", "total_launch_count": 98, "orbital_launch_attempt_count": 98 }, "webcast_live": false, "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/delta2520ii_image_20190222030612.jpeg", "infographic": null, "program": [ { "id": 28, "url": "https://ll.thespacedevs.com/2.2.0/program/28/?format=api", "name": "Iridium Constellation", "description": "The Iridium satellite constellation provides L band voice and data information coverage to satellite phones, satellite messenger communication devices and integrated transceivers.", "agencies": [ { "id": 202, "url": "https://ll.thespacedevs.com/2.2.0/agencies/202/?format=api", "name": "Iridium Communications", "type": "Commercial" } ], "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/iridium2520con_program_20231228184831.jpeg", "start_date": "1997-05-05T00:00:00Z", "end_date": null, "info_url": "https://iridium.com/", "wiki_url": "https://en.wikipedia.org/wiki/Iridium_satellite_constellation", "mission_patches": [], "type": { "id": 3, "name": "Communication Constellation" } } ], "orbital_launch_attempt_count": 4278, "location_launch_attempt_count": 588, "pad_launch_attempt_count": 61, "agency_launch_attempt_count": 1001, "orbital_launch_attempt_count_year": 71, "location_launch_attempt_count_year": 8, "pad_launch_attempt_count_year": 5, "agency_launch_attempt_count_year": 14, "type": "normal" } ] }