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=660&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=670&ordering=name",
  "previous": "https://ll.thespacedevs.com/2.0.0/launch/?format=api&limit=10&offset=650&ordering=name",
  "results": [
    {
      "id": "c3a3d2db-a493-4b55-8586-87cb6745cee4",
      "url": "https://ll.thespacedevs.com/2.0.0/launch/c3a3d2db-a493-4b55-8586-87cb6745cee4/?format=api",
      "launch_library_id": null,
      "slug": "atlas-slv-3d-centaur-intelsat-4a-2",
      "name": "Atlas SLV-3D Centaur | Intelsat-4A 2",
      "status": {
        "id": 3,
        "name": "Success"
      },
      "net": "1976-01-29T23:56:00Z",
      "window_end": "1976-01-29T23:56:00Z",
      "window_start": "1976-01-29T23:56: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": 4672,
        "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": 3090,
        "launch_library_id": null,
        "name": "Intelsat-4A 2",
        "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": "721cd670-360f-43c0-9386-a11436273ad3",
      "url": "https://ll.thespacedevs.com/2.0.0/launch/721cd670-360f-43c0-9386-a11436273ad3/?format=api",
      "launch_library_id": null,
      "slug": "atlas-slv-3d-centaur-intelsat-4a-3",
      "name": "Atlas SLV-3D Centaur | Intelsat-4A 3",
      "status": {
        "id": 3,
        "name": "Success"
      },
      "net": "1978-01-07T00:15:00Z",
      "window_end": "1978-01-07T00:15:00Z",
      "window_start": "1978-01-07T00:15: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": 4917,
        "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": 3333,
        "launch_library_id": null,
        "name": "Intelsat-4A 3",
        "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": "d8407dd0-6aac-4af2-8a88-729300996a81",
      "url": "https://ll.thespacedevs.com/2.0.0/launch/d8407dd0-6aac-4af2-8a88-729300996a81/?format=api",
      "launch_library_id": null,
      "slug": "atlas-slv-3d-centaur-intelsat-4a-4",
      "name": "Atlas SLV-3D Centaur | Intelsat-4A 4",
      "status": {
        "id": 3,
        "name": "Success"
      },
      "net": "1977-05-26T21:47:01Z",
      "window_end": "1977-05-26T21:47:01Z",
      "window_start": "1977-05-26T21:47:01Z",
      "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": 4831,
        "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": 3248,
        "launch_library_id": null,
        "name": "Intelsat-4A 4",
        "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": "95dee817-97c7-4373-ae0a-ad24a3eab858",
      "url": "https://ll.thespacedevs.com/2.0.0/launch/95dee817-97c7-4373-ae0a-ad24a3eab858/?format=api",
      "launch_library_id": null,
      "slug": "atlas-slv-3d-centaur-intelsat-4a-5",
      "name": "Atlas SLV-3D Centaur | Intelsat-4A 5",
      "status": {
        "id": 4,
        "name": "Failure"
      },
      "net": "1977-09-30T01:02:59Z",
      "window_end": "1977-09-30T01:02:59Z",
      "window_start": "1977-09-30T01:02: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": 4889,
        "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": 3305,
        "launch_library_id": null,
        "name": "Intelsat-4A 5",
        "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": "64dd8316-5912-4524-b19e-edc9c458308a",
      "url": "https://ll.thespacedevs.com/2.0.0/launch/64dd8316-5912-4524-b19e-edc9c458308a/?format=api",
      "launch_library_id": null,
      "slug": "atlas-slv-3d-centaur-intelsat-4a-6",
      "name": "Atlas SLV-3D Centaur | Intelsat-4A 6",
      "status": {
        "id": 3,
        "name": "Success"
      },
      "net": "1978-03-31T23:36:01Z",
      "window_end": "1978-03-31T23:36:01Z",
      "window_start": "1978-03-31T23:36:01Z",
      "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": 4948,
        "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": 3364,
        "launch_library_id": null,
        "name": "Intelsat-4A 6",
        "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": "7d6ee60b-8d70-4170-a3e5-d9bb7c416a5e",
      "url": "https://ll.thespacedevs.com/2.0.0/launch/7d6ee60b-8d70-4170-a3e5-d9bb7c416a5e/?format=api",
      "launch_library_id": null,
      "slug": "atlas-slv-3d-centaur-intelsat-501",
      "name": "Atlas SLV-3D Centaur | Intelsat 501",
      "status": {
        "id": 3,
        "name": "Success"
      },
      "net": "1981-05-23T22:42:00Z",
      "window_end": "1981-05-23T22:42:00Z",
      "window_start": "1981-05-23T22:42: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": 5281,
        "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": 3690,
        "launch_library_id": null,
        "name": "Intelsat 501",
        "description": "Geostationary communications satellite",
        "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": "d4222577-62a7-4c12-8e49-fcb7688cccfe",
      "url": "https://ll.thespacedevs.com/2.0.0/launch/d4222577-62a7-4c12-8e49-fcb7688cccfe/?format=api",
      "launch_library_id": null,
      "slug": "atlas-slv-3d-centaur-intelsat-502",
      "name": "Atlas SLV-3D Centaur | Intelsat 502",
      "status": {
        "id": 3,
        "name": "Success"
      },
      "net": "1980-12-06T23:31:00Z",
      "window_end": "1980-12-06T23:31:00Z",
      "window_start": "1980-12-06T23:31: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": 5226,
        "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": 3636,
        "launch_library_id": null,
        "name": "Intelsat 502",
        "description": "Geostationary communications satellite",
        "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": "fa0d77af-0062-4478-8051-05fc19f7b5a0",
      "url": "https://ll.thespacedevs.com/2.0.0/launch/fa0d77af-0062-4478-8051-05fc19f7b5a0/?format=api",
      "launch_library_id": null,
      "slug": "atlas-slv-3d-centaur-intelsat-503",
      "name": "Atlas SLV-3D Centaur | Intelsat 503",
      "status": {
        "id": 3,
        "name": "Success"
      },
      "net": "1981-12-15T23:35:00Z",
      "window_end": "1981-12-15T23:35:00Z",
      "window_start": "1981-12-15T23: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": 5349,
        "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": 3757,
        "launch_library_id": null,
        "name": "Intelsat 503",
        "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": "3af6fbaf-ad6b-4f6f-8d15-dc2e5ea28cf5",
      "url": "https://ll.thespacedevs.com/2.0.0/launch/3af6fbaf-ad6b-4f6f-8d15-dc2e5ea28cf5/?format=api",
      "launch_library_id": null,
      "slug": "atlas-slv-3d-centaur-intelsat-504",
      "name": "Atlas SLV-3D Centaur | Intelsat 504",
      "status": {
        "id": 3,
        "name": "Success"
      },
      "net": "1982-03-05T00:23:00Z",
      "window_end": "1982-03-05T00:23:00Z",
      "window_start": "1982-03-05T00:23: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": 5372,
        "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": 3779,
        "launch_library_id": null,
        "name": "Intelsat 504",
        "description": "Geostationary communications satellite",
        "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": "e0cea029-6303-46a9-b03d-8b6d7ca004ec",
      "url": "https://ll.thespacedevs.com/2.0.0/launch/e0cea029-6303-46a9-b03d-8b6d7ca004ec/?format=api",
      "launch_library_id": null,
      "slug": "atlas-slv-3d-centaur-intelsat-505",
      "name": "Atlas SLV-3D Centaur | Intelsat 505",
      "status": {
        "id": 3,
        "name": "Success"
      },
      "net": "1982-09-28T23:17:00Z",
      "window_end": "1982-09-28T23:17:00Z",
      "window_start": "1982-09-28T23:17: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": 5449,
        "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": 3854,
        "launch_library_id": null,
        "name": "Intelsat 505",
        "description": "Geostationary communications satellite",
        "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": []
    }
  ]
}