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&offset=3640&ordering=-id
HTTP 200 OK
Allow: GET
Content-Type: application/json
Vary: Accept

{
    "count": 7489,
    "next": "https://ll.thespacedevs.com/2.2.0/launch/?format=api&limit=10&offset=3650&ordering=-id",
    "previous": "https://ll.thespacedevs.com/2.2.0/launch/?format=api&limit=10&offset=3630&ordering=-id",
    "results": [
        {
            "id": "84e3f7f7-33dc-4a22-9467-984ab44f42f6",
            "url": "https://ll.thespacedevs.com/2.2.0/launch/84e3f7f7-33dc-4a22-9467-984ab44f42f6/?format=api",
            "slug": "thor-delta-tiros-4",
            "name": "Thor Delta | Tiros 4",
            "status": {
                "id": 3,
                "name": "Launch Successful",
                "abbrev": "Success",
                "description": "The launch vehicle successfully inserted its payload(s) into the target orbit(s)."
            },
            "last_updated": "2023-06-14T17:40:18Z",
            "net": "1962-02-08T12:43:45Z",
            "window_end": "1962-02-08T12:43:45Z",
            "window_start": "1962-02-08T12:43:45Z",
            "net_precision": null,
            "probability": null,
            "weather_concerns": null,
            "holdreason": "",
            "failreason": null,
            "hashtag": null,
            "launch_service_provider": {
                "id": 161,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/161/?format=api",
                "name": "United States Air Force",
                "type": "Government"
            },
            "rocket": {
                "id": 3105,
                "configuration": {
                    "id": 398,
                    "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/398/?format=api",
                    "name": "Thor Delta",
                    "family": "Thor",
                    "full_name": "Thor Delta",
                    "variant": "Delta"
                }
            },
            "mission": {
                "id": 1527,
                "name": "Tiros 4",
                "description": "NASA's TIROS (Television & Infra-Red Observation Satellite) program was the first experimental weather satellite program.",
                "launch_designator": null,
                "type": "Earth Science",
                "orbit": {
                    "id": 17,
                    "name": "Sun-Synchronous Orbit",
                    "abbrev": "SSO"
                },
                "agencies": [],
                "info_urls": [],
                "vid_urls": []
            },
            "pad": {
                "id": 14,
                "url": "https://ll.thespacedevs.com/2.2.0/pad/14/?format=api",
                "agency_id": null,
                "name": "Space Launch Complex 17A",
                "description": "",
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/Cape_Canaveral_Space_Launch_Complex_17",
                "map_url": "https://www.google.com/maps?q=28.4472,-80.565",
                "latitude": "28.4472",
                "longitude": "-80.565",
                "location": {
                    "id": 12,
                    "url": "https://ll.thespacedevs.com/2.2.0/location/12/?format=api",
                    "name": "Cape Canaveral SFS, FL, USA",
                    "country_code": "USA",
                    "description": "Cape Canaveral Space Force Station (CCSFS) is an installation of the United States Space Force's Space Launch Delta 45, located on Cape Canaveral in Brevard County, Florida.",
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_12_20200803142519.jpg",
                    "timezone_name": "America/New_York",
                    "total_launch_count": 1021,
                    "total_landing_count": 64
                },
                "country_code": "USA",
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_14_20200803143451.jpg",
                "total_launch_count": 145,
                "orbital_launch_attempt_count": 145
            },
            "webcast_live": false,
            "image": null,
            "infographic": null,
            "program": [],
            "orbital_launch_attempt_count": 146,
            "location_launch_attempt_count": 75,
            "pad_launch_attempt_count": 14,
            "agency_launch_attempt_count": 75,
            "orbital_launch_attempt_count_year": 4,
            "location_launch_attempt_count_year": 3,
            "pad_launch_attempt_count_year": 1,
            "agency_launch_attempt_count_year": 4,
            "type": "normal"
        },
        {
            "id": "84dd42a7-765d-404c-bf12-a81eeb0f2e32",
            "url": "https://ll.thespacedevs.com/2.2.0/launch/84dd42a7-765d-404c-bf12-a81eeb0f2e32/?format=api",
            "slug": "falcon-9-block-5-starlink-group-2-9",
            "name": "Falcon 9 Block 5 | Starlink Group 2-9",
            "status": {
                "id": 3,
                "name": "Launch Successful",
                "abbrev": "Success",
                "description": "The launch vehicle successfully inserted its payload(s) into the target orbit(s)."
            },
            "last_updated": "2024-03-05T18:20:45Z",
            "net": "2023-05-10T20:09:00Z",
            "window_end": "2023-05-10T20:09:00Z",
            "window_start": "2023-05-10T20:09:00Z",
            "net_precision": {
                "id": 0,
                "name": "Second",
                "abbrev": "SEC",
                "description": "The T-0 is accurate to the second."
            },
            "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": 7813,
                "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": 6319,
                "name": "Starlink Group 2-9",
                "description": "A batch of 51 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": [],
                "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": "Vandenberg Space Force Base is a United States Space Force Base in Santa Barbara County, California. Established in 1941, Vandenberg Space Force Base is a space launch base, launching spacecraft from the Western Range, and also performs missile testing. The United States Space Force's Space Launch Delta 30 serves as the host delta for the base, equivalent to an Air Force air base wing. In addition to its military space launch mission, Vandenberg Space Force Base also hosts space launches for civil and commercial space entities, such as NASA and SpaceX.",
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_11_20200803142416.jpg",
                    "timezone_name": "America/Los_Angeles",
                    "total_launch_count": 804,
                    "total_landing_count": 26
                },
                "country_code": "USA",
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_16_20200803143532.jpg",
                "total_launch_count": 190,
                "orbital_launch_attempt_count": 190
            },
            "webcast_live": false,
            "image": "https://thespacedevs-prod.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://thespacedevs-prod.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://thespacedevs-prod.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": 6437,
            "location_launch_attempt_count": 718,
            "pad_launch_attempt_count": 109,
            "agency_launch_attempt_count": 244,
            "orbital_launch_attempt_count_year": 69,
            "location_launch_attempt_count_year": 9,
            "pad_launch_attempt_count_year": 9,
            "agency_launch_attempt_count_year": 31,
            "type": "normal"
        },
        {
            "id": "84c37c59-2956-4668-b558-09762893cca8",
            "url": "https://ll.thespacedevs.com/2.2.0/launch/84c37c59-2956-4668-b558-09762893cca8/?format=api",
            "slug": "molniya-m-molniya-1k-43",
            "name": "Molniya-M | Molniya-1K 43",
            "status": {
                "id": 3,
                "name": "Launch Successful",
                "abbrev": "Success",
                "description": "The launch vehicle successfully inserted its payload(s) into the target orbit(s)."
            },
            "last_updated": "2023-06-14T04:29:10Z",
            "net": "1979-04-12T00:28:00Z",
            "window_end": "1979-04-12T00:28:00Z",
            "window_start": "1979-04-12T00:28:00Z",
            "net_precision": null,
            "probability": null,
            "weather_concerns": null,
            "holdreason": "",
            "failreason": null,
            "hashtag": null,
            "launch_service_provider": {
                "id": 66,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/66/?format=api",
                "name": "Soviet Space Program",
                "type": "Government"
            },
            "rocket": {
                "id": 5061,
                "configuration": {
                    "id": 106,
                    "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/106/?format=api",
                    "name": "Molniya-M",
                    "family": "R-7",
                    "full_name": "Molniya-M 2BL",
                    "variant": "2BL"
                }
            },
            "mission": {
                "id": 3473,
                "name": "Molniya-1K 43",
                "description": "Military communications satellite in a highly elliptic orbit",
                "launch_designator": null,
                "type": "Government/Top Secret",
                "orbit": {
                    "id": 0,
                    "name": "Elliptical Orbit",
                    "abbrev": "Elliptical"
                },
                "agencies": [],
                "info_urls": [],
                "vid_urls": []
            },
            "pad": {
                "id": 168,
                "url": "https://ll.thespacedevs.com/2.2.0/pad/168/?format=api",
                "agency_id": null,
                "name": "41/1",
                "description": null,
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/Plesetsk_Cosmodrome",
                "map_url": "https://www.google.com/maps?q=62.941,40.526806",
                "latitude": "62.941",
                "longitude": "40.526806",
                "location": {
                    "id": 6,
                    "url": "https://ll.thespacedevs.com/2.2.0/location/6/?format=api",
                    "name": "Plesetsk Cosmodrome, Russian Federation",
                    "country_code": "RUS",
                    "description": "Plesetsk Cosmodrome is a Russian spaceport located in Mirny, Arkhangelsk Oblast, about 800 km north of Moscow and approximately 200 km south of Arkhangelsk. Originally developed as an ICBM site for the R-7 missile, it also served for numerous satellite launches using the R-7 and other rockets. Its high latitude makes it useful only for certain types of launches, especially the Molniya orbits, so for much of the site's history it functioned as a secondary location, with most orbital launches taking place from Baikonur, in the Kazakh SSR. With the end of the Soviet Union, Baikonur became a foreign territory, and Kazakhstan charged $115 million usage fees annually. Consequently, Plesetsk has seen considerably more activity since the 2000s.",
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_6_20200803142434.jpg",
                    "timezone_name": "Europe/Moscow",
                    "total_launch_count": 1674,
                    "total_landing_count": 0
                },
                "country_code": "RUS",
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_168_20200803143446.jpg",
                "total_launch_count": 310,
                "orbital_launch_attempt_count": 310
            },
            "webcast_live": false,
            "image": null,
            "infographic": null,
            "program": [],
            "orbital_launch_attempt_count": 2205,
            "location_launch_attempt_count": 675,
            "pad_launch_attempt_count": 159,
            "agency_launch_attempt_count": 1299,
            "orbital_launch_attempt_count_year": 32,
            "location_launch_attempt_count_year": 20,
            "pad_launch_attempt_count_year": 5,
            "agency_launch_attempt_count_year": 26,
            "type": "normal"
        },
        {
            "id": "84bf3b54-96ca-4ac4-bbaf-e25ed03e831c",
            "url": "https://ll.thespacedevs.com/2.2.0/launch/84bf3b54-96ca-4ac4-bbaf-e25ed03e831c/?format=api",
            "slug": "falcon-9-block-5-starlink-group-4-20-varuna-tdm",
            "name": "Falcon 9 Block 5 | Starlink Group 4-20 & Varuna-TDM",
            "status": {
                "id": 3,
                "name": "Launch Successful",
                "abbrev": "Success",
                "description": "The launch vehicle successfully inserted its payload(s) into the target orbit(s)."
            },
            "last_updated": "2024-03-05T18:11:04Z",
            "net": "2022-09-05T02:09:40Z",
            "window_end": "2022-09-05T02:09:40Z",
            "window_start": "2022-09-05T02:09:40Z",
            "net_precision": null,
            "probability": 80,
            "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": 7586,
                "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": 6028,
                "name": "Starlink Group 4-20 & Varuna-TDM",
                "description": "A batch of 51 satellites for Starlink mega-constellation - SpaceX's project for space-based Internet communication system. Spaceflight's propulsive Sherpa-LTC2 space tug is also onboard as a rideshare to deploy into Boeing’s Varuna Technology Demonstration Mission in a higher orbit.",
                "launch_designator": null,
                "type": "Communications",
                "orbit": {
                    "id": 8,
                    "name": "Low Earth Orbit",
                    "abbrev": "LEO"
                },
                "agencies": [],
                "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": "",
                "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 SFS, FL, USA",
                    "country_code": "USA",
                    "description": "Cape Canaveral Space Force Station (CCSFS) is an installation of the United States Space Force's Space Launch Delta 45, located on Cape Canaveral in Brevard County, Florida.",
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_12_20200803142519.jpg",
                    "timezone_name": "America/New_York",
                    "total_launch_count": 1021,
                    "total_landing_count": 64
                },
                "country_code": "USA",
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_80_20200803143323.jpg",
                "total_launch_count": 305,
                "orbital_launch_attempt_count": 305
            },
            "webcast_live": false,
            "image": "https://thespacedevs-prod.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://thespacedevs-prod.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://thespacedevs-prod.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": 6293,
            "location_launch_attempt_count": 856,
            "pad_launch_attempt_count": 152,
            "agency_launch_attempt_count": 192,
            "orbital_launch_attempt_count_year": 111,
            "location_launch_attempt_count_year": 26,
            "pad_launch_attempt_count_year": 19,
            "agency_launch_attempt_count_year": 40,
            "type": "normal"
        },
        {
            "id": "84bc1ca7-865e-49a2-ad8c-9849f9531e12",
            "url": "https://ll.thespacedevs.com/2.2.0/launch/84bc1ca7-865e-49a2-ad8c-9849f9531e12/?format=api",
            "slug": "r-36o-8k69-ogch-1",
            "name": "R-36O 8K69 | OGCh 1",
            "status": {
                "id": 3,
                "name": "Launch Successful",
                "abbrev": "Success",
                "description": "The launch vehicle successfully inserted its payload(s) into the target orbit(s)."
            },
            "last_updated": "2023-06-14T04:26:42Z",
            "net": "1965-12-16T14:09:22Z",
            "window_end": "1965-12-16T14:09:22Z",
            "window_start": "1965-12-16T14:09:22Z",
            "net_precision": null,
            "probability": null,
            "weather_concerns": null,
            "holdreason": "",
            "failreason": null,
            "hashtag": null,
            "launch_service_provider": {
                "id": 66,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/66/?format=api",
                "name": "Soviet Space Program",
                "type": "Government"
            },
            "rocket": {
                "id": 3468,
                "configuration": {
                    "id": 351,
                    "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/351/?format=api",
                    "name": "R-36O 8K69",
                    "family": "R-36O",
                    "full_name": "R-36O 8K69",
                    "variant": "8K69"
                }
            },
            "mission": {
                "id": 1888,
                "name": "OGCh 1",
                "description": "Missile equipped with the 8F021 warhead",
                "launch_designator": null,
                "type": "Government/Top Secret",
                "orbit": {
                    "id": 15,
                    "name": "Suborbital",
                    "abbrev": "Sub"
                },
                "agencies": [],
                "info_urls": [],
                "vid_urls": []
            },
            "pad": {
                "id": 165,
                "url": "https://ll.thespacedevs.com/2.2.0/pad/165/?format=api",
                "agency_id": null,
                "name": "67/21",
                "description": null,
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/Baikonur_Cosmodrome",
                "map_url": "https://www.google.com/maps?q=45.989,63.702806",
                "latitude": "45.989",
                "longitude": "63.702806",
                "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": "The Baikonur Cosmodrome is a spaceport operated by Russia within Kazakhstan. Located in the Kazakh city of Baikonur, it is the largest operational space launch facility in terms of area. All Russian crewed spaceflights are launched from Baikonur.",
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_15_20200803142517.jpg",
                    "timezone_name": "Asia/Qyzylorda",
                    "total_launch_count": 1555,
                    "total_landing_count": 0
                },
                "country_code": "KAZ",
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_165_20200803143444.jpg",
                "total_launch_count": 2,
                "orbital_launch_attempt_count": 0
            },
            "webcast_live": false,
            "image": null,
            "infographic": null,
            "program": [],
            "orbital_launch_attempt_count": null,
            "location_launch_attempt_count": 125,
            "pad_launch_attempt_count": 1,
            "agency_launch_attempt_count": 157,
            "orbital_launch_attempt_count_year": 0,
            "location_launch_attempt_count_year": 41,
            "pad_launch_attempt_count_year": 1,
            "agency_launch_attempt_count_year": 49,
            "type": "normal"
        },
        {
            "id": "84a7f81c-2b95-4809-ba4b-dba4d178fd36",
            "url": "https://ll.thespacedevs.com/2.2.0/launch/84a7f81c-2b95-4809-ba4b-dba4d178fd36/?format=api",
            "slug": "kosmos-2i-63s1-ds-1-2",
            "name": "Kosmos-2I 63S1 | DS-1 2",
            "status": {
                "id": 4,
                "name": "Launch Failure",
                "abbrev": "Failure",
                "description": "Either the launch vehicle did not reach orbit, or the payload(s) failed to separate."
            },
            "last_updated": "2023-06-14T04:19:16Z",
            "net": "1961-12-21T12:30:00Z",
            "window_end": "1961-12-21T12:30:00Z",
            "window_start": "1961-12-21T12:30:00Z",
            "net_precision": null,
            "probability": 0,
            "weather_concerns": null,
            "holdreason": "",
            "failreason": "Failed to reach orbit",
            "hashtag": "",
            "launch_service_provider": {
                "id": 270,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/270/?format=api",
                "name": "Strategic Rocket Forces",
                "type": "Government"
            },
            "rocket": {
                "id": 2407,
                "configuration": {
                    "id": 190,
                    "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/190/?format=api",
                    "name": "Kosmos-2I 63S1",
                    "family": "Kosmos",
                    "full_name": "Kosmos-2I",
                    "variant": ""
                }
            },
            "mission": null,
            "pad": {
                "id": 100,
                "url": "https://ll.thespacedevs.com/2.2.0/pad/100/?format=api",
                "agency_id": null,
                "name": "Mayak-2",
                "description": null,
                "info_url": null,
                "wiki_url": null,
                "map_url": "https://www.google.com/maps?q=48.569551,46.295814",
                "latitude": "48.569551",
                "longitude": "46.295814",
                "location": {
                    "id": 30,
                    "url": "https://ll.thespacedevs.com/2.2.0/location/30/?format=api",
                    "name": "Kapustin Yar, Russian Federation",
                    "country_code": "RUS",
                    "description": "Kapustin Yar is a Russian military training area and a rocket launch complex in Astrakhan Oblast, about 100 km east of Volgograd. It was established by the Soviet Union on 13 May 1946. In the beginning, Kapustin Yar used technology, material, and scientific support gained from the defeat of Germany in World War II. Numerous launches of test rockets for the Russian military were carried out at the site, as well as satellite and sounding rocket launches.",
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_30_20200803142515.jpg",
                    "timezone_name": "Europe/Volgograd",
                    "total_launch_count": 101,
                    "total_landing_count": 0
                },
                "country_code": "RUS",
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_100_20200803143212.jpg",
                "total_launch_count": 24,
                "orbital_launch_attempt_count": 24
            },
            "webcast_live": false,
            "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/kosmos-2i252063s1_image_20191201205435.jpg",
            "infographic": null,
            "program": [],
            "orbital_launch_attempt_count": 141,
            "location_launch_attempt_count": 2,
            "pad_launch_attempt_count": 2,
            "agency_launch_attempt_count": 2,
            "orbital_launch_attempt_count_year": 141,
            "location_launch_attempt_count_year": 2,
            "pad_launch_attempt_count_year": 2,
            "agency_launch_attempt_count_year": 2,
            "type": "normal"
        },
        {
            "id": "84a2a107-1e44-4994-ad9f-430ee81a741a",
            "url": "https://ll.thespacedevs.com/2.2.0/launch/84a2a107-1e44-4994-ad9f-430ee81a741a/?format=api",
            "slug": "falcon-9-block-5-nusantara-lima",
            "name": "Falcon 9 Block 5 | Nusantara Lima",
            "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": "2025-02-12T16:17:53Z",
            "net": "2025-05-31T00:00:00Z",
            "window_end": "2025-05-31T00:00:00Z",
            "window_start": "2025-05-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": 121,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/121/?format=api",
                "name": "SpaceX",
                "type": "Commercial"
            },
            "rocket": {
                "id": 7545,
                "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": 5972,
                "name": "Nusantara Lima",
                "description": "Nusantara Lima is an Indonesian geostationary communications satellite with a capacity of more than 160 Gbps.",
                "launch_designator": null,
                "type": "Communications",
                "orbit": {
                    "id": 2,
                    "name": "Geostationary Transfer Orbit",
                    "abbrev": "GTO"
                },
                "agencies": [
                    {
                        "id": 1070,
                        "url": "https://ll.thespacedevs.com/2.2.0/agencies/1070/?format=api",
                        "name": "PT Pasifik Satelit Nusantara",
                        "featured": false,
                        "type": "Private",
                        "country_code": "IDN",
                        "abbrev": "PSN",
                        "description": "PT Pasifik Satelit Nusantara (PSN) is a private Indonesian satellite telecommunications company.\r\n\r\nIt was formed in 1991 and was the first satellite-based telecommunications company in Indonesia. In 1995, a collaboration started what was to become ACeS (Asia Cellular Satellite system). In 1998, a WAN-based service for corporate customers was introduced.",
                        "administrator": "CEO: Adi Rahman Adiwoso",
                        "founding_year": "1991",
                        "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": "https://www.psn.co.id",
                        "wiki_url": "https://en.wikipedia.org/wiki/PT_Pasifik_Satelit_Nusantara",
                        "logo_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/pt2520pasifik2520satelit2520nusantara_logo_20230821053114.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 SFS, FL, USA",
                    "country_code": "USA",
                    "description": "Cape Canaveral Space Force Station (CCSFS) is an installation of the United States Space Force's Space Launch Delta 45, located on Cape Canaveral in Brevard County, Florida.",
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_12_20200803142519.jpg",
                    "timezone_name": "America/New_York",
                    "total_launch_count": 1021,
                    "total_landing_count": 64
                },
                "country_code": "USA",
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_72_20200803143403.jpg",
                "total_launch_count": 0,
                "orbital_launch_attempt_count": 0
            },
            "webcast_live": false,
            "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/falcon_9_image_20230807133459.jpeg",
            "infographic": null,
            "program": [],
            "orbital_launch_attempt_count": 6958,
            "location_launch_attempt_count": 1024,
            "pad_launch_attempt_count": 1,
            "agency_launch_attempt_count": 511,
            "orbital_launch_attempt_count_year": 109,
            "location_launch_attempt_count_year": 30,
            "pad_launch_attempt_count_year": 1,
            "agency_launch_attempt_count_year": 62,
            "type": "normal"
        },
        {
            "id": "849e0434-f994-4890-b56e-47da3606c0e3",
            "url": "https://ll.thespacedevs.com/2.2.0/launch/849e0434-f994-4890-b56e-47da3606c0e3/?format=api",
            "slug": "long-march-2f-shenzhou-6",
            "name": "Long March 2F | Shenzhou-6",
            "status": {
                "id": 3,
                "name": "Launch Successful",
                "abbrev": "Success",
                "description": "The launch vehicle successfully inserted its payload(s) into the target orbit(s)."
            },
            "last_updated": "2023-06-14T15:48:19Z",
            "net": "2005-10-12T01:00:03Z",
            "window_end": "2005-10-12T01:00:03Z",
            "window_start": "2005-10-12T01:00:03Z",
            "net_precision": null,
            "probability": -1,
            "weather_concerns": null,
            "holdreason": "",
            "failreason": null,
            "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": 514,
                "configuration": {
                    "id": 79,
                    "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/79/?format=api",
                    "name": "Long March 2F",
                    "family": "Long March",
                    "full_name": "Long March 2F",
                    "variant": "F"
                }
            },
            "mission": {
                "id": 271,
                "name": "Shenzhou-6",
                "description": "This is the second crewed mission for China's Shenzhou program. Shenzhou-6 began its mission by carrying astronauts Fei Junlong and Nie Haisheng into low Earth orbit. During their mission, astronauts conducted scientific experiments, which mainly had to do with how human body responds to spaceflight. After almost 5 days in orbit Shenzhou-6 deorbited and landed back safely on Earth on 16 October.",
                "launch_designator": null,
                "type": "Human Exploration",
                "orbit": {
                    "id": 8,
                    "name": "Low Earth Orbit",
                    "abbrev": "LEO"
                },
                "agencies": [],
                "info_urls": [],
                "vid_urls": []
            },
            "pad": {
                "id": 37,
                "url": "https://ll.thespacedevs.com/2.2.0/pad/37/?format=api",
                "agency_id": null,
                "name": "Launch Area 4 (SLS-1 / 921)",
                "description": "",
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/Jiuquan_Launch_Area_4",
                "map_url": "https://www.google.com/maps?q=40.957893,100.290944",
                "latitude": "40.957893",
                "longitude": "100.290944",
                "location": {
                    "id": 17,
                    "url": "https://ll.thespacedevs.com/2.2.0/location/17/?format=api",
                    "name": "Jiuquan Satellite Launch Center, People's Republic of China",
                    "country_code": "CHN",
                    "description": "Jiuquan Satellite Launch Center is a Chinese spaceport located between the Ejin, Alxa, Inner Mongolia and Hangtian Town, Jinta County, Jiuquan, Gansu Province. It is part of the Dongfeng Aerospace City (Base 10).",
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_17_20200803142429.jpg",
                    "timezone_name": "Asia/Shanghai",
                    "total_launch_count": 248,
                    "total_landing_count": 0
                },
                "country_code": "CHN",
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_37_20200803143603.jpg",
                "total_launch_count": 25,
                "orbital_launch_attempt_count": 25
            },
            "webcast_live": false,
            "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/long_march_2_image_20210908195835.jpeg",
            "infographic": null,
            "program": [
                {
                    "id": 7,
                    "url": "https://ll.thespacedevs.com/2.2.0/program/7/?format=api",
                    "name": "Shenzhou",
                    "description": "The Shenzhou program is a crewed spaceflight initiative by China. The program put the first Chinese citizen, Yang Liwei, into orbit on 15 October 2003.",
                    "agencies": [
                        {
                            "id": 17,
                            "url": "https://ll.thespacedevs.com/2.2.0/agencies/17/?format=api",
                            "name": "China National Space Administration",
                            "type": "Government"
                        }
                    ],
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/shenzhou_program_20200820204745.PNG",
                    "start_date": "1993-01-01T00:00:00Z",
                    "end_date": null,
                    "info_url": null,
                    "wiki_url": "https://en.wikipedia.org/wiki/Shenzhou_program",
                    "mission_patches": [],
                    "type": {
                        "id": 2,
                        "name": "Human Spaceflight"
                    }
                }
            ],
            "orbital_launch_attempt_count": 4738,
            "location_launch_attempt_count": 40,
            "pad_launch_attempt_count": 6,
            "agency_launch_attempt_count": 34,
            "orbital_launch_attempt_count_year": 44,
            "location_launch_attempt_count_year": 4,
            "pad_launch_attempt_count_year": 1,
            "agency_launch_attempt_count_year": 6,
            "type": "normal"
        },
        {
            "id": "848e39b2-75a6-49c4-a897-de15c72e332d",
            "url": "https://ll.thespacedevs.com/2.2.0/launch/848e39b2-75a6-49c4-a897-de15c72e332d/?format=api",
            "slug": "proton-mbriz-m-ekspress-80-ekspress-103",
            "name": "Proton-M/Briz-M | Ekspress-80 & Ekspress-103",
            "status": {
                "id": 3,
                "name": "Launch Successful",
                "abbrev": "Success",
                "description": "The launch vehicle successfully inserted its payload(s) into the target orbit(s)."
            },
            "last_updated": "2023-06-14T03:35:17Z",
            "net": "2020-07-30T21:25:19Z",
            "window_end": "2020-07-30T21:25:19Z",
            "window_start": "2020-07-30T21:25:19Z",
            "net_precision": null,
            "probability": -1,
            "weather_concerns": null,
            "holdreason": "",
            "failreason": null,
            "hashtag": null,
            "launch_service_provider": {
                "id": 96,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/96/?format=api",
                "name": "Khrunichev State Research and Production Space Center",
                "type": "Government"
            },
            "rocket": {
                "id": 2733,
                "configuration": {
                    "id": 22,
                    "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/22/?format=api",
                    "name": "Proton-M Briz-M",
                    "family": "Proton / UR-500",
                    "full_name": "Proton-M Briz-M",
                    "variant": "Briz-M"
                }
            },
            "mission": {
                "id": 1136,
                "name": "Ekspress-80 & Ekspress-103",
                "description": "Ekspress-80 and Ekspress 103 are communications satellites for Russian domestic communication services owned by RSCC (Kosmicheskiya Svyaz).\r\n\r\nExpress 80 will be positioned at 80° East, and will be fitted with 16 C-band and 20 Ku-band transponders to cover Russia, as well as two L-band transponders offering global coverage. Express 103 will be positioned at 103° East, and will be fitted with 16 C-band and 20 Ku-band transponders to cover Russia and Southeast Asia, as well as one L-band transponder for global coverage. Both have a design life of 15 years.",
                "launch_designator": null,
                "type": "Communications",
                "orbit": {
                    "id": 2,
                    "name": "Geostationary Transfer Orbit",
                    "abbrev": "GTO"
                },
                "agencies": [],
                "info_urls": [],
                "vid_urls": []
            },
            "pad": {
                "id": 15,
                "url": "https://ll.thespacedevs.com/2.2.0/pad/15/?format=api",
                "agency_id": null,
                "name": "200/39 (200L)",
                "description": null,
                "info_url": null,
                "wiki_url": "",
                "map_url": "https://www.google.com/maps?q=46.039984,63.032093",
                "latitude": "46.039984",
                "longitude": "63.032093",
                "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": "The Baikonur Cosmodrome is a spaceport operated by Russia within Kazakhstan. Located in the Kazakh city of Baikonur, it is the largest operational space launch facility in terms of area. All Russian crewed spaceflights are launched from Baikonur.",
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_15_20200803142517.jpg",
                    "timezone_name": "Asia/Qyzylorda",
                    "total_launch_count": 1555,
                    "total_landing_count": 0
                },
                "country_code": "KAZ",
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_15_20200803143530.jpg",
                "total_launch_count": 167,
                "orbital_launch_attempt_count": 167
            },
            "webcast_live": false,
            "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/proton-m2520briz-m_image_20190224012317.jpeg",
            "infographic": null,
            "program": [],
            "orbital_launch_attempt_count": 5981,
            "location_launch_attempt_count": 1514,
            "pad_launch_attempt_count": 164,
            "agency_launch_attempt_count": 185,
            "orbital_launch_attempt_count_year": 59,
            "location_launch_attempt_count_year": 6,
            "pad_launch_attempt_count_year": 1,
            "agency_launch_attempt_count_year": 1,
            "type": "normal"
        },
        {
            "id": "848b8e10-e5a4-4e46-9896-0c2299360588",
            "url": "https://ll.thespacedevs.com/2.2.0/launch/848b8e10-e5a4-4e46-9896-0c2299360588/?format=api",
            "slug": "electron-a-sky-full-of-sars-capella-acadia-3",
            "name": "Electron | A Sky Full of SARs (Capella Acadia 3)",
            "status": {
                "id": 3,
                "name": "Launch Successful",
                "abbrev": "Success",
                "description": "The launch vehicle successfully inserted its payload(s) into the target orbit(s)."
            },
            "last_updated": "2024-08-13T04:51:28Z",
            "net": "2024-08-11T13:18:00Z",
            "window_end": "2024-08-11T14:00:00Z",
            "window_start": "2024-08-11T11:23:00Z",
            "net_precision": {
                "id": 1,
                "name": "Minute",
                "abbrev": "MIN",
                "description": "The T-0 is accurate to the minute."
            },
            "probability": null,
            "weather_concerns": "Ground Winds",
            "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": 7797,
                "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": 6315,
                "name": "A Sky Full of SARs (Capella Acadia 3)",
                "description": "Payload consists of a single SAR Earth-imaging Acadia satellite, a new generation satellite designed, manufactured, and operated by Capella Space.",
                "launch_designator": null,
                "type": "Earth Science",
                "orbit": {
                    "id": 8,
                    "name": "Low Earth Orbit",
                    "abbrev": "LEO"
                },
                "agencies": [
                    {
                        "id": 1059,
                        "url": "https://ll.thespacedevs.com/2.2.0/agencies/1059/?format=api",
                        "name": "Capella Space",
                        "featured": false,
                        "type": "Private",
                        "country_code": "USA",
                        "abbrev": "",
                        "description": "Capella Space is an American space company. It is developing space-based radar Earth observation satellites equipped with synthetic-aperture radar that can penetrate clouds and work at night.",
                        "administrator": "CEO: Payam Banazadeh",
                        "founding_year": "2016",
                        "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://capellaspace.com/",
                        "wiki_url": "https://en.wikipedia.org/wiki/Capella_Space",
                        "logo_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/capella2520space_logo_20230806180121.png",
                        "image_url": null,
                        "nation_url": null
                    }
                ],
                "info_urls": [],
                "vid_urls": []
            },
            "pad": {
                "id": 185,
                "url": "https://ll.thespacedevs.com/2.2.0/pad/185/?format=api",
                "agency_id": 147,
                "name": "Rocket Lab Launch Complex 1B",
                "description": "",
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/Rocket_Lab_Launch_Complex_1",
                "map_url": "https://www.google.com/maps?q=-39.262833,177.864469",
                "latitude": "-39.262833",
                "longitude": "177.864469",
                "location": {
                    "id": 10,
                    "url": "https://ll.thespacedevs.com/2.2.0/location/10/?format=api",
                    "name": "Rocket Lab Launch Complex 1, Mahia Peninsula, New Zealand",
                    "country_code": "NZL",
                    "description": "Rocket Lab Launch Complex 1 is a commercial spaceport located close to Ahuriri Point at the southern tip of Māhia Peninsula, on the east coast of New Zealand's North Island. It is owned and operated by private spaceflight company Rocket Lab and supports launches of the company's Electron rocket for small satellites. With the launch of Electron on 25 May 2017, it became the first private spaceport to host an orbital launch attempt, and the first site in New Zealand to host an orbital launch attempt. With the Electron launch of 21 January 2018, it became the first private spaceport to host a successful orbital launch.",
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_10_20200803142509.jpg",
                    "timezone_name": "Pacific/Auckland",
                    "total_launch_count": 57,
                    "total_landing_count": 17
                },
                "country_code": "NZL",
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_185_20200803143540.jpg",
                "total_launch_count": 28,
                "orbital_launch_attempt_count": 28
            },
            "webcast_live": false,
            "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/electron_image_20190705175640.jpeg",
            "infographic": null,
            "program": [],
            "orbital_launch_attempt_count": 6735,
            "location_launch_attempt_count": 48,
            "pad_launch_attempt_count": 22,
            "agency_launch_attempt_count": 52,
            "orbital_launch_attempt_count_year": 146,
            "location_launch_attempt_count_year": 9,
            "pad_launch_attempt_count_year": 9,
            "agency_launch_attempt_count_year": 10,
            "type": "normal"
        }
    ]
}