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

{
    "count": 7500,
    "next": "https://ll.thespacedevs.com/2.2.0/launch/?format=api&limit=10&offset=7170&ordering=-name",
    "previous": "https://ll.thespacedevs.com/2.2.0/launch/?format=api&limit=10&offset=7150&ordering=-name",
    "results": [
        {
            "id": "f889bd5e-6cf9-4189-9912-d978a6f7b0fe",
            "url": "https://ll.thespacedevs.com/2.2.0/launch/f889bd5e-6cf9-4189-9912-d978a6f7b0fe/?format=api",
            "slug": "atlas-able-p-3",
            "name": "Atlas-Able | P-3",
            "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-14T17:42:43Z",
            "net": "1959-11-26T07:26:00Z",
            "window_end": "1959-11-26T07:26:00Z",
            "window_start": "1959-11-26T07:26:00Z",
            "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": 3056,
                "configuration": {
                    "id": 230,
                    "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/230/?format=api",
                    "name": "Atlas-Able",
                    "family": "Atlas",
                    "full_name": "Atlas-Able",
                    "variant": ""
                }
            },
            "mission": {
                "id": 1478,
                "name": "P-3",
                "description": "The Pioneer P-1, -3, -30 and -31 series was intended to be a lunar orbiter probe, but the mission failed shortly after launch. The objectives were to place a highly instrumented probe in lunar orbit, to investigate the environment between the Earth and Moon, and to develop technology for controlling and maneuvering spacecraft from Earth.",
                "launch_designator": null,
                "type": "Lunar Exploration",
                "orbit": {
                    "id": 11,
                    "name": "Lunar Orbit",
                    "abbrev": "LO"
                },
                "agencies": [],
                "info_urls": [],
                "vid_urls": []
            },
            "pad": {
                "id": 17,
                "url": "https://ll.thespacedevs.com/2.2.0/pad/17/?format=api",
                "agency_id": 1048,
                "name": "Space Launch Complex 14",
                "description": null,
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/Cape_Canaveral_Air_Force_Station_Launch_Complex_14",
                "map_url": "https://www.google.com/maps?q=28.49103,-80.54687",
                "latitude": "28.49103",
                "longitude": "-80.54687",
                "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": 1023,
                    "total_landing_count": 64
                },
                "country_code": "USA",
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_17_20200803143405.jpg",
                "total_launch_count": 20,
                "orbital_launch_attempt_count": 16
            },
            "webcast_live": false,
            "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/atlas-d_able_on_image_20240411161010.jpeg",
            "infographic": null,
            "program": [],
            "orbital_launch_attempt_count": 54,
            "location_launch_attempt_count": 30,
            "pad_launch_attempt_count": 2,
            "agency_launch_attempt_count": 11,
            "orbital_launch_attempt_count_year": 23,
            "location_launch_attempt_count_year": 12,
            "pad_launch_attempt_count_year": 2,
            "agency_launch_attempt_count_year": 11,
            "type": "normal"
        },
        {
            "id": "2e1baccd-6a90-4063-acca-ec27e1645faf",
            "url": "https://ll.thespacedevs.com/2.2.0/launch/2e1baccd-6a90-4063-acca-ec27e1645faf/?format=api",
            "slug": "athena-i-starshine-oscar-43",
            "name": "Athena I | Starshine-OSCAR-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-14T03:54:51Z",
            "net": "2001-09-30T02:40:00Z",
            "window_end": "2001-09-30T02:40:00Z",
            "window_start": "2001-09-30T02:40:00Z",
            "net_precision": null,
            "probability": null,
            "weather_concerns": null,
            "holdreason": "",
            "failreason": null,
            "hashtag": null,
            "launch_service_provider": {
                "id": 82,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/82/?format=api",
                "name": "Lockheed Martin",
                "type": "Commercial"
            },
            "rocket": {
                "id": 7059,
                "configuration": {
                    "id": 228,
                    "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/228/?format=api",
                    "name": "Athena I",
                    "family": "Athena",
                    "full_name": "Athena I",
                    "variant": "I"
                }
            },
            "mission": {
                "id": 5448,
                "name": "Starshine-OSCAR-43",
                "description": "Research (Atmospheric density) satellite built by Naval Research Laboratory (NRL) for NASA, USA.",
                "launch_designator": null,
                "type": "Earth Science",
                "orbit": {
                    "id": 8,
                    "name": "Low Earth Orbit",
                    "abbrev": "LEO"
                },
                "agencies": [],
                "info_urls": [],
                "vid_urls": []
            },
            "pad": {
                "id": 57,
                "url": "https://ll.thespacedevs.com/2.2.0/pad/57/?format=api",
                "agency_id": null,
                "name": "Launch Pad 1",
                "description": null,
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/Pacific_Spaceport_Complex_%E2%80%93_Alaska",
                "map_url": "https://www.google.com/maps?q=57.435833,-152.337778",
                "latitude": "57.435833",
                "longitude": "-152.337778",
                "location": {
                    "id": 25,
                    "url": "https://ll.thespacedevs.com/2.2.0/location/25/?format=api",
                    "name": "Pacific Spaceport Complex, Alaska, USA",
                    "country_code": "USA",
                    "description": "The Pacific Spaceport Complex – Alaska (PSCA), formerly known as the Kodiak Launch Complex (KLC), is a dual-use commercial and military spaceport for sub-orbital and orbital launch vehicles. The facility is owned and operated by the Alaska Aerospace Corporation, a corporation owned by the Government of Alaska, and is located on Kodiak Island in Alaska.",
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_25_20200803142500.jpg",
                    "timezone_name": "America/Anchorage",
                    "total_launch_count": 9,
                    "total_landing_count": 0
                },
                "country_code": "USA",
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_57_20200803143509.jpg",
                "total_launch_count": 3,
                "orbital_launch_attempt_count": 3
            },
            "webcast_live": false,
            "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/athena_1_liftof_image_20240411090356.jpeg",
            "infographic": null,
            "program": [],
            "orbital_launch_attempt_count": 4496,
            "location_launch_attempt_count": 1,
            "pad_launch_attempt_count": 1,
            "agency_launch_attempt_count": 58,
            "orbital_launch_attempt_count_year": 44,
            "location_launch_attempt_count_year": 1,
            "pad_launch_attempt_count_year": 1,
            "agency_launch_attempt_count_year": 4,
            "type": "normal"
        },
        {
            "id": "54a928a5-d8fc-40f4-b84c-0c9f8f62de78",
            "url": "https://ll.thespacedevs.com/2.2.0/launch/54a928a5-d8fc-40f4-b84c-0c9f8f62de78/?format=api",
            "slug": "athena-i-lewis",
            "name": "Athena I | Lewis",
            "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-04-11T09:15:12Z",
            "net": "1997-08-23T06:51:01Z",
            "window_end": "1997-08-23T06:51:01Z",
            "window_start": "1997-08-23T06:51:01Z",
            "net_precision": null,
            "probability": null,
            "weather_concerns": null,
            "holdreason": "",
            "failreason": "",
            "hashtag": null,
            "launch_service_provider": {
                "id": 82,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/82/?format=api",
                "name": "Lockheed Martin",
                "type": "Commercial"
            },
            "rocket": {
                "id": 6797,
                "configuration": {
                    "id": 228,
                    "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/228/?format=api",
                    "name": "Athena I",
                    "family": "Athena",
                    "full_name": "Athena I",
                    "variant": "I"
                }
            },
            "mission": {
                "id": 5187,
                "name": "Lewis",
                "description": "Lewis was one of two missions selected under NASA's SSTI (Small Spacecraft Technology Initiative) program to demonstrate advanced spacecraft technologies (11 July 1994).",
                "launch_designator": null,
                "type": "Earth Science",
                "orbit": {
                    "id": 8,
                    "name": "Low Earth Orbit",
                    "abbrev": "LEO"
                },
                "agencies": [],
                "info_urls": [],
                "vid_urls": []
            },
            "pad": {
                "id": 11,
                "url": "https://ll.thespacedevs.com/2.2.0/pad/11/?format=api",
                "agency_id": null,
                "name": "Space Launch Complex 6",
                "description": "Space Launch Complex 6 at Vandenberg Space Force Base in California is a launch pad and support area. The site was originally developed starting in 1966, but no launches occurred until 1995, as it was repurposed sequentially for three programs that were subsequently cancelled. Initially to be used for Titan IIIM rockets and the Manned Orbiting Laboratory, these were cancelled before construction of SLC-6 was complete. The complex was later rebuilt to serve as the west coast launch site for the Space Shuttle, but went unused due to budget, safety and political considerations. The pad was subsequently used for four Athena rocket launches before being modified to support the Delta IV launch vehicle family, which used the pad for ten launches from 2006 until 2022. The last Delta IV launched in September 2022, and SpaceX leased SLC-6 in 2023 to convert it to launch Falcon 9 and Falcon Heavy starting in 2025.",
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/Vandenberg_Space_Launch_Complex_6",
                "map_url": "https://www.google.com/maps?q=34.5815,-120.6262",
                "latitude": "34.5815",
                "longitude": "-120.6262",
                "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": 806,
                    "total_landing_count": 26
                },
                "country_code": "USA",
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_11_20200803143550.jpg",
                "total_launch_count": 14,
                "orbital_launch_attempt_count": 14
            },
            "webcast_live": false,
            "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/athena_1_liftof_image_20240411090356.jpeg",
            "infographic": null,
            "program": [],
            "orbital_launch_attempt_count": 4164,
            "location_launch_attempt_count": 575,
            "pad_launch_attempt_count": 2,
            "agency_launch_attempt_count": 26,
            "orbital_launch_attempt_count_year": 46,
            "location_launch_attempt_count_year": 5,
            "pad_launch_attempt_count_year": 1,
            "agency_launch_attempt_count_year": 4,
            "type": "normal"
        },
        {
            "id": "0fdacb6a-4e02-436f-898b-d74115cd911d",
            "url": "https://ll.thespacedevs.com/2.2.0/launch/0fdacb6a-4e02-436f-898b-d74115cd911d/?format=api",
            "slug": "athena-ii-lunar-prospector",
            "name": "Athena II | Lunar Prospector",
            "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-12-31T12:25:32Z",
            "net": "1998-01-07T02:28:44Z",
            "window_end": "1998-01-07T02:28:44Z",
            "window_start": "1998-01-07T02:28:44Z",
            "net_precision": null,
            "probability": null,
            "weather_concerns": null,
            "holdreason": "",
            "failreason": "",
            "hashtag": null,
            "launch_service_provider": {
                "id": 82,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/82/?format=api",
                "name": "Lockheed Martin",
                "type": "Commercial"
            },
            "rocket": {
                "id": 6832,
                "configuration": {
                    "id": 229,
                    "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/229/?format=api",
                    "name": "Athena II",
                    "family": "Athena",
                    "full_name": "Athena II",
                    "variant": "II"
                }
            },
            "mission": {
                "id": 5222,
                "name": "Lunar Prospector",
                "description": "Lunar Prospector was a small spin stabilized lunar orbiter. Using its Gamma Ray Spectrometer (GRS), it collected a large amount of scientific data that helps researchers understand the chemical composition of the lunar surface.",
                "launch_designator": null,
                "type": "Robotic Exploration",
                "orbit": {
                    "id": 11,
                    "name": "Lunar Orbit",
                    "abbrev": "LO"
                },
                "agencies": [],
                "info_urls": [],
                "vid_urls": []
            },
            "pad": {
                "id": 27,
                "url": "https://ll.thespacedevs.com/2.2.0/pad/27/?format=api",
                "agency_id": null,
                "name": "Space Launch Complex 46",
                "description": null,
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/Spaceport_Florida_Launch_Complex_46",
                "map_url": "https://www.google.com/maps?q=28.4584,-80.5284",
                "latitude": "28.4584",
                "longitude": "-80.5284",
                "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": 1023,
                    "total_landing_count": 64
                },
                "country_code": "USA",
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_27_20200803143319.jpg",
                "total_launch_count": 6,
                "orbital_launch_attempt_count": 5
            },
            "webcast_live": false,
            "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/athena_2_with_l_image_20240411091736.jpeg",
            "infographic": null,
            "program": [
                {
                    "id": 33,
                    "url": "https://ll.thespacedevs.com/2.2.0/program/33/?format=api",
                    "name": "Discovery Program",
                    "description": "The Discovery Program is a series of Solar System exploration missions funded by the U.S. National Aeronautics and Space Administration (NASA) through its Planetary Missions Program Office. The cost of each mission is capped at a lower level than missions from NASA's New Frontiers or Flagship Programs. As a result, Discovery missions tend to be more focused on a specific scientific goal rather than serving a general purpose.",
                    "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://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/discovery2520p_program_20231231122246.jpeg",
                    "start_date": "1990-01-01T00:00:00Z",
                    "end_date": null,
                    "info_url": "https://www.nasa.gov/planetarymissions/discovery-program/",
                    "wiki_url": "https://en.wikipedia.org/wiki/Discovery_Program",
                    "mission_patches": [],
                    "type": {
                        "id": 5,
                        "name": "Exploration"
                    }
                }
            ],
            "orbital_launch_attempt_count": 4208,
            "location_launch_attempt_count": 540,
            "pad_launch_attempt_count": 1,
            "agency_launch_attempt_count": 32,
            "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": "8f6ecc70-9092-4198-a7fb-9648c8cdcb33",
            "url": "https://ll.thespacedevs.com/2.2.0/launch/8f6ecc70-9092-4198-a7fb-9648c8cdcb33/?format=api",
            "slug": "athena-ii-ikonos-1",
            "name": "Athena II | Ikonos 1",
            "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-14T03:33:00Z",
            "net": "1999-04-27T18:22:01Z",
            "window_end": "1999-04-27T18:22:01Z",
            "window_start": "1999-04-27T18:22:01Z",
            "net_precision": null,
            "probability": null,
            "weather_concerns": null,
            "holdreason": "",
            "failreason": null,
            "hashtag": null,
            "launch_service_provider": {
                "id": 82,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/82/?format=api",
                "name": "Lockheed Martin",
                "type": "Commercial"
            },
            "rocket": {
                "id": 6915,
                "configuration": {
                    "id": 229,
                    "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/229/?format=api",
                    "name": "Athena II",
                    "family": "Athena",
                    "full_name": "Athena II",
                    "variant": "II"
                }
            },
            "mission": {
                "id": 5305,
                "name": "Ikonos 1",
                "description": "Earth observation satellite developed by Lockheed Martin Commercial Space Systems. The launch failed when the payload shroud of the Athena-2 launch vehicle failed to separate.",
                "launch_designator": null,
                "type": "Earth Science",
                "orbit": {
                    "id": 13,
                    "name": "Polar Orbit",
                    "abbrev": "PO"
                },
                "agencies": [],
                "info_urls": [],
                "vid_urls": []
            },
            "pad": {
                "id": 11,
                "url": "https://ll.thespacedevs.com/2.2.0/pad/11/?format=api",
                "agency_id": null,
                "name": "Space Launch Complex 6",
                "description": "Space Launch Complex 6 at Vandenberg Space Force Base in California is a launch pad and support area. The site was originally developed starting in 1966, but no launches occurred until 1995, as it was repurposed sequentially for three programs that were subsequently cancelled. Initially to be used for Titan IIIM rockets and the Manned Orbiting Laboratory, these were cancelled before construction of SLC-6 was complete. The complex was later rebuilt to serve as the west coast launch site for the Space Shuttle, but went unused due to budget, safety and political considerations. The pad was subsequently used for four Athena rocket launches before being modified to support the Delta IV launch vehicle family, which used the pad for ten launches from 2006 until 2022. The last Delta IV launched in September 2022, and SpaceX leased SLC-6 in 2023 to convert it to launch Falcon 9 and Falcon Heavy starting in 2025.",
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/Vandenberg_Space_Launch_Complex_6",
                "map_url": "https://www.google.com/maps?q=34.5815,-120.6262",
                "latitude": "34.5815",
                "longitude": "-120.6262",
                "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": 806,
                    "total_landing_count": 26
                },
                "country_code": "USA",
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_11_20200803143550.jpg",
                "total_launch_count": 14,
                "orbital_launch_attempt_count": 14
            },
            "webcast_live": false,
            "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/athena_2_with_l_image_20240411091736.jpeg",
            "infographic": null,
            "program": [],
            "orbital_launch_attempt_count": 4311,
            "location_launch_attempt_count": 591,
            "pad_launch_attempt_count": 3,
            "agency_launch_attempt_count": 42,
            "orbital_launch_attempt_count_year": 22,
            "location_launch_attempt_count_year": 3,
            "pad_launch_attempt_count_year": 1,
            "agency_launch_attempt_count_year": 4,
            "type": "normal"
        },
        {
            "id": "fa9a3fdf-aba4-4ee2-af0b-d0601317088f",
            "url": "https://ll.thespacedevs.com/2.2.0/launch/fa9a3fdf-aba4-4ee2-af0b-d0601317088f/?format=api",
            "slug": "athena-ii-ikonos",
            "name": "Athena II | Ikonos",
            "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:33:00Z",
            "net": "1999-09-24T18:21:08Z",
            "window_end": "1999-09-24T18:21:08Z",
            "window_start": "1999-09-24T18:21:08Z",
            "net_precision": null,
            "probability": null,
            "weather_concerns": null,
            "holdreason": "",
            "failreason": null,
            "hashtag": null,
            "launch_service_provider": {
                "id": 82,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/82/?format=api",
                "name": "Lockheed Martin",
                "type": "Commercial"
            },
            "rocket": {
                "id": 6942,
                "configuration": {
                    "id": 229,
                    "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/229/?format=api",
                    "name": "Athena II",
                    "family": "Athena",
                    "full_name": "Athena II",
                    "variant": "II"
                }
            },
            "mission": {
                "id": 5332,
                "name": "Ikonos",
                "description": "Lockheed Martin Commercial Space Systems, an operating unit of Missiles & Space, has revolutionized the space-based imagery market with the development of the first commercial satellite capable of resolving objects on the ground as small as one meter in diameter. The company is providing a spacecraft, designated IKONOS 1, for Space Imaging, Thornton, CO, which offers high-resolution imagery of the Earth to customers around the world.",
                "launch_designator": null,
                "type": "Earth Science",
                "orbit": {
                    "id": 13,
                    "name": "Polar Orbit",
                    "abbrev": "PO"
                },
                "agencies": [],
                "info_urls": [],
                "vid_urls": []
            },
            "pad": {
                "id": 11,
                "url": "https://ll.thespacedevs.com/2.2.0/pad/11/?format=api",
                "agency_id": null,
                "name": "Space Launch Complex 6",
                "description": "Space Launch Complex 6 at Vandenberg Space Force Base in California is a launch pad and support area. The site was originally developed starting in 1966, but no launches occurred until 1995, as it was repurposed sequentially for three programs that were subsequently cancelled. Initially to be used for Titan IIIM rockets and the Manned Orbiting Laboratory, these were cancelled before construction of SLC-6 was complete. The complex was later rebuilt to serve as the west coast launch site for the Space Shuttle, but went unused due to budget, safety and political considerations. The pad was subsequently used for four Athena rocket launches before being modified to support the Delta IV launch vehicle family, which used the pad for ten launches from 2006 until 2022. The last Delta IV launched in September 2022, and SpaceX leased SLC-6 in 2023 to convert it to launch Falcon 9 and Falcon Heavy starting in 2025.",
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/Vandenberg_Space_Launch_Complex_6",
                "map_url": "https://www.google.com/maps?q=34.5815,-120.6262",
                "latitude": "34.5815",
                "longitude": "-120.6262",
                "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": 806,
                    "total_landing_count": 26
                },
                "country_code": "USA",
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_11_20200803143550.jpg",
                "total_launch_count": 14,
                "orbital_launch_attempt_count": 14
            },
            "webcast_live": false,
            "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/athena_2_with_l_image_20240411091736.jpeg",
            "infographic": null,
            "program": [],
            "orbital_launch_attempt_count": 4342,
            "location_launch_attempt_count": 594,
            "pad_launch_attempt_count": 4,
            "agency_launch_attempt_count": 44,
            "orbital_launch_attempt_count_year": 53,
            "location_launch_attempt_count_year": 6,
            "pad_launch_attempt_count_year": 2,
            "agency_launch_attempt_count_year": 6,
            "type": "normal"
        },
        {
            "id": "51663388-597f-4356-9a94-306e253e6633",
            "url": "https://ll.thespacedevs.com/2.2.0/launch/51663388-597f-4356-9a94-306e253e6633/?format=api",
            "slug": "athena-i-gemstar-dss-1",
            "name": "Athena I | Gemstar DSS-1",
            "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": "2024-04-11T09:15:05Z",
            "net": "1995-08-15T22:30:00Z",
            "window_end": "1995-08-15T22:30:00Z",
            "window_start": "1995-08-15T22:30:00Z",
            "net_precision": null,
            "probability": null,
            "weather_concerns": null,
            "holdreason": "",
            "failreason": "",
            "hashtag": null,
            "launch_service_provider": {
                "id": 82,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/82/?format=api",
                "name": "Lockheed Martin",
                "type": "Commercial"
            },
            "rocket": {
                "id": 6677,
                "configuration": {
                    "id": 228,
                    "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/228/?format=api",
                    "name": "Athena I",
                    "family": "Athena",
                    "full_name": "Athena I",
                    "variant": "I"
                }
            },
            "mission": {
                "id": 5067,
                "name": "Gemstar DSS-1",
                "description": "The CTA GEMStar 1 (VITASAT 1) satellite partially sponsored by Volunteers In Technical Assistance (VITA) of Arlington Virginia, was launched at 2230 UTC from Vandenberg AFB on the 15-Aug-95, but a second stage failure destroyed the first flight of the Lockheed LLV-1 launch vehicle (later dubbed Athena-1).",
                "launch_designator": null,
                "type": "Communications",
                "orbit": {
                    "id": 8,
                    "name": "Low Earth Orbit",
                    "abbrev": "LEO"
                },
                "agencies": [],
                "info_urls": [],
                "vid_urls": []
            },
            "pad": {
                "id": 11,
                "url": "https://ll.thespacedevs.com/2.2.0/pad/11/?format=api",
                "agency_id": null,
                "name": "Space Launch Complex 6",
                "description": "Space Launch Complex 6 at Vandenberg Space Force Base in California is a launch pad and support area. The site was originally developed starting in 1966, but no launches occurred until 1995, as it was repurposed sequentially for three programs that were subsequently cancelled. Initially to be used for Titan IIIM rockets and the Manned Orbiting Laboratory, these were cancelled before construction of SLC-6 was complete. The complex was later rebuilt to serve as the west coast launch site for the Space Shuttle, but went unused due to budget, safety and political considerations. The pad was subsequently used for four Athena rocket launches before being modified to support the Delta IV launch vehicle family, which used the pad for ten launches from 2006 until 2022. The last Delta IV launched in September 2022, and SpaceX leased SLC-6 in 2023 to convert it to launch Falcon 9 and Falcon Heavy starting in 2025.",
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/Vandenberg_Space_Launch_Complex_6",
                "map_url": "https://www.google.com/maps?q=34.5815,-120.6262",
                "latitude": "34.5815",
                "longitude": "-120.6262",
                "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": 806,
                    "total_landing_count": 26
                },
                "country_code": "USA",
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_11_20200803143550.jpg",
                "total_launch_count": 14,
                "orbital_launch_attempt_count": 14
            },
            "webcast_live": false,
            "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/athena_1_liftof_image_20240411090356.jpeg",
            "infographic": null,
            "program": [],
            "orbital_launch_attempt_count": 4008,
            "location_launch_attempt_count": 564,
            "pad_launch_attempt_count": 1,
            "agency_launch_attempt_count": 12,
            "orbital_launch_attempt_count_year": 47,
            "location_launch_attempt_count_year": 2,
            "pad_launch_attempt_count_year": 1,
            "agency_launch_attempt_count_year": 5,
            "type": "normal"
        },
        {
            "id": "ecef37b3-2e0f-4aed-a6c7-83ec526f3f64",
            "url": "https://ll.thespacedevs.com/2.2.0/launch/ecef37b3-2e0f-4aed-a6c7-83ec526f3f64/?format=api",
            "slug": "athena-i-formosat-1",
            "name": "Athena I | Formosat-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-14T17:42:47Z",
            "net": "1999-01-27T00:34:02Z",
            "window_end": "1999-01-27T00:34:02Z",
            "window_start": "1999-01-27T00:34:02Z",
            "net_precision": null,
            "probability": null,
            "weather_concerns": null,
            "holdreason": "",
            "failreason": null,
            "hashtag": null,
            "launch_service_provider": {
                "id": 82,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/82/?format=api",
                "name": "Lockheed Martin",
                "type": "Commercial"
            },
            "rocket": {
                "id": 6898,
                "configuration": {
                    "id": 228,
                    "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/228/?format=api",
                    "name": "Athena I",
                    "family": "Athena",
                    "full_name": "Athena I",
                    "variant": "I"
                }
            },
            "mission": {
                "id": 5288,
                "name": "Formosat-1",
                "description": "The mission objective of ROCSAT-1 (Republic of China Satellite 1) is to develop, launch, and operate a low earth orbit satellite, and to conduct three scientific and technology experiments in the areas of ocean color imaging, space telecommunication, and solar-terrestrial physics.",
                "launch_designator": null,
                "type": "Earth Science",
                "orbit": {
                    "id": 8,
                    "name": "Low Earth Orbit",
                    "abbrev": "LEO"
                },
                "agencies": [],
                "info_urls": [],
                "vid_urls": []
            },
            "pad": {
                "id": 27,
                "url": "https://ll.thespacedevs.com/2.2.0/pad/27/?format=api",
                "agency_id": null,
                "name": "Space Launch Complex 46",
                "description": null,
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/Spaceport_Florida_Launch_Complex_46",
                "map_url": "https://www.google.com/maps?q=28.4584,-80.5284",
                "latitude": "28.4584",
                "longitude": "-80.5284",
                "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": 1023,
                    "total_landing_count": 64
                },
                "country_code": "USA",
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_27_20200803143319.jpg",
                "total_launch_count": 6,
                "orbital_launch_attempt_count": 5
            },
            "webcast_live": false,
            "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/athena_1_liftof_image_20240411090356.jpeg",
            "infographic": null,
            "program": [],
            "orbital_launch_attempt_count": 4291,
            "location_launch_attempt_count": 558,
            "pad_launch_attempt_count": 2,
            "agency_launch_attempt_count": 39,
            "orbital_launch_attempt_count_year": 2,
            "location_launch_attempt_count_year": 2,
            "pad_launch_attempt_count_year": 1,
            "agency_launch_attempt_count_year": 1,
            "type": "normal"
        },
        {
            "id": "f4ffe15c-6009-4eaa-b60e-aef586c8cb5f",
            "url": "https://ll.thespacedevs.com/2.2.0/launch/f4ffe15c-6009-4eaa-b60e-aef586c8cb5f/?format=api",
            "slug": "astra-rocket-3-tropics-1",
            "name": "Astra Rocket 3 | TROPICS-1",
            "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": "2024-03-05T18:18:53Z",
            "net": "2022-06-12T17:43:00Z",
            "window_end": "2022-06-12T18:00:00Z",
            "window_start": "2022-06-12T16:00:00Z",
            "net_precision": null,
            "probability": 40,
            "weather_concerns": null,
            "holdreason": "",
            "failreason": "Premature second stage shutdown. Cause is not yet known.",
            "hashtag": null,
            "launch_service_provider": {
                "id": 285,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/285/?format=api",
                "name": "Astra Space",
                "type": "Commercial"
            },
            "rocket": {
                "id": 2835,
                "configuration": {
                    "id": 213,
                    "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/213/?format=api",
                    "name": "Astra Rocket 3",
                    "family": "Astra Rocket",
                    "full_name": "Astra Rocket 3",
                    "variant": "3"
                }
            },
            "mission": {
                "id": 6079,
                "name": "TROPICS-1",
                "description": "First two operational (TROPICS-02 & TROPICS-03) satellites for NASA's Time-Resolved Observations of Precipitation Structure and Storm Intensity with a Constellation of SmallSats (TROPICS) mission.\r\n\r\nThe CubeSats are designed to provide rapid-refresh microwave measurements that can be used to determine temperature, pressure, and humidity inside hurricanes as they form and evolve.",
                "launch_designator": null,
                "type": "Earth Science",
                "orbit": {
                    "id": 8,
                    "name": "Low Earth Orbit",
                    "abbrev": "LEO"
                },
                "agencies": [],
                "info_urls": [],
                "vid_urls": []
            },
            "pad": {
                "id": 27,
                "url": "https://ll.thespacedevs.com/2.2.0/pad/27/?format=api",
                "agency_id": null,
                "name": "Space Launch Complex 46",
                "description": null,
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/Spaceport_Florida_Launch_Complex_46",
                "map_url": "https://www.google.com/maps?q=28.4584,-80.5284",
                "latitude": "28.4584",
                "longitude": "-80.5284",
                "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": 1023,
                    "total_landing_count": 64
                },
                "country_code": "USA",
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_27_20200803143319.jpg",
                "total_launch_count": 6,
                "orbital_launch_attempt_count": 5
            },
            "webcast_live": false,
            "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/astra2520rocke_image_20220608181903.jpeg",
            "infographic": null,
            "program": [],
            "orbital_launch_attempt_count": 6246,
            "location_launch_attempt_count": 846,
            "pad_launch_attempt_count": 6,
            "agency_launch_attempt_count": 7,
            "orbital_launch_attempt_count_year": 64,
            "location_launch_attempt_count_year": 16,
            "pad_launch_attempt_count_year": 2,
            "agency_launch_attempt_count_year": 3,
            "type": "normal"
        },
        {
            "id": "d08f82c9-efa1-44a8-9004-2fb3305f828a",
            "url": "https://ll.thespacedevs.com/2.2.0/launch/d08f82c9-efa1-44a8-9004-2fb3305f828a/?format=api",
            "slug": "astra-rocket-3-stp-27ad2",
            "name": "Astra Rocket 3 | STP-27AD2",
            "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:20:31Z",
            "net": "2021-11-20T06:16:00Z",
            "window_end": "2021-11-20T08:30:00Z",
            "window_start": "2021-11-20T05:00:00Z",
            "net_precision": null,
            "probability": null,
            "weather_concerns": null,
            "holdreason": "",
            "failreason": "",
            "hashtag": null,
            "launch_service_provider": {
                "id": 285,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/285/?format=api",
                "name": "Astra Space",
                "type": "Commercial"
            },
            "rocket": {
                "id": 7476,
                "configuration": {
                    "id": 213,
                    "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/213/?format=api",
                    "name": "Astra Rocket 3",
                    "family": "Astra Rocket",
                    "full_name": "Astra Rocket 3",
                    "variant": "3"
                }
            },
            "mission": {
                "id": 5876,
                "name": "STP-27AD2",
                "description": "Space Force test payload contracted through the Defense Innovation Unit’s Other Transaction Agreement with Astra Space.",
                "launch_designator": null,
                "type": "Test Flight",
                "orbit": {
                    "id": 13,
                    "name": "Polar Orbit",
                    "abbrev": "PO"
                },
                "agencies": [],
                "info_urls": [],
                "vid_urls": []
            },
            "pad": {
                "id": 114,
                "url": "https://ll.thespacedevs.com/2.2.0/pad/114/?format=api",
                "agency_id": null,
                "name": "Launch Pad 3B",
                "description": "",
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/Pacific_Spaceport_Complex_%E2%80%93_Alaska",
                "map_url": "https://www.google.com/maps?q=57.430673,-152.353077",
                "latitude": "57.430673",
                "longitude": "-152.353077",
                "location": {
                    "id": 25,
                    "url": "https://ll.thespacedevs.com/2.2.0/location/25/?format=api",
                    "name": "Pacific Spaceport Complex, Alaska, USA",
                    "country_code": "USA",
                    "description": "The Pacific Spaceport Complex – Alaska (PSCA), formerly known as the Kodiak Launch Complex (KLC), is a dual-use commercial and military spaceport for sub-orbital and orbital launch vehicles. The facility is owned and operated by the Alaska Aerospace Corporation, a corporation owned by the Government of Alaska, and is located on Kodiak Island in Alaska.",
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_25_20200803142500.jpg",
                    "timezone_name": "America/Anchorage",
                    "total_launch_count": 9,
                    "total_landing_count": 0
                },
                "country_code": "USA",
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_114_20200803145248.jpg",
                "total_launch_count": 5,
                "orbital_launch_attempt_count": 5
            },
            "webcast_live": false,
            "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/astra_rocket_3_image_20211012141057.jpg",
            "infographic": null,
            "program": [],
            "orbital_launch_attempt_count": 6153,
            "location_launch_attempt_count": 7,
            "pad_launch_attempt_count": 4,
            "agency_launch_attempt_count": 4,
            "orbital_launch_attempt_count_year": 116,
            "location_launch_attempt_count_year": 2,
            "pad_launch_attempt_count_year": 2,
            "agency_launch_attempt_count_year": 2,
            "type": "normal"
        }
    ]
}