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

{
  "count": 7927,
  "next": "https://ll.thespacedevs.com/2.0.0/launch/?format=api&limit=10&offset=1110&ordering=name",
  "previous": "https://ll.thespacedevs.com/2.0.0/launch/?format=api&limit=10&offset=1090&ordering=name",
  "results": [
    {
      "id": "82e633a2-869d-46cf-ba29-28f111a991e3",
      "url": "https://ll.thespacedevs.com/2.0.0/launch/82e633a2-869d-46cf-ba29-28f111a991e3/?format=api",
      "launch_library_id": null,
      "slug": "delta-ii-spitzer-space-telescope",
      "name": "Delta II | Spitzer Space Telescope",
      "status": {
        "id": 3,
        "name": "Success"
      },
      "net": "2003-08-25T05:35:39Z",
      "window_end": "2003-08-25T05:35:39Z",
      "window_start": "2003-08-25T05:35:39Z",
      "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": 7146,
        "configuration": {
          "id": 81,
          "launch_library_id": 109,
          "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/81/?format=api",
          "name": "Delta II",
          "family": "Delta",
          "full_name": "Delta II 7920H",
          "variant": "7920H"
        }
      },
      "mission": {
        "id": 5535,
        "launch_library_id": null,
        "name": "Spitzer Space Telescope",
        "description": "The Spitzer Space Telescope was an infared space telescope with a planned mission period of 2.5 years - which actually stayed fully operational until 2009.",
        "launch_designator": null,
        "type": "Astrophysics",
        "orbit": {
          "id": 6,
          "name": "Heliocentric N/A",
          "abbrev": "Helio-N/A"
        }
      },
      "pad": {
        "id": 1,
        "url": "https://ll.thespacedevs.com/2.0.0/pad/1/?format=api",
        "agency_id": null,
        "name": "Space Launch Complex 17B",
        "info_url": null,
        "wiki_url": "https://en.wikipedia.org/wiki/Cape_Canaveral_Space_Launch_Complex_17",
        "map_url": "https://www.google.com/maps?q=28.4458,-80.5657",
        "latitude": "28.4458",
        "longitude": "-80.5657",
        "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": 1121,
          "total_landing_count": 75
        },
        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_1_20200803143208.jpg",
        "total_launch_count": 132
      },
      "webcast_live": false,
      "image": null,
      "infographic": null,
      "program": []
    },
    {
      "id": "572bd9d9-aee0-42cf-92b3-c1133d0e1071",
      "url": "https://ll.thespacedevs.com/2.0.0/launch/572bd9d9-aee0-42cf-92b3-c1133d0e1071/?format=api",
      "launch_library_id": null,
      "slug": "delta-ii-stereo-a-b",
      "name": "Delta II | STEREO A & B",
      "status": {
        "id": 3,
        "name": "Success"
      },
      "net": "2006-10-26T00:52:00Z",
      "window_end": "2006-10-26T00:52:00Z",
      "window_start": "2006-10-26T00:52: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": 7289,
        "configuration": {
          "id": 151,
          "launch_library_id": 184,
          "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/151/?format=api",
          "name": "Delta II",
          "family": "Delta",
          "full_name": "Delta II 7925-10L",
          "variant": "7925-10L"
        }
      },
      "mission": {
        "id": 5678,
        "launch_library_id": null,
        "name": "STEREO A & B",
        "description": "Dual satellite mission employing nearly identical observatories to provide 3D stereoscopic imagery of solar coronal mass ejections",
        "launch_designator": null,
        "type": "Heliophysics",
        "orbit": {
          "id": 6,
          "name": "Heliocentric N/A",
          "abbrev": "Helio-N/A"
        }
      },
      "pad": {
        "id": 1,
        "url": "https://ll.thespacedevs.com/2.0.0/pad/1/?format=api",
        "agency_id": null,
        "name": "Space Launch Complex 17B",
        "info_url": null,
        "wiki_url": "https://en.wikipedia.org/wiki/Cape_Canaveral_Space_Launch_Complex_17",
        "map_url": "https://www.google.com/maps?q=28.4458,-80.5657",
        "latitude": "28.4458",
        "longitude": "-80.5657",
        "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": 1121,
          "total_landing_count": 75
        },
        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_1_20200803143208.jpg",
        "total_launch_count": 132
      },
      "webcast_live": false,
      "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/delta2520ii25207925-10l_image_20190222030428.jpeg",
      "infographic": null,
      "program": []
    },
    {
      "id": "db02116f-17ba-429a-b6c1-8e7f13b5e787",
      "url": "https://ll.thespacedevs.com/2.0.0/launch/db02116f-17ba-429a-b6c1-8e7f13b5e787/?format=api",
      "launch_library_id": null,
      "slug": "delta-ii-swift",
      "name": "Delta II | Swift",
      "status": {
        "id": 3,
        "name": "Success"
      },
      "net": "2004-11-20T17:16:01Z",
      "window_end": "2004-11-20T17:16:01Z",
      "window_start": "2004-11-20T17:16:01Z",
      "inhold": false,
      "tbdtime": false,
      "tbddate": false,
      "probability": null,
      "holdreason": "",
      "failreason": "",
      "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": 7208,
        "configuration": {
          "id": 56,
          "launch_library_id": 78,
          "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/56/?format=api",
          "name": "Delta II",
          "family": "Delta",
          "full_name": "Delta II 7320-10C",
          "variant": "7320-10C"
        }
      },
      "mission": {
        "id": 5597,
        "launch_library_id": null,
        "name": "Swift",
        "description": "NASA Medium-class Explorer satellite dedicated to study of gamma ray bursts, the third after the IMAGE and WMAP satellites.",
        "launch_designator": null,
        "type": "Astrophysics",
        "orbit": {
          "id": 8,
          "name": "Low Earth Orbit",
          "abbrev": "LEO"
        }
      },
      "pad": {
        "id": 14,
        "url": "https://ll.thespacedevs.com/2.0.0/pad/14/?format=api",
        "agency_id": null,
        "name": "Space Launch Complex 17A",
        "info_url": null,
        "wiki_url": "https://en.wikipedia.org/wiki/Cape_Canaveral_Space_Launch_Complex_17",
        "map_url": "https://www.google.com/maps?q=28.4472,-80.565",
        "latitude": "28.4472",
        "longitude": "-80.565",
        "location": {
          "id": 12,
          "url": "https://ll.thespacedevs.com/2.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": 1121,
          "total_landing_count": 75
        },
        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_14_20200803143451.jpg",
        "total_launch_count": 145
      },
      "webcast_live": false,
      "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/delta_ii_liftof_image_20240922114900.jpg",
      "infographic": null,
      "program": []
    },
    {
      "id": "b910e1c9-e875-45a7-a9b7-9a88fbf24efd",
      "url": "https://ll.thespacedevs.com/2.0.0/launch/b910e1c9-e875-45a7-a9b7-9a88fbf24efd/?format=api",
      "launch_library_id": null,
      "slug": "delta-ii-thor-ii",
      "name": "Delta II | Thor II",
      "status": {
        "id": 3,
        "name": "Success"
      },
      "net": "1997-05-20T22:39:00Z",
      "window_end": "1997-05-20T22:39:00Z",
      "window_start": "1997-05-20T22:39: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": 6783,
        "configuration": {
          "id": 159,
          "launch_library_id": 179,
          "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/159/?format=api",
          "name": "Delta II",
          "family": "Delta",
          "full_name": "Delta II 7925",
          "variant": "7925"
        }
      },
      "mission": {
        "id": 5173,
        "launch_library_id": null,
        "name": "Thor II",
        "description": "In November 1995, Hughes was awarded the contract for Thor 2, a high-powered version of Hughes' spin-stabilized HS-376 model. Thor 2 was successfully launched in May 1997.",
        "launch_designator": null,
        "type": "Communications",
        "orbit": {
          "id": 1,
          "name": "Geostationary Orbit",
          "abbrev": "Direct-GEO"
        }
      },
      "pad": {
        "id": 14,
        "url": "https://ll.thespacedevs.com/2.0.0/pad/14/?format=api",
        "agency_id": null,
        "name": "Space Launch Complex 17A",
        "info_url": null,
        "wiki_url": "https://en.wikipedia.org/wiki/Cape_Canaveral_Space_Launch_Complex_17",
        "map_url": "https://www.google.com/maps?q=28.4472,-80.565",
        "latitude": "28.4472",
        "longitude": "-80.565",
        "location": {
          "id": 12,
          "url": "https://ll.thespacedevs.com/2.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": 1121,
          "total_landing_count": 75
        },
        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_14_20200803143451.jpg",
        "total_launch_count": 145
      },
      "webcast_live": false,
      "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/delta2520ii_image_20190222030440.jpeg",
      "infographic": null,
      "program": []
    },
    {
      "id": "8c9a75ca-9769-44c6-8621-2b51ba635cb2",
      "url": "https://ll.thespacedevs.com/2.0.0/launch/8c9a75ca-9769-44c6-8621-2b51ba635cb2/?format=api",
      "launch_library_id": null,
      "slug": "delta-ii-thor-iii",
      "name": "Delta II | Thor III",
      "status": {
        "id": 3,
        "name": "Success"
      },
      "net": "1998-06-10T00:35:01Z",
      "window_end": "1998-06-10T00:35:01Z",
      "window_start": "1998-06-10T00:35: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": 6859,
        "configuration": {
          "id": 140,
          "launch_library_id": 181,
          "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/140/?format=api",
          "name": "Delta II",
          "family": "Delta",
          "full_name": "Delta II 7925-9.5",
          "variant": "7925-9.5"
        }
      },
      "mission": {
        "id": 5249,
        "launch_library_id": null,
        "name": "Thor III",
        "description": "In November 1995, Hughes was awarded the contract for Thor 2, a high-powered version of Hughes' spin-stabilized HS-376 model. Thor 2 was successfully launched in May 1997. That same month, Telenor announced the award of a follow-on contract to Hughes for a second high-powered HS-376HP satellite, Thor 3, which was successfully launched in June 1998.",
        "launch_designator": null,
        "type": "Communications",
        "orbit": {
          "id": 1,
          "name": "Geostationary Orbit",
          "abbrev": "Direct-GEO"
        }
      },
      "pad": {
        "id": 14,
        "url": "https://ll.thespacedevs.com/2.0.0/pad/14/?format=api",
        "agency_id": null,
        "name": "Space Launch Complex 17A",
        "info_url": null,
        "wiki_url": "https://en.wikipedia.org/wiki/Cape_Canaveral_Space_Launch_Complex_17",
        "map_url": "https://www.google.com/maps?q=28.4472,-80.565",
        "latitude": "28.4472",
        "longitude": "-80.565",
        "location": {
          "id": 12,
          "url": "https://ll.thespacedevs.com/2.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": 1121,
          "total_landing_count": 75
        },
        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_14_20200803143451.jpg",
        "total_launch_count": 145
      },
      "webcast_live": false,
      "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/delta_ii_7925-9_image_20240312090356.jpeg",
      "infographic": null,
      "program": []
    },
    {
      "id": "6681c5ad-b2ae-49ef-83db-99dae77de9bd",
      "url": "https://ll.thespacedevs.com/2.0.0/launch/6681c5ad-b2ae-49ef-83db-99dae77de9bd/?format=api",
      "launch_library_id": 1571,
      "slug": "delta-iv-heavy-demosat-and-3cs-1-2",
      "name": "Delta IV Heavy | Demosat and 3CS-1 & 2",
      "status": {
        "id": 7,
        "name": "Partial Failure"
      },
      "net": "2004-12-21T21:50:00Z",
      "window_end": "2004-12-21T21:50:00Z",
      "window_start": "2004-12-21T21:50:00Z",
      "inhold": false,
      "tbdtime": false,
      "tbddate": false,
      "probability": null,
      "holdreason": "",
      "failreason": "Two nanosats were lost after a first stage anomaly. Additionally, the mass simulator was placed into the wrong orbit.",
      "hashtag": null,
      "launch_service_provider": {
        "id": 80,
        "url": "https://ll.thespacedevs.com/2.0.0/agencies/80/?format=api",
        "name": "Boeing",
        "type": "Commercial"
      },
      "rocket": {
        "id": 507,
        "configuration": {
          "id": 21,
          "launch_library_id": 21,
          "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/21/?format=api",
          "name": "Delta IV Heavy",
          "family": "Delta",
          "full_name": "Delta IV Heavy",
          "variant": "Heavy"
        }
      },
      "mission": null,
      "pad": {
        "id": 38,
        "url": "https://ll.thespacedevs.com/2.0.0/pad/38/?format=api",
        "agency_id": null,
        "name": "Space Launch Complex 37B",
        "info_url": null,
        "wiki_url": "https://en.wikipedia.org/wiki/Cape_Canaveral_Air_Force_Station_Space_Launch_Complex_37",
        "map_url": "https://www.google.com/maps?q=28.5317,-80.56495",
        "latitude": "28.5317",
        "longitude": "-80.56495",
        "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": 1121,
          "total_landing_count": 75
        },
        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_38_20200803143515.jpg",
        "total_launch_count": 40
      },
      "webcast_live": false,
      "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/delta_iv_heavy_image_20210426103838.jpg",
      "infographic": null,
      "program": []
    },
    {
      "id": "d01e3f4b-0ae4-46c6-a493-8be1d4cda2a7",
      "url": "https://ll.thespacedevs.com/2.0.0/launch/d01e3f4b-0ae4-46c6-a493-8be1d4cda2a7/?format=api",
      "launch_library_id": 1539,
      "slug": "delta-iv-heavy-dsp-23",
      "name": "Delta IV Heavy | DSP-23",
      "status": {
        "id": 3,
        "name": "Success"
      },
      "net": "2007-11-11T01:50:00Z",
      "window_end": "2007-11-11T01:50:00Z",
      "window_start": "2007-11-11T01:50:00Z",
      "inhold": false,
      "tbdtime": false,
      "tbddate": false,
      "probability": 0,
      "holdreason": "",
      "failreason": "",
      "hashtag": null,
      "launch_service_provider": {
        "id": 124,
        "url": "https://ll.thespacedevs.com/2.0.0/agencies/124/?format=api",
        "name": "United Launch Alliance",
        "type": "Commercial"
      },
      "rocket": {
        "id": 1384,
        "configuration": {
          "id": 21,
          "launch_library_id": 21,
          "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/21/?format=api",
          "name": "Delta IV Heavy",
          "family": "Delta",
          "full_name": "Delta IV Heavy",
          "variant": "Heavy"
        }
      },
      "mission": {
        "id": 529,
        "launch_library_id": 696,
        "name": "DSP-23",
        "description": "Part of the USAF Defence Support Program (DSP), which forms the principal component of the Satellite Early Warning System, used by the USA.",
        "launch_designator": null,
        "type": "Government/Top Secret",
        "orbit": {
          "id": 2,
          "name": "Geostationary Transfer Orbit",
          "abbrev": "GTO"
        }
      },
      "pad": {
        "id": 38,
        "url": "https://ll.thespacedevs.com/2.0.0/pad/38/?format=api",
        "agency_id": null,
        "name": "Space Launch Complex 37B",
        "info_url": null,
        "wiki_url": "https://en.wikipedia.org/wiki/Cape_Canaveral_Air_Force_Station_Space_Launch_Complex_37",
        "map_url": "https://www.google.com/maps?q=28.5317,-80.56495",
        "latitude": "28.5317",
        "longitude": "-80.56495",
        "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": 1121,
          "total_landing_count": 75
        },
        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_38_20200803143515.jpg",
        "total_launch_count": 40
      },
      "webcast_live": false,
      "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/delta_iv_heavy__image_20240313102452.jpg",
      "infographic": null,
      "program": []
    },
    {
      "id": "b36667b4-3950-4553-9c8e-51edc058fabc",
      "url": "https://ll.thespacedevs.com/2.0.0/launch/b36667b4-3950-4553-9c8e-51edc058fabc/?format=api",
      "launch_library_id": 356,
      "slug": "delta-iv-heavy-eft-1",
      "name": "Delta IV Heavy | EFT-1",
      "status": {
        "id": 3,
        "name": "Success"
      },
      "net": "2014-12-05T12:05:00Z",
      "window_end": "2014-12-05T12:05:00Z",
      "window_start": "2014-12-05T12:05:00Z",
      "inhold": false,
      "tbdtime": false,
      "tbddate": false,
      "probability": null,
      "holdreason": "",
      "failreason": "",
      "hashtag": null,
      "launch_service_provider": {
        "id": 124,
        "url": "https://ll.thespacedevs.com/2.0.0/agencies/124/?format=api",
        "name": "United Launch Alliance",
        "type": "Commercial"
      },
      "rocket": {
        "id": 1806,
        "configuration": {
          "id": 21,
          "launch_library_id": 21,
          "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/21/?format=api",
          "name": "Delta IV Heavy",
          "family": "Delta",
          "full_name": "Delta IV Heavy",
          "variant": "Heavy"
        }
      },
      "mission": {
        "id": 5837,
        "launch_library_id": null,
        "name": "EFT-1",
        "description": "Exploration Flight Test-1 was the first test flight of the Orion Multi-Purpose Crew Vehicle. The spacecraft was flown on a Delta IV Heavy to orbit, intending to test systems in preparation for future flights.",
        "launch_designator": null,
        "type": "Test Flight",
        "orbit": {
          "id": 8,
          "name": "Low Earth Orbit",
          "abbrev": "LEO"
        }
      },
      "pad": {
        "id": 38,
        "url": "https://ll.thespacedevs.com/2.0.0/pad/38/?format=api",
        "agency_id": null,
        "name": "Space Launch Complex 37B",
        "info_url": null,
        "wiki_url": "https://en.wikipedia.org/wiki/Cape_Canaveral_Air_Force_Station_Space_Launch_Complex_37",
        "map_url": "https://www.google.com/maps?q=28.5317,-80.56495",
        "latitude": "28.5317",
        "longitude": "-80.56495",
        "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": 1121,
          "total_landing_count": 75
        },
        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_38_20200803143515.jpg",
        "total_launch_count": 40
      },
      "webcast_live": false,
      "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/delta2520iv25_image_20210903113817.jpeg",
      "infographic": null,
      "program": [
        {
          "id": 15,
          "url": "https://ll.thespacedevs.com/2.0.0/program/15/?format=api",
          "name": "Artemis",
          "description": "The Artemis program is a US government-funded crewed spaceflight program that has the goal of landing \"the first woman and the next man\" on the Moon, specifically at the lunar south pole region.",
          "agencies": [
            {
              "id": 44,
              "url": "https://ll.thespacedevs.com/2.0.0/agencies/44/?format=api",
              "name": "National Aeronautics and Space Administration",
              "type": "Government"
            }
          ],
          "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/artemis_program_20220827100930.png",
          "start_date": "2017-12-11T00:00:00Z",
          "end_date": null,
          "info_url": "https://www.nasa.gov/specials/artemis/",
          "wiki_url": "https://en.wikipedia.org/wiki/Artemis_program"
        }
      ]
    },
    {
      "id": "9686e06e-4382-4b74-ba69-acd076c168df",
      "url": "https://ll.thespacedevs.com/2.0.0/launch/9686e06e-4382-4b74-ba69-acd076c168df/?format=api",
      "launch_library_id": 631,
      "slug": "delta-iv-heavy-nrol-15-mentor-usa-237",
      "name": "Delta IV Heavy | NROL-15 (Mentor) (USA-237)",
      "status": {
        "id": 3,
        "name": "Success"
      },
      "net": "2012-06-29T13:15:00Z",
      "window_end": "2012-06-29T13:15:00Z",
      "window_start": "2012-06-29T13:15:00Z",
      "inhold": false,
      "tbdtime": false,
      "tbddate": false,
      "probability": null,
      "holdreason": "",
      "failreason": "",
      "hashtag": null,
      "launch_service_provider": {
        "id": 124,
        "url": "https://ll.thespacedevs.com/2.0.0/agencies/124/?format=api",
        "name": "United Launch Alliance",
        "type": "Commercial"
      },
      "rocket": {
        "id": 1618,
        "configuration": {
          "id": 21,
          "launch_library_id": 21,
          "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/21/?format=api",
          "name": "Delta IV Heavy",
          "family": "Delta",
          "full_name": "Delta IV Heavy",
          "variant": "Heavy"
        }
      },
      "mission": {
        "id": 6796,
        "launch_library_id": null,
        "name": "NROL-15 (Mentor) (USA-237)",
        "description": "Classified payload for the U.S. National Reconnaissance Office.",
        "launch_designator": null,
        "type": "Government/Top Secret",
        "orbit": {
          "id": 3,
          "name": "Geosynchronous Orbit",
          "abbrev": "GSO"
        }
      },
      "pad": {
        "id": 38,
        "url": "https://ll.thespacedevs.com/2.0.0/pad/38/?format=api",
        "agency_id": null,
        "name": "Space Launch Complex 37B",
        "info_url": null,
        "wiki_url": "https://en.wikipedia.org/wiki/Cape_Canaveral_Air_Force_Station_Space_Launch_Complex_37",
        "map_url": "https://www.google.com/maps?q=28.5317,-80.56495",
        "latitude": "28.5317",
        "longitude": "-80.56495",
        "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": 1121,
          "total_landing_count": 75
        },
        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_38_20200803143515.jpg",
        "total_launch_count": 40
      },
      "webcast_live": false,
      "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/delta_iv_heavy__image_20240313101622.jpg",
      "infographic": null,
      "program": []
    },
    {
      "id": "000fbb81-80c8-4095-a811-aa561ce9ed3c",
      "url": "https://ll.thespacedevs.com/2.0.0/launch/000fbb81-80c8-4095-a811-aa561ce9ed3c/?format=api",
      "launch_library_id": 1547,
      "slug": "delta-iv-heavy-nrol-26-usa-202",
      "name": "Delta IV Heavy | NROL-26 (USA-202)",
      "status": {
        "id": 3,
        "name": "Success"
      },
      "net": "2009-01-18T02:47:00Z",
      "window_end": "2009-01-18T02:47:00Z",
      "window_start": "2009-01-18T02:47:00Z",
      "inhold": false,
      "tbdtime": false,
      "tbddate": false,
      "probability": 0,
      "holdreason": "",
      "failreason": "",
      "hashtag": null,
      "launch_service_provider": {
        "id": 124,
        "url": "https://ll.thespacedevs.com/2.0.0/agencies/124/?format=api",
        "name": "United Launch Alliance",
        "type": "Commercial"
      },
      "rocket": {
        "id": 1407,
        "configuration": {
          "id": 21,
          "launch_library_id": 21,
          "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/21/?format=api",
          "name": "Delta IV Heavy",
          "family": "Delta",
          "full_name": "Delta IV Heavy",
          "variant": "Heavy"
        }
      },
      "mission": {
        "id": 553,
        "launch_library_id": 704,
        "name": "NROL-26 (USA-202)",
        "description": "A military reconnaissance satellite, it's purpose is classified.",
        "launch_designator": null,
        "type": "Government/Top Secret",
        "orbit": {
          "id": 2,
          "name": "Geostationary Transfer Orbit",
          "abbrev": "GTO"
        }
      },
      "pad": {
        "id": 38,
        "url": "https://ll.thespacedevs.com/2.0.0/pad/38/?format=api",
        "agency_id": null,
        "name": "Space Launch Complex 37B",
        "info_url": null,
        "wiki_url": "https://en.wikipedia.org/wiki/Cape_Canaveral_Air_Force_Station_Space_Launch_Complex_37",
        "map_url": "https://www.google.com/maps?q=28.5317,-80.56495",
        "latitude": "28.5317",
        "longitude": "-80.56495",
        "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": 1121,
          "total_landing_count": 75
        },
        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_38_20200803143515.jpg",
        "total_launch_count": 40
      },
      "webcast_live": false,
      "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/delta_iv_heavy__image_20240313102319.jpg",
      "infographic": null,
      "program": []
    }
  ]
}