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

{
  "count": 7920,
  "next": "https://ll.thespacedevs.com/2.2.0/launch/?format=api&limit=10&offset=2840&ordering=-last_updated",
  "previous": "https://ll.thespacedevs.com/2.2.0/launch/?format=api&limit=10&offset=2820&ordering=-last_updated",
  "results": [
    {
      "id": "4ad74f6c-9ed1-432d-9b23-53ce036bbbfe",
      "url": "https://ll.thespacedevs.com/2.2.0/launch/4ad74f6c-9ed1-432d-9b23-53ce036bbbfe/?format=api",
      "slug": "thor-delta-n-biosat-3",
      "name": "Thor Delta N | Biosat 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:40:15Z",
      "net": "1969-06-29T03:15:59Z",
      "window_end": "1969-06-29T03:15:59Z",
      "window_start": "1969-06-29T03:15:59Z",
      "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": 3918,
        "configuration": {
          "id": 411,
          "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/411/?format=api",
          "name": "Thor Delta N",
          "family": "Thor",
          "full_name": "Thor Delta N",
          "variant": "Delta N"
        }
      },
      "mission": {
        "id": 2336,
        "name": "Biosat 3",
        "description": "The objectives of the Biosatellite, a.k.a. Biosat, Bios (Biological Satellite), were to determine the biological effects of the space environment upon daily rhythms of living organisms and to obtain and analyze available data on the performance in orbit of life support, altitude control, and other spacecraft systems, including instrumentation for recording biological data.",
        "launch_designator": null,
        "type": "Biology",
        "orbit": {
          "id": 8,
          "name": "Low Earth Orbit",
          "abbrev": "LEO"
        },
        "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": 1119,
          "total_landing_count": 75
        },
        "country_code": "USA",
        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_14_20200803143451.jpg",
        "total_launch_count": 145,
        "orbital_launch_attempt_count": 145
      },
      "webcast_live": false,
      "image": null,
      "infographic": null,
      "program": [],
      "orbital_launch_attempt_count": 983,
      "location_launch_attempt_count": 237,
      "pad_launch_attempt_count": 40,
      "agency_launch_attempt_count": 496,
      "orbital_launch_attempt_count_year": 64,
      "location_launch_attempt_count_year": 10,
      "pad_launch_attempt_count_year": 3,
      "agency_launch_attempt_count_year": 22,
      "type": "normal"
    },
    {
      "id": "7ab310ea-28d5-4c58-9bfd-ae9aefc40c20",
      "url": "https://ll.thespacedevs.com/2.2.0/launch/7ab310ea-28d5-4c58-9bfd-ae9aefc40c20/?format=api",
      "slug": "thor-able-iii-explorer-6",
      "name": "Thor Able III | Explorer 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:40:14Z",
      "net": "1959-08-07T14:24:20Z",
      "window_end": "1959-08-07T14:24:20Z",
      "window_start": "1959-08-07T14:24:20Z",
      "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": 3045,
        "configuration": {
          "id": 390,
          "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/390/?format=api",
          "name": "Thor Able III",
          "family": "Thor",
          "full_name": "Thor Able III",
          "variant": "Able III"
        }
      },
      "mission": {
        "id": 1467,
        "name": "Explorer 6",
        "description": "Explorer 6 was an American satellite designed to study trapped radiation of various energies, galactic cosmic rays, geomagnetism, radio propagation and the flux of micrometeorites. It also tested a scanning device designed for photographing the Earth's cloud cover, and transmitted the first pictures of Earth from a satellite.",
        "launch_designator": null,
        "type": "Earth Science",
        "orbit": {
          "id": 0,
          "name": "Elliptical Orbit",
          "abbrev": "Elliptical"
        },
        "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": 1119,
          "total_landing_count": 75
        },
        "country_code": "USA",
        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_14_20200803143451.jpg",
        "total_launch_count": 145,
        "orbital_launch_attempt_count": 145
      },
      "webcast_live": false,
      "image": null,
      "infographic": null,
      "program": [],
      "orbital_launch_attempt_count": 43,
      "location_launch_attempt_count": 24,
      "pad_launch_attempt_count": 4,
      "agency_launch_attempt_count": 5,
      "orbital_launch_attempt_count_year": 12,
      "location_launch_attempt_count_year": 6,
      "pad_launch_attempt_count_year": 1,
      "agency_launch_attempt_count_year": 5,
      "type": "normal"
    },
    {
      "id": "7907f62e-09cd-476c-afb5-dfb22445caa9",
      "url": "https://ll.thespacedevs.com/2.2.0/launch/7907f62e-09cd-476c-afb5-dfb22445caa9/?format=api",
      "slug": "thor-delta-tiros-2",
      "name": "Thor Delta | Tiros 2",
      "status": {
        "id": 3,
        "name": "Launch Successful",
        "abbrev": "Success",
        "description": "The launch vehicle successfully inserted its payload(s) into the target orbit(s)."
      },
      "last_updated": "2023-06-14T17:40:14Z",
      "net": "1960-11-23T11:13:03Z",
      "window_end": "1960-11-23T11:13:03Z",
      "window_start": "1960-11-23T11:13:03Z",
      "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": 3089,
        "configuration": {
          "id": 398,
          "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/398/?format=api",
          "name": "Thor Delta",
          "family": "Thor",
          "full_name": "Thor Delta",
          "variant": "Delta"
        }
      },
      "mission": {
        "id": 1511,
        "name": "Tiros 2",
        "description": "A spin stabilized meteorological satellite. The second in a series of Television Infrared Observation Satellites.",
        "launch_designator": null,
        "type": "Earth Science",
        "orbit": {
          "id": 8,
          "name": "Low Earth Orbit",
          "abbrev": "LEO"
        },
        "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": 1119,
          "total_landing_count": 75
        },
        "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/thor-delta_laun_image_20251123094044.jpg",
      "infographic": null,
      "program": [],
      "orbital_launch_attempt_count": 86,
      "location_launch_attempt_count": 47,
      "pad_launch_attempt_count": 10,
      "agency_launch_attempt_count": 34,
      "orbital_launch_attempt_count_year": 32,
      "location_launch_attempt_count_year": 17,
      "pad_launch_attempt_count_year": 5,
      "agency_launch_attempt_count_year": 23,
      "type": "normal"
    },
    {
      "id": "8ce5a4c6-8ab4-40e1-af08-924da819d4b1",
      "url": "https://ll.thespacedevs.com/2.2.0/launch/8ce5a4c6-8ab4-40e1-af08-924da819d4b1/?format=api",
      "slug": "thor-delta-l-pioneer-e",
      "name": "Thor Delta L | Pioneer E",
      "status": {
        "id": 4,
        "name": "Launch Failure",
        "abbrev": "Failure",
        "description": "Either the launch vehicle did not reach orbit, or the payload(s) failed to separate."
      },
      "last_updated": "2023-06-14T17:40:14Z",
      "net": "1969-08-27T21:59:00Z",
      "window_end": "1969-08-27T21:59:00Z",
      "window_start": "1969-08-27T21:59: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": 3937,
        "configuration": {
          "id": 408,
          "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/408/?format=api",
          "name": "Thor Delta L",
          "family": "Thor",
          "full_name": "Thor Delta L",
          "variant": "Delta L"
        }
      },
      "mission": {
        "id": 2355,
        "name": "Pioneer E",
        "description": "Pioneer A to E (Pioneer 6 to 9 after launch) were a series of five solar-orbiting, spin-stabilized, solar-cell and battery-powered satellites designed to obtain measurements of interplanetary phenomena from widely separated points in space on a continuing basis.",
        "launch_designator": null,
        "type": "Astrophysics",
        "orbit": {
          "id": 6,
          "name": "Heliocentric N/A",
          "abbrev": "Helio-N/A"
        },
        "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": 1119,
          "total_landing_count": 75
        },
        "country_code": "USA",
        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_14_20200803143451.jpg",
        "total_launch_count": 145,
        "orbital_launch_attempt_count": 145
      },
      "webcast_live": false,
      "image": null,
      "infographic": null,
      "program": [],
      "orbital_launch_attempt_count": 1006,
      "location_launch_attempt_count": 241,
      "pad_launch_attempt_count": 43,
      "agency_launch_attempt_count": 504,
      "orbital_launch_attempt_count_year": 87,
      "location_launch_attempt_count_year": 14,
      "pad_launch_attempt_count_year": 6,
      "agency_launch_attempt_count_year": 30,
      "type": "normal"
    },
    {
      "id": "29d37ca6-7190-4b5d-82e6-3cbf49e4d8dc",
      "url": "https://ll.thespacedevs.com/2.2.0/launch/29d37ca6-7190-4b5d-82e6-3cbf49e4d8dc/?format=api",
      "slug": "delta-ii-7925-95-gps-iir-m-7-usa-203",
      "name": "Delta II 7925-9.5 | GPS IIR-M-7 (USA-203)",
      "status": {
        "id": 3,
        "name": "Launch Successful",
        "abbrev": "Success",
        "description": "The launch vehicle successfully inserted its payload(s) into the target orbit(s)."
      },
      "last_updated": "2023-06-14T17:40:14Z",
      "net": "2009-03-24T08:34:00Z",
      "window_end": "2009-03-24T08:34:00Z",
      "window_start": "2009-03-24T08:34: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": 1411,
        "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": 551,
        "name": "GPS IIR-M-7 (USA-203)",
        "description": "A satellite forming part of the Global Positioning System.",
        "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": 1119,
          "total_landing_count": 75
        },
        "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": [],
      "orbital_launch_attempt_count": 4969,
      "location_launch_attempt_count": 660,
      "pad_launch_attempt_count": 144,
      "agency_launch_attempt_count": 26,
      "orbital_launch_attempt_count_year": 15,
      "location_launch_attempt_count_year": 3,
      "pad_launch_attempt_count_year": 1,
      "agency_launch_attempt_count_year": 4,
      "type": "normal"
    },
    {
      "id": "a8bbcbf9-696a-4f7d-81db-c11d063ac4d3",
      "url": "https://ll.thespacedevs.com/2.2.0/launch/a8bbcbf9-696a-4f7d-81db-c11d063ac4d3/?format=api",
      "slug": "delta-7920-8-ace",
      "name": "Delta 7920-8 | ACE",
      "status": {
        "id": 3,
        "name": "Launch Successful",
        "abbrev": "Success",
        "description": "The launch vehicle successfully inserted its payload(s) into the target orbit(s)."
      },
      "last_updated": "2023-06-14T17:40:14Z",
      "net": "1997-08-25T14:39:00Z",
      "window_end": "1997-08-25T14:39:00Z",
      "window_start": "1997-08-25T14:39: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": 6798,
        "configuration": {
          "id": 307,
          "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/307/?format=api",
          "name": "Delta II",
          "family": "Delta",
          "full_name": "Delta II 7920-8",
          "variant": "7920-8"
        }
      },
      "mission": {
        "id": 5188,
        "name": "ACE",
        "description": "The objective of the ACE (Advanced Composition Explorer) is to collect observations of particles of solar, interplanetary, interstellar, and galactic origins, spanning the energy range from that of keV.solar wind ions to galactic cosmic ray nuclei up to 600 MeV/nucleon.",
        "launch_designator": null,
        "type": "Astrophysics",
        "orbit": {
          "id": 5,
          "name": "Heliocentric L1",
          "abbrev": "L1-point"
        },
        "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": 1119,
          "total_landing_count": 75
        },
        "country_code": "USA",
        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_14_20200803143451.jpg",
        "total_launch_count": 145,
        "orbital_launch_attempt_count": 145
      },
      "webcast_live": false,
      "image": null,
      "infographic": null,
      "program": [],
      "orbital_launch_attempt_count": 4165,
      "location_launch_attempt_count": 532,
      "pad_launch_attempt_count": 114,
      "agency_launch_attempt_count": 981,
      "orbital_launch_attempt_count_year": 47,
      "location_launch_attempt_count_year": 9,
      "pad_launch_attempt_count_year": 4,
      "agency_launch_attempt_count_year": 9,
      "type": "normal"
    },
    {
      "id": "32ec2bb5-9d01-4023-be5b-1c126ffe73ee",
      "url": "https://ll.thespacedevs.com/2.2.0/launch/32ec2bb5-9d01-4023-be5b-1c126ffe73ee/?format=api",
      "slug": "delta-ii-rossi-x-ray-timing-explorer",
      "name": "Delta II | Rossi X-ray Timing Explorer",
      "status": {
        "id": 3,
        "name": "Launch Successful",
        "abbrev": "Success",
        "description": "The launch vehicle successfully inserted its payload(s) into the target orbit(s)."
      },
      "last_updated": "2023-06-14T17:40:14Z",
      "net": "1995-12-30T13:48:00Z",
      "window_end": "1995-12-30T13:48:00Z",
      "window_start": "1995-12-30T13:48: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": 6704,
        "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": 5094,
        "name": "Rossi X-ray Timing Explorer",
        "description": "The XTE (X-Ray Timing Explorer), renamed on orbit RXTE (Rossi X-Ray Timing Explorer) mission has the primary objective to study the temporal and broad-band spectral phenomena associated with stellar and galactic systems containing compact objects in the energy range 2--200 keV and in time scales from microseconds to years.",
        "launch_designator": null,
        "type": "Astrophysics",
        "orbit": {
          "id": 8,
          "name": "Low Earth Orbit",
          "abbrev": "LEO"
        },
        "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": 1119,
          "total_landing_count": 75
        },
        "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/delta2520ii_image_20190222030358.jpeg",
      "infographic": null,
      "program": [],
      "orbital_launch_attempt_count": 4041,
      "location_launch_attempt_count": 506,
      "pad_launch_attempt_count": 107,
      "agency_launch_attempt_count": 958,
      "orbital_launch_attempt_count_year": 80,
      "location_launch_attempt_count_year": 16,
      "pad_launch_attempt_count_year": 1,
      "agency_launch_attempt_count_year": 10,
      "type": "normal"
    },
    {
      "id": "64ecf17b-09e4-42ab-aa54-8d87b989e365",
      "url": "https://ll.thespacedevs.com/2.2.0/launch/64ecf17b-09e4-42ab-aa54-8d87b989e365/?format=api",
      "slug": "thor-able-i-pioneer-2",
      "name": "Thor Able I | Pioneer 2",
      "status": {
        "id": 4,
        "name": "Launch Failure",
        "abbrev": "Failure",
        "description": "Either the launch vehicle did not reach orbit, or the payload(s) failed to separate."
      },
      "last_updated": "2023-06-14T17:40:14Z",
      "net": "1958-11-08T07:30:21Z",
      "window_end": "1958-11-08T07:30:21Z",
      "window_start": "1958-11-08T07:30:21Z",
      "net_precision": null,
      "probability": null,
      "weather_concerns": null,
      "holdreason": "",
      "failreason": null,
      "hashtag": null,
      "launch_service_provider": {
        "id": 271,
        "url": "https://ll.thespacedevs.com/2.2.0/agencies/271/?format=api",
        "name": "Army Ballistic Missile Agency",
        "type": "Government"
      },
      "rocket": {
        "id": 3030,
        "configuration": {
          "id": 388,
          "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/388/?format=api",
          "name": "Thor Able I",
          "family": "Thor",
          "full_name": "Thor Able I",
          "variant": "Able I"
        }
      },
      "mission": {
        "id": 1452,
        "name": "Pioneer 2",
        "description": "The third pioneer orbiter, pioneer 2 intended to enter lunar orbit but failed to make orbit when the third stage failed to ignite.",
        "launch_designator": null,
        "type": "Lunar Exploration",
        "orbit": {
          "id": 11,
          "name": "Lunar Orbit",
          "abbrev": "LO"
        },
        "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": 1119,
          "total_landing_count": 75
        },
        "country_code": "USA",
        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_14_20200803143451.jpg",
        "total_launch_count": 145,
        "orbital_launch_attempt_count": 145
      },
      "webcast_live": false,
      "image": null,
      "infographic": null,
      "program": [],
      "orbital_launch_attempt_count": 28,
      "location_launch_attempt_count": 16,
      "pad_launch_attempt_count": 3,
      "agency_launch_attempt_count": 9,
      "orbital_launch_attempt_count_year": 25,
      "location_launch_attempt_count_year": 15,
      "pad_launch_attempt_count_year": 3,
      "agency_launch_attempt_count_year": 9,
      "type": "normal"
    },
    {
      "id": "24d578dd-269a-4a5e-9344-de32cd761105",
      "url": "https://ll.thespacedevs.com/2.2.0/launch/24d578dd-269a-4a5e-9344-de32cd761105/?format=api",
      "slug": "delta-2914-meteosat-1",
      "name": "Delta 2914 | Meteosat 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:40:14Z",
      "net": "1977-11-23T01:35:00Z",
      "window_end": "1977-11-23T01:35:00Z",
      "window_start": "1977-11-23T01:35: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": 4899,
        "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": 3315,
        "name": "Meteosat 1",
        "description": "European meteorological satellite",
        "launch_designator": null,
        "type": "Earth Science",
        "orbit": {
          "id": 1,
          "name": "Geostationary Orbit",
          "abbrev": "Direct-GEO"
        },
        "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": 1119,
          "total_landing_count": 75
        },
        "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_2910_image_20231231105214.jpeg",
      "infographic": null,
      "program": [],
      "orbital_launch_attempt_count": 2028,
      "location_launch_attempt_count": 334,
      "pad_launch_attempt_count": 62,
      "agency_launch_attempt_count": 701,
      "orbital_launch_attempt_count_year": 113,
      "location_launch_attempt_count_year": 17,
      "pad_launch_attempt_count_year": 4,
      "agency_launch_attempt_count_year": 21,
      "type": "normal"
    },
    {
      "id": "4fd132cc-4eb7-42c6-9d84-c73413688ff3",
      "url": "https://ll.thespacedevs.com/2.2.0/launch/4fd132cc-4eb7-42c6-9d84-c73413688ff3/?format=api",
      "slug": "delta-3914-goes-5",
      "name": "Delta 3914 | GOES 5",
      "status": {
        "id": 3,
        "name": "Launch Successful",
        "abbrev": "Success",
        "description": "The launch vehicle successfully inserted its payload(s) into the target orbit(s)."
      },
      "last_updated": "2023-06-14T17:40:14Z",
      "net": "1981-05-22T22:29:00Z",
      "window_end": "1981-05-22T22:29:00Z",
      "window_start": "1981-05-22T22:29: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": 5280,
        "configuration": {
          "id": 291,
          "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/291/?format=api",
          "name": "Delta 3914",
          "family": "Delta",
          "full_name": "Delta 3914",
          "variant": "3914"
        }
      },
      "mission": {
        "id": 3689,
        "name": "GOES 5",
        "description": "Geostationary meteorological satellite",
        "launch_designator": null,
        "type": "Earth Science",
        "orbit": {
          "id": 1,
          "name": "Geostationary Orbit",
          "abbrev": "Direct-GEO"
        },
        "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": 1119,
          "total_landing_count": 75
        },
        "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_3910_image_20231231105538.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": 2442,
      "location_launch_attempt_count": 372,
      "pad_launch_attempt_count": 72,
      "agency_launch_attempt_count": 769,
      "orbital_launch_attempt_count_year": 51,
      "location_launch_attempt_count_year": 3,
      "pad_launch_attempt_count_year": 1,
      "agency_launch_attempt_count_year": 5,
      "type": "normal"
    }
  ]
}