Launch List
API endpoint that returns all Launch objects or a single launch.
EXAMPLE - /launch/
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'
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.0.0/launch/?format=api&offset=3790&ordering=-net
{ "count": 7827, "next": "https://lldev.thespacedevs.com/2.0.0/launch/?format=api&limit=10&offset=3800&ordering=-net", "previous": "https://lldev.thespacedevs.com/2.0.0/launch/?format=api&limit=10&offset=3780&ordering=-net", "results": [ { "id": "69ff9298-0cdf-4353-abfa-2586441ac6e9", "url": "https://lldev.thespacedevs.com/2.0.0/launch/69ff9298-0cdf-4353-abfa-2586441ac6e9/?format=api", "launch_library_id": null, "slug": "kosmos-3m-taifun-2-27", "name": "Kosmos-3M | Taifun-2 27", "status": { "id": 3, "name": "Success" }, "net": "1995-03-02T13:00:00Z", "window_end": "1995-03-02T13:00:00Z", "window_start": "1995-03-02T13:00:00Z", "inhold": false, "tbdtime": false, "tbddate": false, "probability": null, "holdreason": "", "failreason": null, "hashtag": null, "launch_service_provider": { "id": 154, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/154/?format=api", "name": "Production Corporation Polyot", "type": "Commercial" }, "rocket": { "id": 6647, "configuration": { "id": 102, "launch_library_id": 122, "url": "https://lldev.thespacedevs.com/2.0.0/config/launcher/102/?format=api", "name": "Kosmos-3M", "family": "Kosmos", "full_name": "Kosmos-3M (11K65M)", "variant": "-3M" } }, "mission": { "id": 5037, "launch_library_id": null, "name": "Taifun-2 27", "description": "Taifun-2 satellite used to release up to 24 subsatellites for radar and sensor calibration", "launch_designator": null, "type": "Test Target", "orbit": { "id": 8, "name": "Low Earth Orbit", "abbrev": "LEO" } }, "pad": { "id": 28, "url": "https://lldev.thespacedevs.com/2.0.0/pad/28/?format=api", "agency_id": 163, "name": "132/1 (132L)", "info_url": null, "wiki_url": "", "map_url": "https://www.google.com/maps?q=62.883229,40.868549", "latitude": "62.883229", "longitude": "40.868549", "location": { "id": 6, "url": "https://lldev.thespacedevs.com/2.0.0/location/6/?format=api", "name": "Plesetsk Cosmodrome, Russian Federation", "country_code": "RUS", "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/location_6_20200803142434.jpg", "total_launch_count": 1682, "total_landing_count": 0 }, "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/pad_28_20200803143254.jpg", "total_launch_count": 212 }, "webcast_live": false, "image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/kosmos-3m_durin_image_20251101171325.jpg", "infographic": null, "program": [] }, { "id": "ec946d1f-6997-4bb9-991b-19f4885b44ac", "url": "https://lldev.thespacedevs.com/2.0.0/launch/ec946d1f-6997-4bb9-991b-19f4885b44ac/?format=api", "launch_library_id": 413, "slug": "space-shuttle-endeavour-ov-105-sts-67", "name": "Space Shuttle Endeavour / OV-105 | STS-67", "status": { "id": 3, "name": "Success" }, "net": "1995-03-02T06:38:13Z", "window_end": "1995-03-02T06:38:13Z", "window_start": "1995-03-02T06:38:13Z", "inhold": false, "tbdtime": false, "tbddate": false, "probability": null, "holdreason": "", "failreason": "", "hashtag": null, "launch_service_provider": { "id": 192, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/192/?format=api", "name": "Lockheed Space Operations Company", "type": "Commercial" }, "rocket": { "id": 384, "configuration": { "id": 493, "launch_library_id": null, "url": "https://lldev.thespacedevs.com/2.0.0/config/launcher/493/?format=api", "name": "Space Shuttle", "family": "", "full_name": "Space Shuttle", "variant": "" } }, "mission": { "id": 770, "launch_library_id": 964, "name": "STS-67", "description": "STS-67 was a human spaceflight mission using Space Shuttle Endeavour that launched from Kennedy Space Center, Florida on 2 March 1995.", "launch_designator": null, "type": "Astrophysics", "orbit": { "id": 8, "name": "Low Earth Orbit", "abbrev": "LEO" } }, "pad": { "id": 87, "url": "https://lldev.thespacedevs.com/2.0.0/pad/87/?format=api", "agency_id": 121, "name": "Launch Complex 39A", "info_url": null, "wiki_url": "https://en.wikipedia.org/wiki/Kennedy_Space_Center_Launch_Complex_39#Launch_Pad_39A", "map_url": "https://www.google.com/maps?q=28.60822681,-80.60428186", "latitude": "28.60822681", "longitude": "-80.60428186", "location": { "id": 27, "url": "https://lldev.thespacedevs.com/2.0.0/location/27/?format=api", "name": "Kennedy Space Center, FL, USA", "country_code": "USA", "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/location_27_20200803142447.jpg", "total_launch_count": 279, "total_landing_count": 0 }, "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/pad_87_20200803143537.jpg", "total_launch_count": 221 }, "webcast_live": false, "image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/space_shuttle_image_20230422074810.jpeg", "infographic": null, "program": [ { "id": 6, "url": "https://lldev.thespacedevs.com/2.0.0/program/6/?format=api", "name": "Space Shuttle", "description": "The Space Shuttle program was the fourth human spaceflight program carried out by the National Aeronautics and Space Administration (NASA), which accomplished routine transportation for Earth-to-orbit crew and cargo from 1981 to 2011.", "agencies": [ { "id": 44, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/44/?format=api", "name": "National Aeronautics and Space Administration", "type": "Government" } ], "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/space2520shutt_program_20200820202237.png", "start_date": "1981-04-12T12:00:03Z", "end_date": "2011-07-08T15:29:00Z", "info_url": "https://www.nasa.gov/mission_pages/shuttle/main/index.html", "wiki_url": "https://en.wikipedia.org/wiki/Space_Shuttle_program" } ] }, { "id": "b7a3cb9a-2023-4e0e-8c17-122b0c9455ce", "url": "https://lldev.thespacedevs.com/2.0.0/launch/b7a3cb9a-2023-4e0e-8c17-122b0c9455ce/?format=api", "launch_library_id": null, "slug": "soyuz-u-foton-10", "name": "Soyuz U | Foton 10", "status": { "id": 3, "name": "Success" }, "net": "1995-02-16T17:39:59Z", "window_end": "1995-02-16T17:39:59Z", "window_start": "1995-02-16T17:39:59Z", "inhold": false, "tbdtime": false, "tbddate": false, "probability": null, "holdreason": "", "failreason": "", "hashtag": null, "launch_service_provider": { "id": 193, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/193/?format=api", "name": "Russian Space Forces", "type": "Government" }, "rocket": { "id": 6646, "configuration": { "id": 37, "launch_library_id": 35, "url": "https://lldev.thespacedevs.com/2.0.0/config/launcher/37/?format=api", "name": "Soyuz U", "family": "Soyuz", "full_name": "Soyuz U", "variant": "" } }, "mission": { "id": 5036, "launch_library_id": null, "name": "Foton 10", "description": "Microgravity research satellite", "launch_designator": null, "type": "Materials Science", "orbit": { "id": 8, "name": "Low Earth Orbit", "abbrev": "LEO" } }, "pad": { "id": 85, "url": "https://lldev.thespacedevs.com/2.0.0/pad/85/?format=api", "agency_id": 163, "name": "43/4 (43R)", "info_url": null, "wiki_url": null, "map_url": "https://www.google.com/maps?q=62.92883,40.457098", "latitude": "62.92883", "longitude": "40.457098", "location": { "id": 6, "url": "https://lldev.thespacedevs.com/2.0.0/location/6/?format=api", "name": "Plesetsk Cosmodrome, Russian Federation", "country_code": "RUS", "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/location_6_20200803142434.jpg", "total_launch_count": 1682, "total_landing_count": 0 }, "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/pad_85_20200803143554.jpg", "total_launch_count": 327 }, "webcast_live": false, "image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/soyuz2520u_image_20190222031023.jpeg", "infographic": null, "program": [] }, { "id": "7a5f30fb-a2b8-41d8-abd4-8d20d2062aef", "url": "https://lldev.thespacedevs.com/2.0.0/launch/7a5f30fb-a2b8-41d8-abd4-8d20d2062aef/?format=api", "launch_library_id": 1767, "slug": "soyuz-u-progress-m-26", "name": "Soyuz U | Progress M-26", "status": { "id": 3, "name": "Success" }, "net": "1995-02-15T16:48:28Z", "window_end": "1995-02-15T16:48:28Z", "window_start": "1995-02-15T16:48:28Z", "inhold": false, "tbdtime": false, "tbddate": false, "probability": null, "holdreason": "", "failreason": "", "hashtag": null, "launch_service_provider": { "id": 63, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/63/?format=api", "name": "Russian Federal Space Agency (ROSCOSMOS)", "type": "Government" }, "rocket": { "id": 2299, "configuration": { "id": 37, "launch_library_id": 35, "url": "https://lldev.thespacedevs.com/2.0.0/config/launcher/37/?format=api", "name": "Soyuz U", "family": "Soyuz", "full_name": "Soyuz U", "variant": "" } }, "mission": null, "pad": { "id": 32, "url": "https://lldev.thespacedevs.com/2.0.0/pad/32/?format=api", "agency_id": null, "name": "1/5", "info_url": null, "wiki_url": "", "map_url": "https://www.google.com/maps?q=45.92,63.342", "latitude": "45.92", "longitude": "63.342", "location": { "id": 15, "url": "https://lldev.thespacedevs.com/2.0.0/location/15/?format=api", "name": "Baikonur Cosmodrome, Republic of Kazakhstan", "country_code": "KAZ", "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/location_15_20200803142517.jpg", "total_launch_count": 1561, "total_landing_count": 0 }, "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/pad_32_20200803143513.jpg", "total_launch_count": 487 }, "webcast_live": false, "image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/soyuz2520u_image_20190222031023.jpeg", "infographic": null, "program": [ { "id": 16, "url": "https://lldev.thespacedevs.com/2.0.0/program/16/?format=api", "name": "Mir", "description": "Mir was a space station that operated in low Earth orbit from 1986 to 2001, operated by the Soviet Union and later by Russia. Mir was the first modular space station and was assembled in orbit from 1986 to 1996.", "agencies": [ { "id": 63, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/63/?format=api", "name": "Russian Federal Space Agency (ROSCOSMOS)", "type": "Government" }, { "id": 66, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/66/?format=api", "name": "Soviet Space Program", "type": "Government" } ], "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/mir_program_20200821092345.jpeg", "start_date": "1986-02-20T21:28:23Z", "end_date": "2001-03-23T05:59:00Z", "info_url": null, "wiki_url": "https://en.wikipedia.org/wiki/Mir" } ] }, { "id": "5d37036b-122c-40fd-ae0b-dc12a881c214", "url": "https://lldev.thespacedevs.com/2.0.0/launch/5d37036b-122c-40fd-ae0b-dc12a881c214/?format=api", "launch_library_id": 412, "slug": "space-shuttle-discovery-ov-103-sts-63", "name": "Space Shuttle Discovery / OV-103 | STS-63", "status": { "id": 3, "name": "Success" }, "net": "1995-02-03T05:22:04Z", "window_end": "1995-02-03T05:22:04Z", "window_start": "1995-02-03T05:22:04Z", "inhold": false, "tbdtime": false, "tbddate": false, "probability": null, "holdreason": "", "failreason": null, "hashtag": null, "launch_service_provider": { "id": 192, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/192/?format=api", "name": "Lockheed Space Operations Company", "type": "Commercial" }, "rocket": { "id": 383, "configuration": { "id": 493, "launch_library_id": null, "url": "https://lldev.thespacedevs.com/2.0.0/config/launcher/493/?format=api", "name": "Space Shuttle", "family": "", "full_name": "Space Shuttle", "variant": "" } }, "mission": { "id": 769, "launch_library_id": 963, "name": "STS-63", "description": "STS-63 was the first mission of the US/Russian Shuttle-Mir Program, which carried out the first rendezvous of the American Space Shuttle with Russia's space station Mir. Known as the 'Near-Mir' mission, the flight used Space Shuttle Discovery, which lifted off from launch pad 39B on 3 February 1995 from Kennedy Space Center, Florida.", "launch_designator": null, "type": "Human Exploration", "orbit": { "id": 8, "name": "Low Earth Orbit", "abbrev": "LEO" } }, "pad": { "id": 4, "url": "https://lldev.thespacedevs.com/2.0.0/pad/4/?format=api", "agency_id": 44, "name": "Launch Complex 39B", "info_url": null, "wiki_url": "https://en.wikipedia.org/wiki/Kennedy_Space_Center_Launch_Complex_39#Launch_Pad_39B", "map_url": "https://www.google.com/maps?q=28.62711233,-80.62101503", "latitude": "28.62711233", "longitude": "-80.62101503", "location": { "id": 27, "url": "https://lldev.thespacedevs.com/2.0.0/location/27/?format=api", "name": "Kennedy Space Center, FL, USA", "country_code": "USA", "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/location_27_20200803142447.jpg", "total_launch_count": 279, "total_landing_count": 0 }, "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/pad_4_20200803143518.jpg", "total_launch_count": 58 }, "webcast_live": false, "image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/space_shuttle_image_20230422074810.jpeg", "infographic": null, "program": [ { "id": 6, "url": "https://lldev.thespacedevs.com/2.0.0/program/6/?format=api", "name": "Space Shuttle", "description": "The Space Shuttle program was the fourth human spaceflight program carried out by the National Aeronautics and Space Administration (NASA), which accomplished routine transportation for Earth-to-orbit crew and cargo from 1981 to 2011.", "agencies": [ { "id": 44, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/44/?format=api", "name": "National Aeronautics and Space Administration", "type": "Government" } ], "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/space2520shutt_program_20200820202237.png", "start_date": "1981-04-12T12:00:03Z", "end_date": "2011-07-08T15:29:00Z", "info_url": "https://www.nasa.gov/mission_pages/shuttle/main/index.html", "wiki_url": "https://en.wikipedia.org/wiki/Space_Shuttle_program" }, { "id": 12, "url": "https://lldev.thespacedevs.com/2.0.0/program/12/?format=api", "name": "Shuttle–Mir", "description": "The Shuttle–Mir program was a collaborative 11-mission space program between Russia and the United States that involved American Space Shuttles visiting the Russian space station Mir, Russian cosmonauts flying on the Shuttle, and an American astronaut flying aboard a Soyuz spacecraft to engage in long-duration expeditions aboard Mir.", "agencies": [ { "id": 44, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/44/?format=api", "name": "National Aeronautics and Space Administration", "type": "Government" }, { "id": 63, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/63/?format=api", "name": "Russian Federal Space Agency (ROSCOSMOS)", "type": "Government" } ], "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/shuttle25e225_program_20200821090507.png", "start_date": "1993-09-01T00:00:00Z", "end_date": "1998-06-12T18:00:18Z", "info_url": "https://www.nasa.gov/audience/formedia/factsheet/shuttle_mir_factsheet.html", "wiki_url": "https://en.wikipedia.org/wiki/Shuttle–Mir_program" } ] }, { "id": "d4bf15fd-b412-4a72-a747-07a2ebc0c696", "url": "https://lldev.thespacedevs.com/2.0.0/launch/d4bf15fd-b412-4a72-a747-07a2ebc0c696/?format=api", "launch_library_id": null, "slug": "atlas-ii-uhf-fo-f4", "name": "Atlas II | UHF F/O F4", "status": { "id": 3, "name": "Success" }, "net": "1995-01-29T01:25:01Z", "window_end": "1995-01-29T01:25:01Z", "window_start": "1995-01-29T01:25:01Z", "inhold": false, "tbdtime": false, "tbddate": false, "probability": null, "holdreason": "", "failreason": null, "hashtag": null, "launch_service_provider": { "id": 161, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/161/?format=api", "name": "United States Air Force", "type": "Government" }, "rocket": { "id": 6645, "configuration": { "id": 253, "launch_library_id": null, "url": "https://lldev.thespacedevs.com/2.0.0/config/launcher/253/?format=api", "name": "Atlas II", "family": "Atlas", "full_name": "Atlas II", "variant": "II" } }, "mission": { "id": 5035, "launch_library_id": null, "name": "UHF F/O F4", "description": "The U.S. Navy began replacing and upgrading its ultra-high frequency (UHF) satellite communications network during the 1990s with a constellation of customized satellites built by Hughes Space and Communications Company. Known as the UFO (Ultra High Frequency Follow On) series, these HS-601 model satellites support the Navy's global communications network, serving ships at sea and a variety of other U.S. military fixed and mobile terminals.", "launch_designator": null, "type": "Communications", "orbit": { "id": 1, "name": "Geostationary Orbit", "abbrev": "Direct-GEO" } }, "pad": { "id": 121, "url": "https://lldev.thespacedevs.com/2.0.0/pad/121/?format=api", "agency_id": 161, "name": "Launch Complex 36A", "info_url": null, "wiki_url": "https://en.wikipedia.org/wiki/Cape_Canaveral_Launch_Complex_36", "map_url": "https://www.google.com/maps?q=28.4705556,-80.542194", "latitude": "28.4705556", "longitude": "-80.542194", "location": { "id": 12, "url": "https://lldev.thespacedevs.com/2.0.0/location/12/?format=api", "name": "Cape Canaveral SFS, FL, USA", "country_code": "USA", "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/location_12_20200803142519.jpg", "total_launch_count": 1097, "total_landing_count": 71 }, "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/pad_121_20200803143231.jpg", "total_launch_count": 70 }, "webcast_live": false, "image": null, "infographic": null, "program": [] }, { "id": "fd64bfae-7137-4569-ae9e-a573ce1143f7", "url": "https://lldev.thespacedevs.com/2.0.0/launch/fd64bfae-7137-4569-ae9e-a573ce1143f7/?format=api", "launch_library_id": null, "slug": "long-march-2e-apstar-2", "name": "Long March 2E | Apstar 2", "status": { "id": 4, "name": "Failure" }, "net": "1995-01-25T22:40:00Z", "window_end": "1995-01-25T22:40:00Z", "window_start": "1995-01-25T22:40:00Z", "inhold": false, "tbdtime": false, "tbddate": false, "probability": null, "holdreason": "", "failreason": null, "hashtag": null, "launch_service_provider": { "id": 189, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/189/?format=api", "name": "China Aerospace Corporation", "type": "Government" }, "rocket": { "id": 6644, "configuration": { "id": 268, "launch_library_id": null, "url": "https://lldev.thespacedevs.com/2.0.0/config/launcher/268/?format=api", "name": "Long March 2E", "family": "Long March", "full_name": "Long March 2E", "variant": "E" } }, "mission": { "id": 5034, "launch_library_id": null, "name": "Apstar 2", "description": "The APStar 2 satellite was designed to serve two-thirds of the world's population - from China, Japan, and Vietnam on the east; to Russia, Eastern Europe, and India on the west; and to Australia on the south. APT Satellite Company, Ltd., of Hong Kong, ordered the high-power Hughes HS 601 spacecraft model in November 1993, as well as satellite control facility equipment and operator training.", "launch_designator": null, "type": "Communications", "orbit": { "id": 1, "name": "Geostationary Orbit", "abbrev": "Direct-GEO" } }, "pad": { "id": 45, "url": "https://lldev.thespacedevs.com/2.0.0/pad/45/?format=api", "agency_id": null, "name": "Launch Complex 2 (LC-2)", "info_url": null, "wiki_url": "https://en.wikipedia.org/wiki/Xichang_Satellite_Launch_Center", "map_url": "https://www.google.com/maps?q=28.245564,102.026751", "latitude": "28.245564", "longitude": "102.026751", "location": { "id": 16, "url": "https://lldev.thespacedevs.com/2.0.0/location/16/?format=api", "name": "Xichang Satellite Launch Center, People's Republic of China", "country_code": "CHN", "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/location_16_20200803142513.jpg", "total_launch_count": 238, "total_landing_count": 0 }, "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/pad_45_20200803143520.jpg", "total_launch_count": 124 }, "webcast_live": false, "image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/long_march_2e_image_20251128090436.jpg", "infographic": null, "program": [] }, { "id": "e6c70216-2eb8-4f10-b164-bfedd8b58426", "url": "https://lldev.thespacedevs.com/2.0.0/launch/e6c70216-2eb8-4f10-b164-bfedd8b58426/?format=api", "launch_library_id": null, "slug": "kosmos-3m-tsikada-20", "name": "Kosmos-3M | Tsikada 20", "status": { "id": 3, "name": "Success" }, "net": "1995-01-24T03:54:22Z", "window_end": "1995-01-24T03:54:22Z", "window_start": "1995-01-24T03:54:22Z", "inhold": false, "tbdtime": false, "tbddate": false, "probability": null, "holdreason": "", "failreason": null, "hashtag": null, "launch_service_provider": { "id": 154, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/154/?format=api", "name": "Production Corporation Polyot", "type": "Commercial" }, "rocket": { "id": 6643, "configuration": { "id": 102, "launch_library_id": 122, "url": "https://lldev.thespacedevs.com/2.0.0/config/launcher/102/?format=api", "name": "Kosmos-3M", "family": "Kosmos", "full_name": "Kosmos-3M (11K65M)", "variant": "-3M" } }, "mission": { "id": 5033, "launch_library_id": null, "name": "Tsikada 20", "description": "Civilian navigation satellite equivalent to the purely military Parus", "launch_designator": null, "type": "Navigation", "orbit": { "id": 8, "name": "Low Earth Orbit", "abbrev": "LEO" } }, "pad": { "id": 28, "url": "https://lldev.thespacedevs.com/2.0.0/pad/28/?format=api", "agency_id": 163, "name": "132/1 (132L)", "info_url": null, "wiki_url": "", "map_url": "https://www.google.com/maps?q=62.883229,40.868549", "latitude": "62.883229", "longitude": "40.868549", "location": { "id": 6, "url": "https://lldev.thespacedevs.com/2.0.0/location/6/?format=api", "name": "Plesetsk Cosmodrome, Russian Federation", "country_code": "RUS", "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/location_6_20200803142434.jpg", "total_launch_count": 1682, "total_landing_count": 0 }, "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/pad_28_20200803143254.jpg", "total_launch_count": 212 }, "webcast_live": false, "image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/kosmos-3m_durin_image_20251101171325.jpg", "infographic": null, "program": [] }, { "id": "892e5aea-8af2-4d37-a327-4fd22bf2db2b", "url": "https://lldev.thespacedevs.com/2.0.0/launch/892e5aea-8af2-4d37-a327-4fd22bf2db2b/?format=api", "launch_library_id": null, "slug": "mu-3s-ii-express", "name": "Mu-3S-II | EXPRESS", "status": { "id": 4, "name": "Failure" }, "net": "1995-01-15T13:45:00Z", "window_end": "1995-01-15T13:45:00Z", "window_start": "1995-01-15T13:45:00Z", "inhold": false, "tbdtime": false, "tbddate": false, "probability": null, "holdreason": "", "failreason": null, "hashtag": null, "launch_service_provider": { "id": 1009, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/1009/?format=api", "name": "Institute of Space and Astronautical Science", "type": "Government" }, "rocket": { "id": 6642, "configuration": { "id": 339, "launch_library_id": null, "url": "https://lldev.thespacedevs.com/2.0.0/config/launcher/339/?format=api", "name": "Mu-3S-II", "family": "Mu", "full_name": "Mu-3S-II", "variant": "S-II" } }, "mission": { "id": 5032, "launch_library_id": null, "name": "EXPRESS", "description": "EXPRESS (Experiment Re-entry Space System) was a multi-national (Germany, Japan, Russia, Australia) project for a small, micro gravity and reentry research spacecraft. The spacecraft was procured from Khrunichev for a cost of 30 Mio. DM.", "launch_designator": null, "type": "Planetary Science", "orbit": { "id": 8, "name": "Low Earth Orbit", "abbrev": "LEO" } }, "pad": { "id": 47, "url": "https://lldev.thespacedevs.com/2.0.0/pad/47/?format=api", "agency_id": 37, "name": "Mu Center", "info_url": null, "wiki_url": "https://en.wikipedia.org/wiki/Uchinoura_Space_Center", "map_url": "https://www.google.com/maps?q=31.2509794,131.0821319", "latitude": "31.2509794", "longitude": "131.0821319", "location": { "id": 24, "url": "https://lldev.thespacedevs.com/2.0.0/location/24/?format=api", "name": "Uchinoura Space Center, Japan", "country_code": "JPN", "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/location_24_20200803142411.jpg", "total_launch_count": 43, "total_landing_count": 0 }, "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/pad_47_20200803143524.jpg", "total_launch_count": 36 }, "webcast_live": false, "image": null, "infographic": null, "program": [] }, { "id": "7602dd0b-3833-4ce7-81f0-9210bee96f74", "url": "https://lldev.thespacedevs.com/2.0.0/launch/7602dd0b-3833-4ce7-81f0-9210bee96f74/?format=api", "launch_library_id": null, "slug": "atlas-iias-intelsat-704", "name": "Atlas IIAS | INTELSAT 704", "status": { "id": 3, "name": "Success" }, "net": "1995-01-10T06:18:02Z", "window_end": "1995-01-10T06:18:02Z", "window_start": "1995-01-10T06:18:02Z", "inhold": false, "tbdtime": false, "tbddate": false, "probability": null, "holdreason": "", "failreason": null, "hashtag": null, "launch_service_provider": { "id": 161, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/161/?format=api", "name": "United States Air Force", "type": "Government" }, "rocket": { "id": 6641, "configuration": { "id": 255, "launch_library_id": null, "url": "https://lldev.thespacedevs.com/2.0.0/config/launcher/255/?format=api", "name": "Atlas IIAS", "family": "Atlas", "full_name": "Atlas IIAS", "variant": "IIAS" } }, "mission": { "id": 5031, "launch_library_id": null, "name": "INTELSAT 704", "description": "Geostationary communications satellite", "launch_designator": null, "type": "Communications", "orbit": { "id": 1, "name": "Geostationary Orbit", "abbrev": "Direct-GEO" } }, "pad": { "id": 122, "url": "https://lldev.thespacedevs.com/2.0.0/pad/122/?format=api", "agency_id": 161, "name": "Launch Complex 36B", "info_url": null, "wiki_url": "https://en.wikipedia.org/wiki/Cape_Canaveral_Launch_Complex_36", "map_url": "https://www.google.com/maps?q=28.4705556,-80.542194", "latitude": "28.4705556", "longitude": "-80.542194", "location": { "id": 12, "url": "https://lldev.thespacedevs.com/2.0.0/location/12/?format=api", "name": "Cape Canaveral SFS, FL, USA", "country_code": "USA", "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/location_12_20200803142519.jpg", "total_launch_count": 1097, "total_landing_count": 71 }, "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/pad_122_20200803143232.jpg", "total_launch_count": 76 }, "webcast_live": false, "image": null, "infographic": null, "program": [] } ] }