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

{
  "count": 7857,
  "next": "https://ll.thespacedevs.com/2.2.0/launch/?format=api&limit=10&offset=6740&ordering=-name",
  "previous": "https://ll.thespacedevs.com/2.2.0/launch/?format=api&limit=10&offset=6720&ordering=-name",
  "results": [
    {
      "id": "ed79a690-b9d3-45b8-836b-84ed212f90ac",
      "url": "https://ll.thespacedevs.com/2.2.0/launch/ed79a690-b9d3-45b8-836b-84ed212f90ac/?format=api",
      "slug": "delta-iv-m42-goes-14",
      "name": "Delta IV M+(4,2) | GOES-14",
      "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:43:29Z",
      "net": "2009-06-27T22:51:00Z",
      "window_end": "2009-06-27T22:51:00Z",
      "window_start": "2009-06-27T22:51:00Z",
      "net_precision": null,
      "probability": 0,
      "weather_concerns": null,
      "holdreason": "",
      "failreason": "",
      "hashtag": "",
      "launch_service_provider": {
        "id": 124,
        "url": "https://ll.thespacedevs.com/2.2.0/agencies/124/?format=api",
        "name": "United Launch Alliance",
        "type": "Commercial"
      },
      "rocket": {
        "id": 1420,
        "configuration": {
          "id": 33,
          "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/33/?format=api",
          "name": "Delta IV M+(4,2)",
          "family": "Delta",
          "full_name": "Delta IV M+(4,2)",
          "variant": "M+(4,2)"
        }
      },
      "mission": {
        "id": 547,
        "name": "GOES-14",
        "description": "A US weather satellite for NOAA. Adds to the Geostationary (GOES) constellation",
        "launch_designator": null,
        "type": "Earth Science",
        "orbit": {
          "id": 2,
          "name": "Geostationary Transfer Orbit",
          "abbrev": "GTO"
        },
        "agencies": [],
        "info_urls": [],
        "vid_urls": []
      },
      "pad": {
        "id": 38,
        "url": "https://ll.thespacedevs.com/2.2.0/pad/38/?format=api",
        "agency_id": null,
        "name": "Space Launch Complex 37B",
        "description": "",
        "info_url": null,
        "wiki_url": "https://en.wikipedia.org/wiki/Cape_Canaveral_Air_Force_Station_Space_Launch_Complex_37",
        "map_url": "https://www.google.com/maps?q=28.5317,-80.56495",
        "latitude": "28.5317",
        "longitude": "-80.56495",
        "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": 1106,
          "total_landing_count": 74
        },
        "country_code": "USA",
        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_38_20200803143515.jpg",
        "total_launch_count": 40,
        "orbital_launch_attempt_count": 40
      },
      "webcast_live": false,
      "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/delta_iv_m252b_image_20220302002926.jpeg",
      "infographic": null,
      "program": [
        {
          "id": 37,
          "url": "https://ll.thespacedevs.com/2.2.0/program/37/?format=api",
          "name": "Geostationary Operational Environmental Satellite",
          "description": "The Geostationary Operational Environmental Satellite (GOES), operated by the United States' National Oceanic and Atmospheric Administration (NOAA)'s National Environmental Satellite, Data, and Information Service division, supports weather forecasting, severe storm tracking, and meteorology research",
          "agencies": [
            {
              "id": 44,
              "url": "https://ll.thespacedevs.com/2.2.0/agencies/44/?format=api",
              "name": "National Aeronautics and Space Administration",
              "type": "Government"
            },
            {
              "id": 210,
              "url": "https://ll.thespacedevs.com/2.2.0/agencies/210/?format=api",
              "name": "National Oceanic and Atmospheric Administration",
              "type": "Government"
            }
          ],
          "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/goes-u_render_image_20240623151909.jpg",
          "start_date": "1975-10-16T22:40:00Z",
          "end_date": null,
          "info_url": null,
          "wiki_url": "https://en.wikipedia.org/wiki/Geostationary_Operational_Environmental_Satellite",
          "mission_patches": [],
          "type": {
            "id": 8,
            "name": "Earth Observation"
          }
        }
      ],
      "orbital_launch_attempt_count": 4989,
      "location_launch_attempt_count": 663,
      "pad_launch_attempt_count": 15,
      "agency_launch_attempt_count": 30,
      "orbital_launch_attempt_count_year": 35,
      "location_launch_attempt_count_year": 6,
      "pad_launch_attempt_count_year": 2,
      "agency_launch_attempt_count_year": 8,
      "type": "normal"
    },
    {
      "id": "8d9fc85a-07a2-43f4-9ef7-02f4e3cb833e",
      "url": "https://ll.thespacedevs.com/2.2.0/launch/8d9fc85a-07a2-43f4-9ef7-02f4e3cb833e/?format=api",
      "slug": "delta-iv-m42-goes-13",
      "name": "Delta IV M+(4,2) | GOES 13",
      "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:43:27Z",
      "net": "2006-05-24T22:11:00Z",
      "window_end": "2006-05-24T22:11:00Z",
      "window_start": "2006-05-24T22:11: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": 7267,
        "configuration": {
          "id": 33,
          "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/33/?format=api",
          "name": "Delta IV M+(4,2)",
          "family": "Delta",
          "full_name": "Delta IV M+(4,2)",
          "variant": "M+(4,2)"
        }
      },
      "mission": {
        "id": 5656,
        "name": "GOES 13",
        "description": "In January 1998, Boeing Satellite Systems, Inc.(BSS), of El Segundo, Calif., was awarded a contract from NASA's Goddard Space Flight Center in Greenbelt, Md. The contract includes the design, manufacture, integration and launch of two Geostationary Operational Environmental Satellites, GOES N and GOES O, with options for GOES P and GOES Q. The GOES program is funded and operated by the National Oceanic and Atmospheric Administration (NOAA).",
        "launch_designator": null,
        "type": "Earth Science",
        "orbit": {
          "id": 1,
          "name": "Geostationary Orbit",
          "abbrev": "Direct-GEO"
        },
        "agencies": [],
        "info_urls": [],
        "vid_urls": []
      },
      "pad": {
        "id": 38,
        "url": "https://ll.thespacedevs.com/2.2.0/pad/38/?format=api",
        "agency_id": null,
        "name": "Space Launch Complex 37B",
        "description": "",
        "info_url": null,
        "wiki_url": "https://en.wikipedia.org/wiki/Cape_Canaveral_Air_Force_Station_Space_Launch_Complex_37",
        "map_url": "https://www.google.com/maps?q=28.5317,-80.56495",
        "latitude": "28.5317",
        "longitude": "-80.56495",
        "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": 1106,
          "total_landing_count": 74
        },
        "country_code": "USA",
        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_38_20200803143515.jpg",
        "total_launch_count": 40,
        "orbital_launch_attempt_count": 40
      },
      "webcast_live": false,
      "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/delta_iv_m252b_image_20220302002926.jpeg",
      "infographic": null,
      "program": [
        {
          "id": 37,
          "url": "https://ll.thespacedevs.com/2.2.0/program/37/?format=api",
          "name": "Geostationary Operational Environmental Satellite",
          "description": "The Geostationary Operational Environmental Satellite (GOES), operated by the United States' National Oceanic and Atmospheric Administration (NOAA)'s National Environmental Satellite, Data, and Information Service division, supports weather forecasting, severe storm tracking, and meteorology research",
          "agencies": [
            {
              "id": 44,
              "url": "https://ll.thespacedevs.com/2.2.0/agencies/44/?format=api",
              "name": "National Aeronautics and Space Administration",
              "type": "Government"
            },
            {
              "id": 210,
              "url": "https://ll.thespacedevs.com/2.2.0/agencies/210/?format=api",
              "name": "National Oceanic and Atmospheric Administration",
              "type": "Government"
            }
          ],
          "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/goes-u_render_image_20240623151909.jpg",
          "start_date": "1975-10-16T22:40:00Z",
          "end_date": null,
          "info_url": null,
          "wiki_url": "https://en.wikipedia.org/wiki/Geostationary_Operational_Environmental_Satellite",
          "mission_patches": [],
          "type": {
            "id": 8,
            "name": "Earth Observation"
          }
        }
      ],
      "orbital_launch_attempt_count": 4770,
      "location_launch_attempt_count": 640,
      "pad_launch_attempt_count": 12,
      "agency_launch_attempt_count": 1072,
      "orbital_launch_attempt_count_year": 20,
      "location_launch_attempt_count_year": 3,
      "pad_launch_attempt_count_year": 1,
      "agency_launch_attempt_count_year": 2,
      "type": "normal"
    },
    {
      "id": "14672c4c-bbd6-4bb3-9e5b-c14ca8284285",
      "url": "https://ll.thespacedevs.com/2.2.0/launch/14672c4c-bbd6-4bb3-9e5b-c14ca8284285/?format=api",
      "slug": "delta-iv-m42-eutelsat-w5",
      "name": "Delta IV M+(4,2) | Eutelsat W5",
      "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:43:27Z",
      "net": "2002-11-20T22:39:00Z",
      "window_end": "2002-11-20T22:39:00Z",
      "window_start": "2002-11-20T22:39:00Z",
      "net_precision": null,
      "probability": null,
      "weather_concerns": null,
      "holdreason": "",
      "failreason": null,
      "hashtag": null,
      "launch_service_provider": {
        "id": 80,
        "url": "https://ll.thespacedevs.com/2.2.0/agencies/80/?format=api",
        "name": "Boeing",
        "type": "Commercial"
      },
      "rocket": {
        "id": 7110,
        "configuration": {
          "id": 33,
          "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/33/?format=api",
          "name": "Delta IV M+(4,2)",
          "family": "Delta",
          "full_name": "Delta IV M+(4,2)",
          "variant": "M+(4,2)"
        }
      },
      "mission": {
        "id": 5499,
        "name": "Eutelsat W5",
        "description": "EUTELSAT W5 was a European (EUTELSAT Consortium) geostationary communication spacecraft. EUTELSAT W5 was to provide voice, video, and Internet services to all countries in western Europe, central Asia, and the Indian subcontinent",
        "launch_designator": null,
        "type": "Communications",
        "orbit": {
          "id": 3,
          "name": "Geosynchronous Orbit",
          "abbrev": "GSO"
        },
        "agencies": [],
        "info_urls": [],
        "vid_urls": []
      },
      "pad": {
        "id": 38,
        "url": "https://ll.thespacedevs.com/2.2.0/pad/38/?format=api",
        "agency_id": null,
        "name": "Space Launch Complex 37B",
        "description": "",
        "info_url": null,
        "wiki_url": "https://en.wikipedia.org/wiki/Cape_Canaveral_Air_Force_Station_Space_Launch_Complex_37",
        "map_url": "https://www.google.com/maps?q=28.5317,-80.56495",
        "latitude": "28.5317",
        "longitude": "-80.56495",
        "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": 1106,
          "total_landing_count": 74
        },
        "country_code": "USA",
        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_38_20200803143515.jpg",
        "total_launch_count": 40,
        "orbital_launch_attempt_count": 40
      },
      "webcast_live": false,
      "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/delta_iv_m252b_image_20220302002926.jpeg",
      "infographic": null,
      "program": [],
      "orbital_launch_attempt_count": 4564,
      "location_launch_attempt_count": 603,
      "pad_launch_attempt_count": 8,
      "agency_launch_attempt_count": 1,
      "orbital_launch_attempt_count_year": 53,
      "location_launch_attempt_count_year": 7,
      "pad_launch_attempt_count_year": 1,
      "agency_launch_attempt_count_year": 1,
      "type": "normal"
    },
    {
      "id": "b874f013-5a64-407d-8ca4-c35835c4dde2",
      "url": "https://ll.thespacedevs.com/2.2.0/launch/b874f013-5a64-407d-8ca4-c35835c4dde2/?format=api",
      "slug": "delta-iv-m42-afspc-6",
      "name": "Delta IV M+(4,2) | AFSPC-6",
      "status": {
        "id": 3,
        "name": "Launch Successful",
        "abbrev": "Success",
        "description": "The launch vehicle successfully inserted its payload(s) into the target orbit(s)."
      },
      "last_updated": "2023-06-14T17:42:24Z",
      "net": "2016-08-19T04:52:00Z",
      "window_end": "2016-08-19T05:52:00Z",
      "window_start": "2016-08-19T04:47:00Z",
      "net_precision": null,
      "probability": 80,
      "weather_concerns": null,
      "holdreason": "",
      "failreason": null,
      "hashtag": null,
      "launch_service_provider": {
        "id": 124,
        "url": "https://ll.thespacedevs.com/2.2.0/agencies/124/?format=api",
        "name": "United Launch Alliance",
        "type": "Commercial"
      },
      "rocket": {
        "id": 1948,
        "configuration": {
          "id": 33,
          "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/33/?format=api",
          "name": "Delta IV M+(4,2)",
          "family": "Delta",
          "full_name": "Delta IV M+(4,2)",
          "variant": "M+(4,2)"
        }
      },
      "mission": {
        "id": 122,
        "name": "AFSPC-6",
        "description": "The third and fourth satellites in the Geosynchronous Space Situational Awareness Program (GSSAP) will be launched for the US Air Force.",
        "launch_designator": null,
        "type": "Government/Top Secret",
        "orbit": {
          "id": 2,
          "name": "Geostationary Transfer Orbit",
          "abbrev": "GTO"
        },
        "agencies": [],
        "info_urls": [],
        "vid_urls": []
      },
      "pad": {
        "id": 29,
        "url": "https://ll.thespacedevs.com/2.2.0/pad/29/?format=api",
        "agency_id": null,
        "name": "Space Launch Complex 41",
        "description": "",
        "info_url": null,
        "wiki_url": "https://en.wikipedia.org/wiki/Cape_Canaveral_Air_Force_Station_Space_Launch_Complex_41",
        "map_url": "https://www.google.com/maps?q=28.58341025,-80.58303644",
        "latitude": "28.58341025",
        "longitude": "-80.58303644",
        "location": {
          "id": 12,
          "url": "https://ll.thespacedevs.com/2.2.0/location/12/?format=api",
          "name": "Cape Canaveral 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": 1106,
          "total_landing_count": 74
        },
        "country_code": "USA",
        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_29_20200803143528.jpg",
        "total_launch_count": 123,
        "orbital_launch_attempt_count": 123
      },
      "webcast_live": false,
      "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/delta_iv_m252b_image_20220302002926.jpeg",
      "infographic": null,
      "program": [],
      "orbital_launch_attempt_count": 5581,
      "location_launch_attempt_count": 749,
      "pad_launch_attempt_count": 81,
      "agency_launch_attempt_count": 111,
      "orbital_launch_attempt_count_year": 52,
      "location_launch_attempt_count_year": 13,
      "pad_launch_attempt_count_year": 5,
      "agency_launch_attempt_count_year": 7,
      "type": "normal"
    },
    {
      "id": "ae2a0738-43cf-4e0e-a7e4-9804e6082477",
      "url": "https://ll.thespacedevs.com/2.2.0/launch/ae2a0738-43cf-4e0e-a7e4-9804e6082477/?format=api",
      "slug": "delta-iv-m42-afspc-4",
      "name": "Delta IV M+(4,2) | AFSPC-4",
      "status": {
        "id": 3,
        "name": "Launch Successful",
        "abbrev": "Success",
        "description": "The launch vehicle successfully inserted its payload(s) into the target orbit(s)."
      },
      "last_updated": "2023-06-14T17:43:28Z",
      "net": "2014-07-28T23:28:00Z",
      "window_end": "2014-07-28T23:28:00Z",
      "window_start": "2014-07-28T23:28:00Z",
      "net_precision": null,
      "probability": null,
      "weather_concerns": null,
      "holdreason": "",
      "failreason": null,
      "hashtag": null,
      "launch_service_provider": {
        "id": 124,
        "url": "https://ll.thespacedevs.com/2.2.0/agencies/124/?format=api",
        "name": "United Launch Alliance",
        "type": "Commercial"
      },
      "rocket": {
        "id": 1774,
        "configuration": {
          "id": 33,
          "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/33/?format=api",
          "name": "Delta IV M+(4,2)",
          "family": "Delta",
          "full_name": "Delta IV M+(4,2)",
          "variant": "M+(4,2)"
        }
      },
      "mission": null,
      "pad": {
        "id": 38,
        "url": "https://ll.thespacedevs.com/2.2.0/pad/38/?format=api",
        "agency_id": null,
        "name": "Space Launch Complex 37B",
        "description": "",
        "info_url": null,
        "wiki_url": "https://en.wikipedia.org/wiki/Cape_Canaveral_Air_Force_Station_Space_Launch_Complex_37",
        "map_url": "https://www.google.com/maps?q=28.5317,-80.56495",
        "latitude": "28.5317",
        "longitude": "-80.56495",
        "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": 1106,
          "total_landing_count": 74
        },
        "country_code": "USA",
        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_38_20200803143515.jpg",
        "total_launch_count": 40,
        "orbital_launch_attempt_count": 40
      },
      "webcast_live": false,
      "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/delta_iv_m252b_image_20220302002926.jpeg",
      "infographic": null,
      "program": [],
      "orbital_launch_attempt_count": 5394,
      "location_launch_attempt_count": 712,
      "pad_launch_attempt_count": 29,
      "agency_launch_attempt_count": 86,
      "orbital_launch_attempt_count_year": 45,
      "location_launch_attempt_count_year": 9,
      "pad_launch_attempt_count_year": 3,
      "agency_launch_attempt_count_year": 8,
      "type": "normal"
    },
    {
      "id": "59be6437-262c-4976-b0cd-c2ed27454d44",
      "url": "https://ll.thespacedevs.com/2.2.0/launch/59be6437-262c-4976-b0cd-c2ed27454d44/?format=api",
      "slug": "delta-iv-heavy-parker-solar-probe",
      "name": "Delta IV Heavy | Parker Solar Probe",
      "status": {
        "id": 3,
        "name": "Launch Successful",
        "abbrev": "Success",
        "description": "The launch vehicle successfully inserted its payload(s) into the target orbit(s)."
      },
      "last_updated": "2024-03-13T09:37:48Z",
      "net": "2018-08-12T07:31:00Z",
      "window_end": "2018-08-12T08:36:00Z",
      "window_start": "2018-08-12T07:31:00Z",
      "net_precision": null,
      "probability": 95,
      "weather_concerns": null,
      "holdreason": "",
      "failreason": "",
      "hashtag": "#SolarProbe",
      "launch_service_provider": {
        "id": 124,
        "url": "https://ll.thespacedevs.com/2.2.0/agencies/124/?format=api",
        "name": "United Launch Alliance",
        "type": "Commercial"
      },
      "rocket": {
        "id": 2123,
        "configuration": {
          "id": 21,
          "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/21/?format=api",
          "name": "Delta IV Heavy",
          "family": "Delta",
          "full_name": "Delta IV Heavy",
          "variant": "Heavy"
        }
      },
      "mission": {
        "id": 262,
        "name": "Parker Solar Probe",
        "description": "Flying into the Sun’s atmosphere (or corona) for the first time. Coming closer to the Sun than any previous spacecraft, Parker Solar Probe will employ a combination of in situ measurements and imaging to achieve the mission’s primary\nscientific goal: to understand how the Sun’s corona is heated and how the solar wind is accelerated.",
        "launch_designator": null,
        "type": "Heliophysics",
        "orbit": {
          "id": 6,
          "name": "Heliocentric N/A",
          "abbrev": "Helio-N/A"
        },
        "agencies": [],
        "info_urls": [],
        "vid_urls": []
      },
      "pad": {
        "id": 38,
        "url": "https://ll.thespacedevs.com/2.2.0/pad/38/?format=api",
        "agency_id": null,
        "name": "Space Launch Complex 37B",
        "description": "",
        "info_url": null,
        "wiki_url": "https://en.wikipedia.org/wiki/Cape_Canaveral_Air_Force_Station_Space_Launch_Complex_37",
        "map_url": "https://www.google.com/maps?q=28.5317,-80.56495",
        "latitude": "28.5317",
        "longitude": "-80.56495",
        "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": 1106,
          "total_landing_count": 74
        },
        "country_code": "USA",
        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_38_20200803143515.jpg",
        "total_launch_count": 40,
        "orbital_launch_attempt_count": 40
      },
      "webcast_live": false,
      "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/delta_iv_heavy__image_20240313093740.jpg",
      "infographic": null,
      "program": [
        {
          "id": 36,
          "url": "https://ll.thespacedevs.com/2.2.0/program/36/?format=api",
          "name": "NASA Large Strategic Science Missions",
          "description": "NASA's large strategic science missions or large strategic missions, formerly known as Flagship missions or Flagship-class missions, are the costliest and most capable NASA science spacecraft. Flagship missions exist within all four divisions of NASA's Science Mission Directorate (SMD): the astrophysics, Earth science, heliophysics and planetary science divisions.",
          "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/nasa2520large_program_20240205122003.jpeg",
          "start_date": "1975-08-22T00:00:00Z",
          "end_date": null,
          "info_url": null,
          "wiki_url": "https://en.wikipedia.org/wiki/Large_strategic_science_missions",
          "mission_patches": [],
          "type": {
            "id": 5,
            "name": "Exploration"
          }
        }
      ],
      "orbital_launch_attempt_count": 5771,
      "location_launch_attempt_count": 774,
      "pad_launch_attempt_count": 35,
      "agency_launch_attempt_count": 130,
      "orbital_launch_attempt_count_year": 65,
      "location_launch_attempt_count_year": 13,
      "pad_launch_attempt_count_year": 1,
      "agency_launch_attempt_count_year": 6,
      "type": "normal"
    },
    {
      "id": "558c199e-4cfb-4914-b5d3-452b63d492bf",
      "url": "https://ll.thespacedevs.com/2.2.0/launch/558c199e-4cfb-4914-b5d3-452b63d492bf/?format=api",
      "slug": "delta-iv-heavy-nrol-91",
      "name": "Delta IV Heavy | NROL-91",
      "status": {
        "id": 3,
        "name": "Launch Successful",
        "abbrev": "Success",
        "description": "The launch vehicle successfully inserted its payload(s) into the target orbit(s)."
      },
      "last_updated": "2024-03-08T07:24:29Z",
      "net": "2022-09-24T22:25:30Z",
      "window_end": "2022-09-24T23:12:00Z",
      "window_start": "2022-09-24T20:50:00Z",
      "net_precision": null,
      "probability": 70,
      "weather_concerns": null,
      "holdreason": "",
      "failreason": "",
      "hashtag": null,
      "launch_service_provider": {
        "id": 124,
        "url": "https://ll.thespacedevs.com/2.2.0/agencies/124/?format=api",
        "name": "United Launch Alliance",
        "type": "Commercial"
      },
      "rocket": {
        "id": 2532,
        "configuration": {
          "id": 21,
          "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/21/?format=api",
          "name": "Delta IV Heavy",
          "family": "Delta",
          "full_name": "Delta IV Heavy",
          "variant": "Heavy"
        }
      },
      "mission": {
        "id": 6090,
        "name": "NROL-91",
        "description": "Classified payload for the US National Reconnaissance Office (NRO).",
        "launch_designator": null,
        "type": "Government/Top Secret",
        "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": 882,
          "total_landing_count": 34
        },
        "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/delta_iv_heavy__image_20240308072421.jpg",
      "infographic": null,
      "program": [],
      "orbital_launch_attempt_count": 6303,
      "location_launch_attempt_count": 703,
      "pad_launch_attempt_count": 14,
      "agency_launch_attempt_count": 154,
      "orbital_launch_attempt_count_year": 121,
      "location_launch_attempt_count_year": 10,
      "pad_launch_attempt_count_year": 1,
      "agency_launch_attempt_count_year": 6,
      "type": "normal"
    },
    {
      "id": "b19c48ca-3f3a-4ace-9d1c-f9e6a12a647d",
      "url": "https://ll.thespacedevs.com/2.2.0/launch/b19c48ca-3f3a-4ace-9d1c-f9e6a12a647d/?format=api",
      "slug": "delta-iv-heavy-nrol-82",
      "name": "Delta IV Heavy | NROL-82",
      "status": {
        "id": 3,
        "name": "Launch Successful",
        "abbrev": "Success",
        "description": "The launch vehicle successfully inserted its payload(s) into the target orbit(s)."
      },
      "last_updated": "2024-03-13T09:21:24Z",
      "net": "2021-04-26T20:47:00Z",
      "window_end": "2021-04-26T22:57:00Z",
      "window_start": "2021-04-26T19:39:00Z",
      "net_precision": null,
      "probability": 40,
      "weather_concerns": null,
      "holdreason": "",
      "failreason": "",
      "hashtag": null,
      "launch_service_provider": {
        "id": 124,
        "url": "https://ll.thespacedevs.com/2.2.0/agencies/124/?format=api",
        "name": "United Launch Alliance",
        "type": "Commercial"
      },
      "rocket": {
        "id": 159,
        "configuration": {
          "id": 21,
          "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/21/?format=api",
          "name": "Delta IV Heavy",
          "family": "Delta",
          "full_name": "Delta IV Heavy",
          "variant": "Heavy"
        }
      },
      "mission": {
        "id": 427,
        "name": "NROL-82",
        "description": "Classified payload for the U.S. National Reconnaissance Office.",
        "launch_designator": null,
        "type": "Government/Top Secret",
        "orbit": {
          "id": 17,
          "name": "Sun-Synchronous Orbit",
          "abbrev": "SSO"
        },
        "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": 882,
          "total_landing_count": 34
        },
        "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/delta_iv_heavy__image_20240313092102.jpg",
      "infographic": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/infographic_images/delta2520iv25_infographic_20210426131931.jpeg",
      "program": [],
      "orbital_launch_attempt_count": 6070,
      "location_launch_attempt_count": 688,
      "pad_launch_attempt_count": 13,
      "agency_launch_attempt_count": 144,
      "orbital_launch_attempt_count_year": 33,
      "location_launch_attempt_count_year": 1,
      "pad_launch_attempt_count_year": 1,
      "agency_launch_attempt_count_year": 1,
      "type": "normal"
    },
    {
      "id": "a8f3a4c4-bd7a-45e0-a302-6f1c94e40626",
      "url": "https://ll.thespacedevs.com/2.2.0/launch/a8f3a4c4-bd7a-45e0-a302-6f1c94e40626/?format=api",
      "slug": "delta-iv-heavy-nrol-71",
      "name": "Delta IV Heavy | NROL-71",
      "status": {
        "id": 3,
        "name": "Launch Successful",
        "abbrev": "Success",
        "description": "The launch vehicle successfully inserted its payload(s) into the target orbit(s)."
      },
      "last_updated": "2025-09-27T20:23:28Z",
      "net": "2019-01-19T19:10:00Z",
      "window_end": "2019-01-19T19:10:00Z",
      "window_start": "2019-01-19T19:10:00Z",
      "net_precision": null,
      "probability": 40,
      "weather_concerns": null,
      "holdreason": "",
      "failreason": "",
      "hashtag": "#NROL71",
      "launch_service_provider": {
        "id": 124,
        "url": "https://ll.thespacedevs.com/2.2.0/agencies/124/?format=api",
        "name": "United Launch Alliance",
        "type": "Commercial"
      },
      "rocket": {
        "id": 45,
        "configuration": {
          "id": 21,
          "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/21/?format=api",
          "name": "Delta IV Heavy",
          "family": "Delta",
          "full_name": "Delta IV Heavy",
          "variant": "Heavy"
        }
      },
      "mission": {
        "id": 423,
        "name": "NROL-71",
        "description": "Classified payload for the U.S. National Reconnaissance Office.",
        "launch_designator": null,
        "type": "Government/Top Secret",
        "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": 882,
          "total_landing_count": 34
        },
        "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/delta_iv_heavy__image_20240313092336.jpg",
      "infographic": null,
      "program": [],
      "orbital_launch_attempt_count": 5825,
      "location_launch_attempt_count": 685,
      "pad_launch_attempt_count": 12,
      "agency_launch_attempt_count": 133,
      "orbital_launch_attempt_count_year": 5,
      "location_launch_attempt_count_year": 2,
      "pad_launch_attempt_count_year": 1,
      "agency_launch_attempt_count_year": 1,
      "type": "normal"
    },
    {
      "id": "a32fa9ec-7925-4698-bbc7-a7ed1ad12621",
      "url": "https://ll.thespacedevs.com/2.2.0/launch/a32fa9ec-7925-4698-bbc7-a7ed1ad12621/?format=api",
      "slug": "delta-iv-heavy-nrol-70",
      "name": "Delta IV Heavy | NROL-70",
      "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-10T04:52:18Z",
      "net": "2024-04-09T16:53:00Z",
      "window_end": "2024-04-09T22:51:00Z",
      "window_start": "2024-04-09T16:53:00Z",
      "net_precision": {
        "id": 1,
        "name": "Minute",
        "abbrev": "MIN",
        "description": "The T-0 is accurate to the minute."
      },
      "probability": 90,
      "weather_concerns": "Cumulus Cloud Rule",
      "holdreason": "",
      "failreason": "",
      "hashtag": null,
      "launch_service_provider": {
        "id": 124,
        "url": "https://ll.thespacedevs.com/2.2.0/agencies/124/?format=api",
        "name": "United Launch Alliance",
        "type": "Commercial"
      },
      "rocket": {
        "id": 2534,
        "configuration": {
          "id": 21,
          "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/21/?format=api",
          "name": "Delta IV Heavy",
          "family": "Delta",
          "full_name": "Delta IV Heavy",
          "variant": "Heavy"
        }
      },
      "mission": {
        "id": 6494,
        "name": "NROL-70",
        "description": "Classified payload for the NRO.\r\nLast flight of the Delta IV Heavy rocket.",
        "launch_designator": null,
        "type": "Government/Top Secret",
        "orbit": {
          "id": 1,
          "name": "Geostationary Orbit",
          "abbrev": "Direct-GEO"
        },
        "agencies": [
          {
            "id": 181,
            "url": "https://ll.thespacedevs.com/2.2.0/agencies/181/?format=api",
            "name": "National Reconnaissance Office",
            "featured": false,
            "type": "Government",
            "country_code": "USA",
            "abbrev": "NRO",
            "description": "The National Reconnaissance Office (NRO) is a member of the United States Intelligence Community and an agency of the United States Department of Defense which designs, builds, launches, and operates the reconnaissance satellites of the U.S. federal government, and provides satellite intelligence to several government agencies, particularly signals intelligence (SIGINT) to the NSA, imagery intelligence (IMINT) to the NGA, and measurement and signature intelligence (MASINT) to the DIA.",
            "administrator": "Director: Christopher Scolese",
            "founding_year": "1961",
            "launchers": "",
            "spacecraft": "",
            "launch_library_url": null,
            "total_launch_count": 0,
            "consecutive_successful_launches": 0,
            "successful_launches": 0,
            "failed_launches": 0,
            "pending_launches": 0,
            "consecutive_successful_landings": 0,
            "successful_landings": 0,
            "failed_landings": 0,
            "attempted_landings": 0,
            "info_url": "https://www.nro.gov/",
            "wiki_url": "https://en.wikipedia.org/wiki/National_Reconnaissance_Office",
            "logo_url": null,
            "image_url": null,
            "nation_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/national2520reconnaissance2520office_nation_20240228092125.png"
          }
        ],
        "info_urls": [],
        "vid_urls": []
      },
      "pad": {
        "id": 38,
        "url": "https://ll.thespacedevs.com/2.2.0/pad/38/?format=api",
        "agency_id": null,
        "name": "Space Launch Complex 37B",
        "description": "",
        "info_url": null,
        "wiki_url": "https://en.wikipedia.org/wiki/Cape_Canaveral_Air_Force_Station_Space_Launch_Complex_37",
        "map_url": "https://www.google.com/maps?q=28.5317,-80.56495",
        "latitude": "28.5317",
        "longitude": "-80.56495",
        "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": 1106,
          "total_landing_count": 74
        },
        "country_code": "USA",
        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_38_20200803143515.jpg",
        "total_launch_count": 40,
        "orbital_launch_attempt_count": 40
      },
      "webcast_live": false,
      "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/divh_liftoff_fr_image_20240410045210.jpg",
      "infographic": null,
      "program": [],
      "orbital_launch_attempt_count": 6657,
      "location_launch_attempt_count": 944,
      "pad_launch_attempt_count": 40,
      "agency_launch_attempt_count": 161,
      "orbital_launch_attempt_count_year": 68,
      "location_launch_attempt_count_year": 17,
      "pad_launch_attempt_count_year": 1,
      "agency_launch_attempt_count_year": 2,
      "type": "normal"
    }
  ]
}