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

{
  "count": 7859,
  "next": "https://ll.thespacedevs.com/2.2.0/launch/?format=api&limit=10&offset=3000&ordering=-last_updated",
  "previous": "https://ll.thespacedevs.com/2.2.0/launch/?format=api&limit=10&offset=2980&ordering=-last_updated",
  "results": [
    {
      "id": "82cb6eb9-4a43-4139-bb6f-fd62045e508d",
      "url": "https://ll.thespacedevs.com/2.2.0/launch/82cb6eb9-4a43-4139-bb6f-fd62045e508d/?format=api",
      "slug": "atlas-g-centaur-intelsat-511",
      "name": "Atlas G Centaur | Intelsat 511",
      "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:39:53Z",
      "net": "1985-06-30T00:44:00Z",
      "window_end": "1985-06-30T00:44:00Z",
      "window_start": "1985-06-30T00:44: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": 5759,
        "configuration": {
          "id": 250,
          "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/250/?format=api",
          "name": "Atlas G Centaur",
          "family": "Atlas",
          "full_name": "Atlas G Centaur",
          "variant": "G Centaur"
        }
      },
      "mission": {
        "id": 4158,
        "name": "Intelsat 511",
        "description": "Geostationary communications satellite",
        "launch_designator": null,
        "type": "Communications",
        "orbit": {
          "id": 1,
          "name": "Geostationary Orbit",
          "abbrev": "Direct-GEO"
        },
        "agencies": [],
        "info_urls": [],
        "vid_urls": []
      },
      "pad": {
        "id": 122,
        "url": "https://ll.thespacedevs.com/2.2.0/pad/122/?format=api",
        "agency_id": 161,
        "name": "Launch Complex 36B",
        "description": null,
        "info_url": null,
        "wiki_url": "https://en.wikipedia.org/wiki/Cape_Canaveral_Launch_Complex_36",
        "map_url": "https://www.google.com/maps?q=28.4705556,-80.542194",
        "latitude": "28.4705556",
        "longitude": "-80.542194",
        "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_122_20200803143232.jpg",
        "total_launch_count": 76,
        "orbital_launch_attempt_count": 76
      },
      "webcast_live": false,
      "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/launch_of_an_at_image_20251205044820.jpg",
      "infographic": null,
      "program": [],
      "orbital_launch_attempt_count": 2960,
      "location_launch_attempt_count": 404,
      "pad_launch_attempt_count": 32,
      "agency_launch_attempt_count": 834,
      "orbital_launch_attempt_count_year": 56,
      "location_launch_attempt_count_year": 2,
      "pad_launch_attempt_count_year": 2,
      "agency_launch_attempt_count_year": 4,
      "type": "normal"
    },
    {
      "id": "5f11c608-2768-4e26-b1a8-cd0479991de8",
      "url": "https://ll.thespacedevs.com/2.2.0/launch/5f11c608-2768-4e26-b1a8-cd0479991de8/?format=api",
      "slug": "atlas-iias-telstar-401",
      "name": "Atlas IIAS | Telstar 401",
      "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:39:53Z",
      "net": "1993-12-16T00:40:02Z",
      "window_end": "1993-12-16T00:40:02Z",
      "window_start": "1993-12-16T00:40:02Z",
      "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": 6562,
        "configuration": {
          "id": 255,
          "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/255/?format=api",
          "name": "Atlas IIAS",
          "family": "Atlas",
          "full_name": "Atlas IIAS",
          "variant": "IIAS"
        }
      },
      "mission": {
        "id": 4952,
        "name": "Telstar 401",
        "description": "The Telstar 4 series was the successor to AT&T's Telstar 3 series. The spacecraft were built on Lockheed Martin's AS-7000 bus and featured 24 C-band and 16 Ku-band transponders.",
        "launch_designator": null,
        "type": "Communications",
        "orbit": {
          "id": 1,
          "name": "Geostationary Orbit",
          "abbrev": "Direct-GEO"
        },
        "agencies": [],
        "info_urls": [],
        "vid_urls": []
      },
      "pad": {
        "id": 122,
        "url": "https://ll.thespacedevs.com/2.2.0/pad/122/?format=api",
        "agency_id": 161,
        "name": "Launch Complex 36B",
        "description": null,
        "info_url": null,
        "wiki_url": "https://en.wikipedia.org/wiki/Cape_Canaveral_Launch_Complex_36",
        "map_url": "https://www.google.com/maps?q=28.4705556,-80.542194",
        "latitude": "28.4705556",
        "longitude": "-80.542194",
        "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_122_20200803143232.jpg",
        "total_launch_count": 76,
        "orbital_launch_attempt_count": 76
      },
      "webcast_live": false,
      "image": null,
      "infographic": null,
      "program": [],
      "orbital_launch_attempt_count": 3866,
      "location_launch_attempt_count": 478,
      "pad_launch_attempt_count": 45,
      "agency_launch_attempt_count": 934,
      "orbital_launch_attempt_count_year": 81,
      "location_launch_attempt_count_year": 12,
      "pad_launch_attempt_count_year": 3,
      "agency_launch_attempt_count_year": 14,
      "type": "normal"
    },
    {
      "id": "fad589a7-f523-424c-8f0d-cb3e2dbd7ef1",
      "url": "https://ll.thespacedevs.com/2.2.0/launch/fad589a7-f523-424c-8f0d-cb3e2dbd7ef1/?format=api",
      "slug": "atlas-iias-superbird-3",
      "name": "Atlas IIAS | Superbird 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": "2023-06-14T17:39:53Z",
      "net": "1997-07-28T01:15:01Z",
      "window_end": "1997-07-28T01:15:01Z",
      "window_start": "1997-07-28T01:15:01Z",
      "net_precision": null,
      "probability": null,
      "weather_concerns": null,
      "holdreason": "",
      "failreason": null,
      "hashtag": null,
      "launch_service_provider": {
        "id": 82,
        "url": "https://ll.thespacedevs.com/2.2.0/agencies/82/?format=api",
        "name": "Lockheed Martin",
        "type": "Commercial"
      },
      "rocket": {
        "id": 6792,
        "configuration": {
          "id": 255,
          "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/255/?format=api",
          "name": "Atlas IIAS",
          "family": "Atlas",
          "full_name": "Atlas IIAS",
          "variant": "IIAS"
        }
      },
      "mission": {
        "id": 5182,
        "name": "Superbird 3",
        "description": "Japanese communications satellite",
        "launch_designator": null,
        "type": "Communications",
        "orbit": {
          "id": 1,
          "name": "Geostationary Orbit",
          "abbrev": "Direct-GEO"
        },
        "agencies": [],
        "info_urls": [],
        "vid_urls": []
      },
      "pad": {
        "id": 122,
        "url": "https://ll.thespacedevs.com/2.2.0/pad/122/?format=api",
        "agency_id": 161,
        "name": "Launch Complex 36B",
        "description": null,
        "info_url": null,
        "wiki_url": "https://en.wikipedia.org/wiki/Cape_Canaveral_Launch_Complex_36",
        "map_url": "https://www.google.com/maps?q=28.4705556,-80.542194",
        "latitude": "28.4705556",
        "longitude": "-80.542194",
        "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_122_20200803143232.jpg",
        "total_launch_count": 76,
        "orbital_launch_attempt_count": 76
      },
      "webcast_live": false,
      "image": null,
      "infographic": null,
      "program": [],
      "orbital_launch_attempt_count": 4156,
      "location_launch_attempt_count": 531,
      "pad_launch_attempt_count": 60,
      "agency_launch_attempt_count": 25,
      "orbital_launch_attempt_count_year": 38,
      "location_launch_attempt_count_year": 8,
      "pad_launch_attempt_count_year": 3,
      "agency_launch_attempt_count_year": 3,
      "type": "normal"
    },
    {
      "id": "5f758073-8050-416c-a3eb-ec40f5334541",
      "url": "https://ll.thespacedevs.com/2.2.0/launch/5f758073-8050-416c-a3eb-ec40f5334541/?format=api",
      "slug": "atlas-g-centaur-fltsatcom-f7",
      "name": "Atlas G Centaur | FLTSATCOM F7",
      "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:39:52Z",
      "net": "1986-12-05T02:30:01Z",
      "window_end": "1986-12-05T02:30:01Z",
      "window_start": "1986-12-05T02:30:01Z",
      "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": 5918,
        "configuration": {
          "id": 250,
          "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/250/?format=api",
          "name": "Atlas G Centaur",
          "family": "Atlas",
          "full_name": "Atlas G Centaur",
          "variant": "G Centaur"
        }
      },
      "mission": {
        "id": 4314,
        "name": "FLTSATCOM F7",
        "description": "Military geostationary communications satellite",
        "launch_designator": null,
        "type": "Communications",
        "orbit": {
          "id": 1,
          "name": "Geostationary Orbit",
          "abbrev": "Direct-GEO"
        },
        "agencies": [],
        "info_urls": [],
        "vid_urls": []
      },
      "pad": {
        "id": 122,
        "url": "https://ll.thespacedevs.com/2.2.0/pad/122/?format=api",
        "agency_id": 161,
        "name": "Launch Complex 36B",
        "description": null,
        "info_url": null,
        "wiki_url": "https://en.wikipedia.org/wiki/Cape_Canaveral_Launch_Complex_36",
        "map_url": "https://www.google.com/maps?q=28.4705556,-80.542194",
        "latitude": "28.4705556",
        "longitude": "-80.542194",
        "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_122_20200803143232.jpg",
        "total_launch_count": 76,
        "orbital_launch_attempt_count": 76
      },
      "webcast_live": false,
      "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/launch_of_an_at_image_20251205044820.jpg",
      "infographic": null,
      "program": [],
      "orbital_launch_attempt_count": 3132,
      "location_launch_attempt_count": 408,
      "pad_launch_attempt_count": 34,
      "agency_launch_attempt_count": 846,
      "orbital_launch_attempt_count_year": 103,
      "location_launch_attempt_count_year": 3,
      "pad_launch_attempt_count_year": 1,
      "agency_launch_attempt_count_year": 7,
      "type": "normal"
    },
    {
      "id": "fa3fae30-3bfb-49b7-b416-77023c263b40",
      "url": "https://ll.thespacedevs.com/2.2.0/launch/fa3fae30-3bfb-49b7-b416-77023c263b40/?format=api",
      "slug": "atlas-ii-eutelsat-ii-f-3",
      "name": "Atlas II | Eutelsat II F-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": "2023-06-14T17:39:52Z",
      "net": "1991-12-07T22:47:00Z",
      "window_end": "1991-12-07T22:47:00Z",
      "window_start": "1991-12-07T22:47: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": 6410,
        "configuration": {
          "id": 253,
          "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/253/?format=api",
          "name": "Atlas II",
          "family": "Atlas",
          "full_name": "Atlas II",
          "variant": "II"
        }
      },
      "mission": {
        "id": 4800,
        "name": "Eutelsat II F-3",
        "description": "Communication satellite built by Aerospatiale for Eutelsat.",
        "launch_designator": null,
        "type": "Communications",
        "orbit": {
          "id": 1,
          "name": "Geostationary Orbit",
          "abbrev": "Direct-GEO"
        },
        "agencies": [],
        "info_urls": [],
        "vid_urls": []
      },
      "pad": {
        "id": 122,
        "url": "https://ll.thespacedevs.com/2.2.0/pad/122/?format=api",
        "agency_id": 161,
        "name": "Launch Complex 36B",
        "description": null,
        "info_url": null,
        "wiki_url": "https://en.wikipedia.org/wiki/Cape_Canaveral_Launch_Complex_36",
        "map_url": "https://www.google.com/maps?q=28.4705556,-80.542194",
        "latitude": "28.4705556",
        "longitude": "-80.542194",
        "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_122_20200803143232.jpg",
        "total_launch_count": 76,
        "orbital_launch_attempt_count": 76
      },
      "webcast_live": false,
      "image": null,
      "infographic": null,
      "program": [],
      "orbital_launch_attempt_count": 3683,
      "location_launch_attempt_count": 449,
      "pad_launch_attempt_count": 39,
      "agency_launch_attempt_count": 903,
      "orbital_launch_attempt_count_year": 86,
      "location_launch_attempt_count_year": 7,
      "pad_launch_attempt_count_year": 2,
      "agency_launch_attempt_count_year": 11,
      "type": "normal"
    },
    {
      "id": "b0b7ff81-0c1b-430d-a75c-6a124a11c614",
      "url": "https://ll.thespacedevs.com/2.2.0/launch/b0b7ff81-0c1b-430d-a75c-6a124a11c614/?format=api",
      "slug": "atlas-v-401-nrol-79",
      "name": "Atlas V 401 | NROL-79",
      "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:25:31Z",
      "net": "2017-03-01T17:49:51Z",
      "window_end": "2017-03-01T18:30:00Z",
      "window_start": "2017-03-01T17:30:00Z",
      "net_precision": null,
      "probability": 100,
      "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": 1988,
        "configuration": {
          "id": 16,
          "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/16/?format=api",
          "name": "Atlas V 401",
          "family": "Atlas",
          "full_name": "Atlas V 401",
          "variant": "401"
        }
      },
      "mission": {
        "id": 50,
        "name": "NROL-79",
        "description": "Classified payload for the 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": 24,
        "url": "https://ll.thespacedevs.com/2.2.0/pad/24/?format=api",
        "agency_id": 161,
        "name": "Space Launch Complex 3E",
        "description": "SLC-3E is a launch pad at Vandenberg Space Force Base. It was originally built for the MIDAS program and later used for various other missions. After a period of inactivity, it was refurbished in the early 2000s to launch Atlas V rockets. The pad is now being upgraded to accommodate the new Vulcan Centaur rocket. The last Atlas V launch from SLC-3E happened in November 2022, with the first Vulcan launch expected in 2025.",
        "info_url": null,
        "wiki_url": "https://en.wikipedia.org/wiki/Vandenberg_Space_Launch_Complex_3#SLC-3E",
        "map_url": "https://www.google.com/maps?q=34.64,-120.5895",
        "latitude": "34.64",
        "longitude": "-120.5895",
        "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": 883,
          "total_landing_count": 34
        },
        "country_code": "USA",
        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_24_20200803143552.jpg",
        "total_launch_count": 48,
        "orbital_launch_attempt_count": 45
      },
      "webcast_live": false,
      "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/atlas_v_image_20201212013334.jpeg",
      "infographic": null,
      "program": [],
      "orbital_launch_attempt_count": 5627,
      "location_launch_attempt_count": 667,
      "pad_launch_attempt_count": 44,
      "agency_launch_attempt_count": 118,
      "orbital_launch_attempt_count_year": 12,
      "location_launch_attempt_count_year": 2,
      "pad_launch_attempt_count_year": 1,
      "agency_launch_attempt_count_year": 2,
      "type": "normal"
    },
    {
      "id": "bc5acb5d-f282-4b92-9850-8a097221f94f",
      "url": "https://ll.thespacedevs.com/2.2.0/launch/bc5acb5d-f282-4b92-9850-8a097221f94f/?format=api",
      "slug": "atlas-v-501-nrol-39-usa-247",
      "name": "Atlas V 501 | NROL-39 (USA-247)",
      "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:25:31Z",
      "net": "2013-12-06T07:14:30Z",
      "window_end": "2013-12-06T07:14:30Z",
      "window_start": "2013-12-06T07:14:30Z",
      "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": 1724,
        "configuration": {
          "id": 4,
          "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/4/?format=api",
          "name": "Atlas V 501",
          "family": "Atlas",
          "full_name": "Atlas V 501",
          "variant": "501"
        }
      },
      "mission": {
        "id": 267,
        "name": "NROL-39 (USA-247)",
        "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": 24,
        "url": "https://ll.thespacedevs.com/2.2.0/pad/24/?format=api",
        "agency_id": 161,
        "name": "Space Launch Complex 3E",
        "description": "SLC-3E is a launch pad at Vandenberg Space Force Base. It was originally built for the MIDAS program and later used for various other missions. After a period of inactivity, it was refurbished in the early 2000s to launch Atlas V rockets. The pad is now being upgraded to accommodate the new Vulcan Centaur rocket. The last Atlas V launch from SLC-3E happened in November 2022, with the first Vulcan launch expected in 2025.",
        "info_url": null,
        "wiki_url": "https://en.wikipedia.org/wiki/Vandenberg_Space_Launch_Complex_3#SLC-3E",
        "map_url": "https://www.google.com/maps?q=34.64,-120.5895",
        "latitude": "34.64",
        "longitude": "-120.5895",
        "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": 883,
          "total_landing_count": 34
        },
        "country_code": "USA",
        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_24_20200803143552.jpg",
        "total_launch_count": 48,
        "orbital_launch_attempt_count": 45
      },
      "webcast_live": false,
      "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/atlas2520v2520501_image_20190222030851.jpeg",
      "infographic": null,
      "program": [],
      "orbital_launch_attempt_count": 5342,
      "location_launch_attempt_count": 656,
      "pad_launch_attempt_count": 38,
      "agency_launch_attempt_count": 78,
      "orbital_launch_attempt_count_year": 74,
      "location_launch_attempt_count_year": 4,
      "pad_launch_attempt_count_year": 2,
      "agency_launch_attempt_count_year": 11,
      "type": "normal"
    },
    {
      "id": "03ac154c-9b70-43d2-bec5-2a5781fd6dda",
      "url": "https://ll.thespacedevs.com/2.2.0/launch/03ac154c-9b70-43d2-bec5-2a5781fd6dda/?format=api",
      "slug": "delta-ii-7920-10-worldview-1",
      "name": "Delta II 7920-10 | WorldView-1",
      "status": {
        "id": 3,
        "name": "Launch Successful",
        "abbrev": "Success",
        "description": "The launch vehicle successfully inserted its payload(s) into the target orbit(s)."
      },
      "last_updated": "2023-06-14T17:25:30Z",
      "net": "2007-09-18T18:35:00Z",
      "window_end": "2007-09-18T18:35:00Z",
      "window_start": "2007-09-18T18:35: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": 546,
        "configuration": {
          "id": 75,
          "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/75/?format=api",
          "name": "Delta II",
          "family": "Delta",
          "full_name": "Delta II 7920-10",
          "variant": "7920-10"
        }
      },
      "mission": {
        "id": 518,
        "name": "WorldView-1",
        "description": "A commercial earth observation satellite owned by DigitalGlobe.",
        "launch_designator": null,
        "type": "Earth Science",
        "orbit": {
          "id": 17,
          "name": "Sun-Synchronous Orbit",
          "abbrev": "SSO"
        },
        "agencies": [],
        "info_urls": [],
        "vid_urls": []
      },
      "pad": {
        "id": 39,
        "url": "https://ll.thespacedevs.com/2.2.0/pad/39/?format=api",
        "agency_id": null,
        "name": "Space Launch Complex 2W",
        "description": "SLC-2W was originally used for Delta, Thor-Agena and Delta II launches. After the last Delta II flight in 2018, SLC-2W was repurposed to launch Firefly Alpha rockets.",
        "info_url": null,
        "wiki_url": "https://en.wikipedia.org/wiki/Vandenberg_Space_Launch_Complex_2",
        "map_url": "https://www.google.com/maps?q=34.7556,-120.6224",
        "latitude": "34.7556",
        "longitude": "-120.6224",
        "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": 883,
          "total_landing_count": 34
        },
        "country_code": "USA",
        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_39_20200803143542.jpg",
        "total_launch_count": 99,
        "orbital_launch_attempt_count": 99
      },
      "webcast_live": false,
      "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/delta2520ii_image_20190222030358.jpeg",
      "infographic": null,
      "program": [],
      "orbital_launch_attempt_count": 4861,
      "location_launch_attempt_count": 630,
      "pad_launch_attempt_count": 77,
      "agency_launch_attempt_count": 8,
      "orbital_launch_attempt_count_year": 44,
      "location_launch_attempt_count_year": 2,
      "pad_launch_attempt_count_year": 2,
      "agency_launch_attempt_count_year": 6,
      "type": "normal"
    },
    {
      "id": "19cf0ff6-70ff-4c32-8f3a-094fe688b5b7",
      "url": "https://ll.thespacedevs.com/2.2.0/launch/19cf0ff6-70ff-4c32-8f3a-094fe688b5b7/?format=api",
      "slug": "delta-ii-7320-10c-smap-firebird-ii-a-firebird-ii-b",
      "name": "Delta II 7320-10C | SMAP, FIREBIRD II A, FIREBIRD II B, GRIFEX, ExoCube",
      "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:25:30Z",
      "net": "2015-01-31T14:22:00Z",
      "window_end": "2015-01-31T14:22:00Z",
      "window_start": "2015-01-31T14:22: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": 1822,
        "configuration": {
          "id": 56,
          "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/56/?format=api",
          "name": "Delta II",
          "family": "Delta",
          "full_name": "Delta II 7320-10C",
          "variant": "7320-10C"
        }
      },
      "mission": {
        "id": 66,
        "name": "SMAP, FIREBIRD II A, FIREBIRD II B, GRIFEX, ExoCube",
        "description": "SMAP is an Earth satellite mission designed to measure and map Earth’s soil moisture and freeze/thaw state to better understand terrestrial water, carbon and energy cycles. ",
        "launch_designator": null,
        "type": "Earth Science",
        "orbit": {
          "id": 17,
          "name": "Sun-Synchronous Orbit",
          "abbrev": "SSO"
        },
        "agencies": [],
        "info_urls": [],
        "vid_urls": []
      },
      "pad": {
        "id": 39,
        "url": "https://ll.thespacedevs.com/2.2.0/pad/39/?format=api",
        "agency_id": null,
        "name": "Space Launch Complex 2W",
        "description": "SLC-2W was originally used for Delta, Thor-Agena and Delta II launches. After the last Delta II flight in 2018, SLC-2W was repurposed to launch Firefly Alpha rockets.",
        "info_url": null,
        "wiki_url": "https://en.wikipedia.org/wiki/Vandenberg_Space_Launch_Complex_2",
        "map_url": "https://www.google.com/maps?q=34.7556,-120.6224",
        "latitude": "34.7556",
        "longitude": "-120.6224",
        "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": 883,
          "total_landing_count": 34
        },
        "country_code": "USA",
        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_39_20200803143542.jpg",
        "total_launch_count": 99,
        "orbital_launch_attempt_count": 99
      },
      "webcast_live": false,
      "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/delta2520ii_image_20190222030834.jpeg",
      "infographic": null,
      "program": [],
      "orbital_launch_attempt_count": 5445,
      "location_launch_attempt_count": 661,
      "pad_launch_attempt_count": 90,
      "agency_launch_attempt_count": 94,
      "orbital_launch_attempt_count_year": 3,
      "location_launch_attempt_count_year": 1,
      "pad_launch_attempt_count_year": 1,
      "agency_launch_attempt_count_year": 2,
      "type": "normal"
    },
    {
      "id": "12cff919-9660-4fac-af39-4aa35aeda3f9",
      "url": "https://ll.thespacedevs.com/2.2.0/launch/12cff919-9660-4fac-af39-4aa35aeda3f9/?format=api",
      "slug": "delta-ii-7320-10c-noaa-19-noaa-n",
      "name": "Delta II 7320-10C | NOAA-19 (NOAA N)",
      "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:25:30Z",
      "net": "2009-02-06T10:22:00Z",
      "window_end": "2009-02-06T10:22:00Z",
      "window_start": "2009-02-06T10:22: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": 1408,
        "configuration": {
          "id": 56,
          "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/56/?format=api",
          "name": "Delta II",
          "family": "Delta",
          "full_name": "Delta II 7320-10C",
          "variant": "7320-10C"
        }
      },
      "mission": {
        "id": 561,
        "name": "NOAA-19 (NOAA N)",
        "description": "A United States NOAA, POES series of weather satellites.",
        "launch_designator": null,
        "type": "Earth Science",
        "orbit": {
          "id": 17,
          "name": "Sun-Synchronous Orbit",
          "abbrev": "SSO"
        },
        "agencies": [],
        "info_urls": [],
        "vid_urls": []
      },
      "pad": {
        "id": 39,
        "url": "https://ll.thespacedevs.com/2.2.0/pad/39/?format=api",
        "agency_id": null,
        "name": "Space Launch Complex 2W",
        "description": "SLC-2W was originally used for Delta, Thor-Agena and Delta II launches. After the last Delta II flight in 2018, SLC-2W was repurposed to launch Firefly Alpha rockets.",
        "info_url": null,
        "wiki_url": "https://en.wikipedia.org/wiki/Vandenberg_Space_Launch_Complex_2",
        "map_url": "https://www.google.com/maps?q=34.7556,-120.6224",
        "latitude": "34.7556",
        "longitude": "-120.6224",
        "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": 883,
          "total_landing_count": 34
        },
        "country_code": "USA",
        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_39_20200803143542.jpg",
        "total_launch_count": 99,
        "orbital_launch_attempt_count": 99
      },
      "webcast_live": false,
      "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/delta2520ii_image_20190222030834.jpeg",
      "infographic": null,
      "program": [],
      "orbital_launch_attempt_count": 4959,
      "location_launch_attempt_count": 636,
      "pad_launch_attempt_count": 82,
      "agency_launch_attempt_count": 24,
      "orbital_launch_attempt_count_year": 5,
      "location_launch_attempt_count_year": 1,
      "pad_launch_attempt_count_year": 1,
      "agency_launch_attempt_count_year": 2,
      "type": "normal"
    }
  ]
}