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', 'serial_number', 'launcher_config__id',
'rocket__spacecraftflight__spacecraft__name', 'is_crewed', 'include_suborbital', 'spacecraft_config__ids',
'related', 'location__ids', 'lsp__ids,'pad__ids', 'status__ids', 'hide_recent_previous'

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.2.0/launch/upcoming/?format=api
HTTP 200 OK
Allow: GET
Content-Type: application/json
Vary: Accept

{
    "count": 345,
    "next": "https://ll.thespacedevs.com/2.2.0/launch/upcoming/?format=api&limit=10&offset=10",
    "previous": null,
    "results": [
        {
            "id": "37b23feb-be70-4011-bb3b-ccf4d333edd4",
            "url": "https://ll.thespacedevs.com/2.2.0/launch/37b23feb-be70-4011-bb3b-ccf4d333edd4/?format=api",
            "slug": "falcon-9-block-5-starlink-group-6-56",
            "name": "Falcon 9 Block 5 | Starlink Group 6-56",
            "status": {
                "id": 8,
                "name": "To Be Confirmed",
                "abbrev": "TBC",
                "description": "Awaiting official confirmation - current date is known with some certainty."
            },
            "last_updated": "2024-05-04T13:01:19Z",
            "net": "2024-05-06T15:34:00Z",
            "window_end": "2024-05-06T19:34:00Z",
            "window_start": "2024-05-06T15:34:00Z",
            "net_precision": {
                "id": 2,
                "name": "Hour",
                "abbrev": "HR",
                "description": "The T-0 is accurate to the hour."
            },
            "probability": null,
            "weather_concerns": null,
            "holdreason": "",
            "failreason": "",
            "hashtag": null,
            "launch_service_provider": {
                "id": 121,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/121/?format=api",
                "name": "SpaceX",
                "type": "Commercial"
            },
            "rocket": {
                "id": 8236,
                "configuration": {
                    "id": 164,
                    "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/164/?format=api",
                    "name": "Falcon 9",
                    "family": "Falcon",
                    "full_name": "Falcon 9 Block 5",
                    "variant": "Block 5"
                }
            },
            "mission": {
                "id": 6817,
                "name": "Starlink Group 6-56",
                "description": "A batch of satellites for the Starlink mega-constellation - SpaceX's project for space-based Internet communication system.",
                "launch_designator": null,
                "type": "Communications",
                "orbit": {
                    "id": 8,
                    "name": "Low Earth Orbit",
                    "abbrev": "LEO"
                },
                "agencies": [
                    {
                        "id": 121,
                        "url": "https://ll.thespacedevs.com/2.2.0/agencies/121/?format=api",
                        "name": "SpaceX",
                        "featured": true,
                        "type": "Commercial",
                        "country_code": "USA",
                        "abbrev": "SpX",
                        "description": "Space Exploration Technologies Corp., known as SpaceX, is an American aerospace manufacturer and space transport services company headquartered in Hawthorne, California. It was founded in 2002 by entrepreneur Elon Musk with the goal of reducing space transportation costs and enabling the colonization of Mars. SpaceX operates from many pads, on the East Coast of the US they operate from SLC-40 at Cape Canaveral Space Force Station and historic LC-39A at Kennedy Space Center. They also operate from SLC-4E at Vandenberg Space Force Base, California, usually for polar launches. Another launch site is being developed at Boca Chica, Texas.",
                        "administrator": "CEO: Elon Musk",
                        "founding_year": "2002",
                        "launchers": "Falcon | Starship",
                        "spacecraft": "Dragon",
                        "launch_library_url": null,
                        "total_launch_count": 357,
                        "consecutive_successful_launches": 58,
                        "successful_launches": 346,
                        "failed_launches": 11,
                        "pending_launches": 136,
                        "consecutive_successful_landings": 20,
                        "successful_landings": 308,
                        "failed_landings": 24,
                        "attempted_landings": 331,
                        "info_url": "http://www.spacex.com/",
                        "wiki_url": "http://en.wikipedia.org/wiki/SpaceX",
                        "logo_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/spacex_logo_20220826094919.png",
                        "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/spacex_image_20190207032501.jpeg",
                        "nation_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/spacex_nation_20230531064544.jpg"
                    }
                ],
                "info_urls": [],
                "vid_urls": []
            },
            "pad": {
                "id": 80,
                "url": "https://ll.thespacedevs.com/2.2.0/pad/80/?format=api",
                "agency_id": 121,
                "name": "Space Launch Complex 40",
                "description": null,
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/Cape_Canaveral_Air_Force_Station_Space_Launch_Complex_40",
                "map_url": "https://www.google.com/maps?q=28.56194122,-80.57735736",
                "latitude": "28.56194122",
                "longitude": "-80.57735736",
                "location": {
                    "id": 12,
                    "url": "https://ll.thespacedevs.com/2.2.0/location/12/?format=api",
                    "name": "Cape Canaveral, FL, USA",
                    "country_code": "USA",
                    "description": "",
                    "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/location_12_20200803142519.jpg",
                    "timezone_name": "America/New_York",
                    "total_launch_count": 950,
                    "total_landing_count": 51
                },
                "country_code": "USA",
                "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/pad_80_20200803143323.jpg",
                "total_launch_count": 239,
                "orbital_launch_attempt_count": 239
            },
            "webcast_live": false,
            "image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/falcon2520925_image_20221009234147.png",
            "infographic": null,
            "program": [
                {
                    "id": 25,
                    "url": "https://ll.thespacedevs.com/2.2.0/program/25/?format=api",
                    "name": "Starlink",
                    "description": "Starlink is a satellite internet constellation operated by American aerospace company SpaceX",
                    "agencies": [
                        {
                            "id": 121,
                            "url": "https://ll.thespacedevs.com/2.2.0/agencies/121/?format=api",
                            "name": "SpaceX",
                            "type": "Commercial"
                        }
                    ],
                    "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/starlink_program_20231228154508.jpeg",
                    "start_date": "2018-02-22T14:17:00Z",
                    "end_date": null,
                    "info_url": "https://starlink.com",
                    "wiki_url": "https://en.wikipedia.org/wiki/Starlink",
                    "mission_patches": [
                        {
                            "id": 7,
                            "name": "Space X Starlink Mission Patch",
                            "priority": 10,
                            "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/mission_patch_images/space2520x252_mission_patch_20221011205756.png",
                            "agency": {
                                "id": 121,
                                "url": "https://ll.thespacedevs.com/2.2.0/agencies/121/?format=api",
                                "name": "SpaceX",
                                "type": "Commercial"
                            }
                        }
                    ],
                    "type": {
                        "id": 3,
                        "name": "Communication Constellation"
                    }
                }
            ],
            "orbital_launch_attempt_count": 6663,
            "location_launch_attempt_count": 951,
            "pad_launch_attempt_count": 240,
            "agency_launch_attempt_count": 358,
            "orbital_launch_attempt_count_year": 85,
            "location_launch_attempt_count_year": 24,
            "pad_launch_attempt_count_year": 22,
            "agency_launch_attempt_count_year": 47,
            "type": "normal"
        },
        {
            "id": "968067d1-8c12-4018-9854-b7b7d4bddc6b",
            "url": "https://ll.thespacedevs.com/2.2.0/launch/968067d1-8c12-4018-9854-b7b7d4bddc6b/?format=api",
            "slug": "atlas-v-n22-cst-100-starliner-crewed-flight-test",
            "name": "Atlas V N22 | CST-100 Starliner Crewed Flight Test",
            "status": {
                "id": 1,
                "name": "Go for Launch",
                "abbrev": "Go",
                "description": "Current T-0 confirmed by official or reliable sources."
            },
            "last_updated": "2024-05-04T13:40:32Z",
            "net": "2024-05-07T02:34:14Z",
            "window_end": "2024-05-07T02:34:14Z",
            "window_start": "2024-05-07T02:34:14Z",
            "net_precision": {
                "id": 0,
                "name": "Second",
                "abbrev": "SEC",
                "description": "The T-0 is accurate to the second."
            },
            "probability": 90,
            "weather_concerns": null,
            "holdreason": "",
            "failreason": "",
            "hashtag": null,
            "launch_service_provider": {
                "id": 124,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/124/?format=api",
                "name": "United Launch Alliance",
                "type": "Commercial"
            },
            "rocket": {
                "id": 103,
                "configuration": {
                    "id": 166,
                    "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/166/?format=api",
                    "name": "Atlas V N22",
                    "family": "Atlas",
                    "full_name": "Atlas V N22",
                    "variant": "V N22"
                }
            },
            "mission": {
                "id": 1052,
                "name": "CST-100 Starliner Crewed Flight Test",
                "description": "This is the first crewed test flight of Starliner spacecraft. It will carry NASA astronauts Barry Wilmore and\r\nSuni Williams to the International Space Station.",
                "launch_designator": null,
                "type": "Test Flight",
                "orbit": {
                    "id": 8,
                    "name": "Low Earth Orbit",
                    "abbrev": "LEO"
                },
                "agencies": [
                    {
                        "id": 80,
                        "url": "https://ll.thespacedevs.com/2.2.0/agencies/80/?format=api",
                        "name": "Boeing",
                        "featured": false,
                        "type": "Commercial",
                        "country_code": "USA",
                        "abbrev": "BA",
                        "description": "Boeing as a space agency has recently provided NASA with assistance on sending humans to the ISS from American with both their construction of the CST-100 Starliner crew capsule and their work on the SLS Avionics to return to the moon and beyond. Their ventures in GPS satellite systems and Tracking and Data Relay Satellites provide information about earth-orbiting craft to stations on the ground. They also enable research on the ISS and will be helping with the construction of the Lunar Gateway.",
                        "administrator": "Leanne Caret",
                        "founding_year": "2002",
                        "launchers": "SLS",
                        "spacecraft": "Starliner",
                        "launch_library_url": null,
                        "total_launch_count": 2,
                        "consecutive_successful_launches": 0,
                        "successful_launches": 1,
                        "failed_launches": 1,
                        "pending_launches": 0,
                        "consecutive_successful_landings": 0,
                        "successful_landings": 0,
                        "failed_landings": 0,
                        "attempted_landings": 0,
                        "info_url": "https://www.boeing.com",
                        "wiki_url": "http://en.wikipedia.org/wiki/Boeing",
                        "logo_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/boeing_logo_20201128183345.png",
                        "image_url": null,
                        "nation_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/boeing_nation_20230804083022.jpg"
                    },
                    {
                        "id": 44,
                        "url": "https://ll.thespacedevs.com/2.2.0/agencies/44/?format=api",
                        "name": "National Aeronautics and Space Administration",
                        "featured": true,
                        "type": "Government",
                        "country_code": "USA",
                        "abbrev": "NASA",
                        "description": "The National Aeronautics and Space Administration is an independent agency of the executive branch of the United States federal government responsible for the civilian space program, as well as aeronautics and aerospace research. NASA have many launch facilities but most are inactive. The most commonly used pad will be LC-39B at Kennedy Space Center in Florida.",
                        "administrator": "Administrator: Bill Nelson",
                        "founding_year": "1958",
                        "launchers": "Space Shuttle | SLS",
                        "spacecraft": "Orion",
                        "launch_library_url": null,
                        "total_launch_count": 135,
                        "consecutive_successful_launches": 11,
                        "successful_launches": 115,
                        "failed_launches": 20,
                        "pending_launches": 6,
                        "consecutive_successful_landings": 0,
                        "successful_landings": 0,
                        "failed_landings": 0,
                        "attempted_landings": 0,
                        "info_url": "http://www.nasa.gov",
                        "wiki_url": "http://en.wikipedia.org/wiki/National_Aeronautics_and_Space_Administration",
                        "logo_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/national2520aeronautics2520and2520space2520administration_logo_20190207032448.png",
                        "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/national2520aeronautics2520and2520space2520administration_image_20190207032448.jpeg",
                        "nation_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/national2520aeronautics2520and2520space2520administration_nation_20230803040809.jpg"
                    }
                ],
                "info_urls": [],
                "vid_urls": []
            },
            "pad": {
                "id": 29,
                "url": "https://ll.thespacedevs.com/2.2.0/pad/29/?format=api",
                "agency_id": null,
                "name": "Space Launch Complex 41",
                "description": null,
                "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.2.0/location/12/?format=api",
                    "name": "Cape Canaveral, FL, USA",
                    "country_code": "USA",
                    "description": "",
                    "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/location_12_20200803142519.jpg",
                    "timezone_name": "America/New_York",
                    "total_launch_count": 950,
                    "total_landing_count": 51
                },
                "country_code": "USA",
                "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/pad_29_20200803143528.jpg",
                "total_launch_count": 111,
                "orbital_launch_attempt_count": 111
            },
            "webcast_live": false,
            "image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/atlas_v_n22_image_20210813082339.jpeg",
            "infographic": null,
            "program": [
                {
                    "id": 5,
                    "url": "https://ll.thespacedevs.com/2.2.0/program/5/?format=api",
                    "name": "Commercial Crew Program",
                    "description": "The Commercial Crew Program (CCP) is a human spaceflight program operated by NASA, in association with American aerospace manufacturers Boeing and SpaceX. The program conducts rotations between the expeditions of the International Space Station program, transporting crews to and from the International Space Station (ISS) aboard Boeing Starliner and SpaceX Crew Dragon capsules, in the first crewed orbital spaceflights operated by private companies.",
                    "agencies": [
                        {
                            "id": 80,
                            "url": "https://ll.thespacedevs.com/2.2.0/agencies/80/?format=api",
                            "name": "Boeing",
                            "type": "Commercial"
                        },
                        {
                            "id": 44,
                            "url": "https://ll.thespacedevs.com/2.2.0/agencies/44/?format=api",
                            "name": "National Aeronautics and Space Administration",
                            "type": "Government"
                        },
                        {
                            "id": 121,
                            "url": "https://ll.thespacedevs.com/2.2.0/agencies/121/?format=api",
                            "name": "SpaceX",
                            "type": "Commercial"
                        }
                    ],
                    "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/commercial2520_program_20200820201209.png",
                    "start_date": "2011-04-18T00:00:00Z",
                    "end_date": null,
                    "info_url": "https://www.nasa.gov/exploration/commercial/crew/index.html",
                    "wiki_url": "https://en.wikipedia.org/wiki/Commercial_Crew_Program",
                    "mission_patches": [],
                    "type": {
                        "id": 2,
                        "name": "Human Spaceflight"
                    }
                },
                {
                    "id": 17,
                    "url": "https://ll.thespacedevs.com/2.2.0/program/17/?format=api",
                    "name": "International Space Station",
                    "description": "The International Space Station programme is tied together by a complex set of legal, political and financial agreements between the sixteen nations involved in the project, governing ownership of the various components, rights to crewing and utilization, and responsibilities for crew rotation and resupply of the International Space Station. It was conceived in 1984 by President Ronald Reagan, during the Space Station Freedom project as it was originally called.",
                    "agencies": [
                        {
                            "id": 16,
                            "url": "https://ll.thespacedevs.com/2.2.0/agencies/16/?format=api",
                            "name": "Canadian Space Agency",
                            "type": "Government"
                        },
                        {
                            "id": 27,
                            "url": "https://ll.thespacedevs.com/2.2.0/agencies/27/?format=api",
                            "name": "European Space Agency",
                            "type": "Multinational"
                        },
                        {
                            "id": 37,
                            "url": "https://ll.thespacedevs.com/2.2.0/agencies/37/?format=api",
                            "name": "Japan Aerospace Exploration Agency",
                            "type": "Government"
                        },
                        {
                            "id": 44,
                            "url": "https://ll.thespacedevs.com/2.2.0/agencies/44/?format=api",
                            "name": "National Aeronautics and Space Administration",
                            "type": "Government"
                        },
                        {
                            "id": 63,
                            "url": "https://ll.thespacedevs.com/2.2.0/agencies/63/?format=api",
                            "name": "Russian Federal Space Agency (ROSCOSMOS)",
                            "type": "Government"
                        }
                    ],
                    "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/international2_program_20201129184745.png",
                    "start_date": "1998-11-20T06:40:00Z",
                    "end_date": null,
                    "info_url": "https://www.nasa.gov/mission_pages/station/main/index.html",
                    "wiki_url": "https://en.wikipedia.org/wiki/International_Space_Station_programme",
                    "mission_patches": [],
                    "type": {
                        "id": 2,
                        "name": "Human Spaceflight"
                    }
                }
            ],
            "orbital_launch_attempt_count": 6664,
            "location_launch_attempt_count": 952,
            "pad_launch_attempt_count": 112,
            "agency_launch_attempt_count": 162,
            "orbital_launch_attempt_count_year": 86,
            "location_launch_attempt_count_year": 25,
            "pad_launch_attempt_count_year": 2,
            "agency_launch_attempt_count_year": 3,
            "type": "normal"
        },
        {
            "id": "2f30b8e8-9262-41d5-a10c-3feb5729b13b",
            "url": "https://ll.thespacedevs.com/2.2.0/launch/2f30b8e8-9262-41d5-a10c-3feb5729b13b/?format=api",
            "slug": "long-march-6c-unknown-payload",
            "name": "Long March 6C | Unknown Payload",
            "status": {
                "id": 1,
                "name": "Go for Launch",
                "abbrev": "Go",
                "description": "Current T-0 confirmed by official or reliable sources."
            },
            "last_updated": "2024-05-02T19:22:36Z",
            "net": "2024-05-07T03:30:00Z",
            "window_end": "2024-05-07T03:55:00Z",
            "window_start": "2024-05-07T03:13:00Z",
            "net_precision": {
                "id": 2,
                "name": "Hour",
                "abbrev": "HR",
                "description": "The T-0 is accurate to the hour."
            },
            "probability": null,
            "weather_concerns": null,
            "holdreason": "",
            "failreason": "",
            "hashtag": null,
            "launch_service_provider": {
                "id": 88,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/88/?format=api",
                "name": "China Aerospace Science and Technology Corporation",
                "type": "Government"
            },
            "rocket": {
                "id": 8238,
                "configuration": {
                    "id": 510,
                    "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/510/?format=api",
                    "name": "Long March 6C",
                    "family": "Long March 6",
                    "full_name": "Long March 6C",
                    "variant": ""
                }
            },
            "mission": {
                "id": 6819,
                "name": "Unknown Payload",
                "description": "Details TBD.",
                "launch_designator": null,
                "type": "Unknown",
                "orbit": {
                    "id": 25,
                    "name": "Unknown",
                    "abbrev": "N/A"
                },
                "agencies": [],
                "info_urls": [],
                "vid_urls": []
            },
            "pad": {
                "id": 200,
                "url": "https://ll.thespacedevs.com/2.2.0/pad/200/?format=api",
                "agency_id": null,
                "name": "Launch Complex 9A",
                "description": null,
                "info_url": null,
                "wiki_url": null,
                "map_url": "https://www.google.com/maps?q=38.8583,111.5802",
                "latitude": "38.8583",
                "longitude": "111.5802",
                "location": {
                    "id": 19,
                    "url": "https://ll.thespacedevs.com/2.2.0/location/19/?format=api",
                    "name": "Taiyuan Satellite Launch Center, People's Republic of China",
                    "country_code": "CHN",
                    "description": "",
                    "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/location_19_20200803142421.jpg",
                    "timezone_name": "Asia/Shanghai",
                    "total_launch_count": 125,
                    "total_landing_count": 0
                },
                "country_code": "CHN",
                "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/pad_launch_complex_9a_20220330003717.jpg",
                "total_launch_count": 5,
                "orbital_launch_attempt_count": 5
            },
            "webcast_live": false,
            "image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/cz-6c_model_at__image_20240326135852.png",
            "infographic": null,
            "program": [],
            "orbital_launch_attempt_count": 6665,
            "location_launch_attempt_count": 126,
            "pad_launch_attempt_count": 6,
            "agency_launch_attempt_count": 470,
            "orbital_launch_attempt_count_year": 87,
            "location_launch_attempt_count_year": 2,
            "pad_launch_attempt_count_year": 2,
            "agency_launch_attempt_count_year": 16,
            "type": "normal"
        },
        {
            "id": "40e91ca4-bcd3-43bd-b856-0236d4beca45",
            "url": "https://ll.thespacedevs.com/2.2.0/launch/40e91ca4-bcd3-43bd-b856-0236d4beca45/?format=api",
            "slug": "falcon-9-block-5-starlink-group-6-57",
            "name": "Falcon 9 Block 5 | Starlink Group 6-57",
            "status": {
                "id": 8,
                "name": "To Be Confirmed",
                "abbrev": "TBC",
                "description": "Awaiting official confirmation - current date is known with some certainty."
            },
            "last_updated": "2024-05-04T13:01:21Z",
            "net": "2024-05-07T15:08:00Z",
            "window_end": "2024-05-07T19:39:00Z",
            "window_start": "2024-05-07T15:08:00Z",
            "net_precision": {
                "id": 2,
                "name": "Hour",
                "abbrev": "HR",
                "description": "The T-0 is accurate to the hour."
            },
            "probability": null,
            "weather_concerns": null,
            "holdreason": "",
            "failreason": "",
            "hashtag": null,
            "launch_service_provider": {
                "id": 121,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/121/?format=api",
                "name": "SpaceX",
                "type": "Commercial"
            },
            "rocket": {
                "id": 8237,
                "configuration": {
                    "id": 164,
                    "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/164/?format=api",
                    "name": "Falcon 9",
                    "family": "Falcon",
                    "full_name": "Falcon 9 Block 5",
                    "variant": "Block 5"
                }
            },
            "mission": {
                "id": 6818,
                "name": "Starlink Group 6-57",
                "description": "A batch of satellites for the Starlink mega-constellation - SpaceX's project for space-based Internet communication system.",
                "launch_designator": null,
                "type": "Communications",
                "orbit": {
                    "id": 8,
                    "name": "Low Earth Orbit",
                    "abbrev": "LEO"
                },
                "agencies": [
                    {
                        "id": 121,
                        "url": "https://ll.thespacedevs.com/2.2.0/agencies/121/?format=api",
                        "name": "SpaceX",
                        "featured": true,
                        "type": "Commercial",
                        "country_code": "USA",
                        "abbrev": "SpX",
                        "description": "Space Exploration Technologies Corp., known as SpaceX, is an American aerospace manufacturer and space transport services company headquartered in Hawthorne, California. It was founded in 2002 by entrepreneur Elon Musk with the goal of reducing space transportation costs and enabling the colonization of Mars. SpaceX operates from many pads, on the East Coast of the US they operate from SLC-40 at Cape Canaveral Space Force Station and historic LC-39A at Kennedy Space Center. They also operate from SLC-4E at Vandenberg Space Force Base, California, usually for polar launches. Another launch site is being developed at Boca Chica, Texas.",
                        "administrator": "CEO: Elon Musk",
                        "founding_year": "2002",
                        "launchers": "Falcon | Starship",
                        "spacecraft": "Dragon",
                        "launch_library_url": null,
                        "total_launch_count": 357,
                        "consecutive_successful_launches": 58,
                        "successful_launches": 346,
                        "failed_launches": 11,
                        "pending_launches": 136,
                        "consecutive_successful_landings": 20,
                        "successful_landings": 308,
                        "failed_landings": 24,
                        "attempted_landings": 331,
                        "info_url": "http://www.spacex.com/",
                        "wiki_url": "http://en.wikipedia.org/wiki/SpaceX",
                        "logo_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/spacex_logo_20220826094919.png",
                        "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/spacex_image_20190207032501.jpeg",
                        "nation_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/spacex_nation_20230531064544.jpg"
                    }
                ],
                "info_urls": [],
                "vid_urls": []
            },
            "pad": {
                "id": 87,
                "url": "https://ll.thespacedevs.com/2.2.0/pad/87/?format=api",
                "agency_id": 121,
                "name": "Launch Complex 39A",
                "description": null,
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/Kennedy_Space_Center_Launch_Complex_39#Launch_Pad_39A",
                "map_url": "https://www.google.com/maps?q=28.60822681,-80.60428186",
                "latitude": "28.60822681",
                "longitude": "-80.60428186",
                "location": {
                    "id": 27,
                    "url": "https://ll.thespacedevs.com/2.2.0/location/27/?format=api",
                    "name": "Kennedy Space Center, FL, USA",
                    "country_code": "USA",
                    "description": "",
                    "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/location_27_20200803142447.jpg",
                    "timezone_name": "America/New_York",
                    "total_launch_count": 236,
                    "total_landing_count": 0
                },
                "country_code": "USA",
                "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/pad_87_20200803143537.jpg",
                "total_launch_count": 178,
                "orbital_launch_attempt_count": 177
            },
            "webcast_live": false,
            "image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/falcon2520925_image_20221009234147.png",
            "infographic": null,
            "program": [
                {
                    "id": 25,
                    "url": "https://ll.thespacedevs.com/2.2.0/program/25/?format=api",
                    "name": "Starlink",
                    "description": "Starlink is a satellite internet constellation operated by American aerospace company SpaceX",
                    "agencies": [
                        {
                            "id": 121,
                            "url": "https://ll.thespacedevs.com/2.2.0/agencies/121/?format=api",
                            "name": "SpaceX",
                            "type": "Commercial"
                        }
                    ],
                    "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/starlink_program_20231228154508.jpeg",
                    "start_date": "2018-02-22T14:17:00Z",
                    "end_date": null,
                    "info_url": "https://starlink.com",
                    "wiki_url": "https://en.wikipedia.org/wiki/Starlink",
                    "mission_patches": [
                        {
                            "id": 7,
                            "name": "Space X Starlink Mission Patch",
                            "priority": 10,
                            "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/mission_patch_images/space2520x252_mission_patch_20221011205756.png",
                            "agency": {
                                "id": 121,
                                "url": "https://ll.thespacedevs.com/2.2.0/agencies/121/?format=api",
                                "name": "SpaceX",
                                "type": "Commercial"
                            }
                        }
                    ],
                    "type": {
                        "id": 3,
                        "name": "Communication Constellation"
                    }
                }
            ],
            "orbital_launch_attempt_count": 6666,
            "location_launch_attempt_count": 237,
            "pad_launch_attempt_count": 179,
            "agency_launch_attempt_count": 359,
            "orbital_launch_attempt_count_year": 88,
            "location_launch_attempt_count_year": 11,
            "pad_launch_attempt_count_year": 11,
            "agency_launch_attempt_count_year": 48,
            "type": "normal"
        },
        {
            "id": "b7767100-2fd3-4df6-9f23-cd6817f9972e",
            "url": "https://ll.thespacedevs.com/2.2.0/launch/b7767100-2fd3-4df6-9f23-cd6817f9972e/?format=api",
            "slug": "falcon-9-block-5-starlink-group-8-2",
            "name": "Falcon 9 Block 5 | Starlink Group 8-2",
            "status": {
                "id": 8,
                "name": "To Be Confirmed",
                "abbrev": "TBC",
                "description": "Awaiting official confirmation - current date is known with some certainty."
            },
            "last_updated": "2024-05-02T19:00:53Z",
            "net": "2024-05-08T02:48:00Z",
            "window_end": "2024-05-08T07:19:00Z",
            "window_start": "2024-05-08T02:48:00Z",
            "net_precision": {
                "id": 2,
                "name": "Hour",
                "abbrev": "HR",
                "description": "The T-0 is accurate to the hour."
            },
            "probability": null,
            "weather_concerns": null,
            "holdreason": "",
            "failreason": "",
            "hashtag": null,
            "launch_service_provider": {
                "id": 121,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/121/?format=api",
                "name": "SpaceX",
                "type": "Commercial"
            },
            "rocket": {
                "id": 8194,
                "configuration": {
                    "id": 164,
                    "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/164/?format=api",
                    "name": "Falcon 9",
                    "family": "Falcon",
                    "full_name": "Falcon 9 Block 5",
                    "variant": "Block 5"
                }
            },
            "mission": {
                "id": 6763,
                "name": "Starlink Group 8-2",
                "description": "A batch of satellites for the Starlink mega-constellation - SpaceX's project for space-based Internet communication system.",
                "launch_designator": null,
                "type": "Communications",
                "orbit": {
                    "id": 8,
                    "name": "Low Earth Orbit",
                    "abbrev": "LEO"
                },
                "agencies": [
                    {
                        "id": 121,
                        "url": "https://ll.thespacedevs.com/2.2.0/agencies/121/?format=api",
                        "name": "SpaceX",
                        "featured": true,
                        "type": "Commercial",
                        "country_code": "USA",
                        "abbrev": "SpX",
                        "description": "Space Exploration Technologies Corp., known as SpaceX, is an American aerospace manufacturer and space transport services company headquartered in Hawthorne, California. It was founded in 2002 by entrepreneur Elon Musk with the goal of reducing space transportation costs and enabling the colonization of Mars. SpaceX operates from many pads, on the East Coast of the US they operate from SLC-40 at Cape Canaveral Space Force Station and historic LC-39A at Kennedy Space Center. They also operate from SLC-4E at Vandenberg Space Force Base, California, usually for polar launches. Another launch site is being developed at Boca Chica, Texas.",
                        "administrator": "CEO: Elon Musk",
                        "founding_year": "2002",
                        "launchers": "Falcon | Starship",
                        "spacecraft": "Dragon",
                        "launch_library_url": null,
                        "total_launch_count": 357,
                        "consecutive_successful_launches": 58,
                        "successful_launches": 346,
                        "failed_launches": 11,
                        "pending_launches": 136,
                        "consecutive_successful_landings": 20,
                        "successful_landings": 308,
                        "failed_landings": 24,
                        "attempted_landings": 331,
                        "info_url": "http://www.spacex.com/",
                        "wiki_url": "http://en.wikipedia.org/wiki/SpaceX",
                        "logo_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/spacex_logo_20220826094919.png",
                        "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/spacex_image_20190207032501.jpeg",
                        "nation_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/spacex_nation_20230531064544.jpg"
                    }
                ],
                "info_urls": [],
                "vid_urls": []
            },
            "pad": {
                "id": 16,
                "url": "https://ll.thespacedevs.com/2.2.0/pad/16/?format=api",
                "agency_id": null,
                "name": "Space Launch Complex 4E",
                "description": "Space Launch Complex 4 East (SLC-4E) is a launch site at Vandenberg Space Force Base, California, U.S.\r\n\r\nThe pad was previously used by Atlas and Titan rockets between 1963 and 2005. The pad was built for use by Atlas-Agena rockets, but was later rebuilt to handle Titan rockets.",
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/Vandenberg_Space_Launch_Complex_4#SLC-4E",
                "map_url": "https://www.google.com/maps?q=34.632,-120.611",
                "latitude": "34.632",
                "longitude": "-120.611",
                "location": {
                    "id": 11,
                    "url": "https://ll.thespacedevs.com/2.2.0/location/11/?format=api",
                    "name": "Vandenberg SFB, CA, USA",
                    "country_code": "USA",
                    "description": "",
                    "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/location_11_20200803142416.jpg",
                    "timezone_name": "America/Los_Angeles",
                    "total_launch_count": 753,
                    "total_landing_count": 18
                },
                "country_code": "USA",
                "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/pad_16_20200803143532.jpg",
                "total_launch_count": 142,
                "orbital_launch_attempt_count": 142
            },
            "webcast_live": false,
            "image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/falcon2520925_image_20221009234147.png",
            "infographic": null,
            "program": [
                {
                    "id": 25,
                    "url": "https://ll.thespacedevs.com/2.2.0/program/25/?format=api",
                    "name": "Starlink",
                    "description": "Starlink is a satellite internet constellation operated by American aerospace company SpaceX",
                    "agencies": [
                        {
                            "id": 121,
                            "url": "https://ll.thespacedevs.com/2.2.0/agencies/121/?format=api",
                            "name": "SpaceX",
                            "type": "Commercial"
                        }
                    ],
                    "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/starlink_program_20231228154508.jpeg",
                    "start_date": "2018-02-22T14:17:00Z",
                    "end_date": null,
                    "info_url": "https://starlink.com",
                    "wiki_url": "https://en.wikipedia.org/wiki/Starlink",
                    "mission_patches": [
                        {
                            "id": 7,
                            "name": "Space X Starlink Mission Patch",
                            "priority": 10,
                            "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/mission_patch_images/space2520x252_mission_patch_20221011205756.png",
                            "agency": {
                                "id": 121,
                                "url": "https://ll.thespacedevs.com/2.2.0/agencies/121/?format=api",
                                "name": "SpaceX",
                                "type": "Commercial"
                            }
                        }
                    ],
                    "type": {
                        "id": 3,
                        "name": "Communication Constellation"
                    }
                }
            ],
            "orbital_launch_attempt_count": 6667,
            "location_launch_attempt_count": 754,
            "pad_launch_attempt_count": 143,
            "agency_launch_attempt_count": 360,
            "orbital_launch_attempt_count_year": 89,
            "location_launch_attempt_count_year": 15,
            "pad_launch_attempt_count_year": 15,
            "agency_launch_attempt_count_year": 49,
            "type": "normal"
        },
        {
            "id": "e4b75787-a85d-4401-94a5-2f3c28605ec9",
            "url": "https://ll.thespacedevs.com/2.2.0/launch/e4b75787-a85d-4401-94a5-2f3c28605ec9/?format=api",
            "slug": "long-march-3byz-1-unknown-payload",
            "name": "Long March 3B/YZ-1 | Unknown Payload",
            "status": {
                "id": 1,
                "name": "Go for Launch",
                "abbrev": "Go",
                "description": "Current T-0 confirmed by official or reliable sources."
            },
            "last_updated": "2024-05-02T19:24:57Z",
            "net": "2024-05-09T01:50:00Z",
            "window_end": "2024-05-09T02:14:00Z",
            "window_start": "2024-05-09T01:33:00Z",
            "net_precision": {
                "id": 2,
                "name": "Hour",
                "abbrev": "HR",
                "description": "The T-0 is accurate to the hour."
            },
            "probability": null,
            "weather_concerns": null,
            "holdreason": "",
            "failreason": "",
            "hashtag": null,
            "launch_service_provider": {
                "id": 88,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/88/?format=api",
                "name": "China Aerospace Science and Technology Corporation",
                "type": "Government"
            },
            "rocket": {
                "id": 8239,
                "configuration": {
                    "id": 78,
                    "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/78/?format=api",
                    "name": "Long March 3B/YZ-1",
                    "family": "Long March 3",
                    "full_name": "Long March 3B/YZ-1",
                    "variant": "B/YZ-1"
                }
            },
            "mission": {
                "id": 6820,
                "name": "Unknown Payload",
                "description": "Details TBD.",
                "launch_designator": null,
                "type": "Unknown",
                "orbit": {
                    "id": 25,
                    "name": "Unknown",
                    "abbrev": "N/A"
                },
                "agencies": [],
                "info_urls": [],
                "vid_urls": []
            },
            "pad": {
                "id": 45,
                "url": "https://ll.thespacedevs.com/2.2.0/pad/45/?format=api",
                "agency_id": null,
                "name": "Launch Complex 2 (LC-2)",
                "description": null,
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/Xichang_Satellite_Launch_Center",
                "map_url": "https://www.google.com/maps?q=28.245564,102.026751",
                "latitude": "28.245564",
                "longitude": "102.026751",
                "location": {
                    "id": 16,
                    "url": "https://ll.thespacedevs.com/2.2.0/location/16/?format=api",
                    "name": "Xichang Satellite Launch Center, People's Republic of China",
                    "country_code": "CHN",
                    "description": "",
                    "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/location_16_20200803142513.jpg",
                    "timezone_name": "Asia/Shanghai",
                    "total_launch_count": 204,
                    "total_landing_count": 0
                },
                "country_code": "CHN",
                "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/pad_45_20200803143520.jpg",
                "total_launch_count": 108,
                "orbital_launch_attempt_count": 108
            },
            "webcast_live": false,
            "image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/long2520march25203_image_20200102181012.jpg",
            "infographic": null,
            "program": [],
            "orbital_launch_attempt_count": 6668,
            "location_launch_attempt_count": 205,
            "pad_launch_attempt_count": 109,
            "agency_launch_attempt_count": 471,
            "orbital_launch_attempt_count_year": 90,
            "location_launch_attempt_count_year": 7,
            "pad_launch_attempt_count_year": 2,
            "agency_launch_attempt_count_year": 17,
            "type": "normal"
        },
        {
            "id": "67152d83-c689-4cff-8330-b42c166049c9",
            "url": "https://ll.thespacedevs.com/2.2.0/launch/67152d83-c689-4cff-8330-b42c166049c9/?format=api",
            "slug": "falcon-9-block-5-starlink-group-6-58",
            "name": "Falcon 9 Block 5 | Starlink Group 6-58",
            "status": {
                "id": 2,
                "name": "To Be Determined",
                "abbrev": "TBD",
                "description": "Current date is a placeholder or rough estimation based on unreliable or interpreted sources."
            },
            "last_updated": "2024-05-04T08:02:17Z",
            "net": "2024-05-12T00:00:00Z",
            "window_end": "2024-05-12T00:00:00Z",
            "window_start": "2024-05-12T00:00:00Z",
            "net_precision": {
                "id": 5,
                "name": "Day",
                "abbrev": "DAY",
                "description": "The T-0 is expected on the given day."
            },
            "probability": null,
            "weather_concerns": null,
            "holdreason": "",
            "failreason": "",
            "hashtag": null,
            "launch_service_provider": {
                "id": 121,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/121/?format=api",
                "name": "SpaceX",
                "type": "Commercial"
            },
            "rocket": {
                "id": 8240,
                "configuration": {
                    "id": 164,
                    "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/164/?format=api",
                    "name": "Falcon 9",
                    "family": "Falcon",
                    "full_name": "Falcon 9 Block 5",
                    "variant": "Block 5"
                }
            },
            "mission": {
                "id": 6821,
                "name": "Starlink Group 6-58",
                "description": "A batch of satellites for the Starlink mega-constellation - SpaceX's project for space-based Internet communication system.",
                "launch_designator": null,
                "type": "Communications",
                "orbit": {
                    "id": 8,
                    "name": "Low Earth Orbit",
                    "abbrev": "LEO"
                },
                "agencies": [
                    {
                        "id": 121,
                        "url": "https://ll.thespacedevs.com/2.2.0/agencies/121/?format=api",
                        "name": "SpaceX",
                        "featured": true,
                        "type": "Commercial",
                        "country_code": "USA",
                        "abbrev": "SpX",
                        "description": "Space Exploration Technologies Corp., known as SpaceX, is an American aerospace manufacturer and space transport services company headquartered in Hawthorne, California. It was founded in 2002 by entrepreneur Elon Musk with the goal of reducing space transportation costs and enabling the colonization of Mars. SpaceX operates from many pads, on the East Coast of the US they operate from SLC-40 at Cape Canaveral Space Force Station and historic LC-39A at Kennedy Space Center. They also operate from SLC-4E at Vandenberg Space Force Base, California, usually for polar launches. Another launch site is being developed at Boca Chica, Texas.",
                        "administrator": "CEO: Elon Musk",
                        "founding_year": "2002",
                        "launchers": "Falcon | Starship",
                        "spacecraft": "Dragon",
                        "launch_library_url": null,
                        "total_launch_count": 357,
                        "consecutive_successful_launches": 58,
                        "successful_launches": 346,
                        "failed_launches": 11,
                        "pending_launches": 136,
                        "consecutive_successful_landings": 20,
                        "successful_landings": 308,
                        "failed_landings": 24,
                        "attempted_landings": 331,
                        "info_url": "http://www.spacex.com/",
                        "wiki_url": "http://en.wikipedia.org/wiki/SpaceX",
                        "logo_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/spacex_logo_20220826094919.png",
                        "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/spacex_image_20190207032501.jpeg",
                        "nation_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/spacex_nation_20230531064544.jpg"
                    }
                ],
                "info_urls": [],
                "vid_urls": []
            },
            "pad": {
                "id": 72,
                "url": "https://ll.thespacedevs.com/2.2.0/pad/72/?format=api",
                "agency_id": null,
                "name": "Unknown Pad",
                "description": null,
                "info_url": null,
                "wiki_url": "",
                "map_url": "https://www.google.com/maps?q=28.458,-80.528",
                "latitude": "28.458",
                "longitude": "-80.528",
                "location": {
                    "id": 12,
                    "url": "https://ll.thespacedevs.com/2.2.0/location/12/?format=api",
                    "name": "Cape Canaveral, FL, USA",
                    "country_code": "USA",
                    "description": "",
                    "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/location_12_20200803142519.jpg",
                    "timezone_name": "America/New_York",
                    "total_launch_count": 950,
                    "total_landing_count": 51
                },
                "country_code": "USA",
                "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/pad_72_20200803143403.jpg",
                "total_launch_count": 0,
                "orbital_launch_attempt_count": 0
            },
            "webcast_live": false,
            "image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/falcon2520925_image_20221009234147.png",
            "infographic": null,
            "program": [
                {
                    "id": 25,
                    "url": "https://ll.thespacedevs.com/2.2.0/program/25/?format=api",
                    "name": "Starlink",
                    "description": "Starlink is a satellite internet constellation operated by American aerospace company SpaceX",
                    "agencies": [
                        {
                            "id": 121,
                            "url": "https://ll.thespacedevs.com/2.2.0/agencies/121/?format=api",
                            "name": "SpaceX",
                            "type": "Commercial"
                        }
                    ],
                    "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/starlink_program_20231228154508.jpeg",
                    "start_date": "2018-02-22T14:17:00Z",
                    "end_date": null,
                    "info_url": "https://starlink.com",
                    "wiki_url": "https://en.wikipedia.org/wiki/Starlink",
                    "mission_patches": [
                        {
                            "id": 7,
                            "name": "Space X Starlink Mission Patch",
                            "priority": 10,
                            "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/mission_patch_images/space2520x252_mission_patch_20221011205756.png",
                            "agency": {
                                "id": 121,
                                "url": "https://ll.thespacedevs.com/2.2.0/agencies/121/?format=api",
                                "name": "SpaceX",
                                "type": "Commercial"
                            }
                        }
                    ],
                    "type": {
                        "id": 3,
                        "name": "Communication Constellation"
                    }
                }
            ],
            "orbital_launch_attempt_count": 6669,
            "location_launch_attempt_count": 953,
            "pad_launch_attempt_count": 1,
            "agency_launch_attempt_count": 361,
            "orbital_launch_attempt_count_year": 91,
            "location_launch_attempt_count_year": 26,
            "pad_launch_attempt_count_year": 1,
            "agency_launch_attempt_count_year": 50,
            "type": "normal"
        },
        {
            "id": "bcab98e3-3650-4733-9d32-47d5870a2151",
            "url": "https://ll.thespacedevs.com/2.2.0/launch/bcab98e3-3650-4733-9d32-47d5870a2151/?format=api",
            "slug": "falcon-9-block-5-nrol-146",
            "name": "Falcon 9 Block 5 | NROL-146",
            "status": {
                "id": 2,
                "name": "To Be Determined",
                "abbrev": "TBD",
                "description": "Current date is a placeholder or rough estimation based on unreliable or interpreted sources."
            },
            "last_updated": "2024-05-01T23:36:48Z",
            "net": "2024-05-19T00:00:00Z",
            "window_end": "2024-05-19T00:00:00Z",
            "window_start": "2024-05-19T00:00:00Z",
            "net_precision": {
                "id": 5,
                "name": "Day",
                "abbrev": "DAY",
                "description": "The T-0 is expected on the given day."
            },
            "probability": null,
            "weather_concerns": null,
            "holdreason": "",
            "failreason": "",
            "hashtag": null,
            "launch_service_provider": {
                "id": 121,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/121/?format=api",
                "name": "SpaceX",
                "type": "Commercial"
            },
            "rocket": {
                "id": 8232,
                "configuration": {
                    "id": 164,
                    "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/164/?format=api",
                    "name": "Falcon 9",
                    "family": "Falcon",
                    "full_name": "Falcon 9 Block 5",
                    "variant": "Block 5"
                }
            },
            "mission": {
                "id": 6809,
                "name": "NROL-146",
                "description": "First batch of satellites for a reconnaissance satellite constellation built by SpaceX and Northrop Grumman for the National Reconnaissance Office to provide imaging and other reconnaissance capabilities.",
                "launch_designator": null,
                "type": "Government/Top Secret",
                "orbit": {
                    "id": 25,
                    "name": "Unknown",
                    "abbrev": "N/A"
                },
                "agencies": [
                    {
                        "id": 181,
                        "url": "https://ll.thespacedevs.com/2.2.0/agencies/181/?format=api",
                        "name": "National Reconnaissance Office",
                        "featured": false,
                        "type": "Government",
                        "country_code": "USA",
                        "abbrev": "NRO",
                        "description": "The National Reconnaissance Office (NRO) is a member of the United States Intelligence Community and an agency of the United States Department of Defense which designs, builds, launches, and operates the reconnaissance satellites of the U.S. federal government, and provides satellite intelligence to several government agencies, particularly signals intelligence (SIGINT) to the NSA, imagery intelligence (IMINT) to the NGA, and measurement and signature intelligence (MASINT) to the DIA.",
                        "administrator": "Director: Christopher Scolese",
                        "founding_year": "1961",
                        "launchers": "",
                        "spacecraft": "",
                        "launch_library_url": null,
                        "total_launch_count": 0,
                        "consecutive_successful_launches": 0,
                        "successful_launches": 0,
                        "failed_launches": 0,
                        "pending_launches": 0,
                        "consecutive_successful_landings": 0,
                        "successful_landings": 0,
                        "failed_landings": 0,
                        "attempted_landings": 0,
                        "info_url": "http://www.nro.gov/",
                        "wiki_url": "https://en.wikipedia.org/wiki/National_Reconnaissance_Office",
                        "logo_url": null,
                        "image_url": null,
                        "nation_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/national2520reconnaissance2520office_nation_20240228092125.png"
                    }
                ],
                "info_urls": [],
                "vid_urls": []
            },
            "pad": {
                "id": 16,
                "url": "https://ll.thespacedevs.com/2.2.0/pad/16/?format=api",
                "agency_id": null,
                "name": "Space Launch Complex 4E",
                "description": "Space Launch Complex 4 East (SLC-4E) is a launch site at Vandenberg Space Force Base, California, U.S.\r\n\r\nThe pad was previously used by Atlas and Titan rockets between 1963 and 2005. The pad was built for use by Atlas-Agena rockets, but was later rebuilt to handle Titan rockets.",
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/Vandenberg_Space_Launch_Complex_4#SLC-4E",
                "map_url": "https://www.google.com/maps?q=34.632,-120.611",
                "latitude": "34.632",
                "longitude": "-120.611",
                "location": {
                    "id": 11,
                    "url": "https://ll.thespacedevs.com/2.2.0/location/11/?format=api",
                    "name": "Vandenberg SFB, CA, USA",
                    "country_code": "USA",
                    "description": "",
                    "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/location_11_20200803142416.jpg",
                    "timezone_name": "America/Los_Angeles",
                    "total_launch_count": 753,
                    "total_landing_count": 18
                },
                "country_code": "USA",
                "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/pad_16_20200803143532.jpg",
                "total_launch_count": 142,
                "orbital_launch_attempt_count": 142
            },
            "webcast_live": false,
            "image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/falcon_9_image_20230807133459.jpeg",
            "infographic": null,
            "program": [],
            "orbital_launch_attempt_count": 6669,
            "location_launch_attempt_count": 755,
            "pad_launch_attempt_count": 144,
            "agency_launch_attempt_count": 361,
            "orbital_launch_attempt_count_year": 91,
            "location_launch_attempt_count_year": 16,
            "pad_launch_attempt_count_year": 16,
            "agency_launch_attempt_count_year": 50,
            "type": "normal"
        },
        {
            "id": "1369f2f0-98db-4b34-b44e-47ddf0628b43",
            "url": "https://ll.thespacedevs.com/2.2.0/launch/1369f2f0-98db-4b34-b44e-47ddf0628b43/?format=api",
            "slug": "electron-ready-aim-prefire-prefire-1",
            "name": "Electron | Ready, Aim, PREFIRE (PREFIRE 1)",
            "status": {
                "id": 2,
                "name": "To Be Determined",
                "abbrev": "TBD",
                "description": "Current date is a placeholder or rough estimation based on unreliable or interpreted sources."
            },
            "last_updated": "2024-05-02T17:18:48Z",
            "net": "2024-05-22T00:00:00Z",
            "window_end": "2024-05-22T00:00:00Z",
            "window_start": "2024-05-22T00:00:00Z",
            "net_precision": {
                "id": 5,
                "name": "Day",
                "abbrev": "DAY",
                "description": "The T-0 is expected on the given day."
            },
            "probability": null,
            "weather_concerns": null,
            "holdreason": "",
            "failreason": "",
            "hashtag": null,
            "launch_service_provider": {
                "id": 147,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/147/?format=api",
                "name": "Rocket Lab",
                "type": "Commercial"
            },
            "rocket": {
                "id": 7983,
                "configuration": {
                    "id": 26,
                    "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/26/?format=api",
                    "name": "Electron",
                    "family": "",
                    "full_name": "Electron",
                    "variant": ""
                }
            },
            "mission": {
                "id": 6510,
                "name": "Ready, Aim, PREFIRE (PREFIRE 1)",
                "description": "First 6U Cubesat carrying a miniaturized IR spectrometer, covering 0- 45 μm at 0.84 μm spectral resolution, operating for one seasonal cycle for NASAs PREFIRE (Polar Radiant Energy in the Far-InfraRed Experiment) mission.",
                "launch_designator": null,
                "type": "Earth Science",
                "orbit": {
                    "id": 13,
                    "name": "Polar Orbit",
                    "abbrev": "PO"
                },
                "agencies": [
                    {
                        "id": 44,
                        "url": "https://ll.thespacedevs.com/2.2.0/agencies/44/?format=api",
                        "name": "National Aeronautics and Space Administration",
                        "featured": true,
                        "type": "Government",
                        "country_code": "USA",
                        "abbrev": "NASA",
                        "description": "The National Aeronautics and Space Administration is an independent agency of the executive branch of the United States federal government responsible for the civilian space program, as well as aeronautics and aerospace research. NASA have many launch facilities but most are inactive. The most commonly used pad will be LC-39B at Kennedy Space Center in Florida.",
                        "administrator": "Administrator: Bill Nelson",
                        "founding_year": "1958",
                        "launchers": "Space Shuttle | SLS",
                        "spacecraft": "Orion",
                        "launch_library_url": null,
                        "total_launch_count": 135,
                        "consecutive_successful_launches": 11,
                        "successful_launches": 115,
                        "failed_launches": 20,
                        "pending_launches": 6,
                        "consecutive_successful_landings": 0,
                        "successful_landings": 0,
                        "failed_landings": 0,
                        "attempted_landings": 0,
                        "info_url": "http://www.nasa.gov",
                        "wiki_url": "http://en.wikipedia.org/wiki/National_Aeronautics_and_Space_Administration",
                        "logo_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/national2520aeronautics2520and2520space2520administration_logo_20190207032448.png",
                        "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/national2520aeronautics2520and2520space2520administration_image_20190207032448.jpeg",
                        "nation_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/national2520aeronautics2520and2520space2520administration_nation_20230803040809.jpg"
                    }
                ],
                "info_urls": [],
                "vid_urls": []
            },
            "pad": {
                "id": 210,
                "url": "https://ll.thespacedevs.com/2.2.0/pad/210/?format=api",
                "agency_id": null,
                "name": "Unknown Pad",
                "description": null,
                "info_url": null,
                "wiki_url": null,
                "map_url": null,
                "latitude": "-39.260881",
                "longitude": "177.865826",
                "location": {
                    "id": 10,
                    "url": "https://ll.thespacedevs.com/2.2.0/location/10/?format=api",
                    "name": "Onenui Station, Mahia Peninsula, New Zealand",
                    "country_code": "NZL",
                    "description": "",
                    "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/location_10_20200803142509.jpg",
                    "timezone_name": "Pacific/Auckland",
                    "total_launch_count": 43,
                    "total_landing_count": 17
                },
                "country_code": "NZL",
                "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/pad_210_20230819165718.jpg",
                "total_launch_count": 0,
                "orbital_launch_attempt_count": 0
            },
            "webcast_live": false,
            "image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/electron_image_20190705175640.jpeg",
            "infographic": null,
            "program": [],
            "orbital_launch_attempt_count": 6670,
            "location_launch_attempt_count": 44,
            "pad_launch_attempt_count": 1,
            "agency_launch_attempt_count": 48,
            "orbital_launch_attempt_count_year": 92,
            "location_launch_attempt_count_year": 5,
            "pad_launch_attempt_count_year": 1,
            "agency_launch_attempt_count_year": 6,
            "type": "normal"
        },
        {
            "id": "ea952239-e9d1-49e6-a813-7912a1d9c54c",
            "url": "https://ll.thespacedevs.com/2.2.0/launch/ea952239-e9d1-49e6-a813-7912a1d9c54c/?format=api",
            "slug": "soyuz-21a-progress-ms-27-88p",
            "name": "Soyuz 2.1a | Progress MS-27 (88P)",
            "status": {
                "id": 8,
                "name": "To Be Confirmed",
                "abbrev": "TBC",
                "description": "Awaiting official confirmation - current date is known with some certainty."
            },
            "last_updated": "2024-05-01T14:39:52Z",
            "net": "2024-05-30T10:55:00Z",
            "window_end": "2024-05-30T10:55:00Z",
            "window_start": "2024-05-30T10:55:00Z",
            "net_precision": {
                "id": 2,
                "name": "Hour",
                "abbrev": "HR",
                "description": "The T-0 is accurate to the hour."
            },
            "probability": null,
            "weather_concerns": null,
            "holdreason": "",
            "failreason": "",
            "hashtag": null,
            "launch_service_provider": {
                "id": 63,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/63/?format=api",
                "name": "Russian Federal Space Agency (ROSCOSMOS)",
                "type": "Government"
            },
            "rocket": {
                "id": 8086,
                "configuration": {
                    "id": 24,
                    "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/24/?format=api",
                    "name": "Soyuz 2.1a",
                    "family": "Soyuz",
                    "full_name": "Soyuz 2.1a",
                    "variant": ""
                }
            },
            "mission": {
                "id": 6640,
                "name": "Progress MS-27 (88P)",
                "description": "Progress resupply mission to the International Space Station.",
                "launch_designator": null,
                "type": "Resupply",
                "orbit": {
                    "id": 8,
                    "name": "Low Earth Orbit",
                    "abbrev": "LEO"
                },
                "agencies": [
                    {
                        "id": 63,
                        "url": "https://ll.thespacedevs.com/2.2.0/agencies/63/?format=api",
                        "name": "Russian Federal Space Agency (ROSCOSMOS)",
                        "featured": true,
                        "type": "Government",
                        "country_code": "RUS",
                        "abbrev": "RFSA",
                        "description": "The Roscosmos State Corporation for Space Activities, commonly known as Roscosmos, is the governmental body responsible for the space science program of the Russian Federation and general aerospace research. Soyuz has many launch locations the Russian sites are Baikonur, Plesetsk and Vostochny however Ariane also purchases the vehicle and launches it from French Guiana.",
                        "administrator": "Administrator: Yuri Borisov",
                        "founding_year": "1992",
                        "launchers": "Soyuz",
                        "spacecraft": "Soyuz",
                        "launch_library_url": null,
                        "total_launch_count": 322,
                        "consecutive_successful_launches": 46,
                        "successful_launches": 311,
                        "failed_launches": 11,
                        "pending_launches": 9,
                        "consecutive_successful_landings": 0,
                        "successful_landings": 0,
                        "failed_landings": 0,
                        "attempted_landings": 0,
                        "info_url": "http://en.roscosmos.ru/",
                        "wiki_url": "http://en.wikipedia.org/wiki/Russian_Federal_Space_Agency",
                        "logo_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/russian2520federal2520space2520agency25202528roscosmos2529_logo_20190207032459.png",
                        "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/russian2520federal2520space2520agency25202528roscosmos2529_image_20190207032459.jpeg",
                        "nation_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/russian2520federal2520space2520agency25202528roscosmos2529_nation_20230531052758.jpg"
                    }
                ],
                "info_urls": [],
                "vid_urls": []
            },
            "pad": {
                "id": 20,
                "url": "https://ll.thespacedevs.com/2.2.0/pad/20/?format=api",
                "agency_id": null,
                "name": "31/6",
                "description": null,
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/Baikonur_Cosmodrome_Site_31",
                "map_url": "https://www.google.com/maps?q=45.996034,63.564003",
                "latitude": "45.996034",
                "longitude": "63.564003",
                "location": {
                    "id": 15,
                    "url": "https://ll.thespacedevs.com/2.2.0/location/15/?format=api",
                    "name": "Baikonur Cosmodrome, Republic of Kazakhstan",
                    "country_code": "KAZ",
                    "description": "",
                    "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/location_15_20200803142517.jpg",
                    "timezone_name": "Asia/Qyzylorda",
                    "total_launch_count": 1548,
                    "total_landing_count": 0
                },
                "country_code": "KAZ",
                "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/pad_20_20200803143516.jpg",
                "total_launch_count": 415,
                "orbital_launch_attempt_count": 415
            },
            "webcast_live": false,
            "image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/soyuz_2.1a_image_20230805184309.jpg",
            "infographic": null,
            "program": [
                {
                    "id": 17,
                    "url": "https://ll.thespacedevs.com/2.2.0/program/17/?format=api",
                    "name": "International Space Station",
                    "description": "The International Space Station programme is tied together by a complex set of legal, political and financial agreements between the sixteen nations involved in the project, governing ownership of the various components, rights to crewing and utilization, and responsibilities for crew rotation and resupply of the International Space Station. It was conceived in 1984 by President Ronald Reagan, during the Space Station Freedom project as it was originally called.",
                    "agencies": [
                        {
                            "id": 16,
                            "url": "https://ll.thespacedevs.com/2.2.0/agencies/16/?format=api",
                            "name": "Canadian Space Agency",
                            "type": "Government"
                        },
                        {
                            "id": 27,
                            "url": "https://ll.thespacedevs.com/2.2.0/agencies/27/?format=api",
                            "name": "European Space Agency",
                            "type": "Multinational"
                        },
                        {
                            "id": 37,
                            "url": "https://ll.thespacedevs.com/2.2.0/agencies/37/?format=api",
                            "name": "Japan Aerospace Exploration Agency",
                            "type": "Government"
                        },
                        {
                            "id": 44,
                            "url": "https://ll.thespacedevs.com/2.2.0/agencies/44/?format=api",
                            "name": "National Aeronautics and Space Administration",
                            "type": "Government"
                        },
                        {
                            "id": 63,
                            "url": "https://ll.thespacedevs.com/2.2.0/agencies/63/?format=api",
                            "name": "Russian Federal Space Agency (ROSCOSMOS)",
                            "type": "Government"
                        }
                    ],
                    "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/international2_program_20201129184745.png",
                    "start_date": "1998-11-20T06:40:00Z",
                    "end_date": null,
                    "info_url": "https://www.nasa.gov/mission_pages/station/main/index.html",
                    "wiki_url": "https://en.wikipedia.org/wiki/International_Space_Station_programme",
                    "mission_patches": [],
                    "type": {
                        "id": 2,
                        "name": "Human Spaceflight"
                    }
                }
            ],
            "orbital_launch_attempt_count": 6671,
            "location_launch_attempt_count": 1549,
            "pad_launch_attempt_count": 416,
            "agency_launch_attempt_count": 323,
            "orbital_launch_attempt_count_year": 93,
            "location_launch_attempt_count_year": 4,
            "pad_launch_attempt_count_year": 4,
            "agency_launch_attempt_count_year": 5,
            "type": "normal"
        }
    ]
}