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=304&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=314&ordering=-name",
    "previous": "https://ll.thespacedevs.com/2.0.0/launch/upcoming/?format=api&limit=10&offset=294&ordering=-name",
    "results": [
        {
            "id": "0dcbd5ee-2728-4c79-8dc5-051ea11b888f",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/0dcbd5ee-2728-4c79-8dc5-051ea11b888f/?format=api",
            "launch_library_id": null,
            "slug": "atlas-v-551-project-kuiper-ka-04",
            "name": "Atlas V 551 | Project Kuiper (KA-04)",
            "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": 124,
                "url": "https://ll.thespacedevs.com/2.0.0/agencies/124/?format=api",
                "name": "United Launch Alliance",
                "type": "Commercial"
            },
            "rocket": {
                "id": 171,
                "configuration": {
                    "id": 27,
                    "launch_library_id": 37,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/27/?format=api",
                    "name": "Atlas V 551",
                    "family": "Atlas",
                    "full_name": "Atlas V 551",
                    "variant": "551"
                }
            },
            "mission": {
                "id": 5996,
                "launch_library_id": null,
                "name": "Project Kuiper (KA-04)",
                "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.",
                "launch_designator": null,
                "type": "Communications",
                "orbit": {
                    "id": 8,
                    "name": "Low Earth Orbit",
                    "abbrev": "LEO"
                }
            },
            "pad": {
                "id": 29,
                "url": "https://ll.thespacedevs.com/2.0.0/pad/29/?format=api",
                "agency_id": null,
                "name": "Space Launch Complex 41",
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/Cape_Canaveral_Air_Force_Station_Space_Launch_Complex_41",
                "map_url": "https://www.google.com/maps?q=28.58341025,-80.58303644",
                "latitude": "28.58341025",
                "longitude": "-80.58303644",
                "location": {
                    "id": 12,
                    "url": "https://ll.thespacedevs.com/2.0.0/location/12/?format=api",
                    "name": "Cape Canaveral SFS, FL, USA",
                    "country_code": "USA",
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_12_20200803142519.jpg",
                    "total_launch_count": 1020,
                    "total_landing_count": 64
                },
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_29_20200803143528.jpg",
                "total_launch_count": 115
            },
            "webcast_live": false,
            "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/atlas2520v2520551_image_20190224012316.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": "9f6d8a5a-f77c-42ff-b377-91628862ae59",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/9f6d8a5a-f77c-42ff-b377-91628862ae59/?format=api",
            "launch_library_id": null,
            "slug": "atlas-v-551-project-kuiper-ka-03",
            "name": "Atlas V 551 | Project Kuiper (KA-03)",
            "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": 124,
                "url": "https://ll.thespacedevs.com/2.0.0/agencies/124/?format=api",
                "name": "United Launch Alliance",
                "type": "Commercial"
            },
            "rocket": {
                "id": 163,
                "configuration": {
                    "id": 27,
                    "launch_library_id": 37,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/27/?format=api",
                    "name": "Atlas V 551",
                    "family": "Atlas",
                    "full_name": "Atlas V 551",
                    "variant": "551"
                }
            },
            "mission": {
                "id": 5995,
                "launch_library_id": null,
                "name": "Project Kuiper (KA-03)",
                "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.",
                "launch_designator": null,
                "type": "Communications",
                "orbit": {
                    "id": 8,
                    "name": "Low Earth Orbit",
                    "abbrev": "LEO"
                }
            },
            "pad": {
                "id": 29,
                "url": "https://ll.thespacedevs.com/2.0.0/pad/29/?format=api",
                "agency_id": null,
                "name": "Space Launch Complex 41",
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/Cape_Canaveral_Air_Force_Station_Space_Launch_Complex_41",
                "map_url": "https://www.google.com/maps?q=28.58341025,-80.58303644",
                "latitude": "28.58341025",
                "longitude": "-80.58303644",
                "location": {
                    "id": 12,
                    "url": "https://ll.thespacedevs.com/2.0.0/location/12/?format=api",
                    "name": "Cape Canaveral SFS, FL, USA",
                    "country_code": "USA",
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_12_20200803142519.jpg",
                    "total_launch_count": 1020,
                    "total_landing_count": 64
                },
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_29_20200803143528.jpg",
                "total_launch_count": 115
            },
            "webcast_live": false,
            "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/atlas2520v2520551_image_20190224012316.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": "9d90b9bc-9c62-4618-8514-6f835b4a2030",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/9d90b9bc-9c62-4618-8514-6f835b4a2030/?format=api",
            "launch_library_id": null,
            "slug": "atlas-v-551-project-kuiper-ka-02",
            "name": "Atlas V 551 | Project Kuiper (KA-02)",
            "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": 124,
                "url": "https://ll.thespacedevs.com/2.0.0/agencies/124/?format=api",
                "name": "United Launch Alliance",
                "type": "Commercial"
            },
            "rocket": {
                "id": 143,
                "configuration": {
                    "id": 27,
                    "launch_library_id": 37,
                    "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/27/?format=api",
                    "name": "Atlas V 551",
                    "family": "Atlas",
                    "full_name": "Atlas V 551",
                    "variant": "551"
                }
            },
            "mission": {
                "id": 5994,
                "launch_library_id": null,
                "name": "Project Kuiper (KA-02)",
                "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.",
                "launch_designator": null,
                "type": "Communications",
                "orbit": {
                    "id": 8,
                    "name": "Low Earth Orbit",
                    "abbrev": "LEO"
                }
            },
            "pad": {
                "id": 29,
                "url": "https://ll.thespacedevs.com/2.0.0/pad/29/?format=api",
                "agency_id": null,
                "name": "Space Launch Complex 41",
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/Cape_Canaveral_Air_Force_Station_Space_Launch_Complex_41",
                "map_url": "https://www.google.com/maps?q=28.58341025,-80.58303644",
                "latitude": "28.58341025",
                "longitude": "-80.58303644",
                "location": {
                    "id": 12,
                    "url": "https://ll.thespacedevs.com/2.0.0/location/12/?format=api",
                    "name": "Cape Canaveral SFS, FL, USA",
                    "country_code": "USA",
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_12_20200803142519.jpg",
                    "total_launch_count": 1020,
                    "total_landing_count": 64
                },
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_29_20200803143528.jpg",
                "total_launch_count": 115
            },
            "webcast_live": false,
            "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/atlas2520v2520551_image_20190224012316.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": "4cc237b2-c61a-491e-9532-466cce81f524",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/4cc237b2-c61a-491e-9532-466cce81f524/?format=api",
            "launch_library_id": 1191,
            "slug": "ariane-64-viasat-3-asia-pacific",
            "name": "Ariane 64 | ViaSat-3 Asia-Pacific",
            "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": -1,
            "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": 2489,
                "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": 6218,
                "launch_library_id": null,
                "name": "ViaSat-3 Asia-Pacific",
                "description": "The ViaSat-3 is a series of three Ka-band satellites is expected to provide vastly superior capabilities in terms of service speed and flexibility for a satellite platform. Each ViaSat-3 class satellite is expected to deliver more than 1-Terabit per second of network capacity, and to leverage high levels of flexibility to dynamically direct capacity to where customers are located.",
                "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": "7bffe283-a708-427d-ba0d-43ea741453b1",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/7bffe283-a708-427d-ba0d-43ea741453b1/?format=api",
            "launch_library_id": null,
            "slug": "ariane-64-project-kuiper-ariane-6-2",
            "name": "Ariane 64 | Project Kuiper (Ariane 6 #2)",
            "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": 8463,
                "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": 7052,
                "launch_library_id": null,
                "name": "Project Kuiper (Ariane 6 #2)",
                "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": "71eba994-ab9f-4707-ba5e-024cfff73c01",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/71eba994-ab9f-4707-ba5e-024cfff73c01/?format=api",
            "launch_library_id": null,
            "slug": "ariane-64-project-kuiper-ariane-6-1",
            "name": "Ariane 64 | Project Kuiper (Ariane 6 #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": 8461,
                "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": 7050,
                "launch_library_id": null,
                "name": "Project Kuiper (Ariane 6 #1)",
                "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": "dd8476ff-c4b0-49bb-a13d-0fbd06edc4b4",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/dd8476ff-c4b0-49bb-a13d-0fbd06edc4b4/?format=api",
            "launch_library_id": null,
            "slug": "ariane-64-optus-11",
            "name": "Ariane 64 | Optus-11",
            "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": 7493,
                "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": 5885,
                "launch_library_id": null,
                "name": "Optus-11",
                "description": "Optus-11 is a Ku-band communications satellite with a coverage zone encompassing Australia and New Zealand. Optus-11 incorporates a number of advanced technologies, especially the latest developments in digital processing, plus active antennas enabling the creation of several thousand beams.",
                "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": "9c13e218-3b75-4d32-b984-68e974affb87",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/9c13e218-3b75-4d32-b984-68e974affb87/?format=api",
            "launch_library_id": null,
            "slug": "ariane-64-mtg-s2",
            "name": "Ariane 64 | MTG-S2",
            "status": {
                "id": 2,
                "name": "TBD"
            },
            "net": "2035-06-30T00:00:00Z",
            "window_end": "2035-06-30T00:00:00Z",
            "window_start": "2035-06-30T00: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": 7712,
                "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": 6230,
                "launch_library_id": null,
                "name": "MTG-S2",
                "description": "Fifth of EUMETSAT's third generation of weather satellite.",
                "launch_designator": null,
                "type": "Earth Science",
                "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": "f2043f7f-3c12-4511-8869-823f298498c4",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/f2043f7f-3c12-4511-8869-823f298498c4/?format=api",
            "launch_library_id": null,
            "slug": "ariane-64-mtg-i4",
            "name": "Ariane 64 | MTG-I4",
            "status": {
                "id": 2,
                "name": "TBD"
            },
            "net": "2036-09-30T00:00:00Z",
            "window_end": "2036-09-30T00:00:00Z",
            "window_start": "2036-09-30T00: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": 7713,
                "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": 6231,
                "launch_library_id": null,
                "name": "MTG-I4",
                "description": "Sixth of EUMETSAT's third generation of weather satellite.",
                "launch_designator": null,
                "type": "Earth Science",
                "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": "a6420d1c-681c-46be-8d22-87c4b4586bee",
            "url": "https://ll.thespacedevs.com/2.0.0/launch/a6420d1c-681c-46be-8d22-87c4b4586bee/?format=api",
            "launch_library_id": null,
            "slug": "ariane-64-mtg-i3",
            "name": "Ariane 64 | MTG-I3",
            "status": {
                "id": 2,
                "name": "TBD"
            },
            "net": "2033-03-31T00:00:00Z",
            "window_end": "2033-03-31T00:00:00Z",
            "window_start": "2033-03-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": 7711,
                "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": 6229,
                "launch_library_id": null,
                "name": "MTG-I3",
                "description": "Fourth of EUMETSAT's third generation of weather satellite.",
                "launch_designator": null,
                "type": "Earth Science",
                "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": []
        }
    ]
}