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

{
  "count": 7921,
  "next": "https://ll.thespacedevs.com/2.2.0/launch/?format=api&limit=10&offset=2750&ordering=-last_updated",
  "previous": "https://ll.thespacedevs.com/2.2.0/launch/?format=api&limit=10&offset=2730&ordering=-last_updated",
  "results": [
    {
      "id": "86afc689-3a53-458c-ace7-0967bf4c7bfd",
      "url": "https://ll.thespacedevs.com/2.2.0/launch/86afc689-3a53-458c-ace7-0967bf4c7bfd/?format=api",
      "slug": "atlas-slv-3a-agena-d-ogo-5",
      "name": "Atlas SLV-3A Agena D | OGO 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:25Z",
      "net": "1968-03-04T13:06:01Z",
      "window_end": "1968-03-04T13:06:01Z",
      "window_start": "1968-03-04T13:06: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": 3755,
        "configuration": {
          "id": 259,
          "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/259/?format=api",
          "name": "Atlas SLV-3A Agena D",
          "family": "Atlas",
          "full_name": "Atlas SLV-3A Agena D",
          "variant": "SLV-3A Agena D"
        }
      },
      "mission": {
        "id": 2173,
        "name": "OGO 5",
        "description": "The OGO (Orbiting Geophysical Observatory) series was a series of large, complex research satellites.",
        "launch_designator": null,
        "type": "Earth Science",
        "orbit": {
          "id": 0,
          "name": "Elliptical Orbit",
          "abbrev": "Elliptical"
        },
        "agencies": [],
        "info_urls": [],
        "vid_urls": []
      },
      "pad": {
        "id": 117,
        "url": "https://ll.thespacedevs.com/2.2.0/pad/117/?format=api",
        "agency_id": 161,
        "name": "Space Launch Complex 13",
        "description": null,
        "info_url": null,
        "wiki_url": "https://en.wikipedia.org/wiki/Cape_Canaveral_Launch_Complex_13",
        "map_url": "https://www.google.com/maps?q=28.4859,-80.546594",
        "latitude": "28.4859",
        "longitude": "-80.546594",
        "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": 1120,
          "total_landing_count": 75
        },
        "country_code": "USA",
        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_117_20200803143223.jpg",
        "total_launch_count": 21,
        "orbital_launch_attempt_count": 21
      },
      "webcast_live": false,
      "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/atlas-slv3a_age_image_20251204210844.jpg",
      "infographic": null,
      "program": [],
      "orbital_launch_attempt_count": 803,
      "location_launch_attempt_count": 217,
      "pad_launch_attempt_count": 10,
      "agency_launch_attempt_count": 440,
      "orbital_launch_attempt_count_year": 15,
      "location_launch_attempt_count_year": 3,
      "pad_launch_attempt_count_year": 1,
      "agency_launch_attempt_count_year": 7,
      "type": "normal"
    },
    {
      "id": "7cbc0ab5-cb32-447a-a4d9-313ec37e2eed",
      "url": "https://ll.thespacedevs.com/2.2.0/launch/7cbc0ab5-cb32-447a-a4d9-313ec37e2eed/?format=api",
      "slug": "atlas-slv-3a-agena-d-aquacade-4",
      "name": "Atlas SLV-3A Agena D | Aquacade 4",
      "status": {
        "id": 3,
        "name": "Launch Successful",
        "abbrev": "Success",
        "description": "The launch vehicle successfully inserted its payload(s) into the target orbit(s)."
      },
      "last_updated": "2023-06-14T17:40:25Z",
      "net": "1978-04-07T00:45:01Z",
      "window_end": "1978-04-07T00:45:01Z",
      "window_start": "1978-04-07T00:45: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": 4950,
        "configuration": {
          "id": 259,
          "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/259/?format=api",
          "name": "Atlas SLV-3A Agena D",
          "family": "Atlas",
          "full_name": "Atlas SLV-3A Agena D",
          "variant": "SLV-3A Agena D"
        }
      },
      "mission": {
        "id": 3366,
        "name": "Aquacade 4",
        "description": "Geostationary signals intelligence satellite (TELINT).",
        "launch_designator": null,
        "type": "Government/Top Secret",
        "orbit": {
          "id": 1,
          "name": "Geostationary Orbit",
          "abbrev": "Direct-GEO"
        },
        "agencies": [],
        "info_urls": [],
        "vid_urls": []
      },
      "pad": {
        "id": 117,
        "url": "https://ll.thespacedevs.com/2.2.0/pad/117/?format=api",
        "agency_id": 161,
        "name": "Space Launch Complex 13",
        "description": null,
        "info_url": null,
        "wiki_url": "https://en.wikipedia.org/wiki/Cape_Canaveral_Launch_Complex_13",
        "map_url": "https://www.google.com/maps?q=28.4859,-80.546594",
        "latitude": "28.4859",
        "longitude": "-80.546594",
        "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": 1120,
          "total_landing_count": 75
        },
        "country_code": "USA",
        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_117_20200803143223.jpg",
        "total_launch_count": 21,
        "orbital_launch_attempt_count": 21
      },
      "webcast_live": false,
      "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/atlas-slv3a_age_image_20251204210844.jpg",
      "infographic": null,
      "program": [],
      "orbital_launch_attempt_count": 2084,
      "location_launch_attempt_count": 342,
      "pad_launch_attempt_count": 21,
      "agency_launch_attempt_count": 714,
      "orbital_launch_attempt_count_year": 39,
      "location_launch_attempt_count_year": 6,
      "pad_launch_attempt_count_year": 1,
      "agency_launch_attempt_count_year": 10,
      "type": "normal"
    },
    {
      "id": "96fd4a72-a16a-4f32-8a04-4dc5b41917ab",
      "url": "https://ll.thespacedevs.com/2.2.0/launch/96fd4a72-a16a-4f32-8a04-4dc5b41917ab/?format=api",
      "slug": "atlas-slv-3-agena-d-lunar-orbiter-3",
      "name": "Atlas SLV-3 Agena D | Lunar Orbiter 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:25Z",
      "net": "1967-02-05T01:17:01Z",
      "window_end": "1967-02-05T01:17:01Z",
      "window_start": "1967-02-05T01:17: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": 3617,
        "configuration": {
          "id": 258,
          "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/258/?format=api",
          "name": "Atlas SLV-3 Agena D",
          "family": "Atlas",
          "full_name": "Atlas SLV-3 Agena D",
          "variant": "SLV-3 Agena D"
        }
      },
      "mission": {
        "id": 2036,
        "name": "Lunar Orbiter 3",
        "description": "Lunar probe designed to photograph the surface of the Moon with a resolution down to 1 meter.",
        "launch_designator": null,
        "type": "Lunar Exploration",
        "orbit": {
          "id": 11,
          "name": "Lunar Orbit",
          "abbrev": "LO"
        },
        "agencies": [],
        "info_urls": [],
        "vid_urls": []
      },
      "pad": {
        "id": 117,
        "url": "https://ll.thespacedevs.com/2.2.0/pad/117/?format=api",
        "agency_id": 161,
        "name": "Space Launch Complex 13",
        "description": null,
        "info_url": null,
        "wiki_url": "https://en.wikipedia.org/wiki/Cape_Canaveral_Launch_Complex_13",
        "map_url": "https://www.google.com/maps?q=28.4859,-80.546594",
        "latitude": "28.4859",
        "longitude": "-80.546594",
        "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": 1120,
          "total_landing_count": 75
        },
        "country_code": "USA",
        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_117_20200803143223.jpg",
        "total_launch_count": 21,
        "orbital_launch_attempt_count": 21
      },
      "webcast_live": false,
      "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/atlas-slv3_agen_image_20251102060811.jpg",
      "infographic": null,
      "program": [],
      "orbital_launch_attempt_count": 658,
      "location_launch_attempt_count": 196,
      "pad_launch_attempt_count": 7,
      "agency_launch_attempt_count": 379,
      "orbital_launch_attempt_count_year": 10,
      "location_launch_attempt_count_year": 4,
      "pad_launch_attempt_count_year": 1,
      "agency_launch_attempt_count_year": 7,
      "type": "normal"
    },
    {
      "id": "c21ca775-3002-42b5-a784-a72a2f9137c7",
      "url": "https://ll.thespacedevs.com/2.2.0/launch/c21ca775-3002-42b5-a784-a72a2f9137c7/?format=api",
      "slug": "atlas-slv-3a-agena-d-aquacade-3",
      "name": "Atlas SLV-3A Agena D | Aquacade 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:24Z",
      "net": "1977-12-11T22:45:01Z",
      "window_end": "1977-12-11T22:45:01Z",
      "window_start": "1977-12-11T22:45: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": 4905,
        "configuration": {
          "id": 259,
          "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/259/?format=api",
          "name": "Atlas SLV-3A Agena D",
          "family": "Atlas",
          "full_name": "Atlas SLV-3A Agena D",
          "variant": "SLV-3A Agena D"
        }
      },
      "mission": {
        "id": 3321,
        "name": "Aquacade 3",
        "description": "Geostationary signals intelligence satellite (TELINT).",
        "launch_designator": null,
        "type": "Government/Top Secret",
        "orbit": {
          "id": 1,
          "name": "Geostationary Orbit",
          "abbrev": "Direct-GEO"
        },
        "agencies": [],
        "info_urls": [],
        "vid_urls": []
      },
      "pad": {
        "id": 117,
        "url": "https://ll.thespacedevs.com/2.2.0/pad/117/?format=api",
        "agency_id": 161,
        "name": "Space Launch Complex 13",
        "description": null,
        "info_url": null,
        "wiki_url": "https://en.wikipedia.org/wiki/Cape_Canaveral_Launch_Complex_13",
        "map_url": "https://www.google.com/maps?q=28.4859,-80.546594",
        "latitude": "28.4859",
        "longitude": "-80.546594",
        "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": 1120,
          "total_landing_count": 75
        },
        "country_code": "USA",
        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_117_20200803143223.jpg",
        "total_launch_count": 21,
        "orbital_launch_attempt_count": 21
      },
      "webcast_live": false,
      "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/atlas-slv3a_age_image_20251204210844.jpg",
      "infographic": null,
      "program": [],
      "orbital_launch_attempt_count": 2035,
      "location_launch_attempt_count": 335,
      "pad_launch_attempt_count": 20,
      "agency_launch_attempt_count": 703,
      "orbital_launch_attempt_count_year": 120,
      "location_launch_attempt_count_year": 18,
      "pad_launch_attempt_count_year": 2,
      "agency_launch_attempt_count_year": 23,
      "type": "normal"
    },
    {
      "id": "d076ab0b-5a35-4aa5-8b22-dc56ae603efa",
      "url": "https://ll.thespacedevs.com/2.2.0/launch/d076ab0b-5a35-4aa5-8b22-dc56ae603efa/?format=api",
      "slug": "atlas-slv-3a-agena-d-canyon-3",
      "name": "Atlas SLV-3A Agena D | Canyon 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:24Z",
      "net": "1970-09-01T01:00:00Z",
      "window_end": "1970-09-01T01:00:00Z",
      "window_start": "1970-09-01T01:00: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": 4043,
        "configuration": {
          "id": 259,
          "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/259/?format=api",
          "name": "Atlas SLV-3A Agena D",
          "family": "Atlas",
          "full_name": "Atlas SLV-3A Agena D",
          "variant": "SLV-3A Agena D"
        }
      },
      "mission": {
        "id": 2461,
        "name": "Canyon 3",
        "description": "Canyon was the first series of NRO's near geostationary ELINT/SIGINT satellites launched under the designation AFP-827 or Program 7500 for NRO's Program A. They were focussed on communications intelligence (COMINT).",
        "launch_designator": null,
        "type": "Government/Top Secret",
        "orbit": {
          "id": 1,
          "name": "Geostationary Orbit",
          "abbrev": "Direct-GEO"
        },
        "agencies": [],
        "info_urls": [],
        "vid_urls": []
      },
      "pad": {
        "id": 117,
        "url": "https://ll.thespacedevs.com/2.2.0/pad/117/?format=api",
        "agency_id": 161,
        "name": "Space Launch Complex 13",
        "description": null,
        "info_url": null,
        "wiki_url": "https://en.wikipedia.org/wiki/Cape_Canaveral_Launch_Complex_13",
        "map_url": "https://www.google.com/maps?q=28.4859,-80.546594",
        "latitude": "28.4859",
        "longitude": "-80.546594",
        "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": 1120,
          "total_landing_count": 75
        },
        "country_code": "USA",
        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_117_20200803143223.jpg",
        "total_launch_count": 21,
        "orbital_launch_attempt_count": 21
      },
      "webcast_live": false,
      "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/atlas-slv3a_age_image_20251204210844.jpg",
      "infographic": null,
      "program": [],
      "orbital_launch_attempt_count": 1121,
      "location_launch_attempt_count": 250,
      "pad_launch_attempt_count": 14,
      "agency_launch_attempt_count": 530,
      "orbital_launch_attempt_count_year": 75,
      "location_launch_attempt_count_year": 8,
      "pad_launch_attempt_count_year": 2,
      "agency_launch_attempt_count_year": 21,
      "type": "normal"
    },
    {
      "id": "ededcfa7-40cb-4cd9-b3a9-c807ed186805",
      "url": "https://ll.thespacedevs.com/2.2.0/launch/ededcfa7-40cb-4cd9-b3a9-c807ed186805/?format=api",
      "slug": "atlas-slv-3a-agena-d-canyon-1",
      "name": "Atlas SLV-3A Agena D | Canyon 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:24Z",
      "net": "1968-08-06T11:08:00Z",
      "window_end": "1968-08-06T11:08:00Z",
      "window_start": "1968-08-06T11:08: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": 3807,
        "configuration": {
          "id": 259,
          "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/259/?format=api",
          "name": "Atlas SLV-3A Agena D",
          "family": "Atlas",
          "full_name": "Atlas SLV-3A Agena D",
          "variant": "SLV-3A Agena D"
        }
      },
      "mission": {
        "id": 2225,
        "name": "Canyon 1",
        "description": "Canyon was the first series of NRO's near geostationary ELINT/SIGINT satellites launched under the designation AFP-827 or Program 7500 for NRO's Program A. They were focussed on communications intelligence (COMINT).",
        "launch_designator": null,
        "type": "Government/Top Secret",
        "orbit": {
          "id": 1,
          "name": "Geostationary Orbit",
          "abbrev": "Direct-GEO"
        },
        "agencies": [],
        "info_urls": [],
        "vid_urls": []
      },
      "pad": {
        "id": 117,
        "url": "https://ll.thespacedevs.com/2.2.0/pad/117/?format=api",
        "agency_id": 161,
        "name": "Space Launch Complex 13",
        "description": null,
        "info_url": null,
        "wiki_url": "https://en.wikipedia.org/wiki/Cape_Canaveral_Launch_Complex_13",
        "map_url": "https://www.google.com/maps?q=28.4859,-80.546594",
        "latitude": "28.4859",
        "longitude": "-80.546594",
        "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": 1120,
          "total_landing_count": 75
        },
        "country_code": "USA",
        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_117_20200803143223.jpg",
        "total_launch_count": 21,
        "orbital_launch_attempt_count": 21
      },
      "webcast_live": false,
      "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/atlas-slv3a_age_image_20251204210844.jpg",
      "infographic": null,
      "program": [],
      "orbital_launch_attempt_count": 860,
      "location_launch_attempt_count": 219,
      "pad_launch_attempt_count": 11,
      "agency_launch_attempt_count": 453,
      "orbital_launch_attempt_count_year": 72,
      "location_launch_attempt_count_year": 5,
      "pad_launch_attempt_count_year": 2,
      "agency_launch_attempt_count_year": 20,
      "type": "normal"
    },
    {
      "id": "7cca0343-0985-467c-a145-658bfbbceb4d",
      "url": "https://ll.thespacedevs.com/2.2.0/launch/7cca0343-0985-467c-a145-658bfbbceb4d/?format=api",
      "slug": "atlas-slv-3-agena-d-lunar-orbiter-i",
      "name": "Atlas SLV-3 Agena D | Lunar Orbiter I",
      "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:24Z",
      "net": "1966-08-10T19:26:00Z",
      "window_end": "1966-08-10T19:26:00Z",
      "window_start": "1966-08-10T19:26: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": 3558,
        "configuration": {
          "id": 258,
          "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/258/?format=api",
          "name": "Atlas SLV-3 Agena D",
          "family": "Atlas",
          "full_name": "Atlas SLV-3 Agena D",
          "variant": "SLV-3 Agena D"
        }
      },
      "mission": {
        "id": 1978,
        "name": "Lunar Orbiter I",
        "description": "Lunar probe designed to photograph the surface of the Moon with a resolution down to 1 meter.",
        "launch_designator": null,
        "type": "Lunar Exploration",
        "orbit": {
          "id": 11,
          "name": "Lunar Orbit",
          "abbrev": "LO"
        },
        "agencies": [],
        "info_urls": [],
        "vid_urls": []
      },
      "pad": {
        "id": 117,
        "url": "https://ll.thespacedevs.com/2.2.0/pad/117/?format=api",
        "agency_id": 161,
        "name": "Space Launch Complex 13",
        "description": null,
        "info_url": null,
        "wiki_url": "https://en.wikipedia.org/wiki/Cape_Canaveral_Launch_Complex_13",
        "map_url": "https://www.google.com/maps?q=28.4859,-80.546594",
        "latitude": "28.4859",
        "longitude": "-80.546594",
        "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": 1120,
          "total_landing_count": 75
        },
        "country_code": "USA",
        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_117_20200803143223.jpg",
        "total_launch_count": 21,
        "orbital_launch_attempt_count": 21
      },
      "webcast_live": false,
      "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/atlas-slv3_agen_image_20251102060811.jpg",
      "infographic": null,
      "program": [],
      "orbital_launch_attempt_count": 597,
      "location_launch_attempt_count": 178,
      "pad_launch_attempt_count": 5,
      "agency_launch_attempt_count": 342,
      "orbital_launch_attempt_count_year": 80,
      "location_launch_attempt_count_year": 19,
      "pad_launch_attempt_count_year": 1,
      "agency_launch_attempt_count_year": 43,
      "type": "normal"
    },
    {
      "id": "e9db9d80-6ae5-49f1-bbb1-baf8d6f02604",
      "url": "https://ll.thespacedevs.com/2.2.0/launch/e9db9d80-6ae5-49f1-bbb1-baf8d6f02604/?format=api",
      "slug": "atlas-slv-3-agena-d-lunar-orbiter-2",
      "name": "Atlas SLV-3 Agena D | Lunar Orbiter 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:24Z",
      "net": "1966-11-06T23:21:00Z",
      "window_end": "1966-11-06T23:21:00Z",
      "window_start": "1966-11-06T23:21: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": 3590,
        "configuration": {
          "id": 258,
          "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/258/?format=api",
          "name": "Atlas SLV-3 Agena D",
          "family": "Atlas",
          "full_name": "Atlas SLV-3 Agena D",
          "variant": "SLV-3 Agena D"
        }
      },
      "mission": {
        "id": 2009,
        "name": "Lunar Orbiter 2",
        "description": "Lunar probe designed to photograph the surface of the Moon with a resolution down to 1 meter.",
        "launch_designator": null,
        "type": "Lunar Exploration",
        "orbit": {
          "id": 11,
          "name": "Lunar Orbit",
          "abbrev": "LO"
        },
        "agencies": [],
        "info_urls": [],
        "vid_urls": []
      },
      "pad": {
        "id": 117,
        "url": "https://ll.thespacedevs.com/2.2.0/pad/117/?format=api",
        "agency_id": 161,
        "name": "Space Launch Complex 13",
        "description": null,
        "info_url": null,
        "wiki_url": "https://en.wikipedia.org/wiki/Cape_Canaveral_Launch_Complex_13",
        "map_url": "https://www.google.com/maps?q=28.4859,-80.546594",
        "latitude": "28.4859",
        "longitude": "-80.546594",
        "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": 1120,
          "total_landing_count": 75
        },
        "country_code": "USA",
        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_117_20200803143223.jpg",
        "total_launch_count": 21,
        "orbital_launch_attempt_count": 21
      },
      "webcast_live": false,
      "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/atlas-slv3_agen_image_20251102060811.jpg",
      "infographic": null,
      "program": [],
      "orbital_launch_attempt_count": 628,
      "location_launch_attempt_count": 188,
      "pad_launch_attempt_count": 6,
      "agency_launch_attempt_count": 363,
      "orbital_launch_attempt_count_year": 111,
      "location_launch_attempt_count_year": 29,
      "pad_launch_attempt_count_year": 2,
      "agency_launch_attempt_count_year": 64,
      "type": "normal"
    },
    {
      "id": "88a19d66-08aa-491c-9b0b-efa94f19cacd",
      "url": "https://ll.thespacedevs.com/2.2.0/launch/88a19d66-08aa-491c-9b0b-efa94f19cacd/?format=api",
      "slug": "atlas-agena-d-vela-1a-1b",
      "name": "Atlas Agena D | Vela 1A & 1B",
      "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:24Z",
      "net": "1963-10-17T02:37:00Z",
      "window_end": "1963-10-17T02:37:00Z",
      "window_start": "1963-10-17T02:37: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": 3228,
        "configuration": {
          "id": 232,
          "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/232/?format=api",
          "name": "Atlas Agena D",
          "family": "Atlas",
          "full_name": "Atlas LV-3 Agena D",
          "variant": "Agena D"
        }
      },
      "mission": {
        "id": 1650,
        "name": "Vela 1A & 1B",
        "description": "The Vela (meaning \"watchman\" in Spanish) series of spacecraft were designed to monitor worldwide compliance with the 1963 nuclear test ban treaty.",
        "launch_designator": null,
        "type": "Government/Top Secret",
        "orbit": {
          "id": 0,
          "name": "Elliptical Orbit",
          "abbrev": "Elliptical"
        },
        "agencies": [],
        "info_urls": [],
        "vid_urls": []
      },
      "pad": {
        "id": 117,
        "url": "https://ll.thespacedevs.com/2.2.0/pad/117/?format=api",
        "agency_id": 161,
        "name": "Space Launch Complex 13",
        "description": null,
        "info_url": null,
        "wiki_url": "https://en.wikipedia.org/wiki/Cape_Canaveral_Launch_Complex_13",
        "map_url": "https://www.google.com/maps?q=28.4859,-80.546594",
        "latitude": "28.4859",
        "longitude": "-80.546594",
        "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": 1120,
          "total_landing_count": 75
        },
        "country_code": "USA",
        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_117_20200803143223.jpg",
        "total_launch_count": 21,
        "orbital_launch_attempt_count": 21
      },
      "webcast_live": false,
      "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/atlas-lv3_agena_image_20251128090110.png",
      "infographic": null,
      "program": [],
      "orbital_launch_attempt_count": 274,
      "location_launch_attempt_count": 103,
      "pad_launch_attempt_count": 1,
      "agency_launch_attempt_count": 165,
      "orbital_launch_attempt_count_year": 50,
      "location_launch_attempt_count_year": 9,
      "pad_launch_attempt_count_year": 1,
      "agency_launch_attempt_count_year": 39,
      "type": "normal"
    },
    {
      "id": "957a7ced-7d93-45fa-b0d1-ab59932d045f",
      "url": "https://ll.thespacedevs.com/2.2.0/launch/957a7ced-7d93-45fa-b0d1-ab59932d045f/?format=api",
      "slug": "atlas-slv-3a-agena-d-canyon-7",
      "name": "Atlas SLV-3A Agena D | Canyon 7",
      "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:24Z",
      "net": "1977-05-23T18:13:00Z",
      "window_end": "1977-05-23T18:13:00Z",
      "window_start": "1977-05-23T18:13: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": 4828,
        "configuration": {
          "id": 259,
          "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/259/?format=api",
          "name": "Atlas SLV-3A Agena D",
          "family": "Atlas",
          "full_name": "Atlas SLV-3A Agena D",
          "variant": "SLV-3A Agena D"
        }
      },
      "mission": {
        "id": 3245,
        "name": "Canyon 7",
        "description": "Canyon was the first series of NRO's near geostationary ELINT/SIGINT satellites launched under the designation AFP-827 or Program 7500 for NRO's Program A. They were focussed on communications intelligence (COMINT).",
        "launch_designator": null,
        "type": "Government/Top Secret",
        "orbit": {
          "id": 1,
          "name": "Geostationary Orbit",
          "abbrev": "Direct-GEO"
        },
        "agencies": [],
        "info_urls": [],
        "vid_urls": []
      },
      "pad": {
        "id": 117,
        "url": "https://ll.thespacedevs.com/2.2.0/pad/117/?format=api",
        "agency_id": 161,
        "name": "Space Launch Complex 13",
        "description": null,
        "info_url": null,
        "wiki_url": "https://en.wikipedia.org/wiki/Cape_Canaveral_Launch_Complex_13",
        "map_url": "https://www.google.com/maps?q=28.4859,-80.546594",
        "latitude": "28.4859",
        "longitude": "-80.546594",
        "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": 1120,
          "total_landing_count": 75
        },
        "country_code": "USA",
        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_117_20200803143223.jpg",
        "total_launch_count": 21,
        "orbital_launch_attempt_count": 21
      },
      "webcast_live": false,
      "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/atlas-slv3a_age_image_20251204210844.jpg",
      "infographic": null,
      "program": [],
      "orbital_launch_attempt_count": 1954,
      "location_launch_attempt_count": 323,
      "pad_launch_attempt_count": 19,
      "agency_launch_attempt_count": 687,
      "orbital_launch_attempt_count_year": 39,
      "location_launch_attempt_count_year": 6,
      "pad_launch_attempt_count_year": 1,
      "agency_launch_attempt_count_year": 7,
      "type": "normal"
    }
  ]
}