API endpoint that returns future Launch objects and launches from the last twenty four hours.

GET: Return a list of future Launches

FILTERS: Fields - 'name', 'id(s)', 'lsp_id', 'lsp_name', 'launcher_config__id',

MODE: 'normal', 'list', 'detailed' EXAMPLE: ?mode=list

SEARCH: Searches through the launch name, rocket name, launch agency and mission name. EXAMPLE - ?search=SpaceX

GET /2.0.0/launch/upcoming/?format=api&offset=60&ordering=-name
HTTP 200 OK
Allow: GET
Content-Type: application/json
Vary: Accept

{
    "count": 337,
    "next": "https://ll.thespacedevs.com/2.0.0/launch/upcoming/?format=api&limit=10&offset=70&ordering=-name",
    "previous": "https://ll.thespacedevs.com/2.0.0/launch/upcoming/?format=api&limit=10&offset=50&ordering=-name",
    "results": [
        {
            "id": "17b75859-1630-481b-9985-6eef21dcc9a8",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/17b75859-1630-481b-9985-6eef21dcc9a8/?format=api",
            "launch_library_id": null,
            "slug": "starship-starlab",
            "name": "Starship | Starlab",
            "status": {
                "id": 2,
                "name": "TBD"
            },
            "net": "2028-12-31T00:00:00Z",
            "window_end": "2028-12-31T00:00:00Z",
            "window_start": "2028-12-31T00:00:00Z",
            "inhold": false,
            "tbdtime": true,
            "tbddate": true,
            "probability": null,
            "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": 8188,
                "configuration": {
                    "id": 464,
                    "launch_library_id": null,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/464/?format=api",
                    "name": "Starship",
                    "family": "Starship",
                    "full_name": "Starship",
                    "variant": ""
                }
            },
            "mission": {
                "id": 6756,
                "launch_library_id": null,
                "name": "Starlab",
                "description": "Private space station developed by a joint venture between Voyager Space and Airbus.",
                "launch_designator": null,
                "type": "Human Exploration",
                "orbit": {
                    "id": 8,
                    "name": "Low Earth Orbit",
                    "abbrev": "LEO"
                }
            },
            "pad": {
                "id": 203,
                "url": "https://ll.thespacedevs.com/2.0.0/pad/203/?format=api",
                "agency_id": 121,
                "name": "Launch Complex 39A Starship Pad",
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/Kennedy_Space_Center_Launch_Complex_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_launch_complex_39a_20220818090654.jpg",
                "total_launch_count": 0
            },
            "webcast_live": false,
            "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/starship_liftof_image_20240314160301.jpg",
            "infographic": null,
            "program": []
        },
        {
            "id": "ef9b458b-bebf-4eb6-b970-8d77998616f3",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/ef9b458b-bebf-4eb6-b970-8d77998616f3/?format=api",
            "launch_library_id": null,
            "slug": "starship-flight-9",
            "name": "Starship | Flight 9",
            "status": {
                "id": 2,
                "name": "TBD"
            },
            "net": "2025-12-31T00:00:00Z",
            "window_end": "2025-12-31T00:00:00Z",
            "window_start": "2025-12-31T00:00:00Z",
            "inhold": false,
            "tbdtime": true,
            "tbddate": true,
            "probability": null,
            "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": 8567,
                "configuration": {
                    "id": 464,
                    "launch_library_id": null,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/464/?format=api",
                    "name": "Starship",
                    "family": "Starship",
                    "full_name": "Starship",
                    "variant": ""
                }
            },
            "mission": {
                "id": 7158,
                "launch_library_id": null,
                "name": "Flight 9",
                "description": "9th test flight of the two-stage Starship launch vehicle.",
                "launch_designator": null,
                "type": "Test Flight",
                "orbit": {
                    "id": 15,
                    "name": "Suborbital",
                    "abbrev": "Sub"
                }
            },
            "pad": {
                "id": 188,
                "url": "https://ll.thespacedevs.com/2.0.0/pad/188/?format=api",
                "agency_id": 121,
                "name": "Orbital Launch Mount A",
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/SpaceX_Starbase#Launch_site_(Orbital_Launch_Pad_A_and_B)",
                "map_url": "https://www.google.com/maps?q=25.9962,-97.154423",
                "latitude": "25.9962",
                "longitude": "-97.154423",
                "location": {
                    "id": 143,
                    "url": "https://ll.thespacedevs.com/2.0.0/location/143/?format=api",
                    "name": "SpaceX Starbase, TX, USA",
                    "country_code": "USA",
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_143_20200803142438.jpg",
                    "total_launch_count": 17,
                    "total_landing_count": 13
                },
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_orbital_launch_mount_a_20210514061342.jpg",
                "total_launch_count": 8
            },
            "webcast_live": false,
            "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/starship_on_the_image_20250111100520.jpg",
            "infographic": null,
            "program": [
                {
                    "id": 1,
                    "url": "https://ll.thespacedevs.com/2.0.0/program/1/?format=api",
                    "name": "SpaceX Starship",
                    "description": "The SpaceX Starship is a fully reusable super heavy-lift launch vehicle under development by SpaceX since 2012, as a self-funded private spaceflight project.  The second stage of the Starship — is designed as a long-duration cargo and passenger-carrying spacecraft. It is expected to be initially used without any booster stage at all, as part of an extensive development program to prove out launch-and-landing and iterate on a variety of design details, particularly with respect to the vehicle's atmospheric reentry.",
                    "agencies": [
                        {
                            "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/spacex2520star_program_20201129204513.png",
                    "start_date": "2019-03-01T05:00:00Z",
                    "end_date": null,
                    "info_url": "https://www.spacex.com/vehicles/starship/",
                    "wiki_url": "https://en.wikipedia.org/wiki/SpaceX_Starship"
                }
            ]
        },
        {
            "id": "7bb96f12-250e-4e80-84ad-53f52f710bb7",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/7bb96f12-250e-4e80-84ad-53f52f710bb7/?format=api",
            "launch_library_id": 1612,
            "slug": "sslv-space-maitri",
            "name": "SSLV | Space MAITRI",
            "status": {
                "id": 2,
                "name": "TBD"
            },
            "net": "2026-03-31T00:00:00Z",
            "window_end": "2026-03-31T00:00:00Z",
            "window_start": "2026-03-31T00:00:00Z",
            "inhold": false,
            "tbdtime": true,
            "tbddate": true,
            "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": 122,
                "configuration": {
                    "id": 150,
                    "launch_library_id": 189,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/150/?format=api",
                    "name": "SSLV",
                    "family": "",
                    "full_name": "SSLV",
                    "variant": ""
                }
            },
            "mission": {
                "id": 7125,
                "launch_library_id": null,
                "name": "Space MAITRI",
                "description": "Space Machines Company (SMC)'s second Optimus Orbital Transfer Vehicle (OTV), will launch on a mission designated Space MAITRI (Mission for Australia-India’s Technology, Research and Innovation). The mission will focus on debris management and sustainability, and will significantly advance Australia’s domestic space industry by combining Australian spacecraft capabilities with India's launch expertise.\r\n\r\nAfter separation, Optimus will perform a series of propulsive on-orbit maneuvers to inspect a space object in close proximity. It will then spend several months on orbit examining space debris to demonstrate affordable and accessible space sustainability technologies.",
                "launch_designator": null,
                "type": "Technology",
                "orbit": {
                    "id": 8,
                    "name": "Low Earth Orbit",
                    "abbrev": "LEO"
                }
            },
            "pad": {
                "id": 50,
                "url": "https://ll.thespacedevs.com/2.0.0/pad/50/?format=api",
                "agency_id": 31,
                "name": "Satish Dhawan Space Centre First Launch Pad",
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/Satish_Dhawan_Space_Centre_First_Launch_Pad",
                "map_url": "https://www.google.com/maps?q=13.733,80.235",
                "latitude": "13.733",
                "longitude": "80.235",
                "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_50_20200803143457.jpg",
                "total_launch_count": 61
            },
            "webcast_live": false,
            "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/sslv_image_20220912001724.jpeg",
            "infographic": null,
            "program": []
        },
        {
            "id": "b0bafe84-0907-495e-a817-cddfab6d2664",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/b0bafe84-0907-495e-a817-cddfab6d2664/?format=api",
            "launch_library_id": null,
            "slug": "spectrum-aos-demo-precursor",
            "name": "Spectrum | AOS-Demo & Precursor",
            "status": {
                "id": 2,
                "name": "TBD"
            },
            "net": "2028-12-31T00:00:00Z",
            "window_end": "2028-12-31T00:00:00Z",
            "window_start": "2028-12-31T00:00:00Z",
            "inhold": false,
            "tbdtime": true,
            "tbddate": true,
            "probability": null,
            "holdreason": "",
            "failreason": "",
            "hashtag": null,
            "launch_service_provider": {
                "id": 1046,
                "url": "https://ll.thespacedevs.com/2.0.0/agencies/1046/?format=api",
                "name": "Isar Aerospace",
                "type": "Private"
            },
            "rocket": {
                "id": 8555,
                "configuration": {
                    "id": 491,
                    "launch_library_id": null,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/491/?format=api",
                    "name": "Spectrum",
                    "family": "",
                    "full_name": "Spectrum",
                    "variant": ""
                }
            },
            "mission": {
                "id": 7146,
                "launch_library_id": null,
                "name": "AOS-Demo & Precursor",
                "description": "Two satellites for the Norwegian Space Agency’s Arctic Ocean Surveillance (AOS) program.\r\n\r\nAOS-Demo will be built by thr Norwegian engineering company Eidel to demonstrate maritime monitoring technologies. \r\n\r\nAOS-Precursor will be built by Kongsberg Defence & Aerospace as the first operational satellite of the system to track maritime activities in the Arctic.",
                "launch_designator": null,
                "type": "Earth Science",
                "orbit": {
                    "id": 17,
                    "name": "Sun-Synchronous Orbit",
                    "abbrev": "SSO"
                }
            },
            "pad": {
                "id": 51,
                "url": "https://ll.thespacedevs.com/2.0.0/pad/51/?format=api",
                "agency_id": null,
                "name": "Orbital Launch Pad",
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/And%C3%B8ya_Space",
                "map_url": "https://www.google.com/maps?q=69.1084,15.5895",
                "latitude": "69.1084",
                "longitude": "15.5895",
                "location": {
                    "id": 161,
                    "url": "https://ll.thespacedevs.com/2.0.0/location/161/?format=api",
                    "name": "Andøya Spaceport",
                    "country_code": "NOR",
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_161_20240109072235.jpg",
                    "total_launch_count": 1,
                    "total_landing_count": 0
                },
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_51_20200803143605.jpg",
                "total_launch_count": 1
            },
            "webcast_live": false,
            "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/spectrum_on_the_image_20250321072643.jpeg",
            "infographic": null,
            "program": []
        },
        {
            "id": "28953c93-cc51-48a1-be8c-d92fc0929b66",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/28953c93-cc51-48a1-be8c-d92fc0929b66/?format=api",
            "launch_library_id": 2058,
            "slug": "soyuz-21bfregat-m-luna-27",
            "name": "Soyuz 2.1b/Fregat-M | Luna 27",
            "status": {
                "id": 2,
                "name": "TBD"
            },
            "net": "2028-12-31T00:00:00Z",
            "window_end": "2028-12-31T00:00:00Z",
            "window_start": "2028-12-31T00:00:00Z",
            "inhold": false,
            "tbdtime": true,
            "tbddate": true,
            "probability": null,
            "holdreason": "",
            "failreason": "",
            "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": 2705,
                "configuration": {
                    "id": 134,
                    "launch_library_id": 153,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/134/?format=api",
                    "name": "Soyuz 2.1b/Fregat-M",
                    "family": "Soyuz",
                    "full_name": "Soyuz 2.1b Fregat-M",
                    "variant": "Fregat-M"
                }
            },
            "mission": {
                "id": 6727,
                "launch_library_id": null,
                "name": "Luna 27",
                "description": "Luna 27 (also named Luna-Resurs 1) is a planned lunar lander mission by Roscosmos to send a lander to the South Pole–Aitken basin, an area on the far side of the Moon. The purpose is to prospect for minerals, volatiles (nitrogen, water, carbon dioxide, ammonia, hydrogen, methane and sulfur dioxide, and lunar water ice in permanently shadowed areas of the Moon and investigate the potential use of these natural lunar resources. On the long term, Russia considers building a crewed base on the Moon's far side that would bring scientific and commercial benefits.\r\n\r\nThe lander will feature 15 science instruments that will analyse the regolith, plasma in the exosphere, dust, and seismic activity. The payload will include a sampling drill.",
                "launch_designator": null,
                "type": "Planetary Science",
                "orbit": {
                    "id": 11,
                    "name": "Lunar Orbit",
                    "abbrev": "LO"
                }
            },
            "pad": {
                "id": 83,
                "url": "https://ll.thespacedevs.com/2.0.0/pad/83/?format=api",
                "agency_id": 63,
                "name": "Cosmodrome Site 1S",
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/Vostochny_Cosmodrome",
                "map_url": "https://www.google.com/maps?q=51.884395,128.333932",
                "latitude": "51.884395",
                "longitude": "128.333932",
                "location": {
                    "id": 18,
                    "url": "https://ll.thespacedevs.com/2.0.0/location/18/?format=api",
                    "name": "Vostochny Cosmodrome, Siberia, Russian Federation",
                    "country_code": "RUS",
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_18_20200803142401.jpg",
                    "total_launch_count": 19,
                    "total_landing_count": 0
                },
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_83_20200803143544.jpg",
                "total_launch_count": 18
            },
            "webcast_live": false,
            "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/soyuz_2.1b_image_20230802085331.jpg",
            "infographic": null,
            "program": []
        },
        {
            "id": "863a3530-e07b-4fcd-88db-3170a1712a48",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/863a3530-e07b-4fcd-88db-3170a1712a48/?format=api",
            "launch_library_id": 2057,
            "slug": "soyuz-21bfregat-m-luna-26",
            "name": "Soyuz 2.1b/Fregat-M | Luna 26",
            "status": {
                "id": 2,
                "name": "TBD"
            },
            "net": "2027-12-31T00:00:00Z",
            "window_end": "2027-12-31T00:00:00Z",
            "window_start": "2027-12-31T00:00:00Z",
            "inhold": false,
            "tbdtime": true,
            "tbddate": true,
            "probability": null,
            "holdreason": "",
            "failreason": "",
            "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": 2704,
                "configuration": {
                    "id": 134,
                    "launch_library_id": 153,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/134/?format=api",
                    "name": "Soyuz 2.1b/Fregat-M",
                    "family": "Soyuz",
                    "full_name": "Soyuz 2.1b Fregat-M",
                    "variant": "Fregat-M"
                }
            },
            "mission": {
                "id": 6726,
                "launch_library_id": null,
                "name": "Luna 26",
                "description": "Luna 26 (also named Luna-Resurs) is a planned lunar polar orbiter, part of the Luna-Glob program, by the Russian space agency Roscosmos. In addition to its scientific role, the Luna 26 orbiter would also function as a telecommunication relay between Earth and Russian landed assets.\r\n\r\nThe scientific payload on board the orbiter is composed of fourteen instruments that will be fabricated by Russia. The payload will study the lunar surface and the environment around the Moon, including the solar wind, and high-energy cosmic rays. Luna 26 will also scout sites for the planned Luna 27 landing mission.\r\n\r\nLuna 26 is the second mission of Russia's new lunar program, which includes the launch of Luna 27, a heavy lander that will study the composition of the lunar soil by collecting several samples. Luna 28, a lunar samples return mission, will be the first to return samples at lunar temperature, and will serve as a demonstration for a future Martian samples return mission. Finally, Luna 29 should land a heavy lunar rover on the surface.",
                "launch_designator": null,
                "type": "Planetary Science",
                "orbit": {
                    "id": 11,
                    "name": "Lunar Orbit",
                    "abbrev": "LO"
                }
            },
            "pad": {
                "id": 83,
                "url": "https://ll.thespacedevs.com/2.0.0/pad/83/?format=api",
                "agency_id": 63,
                "name": "Cosmodrome Site 1S",
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/Vostochny_Cosmodrome",
                "map_url": "https://www.google.com/maps?q=51.884395,128.333932",
                "latitude": "51.884395",
                "longitude": "128.333932",
                "location": {
                    "id": 18,
                    "url": "https://ll.thespacedevs.com/2.0.0/location/18/?format=api",
                    "name": "Vostochny Cosmodrome, Siberia, Russian Federation",
                    "country_code": "RUS",
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_18_20200803142401.jpg",
                    "total_launch_count": 19,
                    "total_landing_count": 0
                },
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_83_20200803143544.jpg",
                "total_launch_count": 18
            },
            "webcast_live": false,
            "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/soyuz_2.1b_image_20230802085331.jpg",
            "infographic": null,
            "program": []
        },
        {
            "id": "2ae6c1b3-e234-419f-ae71-a7d5410d9303",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/2ae6c1b3-e234-419f-ae71-a7d5410d9303/?format=api",
            "launch_library_id": null,
            "slug": "soyuz-21bfregat-m-ionosfera-m-3-4",
            "name": "Soyuz 2.1b/Fregat-M | Ionosfera-M 3 & 4",
            "status": {
                "id": 2,
                "name": "TBD"
            },
            "net": "2025-07-25T00:00:00Z",
            "window_end": "2025-07-25T00:00:00Z",
            "window_start": "2025-07-25T00:00:00Z",
            "inhold": false,
            "tbdtime": true,
            "tbddate": false,
            "probability": null,
            "holdreason": "",
            "failreason": "",
            "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": 8513,
                "configuration": {
                    "id": 134,
                    "launch_library_id": 153,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/134/?format=api",
                    "name": "Soyuz 2.1b/Fregat-M",
                    "family": "Soyuz",
                    "full_name": "Soyuz 2.1b Fregat-M",
                    "variant": "Fregat-M"
                }
            },
            "mission": {
                "id": 7103,
                "launch_library_id": null,
                "name": "Ionosfera-M 3 & 4",
                "description": "Ionosfera is a constellation of four ionospheric and magnetospheric research satellites developed by for Roscosmos for the project Ionozond.\r\n\r\nThe satellites will operate on circular sun-synchronous orbits (SSO), at altitude of about 800 km and located in two orbital planes of two satellites each. \r\n\r\nThe following science instruments are carried on the satellites:\r\n\r\n* SPER/1 Plasma and energy radiation spectrometer\r\n* SG/1 Gamma-ray spectrometer\r\n* GALS/1 Galactic cosmic ray spectrometer / 1\r\n* LAERTES On-board Ionosonde\r\n* NBK/2 Low-frequency wave complex\r\n* ESEP Ionospheric plasma energy spectrometer\r\n* Ozonometer-TM Ozonometer\r\n* MayaK On-board radio transmitters\r\n* PES GPS-GLONASS device",
                "launch_designator": null,
                "type": "Earth Science",
                "orbit": {
                    "id": 17,
                    "name": "Sun-Synchronous Orbit",
                    "abbrev": "SSO"
                }
            },
            "pad": {
                "id": 83,
                "url": "https://ll.thespacedevs.com/2.0.0/pad/83/?format=api",
                "agency_id": 63,
                "name": "Cosmodrome Site 1S",
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/Vostochny_Cosmodrome",
                "map_url": "https://www.google.com/maps?q=51.884395,128.333932",
                "latitude": "51.884395",
                "longitude": "128.333932",
                "location": {
                    "id": 18,
                    "url": "https://ll.thespacedevs.com/2.0.0/location/18/?format=api",
                    "name": "Vostochny Cosmodrome, Siberia, Russian Federation",
                    "country_code": "RUS",
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_18_20200803142401.jpg",
                    "total_launch_count": 19,
                    "total_landing_count": 0
                },
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_83_20200803143544.jpg",
                "total_launch_count": 18
            },
            "webcast_live": false,
            "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/soyuz_2.1b_lift_image_20241105092205.jpg",
            "infographic": null,
            "program": []
        },
        {
            "id": "43cfdc96-8481-446f-ace5-ddc5ed60fb14",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/43cfdc96-8481-446f-ace5-ddc5ed60fb14/?format=api",
            "launch_library_id": null,
            "slug": "soyuz-21bfregat-m-aist-2t-01-02",
            "name": "Soyuz 2.1b/Fregat-M | AIST-2T 01 & 02",
            "status": {
                "id": 2,
                "name": "TBD"
            },
            "net": "2025-08-31T00:00:00Z",
            "window_end": "2025-08-31T00:00:00Z",
            "window_start": "2025-08-31T00:00:00Z",
            "inhold": false,
            "tbdtime": true,
            "tbddate": true,
            "probability": null,
            "holdreason": "",
            "failreason": "",
            "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": 8364,
                "configuration": {
                    "id": 134,
                    "launch_library_id": 153,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/134/?format=api",
                    "name": "Soyuz 2.1b/Fregat-M",
                    "family": "Soyuz",
                    "full_name": "Soyuz 2.1b Fregat-M",
                    "variant": "Fregat-M"
                }
            },
            "mission": {
                "id": 6945,
                "launch_library_id": null,
                "name": "AIST-2T 01 & 02",
                "description": "A pair of Russian optical Earth observation satellites built by the Progress Rocket Space Centre for obtaining stereo images of the Earth's surface, with maximum resolution of 1.2 m in panchromatic mode and a swath width of 32 km.",
                "launch_designator": null,
                "type": "Earth Science",
                "orbit": {
                    "id": 17,
                    "name": "Sun-Synchronous Orbit",
                    "abbrev": "SSO"
                }
            },
            "pad": {
                "id": 83,
                "url": "https://ll.thespacedevs.com/2.0.0/pad/83/?format=api",
                "agency_id": 63,
                "name": "Cosmodrome Site 1S",
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/Vostochny_Cosmodrome",
                "map_url": "https://www.google.com/maps?q=51.884395,128.333932",
                "latitude": "51.884395",
                "longitude": "128.333932",
                "location": {
                    "id": 18,
                    "url": "https://ll.thespacedevs.com/2.0.0/location/18/?format=api",
                    "name": "Vostochny Cosmodrome, Siberia, Russian Federation",
                    "country_code": "RUS",
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_18_20200803142401.jpg",
                    "total_launch_count": 19,
                    "total_landing_count": 0
                },
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_83_20200803143544.jpg",
                "total_launch_count": 18
            },
            "webcast_live": false,
            "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/soyuz_2.1b_image_20230802085331.jpg",
            "infographic": null,
            "program": []
        },
        {
            "id": "458e2e52-87b0-4707-96d8-6899f92e53ee",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/458e2e52-87b0-4707-96d8-6899f92e53ee/?format=api",
            "launch_library_id": null,
            "slug": "soyuz-21bfregat-glonass-k1-no-19",
            "name": "Soyuz 2.1b/Fregat | Glonass-K1 No. 19",
            "status": {
                "id": 2,
                "name": "TBD"
            },
            "net": "2025-12-31T00:00:00Z",
            "window_end": "2025-12-31T00:00:00Z",
            "window_start": "2025-12-31T00:00:00Z",
            "inhold": false,
            "tbdtime": true,
            "tbddate": true,
            "probability": null,
            "holdreason": "",
            "failreason": "",
            "hashtag": null,
            "launch_service_provider": {
                "id": 193,
                "url": "https://ll.thespacedevs.com/2.0.0/agencies/193/?format=api",
                "name": "Russian Space Forces",
                "type": "Government"
            },
            "rocket": {
                "id": 8148,
                "configuration": {
                    "id": 42,
                    "launch_library_id": 65,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/42/?format=api",
                    "name": "Soyuz 2.1b/Fregat",
                    "family": "Soyuz",
                    "full_name": "Soyuz 2.1b Fregat",
                    "variant": "Fregat"
                }
            },
            "mission": {
                "id": 6707,
                "launch_library_id": null,
                "name": "Glonass-K1 No. 19",
                "description": "Glonass-K are the third generation of satellite design for GLONASS satellite navigation system. GLONASS is a Russian space-based navigation system comparable to the similar GPS and Galileo systems. This generation improves on accuracy, power consumption and design life. Each satellite is unpressurized and weighs 935 kg,  and has an operational lifetime of 10 years.",
                "launch_designator": null,
                "type": "Navigation",
                "orbit": {
                    "id": 12,
                    "name": "Medium Earth Orbit",
                    "abbrev": "MEO"
                }
            },
            "pad": {
                "id": 48,
                "url": "https://ll.thespacedevs.com/2.0.0/pad/48/?format=api",
                "agency_id": 163,
                "name": "Unknown Pad",
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/Plesetsk_Cosmodrome",
                "map_url": "https://www.google.com/maps?q=62.925556,40.577778",
                "latitude": "62.925556",
                "longitude": "40.577778",
                "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_48_20200803143459.jpg",
                "total_launch_count": 0
            },
            "webcast_live": false,
            "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/soyuz_2.1b_image_20230802085331.jpg",
            "infographic": null,
            "program": []
        },
        {
            "id": "c5c59136-3554-45e7-9583-9d5611bed7b4",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/c5c59136-3554-45e7-9583-9d5611bed7b4/?format=api",
            "launch_library_id": null,
            "slug": "soyuz-21bfregat-glonass-k1-no-18",
            "name": "Soyuz 2.1b/Fregat | Glonass-K1 No. 18",
            "status": {
                "id": 2,
                "name": "TBD"
            },
            "net": "2025-12-31T00:00:00Z",
            "window_end": "2025-12-31T00:00:00Z",
            "window_start": "2025-12-31T00:00:00Z",
            "inhold": false,
            "tbdtime": true,
            "tbddate": true,
            "probability": null,
            "holdreason": "",
            "failreason": "",
            "hashtag": null,
            "launch_service_provider": {
                "id": 193,
                "url": "https://ll.thespacedevs.com/2.0.0/agencies/193/?format=api",
                "name": "Russian Space Forces",
                "type": "Government"
            },
            "rocket": {
                "id": 8147,
                "configuration": {
                    "id": 42,
                    "launch_library_id": 65,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/42/?format=api",
                    "name": "Soyuz 2.1b/Fregat",
                    "family": "Soyuz",
                    "full_name": "Soyuz 2.1b Fregat",
                    "variant": "Fregat"
                }
            },
            "mission": {
                "id": 6706,
                "launch_library_id": null,
                "name": "Glonass-K1 No. 18",
                "description": "Glonass-K are the third generation of satellite design for GLONASS satellite navigation system. GLONASS is a Russian space-based navigation system comparable to the similar GPS and Galileo systems. This generation improves on accuracy, power consumption and design life. Each satellite is unpressurized and weighs 935 kg,  and has an operational lifetime of 10 years.",
                "launch_designator": null,
                "type": "Navigation",
                "orbit": {
                    "id": 12,
                    "name": "Medium Earth Orbit",
                    "abbrev": "MEO"
                }
            },
            "pad": {
                "id": 48,
                "url": "https://ll.thespacedevs.com/2.0.0/pad/48/?format=api",
                "agency_id": 163,
                "name": "Unknown Pad",
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/Plesetsk_Cosmodrome",
                "map_url": "https://www.google.com/maps?q=62.925556,40.577778",
                "latitude": "62.925556",
                "longitude": "40.577778",
                "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_48_20200803143459.jpg",
                "total_launch_count": 0
            },
            "webcast_live": false,
            "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/soyuz_2.1b_image_20230802085331.jpg",
            "infographic": null,
            "program": []
        }
    ]
}