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

{
  "count": 7895,
  "next": "https://ll.thespacedevs.com/2.2.0/launch/?format=api&limit=10&offset=6800&ordering=-name",
  "previous": "https://ll.thespacedevs.com/2.2.0/launch/?format=api&limit=10&offset=6780&ordering=-name",
  "results": [
    {
      "id": "8c9a75ca-9769-44c6-8621-2b51ba635cb2",
      "url": "https://ll.thespacedevs.com/2.2.0/launch/8c9a75ca-9769-44c6-8621-2b51ba635cb2/?format=api",
      "slug": "delta-ii-thor-iii",
      "name": "Delta II | Thor III",
      "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:12Z",
      "net": "1998-06-10T00:35:01Z",
      "window_end": "1998-06-10T00:35:01Z",
      "window_start": "1998-06-10T00:35: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": 6859,
        "configuration": {
          "id": 140,
          "url": "https://ll.thespacedevs.com/2.2.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,
        "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"
        },
        "agencies": [],
        "info_urls": [],
        "vid_urls": []
      },
      "pad": {
        "id": 14,
        "url": "https://ll.thespacedevs.com/2.2.0/pad/14/?format=api",
        "agency_id": null,
        "name": "Space Launch Complex 17A",
        "description": "",
        "info_url": null,
        "wiki_url": "https://en.wikipedia.org/wiki/Cape_Canaveral_Space_Launch_Complex_17",
        "map_url": "https://www.google.com/maps?q=28.4472,-80.565",
        "latitude": "28.4472",
        "longitude": "-80.565",
        "location": {
          "id": 12,
          "url": "https://ll.thespacedevs.com/2.2.0/location/12/?format=api",
          "name": "Cape Canaveral SFS, FL, USA",
          "country_code": "USA",
          "description": "Cape Canaveral Space Force Station (CCSFS) is an installation of the United States Space Force's Space Launch Delta 45, located on Cape Canaveral in Brevard County, Florida.",
          "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_12_20200803142519.jpg",
          "timezone_name": "America/New_York",
          "total_launch_count": 1113,
          "total_landing_count": 75
        },
        "country_code": "USA",
        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_14_20200803143451.jpg",
        "total_launch_count": 145,
        "orbital_launch_attempt_count": 145
      },
      "webcast_live": false,
      "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/delta_ii_7925-9_image_20240312090356.jpeg",
      "infographic": null,
      "program": [],
      "orbital_launch_attempt_count": 4243,
      "location_launch_attempt_count": 548,
      "pad_launch_attempt_count": 118,
      "agency_launch_attempt_count": 996,
      "orbital_launch_attempt_count_year": 36,
      "location_launch_attempt_count_year": 9,
      "pad_launch_attempt_count_year": 3,
      "agency_launch_attempt_count_year": 9,
      "type": "normal"
    },
    {
      "id": "b910e1c9-e875-45a7-a9b7-9a88fbf24efd",
      "url": "https://ll.thespacedevs.com/2.2.0/launch/b910e1c9-e875-45a7-a9b7-9a88fbf24efd/?format=api",
      "slug": "delta-ii-thor-ii",
      "name": "Delta II | Thor II",
      "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:11Z",
      "net": "1997-05-20T22:39:00Z",
      "window_end": "1997-05-20T22:39:00Z",
      "window_start": "1997-05-20T22:39: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": 6783,
        "configuration": {
          "id": 159,
          "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/159/?format=api",
          "name": "Delta II",
          "family": "Delta",
          "full_name": "Delta II 7925",
          "variant": "7925"
        }
      },
      "mission": {
        "id": 5173,
        "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"
        },
        "agencies": [],
        "info_urls": [],
        "vid_urls": []
      },
      "pad": {
        "id": 14,
        "url": "https://ll.thespacedevs.com/2.2.0/pad/14/?format=api",
        "agency_id": null,
        "name": "Space Launch Complex 17A",
        "description": "",
        "info_url": null,
        "wiki_url": "https://en.wikipedia.org/wiki/Cape_Canaveral_Space_Launch_Complex_17",
        "map_url": "https://www.google.com/maps?q=28.4472,-80.565",
        "latitude": "28.4472",
        "longitude": "-80.565",
        "location": {
          "id": 12,
          "url": "https://ll.thespacedevs.com/2.2.0/location/12/?format=api",
          "name": "Cape Canaveral SFS, FL, USA",
          "country_code": "USA",
          "description": "Cape Canaveral Space Force Station (CCSFS) is an installation of the United States Space Force's Space Launch Delta 45, located on Cape Canaveral in Brevard County, Florida.",
          "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_12_20200803142519.jpg",
          "timezone_name": "America/New_York",
          "total_launch_count": 1113,
          "total_landing_count": 75
        },
        "country_code": "USA",
        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_14_20200803143451.jpg",
        "total_launch_count": 145,
        "orbital_launch_attempt_count": 145
      },
      "webcast_live": false,
      "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/delta2520ii_image_20190222030440.jpeg",
      "infographic": null,
      "program": [],
      "orbital_launch_attempt_count": 4145,
      "location_launch_attempt_count": 529,
      "pad_launch_attempt_count": 112,
      "agency_launch_attempt_count": 977,
      "orbital_launch_attempt_count_year": 27,
      "location_launch_attempt_count_year": 6,
      "pad_launch_attempt_count_year": 2,
      "agency_launch_attempt_count_year": 5,
      "type": "normal"
    },
    {
      "id": "db02116f-17ba-429a-b6c1-8e7f13b5e787",
      "url": "https://ll.thespacedevs.com/2.2.0/launch/db02116f-17ba-429a-b6c1-8e7f13b5e787/?format=api",
      "slug": "delta-ii-swift",
      "name": "Delta II | Swift",
      "status": {
        "id": 3,
        "name": "Launch Successful",
        "abbrev": "Success",
        "description": "The launch vehicle successfully inserted its payload(s) into the target orbit(s)."
      },
      "last_updated": "2024-09-22T11:49:13Z",
      "net": "2004-11-20T17:16:01Z",
      "window_end": "2004-11-20T17:16:01Z",
      "window_start": "2004-11-20T17:16:01Z",
      "net_precision": null,
      "probability": null,
      "weather_concerns": null,
      "holdreason": "",
      "failreason": "",
      "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": 7208,
        "configuration": {
          "id": 56,
          "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/56/?format=api",
          "name": "Delta II",
          "family": "Delta",
          "full_name": "Delta II 7320-10C",
          "variant": "7320-10C"
        }
      },
      "mission": {
        "id": 5597,
        "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"
        },
        "agencies": [],
        "info_urls": [],
        "vid_urls": []
      },
      "pad": {
        "id": 14,
        "url": "https://ll.thespacedevs.com/2.2.0/pad/14/?format=api",
        "agency_id": null,
        "name": "Space Launch Complex 17A",
        "description": "",
        "info_url": null,
        "wiki_url": "https://en.wikipedia.org/wiki/Cape_Canaveral_Space_Launch_Complex_17",
        "map_url": "https://www.google.com/maps?q=28.4472,-80.565",
        "latitude": "28.4472",
        "longitude": "-80.565",
        "location": {
          "id": 12,
          "url": "https://ll.thespacedevs.com/2.2.0/location/12/?format=api",
          "name": "Cape Canaveral SFS, FL, USA",
          "country_code": "USA",
          "description": "Cape Canaveral Space Force Station (CCSFS) is an installation of the United States Space Force's Space Launch Delta 45, located on Cape Canaveral in Brevard County, Florida.",
          "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_12_20200803142519.jpg",
          "timezone_name": "America/New_York",
          "total_launch_count": 1113,
          "total_landing_count": 75
        },
        "country_code": "USA",
        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_14_20200803143451.jpg",
        "total_launch_count": 145,
        "orbital_launch_attempt_count": 145
      },
      "webcast_live": false,
      "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/delta_ii_liftof_image_20240922114900.jpg",
      "infographic": null,
      "program": [],
      "orbital_launch_attempt_count": 4688,
      "location_launch_attempt_count": 629,
      "pad_launch_attempt_count": 135,
      "agency_launch_attempt_count": 1065,
      "orbital_launch_attempt_count_year": 49,
      "location_launch_attempt_count_year": 11,
      "pad_launch_attempt_count_year": 1,
      "agency_launch_attempt_count_year": 8,
      "type": "normal"
    },
    {
      "id": "572bd9d9-aee0-42cf-92b3-c1133d0e1071",
      "url": "https://ll.thespacedevs.com/2.2.0/launch/572bd9d9-aee0-42cf-92b3-c1133d0e1071/?format=api",
      "slug": "delta-ii-stereo-a-b",
      "name": "Delta II | STEREO A & B",
      "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:42:52Z",
      "net": "2006-10-26T00:52:00Z",
      "window_end": "2006-10-26T00:52:00Z",
      "window_start": "2006-10-26T00:52:00Z",
      "net_precision": null,
      "probability": null,
      "weather_concerns": null,
      "holdreason": "",
      "failreason": null,
      "hashtag": null,
      "launch_service_provider": {
        "id": 161,
        "url": "https://ll.thespacedevs.com/2.2.0/agencies/161/?format=api",
        "name": "United States Air Force",
        "type": "Government"
      },
      "rocket": {
        "id": 7289,
        "configuration": {
          "id": 151,
          "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/151/?format=api",
          "name": "Delta II",
          "family": "Delta",
          "full_name": "Delta II 7925-10L",
          "variant": "7925-10L"
        }
      },
      "mission": {
        "id": 5678,
        "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"
        },
        "agencies": [],
        "info_urls": [],
        "vid_urls": []
      },
      "pad": {
        "id": 1,
        "url": "https://ll.thespacedevs.com/2.2.0/pad/1/?format=api",
        "agency_id": null,
        "name": "Space Launch Complex 17B",
        "description": "",
        "info_url": null,
        "wiki_url": "https://en.wikipedia.org/wiki/Cape_Canaveral_Space_Launch_Complex_17",
        "map_url": "https://www.google.com/maps?q=28.4458,-80.5657",
        "latitude": "28.4458",
        "longitude": "-80.5657",
        "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": 1113,
          "total_landing_count": 75
        },
        "country_code": "USA",
        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_1_20200803143208.jpg",
        "total_launch_count": 132,
        "orbital_launch_attempt_count": 132
      },
      "webcast_live": false,
      "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/delta2520ii25207925-10l_image_20190222030428.jpeg",
      "infographic": null,
      "program": [],
      "orbital_launch_attempt_count": 4801,
      "location_launch_attempt_count": 643,
      "pad_launch_attempt_count": 126,
      "agency_launch_attempt_count": 1076,
      "orbital_launch_attempt_count_year": 51,
      "location_launch_attempt_count_year": 6,
      "pad_launch_attempt_count_year": 1,
      "agency_launch_attempt_count_year": 6,
      "type": "normal"
    },
    {
      "id": "82e633a2-869d-46cf-ba29-28f111a991e3",
      "url": "https://ll.thespacedevs.com/2.2.0/launch/82e633a2-869d-46cf-ba29-28f111a991e3/?format=api",
      "slug": "delta-ii-spitzer-space-telescope",
      "name": "Delta II | Spitzer Space Telescope",
      "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:42:49Z",
      "net": "2003-08-25T05:35:39Z",
      "window_end": "2003-08-25T05:35:39Z",
      "window_start": "2003-08-25T05:35:39Z",
      "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": 7146,
        "configuration": {
          "id": 81,
          "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/81/?format=api",
          "name": "Delta II",
          "family": "Delta",
          "full_name": "Delta II 7920H",
          "variant": "7920H"
        }
      },
      "mission": {
        "id": 5535,
        "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"
        },
        "agencies": [],
        "info_urls": [],
        "vid_urls": []
      },
      "pad": {
        "id": 1,
        "url": "https://ll.thespacedevs.com/2.2.0/pad/1/?format=api",
        "agency_id": null,
        "name": "Space Launch Complex 17B",
        "description": "",
        "info_url": null,
        "wiki_url": "https://en.wikipedia.org/wiki/Cape_Canaveral_Space_Launch_Complex_17",
        "map_url": "https://www.google.com/maps?q=28.4458,-80.5657",
        "latitude": "28.4458",
        "longitude": "-80.5657",
        "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": 1113,
          "total_landing_count": 75
        },
        "country_code": "USA",
        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_1_20200803143208.jpg",
        "total_launch_count": 132,
        "orbital_launch_attempt_count": 132
      },
      "webcast_live": false,
      "image": null,
      "infographic": null,
      "program": [],
      "orbital_launch_attempt_count": 4614,
      "location_launch_attempt_count": 614,
      "pad_launch_attempt_count": 120,
      "agency_launch_attempt_count": 1053,
      "orbital_launch_attempt_count_year": 38,
      "location_launch_attempt_count_year": 10,
      "pad_launch_attempt_count_year": 3,
      "agency_launch_attempt_count_year": 9,
      "type": "normal"
    },
    {
      "id": "a9684903-9ff2-4b1f-8639-1cc6e6b77166",
      "url": "https://ll.thespacedevs.com/2.2.0/launch/a9684903-9ff2-4b1f-8639-1cc6e6b77166/?format=api",
      "slug": "delta-ii-spirit-rover",
      "name": "Delta II | Spirit Rover",
      "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:19Z",
      "net": "2003-06-10T17:58:47Z",
      "window_end": "2003-06-10T17:58:47Z",
      "window_start": "2003-06-10T17:58:47Z",
      "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": 7138,
        "configuration": {
          "id": 140,
          "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/140/?format=api",
          "name": "Delta II",
          "family": "Delta",
          "full_name": "Delta II 7925-9.5",
          "variant": "7925-9.5"
        }
      },
      "mission": {
        "id": 5527,
        "name": "Spirit Rover",
        "description": "Spirit, also known as MER-A, is a robotic rover on Mars, active from 2004 to 2010.  It landed successfully within the impact crater Gusev on Mars at 04:35 Ground UTC on January 4, 2004, three weeks before its twin, Opportunity (MER-B), which landed on the other side of the planet. The rover became stuck in a \"sand trap\" in late 2009 at an angle that hampered recharging of its batteries; its last communication with Earth was sent on March 22, 2010.",
        "launch_designator": null,
        "type": "Planetary Science",
        "orbit": {
          "id": 19,
          "name": "Mars Orbit",
          "abbrev": "Mars"
        },
        "agencies": [],
        "info_urls": [],
        "vid_urls": []
      },
      "pad": {
        "id": 14,
        "url": "https://ll.thespacedevs.com/2.2.0/pad/14/?format=api",
        "agency_id": null,
        "name": "Space Launch Complex 17A",
        "description": "",
        "info_url": null,
        "wiki_url": "https://en.wikipedia.org/wiki/Cape_Canaveral_Space_Launch_Complex_17",
        "map_url": "https://www.google.com/maps?q=28.4472,-80.565",
        "latitude": "28.4472",
        "longitude": "-80.565",
        "location": {
          "id": 12,
          "url": "https://ll.thespacedevs.com/2.2.0/location/12/?format=api",
          "name": "Cape Canaveral SFS, FL, USA",
          "country_code": "USA",
          "description": "Cape Canaveral Space Force Station (CCSFS) is an installation of the United States Space Force's Space Launch Delta 45, located on Cape Canaveral in Brevard County, Florida.",
          "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_12_20200803142519.jpg",
          "timezone_name": "America/New_York",
          "total_launch_count": 1113,
          "total_landing_count": 75
        },
        "country_code": "USA",
        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_14_20200803143451.jpg",
        "total_launch_count": 145,
        "orbital_launch_attempt_count": 145
      },
      "webcast_live": false,
      "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/delta_ii_7925-9_image_20240312090356.jpeg",
      "infographic": null,
      "program": [],
      "orbital_launch_attempt_count": 4603,
      "location_launch_attempt_count": 611,
      "pad_launch_attempt_count": 133,
      "agency_launch_attempt_count": 1051,
      "orbital_launch_attempt_count_year": 27,
      "location_launch_attempt_count_year": 7,
      "pad_launch_attempt_count_year": 2,
      "agency_launch_attempt_count_year": 7,
      "type": "normal"
    },
    {
      "id": "4011fc4e-61af-4d99-a03b-f375345ef80a",
      "url": "https://ll.thespacedevs.com/2.2.0/launch/4011fc4e-61af-4d99-a03b-f375345ef80a/?format=api",
      "slug": "delta-ii-skynet-4d",
      "name": "Delta II | Skynet 4D",
      "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:42:53Z",
      "net": "1998-01-10T00:32:01Z",
      "window_end": "1998-01-10T00:32:01Z",
      "window_start": "1998-01-10T00:32: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": 6833,
        "configuration": {
          "id": 140,
          "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/140/?format=api",
          "name": "Delta II",
          "family": "Delta",
          "full_name": "Delta II 7925-9.5",
          "variant": "7925-9.5"
        }
      },
      "mission": {
        "id": 5223,
        "name": "Skynet 4D",
        "description": "Skynet 4 was the third generation of UK Ministry of Defense communications satellites. They provided jam-proof communications service between fixed and mobile land and sea-based ground stations.",
        "launch_designator": null,
        "type": "Communications",
        "orbit": {
          "id": 1,
          "name": "Geostationary Orbit",
          "abbrev": "Direct-GEO"
        },
        "agencies": [],
        "info_urls": [],
        "vid_urls": []
      },
      "pad": {
        "id": 1,
        "url": "https://ll.thespacedevs.com/2.2.0/pad/1/?format=api",
        "agency_id": null,
        "name": "Space Launch Complex 17B",
        "description": "",
        "info_url": null,
        "wiki_url": "https://en.wikipedia.org/wiki/Cape_Canaveral_Space_Launch_Complex_17",
        "map_url": "https://www.google.com/maps?q=28.4458,-80.5657",
        "latitude": "28.4458",
        "longitude": "-80.5657",
        "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": 1113,
          "total_landing_count": 75
        },
        "country_code": "USA",
        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_1_20200803143208.jpg",
        "total_launch_count": 132,
        "orbital_launch_attempt_count": 132
      },
      "webcast_live": false,
      "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/delta_ii_7925-9_image_20240312090356.jpeg",
      "infographic": null,
      "program": [],
      "orbital_launch_attempt_count": 4209,
      "location_launch_attempt_count": 541,
      "pad_launch_attempt_count": 106,
      "agency_launch_attempt_count": 988,
      "orbital_launch_attempt_count_year": 2,
      "location_launch_attempt_count_year": 2,
      "pad_launch_attempt_count_year": 1,
      "agency_launch_attempt_count_year": 1,
      "type": "normal"
    },
    {
      "id": "a0bdf675-8ff1-4bd3-ad9b-04084fda94c8",
      "url": "https://ll.thespacedevs.com/2.2.0/launch/a0bdf675-8ff1-4bd3-ad9b-04084fda94c8/?format=api",
      "slug": "delta-ii-satcom-c5",
      "name": "Delta II | Satcom C5",
      "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:42:51Z",
      "net": "1991-05-29T22:55:00Z",
      "window_end": "1991-05-29T22:55:00Z",
      "window_start": "1991-05-29T22:55: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": 6371,
        "configuration": {
          "id": 159,
          "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/159/?format=api",
          "name": "Delta II",
          "family": "Delta",
          "full_name": "Delta II 7925",
          "variant": "7925"
        }
      },
      "mission": {
        "id": 4761,
        "name": "Satcom C5",
        "description": "Geostationary communications satellite",
        "launch_designator": null,
        "type": "Communications",
        "orbit": {
          "id": 1,
          "name": "Geostationary Orbit",
          "abbrev": "Direct-GEO"
        },
        "agencies": [],
        "info_urls": [],
        "vid_urls": []
      },
      "pad": {
        "id": 1,
        "url": "https://ll.thespacedevs.com/2.2.0/pad/1/?format=api",
        "agency_id": null,
        "name": "Space Launch Complex 17B",
        "description": "",
        "info_url": null,
        "wiki_url": "https://en.wikipedia.org/wiki/Cape_Canaveral_Space_Launch_Complex_17",
        "map_url": "https://www.google.com/maps?q=28.4458,-80.5657",
        "latitude": "28.4458",
        "longitude": "-80.5657",
        "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": 1113,
          "total_landing_count": 75
        },
        "country_code": "USA",
        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_1_20200803143208.jpg",
        "total_launch_count": 132,
        "orbital_launch_attempt_count": 132
      },
      "webcast_live": false,
      "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/delta2520ii_image_20190222030440.jpeg",
      "infographic": null,
      "program": [],
      "orbital_launch_attempt_count": 3635,
      "location_launch_attempt_count": 447,
      "pad_launch_attempt_count": 88,
      "agency_launch_attempt_count": 898,
      "orbital_launch_attempt_count_year": 38,
      "location_launch_attempt_count_year": 5,
      "pad_launch_attempt_count_year": 4,
      "agency_launch_attempt_count_year": 6,
      "type": "normal"
    },
    {
      "id": "98a7ecf4-2545-4727-875e-367c2244bec0",
      "url": "https://ll.thespacedevs.com/2.2.0/launch/98a7ecf4-2545-4727-875e-367c2244bec0/?format=api",
      "slug": "delta-ii-satcom-c4",
      "name": "Delta II | Satcom C4",
      "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:42:51Z",
      "net": "1992-08-31T10:40:59Z",
      "window_end": "1992-08-31T10:40:59Z",
      "window_start": "1992-08-31T10:40:59Z",
      "net_precision": null,
      "probability": null,
      "weather_concerns": null,
      "holdreason": "",
      "failreason": null,
      "hashtag": null,
      "launch_service_provider": {
        "id": 161,
        "url": "https://ll.thespacedevs.com/2.2.0/agencies/161/?format=api",
        "name": "United States Air Force",
        "type": "Government"
      },
      "rocket": {
        "id": 6463,
        "configuration": {
          "id": 159,
          "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/159/?format=api",
          "name": "Delta II",
          "family": "Delta",
          "full_name": "Delta II 7925",
          "variant": "7925"
        }
      },
      "mission": {
        "id": 4853,
        "name": "Satcom C4",
        "description": "Geostationary communications satellite",
        "launch_designator": null,
        "type": "Communications",
        "orbit": {
          "id": 1,
          "name": "Geostationary Orbit",
          "abbrev": "Direct-GEO"
        },
        "agencies": [],
        "info_urls": [],
        "vid_urls": []
      },
      "pad": {
        "id": 1,
        "url": "https://ll.thespacedevs.com/2.2.0/pad/1/?format=api",
        "agency_id": null,
        "name": "Space Launch Complex 17B",
        "description": "",
        "info_url": null,
        "wiki_url": "https://en.wikipedia.org/wiki/Cape_Canaveral_Space_Launch_Complex_17",
        "map_url": "https://www.google.com/maps?q=28.4458,-80.5657",
        "latitude": "28.4458",
        "longitude": "-80.5657",
        "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": 1113,
          "total_landing_count": 75
        },
        "country_code": "USA",
        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_1_20200803143208.jpg",
        "total_launch_count": 132,
        "orbital_launch_attempt_count": 132
      },
      "webcast_live": false,
      "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/delta2520ii_image_20190222030440.jpeg",
      "infographic": null,
      "program": [],
      "orbital_launch_attempt_count": 3747,
      "location_launch_attempt_count": 461,
      "pad_launch_attempt_count": 93,
      "agency_launch_attempt_count": 914,
      "orbital_launch_attempt_count_year": 59,
      "location_launch_attempt_count_year": 12,
      "pad_launch_attempt_count_year": 5,
      "agency_launch_attempt_count_year": 11,
      "type": "normal"
    },
    {
      "id": "32ec2bb5-9d01-4023-be5b-1c126ffe73ee",
      "url": "https://ll.thespacedevs.com/2.2.0/launch/32ec2bb5-9d01-4023-be5b-1c126ffe73ee/?format=api",
      "slug": "delta-ii-rossi-x-ray-timing-explorer",
      "name": "Delta II | Rossi X-ray Timing Explorer",
      "status": {
        "id": 3,
        "name": "Launch Successful",
        "abbrev": "Success",
        "description": "The launch vehicle successfully inserted its payload(s) into the target orbit(s)."
      },
      "last_updated": "2023-06-14T17:40:14Z",
      "net": "1995-12-30T13:48:00Z",
      "window_end": "1995-12-30T13:48:00Z",
      "window_start": "1995-12-30T13:48: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": 6704,
        "configuration": {
          "id": 75,
          "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/75/?format=api",
          "name": "Delta II",
          "family": "Delta",
          "full_name": "Delta II 7920-10",
          "variant": "7920-10"
        }
      },
      "mission": {
        "id": 5094,
        "name": "Rossi X-ray Timing Explorer",
        "description": "The XTE (X-Ray Timing Explorer), renamed on orbit RXTE (Rossi X-Ray Timing Explorer) mission has the primary objective to study the temporal and broad-band spectral phenomena associated with stellar and galactic systems containing compact objects in the energy range 2--200 keV and in time scales from microseconds to years.",
        "launch_designator": null,
        "type": "Astrophysics",
        "orbit": {
          "id": 8,
          "name": "Low Earth Orbit",
          "abbrev": "LEO"
        },
        "agencies": [],
        "info_urls": [],
        "vid_urls": []
      },
      "pad": {
        "id": 14,
        "url": "https://ll.thespacedevs.com/2.2.0/pad/14/?format=api",
        "agency_id": null,
        "name": "Space Launch Complex 17A",
        "description": "",
        "info_url": null,
        "wiki_url": "https://en.wikipedia.org/wiki/Cape_Canaveral_Space_Launch_Complex_17",
        "map_url": "https://www.google.com/maps?q=28.4472,-80.565",
        "latitude": "28.4472",
        "longitude": "-80.565",
        "location": {
          "id": 12,
          "url": "https://ll.thespacedevs.com/2.2.0/location/12/?format=api",
          "name": "Cape Canaveral SFS, FL, USA",
          "country_code": "USA",
          "description": "Cape Canaveral Space Force Station (CCSFS) is an installation of the United States Space Force's Space Launch Delta 45, located on Cape Canaveral in Brevard County, Florida.",
          "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_12_20200803142519.jpg",
          "timezone_name": "America/New_York",
          "total_launch_count": 1113,
          "total_landing_count": 75
        },
        "country_code": "USA",
        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_14_20200803143451.jpg",
        "total_launch_count": 145,
        "orbital_launch_attempt_count": 145
      },
      "webcast_live": false,
      "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/delta2520ii_image_20190222030358.jpeg",
      "infographic": null,
      "program": [],
      "orbital_launch_attempt_count": 4041,
      "location_launch_attempt_count": 506,
      "pad_launch_attempt_count": 107,
      "agency_launch_attempt_count": 958,
      "orbital_launch_attempt_count_year": 80,
      "location_launch_attempt_count_year": 16,
      "pad_launch_attempt_count_year": 1,
      "agency_launch_attempt_count_year": 10,
      "type": "normal"
    }
  ]
}