API endpoint that returns all Launch objects or a single launch.

EXAMPLE - /launch// 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'

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

{
    "count": 7494,
    "next": "https://ll.thespacedevs.com/2.0.0/launch/?format=api&limit=10&offset=7290&ordering=-id",
    "previous": "https://ll.thespacedevs.com/2.0.0/launch/?format=api&limit=10&offset=7270&ordering=-id",
    "results": [
        {
            "id": "07006716-e1d9-4c1e-b328-83cbd146230c",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/07006716-e1d9-4c1e-b328-83cbd146230c/?format=api",
            "launch_library_id": null,
            "slug": "titan-iiib-kh-8-3",
            "name": "Titan IIIB | KH-8 3",
            "status": {
                "id": 3,
                "name": "Success"
            },
            "net": "1966-12-14T18:14:00Z",
            "window_end": "1966-12-14T18:14:00Z",
            "window_start": "1966-12-14T18:14:00Z",
            "inhold": false,
            "tbdtime": false,
            "tbddate": false,
            "probability": null,
            "holdreason": "",
            "failreason": null,
            "hashtag": null,
            "launch_service_provider": {
                "id": 161,
                "url": "https://ll.thespacedevs.com/2.0.0/agencies/161/?format=api",
                "name": "United States Air Force",
                "type": "Government"
            },
            "rocket": {
                "id": 3601,
                "configuration": {
                    "id": 438,
                    "launch_library_id": null,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/438/?format=api",
                    "name": "Titan IIIB",
                    "family": "Titan",
                    "full_name": "Titan IIIB",
                    "variant": "IIIB"
                }
            },
            "mission": {
                "id": 2020,
                "launch_library_id": null,
                "name": "KH-8 3",
                "description": "KH-8 or Gambit-3 was the second generation of Gambit high resolution reconnaissance satellites.",
                "launch_designator": null,
                "type": "Government/Top Secret",
                "orbit": {
                    "id": 8,
                    "name": "Low Earth Orbit",
                    "abbrev": "LEO"
                }
            },
            "pad": {
                "id": 156,
                "url": "https://ll.thespacedevs.com/2.0.0/pad/156/?format=api",
                "agency_id": null,
                "name": "Space Launch Complex 4W",
                "info_url": "http://www.astronautix.com/v/vandenbergslc4w.html",
                "wiki_url": "https://en.wikipedia.org/wiki/Vandenberg_Air_Force_Base_Space_Launch_Complex_4#SLC-4W",
                "map_url": "https://www.google.com/maps?q=34.63312,-120.61584",
                "latitude": "34.63312",
                "longitude": "-120.61584",
                "location": {
                    "id": 11,
                    "url": "https://ll.thespacedevs.com/2.0.0/location/11/?format=api",
                    "name": "Vandenberg SFB, CA, USA",
                    "country_code": "USA",
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_11_20200803142416.jpg",
                    "total_launch_count": 805,
                    "total_landing_count": 26
                },
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_156_20200803143351.jpg",
                "total_launch_count": 93
            },
            "webcast_live": false,
            "image": null,
            "infographic": null,
            "program": []
        },
        {
            "id": "06fc3a38-ea76-4bf7-8ac3-382be02e37ed",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/06fc3a38-ea76-4bf7-8ac3-382be02e37ed/?format=api",
            "launch_library_id": 311,
            "slug": "long-march-4b-gaofen-2-heweliusz",
            "name": "Long March 4B | Gaofen 2 & Heweliusz",
            "status": {
                "id": 3,
                "name": "Success"
            },
            "net": "2014-08-19T03:15:05Z",
            "window_end": "2014-08-19T03:15:05Z",
            "window_start": "2014-08-19T03:15:05Z",
            "inhold": false,
            "tbdtime": false,
            "tbddate": false,
            "probability": -1,
            "holdreason": "",
            "failreason": "",
            "hashtag": null,
            "launch_service_provider": {
                "id": 88,
                "url": "https://ll.thespacedevs.com/2.0.0/agencies/88/?format=api",
                "name": "China Aerospace Science and Technology Corporation",
                "type": "Government"
            },
            "rocket": {
                "id": 1779,
                "configuration": {
                    "id": 10,
                    "launch_library_id": 16,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/10/?format=api",
                    "name": "Long March 4B",
                    "family": "Long March",
                    "full_name": "Long March 4B",
                    "variant": "B"
                }
            },
            "mission": null,
            "pad": {
                "id": 25,
                "url": "https://ll.thespacedevs.com/2.0.0/pad/25/?format=api",
                "agency_id": null,
                "name": "Launch Complex 9",
                "info_url": null,
                "wiki_url": null,
                "map_url": "https://www.google.com/maps?q=38.863128,111.589567",
                "latitude": "38.863128",
                "longitude": "111.589567",
                "location": {
                    "id": 19,
                    "url": "https://ll.thespacedevs.com/2.0.0/location/19/?format=api",
                    "name": "Taiyuan Satellite Launch Center, People's Republic of China",
                    "country_code": "CHN",
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_19_20200803142421.jpg",
                    "total_launch_count": 140,
                    "total_landing_count": 0
                },
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_25_20200803143501.jpg",
                "total_launch_count": 76
            },
            "webcast_live": false,
            "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/long2520march25204_image_20190430065008.jpg",
            "infographic": null,
            "program": []
        },
        {
            "id": "06f68719-df7d-4b3a-80e1-4d1d49a21b5c",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/06f68719-df7d-4b3a-80e1-4d1d49a21b5c/?format=api",
            "launch_library_id": 196,
            "slug": "soyuz-21a-progress-m-27m",
            "name": "Soyuz 2.1a | Progress M-27M",
            "status": {
                "id": 4,
                "name": "Failure"
            },
            "net": "2015-04-28T07:09:50Z",
            "window_end": "2015-04-28T07:09:50Z",
            "window_start": "2015-04-28T07:09:50Z",
            "inhold": false,
            "tbdtime": false,
            "tbddate": false,
            "probability": -1,
            "holdreason": "",
            "failreason": "After reaching low Earth orbit, but before separation of the spacecraft from the rocket, communication with the vessel was lost. Ground controllers only received brief telemetry shortly after that confirmed spacecraft separation as well as the deployment of the solar panels, but were not able to confirm the deployment of rendezvous antennas of the KURS system. Initially controllers tried to fall back to the plan of making a 2-day rendezvous with the ISS, but this was also abandoned after ground stations were not able to communicate with the spacecraft during the next 3 orbits.",
            "hashtag": null,
            "launch_service_provider": {
                "id": 63,
                "url": "https://ll.thespacedevs.com/2.0.0/agencies/63/?format=api",
                "name": "Russian Federal Space Agency (ROSCOSMOS)",
                "type": "Government"
            },
            "rocket": {
                "id": 1843,
                "configuration": {
                    "id": 24,
                    "launch_library_id": 49,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/24/?format=api",
                    "name": "Soyuz 2.1a",
                    "family": "Soyuz",
                    "full_name": "Soyuz 2.1a",
                    "variant": ""
                }
            },
            "mission": null,
            "pad": {
                "id": 20,
                "url": "https://ll.thespacedevs.com/2.0.0/pad/20/?format=api",
                "agency_id": null,
                "name": "31/6",
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/Baikonur_Cosmodrome_Site_31",
                "map_url": "https://www.google.com/maps?q=45.996034,63.564003",
                "latitude": "45.996034",
                "longitude": "63.564003",
                "location": {
                    "id": 15,
                    "url": "https://ll.thespacedevs.com/2.0.0/location/15/?format=api",
                    "name": "Baikonur Cosmodrome, Republic of Kazakhstan",
                    "country_code": "KAZ",
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_15_20200803142517.jpg",
                    "total_launch_count": 1555,
                    "total_landing_count": 0
                },
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_20_20200803143516.jpg",
                "total_launch_count": 422
            },
            "webcast_live": false,
            "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/soyuz_2.1a_image_20230805184309.jpg",
            "infographic": null,
            "program": []
        },
        {
            "id": "06e691d9-5ef6-4e1c-a0eb-ae7534410b41",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/06e691d9-5ef6-4e1c-a0eb-ae7534410b41/?format=api",
            "launch_library_id": null,
            "slug": "thor-delta-e-essa-3",
            "name": "Thor Delta E | ESSA 3",
            "status": {
                "id": 3,
                "name": "Success"
            },
            "net": "1966-10-02T10:39:03Z",
            "window_end": "1966-10-02T10:39:03Z",
            "window_start": "1966-10-02T10:39:03Z",
            "inhold": false,
            "tbdtime": false,
            "tbddate": false,
            "probability": null,
            "holdreason": "",
            "failreason": null,
            "hashtag": null,
            "launch_service_provider": {
                "id": 161,
                "url": "https://ll.thespacedevs.com/2.0.0/agencies/161/?format=api",
                "name": "United States Air Force",
                "type": "Government"
            },
            "rocket": {
                "id": 3577,
                "configuration": {
                    "id": 404,
                    "launch_library_id": null,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/404/?format=api",
                    "name": "Thor Delta E",
                    "family": "Thor",
                    "full_name": "Thor Delta E",
                    "variant": "Delta E"
                }
            },
            "mission": {
                "id": 1996,
                "launch_library_id": null,
                "name": "ESSA 3",
                "description": "The ESSA series was the second generation of US meterological satellites after the TIROS (Television & Infra-Red Observation Satellite) series. They were also called OT (Operational TIROS), TOS (TIROS Operational Satellite).",
                "launch_designator": null,
                "type": "Earth Science",
                "orbit": {
                    "id": 17,
                    "name": "Sun-Synchronous Orbit",
                    "abbrev": "SSO"
                }
            },
            "pad": {
                "id": 98,
                "url": "https://ll.thespacedevs.com/2.0.0/pad/98/?format=api",
                "agency_id": 161,
                "name": "Space Launch Complex 2E",
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/Vandenberg_Space_Launch_Complex_2",
                "map_url": "https://www.google.com/maps?q=34.7516,-120.6192",
                "latitude": "34.7516",
                "longitude": "-120.6192",
                "location": {
                    "id": 11,
                    "url": "https://ll.thespacedevs.com/2.0.0/location/11/?format=api",
                    "name": "Vandenberg SFB, CA, USA",
                    "country_code": "USA",
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_11_20200803142416.jpg",
                    "total_launch_count": 805,
                    "total_landing_count": 26
                },
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_98_20200803143228.jpg",
                "total_launch_count": 47
            },
            "webcast_live": false,
            "image": null,
            "infographic": null,
            "program": []
        },
        {
            "id": "06dfcb34-0b76-4fbc-9046-09ab66db7b83",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/06dfcb34-0b76-4fbc-9046-09ab66db7b83/?format=api",
            "launch_library_id": 1958,
            "slug": "falcon-9-block-5-dragon-crs-2-spx-21",
            "name": "Falcon 9 Block 5 | Dragon CRS-2 SpX-21",
            "status": {
                "id": 3,
                "name": "Success"
            },
            "net": "2020-12-06T16:17:08Z",
            "window_end": "2020-12-06T16:17:08Z",
            "window_start": "2020-12-06T16:17:08Z",
            "inhold": false,
            "tbdtime": false,
            "tbddate": false,
            "probability": 70,
            "holdreason": "",
            "failreason": "",
            "hashtag": null,
            "launch_service_provider": {
                "id": 121,
                "url": "https://ll.thespacedevs.com/2.0.0/agencies/121/?format=api",
                "name": "SpaceX",
                "type": "Commercial"
            },
            "rocket": {
                "id": 2513,
                "configuration": {
                    "id": 164,
                    "launch_library_id": 188,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/164/?format=api",
                    "name": "Falcon 9",
                    "family": "Falcon",
                    "full_name": "Falcon 9 Block 5",
                    "variant": "Block 5"
                }
            },
            "mission": {
                "id": 1212,
                "launch_library_id": null,
                "name": "Dragon CRS-2 SpX-21",
                "description": "SpaceX will launch the first cargo variant of its Dragon 2 spacecraft on their 21st commercial resupply services mission to the International Space Station. The flight will be conducted under the second Commercial Resupply Services contract with NASA.\r\n\r\nDragon will be filled with supplies and payloads, including critical materials to directly support more than 250 science and research investigations that occur onboard the orbiting laboratory.",
                "launch_designator": null,
                "type": "Resupply",
                "orbit": {
                    "id": 8,
                    "name": "Low Earth Orbit",
                    "abbrev": "LEO"
                }
            },
            "pad": {
                "id": 87,
                "url": "https://ll.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://ll.thespacedevs.com/2.0.0/location/27/?format=api",
                    "name": "Kennedy Space Center, FL, USA",
                    "country_code": "USA",
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_27_20200803142447.jpg",
                    "total_launch_count": 264,
                    "total_landing_count": 0
                },
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_87_20200803143537.jpg",
                "total_launch_count": 206
            },
            "webcast_live": false,
            "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/falcon2520925_image_20210520085648.jpeg",
            "infographic": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/infographic_images/falcon2520925_infographic_20210607151057.png",
            "program": [
                {
                    "id": 11,
                    "url": "https://ll.thespacedevs.com/2.0.0/program/11/?format=api",
                    "name": "Commercial Resupply Services",
                    "description": "Commercial Resupply Services (CRS) are a series of flights awarded by NASA for the delivery of cargo and supplies to the International Space Station.The first CRS contracts were signed in 2008 and awarded $1.6 billion to SpaceX for twelve cargo Dragon and $1.9 billion to Orbital Sciences for eight Cygnus flights, covering deliveries to 2016. The Falcon 9 and Antares rockets were also developed under the CRS program to deliver cargo spacecraft to the ISS.",
                    "agencies": [
                        {
                            "id": 44,
                            "url": "https://ll.thespacedevs.com/2.0.0/agencies/44/?format=api",
                            "name": "National Aeronautics and Space Administration",
                            "type": "Government"
                        },
                        {
                            "id": 257,
                            "url": "https://ll.thespacedevs.com/2.0.0/agencies/257/?format=api",
                            "name": "Northrop Grumman Space Systems",
                            "type": "Commercial"
                        },
                        {
                            "id": 1020,
                            "url": "https://ll.thespacedevs.com/2.0.0/agencies/1020/?format=api",
                            "name": "Sierra Nevada Corporation",
                            "type": "Commercial"
                        },
                        {
                            "id": 121,
                            "url": "https://ll.thespacedevs.com/2.0.0/agencies/121/?format=api",
                            "name": "SpaceX",
                            "type": "Commercial"
                        }
                    ],
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/commercial2520_program_20201129212219.png",
                    "start_date": "2008-12-23T00:00:00Z",
                    "end_date": null,
                    "info_url": null,
                    "wiki_url": "https://en.wikipedia.org/wiki/Commercial_Resupply_Services#Commercial_Resupply_Services"
                },
                {
                    "id": 17,
                    "url": "https://ll.thespacedevs.com/2.0.0/program/17/?format=api",
                    "name": "International Space Station",
                    "description": "The International Space Station programme is tied together by a complex set of legal, political and financial agreements between the sixteen nations involved in the project, governing ownership of the various components, rights to crewing and utilization, and responsibilities for crew rotation and resupply of the International Space Station. It was conceived in 1984 by President Ronald Reagan, during the Space Station Freedom project as it was originally called.",
                    "agencies": [
                        {
                            "id": 16,
                            "url": "https://ll.thespacedevs.com/2.0.0/agencies/16/?format=api",
                            "name": "Canadian Space Agency",
                            "type": "Government"
                        },
                        {
                            "id": 27,
                            "url": "https://ll.thespacedevs.com/2.0.0/agencies/27/?format=api",
                            "name": "European Space Agency",
                            "type": "Multinational"
                        },
                        {
                            "id": 37,
                            "url": "https://ll.thespacedevs.com/2.0.0/agencies/37/?format=api",
                            "name": "Japan Aerospace Exploration Agency",
                            "type": "Government"
                        },
                        {
                            "id": 44,
                            "url": "https://ll.thespacedevs.com/2.0.0/agencies/44/?format=api",
                            "name": "National Aeronautics and Space Administration",
                            "type": "Government"
                        },
                        {
                            "id": 63,
                            "url": "https://ll.thespacedevs.com/2.0.0/agencies/63/?format=api",
                            "name": "Russian Federal Space Agency (ROSCOSMOS)",
                            "type": "Government"
                        }
                    ],
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/international2_program_20201129184745.png",
                    "start_date": "1998-11-20T06:40:00Z",
                    "end_date": null,
                    "info_url": "https://www.nasa.gov/mission_pages/station/main/index.html",
                    "wiki_url": "https://en.wikipedia.org/wiki/International_Space_Station_programme"
                }
            ]
        },
        {
            "id": "06c96057-daba-4ee9-8c58-ac1cdb2165e7",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/06c96057-daba-4ee9-8c58-ac1cdb2165e7/?format=api",
            "launch_library_id": null,
            "slug": "molniya-m-luna-10",
            "name": "Molniya-M | Luna-10",
            "status": {
                "id": 3,
                "name": "Success"
            },
            "net": "1966-03-31T10:46:59Z",
            "window_end": "1966-03-31T10:46:59Z",
            "window_start": "1966-03-31T10:46:59Z",
            "inhold": false,
            "tbdtime": false,
            "tbddate": false,
            "probability": null,
            "holdreason": "",
            "failreason": null,
            "hashtag": null,
            "launch_service_provider": {
                "id": 66,
                "url": "https://ll.thespacedevs.com/2.0.0/agencies/66/?format=api",
                "name": "Soviet Space Program",
                "type": "Government"
            },
            "rocket": {
                "id": 3510,
                "configuration": {
                    "id": 106,
                    "launch_library_id": 126,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/106/?format=api",
                    "name": "Molniya-M",
                    "family": "R-7",
                    "full_name": "Molniya-M 2BL",
                    "variant": "2BL"
                }
            },
            "mission": {
                "id": 1930,
                "launch_library_id": null,
                "name": "Luna-10",
                "description": "Lunar probe which successfully entered lunar orbit on April 3.",
                "launch_designator": null,
                "type": "Lunar Exploration",
                "orbit": {
                    "id": 11,
                    "name": "Lunar Orbit",
                    "abbrev": "LO"
                }
            },
            "pad": {
                "id": 20,
                "url": "https://ll.thespacedevs.com/2.0.0/pad/20/?format=api",
                "agency_id": null,
                "name": "31/6",
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/Baikonur_Cosmodrome_Site_31",
                "map_url": "https://www.google.com/maps?q=45.996034,63.564003",
                "latitude": "45.996034",
                "longitude": "63.564003",
                "location": {
                    "id": 15,
                    "url": "https://ll.thespacedevs.com/2.0.0/location/15/?format=api",
                    "name": "Baikonur Cosmodrome, Republic of Kazakhstan",
                    "country_code": "KAZ",
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_15_20200803142517.jpg",
                    "total_launch_count": 1555,
                    "total_landing_count": 0
                },
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_20_20200803143516.jpg",
                "total_launch_count": 422
            },
            "webcast_live": false,
            "image": null,
            "infographic": null,
            "program": [
                {
                    "id": 38,
                    "url": "https://ll.thespacedevs.com/2.0.0/program/38/?format=api",
                    "name": "Luna",
                    "description": "The Luna program was a series of robotic spacecraft missions sent to the Moon by the Soviet Union between 1959 and 1976. The program accomplished many firsts in space exploration, including first flyby of the Moon, first impact of the Moon and first photos of the far side of the Moon. Each mission was designed as either an orbiter or lander. They also performed many experiments, studying the Moon's chemical composition, gravity, temperature, and radiation.",
                    "agencies": [
                        {
                            "id": 66,
                            "url": "https://ll.thespacedevs.com/2.0.0/agencies/66/?format=api",
                            "name": "Soviet Space Program",
                            "type": "Government"
                        }
                    ],
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/luna_1_impactor_image_20240813082956.jpg",
                    "start_date": "1958-09-23T07:40:23Z",
                    "end_date": "1976-08-22T17:55:00Z",
                    "info_url": null,
                    "wiki_url": "https://en.wikipedia.org/wiki/Luna_programme"
                }
            ]
        },
        {
            "id": "06c93141-1982-4d97-a4cf-6673b4571631",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/06c93141-1982-4d97-a4cf-6673b4571631/?format=api",
            "launch_library_id": null,
            "slug": "long-march-4b-feng-yun-1c",
            "name": "Long March 4B | Feng Yun 1C",
            "status": {
                "id": 3,
                "name": "Success"
            },
            "net": "1999-05-10T01:33:00Z",
            "window_end": "1999-05-10T01:33:00Z",
            "window_start": "1999-05-10T01:33:00Z",
            "inhold": false,
            "tbdtime": false,
            "tbddate": false,
            "probability": null,
            "holdreason": "",
            "failreason": null,
            "hashtag": null,
            "launch_service_provider": {
                "id": 189,
                "url": "https://ll.thespacedevs.com/2.0.0/agencies/189/?format=api",
                "name": "China Aerospace Corporation",
                "type": "Government"
            },
            "rocket": {
                "id": 6919,
                "configuration": {
                    "id": 10,
                    "launch_library_id": 16,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/10/?format=api",
                    "name": "Long March 4B",
                    "family": "Long March",
                    "full_name": "Long March 4B",
                    "variant": "B"
                }
            },
            "mission": {
                "id": 5309,
                "launch_library_id": null,
                "name": "Feng Yun 1C",
                "description": "Chinese polar orbiting meteorological satellite",
                "launch_designator": null,
                "type": "Earth Science",
                "orbit": {
                    "id": 13,
                    "name": "Polar Orbit",
                    "abbrev": "PO"
                }
            },
            "pad": {
                "id": 33,
                "url": "https://ll.thespacedevs.com/2.0.0/pad/33/?format=api",
                "agency_id": null,
                "name": "Launch Complex 7",
                "info_url": null,
                "wiki_url": null,
                "map_url": "https://www.google.com/maps?q=38.8489311,111.6079339",
                "latitude": "38.8489311",
                "longitude": "111.6079339",
                "location": {
                    "id": 19,
                    "url": "https://ll.thespacedevs.com/2.0.0/location/19/?format=api",
                    "name": "Taiyuan Satellite Launch Center, People's Republic of China",
                    "country_code": "CHN",
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_19_20200803142421.jpg",
                    "total_launch_count": 140,
                    "total_landing_count": 0
                },
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_33_20200803143335.jpg",
                "total_launch_count": 32
            },
            "webcast_live": false,
            "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/long2520march25204_image_20190430065008.jpg",
            "infographic": null,
            "program": []
        },
        {
            "id": "06c25013-1116-4af8-ac9f-f282192089af",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/06c25013-1116-4af8-ac9f-f282192089af/?format=api",
            "launch_library_id": 545,
            "slug": "soyuz-21b-resurs-p-no1",
            "name": "Soyuz 2.1b | Resurs-P No.1",
            "status": {
                "id": 3,
                "name": "Success"
            },
            "net": "2013-06-25T17:28:48Z",
            "window_end": "2013-06-25T17:28:48Z",
            "window_start": "2013-06-25T17:28:48Z",
            "inhold": false,
            "tbdtime": false,
            "tbddate": false,
            "probability": -1,
            "holdreason": "",
            "failreason": null,
            "hashtag": null,
            "launch_service_provider": {
                "id": 63,
                "url": "https://ll.thespacedevs.com/2.0.0/agencies/63/?format=api",
                "name": "Russian Federal Space Agency (ROSCOSMOS)",
                "type": "Government"
            },
            "rocket": {
                "id": 1683,
                "configuration": {
                    "id": 15,
                    "launch_library_id": 3,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/15/?format=api",
                    "name": "Soyuz 2.1b",
                    "family": "Soyuz",
                    "full_name": "Soyuz 2.1b",
                    "variant": ""
                }
            },
            "mission": {
                "id": 14,
                "launch_library_id": 24,
                "name": "Resurs-P No.1",
                "description": "Resurs-P No.1 is a Russian commercial earth observation satellite capable of acquiring high-resolution imagery (resolution up to 1.0 m).",
                "launch_designator": null,
                "type": "Earth Science",
                "orbit": {
                    "id": 17,
                    "name": "Sun-Synchronous Orbit",
                    "abbrev": "SSO"
                }
            },
            "pad": {
                "id": 20,
                "url": "https://ll.thespacedevs.com/2.0.0/pad/20/?format=api",
                "agency_id": null,
                "name": "31/6",
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/Baikonur_Cosmodrome_Site_31",
                "map_url": "https://www.google.com/maps?q=45.996034,63.564003",
                "latitude": "45.996034",
                "longitude": "63.564003",
                "location": {
                    "id": 15,
                    "url": "https://ll.thespacedevs.com/2.0.0/location/15/?format=api",
                    "name": "Baikonur Cosmodrome, Republic of Kazakhstan",
                    "country_code": "KAZ",
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_15_20200803142517.jpg",
                    "total_launch_count": 1555,
                    "total_landing_count": 0
                },
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_20_20200803143516.jpg",
                "total_launch_count": 422
            },
            "webcast_live": false,
            "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/soyuz_2.1b_image_20230802085331.jpg",
            "infographic": null,
            "program": []
        },
        {
            "id": "06c151cb-e0f1-4814-94be-caa0e7dd4920",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/06c151cb-e0f1-4814-94be-caa0e7dd4920/?format=api",
            "launch_library_id": null,
            "slug": "slv-3-rohini-1b",
            "name": "SLV-3 | Rohini 1B",
            "status": {
                "id": 3,
                "name": "Success"
            },
            "net": "1980-07-18T02:33:45Z",
            "window_end": "1980-07-18T02:33:45Z",
            "window_start": "1980-07-18T02:33:45Z",
            "inhold": false,
            "tbdtime": false,
            "tbddate": false,
            "probability": null,
            "holdreason": "",
            "failreason": "",
            "hashtag": null,
            "launch_service_provider": {
                "id": 31,
                "url": "https://ll.thespacedevs.com/2.0.0/agencies/31/?format=api",
                "name": "Indian Space Research Organization",
                "type": "Government"
            },
            "rocket": {
                "id": 5194,
                "configuration": {
                    "id": 353,
                    "launch_library_id": null,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/353/?format=api",
                    "name": "SLV-3",
                    "family": "",
                    "full_name": "SLV-3",
                    "variant": "3"
                }
            },
            "mission": {
                "id": 3604,
                "launch_library_id": null,
                "name": "Rohini 1B",
                "description": "Indian small satellite used to evaluate the launch vehicle performance of the SLV-3 rocket",
                "launch_designator": null,
                "type": "Test Flight",
                "orbit": {
                    "id": 8,
                    "name": "Low Earth Orbit",
                    "abbrev": "LEO"
                }
            },
            "pad": {
                "id": 40,
                "url": "https://ll.thespacedevs.com/2.0.0/pad/40/?format=api",
                "agency_id": 31,
                "name": "SLV-3 Launch Pad",
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/Satish_Dhawan_Space_Centre_SLV_Launch_Pad",
                "map_url": "https://www.google.com/maps?q=13.666193,80.227231",
                "latitude": "13.666193",
                "longitude": "80.227231",
                "location": {
                    "id": 14,
                    "url": "https://ll.thespacedevs.com/2.0.0/location/14/?format=api",
                    "name": "Satish Dhawan Space Centre, India",
                    "country_code": "IND",
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_14_20200803142403.jpg",
                    "total_launch_count": 98,
                    "total_landing_count": 0
                },
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_40_20200803143325.jpg",
                "total_launch_count": 8
            },
            "webcast_live": false,
            "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/slv-3_image_20240210152959.jpg",
            "infographic": null,
            "program": []
        },
        {
            "id": "06b9f723-6418-406f-a14b-ab05c3059acd",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/06b9f723-6418-406f-a14b-ab05c3059acd/?format=api",
            "launch_library_id": null,
            "slug": "tsiklon-3-epn-030380-2",
            "name": "Tsiklon-3 | EPN 03.0380 2",
            "status": {
                "id": 3,
                "name": "Success"
            },
            "net": "1977-09-24T10:15:00Z",
            "window_end": "1977-09-24T10:15:00Z",
            "window_start": "1977-09-24T10:15:00Z",
            "inhold": false,
            "tbdtime": false,
            "tbddate": false,
            "probability": null,
            "holdreason": "",
            "failreason": null,
            "hashtag": null,
            "launch_service_provider": {
                "id": 66,
                "url": "https://ll.thespacedevs.com/2.0.0/agencies/66/?format=api",
                "name": "Soviet Space Program",
                "type": "Government"
            },
            "rocket": {
                "id": 4886,
                "configuration": {
                    "id": 445,
                    "launch_library_id": null,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/445/?format=api",
                    "name": "Tsiklon-3",
                    "family": "Tsiklon",
                    "full_name": "Tsiklon-3",
                    "variant": "3"
                }
            },
            "mission": {
                "id": 3302,
                "launch_library_id": null,
                "name": "EPN 03.0380 2",
                "description": "Dynamic simulator of the Tselina-D ELINT satellite",
                "launch_designator": null,
                "type": "Test Flight",
                "orbit": {
                    "id": 8,
                    "name": "Low Earth Orbit",
                    "abbrev": "LEO"
                }
            },
            "pad": {
                "id": 127,
                "url": "https://ll.thespacedevs.com/2.0.0/pad/127/?format=api",
                "agency_id": 63,
                "name": "32/2",
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/Plesetsk_Cosmodrome_Site_32",
                "map_url": "https://www.google.com/maps?q=62.9063889,40.7844727",
                "latitude": "62.9063889",
                "longitude": "40.7844727",
                "location": {
                    "id": 6,
                    "url": "https://ll.thespacedevs.com/2.0.0/location/6/?format=api",
                    "name": "Plesetsk Cosmodrome, Russian Federation",
                    "country_code": "RUS",
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_6_20200803142434.jpg",
                    "total_launch_count": 1674,
                    "total_landing_count": 0
                },
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_127_20200803143245.jpg",
                "total_launch_count": 65
            },
            "webcast_live": false,
            "image": null,
            "infographic": null,
            "program": []
        }
    ]
}