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

{
  "count": 7851,
  "next": "https://ll.thespacedevs.com/2.2.0/launch/?format=api&limit=10&offset=170&ordering=id",
  "previous": "https://ll.thespacedevs.com/2.2.0/launch/?format=api&limit=10&offset=150&ordering=id",
  "results": [
    {
      "id": "052c101c-9422-4dab-88cf-804a8d12bdad",
      "url": "https://ll.thespacedevs.com/2.2.0/launch/052c101c-9422-4dab-88cf-804a8d12bdad/?format=api",
      "slug": "soyuz-u-zenit-8-32",
      "name": "Soyuz U | Zenit-8 32",
      "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:41:31Z",
      "net": "1986-05-29T09:20:00Z",
      "window_end": "1986-05-29T09:20:00Z",
      "window_start": "1986-05-29T09:20: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": 5860,
        "configuration": {
          "id": 37,
          "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/37/?format=api",
          "name": "Soyuz U",
          "family": "Soyuz",
          "full_name": "Soyuz U",
          "variant": ""
        }
      },
      "mission": {
        "id": 4257,
        "name": "Zenit-8 32",
        "description": "Film-return reconnaissance satellite",
        "launch_designator": null,
        "type": "Government/Top Secret",
        "orbit": {
          "id": 8,
          "name": "Low Earth Orbit",
          "abbrev": "LEO"
        },
        "agencies": [],
        "info_urls": [],
        "vid_urls": []
      },
      "pad": {
        "id": 20,
        "url": "https://ll.thespacedevs.com/2.2.0/pad/20/?format=api",
        "agency_id": null,
        "name": "31/6",
        "description": "",
        "info_url": null,
        "wiki_url": "https://en.wikipedia.org/wiki/Baikonur_Cosmodrome_Site_31",
        "map_url": "https://www.google.com/maps?q=45.996034,63.564003",
        "latitude": "45.996034",
        "longitude": "63.564003",
        "location": {
          "id": 15,
          "url": "https://ll.thespacedevs.com/2.2.0/location/15/?format=api",
          "name": "Baikonur Cosmodrome, Republic of Kazakhstan",
          "country_code": "KAZ",
          "description": "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": 1562,
          "total_landing_count": 0
        },
        "country_code": "KAZ",
        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_20_20200803143516.jpg",
        "total_launch_count": 428,
        "orbital_launch_attempt_count": 428
      },
      "webcast_live": false,
      "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/soyuz2520u_image_20190222031023.jpeg",
      "infographic": null,
      "program": [],
      "orbital_launch_attempt_count": 3074,
      "location_launch_attempt_count": 779,
      "pad_launch_attempt_count": 289,
      "agency_launch_attempt_count": 1992,
      "orbital_launch_attempt_count_year": 45,
      "location_launch_attempt_count_year": 16,
      "pad_launch_attempt_count_year": 3,
      "agency_launch_attempt_count_year": 36,
      "type": "normal"
    },
    {
      "id": "053b3801-c465-4619-ba27-4f7d94b1bf63",
      "url": "https://ll.thespacedevs.com/2.2.0/launch/053b3801-c465-4619-ba27-4f7d94b1bf63/?format=api",
      "slug": "soyuz-u-progress-18",
      "name": "Soyuz U | Progress 18",
      "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-06-15T14:22:22Z",
      "net": "1983-10-20T09:59:05Z",
      "window_end": "1983-10-20T09:59:05Z",
      "window_start": "1983-10-20T09:59:05Z",
      "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": 66,
        "url": "https://ll.thespacedevs.com/2.2.0/agencies/66/?format=api",
        "name": "Soviet Space Program",
        "type": "Government"
      },
      "rocket": {
        "id": 2248,
        "configuration": {
          "id": 37,
          "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/37/?format=api",
          "name": "Soyuz U",
          "family": "Soyuz",
          "full_name": "Soyuz U",
          "variant": ""
        }
      },
      "mission": null,
      "pad": {
        "id": 20,
        "url": "https://ll.thespacedevs.com/2.2.0/pad/20/?format=api",
        "agency_id": null,
        "name": "31/6",
        "description": "",
        "info_url": null,
        "wiki_url": "https://en.wikipedia.org/wiki/Baikonur_Cosmodrome_Site_31",
        "map_url": "https://www.google.com/maps?q=45.996034,63.564003",
        "latitude": "45.996034",
        "longitude": "63.564003",
        "location": {
          "id": 15,
          "url": "https://ll.thespacedevs.com/2.2.0/location/15/?format=api",
          "name": "Baikonur Cosmodrome, Republic of Kazakhstan",
          "country_code": "KAZ",
          "description": "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": 1562,
          "total_landing_count": 0
        },
        "country_code": "KAZ",
        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_20_20200803143516.jpg",
        "total_launch_count": 428,
        "orbital_launch_attempt_count": 428
      },
      "webcast_live": false,
      "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/soyuz2520u_image_20190222031023.jpeg",
      "infographic": null,
      "program": [],
      "orbital_launch_attempt_count": 2754,
      "location_launch_attempt_count": 690,
      "pad_launch_attempt_count": 266,
      "agency_launch_attempt_count": 1740,
      "orbital_launch_attempt_count_year": 108,
      "location_launch_attempt_count_year": 29,
      "pad_launch_attempt_count_year": 9,
      "agency_launch_attempt_count_year": 81,
      "type": "normal"
    },
    {
      "id": "05493e88-1d72-4568-a075-52a3fa86c8e2",
      "url": "https://ll.thespacedevs.com/2.2.0/launch/05493e88-1d72-4568-a075-52a3fa86c8e2/?format=api",
      "slug": "proton-kdm-raduga-8",
      "name": "Proton-K/DM | Raduga 8",
      "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:23:50Z",
      "net": "1981-03-18T04:40:00Z",
      "window_end": "1981-03-18T04:40:00Z",
      "window_start": "1981-03-18T04:40: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": 5260,
        "configuration": {
          "id": 349,
          "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/349/?format=api",
          "name": "Proton-K/DM",
          "family": "Proton / UR-500",
          "full_name": "Proton-K/DM",
          "variant": "DM"
        }
      },
      "mission": {
        "id": 3669,
        "name": "Raduga 8",
        "description": "Geostationary communications satellite for military and governmental puposes",
        "launch_designator": null,
        "type": "Communications",
        "orbit": {
          "id": 1,
          "name": "Geostationary Orbit",
          "abbrev": "Direct-GEO"
        },
        "agencies": [],
        "info_urls": [],
        "vid_urls": []
      },
      "pad": {
        "id": 130,
        "url": "https://ll.thespacedevs.com/2.2.0/pad/130/?format=api",
        "agency_id": null,
        "name": "200/40",
        "description": null,
        "info_url": null,
        "wiki_url": "https://en.wikipedia.org/wiki/Baikonur_Cosmodrome_Site_200",
        "map_url": "https://www.google.com/maps?q=46.0336111,63.0266949",
        "latitude": "46.0336111",
        "longitude": "63.0266949",
        "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": 1562,
          "total_landing_count": 0
        },
        "country_code": "KAZ",
        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_130_20200803143249.jpg",
        "total_launch_count": 64,
        "orbital_launch_attempt_count": 64
      },
      "webcast_live": false,
      "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/proton_image_20231231095535.jpg",
      "infographic": null,
      "program": [],
      "orbital_launch_attempt_count": 2419,
      "location_launch_attempt_count": 587,
      "pad_launch_attempt_count": 15,
      "agency_launch_attempt_count": 1474,
      "orbital_launch_attempt_count_year": 28,
      "location_launch_attempt_count_year": 9,
      "pad_launch_attempt_count_year": 1,
      "agency_launch_attempt_count_year": 23,
      "type": "normal"
    },
    {
      "id": "054a1928-57dc-4134-b3e3-c4c8728578b3",
      "url": "https://ll.thespacedevs.com/2.2.0/launch/054a1928-57dc-4134-b3e3-c4c8728578b3/?format=api",
      "slug": "falcon-9-block-5-neo-surveyor",
      "name": "Falcon 9 Block 5 | NEO Surveyor",
      "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-05-31T09:51:37Z",
      "net": "2028-06-30T00:00:00Z",
      "window_end": "2028-06-30T00:00:00Z",
      "window_start": "2028-06-30T00:00:00Z",
      "net_precision": {
        "id": 7,
        "name": "Month",
        "abbrev": "M",
        "description": "The T-0 is expected in the given month."
      },
      "probability": null,
      "weather_concerns": null,
      "holdreason": "",
      "failreason": "",
      "hashtag": null,
      "launch_service_provider": {
        "id": 121,
        "url": "https://ll.thespacedevs.com/2.2.0/agencies/121/?format=api",
        "name": "SpaceX",
        "type": "Commercial"
      },
      "rocket": {
        "id": 8539,
        "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": 7130,
        "name": "NEO Surveyor",
        "description": "NASA's Near-Earth Object (NEO) Surveyor mission is designed to help advance planetary defense efforts to discover and characterize most of the potentially hazardous asteroids and comets that come within 30 million miles of Earth’s orbit. These are collectively known as near-earth objects, or NEOs.\r\n\r\nNEO Surveyor consists of a single scientific instrument: a 50 centimeter (nearly 20 inch) diameter telescope that operates in two heat-sensing infrared wavelengths. It will be capable of detecting both bright and dark asteroids, which are the most difficult type to find.",
        "launch_designator": null,
        "type": "Space Situational Awareness",
        "orbit": {
          "id": 5,
          "name": "Heliocentric L1",
          "abbrev": "L1-point"
        },
        "agencies": [
          {
            "id": 1090,
            "url": "https://ll.thespacedevs.com/2.2.0/agencies/1090/?format=api",
            "name": "Jet Propulsion Laboratory",
            "featured": false,
            "type": "Government",
            "country_code": "USA",
            "abbrev": "JPL",
            "description": "Jet Propulsion Laboratory (JPL) is a Federally Funded Research and Development Center (FFRDC) in La Cañada Flintridge, California, Crescenta Valley, United States. Founded in 1936 by Caltech researchers, the laboratory is now owned and sponsored by the National Aeronautics and Space Administration (NASA) and administered and managed by the California Institute of Technology.\r\n\r\nThe primary function of the laboratory is the construction and operation of planetary robotic spacecraft, though it also conducts Earth-orbit and astronomy missions. It is also responsible for operating the NASA Deep Space Network (DSN).",
            "administrator": "Director: Dave Gallagher",
            "founding_year": "1936",
            "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://en.wikipedia.org/wiki/Jet_Propulsion_Laboratory",
            "wiki_url": "https://www.jpl.nasa.gov/",
            "logo_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/jpl_logo_image_20250228202710.png",
            "image_url": null,
            "nation_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/jpl_social_logo_image_20250228202625.jpg"
          },
          {
            "id": 44,
            "url": "https://ll.thespacedevs.com/2.2.0/agencies/44/?format=api",
            "name": "National Aeronautics and Space Administration",
            "featured": true,
            "type": "Government",
            "country_code": "USA",
            "abbrev": "NASA",
            "description": "The National Aeronautics and Space Administration is an independent agency of the executive branch of the United States federal government responsible for the civilian space program, as well as aeronautics and aerospace research. NASA have many launch facilities but most are inactive. The most commonly used pad will be LC-39B at Kennedy Space Center in Florida.",
            "administrator": "Administrator: Jared Isaacman",
            "founding_year": "1958",
            "launchers": "Space Shuttle | SLS",
            "spacecraft": "Orion",
            "launch_library_url": null,
            "total_launch_count": 142,
            "consecutive_successful_launches": 12,
            "successful_launches": 122,
            "failed_launches": 20,
            "pending_launches": 5,
            "consecutive_successful_landings": 0,
            "successful_landings": 0,
            "failed_landings": 0,
            "attempted_landings": 0,
            "info_url": "https://www.nasa.gov",
            "wiki_url": "https://en.wikipedia.org/wiki/National_Aeronautics_and_Space_Administration",
            "logo_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/national2520aeronautics2520and2520space2520administration_logo_20190207032448.png",
            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/national2520aeronautics2520and2520space2520administration_image_20190207032448.jpeg",
            "nation_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/national2520aeronautics2520and2520space2520administration_nation_20230803040809.jpg"
          }
        ],
        "info_urls": [],
        "vid_urls": []
      },
      "pad": {
        "id": 72,
        "url": "https://ll.thespacedevs.com/2.2.0/pad/72/?format=api",
        "agency_id": null,
        "name": "Unknown Pad",
        "description": null,
        "info_url": null,
        "wiki_url": "",
        "map_url": "https://www.google.com/maps?q=28.458,-80.528",
        "latitude": "28.458",
        "longitude": "-80.528",
        "location": {
          "id": 12,
          "url": "https://ll.thespacedevs.com/2.2.0/location/12/?format=api",
          "name": "Cape Canaveral 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": 1104,
          "total_landing_count": 72
        },
        "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": 7547,
      "location_launch_attempt_count": 1201,
      "pad_launch_attempt_count": 57,
      "agency_launch_attempt_count": 774,
      "orbital_launch_attempt_count_year": 6,
      "location_launch_attempt_count_year": 1,
      "pad_launch_attempt_count_year": 1,
      "agency_launch_attempt_count_year": 1,
      "type": "normal"
    },
    {
      "id": "05530ccb-7184-41e7-b2e5-c090b61e0e3a",
      "url": "https://ll.thespacedevs.com/2.2.0/launch/05530ccb-7184-41e7-b2e5-c090b61e0e3a/?format=api",
      "slug": "falcon-9-block-5-cas500-2-others",
      "name": "Falcon 9 Block 5 | CAS500-2 & Others",
      "status": {
        "id": 1,
        "name": "Go for Launch",
        "abbrev": "Go",
        "description": "Current T-0 confirmed by official or reliable sources."
      },
      "last_updated": "2026-04-24T16:58:45Z",
      "net": "2026-05-03T06:59:00Z",
      "window_end": "2026-05-03T07:36:00Z",
      "window_start": "2026-05-03T06:59:00Z",
      "net_precision": {
        "id": 1,
        "name": "Minute",
        "abbrev": "MIN",
        "description": "The T-0 is accurate to the minute."
      },
      "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": 8971,
        "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": 7566,
        "name": "CAS500-2 & Others",
        "description": "Ride-share of multiple satellites including:\r\n\r\n* CAS500-2 (KASA, South Korea)\r\nThe South Korean CAS500-1 and -2 satellites will image the Earth in pan-chromatic and multi-spectral modes using the AEISS-C (Advanced Earth Imaging Sensor System) payload, with a ground resolution of 0.5 m in panchromatic mode and 2 m in color mode.\r\n\r\n* Pelican-7, 8 & 9 (Planet Labs)\r\nPelican is a constellation of very high resolution imaging satellites, designed and manufactured by Planet Labs. The commercial constellation will consist of 32 SmallSats with potential for further expansion, and aims to provide improved spatial resolution and response times over Planet’s existing SkySat and Dove constellations.",
        "launch_designator": null,
        "type": "Earth Science",
        "orbit": {
          "id": 17,
          "name": "Sun-Synchronous Orbit",
          "abbrev": "SSO"
        },
        "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": 878,
          "total_landing_count": 33
        },
        "country_code": "USA",
        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_16_20200803143532.jpg",
        "total_launch_count": 262,
        "orbital_launch_attempt_count": 262
      },
      "webcast_live": false,
      "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/falcon_9_image_20230807133459.jpeg",
      "infographic": null,
      "program": [],
      "orbital_launch_attempt_count": 7282,
      "location_launch_attempt_count": 881,
      "pad_launch_attempt_count": 265,
      "agency_launch_attempt_count": 673,
      "orbital_launch_attempt_count_year": 109,
      "location_launch_attempt_count_year": 29,
      "pad_launch_attempt_count_year": 27,
      "agency_launch_attempt_count_year": 54,
      "type": "normal"
    },
    {
      "id": "05587685-6e0a-4ec3-b27d-e05796fdd66e",
      "url": "https://ll.thespacedevs.com/2.2.0/launch/05587685-6e0a-4ec3-b27d-e05796fdd66e/?format=api",
      "slug": "atlas-slv-3-agena-d-kh-7-19",
      "name": "Atlas SLV-3 Agena D | KH-7 19",
      "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:38:12Z",
      "net": "1965-06-25T19:30:00Z",
      "window_end": "1965-06-25T19:30:00Z",
      "window_start": "1965-06-25T19:30: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": 3410,
        "configuration": {
          "id": 258,
          "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/258/?format=api",
          "name": "Atlas SLV-3 Agena D",
          "family": "Atlas",
          "full_name": "Atlas SLV-3 Agena D",
          "variant": "SLV-3 Agena D"
        }
      },
      "mission": {
        "id": 1830,
        "name": "KH-7 19",
        "description": "The Program 206 satellite, carrying the KH-7 (Keyhole 7) camera system (codenamed Gambit-1), was the first successful high resolution space reconnaissance program. It was managed by NRO's Program A, the USAF-led segment of the National Reconnaissance Program managed from Los Angeles AFB in El Segundo, California.",
        "launch_designator": null,
        "type": "Government/Top Secret",
        "orbit": {
          "id": 17,
          "name": "Sun-Synchronous Orbit",
          "abbrev": "SSO"
        },
        "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": 878,
          "total_landing_count": 33
        },
        "country_code": "USA",
        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_16_20200803143532.jpg",
        "total_launch_count": 262,
        "orbital_launch_attempt_count": 262
      },
      "webcast_live": false,
      "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/atlas-slv3_agen_image_20251102060811.jpg",
      "infographic": null,
      "program": [],
      "orbital_launch_attempt_count": 449,
      "location_launch_attempt_count": 179,
      "pad_launch_attempt_count": 8,
      "agency_launch_attempt_count": 267,
      "orbital_launch_attempt_count_year": 56,
      "location_launch_attempt_count_year": 20,
      "pad_launch_attempt_count_year": 4,
      "agency_launch_attempt_count_year": 36,
      "type": "normal"
    },
    {
      "id": "055fa36b-74c4-4fc5-809e-d123f7781df8",
      "url": "https://ll.thespacedevs.com/2.2.0/launch/055fa36b-74c4-4fc5-809e-d123f7781df8/?format=api",
      "slug": "black-brant-ix-sistine",
      "name": "Black Brant IX | SISTINE",
      "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:31:05Z",
      "net": "2022-07-06T13:54:00Z",
      "window_end": "2022-07-06T13:54:00Z",
      "window_start": "2022-07-06T13:54:00Z",
      "net_precision": null,
      "probability": null,
      "weather_concerns": null,
      "holdreason": "",
      "failreason": "",
      "hashtag": null,
      "launch_service_provider": {
        "id": 1038,
        "url": "https://ll.thespacedevs.com/2.2.0/agencies/1038/?format=api",
        "name": "Equatorial Launch Australia",
        "type": "Commercial"
      },
      "rocket": {
        "id": 7611,
        "configuration": {
          "id": 481,
          "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/481/?format=api",
          "name": "Black Brant IX",
          "family": "",
          "full_name": "Black Brant IX",
          "variant": "IX"
        }
      },
      "mission": {
        "id": 6097,
        "name": "SISTINE",
        "description": "The Suborbital Imaging Spectrograph for Transition region Irradiance from Nearby Exoplanet host stars (SISTINE) is a payload from the University of Colorado. Its objective is to study how light from stars affects the atmospheres of the planets around them, including the gases thought to be signs of life. For this flight, it will measure the ultraviolet light output from α Centauri A and B, two stars of the three-star α Centauri system that are the closest stars to our Sun.",
        "launch_designator": null,
        "type": "Astrophysics",
        "orbit": {
          "id": 15,
          "name": "Suborbital",
          "abbrev": "Sub"
        },
        "agencies": [],
        "info_urls": [],
        "vid_urls": []
      },
      "pad": {
        "id": 202,
        "url": "https://ll.thespacedevs.com/2.2.0/pad/202/?format=api",
        "agency_id": 1038,
        "name": "Suborbital Launch Ramp",
        "description": null,
        "info_url": "https://ela.space/arnhem-space-centre/",
        "wiki_url": "https://en.wikipedia.org/wiki/Arnhem_Land#Economy",
        "map_url": "https://www.google.com/maps?q=-12.3892948,136.7903215",
        "latitude": "-12.3892948",
        "longitude": "136.7903215",
        "location": {
          "id": 160,
          "url": "https://ll.thespacedevs.com/2.2.0/location/160/?format=api",
          "name": "Arnhem Space Centre",
          "country_code": "AUS",
          "description": "The Arnhem Space Centre was Australia's first commercial spaceport, located near Nhulunbuy, in Arnhem Land, Australia. It was owned and operated by Equatorial Launch Australia (ELA), and was the site of NASA's first non-orbital sounding rocket launch from a commercial port outside the United States on 27 June 2022.",
          "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_arnhem_space_centre_20220622160552.jpg",
          "timezone_name": "Australia/Darwin",
          "total_launch_count": 3,
          "total_landing_count": 0
        },
        "country_code": "AUS",
        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_suborbital_launch_ramp_20220625184504.jpg",
        "total_launch_count": 3,
        "orbital_launch_attempt_count": 0
      },
      "webcast_live": false,
      "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/black_brant_ix_image_20220625190201.jpg",
      "infographic": null,
      "program": [],
      "orbital_launch_attempt_count": null,
      "location_launch_attempt_count": 2,
      "pad_launch_attempt_count": 2,
      "agency_launch_attempt_count": 2,
      "orbital_launch_attempt_count_year": null,
      "location_launch_attempt_count_year": 2,
      "pad_launch_attempt_count_year": 2,
      "agency_launch_attempt_count_year": 2,
      "type": "normal"
    },
    {
      "id": "0560cfb0-ed19-4e8b-9fe9-728feb0f817c",
      "url": "https://ll.thespacedevs.com/2.2.0/launch/0560cfb0-ed19-4e8b-9fe9-728feb0f817c/?format=api",
      "slug": "falcon-1-ratsat",
      "name": "Falcon 1 | RatSat",
      "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-07-08T08:51:15Z",
      "net": "2008-09-28T23:15:00Z",
      "window_end": "2008-09-28T23:15:00Z",
      "window_start": "2008-09-28T23:15:00Z",
      "net_precision": null,
      "probability": null,
      "weather_concerns": null,
      "holdreason": "",
      "failreason": "",
      "hashtag": null,
      "launch_service_provider": {
        "id": 121,
        "url": "https://ll.thespacedevs.com/2.2.0/agencies/121/?format=api",
        "name": "SpaceX",
        "type": "Commercial"
      },
      "rocket": {
        "id": 1400,
        "configuration": {
          "id": 133,
          "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/133/?format=api",
          "name": "Falcon 1",
          "family": "Falcon",
          "full_name": "Falcon 1",
          "variant": "1"
        }
      },
      "mission": {
        "id": 6461,
        "name": "RatSat",
        "description": "RatSat was an aluminum mass simulator on the fourth flight of the Falcon 1 rocket.",
        "launch_designator": null,
        "type": "Test Flight",
        "orbit": {
          "id": 8,
          "name": "Low Earth Orbit",
          "abbrev": "LEO"
        },
        "agencies": [],
        "info_urls": [],
        "vid_urls": []
      },
      "pad": {
        "id": 107,
        "url": "https://ll.thespacedevs.com/2.2.0/pad/107/?format=api",
        "agency_id": null,
        "name": "Omelek Island",
        "description": null,
        "info_url": null,
        "wiki_url": "https://en.wikipedia.org/wiki/Omelek_Island",
        "map_url": "https://www.google.com/maps?q=9.047861,167.743",
        "latitude": "9.047861",
        "longitude": "167.743",
        "location": {
          "id": 142,
          "url": "https://ll.thespacedevs.com/2.2.0/location/142/?format=api",
          "name": "Ronald Reagan Ballistic Missile Defense Test Site, Kwajalein Atoll, Marshall Islands",
          "country_code": "MHL",
          "description": "The Ronald Reagan Ballistic Missile Defense Test Site is a missile test range in Marshall Islands. It covers about 750,000 square miles (1,900,000 km2) and includes rocket launch sites at the Kwajalein Atoll (on multiple islands), Wake Island, and Aur Atoll. It primarily functions as a test facility for U.S. missile defense and space research programs.",
          "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_142_20200803142511.jpg",
          "timezone_name": "Pacific/Tarawa",
          "total_launch_count": 5,
          "total_landing_count": 0
        },
        "country_code": "MHL",
        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_107_20200803143450.jpg",
        "total_launch_count": 5,
        "orbital_launch_attempt_count": 5
      },
      "webcast_live": false,
      "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/falcon_image_20190222030438.jpeg",
      "infographic": null,
      "program": [],
      "orbital_launch_attempt_count": 4935,
      "location_launch_attempt_count": 4,
      "pad_launch_attempt_count": 4,
      "agency_launch_attempt_count": 4,
      "orbital_launch_attempt_count_year": 50,
      "location_launch_attempt_count_year": 2,
      "pad_launch_attempt_count_year": 2,
      "agency_launch_attempt_count_year": 2,
      "type": "normal"
    },
    {
      "id": "05615e0e-55e6-4820-90d3-84d8103eb12a",
      "url": "https://ll.thespacedevs.com/2.2.0/launch/05615e0e-55e6-4820-90d3-84d8103eb12a/?format=api",
      "slug": "delta-ii-gps-iir-3",
      "name": "Delta II | GPS IIR-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-01-02T15:00:49Z",
      "net": "1999-10-07T12:51:01Z",
      "window_end": "1999-10-07T12:51:01Z",
      "window_start": "1999-10-07T12:51:01Z",
      "net_precision": null,
      "probability": null,
      "weather_concerns": null,
      "holdreason": "",
      "failreason": "",
      "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": 6946,
        "configuration": {
          "id": 140,
          "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/140/?format=api",
          "name": "Delta II",
          "family": "Delta",
          "full_name": "Delta II 7925-9.5",
          "variant": "7925-9.5"
        }
      },
      "mission": {
        "id": 5335,
        "name": "GPS IIR-3",
        "description": "GPS-2R (Global Positioning System) or Navstar-2R (Navigation System using Timing And Ranging) are the third evolution stage of the second generation of the GPS satellites.",
        "launch_designator": null,
        "type": "Navigation",
        "orbit": {
          "id": 12,
          "name": "Medium Earth Orbit",
          "abbrev": "MEO"
        },
        "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": 1104,
          "total_landing_count": 72
        },
        "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": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/delta_ii_7925-9_image_20240312090356.jpeg",
      "infographic": null,
      "program": [
        {
          "id": 29,
          "url": "https://ll.thespacedevs.com/2.2.0/program/29/?format=api",
          "name": "Global Positioning System",
          "description": "The Global Positioning System (GPS), originally Navstar GPS, is a satellite-based radio navigation system owned by the United States government and operated by the United States Space Force. It is one of the global navigation satellite systems (GNSS) that provide geolocation and time information to a GPS receiver anywhere on or near the Earth where there is an unobstructed line of sight to four or more GPS satellites.",
          "agencies": [
            {
              "id": 1041,
              "url": "https://ll.thespacedevs.com/2.2.0/agencies/1041/?format=api",
              "name": "United States Space Force",
              "type": "Government"
            }
          ],
          "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/global2520posi_program_20231229182501.png",
          "start_date": "1978-02-22T00:00:00Z",
          "end_date": null,
          "info_url": "https://www.gps.gov/",
          "wiki_url": "https://en.wikipedia.org/wiki/Global_Positioning_System",
          "mission_patches": [],
          "type": {
            "id": 4,
            "name": "Navigation Constellation"
          }
        }
      ],
      "orbital_launch_attempt_count": 4346,
      "location_launch_attempt_count": 571,
      "pad_launch_attempt_count": 124,
      "agency_launch_attempt_count": 1018,
      "orbital_launch_attempt_count_year": 57,
      "location_launch_attempt_count_year": 15,
      "pad_launch_attempt_count_year": 4,
      "agency_launch_attempt_count_year": 15,
      "type": "normal"
    },
    {
      "id": "0563b3f2-f676-4d3b-a765-9e8f602a8f34",
      "url": "https://ll.thespacedevs.com/2.2.0/launch/0563b3f2-f676-4d3b-a765-9e8f602a8f34/?format=api",
      "slug": "delta-2914-nato-3c",
      "name": "Delta 2914 | NATO 3C",
      "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:57Z",
      "net": "1978-11-19T00:46:00Z",
      "window_end": "1978-11-19T00:46:00Z",
      "window_start": "1978-11-19T00:46: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": 5015,
        "configuration": {
          "id": 287,
          "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/287/?format=api",
          "name": "Delta 2914",
          "family": "Delta",
          "full_name": "Delta 2914",
          "variant": "2914"
        }
      },
      "mission": {
        "id": 3428,
        "name": "NATO 3C",
        "description": "Military communications satellite providing links between officials of the various NATO nations.",
        "launch_designator": null,
        "type": "Communications",
        "orbit": {
          "id": 1,
          "name": "Geostationary Orbit",
          "abbrev": "Direct-GEO"
        },
        "agencies": [],
        "info_urls": [],
        "vid_urls": []
      },
      "pad": {
        "id": 1,
        "url": "https://ll.thespacedevs.com/2.2.0/pad/1/?format=api",
        "agency_id": null,
        "name": "Space Launch Complex 17B",
        "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.4458,-80.5657",
        "latitude": "28.4458",
        "longitude": "-80.5657",
        "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": 1104,
          "total_landing_count": 72
        },
        "country_code": "USA",
        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_1_20200803143208.jpg",
        "total_launch_count": 132,
        "orbital_launch_attempt_count": 132
      },
      "webcast_live": false,
      "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/delta_2910_image_20231231105214.jpeg",
      "infographic": null,
      "program": [],
      "orbital_launch_attempt_count": 2155,
      "location_launch_attempt_count": 353,
      "pad_launch_attempt_count": 66,
      "agency_launch_attempt_count": 733,
      "orbital_launch_attempt_count_year": 110,
      "location_launch_attempt_count_year": 17,
      "pad_launch_attempt_count_year": 4,
      "agency_launch_attempt_count_year": 29,
      "type": "normal"
    }
  ]
}