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

EXAMPLE - /launch/\<id\>/ or /launch/?mode=list&search=SpaceX

GET
Return a list of all Launch objects.

FILTERS
Fields - 'name', 'id(s)', 'lsp__id', 'lsp__name', 'serial_number', 'launcher_config__id',
'rocket__spacecraftflight__spacecraft__name', 'is_crewed', 'include_suborbital', 'spacecraft_config__ids',
'related', 'location__ids', 'lsp__ids', 'pad__ids', 'status__ids'

MODE
'normal', 'list', 'detailed'

EXAMPLE ?mode=list

SEARCH
Searches through the launch name, rocket name, launch agency, mission name & spacecraft name.

EXAMPLE - ?search=SpaceX

GET /2.2.0/launch/?format=api&limit=10&offset=7190
HTTP 200 OK
Allow: GET
Content-Type: application/json
Vary: Accept

{
    "count": 7214,
    "next": "https://ll.thespacedevs.com/2.2.0/launch/?format=api&limit=10&offset=7200",
    "previous": "https://ll.thespacedevs.com/2.2.0/launch/?format=api&limit=10&offset=7180",
    "results": [
        {
            "id": "372d94b1-88fe-4cc5-9296-d893c9fa9426",
            "url": "https://ll.thespacedevs.com/2.2.0/launch/372d94b1-88fe-4cc5-9296-d893c9fa9426/?format=api",
            "slug": "sls-block-1b-artemis-iv",
            "name": "SLS Block 1B | Artemis IV",
            "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-01-09T18:54:43Z",
            "net": "2028-09-30T00:00:00Z",
            "window_end": "2028-09-30T00:00:00Z",
            "window_start": "2028-09-30T00:00:00Z",
            "net_precision": {
                "id": 7,
                "name": "Month",
                "abbrev": "M",
                "description": "The T-0 is expected in the given month."
            },
            "probability": null,
            "weather_concerns": null,
            "holdreason": "",
            "failreason": "",
            "hashtag": null,
            "launch_service_provider": {
                "id": 44,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/44/?format=api",
                "name": "National Aeronautics and Space Administration",
                "type": "Government"
            },
            "rocket": {
                "id": 2545,
                "configuration": {
                    "id": 205,
                    "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/205/?format=api",
                    "name": "Space Launch System (SLS)",
                    "family": "Space Launch System",
                    "full_name": "Space Launch System Block 1B",
                    "variant": "Block 1B"
                }
            },
            "mission": null,
            "pad": {
                "id": 4,
                "url": "https://ll.thespacedevs.com/2.2.0/pad/4/?format=api",
                "agency_id": 44,
                "name": "Launch Complex 39B",
                "description": null,
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/Kennedy_Space_Center_Launch_Complex_39#Launch_Pad_39B",
                "map_url": "https://www.google.com/maps?q=28.62711233,-80.62101503",
                "latitude": "28.62711233",
                "longitude": "-80.62101503",
                "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": 237,
                    "total_landing_count": 0
                },
                "country_code": "USA",
                "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/pad_4_20200803143518.jpg",
                "total_launch_count": 58,
                "orbital_launch_attempt_count": 57
            },
            "webcast_live": false,
            "image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/sls_block_1b_image_20200905100013.jpeg",
            "infographic": null,
            "program": [
                {
                    "id": 15,
                    "url": "https://ll.thespacedevs.com/2.2.0/program/15/?format=api",
                    "name": "Artemis",
                    "description": "The Artemis program is a US government-funded crewed spaceflight program that has the goal of landing \"the first woman and the next man\" on the Moon, specifically at the lunar south pole region by 2024.",
                    "agencies": [
                        {
                            "id": 44,
                            "url": "https://ll.thespacedevs.com/2.2.0/agencies/44/?format=api",
                            "name": "National Aeronautics and Space Administration",
                            "type": "Government"
                        }
                    ],
                    "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/artemis_program_20220827100930.png",
                    "start_date": "2017-12-11T00:00:00Z",
                    "end_date": null,
                    "info_url": "https://www.nasa.gov/specials/artemis/",
                    "wiki_url": "https://en.wikipedia.org/wiki/Artemis_program",
                    "mission_patches": [],
                    "type": {
                        "id": 2,
                        "name": "Human Spaceflight"
                    }
                }
            ],
            "orbital_launch_attempt_count": 6984,
            "location_launch_attempt_count": 258,
            "pad_launch_attempt_count": 61,
            "agency_launch_attempt_count": 138,
            "orbital_launch_attempt_count_year": 6984,
            "location_launch_attempt_count_year": 1,
            "pad_launch_attempt_count_year": 1,
            "agency_launch_attempt_count_year": 1,
            "type": "normal"
        },
        {
            "id": "366dce38-e39c-4358-8b11-40c97b6e282b",
            "url": "https://ll.thespacedevs.com/2.2.0/launch/366dce38-e39c-4358-8b11-40c97b6e282b/?format=api",
            "slug": "atlas-v-n22-starliner-6",
            "name": "Atlas V N22 | Starliner-6",
            "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": "2023-06-14T17:42:34Z",
            "net": "2028-09-30T00:00:00Z",
            "window_end": "2028-09-30T00:00:00Z",
            "window_start": "2028-09-30T00:00:00Z",
            "net_precision": null,
            "probability": null,
            "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": 120,
                "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": 5991,
                "name": "Starliner-6",
                "description": "Starliner-6 is the sixth crewed operational flight of a Starliner spacecraft to the International Space Station as part of NASA's Commercial Crew Program.",
                "launch_designator": null,
                "type": "Human Exploration",
                "orbit": {
                    "id": 8,
                    "name": "Low Earth Orbit",
                    "abbrev": "LEO"
                },
                "agencies": [],
                "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": 952,
                    "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": 6984,
            "location_launch_attempt_count": 1074,
            "pad_launch_attempt_count": 150,
            "agency_launch_attempt_count": 206,
            "orbital_launch_attempt_count_year": 3,
            "location_launch_attempt_count_year": 2,
            "pad_launch_attempt_count_year": 1,
            "agency_launch_attempt_count_year": 1,
            "type": "normal"
        },
        {
            "id": "26881916-98e7-40bc-954c-88ad6ac7a050",
            "url": "https://ll.thespacedevs.com/2.2.0/launch/26881916-98e7-40bc-954c-88ad6ac7a050/?format=api",
            "slug": "unknown-exomars-2028-rosalind-franklin-rover",
            "name": "Unknown | ExoMars 2028 Rosalind Franklin rover",
            "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-04-09T10:09:21Z",
            "net": "2028-10-31T00:00:00Z",
            "window_end": "2028-10-31T00:00:00Z",
            "window_start": "2028-10-31T00:00:00Z",
            "net_precision": {
                "id": 7,
                "name": "Month",
                "abbrev": "M",
                "description": "The T-0 is expected in the given month."
            },
            "probability": null,
            "weather_concerns": null,
            "holdreason": "",
            "failreason": "",
            "hashtag": null,
            "launch_service_provider": {
                "id": 183,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/183/?format=api",
                "name": "Unknown",
                "type": "Unknown"
            },
            "rocket": {
                "id": 160,
                "configuration": {
                    "id": 511,
                    "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/511/?format=api",
                    "name": "Unknown Launch Vehicle",
                    "family": "",
                    "full_name": "Unknown Launch Vehicle",
                    "variant": ""
                }
            },
            "mission": {
                "id": 918,
                "name": "ExoMars 2028 Rosalind Franklin Rover",
                "description": "ExoMars 2028 is a second mission of two-part European Space Agency astrobiology project to search for evidence of life on Mars. The primary objective is to land the rover at a site with high potential for finding well-preserved organic material, particularly from the very early history of the planet. The rover is expected to travel several kilometers during its mission. \r\n\r\nThe European rover will be the first mission to combine the capability to move across the surface and to study Mars at depth. It will collect samples with a drill down to a depth of 2 m and analyze them with next-generation instruments in an onboard laboratory. Underground samples are more likely to include biomarkers, since the tenuous martian atmosphere offers little protection from radiation and photochemistry at the surface.",
                "launch_designator": null,
                "type": "Robotic Exploration",
                "orbit": {
                    "id": 6,
                    "name": "Heliocentric N/A",
                    "abbrev": "Helio-N/A"
                },
                "agencies": [
                    {
                        "id": 27,
                        "url": "https://ll.thespacedevs.com/2.2.0/agencies/27/?format=api",
                        "name": "European Space Agency",
                        "featured": false,
                        "type": "Multinational",
                        "country_code": "FRA,ITA,DEU,ESP,CHE,GBR,AUT,SWE,BEL,PRT,NLD,HUN,POL,DNK,CZE,ROU,NOR,FIN,GRC,EST,IRL,LUX",
                        "abbrev": "ESA",
                        "description": "The European Space Agency is an intergovernmental organisation of 22 member states. Established in 1975 and headquartered in Paris, France, ESA has a worldwide staff of about 2,000 employees.\r\n\r\nESA's space flight programme includes human spaceflight (mainly through participation in the International Space Station program); the launch and operation of unmanned exploration missions to other planets and the Moon; Earth observation, science and telecommunication; designing launch vehicles; and maintaining a major spaceport, the Guiana Space Centre at Kourou, French Guiana.",
                        "administrator": "Director General: Josef Aschbacher",
                        "founding_year": "1975",
                        "launchers": "",
                        "spacecraft": "",
                        "launch_library_url": null,
                        "total_launch_count": 6,
                        "consecutive_successful_launches": 4,
                        "successful_launches": 5,
                        "failed_launches": 1,
                        "pending_launches": 1,
                        "consecutive_successful_landings": 0,
                        "successful_landings": 0,
                        "failed_landings": 0,
                        "attempted_landings": 0,
                        "info_url": "http://www.esa.int/",
                        "wiki_url": "http://en.wikipedia.org/wiki/European_Space_Agency",
                        "logo_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/european2520space2520agency_logo_20221130101442.png",
                        "image_url": null,
                        "nation_url": null
                    }
                ],
                "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": 952,
                    "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": null,
            "infographic": null,
            "program": [],
            "orbital_launch_attempt_count": 6985,
            "location_launch_attempt_count": 1075,
            "pad_launch_attempt_count": 71,
            "agency_launch_attempt_count": 1,
            "orbital_launch_attempt_count_year": 4,
            "location_launch_attempt_count_year": 3,
            "pad_launch_attempt_count_year": 2,
            "agency_launch_attempt_count_year": 1,
            "type": "normal"
        },
        {
            "id": "864a7cec-d672-43fa-8a20-6d29be66f1ce",
            "url": "https://ll.thespacedevs.com/2.2.0/launch/864a7cec-d672-43fa-8a20-6d29be66f1ce/?format=api",
            "slug": "vega-c-sentinel-3d",
            "name": "Vega-C | Sentinel-3D",
            "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": "2023-06-14T03:49:34Z",
            "net": "2028-11-30T00:00:00Z",
            "window_end": "2028-11-30T00:00:00Z",
            "window_start": "2028-11-30T00:00:00Z",
            "net_precision": null,
            "probability": null,
            "weather_concerns": null,
            "holdreason": "",
            "failreason": "",
            "hashtag": null,
            "launch_service_provider": {
                "id": 115,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/115/?format=api",
                "name": "Arianespace",
                "type": "Commercial"
            },
            "rocket": {
                "id": 7715,
                "configuration": {
                    "id": 127,
                    "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/127/?format=api",
                    "name": "Vega-C",
                    "family": "Vega",
                    "full_name": "Vega-C",
                    "variant": ""
                }
            },
            "mission": {
                "id": 6240,
                "name": "Sentinel-3D",
                "description": "Sentinel-3D is the fourth satellite in the Sentinel-3 constellation, which provides high-accuracy optical, radar and altimetry data for marine and land services.",
                "launch_designator": null,
                "type": "Earth Science",
                "orbit": {
                    "id": 17,
                    "name": "Sun-Synchronous Orbit",
                    "abbrev": "SSO"
                },
                "agencies": [],
                "info_urls": [],
                "vid_urls": []
            },
            "pad": {
                "id": 34,
                "url": "https://ll.thespacedevs.com/2.2.0/pad/34/?format=api",
                "agency_id": 115,
                "name": "Ariane Launch Area 1 (ELV)",
                "description": "ELA-1, now named Ensemble de Lancement Vega (short ELV), is a launch pad at the Centre Spatial Guyanais in French Guiana. It has been used to support launches of the Europa rocket, Ariane 1, Ariane 3, and is currently used to launch Vega rockets.",
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/ELA-1",
                "map_url": "https://www.google.com/maps?q=5.236,-52.775",
                "latitude": "5.236",
                "longitude": "-52.775",
                "location": {
                    "id": 13,
                    "url": "https://ll.thespacedevs.com/2.2.0/location/13/?format=api",
                    "name": "Guiana Space Centre, French Guiana",
                    "country_code": "GUF",
                    "description": "The Guiana Space Centre is a European spaceport to the northwest of Kourou in French Guiana, a region of France in South America. Kourou is located at a latitude of 5°. In operation since 1968, it is a suitable location for a spaceport because of its equatorial location and open sea to the east.",
                    "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/location_13_20200803142412.jpg",
                    "timezone_name": "America/Cayenne",
                    "total_launch_count": 320,
                    "total_landing_count": 0
                },
                "country_code": "GUF",
                "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/pad_34_20200803143527.jpg",
                "total_launch_count": 49,
                "orbital_launch_attempt_count": 49
            },
            "webcast_live": false,
            "image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/vega-c_image_20220713154437.jpg",
            "infographic": null,
            "program": [
                {
                    "id": 22,
                    "url": "https://ll.thespacedevs.com/2.2.0/program/22/?format=api",
                    "name": "Copernicus",
                    "description": "Copernicus is the European Union's Earth observation programme coordinated and managed for the European Commission by the European Union Agency for the Space Programme in partnership with the European Space Agency (ESA), the EU Member States. It aims at achieving a global, continuous, autonomous, high quality, wide range Earth observation capacity. Providing accurate, timely and easily accessible information to, among other things, improve the management of the environment, understand and mitigate the effects of climate change, and ensure civil security.",
                    "agencies": [
                        {
                            "id": 27,
                            "url": "https://ll.thespacedevs.com/2.2.0/agencies/27/?format=api",
                            "name": "European Space Agency",
                            "type": "Multinational"
                        },
                        {
                            "id": 1043,
                            "url": "https://ll.thespacedevs.com/2.2.0/agencies/1043/?format=api",
                            "name": "European Union Agency for the Space Programme",
                            "type": "Multinational"
                        }
                    ],
                    "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/copernicus_program_20221129162831.png",
                    "start_date": "2014-04-03T00:00:00Z",
                    "end_date": null,
                    "info_url": "https://www.copernicus.eu",
                    "wiki_url": "https://en.wikipedia.org/wiki/Copernicus_Programme",
                    "mission_patches": [],
                    "type": {
                        "id": 8,
                        "name": "Earth Observation"
                    }
                }
            ],
            "orbital_launch_attempt_count": 6986,
            "location_launch_attempt_count": 362,
            "pad_launch_attempt_count": 75,
            "agency_launch_attempt_count": 355,
            "orbital_launch_attempt_count_year": 5,
            "location_launch_attempt_count_year": 1,
            "pad_launch_attempt_count_year": 1,
            "agency_launch_attempt_count_year": 1,
            "type": "normal"
        },
        {
            "id": "28953c93-cc51-48a1-be8c-d92fc0929b66",
            "url": "https://ll.thespacedevs.com/2.2.0/launch/28953c93-cc51-48a1-be8c-d92fc0929b66/?format=api",
            "slug": "soyuz-21bfregat-m-luna-27",
            "name": "Soyuz 2.1b/Fregat-M | Luna 27",
            "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": "2023-12-28T01:04:43Z",
            "net": "2028-12-31T00:00:00Z",
            "window_end": "2028-12-31T00:00:00Z",
            "window_start": "2028-12-31T00:00:00Z",
            "net_precision": {
                "id": 14,
                "name": "Year",
                "abbrev": "Y",
                "description": "The T-0 is expected in the given year."
            },
            "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": 2705,
                "configuration": {
                    "id": 134,
                    "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/134/?format=api",
                    "name": "Soyuz 2.1b/Fregat-M",
                    "family": "Soyuz",
                    "full_name": "Soyuz 2.1b Fregat-M",
                    "variant": "Fregat-M"
                }
            },
            "mission": {
                "id": 6727,
                "name": "Luna 27",
                "description": "Luna 27 (also named Luna-Resurs 1) is a planned lunar lander mission by Roscosmos to send a lander to the South Pole–Aitken basin, an area on the far side of the Moon. The purpose is to prospect for minerals, volatiles (nitrogen, water, carbon dioxide, ammonia, hydrogen, methane and sulfur dioxide, and lunar water ice in permanently shadowed areas of the Moon and investigate the potential use of these natural lunar resources. On the long term, Russia considers building a crewed base on the Moon's far side that would bring scientific and commercial benefits.\r\n\r\nThe lander will feature 15 science instruments that will analyse the regolith, plasma in the exosphere, dust, and seismic activity. The payload will include a sampling drill.",
                "launch_designator": null,
                "type": "Planetary Science",
                "orbit": {
                    "id": 11,
                    "name": "Lunar Orbit",
                    "abbrev": "LO"
                },
                "agencies": [],
                "info_urls": [],
                "vid_urls": []
            },
            "pad": {
                "id": 83,
                "url": "https://ll.thespacedevs.com/2.2.0/pad/83/?format=api",
                "agency_id": 63,
                "name": "Cosmodrome Site 1S",
                "description": null,
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/Vostochny_Cosmodrome",
                "map_url": "https://www.google.com/maps?q=51.884395,128.333932",
                "latitude": "51.884395",
                "longitude": "128.333932",
                "location": {
                    "id": 18,
                    "url": "https://ll.thespacedevs.com/2.2.0/location/18/?format=api",
                    "name": "Vostochny Cosmodrome, Siberia, Russian Federation",
                    "country_code": "RUS",
                    "description": "",
                    "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/location_18_20200803142401.jpg",
                    "timezone_name": "Asia/Yakutsk",
                    "total_launch_count": 17,
                    "total_landing_count": 0
                },
                "country_code": "RUS",
                "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/pad_83_20200803143544.jpg",
                "total_launch_count": 16,
                "orbital_launch_attempt_count": 16
            },
            "webcast_live": false,
            "image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/soyuz_2.1b_image_20230802085331.jpg",
            "infographic": null,
            "program": [],
            "orbital_launch_attempt_count": 6988,
            "location_launch_attempt_count": 22,
            "pad_launch_attempt_count": 21,
            "agency_launch_attempt_count": 332,
            "orbital_launch_attempt_count_year": 7,
            "location_launch_attempt_count_year": 1,
            "pad_launch_attempt_count_year": 1,
            "agency_launch_attempt_count_year": 1,
            "type": "normal"
        },
        {
            "id": "17b75859-1630-481b-9985-6eef21dcc9a8",
            "url": "https://ll.thespacedevs.com/2.2.0/launch/17b75859-1630-481b-9985-6eef21dcc9a8/?format=api",
            "slug": "starship-starlab",
            "name": "Starship | Starlab",
            "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-01-31T14:16:41Z",
            "net": "2028-12-31T00:00:00Z",
            "window_end": "2028-12-31T00:00:00Z",
            "window_start": "2028-12-31T00:00:00Z",
            "net_precision": {
                "id": 14,
                "name": "Year",
                "abbrev": "Y",
                "description": "The T-0 is expected in the given year."
            },
            "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": 8188,
                "configuration": {
                    "id": 464,
                    "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/464/?format=api",
                    "name": "Starship",
                    "family": "Starship",
                    "full_name": "Starship",
                    "variant": ""
                }
            },
            "mission": {
                "id": 6756,
                "name": "Starlab",
                "description": "Private space station developed by a joint venture between Voyager Space and Airbus.",
                "launch_designator": null,
                "type": "Human Exploration",
                "orbit": {
                    "id": 8,
                    "name": "Low Earth Orbit",
                    "abbrev": "LEO"
                },
                "agencies": [],
                "info_urls": [],
                "vid_urls": []
            },
            "pad": {
                "id": 203,
                "url": "https://ll.thespacedevs.com/2.2.0/pad/203/?format=api",
                "agency_id": 121,
                "name": "Launch Complex 39A Starship Pad",
                "description": "",
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/Kennedy_Space_Center_Launch_Complex_39A",
                "map_url": "https://www.google.com/maps?q=28.60822681,-80.60428186",
                "latitude": "28.60822681",
                "longitude": "-80.60428186",
                "location": {
                    "id": 27,
                    "url": "https://ll.thespacedevs.com/2.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": 237,
                    "total_landing_count": 0
                },
                "country_code": "USA",
                "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/pad_launch_complex_39a_20220818090654.jpg",
                "total_launch_count": 0,
                "orbital_launch_attempt_count": 0
            },
            "webcast_live": false,
            "image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/starship_liftof_image_20240314160301.jpg",
            "infographic": null,
            "program": [],
            "orbital_launch_attempt_count": 6988,
            "location_launch_attempt_count": 259,
            "pad_launch_attempt_count": 2,
            "agency_launch_attempt_count": 497,
            "orbital_launch_attempt_count_year": 7,
            "location_launch_attempt_count_year": 2,
            "pad_launch_attempt_count_year": 1,
            "agency_launch_attempt_count_year": 2,
            "type": "normal"
        },
        {
            "id": "862b54e3-7bf8-48e5-8cd1-d77257d5fde9",
            "url": "https://ll.thespacedevs.com/2.2.0/launch/862b54e3-7bf8-48e5-8cd1-d77257d5fde9/?format=api",
            "slug": "falcon-9-block-5-crew-12",
            "name": "Falcon 9 Block 5 | Crew-12",
            "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-04-18T08:09:57Z",
            "net": "2029-03-31T00:00:00Z",
            "window_end": "2029-03-31T00:00:00Z",
            "window_start": "2029-03-31T00:00:00Z",
            "net_precision": null,
            "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": 7599,
                "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": 6042,
                "name": "Crew-12",
                "description": "SpaceX Crew-12 is the twelfth crewed operational flight of a Crew Dragon spacecraft to the International Space Station as part of NASA's Commercial Crew Program.",
                "launch_designator": null,
                "type": "Human Exploration",
                "orbit": {
                    "id": 8,
                    "name": "Low Earth Orbit",
                    "abbrev": "LEO"
                },
                "agencies": [],
                "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": 952,
                    "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_20220301072106.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": 6989,
            "location_launch_attempt_count": 1076,
            "pad_launch_attempt_count": 72,
            "agency_launch_attempt_count": 498,
            "orbital_launch_attempt_count_year": 1,
            "location_launch_attempt_count_year": 1,
            "pad_launch_attempt_count_year": 1,
            "agency_launch_attempt_count_year": 1,
            "type": "normal"
        },
        {
            "id": "d7042e81-6420-449d-8154-2611641e9822",
            "url": "https://ll.thespacedevs.com/2.2.0/launch/d7042e81-6420-449d-8154-2611641e9822/?format=api",
            "slug": "sls-block-1b-artemis-v",
            "name": "SLS Block 1B | Artemis V",
            "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": "2023-06-14T03:32:10Z",
            "net": "2029-09-30T00:00:00Z",
            "window_end": "2029-09-30T00:00:00Z",
            "window_start": "2029-09-30T00:00:00Z",
            "net_precision": null,
            "probability": -1,
            "weather_concerns": null,
            "holdreason": "",
            "failreason": "",
            "hashtag": null,
            "launch_service_provider": {
                "id": 44,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/44/?format=api",
                "name": "National Aeronautics and Space Administration",
                "type": "Government"
            },
            "rocket": {
                "id": 2546,
                "configuration": {
                    "id": 205,
                    "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/205/?format=api",
                    "name": "Space Launch System (SLS)",
                    "family": "Space Launch System",
                    "full_name": "Space Launch System Block 1B",
                    "variant": "Block 1B"
                }
            },
            "mission": null,
            "pad": {
                "id": 4,
                "url": "https://ll.thespacedevs.com/2.2.0/pad/4/?format=api",
                "agency_id": 44,
                "name": "Launch Complex 39B",
                "description": null,
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/Kennedy_Space_Center_Launch_Complex_39#Launch_Pad_39B",
                "map_url": "https://www.google.com/maps?q=28.62711233,-80.62101503",
                "latitude": "28.62711233",
                "longitude": "-80.62101503",
                "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": 237,
                    "total_landing_count": 0
                },
                "country_code": "USA",
                "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/pad_4_20200803143518.jpg",
                "total_launch_count": 58,
                "orbital_launch_attempt_count": 57
            },
            "webcast_live": false,
            "image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/sls_block_1b_image_20200905100013.jpeg",
            "infographic": null,
            "program": [
                {
                    "id": 15,
                    "url": "https://ll.thespacedevs.com/2.2.0/program/15/?format=api",
                    "name": "Artemis",
                    "description": "The Artemis program is a US government-funded crewed spaceflight program that has the goal of landing \"the first woman and the next man\" on the Moon, specifically at the lunar south pole region by 2024.",
                    "agencies": [
                        {
                            "id": 44,
                            "url": "https://ll.thespacedevs.com/2.2.0/agencies/44/?format=api",
                            "name": "National Aeronautics and Space Administration",
                            "type": "Government"
                        }
                    ],
                    "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/artemis_program_20220827100930.png",
                    "start_date": "2017-12-11T00:00:00Z",
                    "end_date": null,
                    "info_url": "https://www.nasa.gov/specials/artemis/",
                    "wiki_url": "https://en.wikipedia.org/wiki/Artemis_program",
                    "mission_patches": [],
                    "type": {
                        "id": 2,
                        "name": "Human Spaceflight"
                    }
                }
            ],
            "orbital_launch_attempt_count": 6990,
            "location_launch_attempt_count": 260,
            "pad_launch_attempt_count": 62,
            "agency_launch_attempt_count": 139,
            "orbital_launch_attempt_count_year": 6990,
            "location_launch_attempt_count_year": 1,
            "pad_launch_attempt_count_year": 1,
            "agency_launch_attempt_count_year": 1,
            "type": "normal"
        },
        {
            "id": "c5b214d9-ab7d-4c91-9e1c-4a0f88f53949",
            "url": "https://ll.thespacedevs.com/2.2.0/launch/c5b214d9-ab7d-4c91-9e1c-4a0f88f53949/?format=api",
            "slug": "ariane-62-ariel-comet-interceptor",
            "name": "Ariane 62 | ARIEL & Comet Interceptor",
            "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": "2023-11-06T12:59:44Z",
            "net": "2029-12-31T00:00:00Z",
            "window_end": "2029-12-31T00:00:00Z",
            "window_start": "2029-12-31T00:00:00Z",
            "net_precision": {
                "id": 14,
                "name": "Year",
                "abbrev": "Y",
                "description": "The T-0 is expected in the given year."
            },
            "probability": null,
            "weather_concerns": null,
            "holdreason": "",
            "failreason": "",
            "hashtag": null,
            "launch_service_provider": {
                "id": 115,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/115/?format=api",
                "name": "Arianespace",
                "type": "Commercial"
            },
            "rocket": {
                "id": 188,
                "configuration": {
                    "id": 121,
                    "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/121/?format=api",
                    "name": "Ariane 62",
                    "family": "Ariane 6",
                    "full_name": "Ariane 62",
                    "variant": "62"
                }
            },
            "mission": {
                "id": 521,
                "name": "ARIEL & Comet Interceptor",
                "description": "Atmospheric Remote sensing Infrared Exoplanet Large survey mission (ARIEL) is an ESA telescope. During a 4-year mission, ARIEL will observe 1000 planets orbiting distant stars and make the first large-scale survey of the chemistry of exoplanet atmospheres. For a select number of exoplanets, ARIEL will also perform a deep survey of their cloud systems and study seasonal and daily atmospheric variations. ARIEL shares the ride with another ESA mission, Comet Interceptor. It consists of three spacecraft which will be positioned at the Sun-Earth Lagrange point L2, where they will wait for a long-period comet or an interstellar object to come by. Once the desired target appears, the spacecraft will separate and perform a flyby of the target, compiling a detailed 3D profile of a comet.",
                "launch_designator": null,
                "type": "Planetary Science",
                "orbit": {
                    "id": 16,
                    "name": "Sun-Earth L2",
                    "abbrev": "L2"
                },
                "agencies": [],
                "info_urls": [],
                "vid_urls": []
            },
            "pad": {
                "id": 67,
                "url": "https://ll.thespacedevs.com/2.2.0/pad/67/?format=api",
                "agency_id": 115,
                "name": "Ariane Launch Area 4",
                "description": "ELA-4, is a launch pad and associated facilities at the Centre Spatial Guyanais in French Guiana. The complex is composed of a launch pad with mobile gantry, an horizontal assembly building and a dedicated launch operations building. ELA-4 is operated by Arianespace as part of the Ariane 6 program.",
                "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.2.0/location/13/?format=api",
                    "name": "Guiana Space Centre, French Guiana",
                    "country_code": "GUF",
                    "description": "The Guiana Space Centre is a European spaceport to the northwest of Kourou in French Guiana, a region of France in South America. Kourou is located at a latitude of 5°. In operation since 1968, it is a suitable location for a spaceport because of its equatorial location and open sea to the east.",
                    "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/location_13_20200803142412.jpg",
                    "timezone_name": "America/Cayenne",
                    "total_launch_count": 320,
                    "total_landing_count": 0
                },
                "country_code": "GUF",
                "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/pad_67_20200803143559.jpg",
                "total_launch_count": 0,
                "orbital_launch_attempt_count": 0
            },
            "webcast_live": false,
            "image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/ariane252062_image_20190224012339.jpeg",
            "infographic": null,
            "program": [],
            "orbital_launch_attempt_count": 6992,
            "location_launch_attempt_count": 363,
            "pad_launch_attempt_count": 16,
            "agency_launch_attempt_count": 356,
            "orbital_launch_attempt_count_year": 4,
            "location_launch_attempt_count_year": 1,
            "pad_launch_attempt_count_year": 1,
            "agency_launch_attempt_count_year": 1,
            "type": "normal"
        },
        {
            "id": "42913ac6-4ec8-4cad-9f97-5fc1824a10e8",
            "url": "https://ll.thespacedevs.com/2.2.0/launch/42913ac6-4ec8-4cad-9f97-5fc1824a10e8/?format=api",
            "slug": "long-march-5-change-8",
            "name": "Long March 5  | Chang'e 8",
            "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-01-23T13:32:07Z",
            "net": "2029-12-31T00:00:00Z",
            "window_end": "2029-12-31T00:00:00Z",
            "window_start": "2029-12-31T00:00:00Z",
            "net_precision": {
                "id": 14,
                "name": "Year",
                "abbrev": "Y",
                "description": "The T-0 is expected in the given year."
            },
            "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": 8040,
                "configuration": {
                    "id": 128,
                    "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/128/?format=api",
                    "name": "Long March 5",
                    "family": "Long March",
                    "full_name": "Long March 5",
                    "variant": ""
                }
            },
            "mission": {
                "id": 6587,
                "name": "Chang'e 8",
                "description": "Chang'e 8/CE-8 is scheduled to launch in 2028, including a lander, a rover and a legged robot. The mission will land in the South Pole regions of the Moon to study lunar surface environment around the South Pole and experimenting with resource utilization, including testing an enclosed terrestrial ecosystem in the lunar environment.",
                "launch_designator": null,
                "type": "Planetary Science",
                "orbit": {
                    "id": 11,
                    "name": "Lunar Orbit",
                    "abbrev": "LO"
                },
                "agencies": [],
                "info_urls": [],
                "vid_urls": []
            },
            "pad": {
                "id": 175,
                "url": "https://ll.thespacedevs.com/2.2.0/pad/175/?format=api",
                "agency_id": null,
                "name": "101",
                "description": null,
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/Wenchang_Spacecraft_Launch_Site",
                "map_url": "https://www.google.com/maps?q=19.614334,110.951011",
                "latitude": "19.614334",
                "longitude": "110.951011",
                "location": {
                    "id": 8,
                    "url": "https://ll.thespacedevs.com/2.2.0/location/8/?format=api",
                    "name": "Wenchang Space Launch Site, People's Republic of China",
                    "country_code": "CHN",
                    "description": "",
                    "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/location_8_20200803142445.jpg",
                    "timezone_name": "Asia/Shanghai",
                    "total_launch_count": 29,
                    "total_landing_count": 0
                },
                "country_code": "CHN",
                "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/pad_175_20200803143424.jpg",
                "total_launch_count": 12,
                "orbital_launch_attempt_count": 12
            },
            "webcast_live": false,
            "image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/long_march_5_image_20231214064353.jpeg",
            "infographic": null,
            "program": [],
            "orbital_launch_attempt_count": 6992,
            "location_launch_attempt_count": 32,
            "pad_launch_attempt_count": 14,
            "agency_launch_attempt_count": 479,
            "orbital_launch_attempt_count_year": 4,
            "location_launch_attempt_count_year": 1,
            "pad_launch_attempt_count_year": 1,
            "agency_launch_attempt_count_year": 1,
            "type": "normal"
        }
    ]
}