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=2760&ordering=-last_updated
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=2770&ordering=-last_updated",
  "previous": "https://ll.thespacedevs.com/2.2.0/launch/?format=api&limit=10&offset=2750&ordering=-last_updated",
  "results": [
    {
      "id": "dbed4d09-3fc0-4b09-bb55-4a1ddb7569dd",
      "url": "https://ll.thespacedevs.com/2.2.0/launch/dbed4d09-3fc0-4b09-bb55-4a1ddb7569dd/?format=api",
      "slug": "delta-3910pam-sbs-1",
      "name": "Delta 3910/PAM | SBS 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:15Z",
      "net": "1980-11-15T22:49:00Z",
      "window_end": "1980-11-15T22:49:00Z",
      "window_start": "1980-11-15T22:49: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": 5220,
        "configuration": {
          "id": 289,
          "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/289/?format=api",
          "name": "Delta 3910/PAM",
          "family": "Delta",
          "full_name": "Delta 3910/PAM",
          "variant": "3910/PAM"
        }
      },
      "mission": {
        "id": 3630,
        "name": "SBS 1",
        "description": "Geostationary communications satellite built by Hughes Aircraft Company",
        "launch_designator": null,
        "type": "Communications",
        "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": 1106,
          "total_landing_count": 74
        },
        "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": [],
      "orbital_launch_attempt_count": 2376,
      "location_launch_attempt_count": 368,
      "pad_launch_attempt_count": 71,
      "agency_launch_attempt_count": 761,
      "orbital_launch_attempt_count_year": 93,
      "location_launch_attempt_count_year": 5,
      "pad_launch_attempt_count_year": 3,
      "agency_launch_attempt_count_year": 12,
      "type": "normal"
    },
    {
      "id": "b4158c69-88e9-4bfa-927f-c3489cf48eda",
      "url": "https://ll.thespacedevs.com/2.2.0/launch/b4158c69-88e9-4bfa-927f-c3489cf48eda/?format=api",
      "slug": "thor-delta-echo",
      "name": "Thor Delta | Echo",
      "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:15Z",
      "net": "1960-05-13T09:16:05Z",
      "window_end": "1960-05-13T09:16:05Z",
      "window_start": "1960-05-13T09:16:05Z",
      "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": 3067,
        "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": 1489,
        "name": "Echo",
        "description": "The Echo 1 spacecraft was a 30.48 m diameter balloon of mylar polyester film 0.0127 mm thick. The spacecraft was designed as a passive communications reflector for transcontinental and intercontinental telephone (voice), radio, and television signals. It had 107.9 MHz beacon transmitters for telemetry purposes. These transmitters were powered by five nickel-cadmium batteries that were charged by 70 solar cells mounted on the balloon. Because of the large area-to-mass ratio of the spacecraft, data for the calculation of atmospheric density and solar pressure could be acquired. The spacecraft was also used to evaluate the technical feasibility of satellite triangulation during the latter portion of its life. Echo 1 failed during the coast period after launch, as the attitude control jets on the second stage failed and the spacecraft did not achieve orbit. Echo 1A was a successful relaunch.",
        "launch_designator": null,
        "type": "Communications",
        "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": 1106,
          "total_landing_count": 74
        },
        "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": 65,
      "location_launch_attempt_count": 36,
      "pad_launch_attempt_count": 8,
      "agency_launch_attempt_count": 19,
      "orbital_launch_attempt_count_year": 11,
      "location_launch_attempt_count_year": 6,
      "pad_launch_attempt_count_year": 3,
      "agency_launch_attempt_count_year": 8,
      "type": "normal"
    },
    {
      "id": "7691fd72-25e7-4479-9e56-7de8f8653b2e",
      "url": "https://ll.thespacedevs.com/2.2.0/launch/7691fd72-25e7-4479-9e56-7de8f8653b2e/?format=api",
      "slug": "thor-delta-b-explorer-17",
      "name": "Thor Delta B | Explorer 17",
      "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": "1963-04-03T02:00:02Z",
      "window_end": "1963-04-03T02:00:02Z",
      "window_start": "1963-04-03T02:00: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": 3192,
        "configuration": {
          "id": 400,
          "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/400/?format=api",
          "name": "Thor Delta B",
          "family": "Thor",
          "full_name": "Thor Delta B",
          "variant": "Delta B"
        }
      },
      "mission": {
        "id": 1614,
        "name": "Explorer 17",
        "description": "Explorer 17 carried four pressure gauges for the measurement of total neutral particle density, two mass spectrometers for the measurement of certain neutral particle concentrations, and two electrostatic probes for ion concentration and electron temperature measurements.",
        "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": 1106,
          "total_landing_count": 74
        },
        "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": 236,
      "location_launch_attempt_count": 97,
      "pad_launch_attempt_count": 21,
      "agency_launch_attempt_count": 135,
      "orbital_launch_attempt_count_year": 12,
      "location_launch_attempt_count_year": 3,
      "pad_launch_attempt_count_year": 1,
      "agency_launch_attempt_count_year": 9,
      "type": "normal"
    },
    {
      "id": "679fa362-8424-4826-8f70-bc56cae165d4",
      "url": "https://ll.thespacedevs.com/2.2.0/launch/679fa362-8424-4826-8f70-bc56cae165d4/?format=api",
      "slug": "thor-delta-n-oso-6",
      "name": "Thor Delta N | OSO 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:15Z",
      "net": "1969-08-09T07:52:00Z",
      "window_end": "1969-08-09T07:52:00Z",
      "window_start": "1969-08-09T07:52: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": 3930,
        "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": 2348,
        "name": "OSO 6",
        "description": "OSO (Orbital Solar Observatory) satellite. Its purpose was to return data on the ultraviolet, X-ray and gamma ray emissions of the sun and galaxy.",
        "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": 1106,
          "total_landing_count": 74
        },
        "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": 999,
      "location_launch_attempt_count": 239,
      "pad_launch_attempt_count": 42,
      "agency_launch_attempt_count": 501,
      "orbital_launch_attempt_count_year": 80,
      "location_launch_attempt_count_year": 12,
      "pad_launch_attempt_count_year": 5,
      "agency_launch_attempt_count_year": 27,
      "type": "normal"
    },
    {
      "id": "e55747da-ada3-4d0b-a88d-95ada181a389",
      "url": "https://ll.thespacedevs.com/2.2.0/launch/e55747da-ada3-4d0b-a88d-95ada181a389/?format=api",
      "slug": "thor-delta-e1-explorer-33",
      "name": "Thor Delta E1 | Explorer 33",
      "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": "1966-07-01T16:02:25Z",
      "window_end": "1966-07-01T16:02:25Z",
      "window_start": "1966-07-01T16:02:25Z",
      "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": 3544,
        "configuration": {
          "id": 405,
          "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/405/?format=api",
          "name": "Thor Delta E1",
          "family": "Thor",
          "full_name": "Thor Delta E1",
          "variant": "Delta E1"
        }
      },
      "mission": {
        "id": 1964,
        "name": "Explorer 33",
        "description": "Satellite instrumented for studies of interplanetary plasma, energetic charged particles, magnetic fields, and solar X-rays at lunar distances.",
        "launch_designator": null,
        "type": "Astrophysics",
        "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": 1106,
          "total_landing_count": 74
        },
        "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-e1_2528i_image_20251205042339.png",
      "infographic": null,
      "program": [],
      "orbital_launch_attempt_count": 582,
      "location_launch_attempt_count": 174,
      "pad_launch_attempt_count": 32,
      "agency_launch_attempt_count": 335,
      "orbital_launch_attempt_count_year": 65,
      "location_launch_attempt_count_year": 15,
      "pad_launch_attempt_count_year": 2,
      "agency_launch_attempt_count_year": 36,
      "type": "normal"
    },
    {
      "id": "55f16a19-43ca-4727-a272-ea06de07d2e5",
      "url": "https://ll.thespacedevs.com/2.2.0/launch/55f16a19-43ca-4727-a272-ea06de07d2e5/?format=api",
      "slug": "thor-delta-m-skynet-ib",
      "name": "Thor Delta M | Skynet IB",
      "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": "1970-08-19T12:11:00Z",
      "window_end": "1970-08-19T12:11:00Z",
      "window_start": "1970-08-19T12: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": 4036,
        "configuration": {
          "id": 409,
          "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/409/?format=api",
          "name": "Thor Delta M",
          "family": "Thor",
          "full_name": "Thor Delta M",
          "variant": "Delta M"
        }
      },
      "mission": {
        "id": 2454,
        "name": "Skynet IB",
        "description": "First generation satellite providing communications for the British armed forces.",
        "launch_designator": null,
        "type": "Government/Top Secret",
        "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": 1106,
          "total_landing_count": 74
        },
        "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_m_image_20251122093853.jpg",
      "infographic": null,
      "program": [],
      "orbital_launch_attempt_count": 1114,
      "location_launch_attempt_count": 249,
      "pad_launch_attempt_count": 49,
      "agency_launch_attempt_count": 527,
      "orbital_launch_attempt_count_year": 68,
      "location_launch_attempt_count_year": 7,
      "pad_launch_attempt_count_year": 5,
      "agency_launch_attempt_count_year": 18,
      "type": "normal"
    },
    {
      "id": "7abed7cf-42cf-40c0-84c0-bb4a1f7030b7",
      "url": "https://ll.thespacedevs.com/2.2.0/launch/7abed7cf-42cf-40c0-84c0-bb4a1f7030b7/?format=api",
      "slug": "thor-delta-g-biosat-1",
      "name": "Thor Delta G | Biosat 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:15Z",
      "net": "1966-12-14T19:20:03Z",
      "window_end": "1966-12-14T19:20:03Z",
      "window_start": "1966-12-14T19:20: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": 3602,
        "configuration": {
          "id": 406,
          "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/406/?format=api",
          "name": "Thor Delta G",
          "family": "Thor",
          "full_name": "Thor Delta G",
          "variant": "Delta G"
        }
      },
      "mission": {
        "id": 2021,
        "name": "Biosat 1",
        "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": 1106,
          "total_landing_count": 74
        },
        "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/launch_of_a_del_image_20251214194405.png",
      "infographic": null,
      "program": [],
      "orbital_launch_attempt_count": 643,
      "location_launch_attempt_count": 192,
      "pad_launch_attempt_count": 34,
      "agency_launch_attempt_count": 370,
      "orbital_launch_attempt_count_year": 126,
      "location_launch_attempt_count_year": 33,
      "pad_launch_attempt_count_year": 4,
      "agency_launch_attempt_count_year": 71,
      "type": "normal"
    },
    {
      "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": 1106,
          "total_landing_count": 74
        },
        "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": 1106,
          "total_landing_count": 74
        },
        "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": 1106,
          "total_landing_count": 74
        },
        "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"
    }
  ]
}