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=10&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=20&ordering=name",
    "previous": "https://ll.thespacedevs.com/2.0.0/launch/upcoming/?format=api&limit=10&ordering=name",
    "results": [
        {
            "id": "36706be0-2633-4b1f-a036-5da1e19c6872",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/36706be0-2633-4b1f-a036-5da1e19c6872/?format=api",
            "launch_library_id": null,
            "slug": "ariane-62-metop-sg-b3",
            "name": "Ariane 62 | Metop-SG B3",
            "status": {
                "id": 2,
                "name": "TBD"
            },
            "net": "2039-12-31T00:00:00Z",
            "window_end": "2039-12-31T00:00:00Z",
            "window_start": "2039-12-31T00:00:00Z",
            "inhold": false,
            "tbdtime": false,
            "tbddate": false,
            "probability": null,
            "holdreason": "",
            "failreason": "",
            "hashtag": null,
            "launch_service_provider": {
                "id": 115,
                "url": "https://ll.thespacedevs.com/2.0.0/agencies/115/?format=api",
                "name": "Arianespace",
                "type": "Commercial"
            },
            "rocket": {
                "id": 7710,
                "configuration": {
                    "id": 121,
                    "launch_library_id": 164,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/121/?format=api",
                    "name": "Ariane 62",
                    "family": "Ariane",
                    "full_name": "Ariane 62",
                    "variant": "62"
                }
            },
            "mission": {
                "id": 6228,
                "launch_library_id": null,
                "name": "Metop-SG B3",
                "description": "Sixth of EUMETSAT's second generation of Metop weather satellites.",
                "launch_designator": null,
                "type": "Earth Science",
                "orbit": {
                    "id": 17,
                    "name": "Sun-Synchronous Orbit",
                    "abbrev": "SSO"
                }
            },
            "pad": {
                "id": 67,
                "url": "https://ll.thespacedevs.com/2.0.0/pad/67/?format=api",
                "agency_id": 115,
                "name": "Ariane Launch Area 4",
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/Guiana_Space_Centre",
                "map_url": "https://www.google.com/maps?q=5.256319,-52.786838",
                "latitude": "5.256319",
                "longitude": "-52.786838",
                "location": {
                    "id": 13,
                    "url": "https://ll.thespacedevs.com/2.0.0/location/13/?format=api",
                    "name": "Guiana Space Centre, French Guiana",
                    "country_code": "GUF",
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_13_20200803142412.jpg",
                    "total_launch_count": 325,
                    "total_landing_count": 0
                },
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_67_20200803143559.jpg",
                "total_launch_count": 2
            },
            "webcast_live": false,
            "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/ariane_62_lifto_image_20240711132056.jpeg",
            "infographic": null,
            "program": []
        },
        {
            "id": "526b4a0f-f0c9-4a20-9066-e9fc8c79307b",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/526b4a0f-f0c9-4a20-9066-e9fc8c79307b/?format=api",
            "launch_library_id": null,
            "slug": "ariane-62-plato",
            "name": "Ariane 62 | PLATO",
            "status": {
                "id": 2,
                "name": "TBD"
            },
            "net": "2026-12-31T00:00:00Z",
            "window_end": "2026-12-31T00:00:00Z",
            "window_start": "2026-12-31T00:00:00Z",
            "inhold": false,
            "tbdtime": true,
            "tbddate": true,
            "probability": null,
            "holdreason": "",
            "failreason": "",
            "hashtag": null,
            "launch_service_provider": {
                "id": 115,
                "url": "https://ll.thespacedevs.com/2.0.0/agencies/115/?format=api",
                "name": "Arianespace",
                "type": "Commercial"
            },
            "rocket": {
                "id": 8508,
                "configuration": {
                    "id": 121,
                    "launch_library_id": 164,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/121/?format=api",
                    "name": "Ariane 62",
                    "family": "Ariane",
                    "full_name": "Ariane 62",
                    "variant": "62"
                }
            },
            "mission": {
                "id": 7098,
                "launch_library_id": null,
                "name": "PLATO",
                "description": "Plato, for PLAnetary Transits and Oscillations of stars, is a European Space Agency (ESA) mission with 26 cameras to study terrestrial exoplanets in orbits up to the habitable zone of Sun-like stars. Its goal is to measure the sizes of exoplanets and discover exomoons and rings around them, as well as characterise planets' host stars by studying tiny light variations in the starlight it receives.",
                "launch_designator": null,
                "type": "Astrophysics",
                "orbit": {
                    "id": 16,
                    "name": "Sun-Earth L2",
                    "abbrev": "L2"
                }
            },
            "pad": {
                "id": 67,
                "url": "https://ll.thespacedevs.com/2.0.0/pad/67/?format=api",
                "agency_id": 115,
                "name": "Ariane Launch Area 4",
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/Guiana_Space_Centre",
                "map_url": "https://www.google.com/maps?q=5.256319,-52.786838",
                "latitude": "5.256319",
                "longitude": "-52.786838",
                "location": {
                    "id": 13,
                    "url": "https://ll.thespacedevs.com/2.0.0/location/13/?format=api",
                    "name": "Guiana Space Centre, French Guiana",
                    "country_code": "GUF",
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_13_20200803142412.jpg",
                    "total_launch_count": 325,
                    "total_landing_count": 0
                },
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_67_20200803143559.jpg",
                "total_launch_count": 2
            },
            "webcast_live": false,
            "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/ariane_62_lifto_image_20240711132056.jpeg",
            "infographic": null,
            "program": []
        },
        {
            "id": "7afcacb9-32aa-41ee-a000-0c7158f324c2",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/7afcacb9-32aa-41ee-a000-0c7158f324c2/?format=api",
            "launch_library_id": null,
            "slug": "ariane-62-sentinel-1d",
            "name": "Ariane 62 | Sentinel-1D",
            "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": 115,
                "url": "https://ll.thespacedevs.com/2.0.0/agencies/115/?format=api",
                "name": "Arianespace",
                "type": "Commercial"
            },
            "rocket": {
                "id": 7718,
                "configuration": {
                    "id": 121,
                    "launch_library_id": 164,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/121/?format=api",
                    "name": "Ariane 62",
                    "family": "Ariane",
                    "full_name": "Ariane 62",
                    "variant": "62"
                }
            },
            "mission": {
                "id": 6237,
                "launch_library_id": null,
                "name": "Sentinel-1D",
                "description": "Sentinel-1D carries an advanced radar technology to provide an all-weather, day-and-night supply of imagery of Earth’s surface as part of the Sentinel-1 constellation.",
                "launch_designator": null,
                "type": "Earth Science",
                "orbit": {
                    "id": 17,
                    "name": "Sun-Synchronous Orbit",
                    "abbrev": "SSO"
                }
            },
            "pad": {
                "id": 67,
                "url": "https://ll.thespacedevs.com/2.0.0/pad/67/?format=api",
                "agency_id": 115,
                "name": "Ariane Launch Area 4",
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/Guiana_Space_Centre",
                "map_url": "https://www.google.com/maps?q=5.256319,-52.786838",
                "latitude": "5.256319",
                "longitude": "-52.786838",
                "location": {
                    "id": 13,
                    "url": "https://ll.thespacedevs.com/2.0.0/location/13/?format=api",
                    "name": "Guiana Space Centre, French Guiana",
                    "country_code": "GUF",
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_13_20200803142412.jpg",
                    "total_launch_count": 325,
                    "total_landing_count": 0
                },
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_67_20200803143559.jpg",
                "total_launch_count": 2
            },
            "webcast_live": false,
            "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/ariane_62_lifto_image_20240711132056.jpeg",
            "infographic": null,
            "program": [
                {
                    "id": 22,
                    "url": "https://ll.thespacedevs.com/2.0.0/program/22/?format=api",
                    "name": "Copernicus",
                    "description": "Copernicus is the European Union's Earth observation programme coordinated and managed for the European Commission by the European Union Agency for the Space Programme in partnership with the European Space Agency (ESA), the EU Member States. It aims at achieving a global, continuous, autonomous, high quality, wide range Earth observation capacity. Providing accurate, timely and easily accessible information to, among other things, improve the management of the environment, understand and mitigate the effects of climate change, and ensure civil security.",
                    "agencies": [
                        {
                            "id": 27,
                            "url": "https://ll.thespacedevs.com/2.0.0/agencies/27/?format=api",
                            "name": "European Space Agency",
                            "type": "Multinational"
                        },
                        {
                            "id": 1043,
                            "url": "https://ll.thespacedevs.com/2.0.0/agencies/1043/?format=api",
                            "name": "European Union Agency for the Space Programme",
                            "type": "Multinational"
                        }
                    ],
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/copernicus_program_20221129162831.png",
                    "start_date": "2014-04-03T00:00:00Z",
                    "end_date": null,
                    "info_url": "https://www.copernicus.eu",
                    "wiki_url": "https://en.wikipedia.org/wiki/Copernicus_Programme"
                }
            ]
        },
        {
            "id": "a5e056e5-1e07-4479-9352-bd18cd7eecf7",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/a5e056e5-1e07-4479-9352-bd18cd7eecf7/?format=api",
            "launch_library_id": null,
            "slug": "ariane-6-2-x-galileo-second-generation-g2",
            "name": "Ariane 6 | 2 x Galileo Second Generation (G2)",
            "status": {
                "id": 2,
                "name": "TBD"
            },
            "net": "2029-12-31T00:00:00Z",
            "window_end": "2029-12-31T00:00:00Z",
            "window_start": "2029-12-31T00:00:00Z",
            "inhold": false,
            "tbdtime": true,
            "tbddate": true,
            "probability": null,
            "holdreason": "",
            "failreason": "",
            "hashtag": null,
            "launch_service_provider": {
                "id": 115,
                "url": "https://ll.thespacedevs.com/2.0.0/agencies/115/?format=api",
                "name": "Arianespace",
                "type": "Commercial"
            },
            "rocket": {
                "id": 8509,
                "configuration": {
                    "id": 506,
                    "launch_library_id": null,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/506/?format=api",
                    "name": "Ariane 6",
                    "family": "Ariane",
                    "full_name": "Ariane 6",
                    "variant": "N/A"
                }
            },
            "mission": {
                "id": 7099,
                "launch_library_id": null,
                "name": "2 x Galileo Second Generation (G2)",
                "description": "Payload consists of two satellites for Europe's second generation Galileo navigation system.",
                "launch_designator": null,
                "type": "Navigation",
                "orbit": {
                    "id": 12,
                    "name": "Medium Earth Orbit",
                    "abbrev": "MEO"
                }
            },
            "pad": {
                "id": 67,
                "url": "https://ll.thespacedevs.com/2.0.0/pad/67/?format=api",
                "agency_id": 115,
                "name": "Ariane Launch Area 4",
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/Guiana_Space_Centre",
                "map_url": "https://www.google.com/maps?q=5.256319,-52.786838",
                "latitude": "5.256319",
                "longitude": "-52.786838",
                "location": {
                    "id": 13,
                    "url": "https://ll.thespacedevs.com/2.0.0/location/13/?format=api",
                    "name": "Guiana Space Centre, French Guiana",
                    "country_code": "GUF",
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_13_20200803142412.jpg",
                    "total_launch_count": 325,
                    "total_landing_count": 0
                },
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_67_20200803143559.jpg",
                "total_launch_count": 2
            },
            "webcast_live": false,
            "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/ariane_6_image_20240125142128.jpeg",
            "infographic": null,
            "program": [
                {
                    "id": 30,
                    "url": "https://ll.thespacedevs.com/2.0.0/program/30/?format=api",
                    "name": "Galileo",
                    "description": "Galileo is a global navigation satellite system (GNSS) that went live in 2016, created by the European Union through the European Space Agency (ESA), operated by the European Union Agency for the Space Programme (EUSPA).",
                    "agencies": [
                        {
                            "id": 27,
                            "url": "https://ll.thespacedevs.com/2.0.0/agencies/27/?format=api",
                            "name": "European Space Agency",
                            "type": "Multinational"
                        }
                    ],
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/galileo_program_20231230110547.png",
                    "start_date": "2011-10-21T10:30:00Z",
                    "end_date": null,
                    "info_url": "https://www.gsc-europa.eu/",
                    "wiki_url": "https://en.wikipedia.org/wiki/Galileo_(satellite_navigation)"
                }
            ]
        },
        {
            "id": "7911261d-1a3a-4252-b00f-9de5b42de73d",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/7911261d-1a3a-4252-b00f-9de5b42de73d/?format=api",
            "launch_library_id": null,
            "slug": "ariane-64-argonaut-mission-1",
            "name": "Ariane 64 | Argonaut Mission 1",
            "status": {
                "id": 2,
                "name": "TBD"
            },
            "net": "2031-12-31T00:00:00Z",
            "window_end": "2031-12-31T00:00:00Z",
            "window_start": "2031-12-31T00:00:00Z",
            "inhold": false,
            "tbdtime": true,
            "tbddate": true,
            "probability": null,
            "holdreason": "",
            "failreason": "",
            "hashtag": null,
            "launch_service_provider": {
                "id": 115,
                "url": "https://ll.thespacedevs.com/2.0.0/agencies/115/?format=api",
                "name": "Arianespace",
                "type": "Commercial"
            },
            "rocket": {
                "id": 8283,
                "configuration": {
                    "id": 116,
                    "launch_library_id": 165,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/116/?format=api",
                    "name": "Ariane 64",
                    "family": "Ariane",
                    "full_name": "Ariane 64",
                    "variant": "64"
                }
            },
            "mission": {
                "id": 6864,
                "launch_library_id": null,
                "name": "Argonaut Mission 1",
                "description": "First mission of the European Space Agency's lunar lander.",
                "launch_designator": null,
                "type": "Human Exploration",
                "orbit": {
                    "id": 11,
                    "name": "Lunar Orbit",
                    "abbrev": "LO"
                }
            },
            "pad": {
                "id": 67,
                "url": "https://ll.thespacedevs.com/2.0.0/pad/67/?format=api",
                "agency_id": 115,
                "name": "Ariane Launch Area 4",
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/Guiana_Space_Centre",
                "map_url": "https://www.google.com/maps?q=5.256319,-52.786838",
                "latitude": "5.256319",
                "longitude": "-52.786838",
                "location": {
                    "id": 13,
                    "url": "https://ll.thespacedevs.com/2.0.0/location/13/?format=api",
                    "name": "Guiana Space Centre, French Guiana",
                    "country_code": "GUF",
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_13_20200803142412.jpg",
                    "total_launch_count": 325,
                    "total_landing_count": 0
                },
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_67_20200803143559.jpg",
                "total_launch_count": 2
            },
            "webcast_live": false,
            "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/ariane_6_image_20240125142128.jpeg",
            "infographic": null,
            "program": []
        },
        {
            "id": "ed8ccd18-b530-4f55-92ae-bda89ac2985c",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/ed8ccd18-b530-4f55-92ae-bda89ac2985c/?format=api",
            "launch_library_id": null,
            "slug": "ariane-64-block-2-project-kuiper-ariane-6-3",
            "name": "Ariane 64 Block 2 | Project Kuiper (Ariane 6 #3)",
            "status": {
                "id": 2,
                "name": "TBD"
            },
            "net": "2026-12-31T00:00:00Z",
            "window_end": "2026-12-31T00:00:00Z",
            "window_start": "2026-12-31T00:00:00Z",
            "inhold": false,
            "tbdtime": true,
            "tbddate": true,
            "probability": null,
            "holdreason": "",
            "failreason": "",
            "hashtag": null,
            "launch_service_provider": {
                "id": 115,
                "url": "https://ll.thespacedevs.com/2.0.0/agencies/115/?format=api",
                "name": "Arianespace",
                "type": "Commercial"
            },
            "rocket": {
                "id": 2690,
                "configuration": {
                    "id": 512,
                    "launch_library_id": null,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/512/?format=api",
                    "name": "Ariane 64",
                    "family": "Ariane",
                    "full_name": "Ariane 64 Block 2",
                    "variant": "64 Block 2"
                }
            },
            "mission": {
                "id": 6002,
                "launch_library_id": null,
                "name": "Project Kuiper (Ariane 6 #3)",
                "description": "Project Kuiper is a mega constellation of satellites in Low Earth Orbit that will offer broadband internet access, this constellation will be managed by Kuiper Systems LLC, a subsidiary of Amazon. This constellation is planned to be composed of 3,276 satellites. The satellites are projected to be placed in 98 orbital planes in three orbital layers, one at 590 km, 610 km and 630 km altitude.\r\n\r\n35-40 satellites will be carried on each Ariane 6 launch.",
                "launch_designator": null,
                "type": "Communications",
                "orbit": {
                    "id": 8,
                    "name": "Low Earth Orbit",
                    "abbrev": "LEO"
                }
            },
            "pad": {
                "id": 67,
                "url": "https://ll.thespacedevs.com/2.0.0/pad/67/?format=api",
                "agency_id": 115,
                "name": "Ariane Launch Area 4",
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/Guiana_Space_Centre",
                "map_url": "https://www.google.com/maps?q=5.256319,-52.786838",
                "latitude": "5.256319",
                "longitude": "-52.786838",
                "location": {
                    "id": 13,
                    "url": "https://ll.thespacedevs.com/2.0.0/location/13/?format=api",
                    "name": "Guiana Space Centre, French Guiana",
                    "country_code": "GUF",
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_13_20200803142412.jpg",
                    "total_launch_count": 325,
                    "total_landing_count": 0
                },
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_67_20200803143559.jpg",
                "total_launch_count": 2
            },
            "webcast_live": false,
            "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/ariane_6_image_20240125142128.jpeg",
            "infographic": null,
            "program": [
                {
                    "id": 27,
                    "url": "https://ll.thespacedevs.com/2.0.0/program/27/?format=api",
                    "name": "Project Kuiper",
                    "description": "Amazon's Kuiper Project is a satellite internet initiative aimed at providing high-speed, low-latency broadband connectivity to underserved and remote areas globally. The project involves deploying a constellation of low Earth orbit (LEO) satellites to create a satellite internet network capable of delivering reliable internet access.",
                    "agencies": [
                        {
                            "id": 1058,
                            "url": "https://ll.thespacedevs.com/2.0.0/agencies/1058/?format=api",
                            "name": "Kuiper Systems LLC",
                            "type": "Private"
                        }
                    ],
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/project2520kui_program_20231228165031.jpeg",
                    "start_date": "2023-10-16T18:06:00Z",
                    "end_date": null,
                    "info_url": "https://en.wikipedia.org/wiki/Kuiper_Systems",
                    "wiki_url": "http://aboutamazon.com/what-we-do/devices-services/project-kuiper"
                }
            ]
        },
        {
            "id": "0ffd7efb-7577-4aab-99da-fd1f6f4606c2",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/0ffd7efb-7577-4aab-99da-fd1f6f4606c2/?format=api",
            "launch_library_id": null,
            "slug": "ariane-64-envision",
            "name": "Ariane 64 | EnVision",
            "status": {
                "id": 2,
                "name": "TBD"
            },
            "net": "2031-12-31T00:00:00Z",
            "window_end": "2031-12-31T00:00:00Z",
            "window_start": "2031-12-31T00:00:00Z",
            "inhold": false,
            "tbdtime": true,
            "tbddate": true,
            "probability": null,
            "holdreason": "",
            "failreason": "",
            "hashtag": null,
            "launch_service_provider": {
                "id": 115,
                "url": "https://ll.thespacedevs.com/2.0.0/agencies/115/?format=api",
                "name": "Arianespace",
                "type": "Commercial"
            },
            "rocket": {
                "id": 8180,
                "configuration": {
                    "id": 116,
                    "launch_library_id": 165,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/116/?format=api",
                    "name": "Ariane 64",
                    "family": "Ariane",
                    "full_name": "Ariane 64",
                    "variant": "64"
                }
            },
            "mission": {
                "id": 6747,
                "launch_library_id": null,
                "name": "EnVision",
                "description": "European Space Agency mission to study Venus' atmosphere, geological activity, and climate.",
                "launch_designator": null,
                "type": "Planetary Science",
                "orbit": {
                    "id": 20,
                    "name": "Venus Orbit",
                    "abbrev": "Venus"
                }
            },
            "pad": {
                "id": 67,
                "url": "https://ll.thespacedevs.com/2.0.0/pad/67/?format=api",
                "agency_id": 115,
                "name": "Ariane Launch Area 4",
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/Guiana_Space_Centre",
                "map_url": "https://www.google.com/maps?q=5.256319,-52.786838",
                "latitude": "5.256319",
                "longitude": "-52.786838",
                "location": {
                    "id": 13,
                    "url": "https://ll.thespacedevs.com/2.0.0/location/13/?format=api",
                    "name": "Guiana Space Centre, French Guiana",
                    "country_code": "GUF",
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_13_20200803142412.jpg",
                    "total_launch_count": 325,
                    "total_landing_count": 0
                },
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_67_20200803143559.jpg",
                "total_launch_count": 2
            },
            "webcast_live": false,
            "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/ariane_6_image_20240125142128.jpeg",
            "infographic": null,
            "program": []
        },
        {
            "id": "b78857c4-3b8d-4462-929e-bc76f39c0e6d",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/b78857c4-3b8d-4462-929e-bc76f39c0e6d/?format=api",
            "launch_library_id": 1963,
            "slug": "ariane-64-go-1",
            "name": "Ariane 64 | GO-1",
            "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": 115,
                "url": "https://ll.thespacedevs.com/2.0.0/agencies/115/?format=api",
                "name": "Arianespace",
                "type": "Commercial"
            },
            "rocket": {
                "id": 2519,
                "configuration": {
                    "id": 116,
                    "launch_library_id": 165,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/116/?format=api",
                    "name": "Ariane 64",
                    "family": "Ariane",
                    "full_name": "Ariane 64",
                    "variant": "64"
                }
            },
            "mission": null,
            "pad": {
                "id": 67,
                "url": "https://ll.thespacedevs.com/2.0.0/pad/67/?format=api",
                "agency_id": 115,
                "name": "Ariane Launch Area 4",
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/Guiana_Space_Centre",
                "map_url": "https://www.google.com/maps?q=5.256319,-52.786838",
                "latitude": "5.256319",
                "longitude": "-52.786838",
                "location": {
                    "id": 13,
                    "url": "https://ll.thespacedevs.com/2.0.0/location/13/?format=api",
                    "name": "Guiana Space Centre, French Guiana",
                    "country_code": "GUF",
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_13_20200803142412.jpg",
                    "total_launch_count": 325,
                    "total_landing_count": 0
                },
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_67_20200803143559.jpg",
                "total_launch_count": 2
            },
            "webcast_live": false,
            "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/ariane_6_image_20240125142128.jpeg",
            "infographic": null,
            "program": []
        },
        {
            "id": "024ed75e-4dbd-46cc-bee0-d9a2ef75013e",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/024ed75e-4dbd-46cc-bee0-d9a2ef75013e/?format=api",
            "launch_library_id": null,
            "slug": "ariane-64-hellas-sat-5",
            "name": "Ariane 64 | Hellas Sat 5",
            "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": 115,
                "url": "https://ll.thespacedevs.com/2.0.0/agencies/115/?format=api",
                "name": "Arianespace",
                "type": "Commercial"
            },
            "rocket": {
                "id": 8186,
                "configuration": {
                    "id": 116,
                    "launch_library_id": 165,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/116/?format=api",
                    "name": "Ariane 64",
                    "family": "Ariane",
                    "full_name": "Ariane 64",
                    "variant": "64"
                }
            },
            "mission": {
                "id": 6753,
                "launch_library_id": null,
                "name": "Hellas Sat 5",
                "description": "Greek geostationary communications satellite",
                "launch_designator": null,
                "type": "Communications",
                "orbit": {
                    "id": 2,
                    "name": "Geostationary Transfer Orbit",
                    "abbrev": "GTO"
                }
            },
            "pad": {
                "id": 67,
                "url": "https://ll.thespacedevs.com/2.0.0/pad/67/?format=api",
                "agency_id": 115,
                "name": "Ariane Launch Area 4",
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/Guiana_Space_Centre",
                "map_url": "https://www.google.com/maps?q=5.256319,-52.786838",
                "latitude": "5.256319",
                "longitude": "-52.786838",
                "location": {
                    "id": 13,
                    "url": "https://ll.thespacedevs.com/2.0.0/location/13/?format=api",
                    "name": "Guiana Space Centre, French Guiana",
                    "country_code": "GUF",
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_13_20200803142412.jpg",
                    "total_launch_count": 325,
                    "total_landing_count": 0
                },
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_67_20200803143559.jpg",
                "total_launch_count": 2
            },
            "webcast_live": false,
            "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/ariane_6_image_20240125142128.jpeg",
            "infographic": null,
            "program": []
        },
        {
            "id": "f37de272-dcee-4bff-b473-63d024b5864e",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/f37de272-dcee-4bff-b473-63d024b5864e/?format=api",
            "launch_library_id": null,
            "slug": "ariane-64-is-41-is-44",
            "name": "Ariane 64 | IS-41 & IS-44",
            "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": false,
            "tbddate": false,
            "probability": null,
            "holdreason": "",
            "failreason": "",
            "hashtag": null,
            "launch_service_provider": {
                "id": 115,
                "url": "https://ll.thespacedevs.com/2.0.0/agencies/115/?format=api",
                "name": "Arianespace",
                "type": "Commercial"
            },
            "rocket": {
                "id": 7722,
                "configuration": {
                    "id": 116,
                    "launch_library_id": 165,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/116/?format=api",
                    "name": "Ariane 64",
                    "family": "Ariane",
                    "full_name": "Ariane 64",
                    "variant": "64"
                }
            },
            "mission": {
                "id": 6241,
                "launch_library_id": null,
                "name": "IS-41 & IS-44",
                "description": "Two geostationary communications satellites built by Thales Alenia Space for Intelsat.",
                "launch_designator": null,
                "type": "Communications",
                "orbit": {
                    "id": 2,
                    "name": "Geostationary Transfer Orbit",
                    "abbrev": "GTO"
                }
            },
            "pad": {
                "id": 67,
                "url": "https://ll.thespacedevs.com/2.0.0/pad/67/?format=api",
                "agency_id": 115,
                "name": "Ariane Launch Area 4",
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/Guiana_Space_Centre",
                "map_url": "https://www.google.com/maps?q=5.256319,-52.786838",
                "latitude": "5.256319",
                "longitude": "-52.786838",
                "location": {
                    "id": 13,
                    "url": "https://ll.thespacedevs.com/2.0.0/location/13/?format=api",
                    "name": "Guiana Space Centre, French Guiana",
                    "country_code": "GUF",
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_13_20200803142412.jpg",
                    "total_launch_count": 325,
                    "total_landing_count": 0
                },
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_67_20200803143559.jpg",
                "total_launch_count": 2
            },
            "webcast_live": false,
            "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/ariane_6_image_20240125142128.jpeg",
            "infographic": null,
            "program": []
        }
    ]
}