API endpoint that returns all Launch objects or a single launch.

EXAMPLE - /launch// 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'

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.0.0/launch/?format=api&offset=670&ordering=name
HTTP 200 OK
Allow: GET
Content-Type: application/json
Vary: Accept

{
  "count": 7856,
  "next": "https://ll.thespacedevs.com/2.0.0/launch/?format=api&limit=10&offset=680&ordering=name",
  "previous": "https://ll.thespacedevs.com/2.0.0/launch/?format=api&limit=10&offset=660&ordering=name",
  "results": [
    {
      "id": "7e6c32c1-fee4-4bcb-9bf7-e71eac46fad8",
      "url": "https://ll.thespacedevs.com/2.0.0/launch/7e6c32c1-fee4-4bcb-9bf7-e71eac46fad8/?format=api",
      "launch_library_id": null,
      "slug": "atlas-slv-3d-centaur-intelsat-506",
      "name": "Atlas SLV-3D Centaur | Intelsat 506",
      "status": {
        "id": 3,
        "name": "Success"
      },
      "net": "1983-05-19T22:26:00Z",
      "window_end": "1983-05-19T22:26:00Z",
      "window_start": "1983-05-19T22:26:00Z",
      "inhold": false,
      "tbdtime": false,
      "tbddate": false,
      "probability": null,
      "holdreason": "",
      "failreason": null,
      "hashtag": null,
      "launch_service_provider": {
        "id": 161,
        "url": "https://ll.thespacedevs.com/2.0.0/agencies/161/?format=api",
        "name": "United States Air Force",
        "type": "Government"
      },
      "rocket": {
        "id": 5519,
        "configuration": {
          "id": 261,
          "launch_library_id": null,
          "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/261/?format=api",
          "name": "Atlas SLV-3D Centaur",
          "family": "Atlas",
          "full_name": "Atlas SLV-3D Centaur",
          "variant": "SLV-3D Centaur"
        }
      },
      "mission": {
        "id": 3923,
        "launch_library_id": null,
        "name": "Intelsat 506",
        "description": "Geostationary communications satellite",
        "launch_designator": null,
        "type": "Communications",
        "orbit": {
          "id": 1,
          "name": "Geostationary Orbit",
          "abbrev": "Direct-GEO"
        }
      },
      "pad": {
        "id": 121,
        "url": "https://ll.thespacedevs.com/2.0.0/pad/121/?format=api",
        "agency_id": 161,
        "name": "Launch Complex 36A",
        "info_url": null,
        "wiki_url": "https://en.wikipedia.org/wiki/Cape_Canaveral_Launch_Complex_36",
        "map_url": "https://www.google.com/maps?q=28.4705556,-80.542194",
        "latitude": "28.4705556",
        "longitude": "-80.542194",
        "location": {
          "id": 12,
          "url": "https://ll.thespacedevs.com/2.0.0/location/12/?format=api",
          "name": "Cape Canaveral SFS, FL, USA",
          "country_code": "USA",
          "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_12_20200803142519.jpg",
          "total_launch_count": 1106,
          "total_landing_count": 74
        },
        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_121_20200803143231.jpg",
        "total_launch_count": 71
      },
      "webcast_live": false,
      "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/atlas_slv-3d_li_image_20251103141732.jpeg",
      "infographic": null,
      "program": []
    },
    {
      "id": "cc6ec3d6-4eff-4dff-a1b9-7dafe332d8d1",
      "url": "https://ll.thespacedevs.com/2.0.0/launch/cc6ec3d6-4eff-4dff-a1b9-7dafe332d8d1/?format=api",
      "launch_library_id": null,
      "slug": "atlas-slv-3d-centaur-intelsat-iv-f1",
      "name": "Atlas SLV-3D Centaur | INTELSAT IV F1",
      "status": {
        "id": 3,
        "name": "Success"
      },
      "net": "1975-05-22T22:04:00Z",
      "window_end": "1975-05-22T22:04:00Z",
      "window_start": "1975-05-22T22:04:00Z",
      "inhold": false,
      "tbdtime": false,
      "tbddate": false,
      "probability": null,
      "holdreason": "",
      "failreason": null,
      "hashtag": null,
      "launch_service_provider": {
        "id": 161,
        "url": "https://ll.thespacedevs.com/2.0.0/agencies/161/?format=api",
        "name": "United States Air Force",
        "type": "Government"
      },
      "rocket": {
        "id": 4583,
        "configuration": {
          "id": 261,
          "launch_library_id": null,
          "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/261/?format=api",
          "name": "Atlas SLV-3D Centaur",
          "family": "Atlas",
          "full_name": "Atlas SLV-3D Centaur",
          "variant": "SLV-3D Centaur"
        }
      },
      "mission": {
        "id": 3001,
        "launch_library_id": null,
        "name": "INTELSAT IV F1",
        "description": "Geostationary communications satellite developed by Hughes Aircraft Company",
        "launch_designator": null,
        "type": "Communications",
        "orbit": {
          "id": 1,
          "name": "Geostationary Orbit",
          "abbrev": "Direct-GEO"
        }
      },
      "pad": {
        "id": 121,
        "url": "https://ll.thespacedevs.com/2.0.0/pad/121/?format=api",
        "agency_id": 161,
        "name": "Launch Complex 36A",
        "info_url": null,
        "wiki_url": "https://en.wikipedia.org/wiki/Cape_Canaveral_Launch_Complex_36",
        "map_url": "https://www.google.com/maps?q=28.4705556,-80.542194",
        "latitude": "28.4705556",
        "longitude": "-80.542194",
        "location": {
          "id": 12,
          "url": "https://ll.thespacedevs.com/2.0.0/location/12/?format=api",
          "name": "Cape Canaveral SFS, FL, USA",
          "country_code": "USA",
          "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_12_20200803142519.jpg",
          "total_launch_count": 1106,
          "total_landing_count": 74
        },
        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_121_20200803143231.jpg",
        "total_launch_count": 71
      },
      "webcast_live": false,
      "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/atlas_slv-3d_li_image_20251103141732.jpeg",
      "infographic": null,
      "program": []
    },
    {
      "id": "51ad9443-70e5-427e-990c-d44f452e9e13",
      "url": "https://ll.thespacedevs.com/2.0.0/launch/51ad9443-70e5-427e-990c-d44f452e9e13/?format=api",
      "launch_library_id": null,
      "slug": "atlas-slv-3d-centaur-intelsat-iv-f6",
      "name": "Atlas SLV-3D Centaur | INTELSAT IV F6",
      "status": {
        "id": 4,
        "name": "Failure"
      },
      "net": "1975-02-20T23:35:00Z",
      "window_end": "1975-02-20T23:35:00Z",
      "window_start": "1975-02-20T23:35:00Z",
      "inhold": false,
      "tbdtime": false,
      "tbddate": false,
      "probability": null,
      "holdreason": "",
      "failreason": null,
      "hashtag": null,
      "launch_service_provider": {
        "id": 161,
        "url": "https://ll.thespacedevs.com/2.0.0/agencies/161/?format=api",
        "name": "United States Air Force",
        "type": "Government"
      },
      "rocket": {
        "id": 4553,
        "configuration": {
          "id": 261,
          "launch_library_id": null,
          "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/261/?format=api",
          "name": "Atlas SLV-3D Centaur",
          "family": "Atlas",
          "full_name": "Atlas SLV-3D Centaur",
          "variant": "SLV-3D Centaur"
        }
      },
      "mission": {
        "id": 2971,
        "launch_library_id": null,
        "name": "INTELSAT IV F6",
        "description": "Geostationary communications satellite developed by Hughes Aircraft Company",
        "launch_designator": null,
        "type": "Communications",
        "orbit": {
          "id": 1,
          "name": "Geostationary Orbit",
          "abbrev": "Direct-GEO"
        }
      },
      "pad": {
        "id": 121,
        "url": "https://ll.thespacedevs.com/2.0.0/pad/121/?format=api",
        "agency_id": 161,
        "name": "Launch Complex 36A",
        "info_url": null,
        "wiki_url": "https://en.wikipedia.org/wiki/Cape_Canaveral_Launch_Complex_36",
        "map_url": "https://www.google.com/maps?q=28.4705556,-80.542194",
        "latitude": "28.4705556",
        "longitude": "-80.542194",
        "location": {
          "id": 12,
          "url": "https://ll.thespacedevs.com/2.0.0/location/12/?format=api",
          "name": "Cape Canaveral SFS, FL, USA",
          "country_code": "USA",
          "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_12_20200803142519.jpg",
          "total_launch_count": 1106,
          "total_landing_count": 74
        },
        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_121_20200803143231.jpg",
        "total_launch_count": 71
      },
      "webcast_live": false,
      "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/atlas_slv-3d_li_image_20251103141732.jpeg",
      "infographic": null,
      "program": []
    },
    {
      "id": "aa0704b2-0c1f-411b-83d3-6b4390ef9f96",
      "url": "https://ll.thespacedevs.com/2.0.0/launch/aa0704b2-0c1f-411b-83d3-6b4390ef9f96/?format=api",
      "launch_library_id": null,
      "slug": "atlas-slv-3d-centaur-intelsat-iv-f7",
      "name": "Atlas SLV-3D Centaur | INTELSAT IV F7",
      "status": {
        "id": 3,
        "name": "Success"
      },
      "net": "1973-08-23T22:57:02Z",
      "window_end": "1973-08-23T22:57:02Z",
      "window_start": "1973-08-23T22:57:02Z",
      "inhold": false,
      "tbdtime": false,
      "tbddate": false,
      "probability": null,
      "holdreason": "",
      "failreason": null,
      "hashtag": null,
      "launch_service_provider": {
        "id": 161,
        "url": "https://ll.thespacedevs.com/2.0.0/agencies/161/?format=api",
        "name": "United States Air Force",
        "type": "Government"
      },
      "rocket": {
        "id": 4388,
        "configuration": {
          "id": 261,
          "launch_library_id": null,
          "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/261/?format=api",
          "name": "Atlas SLV-3D Centaur",
          "family": "Atlas",
          "full_name": "Atlas SLV-3D Centaur",
          "variant": "SLV-3D Centaur"
        }
      },
      "mission": {
        "id": 2806,
        "launch_library_id": null,
        "name": "INTELSAT IV F7",
        "description": "Geostationary communications satellite developed by Hughes Aircraft Company",
        "launch_designator": null,
        "type": "Communications",
        "orbit": {
          "id": 1,
          "name": "Geostationary Orbit",
          "abbrev": "Direct-GEO"
        }
      },
      "pad": {
        "id": 121,
        "url": "https://ll.thespacedevs.com/2.0.0/pad/121/?format=api",
        "agency_id": 161,
        "name": "Launch Complex 36A",
        "info_url": null,
        "wiki_url": "https://en.wikipedia.org/wiki/Cape_Canaveral_Launch_Complex_36",
        "map_url": "https://www.google.com/maps?q=28.4705556,-80.542194",
        "latitude": "28.4705556",
        "longitude": "-80.542194",
        "location": {
          "id": 12,
          "url": "https://ll.thespacedevs.com/2.0.0/location/12/?format=api",
          "name": "Cape Canaveral SFS, FL, USA",
          "country_code": "USA",
          "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_12_20200803142519.jpg",
          "total_launch_count": 1106,
          "total_landing_count": 74
        },
        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_121_20200803143231.jpg",
        "total_launch_count": 71
      },
      "webcast_live": false,
      "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/atlas_slv-3d_li_image_20251103141732.jpeg",
      "infographic": null,
      "program": []
    },
    {
      "id": "be328ab7-d640-4f58-b3cb-d5687ada07fc",
      "url": "https://ll.thespacedevs.com/2.0.0/launch/be328ab7-d640-4f58-b3cb-d5687ada07fc/?format=api",
      "launch_library_id": null,
      "slug": "atlas-slv-3d-centaur-intelsat-iv-f8",
      "name": "Atlas SLV-3D Centaur | INTELSAT IV F8",
      "status": {
        "id": 3,
        "name": "Success"
      },
      "net": "1974-11-21T23:43:59Z",
      "window_end": "1974-11-21T23:43:59Z",
      "window_start": "1974-11-21T23:43:59Z",
      "inhold": false,
      "tbdtime": false,
      "tbddate": false,
      "probability": null,
      "holdreason": "",
      "failreason": null,
      "hashtag": null,
      "launch_service_provider": {
        "id": 161,
        "url": "https://ll.thespacedevs.com/2.0.0/agencies/161/?format=api",
        "name": "United States Air Force",
        "type": "Government"
      },
      "rocket": {
        "id": 4529,
        "configuration": {
          "id": 261,
          "launch_library_id": null,
          "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/261/?format=api",
          "name": "Atlas SLV-3D Centaur",
          "family": "Atlas",
          "full_name": "Atlas SLV-3D Centaur",
          "variant": "SLV-3D Centaur"
        }
      },
      "mission": {
        "id": 2947,
        "launch_library_id": null,
        "name": "INTELSAT IV F8",
        "description": "Geostationary communications satellite developed by Hughes Aircraft Company",
        "launch_designator": null,
        "type": "Communications",
        "orbit": {
          "id": 1,
          "name": "Geostationary Orbit",
          "abbrev": "Direct-GEO"
        }
      },
      "pad": {
        "id": 122,
        "url": "https://ll.thespacedevs.com/2.0.0/pad/122/?format=api",
        "agency_id": 161,
        "name": "Launch Complex 36B",
        "info_url": null,
        "wiki_url": "https://en.wikipedia.org/wiki/Cape_Canaveral_Launch_Complex_36",
        "map_url": "https://www.google.com/maps?q=28.4705556,-80.542194",
        "latitude": "28.4705556",
        "longitude": "-80.542194",
        "location": {
          "id": 12,
          "url": "https://ll.thespacedevs.com/2.0.0/location/12/?format=api",
          "name": "Cape Canaveral SFS, FL, USA",
          "country_code": "USA",
          "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_12_20200803142519.jpg",
          "total_launch_count": 1106,
          "total_landing_count": 74
        },
        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_122_20200803143232.jpg",
        "total_launch_count": 76
      },
      "webcast_live": false,
      "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/atlas_slv-3d_li_image_20251103141732.jpeg",
      "infographic": null,
      "program": []
    },
    {
      "id": "30d2cf7b-1a41-4887-88c7-c5559be70c33",
      "url": "https://ll.thespacedevs.com/2.0.0/launch/30d2cf7b-1a41-4887-88c7-c5559be70c33/?format=api",
      "launch_library_id": null,
      "slug": "atlas-slv-3d-centaur-mariner-10",
      "name": "Atlas SLV-3D Centaur | Mariner 10",
      "status": {
        "id": 3,
        "name": "Success"
      },
      "net": "1973-11-03T05:45:00Z",
      "window_end": "1973-11-03T05:45:00Z",
      "window_start": "1973-11-03T05:45:00Z",
      "inhold": false,
      "tbdtime": false,
      "tbddate": false,
      "probability": null,
      "holdreason": "",
      "failreason": null,
      "hashtag": null,
      "launch_service_provider": {
        "id": 161,
        "url": "https://ll.thespacedevs.com/2.0.0/agencies/161/?format=api",
        "name": "United States Air Force",
        "type": "Government"
      },
      "rocket": {
        "id": 4415,
        "configuration": {
          "id": 261,
          "launch_library_id": null,
          "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/261/?format=api",
          "name": "Atlas SLV-3D Centaur",
          "family": "Atlas",
          "full_name": "Atlas SLV-3D Centaur",
          "variant": "SLV-3D Centaur"
        }
      },
      "mission": {
        "id": 2833,
        "launch_library_id": null,
        "name": "Mariner 10",
        "description": "Venus and Mercury fly-by probe",
        "launch_designator": null,
        "type": "Robotic Exploration",
        "orbit": {
          "id": 24,
          "name": "Mercury flyby",
          "abbrev": "Mercury flyby"
        }
      },
      "pad": {
        "id": 122,
        "url": "https://ll.thespacedevs.com/2.0.0/pad/122/?format=api",
        "agency_id": 161,
        "name": "Launch Complex 36B",
        "info_url": null,
        "wiki_url": "https://en.wikipedia.org/wiki/Cape_Canaveral_Launch_Complex_36",
        "map_url": "https://www.google.com/maps?q=28.4705556,-80.542194",
        "latitude": "28.4705556",
        "longitude": "-80.542194",
        "location": {
          "id": 12,
          "url": "https://ll.thespacedevs.com/2.0.0/location/12/?format=api",
          "name": "Cape Canaveral SFS, FL, USA",
          "country_code": "USA",
          "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_12_20200803142519.jpg",
          "total_launch_count": 1106,
          "total_landing_count": 74
        },
        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_122_20200803143232.jpg",
        "total_launch_count": 76
      },
      "webcast_live": false,
      "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/atlas_slv-3d_li_image_20251103141732.jpeg",
      "infographic": null,
      "program": []
    },
    {
      "id": "7d7b6f9c-4e6f-40f5-8b53-2430282f9b81",
      "url": "https://ll.thespacedevs.com/2.0.0/launch/7d7b6f9c-4e6f-40f5-8b53-2430282f9b81/?format=api",
      "launch_library_id": null,
      "slug": "atlas-slv-3d-centaur-pioneer-11",
      "name": "Atlas SLV-3D Centaur | Pioneer 11",
      "status": {
        "id": 3,
        "name": "Success"
      },
      "net": "1973-04-06T02:11:00Z",
      "window_end": "1973-04-06T02:11:00Z",
      "window_start": "1973-04-06T02:11:00Z",
      "inhold": false,
      "tbdtime": false,
      "tbddate": false,
      "probability": null,
      "holdreason": "",
      "failreason": null,
      "hashtag": null,
      "launch_service_provider": {
        "id": 161,
        "url": "https://ll.thespacedevs.com/2.0.0/agencies/161/?format=api",
        "name": "United States Air Force",
        "type": "Government"
      },
      "rocket": {
        "id": 4347,
        "configuration": {
          "id": 261,
          "launch_library_id": null,
          "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/261/?format=api",
          "name": "Atlas SLV-3D Centaur",
          "family": "Atlas",
          "full_name": "Atlas SLV-3D Centaur",
          "variant": "SLV-3D Centaur"
        }
      },
      "mission": {
        "id": 2765,
        "launch_library_id": null,
        "name": "Pioneer 11",
        "description": "Probe sent to the outer solar system",
        "launch_designator": null,
        "type": "Robotic Exploration",
        "orbit": {
          "id": 14,
          "name": "Solar Escape Trajectory",
          "abbrev": "Solar Esc."
        }
      },
      "pad": {
        "id": 122,
        "url": "https://ll.thespacedevs.com/2.0.0/pad/122/?format=api",
        "agency_id": 161,
        "name": "Launch Complex 36B",
        "info_url": null,
        "wiki_url": "https://en.wikipedia.org/wiki/Cape_Canaveral_Launch_Complex_36",
        "map_url": "https://www.google.com/maps?q=28.4705556,-80.542194",
        "latitude": "28.4705556",
        "longitude": "-80.542194",
        "location": {
          "id": 12,
          "url": "https://ll.thespacedevs.com/2.0.0/location/12/?format=api",
          "name": "Cape Canaveral SFS, FL, USA",
          "country_code": "USA",
          "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_12_20200803142519.jpg",
          "total_launch_count": 1106,
          "total_landing_count": 74
        },
        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_122_20200803143232.jpg",
        "total_launch_count": 76
      },
      "webcast_live": false,
      "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/atlas_slv-3d_li_image_20251103141732.jpeg",
      "infographic": null,
      "program": []
    },
    {
      "id": "d103114a-629e-4ead-99a3-ba543d0e8149",
      "url": "https://ll.thespacedevs.com/2.0.0/launch/d103114a-629e-4ead-99a3-ba543d0e8149/?format=api",
      "launch_library_id": null,
      "slug": "atlas-slv-3d-centaur-pioneer-venus-multiprobe",
      "name": "Atlas SLV-3D Centaur | Pioneer Venus Multiprobe",
      "status": {
        "id": 3,
        "name": "Success"
      },
      "net": "1978-08-08T07:33:00Z",
      "window_end": "1978-08-08T07:33:00Z",
      "window_start": "1978-08-08T07:33:00Z",
      "inhold": false,
      "tbdtime": false,
      "tbddate": false,
      "probability": null,
      "holdreason": "",
      "failreason": null,
      "hashtag": null,
      "launch_service_provider": {
        "id": 161,
        "url": "https://ll.thespacedevs.com/2.0.0/agencies/161/?format=api",
        "name": "United States Air Force",
        "type": "Government"
      },
      "rocket": {
        "id": 4987,
        "configuration": {
          "id": 261,
          "launch_library_id": null,
          "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/261/?format=api",
          "name": "Atlas SLV-3D Centaur",
          "family": "Atlas",
          "full_name": "Atlas SLV-3D Centaur",
          "variant": "SLV-3D Centaur"
        }
      },
      "mission": {
        "id": 3402,
        "launch_library_id": null,
        "name": "Pioneer Venus Multiprobe",
        "description": "Bus carrying one large and three small atmospheric probes which landed on Venus",
        "launch_designator": null,
        "type": "Robotic Exploration",
        "orbit": {
          "id": 22,
          "name": "Venus flyby",
          "abbrev": "Venus flyby"
        }
      },
      "pad": {
        "id": 121,
        "url": "https://ll.thespacedevs.com/2.0.0/pad/121/?format=api",
        "agency_id": 161,
        "name": "Launch Complex 36A",
        "info_url": null,
        "wiki_url": "https://en.wikipedia.org/wiki/Cape_Canaveral_Launch_Complex_36",
        "map_url": "https://www.google.com/maps?q=28.4705556,-80.542194",
        "latitude": "28.4705556",
        "longitude": "-80.542194",
        "location": {
          "id": 12,
          "url": "https://ll.thespacedevs.com/2.0.0/location/12/?format=api",
          "name": "Cape Canaveral SFS, FL, USA",
          "country_code": "USA",
          "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_12_20200803142519.jpg",
          "total_launch_count": 1106,
          "total_landing_count": 74
        },
        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_121_20200803143231.jpg",
        "total_launch_count": 71
      },
      "webcast_live": false,
      "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/atlas_slv-3d_li_image_20251103141732.jpeg",
      "infographic": null,
      "program": []
    },
    {
      "id": "6a0820d0-2f4d-4a3e-9d00-71d800182982",
      "url": "https://ll.thespacedevs.com/2.0.0/launch/6a0820d0-2f4d-4a3e-9d00-71d800182982/?format=api",
      "launch_library_id": null,
      "slug": "atlas-slv-3d-centaur-pioneer-venus-orbiter",
      "name": "Atlas SLV-3D Centaur | Pioneer Venus Orbiter",
      "status": {
        "id": 3,
        "name": "Success"
      },
      "net": "1978-05-20T13:13:00Z",
      "window_end": "1978-05-20T13:13:00Z",
      "window_start": "1978-05-20T13:13:00Z",
      "inhold": false,
      "tbdtime": false,
      "tbddate": false,
      "probability": null,
      "holdreason": "",
      "failreason": null,
      "hashtag": null,
      "launch_service_provider": {
        "id": 161,
        "url": "https://ll.thespacedevs.com/2.0.0/agencies/161/?format=api",
        "name": "United States Air Force",
        "type": "Government"
      },
      "rocket": {
        "id": 4963,
        "configuration": {
          "id": 261,
          "launch_library_id": null,
          "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/261/?format=api",
          "name": "Atlas SLV-3D Centaur",
          "family": "Atlas",
          "full_name": "Atlas SLV-3D Centaur",
          "variant": "SLV-3D Centaur"
        }
      },
      "mission": {
        "id": 3379,
        "launch_library_id": null,
        "name": "Pioneer Venus Orbiter",
        "description": "Venus orbiter carrying 17 expriments",
        "launch_designator": null,
        "type": "Robotic Exploration",
        "orbit": {
          "id": 20,
          "name": "Venus Orbit",
          "abbrev": "Venus"
        }
      },
      "pad": {
        "id": 121,
        "url": "https://ll.thespacedevs.com/2.0.0/pad/121/?format=api",
        "agency_id": 161,
        "name": "Launch Complex 36A",
        "info_url": null,
        "wiki_url": "https://en.wikipedia.org/wiki/Cape_Canaveral_Launch_Complex_36",
        "map_url": "https://www.google.com/maps?q=28.4705556,-80.542194",
        "latitude": "28.4705556",
        "longitude": "-80.542194",
        "location": {
          "id": 12,
          "url": "https://ll.thespacedevs.com/2.0.0/location/12/?format=api",
          "name": "Cape Canaveral SFS, FL, USA",
          "country_code": "USA",
          "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_12_20200803142519.jpg",
          "total_launch_count": 1106,
          "total_landing_count": 74
        },
        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_121_20200803143231.jpg",
        "total_launch_count": 71
      },
      "webcast_live": false,
      "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/atlas_slv-3d_li_image_20251103141732.jpeg",
      "infographic": null,
      "program": []
    },
    {
      "id": "6c270cb2-9b99-44b1-bfc1-e30aa5efa4b8",
      "url": "https://ll.thespacedevs.com/2.0.0/launch/6c270cb2-9b99-44b1-bfc1-e30aa5efa4b8/?format=api",
      "launch_library_id": null,
      "slug": "atlas-slv-3-prime-1",
      "name": "Atlas SLV-3 | PRIME 1",
      "status": {
        "id": 3,
        "name": "Success"
      },
      "net": "1966-12-21T22:15:02Z",
      "window_end": "1966-12-21T22:15:02Z",
      "window_start": "1966-12-21T22:15:02Z",
      "inhold": false,
      "tbdtime": false,
      "tbddate": false,
      "probability": null,
      "holdreason": "",
      "failreason": null,
      "hashtag": null,
      "launch_service_provider": {
        "id": 161,
        "url": "https://ll.thespacedevs.com/2.0.0/agencies/161/?format=api",
        "name": "United States Air Force",
        "type": "Government"
      },
      "rocket": {
        "id": 3607,
        "configuration": {
          "id": 256,
          "launch_library_id": null,
          "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/256/?format=api",
          "name": "Atlas SLV-3",
          "family": "Atlas",
          "full_name": "Atlas SLV-3",
          "variant": "SLV-3"
        }
      },
      "mission": {
        "id": 2026,
        "launch_library_id": null,
        "name": "PRIME 1",
        "description": "The Martin X-23 PRIME (Precision Recovery Including Maneuvering Entry) was a small uncrewed lifting body re-entry vehicle tested by the United States Air Force in the late 1960s. PRIME 1 was launched on 21 December 1966 on a mission to simulate a low-earth orbit reentry with a zero cross-range. The ballute deployed at 30.43 km, though the recovery parachute failed to completely deploy. The vehicle crashed into the Pacific Ocean and was not recovered.",
        "launch_designator": null,
        "type": "Test Flight",
        "orbit": {
          "id": 15,
          "name": "Suborbital",
          "abbrev": "Sub"
        }
      },
      "pad": {
        "id": 24,
        "url": "https://ll.thespacedevs.com/2.0.0/pad/24/?format=api",
        "agency_id": 161,
        "name": "Space Launch Complex 3E",
        "info_url": null,
        "wiki_url": "https://en.wikipedia.org/wiki/Vandenberg_Space_Launch_Complex_3#SLC-3E",
        "map_url": "https://www.google.com/maps?q=34.64,-120.5895",
        "latitude": "34.64",
        "longitude": "-120.5895",
        "location": {
          "id": 11,
          "url": "https://ll.thespacedevs.com/2.0.0/location/11/?format=api",
          "name": "Vandenberg SFB, CA, USA",
          "country_code": "USA",
          "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_11_20200803142416.jpg",
          "total_launch_count": 881,
          "total_landing_count": 34
        },
        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_24_20200803143552.jpg",
        "total_launch_count": 48
      },
      "webcast_live": false,
      "image": null,
      "infographic": null,
      "program": []
    }
  ]
}