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

{
  "count": 7845,
  "next": "https://ll.thespacedevs.com/2.2.0/launch/?format=api&limit=10&offset=2800&ordering=-id",
  "previous": "https://ll.thespacedevs.com/2.2.0/launch/?format=api&limit=10&offset=2780&ordering=-id",
  "results": [
    {
      "id": "a5536393-f0ae-4a28-8262-c689847943cf",
      "url": "https://ll.thespacedevs.com/2.2.0/launch/a5536393-f0ae-4a28-8262-c689847943cf/?format=api",
      "slug": "ariane-5-gs-helios-2b",
      "name": "Ariane 5 GS | Helios 2B",
      "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-14T04:01:23Z",
      "net": "2009-12-18T16:26:00Z",
      "window_end": "2009-12-18T16:26:00Z",
      "window_start": "2009-12-18T16:26:00Z",
      "net_precision": null,
      "probability": null,
      "weather_concerns": null,
      "holdreason": "",
      "failreason": null,
      "hashtag": null,
      "launch_service_provider": {
        "id": 115,
        "url": "https://ll.thespacedevs.com/2.2.0/agencies/115/?format=api",
        "name": "Arianespace",
        "type": "Commercial"
      },
      "rocket": {
        "id": 620,
        "configuration": {
          "id": 149,
          "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/149/?format=api",
          "name": "Ariane 5 GS",
          "family": "Ariane",
          "full_name": "Ariane 5 GS",
          "variant": "GS"
        }
      },
      "mission": {
        "id": 626,
        "name": "Helios 2B",
        "description": "Helios 2B is a French reconnaissance system jointly funded by the French and Spanish governments.",
        "launch_designator": null,
        "type": "Government/Top Secret",
        "orbit": {
          "id": 17,
          "name": "Sun-Synchronous Orbit",
          "abbrev": "SSO"
        },
        "agencies": [],
        "info_urls": [],
        "vid_urls": []
      },
      "pad": {
        "id": 77,
        "url": "https://ll.thespacedevs.com/2.2.0/pad/77/?format=api",
        "agency_id": 115,
        "name": "Ariane Launch Area 3",
        "description": "ELA-3, is a launch pad and associated facilities at the Centre Spatial Guyanais in French Guiana. ELA-3 was operated by Arianespace as part of the expendable launch system for Ariane 5 launch vehicles.",
        "info_url": null,
        "wiki_url": "https://en.wikipedia.org/wiki/ELA-3",
        "map_url": "https://www.google.com/maps?q=5.239,-52.768",
        "latitude": "5.239",
        "longitude": "-52.768",
        "location": {
          "id": 13,
          "url": "https://ll.thespacedevs.com/2.2.0/location/13/?format=api",
          "name": "Guiana Space Centre, French Guiana",
          "country_code": "GUF",
          "description": "The Guiana Space Centre is a European spaceport to the northwest of Kourou in French Guiana, a region of France in South America. Kourou is located at a latitude of 5°. In operation since 1968, it is a suitable location for a spaceport because of its equatorial location and open sea to the east.",
          "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_13_20200803142412.jpg",
          "timezone_name": "America/Cayenne",
          "total_launch_count": 331,
          "total_landing_count": 0
        },
        "country_code": "GUF",
        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_77_20200803143458.jpg",
        "total_launch_count": 118,
        "orbital_launch_attempt_count": 118
      },
      "webcast_live": false,
      "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/ariane_5_gs_image_20240307183745.jpg",
      "infographic": null,
      "program": [],
      "orbital_launch_attempt_count": 5030,
      "location_launch_attempt_count": 202,
      "pad_launch_attempt_count": 49,
      "agency_launch_attempt_count": 188,
      "orbital_launch_attempt_count_year": 76,
      "location_launch_attempt_count_year": 7,
      "pad_launch_attempt_count_year": 7,
      "agency_launch_attempt_count_year": 7,
      "type": "normal"
    },
    {
      "id": "a5478ff3-2e23-46fe-92f1-2f122a05a90e",
      "url": "https://ll.thespacedevs.com/2.2.0/launch/a5478ff3-2e23-46fe-92f1-2f122a05a90e/?format=api",
      "slug": "atlas-iia-nrol-5",
      "name": "Atlas IIA | NROL-5",
      "status": {
        "id": 3,
        "name": "Launch Successful",
        "abbrev": "Success",
        "description": "The launch vehicle successfully inserted its payload(s) into the target orbit(s)."
      },
      "last_updated": "2023-06-14T17:40:00Z",
      "net": "1998-01-29T18:37:00Z",
      "window_end": "1998-01-29T18:37:00Z",
      "window_start": "1998-01-29T18:37:00Z",
      "net_precision": null,
      "probability": null,
      "weather_concerns": null,
      "holdreason": "",
      "failreason": "",
      "hashtag": null,
      "launch_service_provider": {
        "id": 82,
        "url": "https://ll.thespacedevs.com/2.2.0/agencies/82/?format=api",
        "name": "Lockheed Martin",
        "type": "Commercial"
      },
      "rocket": {
        "id": 6835,
        "configuration": {
          "id": 254,
          "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/254/?format=api",
          "name": "Atlas IIA",
          "family": "Atlas",
          "full_name": "Atlas IIA",
          "variant": "IIA"
        }
      },
      "mission": {
        "id": 5225,
        "name": "NROL-5 (Quasar 12)",
        "description": "Satellite Data System (SDS) spacecraft are communication relay satellites for transmitting real-time data from US reconnaissance satellites (e.g. KH-11, Onyx, Topaz) in polar areas. They are also used for communications to USAF aircraft on polar routes and connect the various ground stations of the Air Force Satellite Control Network (AFSCN). The spacecraft relay the downlinked data to a ground station at Fort Belvoir, Virginia.",
        "launch_designator": null,
        "type": "Communications",
        "orbit": {
          "id": 0,
          "name": "Elliptical Orbit",
          "abbrev": "Elliptical"
        },
        "agencies": [],
        "info_urls": [],
        "vid_urls": []
      },
      "pad": {
        "id": 121,
        "url": "https://ll.thespacedevs.com/2.2.0/pad/121/?format=api",
        "agency_id": 161,
        "name": "Launch Complex 36A",
        "description": null,
        "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.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": 1102,
          "total_landing_count": 72
        },
        "country_code": "USA",
        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_121_20200803143231.jpg",
        "total_launch_count": 70,
        "orbital_launch_attempt_count": 70
      },
      "webcast_live": false,
      "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/launch_of_an_at_image_20251123092831.jpg",
      "infographic": null,
      "program": [],
      "orbital_launch_attempt_count": 4213,
      "location_launch_attempt_count": 542,
      "pad_launch_attempt_count": 50,
      "agency_launch_attempt_count": 33,
      "orbital_launch_attempt_count_year": 6,
      "location_launch_attempt_count_year": 3,
      "pad_launch_attempt_count_year": 1,
      "agency_launch_attempt_count_year": 2,
      "type": "normal"
    },
    {
      "id": "a53f7842-c538-4af3-8e3b-b6c1928d8162",
      "url": "https://ll.thespacedevs.com/2.2.0/launch/a53f7842-c538-4af3-8e3b-b6c1928d8162/?format=api",
      "slug": "soyuz-11a511m-zenit-4mt-3",
      "name": "Soyuz 11A511M | Zenit-4MT 3",
      "status": {
        "id": 3,
        "name": "Launch Successful",
        "abbrev": "Success",
        "description": "The launch vehicle successfully inserted its payload(s) into the target orbit(s)."
      },
      "last_updated": "2023-06-14T04:29:21Z",
      "net": "1972-12-27T10:30:04Z",
      "window_end": "1972-12-27T10:30:04Z",
      "window_start": "1972-12-27T10:30:04Z",
      "net_precision": null,
      "probability": null,
      "weather_concerns": null,
      "holdreason": "",
      "failreason": null,
      "hashtag": null,
      "launch_service_provider": {
        "id": 66,
        "url": "https://ll.thespacedevs.com/2.2.0/agencies/66/?format=api",
        "name": "Soviet Space Program",
        "type": "Government"
      },
      "rocket": {
        "id": 4327,
        "configuration": {
          "id": 376,
          "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/376/?format=api",
          "name": "Soyuz 11A511M",
          "family": "Soyuz",
          "full_name": "Soyuz 11A511M",
          "variant": "11A511M"
        }
      },
      "mission": {
        "id": 2745,
        "name": "Zenit-4MT 3",
        "description": "Film-return reconnaissance satellite",
        "launch_designator": null,
        "type": "Government/Top Secret",
        "orbit": {
          "id": 8,
          "name": "Low Earth Orbit",
          "abbrev": "LEO"
        },
        "agencies": [],
        "info_urls": [],
        "vid_urls": []
      },
      "pad": {
        "id": 168,
        "url": "https://ll.thespacedevs.com/2.2.0/pad/168/?format=api",
        "agency_id": null,
        "name": "41/1",
        "description": null,
        "info_url": null,
        "wiki_url": "https://en.wikipedia.org/wiki/Plesetsk_Cosmodrome",
        "map_url": "https://www.google.com/maps?q=62.941,40.526806",
        "latitude": "62.941",
        "longitude": "40.526806",
        "location": {
          "id": 6,
          "url": "https://ll.thespacedevs.com/2.2.0/location/6/?format=api",
          "name": "Plesetsk Cosmodrome, Russian Federation",
          "country_code": "RUS",
          "description": "Plesetsk Cosmodrome is a Russian spaceport located in Mirny, Arkhangelsk Oblast, about 800 km north of Moscow and approximately 200 km south of Arkhangelsk. Originally developed as an ICBM site for the R-7 missile, it also served for numerous satellite launches using the R-7 and other rockets. Its high latitude makes it useful only for certain types of launches, especially the Molniya orbits, so for much of the site's history it functioned as a secondary location, with most orbital launches taking place from Baikonur, in the Kazakh SSR. With the end of the Soviet Union, Baikonur became a foreign territory, and Kazakhstan charged $115 million usage fees annually. Consequently, Plesetsk has seen considerably more activity since the 2000s.",
          "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_6_20200803142434.jpg",
          "timezone_name": "Europe/Moscow",
          "total_launch_count": 1683,
          "total_landing_count": 0
        },
        "country_code": "RUS",
        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_168_20200803143446.jpg",
        "total_launch_count": 310,
        "orbital_launch_attempt_count": 310
      },
      "webcast_live": false,
      "image": null,
      "infographic": null,
      "program": [],
      "orbital_launch_attempt_count": 1421,
      "location_launch_attempt_count": 273,
      "pad_launch_attempt_count": 93,
      "agency_launch_attempt_count": 711,
      "orbital_launch_attempt_count_year": 115,
      "location_launch_attempt_count_year": 54,
      "pad_launch_attempt_count_year": 10,
      "agency_launch_attempt_count_year": 79,
      "type": "normal"
    },
    {
      "id": "a5353983-b943-489e-97f1-d8e20a6df5e7",
      "url": "https://ll.thespacedevs.com/2.2.0/launch/a5353983-b943-489e-97f1-d8e20a6df5e7/?format=api",
      "slug": "nike-cajun-trailblazer-pellet-3",
      "name": "Nike Cajun | Trailblazer Pellet",
      "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-14T04:29:49Z",
      "net": "1965-05-04T05:50:00Z",
      "window_end": "1965-05-04T05:50:00Z",
      "window_start": "1965-05-04T05:50:00Z",
      "net_precision": null,
      "probability": null,
      "weather_concerns": null,
      "holdreason": "",
      "failreason": null,
      "hashtag": null,
      "launch_service_provider": {
        "id": 44,
        "url": "https://ll.thespacedevs.com/2.2.0/agencies/44/?format=api",
        "name": "National Aeronautics and Space Administration",
        "type": "Government"
      },
      "rocket": {
        "id": 3390,
        "configuration": {
          "id": 342,
          "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/342/?format=api",
          "name": "Nike Cajun",
          "family": "",
          "full_name": "Nike Cajun",
          "variant": ""
        }
      },
      "mission": {
        "id": 1683,
        "name": "Trailblazer Pellet",
        "description": "Test mission. Reached an apogee of 110 km.",
        "launch_designator": null,
        "type": "Test Flight",
        "orbit": {
          "id": 15,
          "name": "Suborbital",
          "abbrev": "Sub"
        },
        "agencies": [],
        "info_urls": [],
        "vid_urls": []
      },
      "pad": {
        "id": 177,
        "url": "https://ll.thespacedevs.com/2.2.0/pad/177/?format=api",
        "agency_id": null,
        "name": "Unknown Pad",
        "description": null,
        "info_url": null,
        "wiki_url": "https://en.wikipedia.org/wiki/Wallops_Flight_Facility",
        "map_url": "https://www.google.com/maps?q=37.9386111,-75.4594162",
        "latitude": "37.9386111",
        "longitude": "-75.4594162",
        "location": {
          "id": 21,
          "url": "https://ll.thespacedevs.com/2.2.0/location/21/?format=api",
          "name": "Wallops Flight Facility, Virginia, USA",
          "country_code": "USA",
          "description": "Wallops Flight Facility is a rocket launch site on Wallops Island on the Eastern Shore of Virginia, United States, just east of the Delmarva Peninsula and north-northeast of Norfolk. The facility is operated by the Goddard Space Flight Center in Greenbelt, Maryland, and primarily serves to support science and exploration missions for NASA and other federal agencies. WFF includes an extensively instrumented range to support launches of more than a dozen types of sounding rockets; small expendable suborbital and orbital rockets; high-altitude balloon flights carrying scientific instruments for atmospheric and astronomical research; and, using its Research Airport, flight tests of aeronautical research aircraft, including uncrewed aerial vehicles.",
          "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_21_20200803142423.jpg",
          "timezone_name": "America/New_York",
          "total_launch_count": 85,
          "total_landing_count": 0
        },
        "country_code": "USA",
        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_177_20200803143406.jpg",
        "total_launch_count": 8,
        "orbital_launch_attempt_count": 0
      },
      "webcast_live": false,
      "image": null,
      "infographic": null,
      "program": [],
      "orbital_launch_attempt_count": null,
      "location_launch_attempt_count": 28,
      "pad_launch_attempt_count": 5,
      "agency_launch_attempt_count": 65,
      "orbital_launch_attempt_count_year": null,
      "location_launch_attempt_count_year": 2,
      "pad_launch_attempt_count_year": 1,
      "agency_launch_attempt_count_year": 4,
      "type": "normal"
    },
    {
      "id": "a532fa7d-bf0d-449d-a25b-5e7561e88712",
      "url": "https://ll.thespacedevs.com/2.2.0/launch/a532fa7d-bf0d-449d-a25b-5e7561e88712/?format=api",
      "slug": "falcon-9-block-5-skynet-6a",
      "name": "Falcon 9 Block 5 | Skynet 6A",
      "status": {
        "id": 2,
        "name": "To Be Determined",
        "abbrev": "TBD",
        "description": "Current date is a placeholder or rough estimation based on unreliable or interpreted sources."
      },
      "last_updated": "2025-10-19T16:31:44Z",
      "net": "2027-12-31T00:00:00Z",
      "window_end": "2027-12-31T00:00:00Z",
      "window_start": "2027-12-31T00:00:00Z",
      "net_precision": {
        "id": 14,
        "name": "Year",
        "abbrev": "Y",
        "description": "The T-0 is expected in the given year."
      },
      "probability": null,
      "weather_concerns": null,
      "holdreason": "",
      "failreason": "",
      "hashtag": null,
      "launch_service_provider": {
        "id": 121,
        "url": "https://ll.thespacedevs.com/2.2.0/agencies/121/?format=api",
        "name": "SpaceX",
        "type": "Commercial"
      },
      "rocket": {
        "id": 8059,
        "configuration": {
          "id": 164,
          "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/164/?format=api",
          "name": "Falcon 9",
          "family": "Falcon",
          "full_name": "Falcon 9 Block 5",
          "variant": "Block 5"
        }
      },
      "mission": {
        "id": 6612,
        "name": "Skynet 6A",
        "description": "The Skynet 6A gap-filler military communications satellite built by Airbus Defence and Space to cover the gap between the Britisch Skynet-5 network and its successor.\r\n\r\nSkynet 6A was solesourced from Airbus Defence and Space in 2017, but was not fully funded until July 2020. Aibus will build the Skynet-6A satellite in the United Kingdom and arrange a 2025 launch. RAL Space, a U.K. national laboratory, will test the all-electric satellite at its facility in Harwell. Skynet-6A, based on the Eurostar-Neo platform, is expected to provide communications services for the British military until at least 2040.",
        "launch_designator": null,
        "type": "Communications",
        "orbit": {
          "id": 2,
          "name": "Geostationary Transfer Orbit",
          "abbrev": "GTO"
        },
        "agencies": [],
        "info_urls": [],
        "vid_urls": []
      },
      "pad": {
        "id": 72,
        "url": "https://ll.thespacedevs.com/2.2.0/pad/72/?format=api",
        "agency_id": null,
        "name": "Unknown Pad",
        "description": null,
        "info_url": null,
        "wiki_url": "",
        "map_url": "https://www.google.com/maps?q=28.458,-80.528",
        "latitude": "28.458",
        "longitude": "-80.528",
        "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": 1102,
          "total_landing_count": 72
        },
        "country_code": "USA",
        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_72_20200803143403.jpg",
        "total_launch_count": 0,
        "orbital_launch_attempt_count": 0
      },
      "webcast_live": false,
      "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/falcon_9_image_20230807133459.jpeg",
      "infographic": null,
      "program": [],
      "orbital_launch_attempt_count": 7536,
      "location_launch_attempt_count": 1198,
      "pad_launch_attempt_count": 56,
      "agency_launch_attempt_count": 770,
      "orbital_launch_attempt_count_year": 86,
      "location_launch_attempt_count_year": 39,
      "pad_launch_attempt_count_year": 28,
      "agency_launch_attempt_count_year": 44,
      "type": "normal"
    },
    {
      "id": "a52cfb5f-8318-46b9-bbcc-138940d7ec5b",
      "url": "https://ll.thespacedevs.com/2.2.0/launch/a52cfb5f-8318-46b9-bbcc-138940d7ec5b/?format=api",
      "slug": "thor-delta-e1-pioneer-7",
      "name": "Thor Delta E1 | Pioneer 7",
      "status": {
        "id": 3,
        "name": "Launch Successful",
        "abbrev": "Success",
        "description": "The launch vehicle successfully inserted its payload(s) into the target orbit(s)."
      },
      "last_updated": "2023-06-14T17:40:12Z",
      "net": "1966-08-17T15:20:17Z",
      "window_end": "1966-08-17T15:20:17Z",
      "window_start": "1966-08-17T15:20:17Z",
      "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": 3560,
        "configuration": {
          "id": 405,
          "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/405/?format=api",
          "name": "Thor Delta E1",
          "family": "Thor",
          "full_name": "Thor Delta E1",
          "variant": "Delta E1"
        }
      },
      "mission": {
        "id": 1980,
        "name": "Pioneer 7",
        "description": "Pioneer A to E (Pioneer 6 to 9 after launch) were a series of five solar-orbiting, spin-stabilized, solar-cell and battery-powered satellites designed to obtain measurements of interplanetary phenomena from widely separated points in space on a continuing basis.",
        "launch_designator": null,
        "type": "Astrophysics",
        "orbit": {
          "id": 6,
          "name": "Heliocentric N/A",
          "abbrev": "Helio-N/A"
        },
        "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": 1102,
          "total_landing_count": 72
        },
        "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-e1_2528i_image_20251205042339.png",
      "infographic": null,
      "program": [],
      "orbital_launch_attempt_count": 599,
      "location_launch_attempt_count": 179,
      "pad_launch_attempt_count": 33,
      "agency_launch_attempt_count": 344,
      "orbital_launch_attempt_count_year": 82,
      "location_launch_attempt_count_year": 20,
      "pad_launch_attempt_count_year": 3,
      "agency_launch_attempt_count_year": 45,
      "type": "normal"
    },
    {
      "id": "a51a976a-ab5d-4d25-88fc-f4763cbc2e1d",
      "url": "https://ll.thespacedevs.com/2.2.0/launch/a51a976a-ab5d-4d25-88fc-f4763cbc2e1d/?format=api",
      "slug": "long-march-4b-ziyuan-3-vesselsat-2",
      "name": "Long March 4B | Ziyuan 3 & VesselSat-2",
      "status": {
        "id": 3,
        "name": "Launch Successful",
        "abbrev": "Success",
        "description": "The launch vehicle successfully inserted its payload(s) into the target orbit(s)."
      },
      "last_updated": "2023-07-08T06:07:10Z",
      "net": "2012-01-09T03:17:09Z",
      "window_end": "2012-01-09T03:17:09Z",
      "window_start": "2012-01-09T03:17:09Z",
      "net_precision": null,
      "probability": null,
      "weather_concerns": null,
      "holdreason": "",
      "failreason": "",
      "hashtag": null,
      "launch_service_provider": {
        "id": 88,
        "url": "https://ll.thespacedevs.com/2.2.0/agencies/88/?format=api",
        "name": "China Aerospace Science and Technology Corporation",
        "type": "Government"
      },
      "rocket": {
        "id": 1585,
        "configuration": {
          "id": 10,
          "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/10/?format=api",
          "name": "Long March 4B",
          "family": "Long March",
          "full_name": "Long March 4B",
          "variant": "B"
        }
      },
      "mission": null,
      "pad": {
        "id": 25,
        "url": "https://ll.thespacedevs.com/2.2.0/pad/25/?format=api",
        "agency_id": null,
        "name": "Launch Complex 9",
        "description": "",
        "info_url": null,
        "wiki_url": null,
        "map_url": "https://www.google.com/maps?q=38.863128,111.589567",
        "latitude": "38.863128",
        "longitude": "111.589567",
        "location": {
          "id": 19,
          "url": "https://ll.thespacedevs.com/2.2.0/location/19/?format=api",
          "name": "Taiyuan Satellite Launch Center, People's Republic of China",
          "country_code": "CHN",
          "description": "The Taiyuan Satellite Launch Center is a People's Republic of China space and defense launch facility. It is situated in Kelan County, Xinzhou, Shanxi Province and is the second of four launch sites having been founded in March 1966 and coming into full operation in 1968.",
          "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_19_20200803142421.jpg",
          "timezone_name": "Asia/Shanghai",
          "total_launch_count": 153,
          "total_landing_count": 0
        },
        "country_code": "CHN",
        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_25_20200803143501.jpg",
        "total_launch_count": 78,
        "orbital_launch_attempt_count": 78
      },
      "webcast_live": false,
      "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/long_march_4b_l_image_20251209044050.jpeg",
      "infographic": null,
      "program": [],
      "orbital_launch_attempt_count": 5191,
      "location_launch_attempt_count": 40,
      "pad_launch_attempt_count": 6,
      "agency_launch_attempt_count": 102,
      "orbital_launch_attempt_count_year": 1,
      "location_launch_attempt_count_year": 1,
      "pad_launch_attempt_count_year": 1,
      "agency_launch_attempt_count_year": 1,
      "type": "normal"
    },
    {
      "id": "a5118c10-4100-4c21-8a96-1437db173096",
      "url": "https://ll.thespacedevs.com/2.2.0/launch/a5118c10-4100-4c21-8a96-1437db173096/?format=api",
      "slug": "atlas-slv-3-agena-d-kh-7-20",
      "name": "Atlas SLV-3 Agena D | KH-7 20",
      "status": {
        "id": 4,
        "name": "Launch Failure",
        "abbrev": "Failure",
        "description": "Either the launch vehicle did not reach orbit, or the payload(s) failed to separate."
      },
      "last_updated": "2023-06-14T03:37:56Z",
      "net": "1965-07-12T19:00:00Z",
      "window_end": "1965-07-12T19:00:00Z",
      "window_start": "1965-07-12T19:00:00Z",
      "net_precision": null,
      "probability": null,
      "weather_concerns": null,
      "holdreason": "",
      "failreason": null,
      "hashtag": null,
      "launch_service_provider": {
        "id": 161,
        "url": "https://ll.thespacedevs.com/2.2.0/agencies/161/?format=api",
        "name": "United States Air Force",
        "type": "Government"
      },
      "rocket": {
        "id": 3413,
        "configuration": {
          "id": 258,
          "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/258/?format=api",
          "name": "Atlas SLV-3 Agena D",
          "family": "Atlas",
          "full_name": "Atlas SLV-3 Agena D",
          "variant": "SLV-3 Agena D"
        }
      },
      "mission": {
        "id": 1833,
        "name": "KH-7 20",
        "description": "The Program 206 satellite, carrying the KH-7 (Keyhole 7) camera system (codenamed Gambit-1), was the first successful high resolution space reconnaissance program. It was managed by NRO's Program A, the USAF-led segment of the National Reconnaissance Program managed from Los Angeles AFB in El Segundo, California.",
        "launch_designator": null,
        "type": "Government/Top Secret",
        "orbit": {
          "id": 17,
          "name": "Sun-Synchronous Orbit",
          "abbrev": "SSO"
        },
        "agencies": [],
        "info_urls": [],
        "vid_urls": []
      },
      "pad": {
        "id": 16,
        "url": "https://ll.thespacedevs.com/2.2.0/pad/16/?format=api",
        "agency_id": null,
        "name": "Space Launch Complex 4E",
        "description": "Space Launch Complex 4 East (SLC-4E) is a launch site at Vandenberg Space Force Base, California, U.S.\r\n\r\nThe pad was previously used by Atlas and Titan rockets between 1963 and 2005. The pad was built for use by Atlas-Agena rockets, but was later rebuilt to handle Titan rockets.",
        "info_url": null,
        "wiki_url": "https://en.wikipedia.org/wiki/Vandenberg_Space_Launch_Complex_4#SLC-4E",
        "map_url": "https://www.google.com/maps?q=34.632,-120.611",
        "latitude": "34.632",
        "longitude": "-120.611",
        "location": {
          "id": 11,
          "url": "https://ll.thespacedevs.com/2.2.0/location/11/?format=api",
          "name": "Vandenberg SFB, CA, USA",
          "country_code": "USA",
          "description": "Vandenberg Space Force Base is a United States Space Force Base in Santa Barbara County, California. Established in 1941, Vandenberg Space Force Base is a space launch base, launching spacecraft from the Western Range, and also performs missile testing. The United States Space Force's Space Launch Delta 30 serves as the host delta for the base, equivalent to an Air Force air base wing. In addition to its military space launch mission, Vandenberg Space Force Base also hosts space launches for civil and commercial space entities, such as NASA and SpaceX.",
          "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_11_20200803142416.jpg",
          "timezone_name": "America/Los_Angeles",
          "total_launch_count": 876,
          "total_landing_count": 33
        },
        "country_code": "USA",
        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_16_20200803143532.jpg",
        "total_launch_count": 260,
        "orbital_launch_attempt_count": 260
      },
      "webcast_live": false,
      "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/atlas-slv3_agen_image_20251102060811.jpg",
      "infographic": null,
      "program": [],
      "orbital_launch_attempt_count": 452,
      "location_launch_attempt_count": 180,
      "pad_launch_attempt_count": 9,
      "agency_launch_attempt_count": 270,
      "orbital_launch_attempt_count_year": 59,
      "location_launch_attempt_count_year": 21,
      "pad_launch_attempt_count_year": 5,
      "agency_launch_attempt_count_year": 39,
      "type": "normal"
    },
    {
      "id": "a50ec695-118b-4d82-ab8f-a36580e00b56",
      "url": "https://ll.thespacedevs.com/2.2.0/launch/a50ec695-118b-4d82-ab8f-a36580e00b56/?format=api",
      "slug": "long-march-2d-saudisat-5a-5b",
      "name": "Long March 2D | SaudiSat 5A & 5B",
      "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-14T15:48:07Z",
      "net": "2018-12-07T04:12:05Z",
      "window_end": "2018-12-07T04:25:00Z",
      "window_start": "2018-12-07T04:04:00Z",
      "net_precision": null,
      "probability": null,
      "weather_concerns": null,
      "holdreason": "",
      "failreason": null,
      "hashtag": null,
      "launch_service_provider": {
        "id": 88,
        "url": "https://ll.thespacedevs.com/2.2.0/agencies/88/?format=api",
        "name": "China Aerospace Science and Technology Corporation",
        "type": "Government"
      },
      "rocket": {
        "id": 2162,
        "configuration": {
          "id": 17,
          "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/17/?format=api",
          "name": "Long March 2D",
          "family": "Long March",
          "full_name": "Long March 2D",
          "variant": "D"
        }
      },
      "mission": {
        "id": 23,
        "name": "SaudiSat 5A & 5B",
        "description": "SaudiSat 5A and 5B are Earth observation satellites developed by KACST (King Abdulaziz City for Science & Technology). They share the launch with several microsatellites for private Chinese companies.",
        "launch_designator": null,
        "type": "Earth Science",
        "orbit": {
          "id": 8,
          "name": "Low Earth Orbit",
          "abbrev": "LEO"
        },
        "agencies": [],
        "info_urls": [],
        "vid_urls": []
      },
      "pad": {
        "id": 22,
        "url": "https://ll.thespacedevs.com/2.2.0/pad/22/?format=api",
        "agency_id": null,
        "name": "Launch Area 94 (SLS-2 / 603)",
        "description": "",
        "info_url": null,
        "wiki_url": "https://en.wikipedia.org/wiki/Jiuquan_Launch_Area_4",
        "map_url": "https://www.google.com/maps?q=40.960482,100.298059",
        "latitude": "40.960482",
        "longitude": "100.298059",
        "location": {
          "id": 17,
          "url": "https://ll.thespacedevs.com/2.2.0/location/17/?format=api",
          "name": "Jiuquan Satellite Launch Center, People's Republic of China",
          "country_code": "CHN",
          "description": "Jiuquan Satellite Launch Center is a Chinese spaceport located between the Ejin, Alxa, Inner Mongolia and Hangtian Town, Jinta County, Jiuquan, Gansu Province. It is part of the Dongfeng Aerospace City (Base 10).",
          "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_17_20200803142429.jpg",
          "timezone_name": "Asia/Shanghai",
          "total_launch_count": 282,
          "total_landing_count": 2
        },
        "country_code": "CHN",
        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_22_20200803143437.jpg",
        "total_launch_count": 135,
        "orbital_launch_attempt_count": 135
      },
      "webcast_live": false,
      "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/long2520march25202d_image_20190222031211.jpeg",
      "infographic": null,
      "program": [],
      "orbital_launch_attempt_count": 5810,
      "location_launch_attempt_count": 111,
      "pad_launch_attempt_count": 61,
      "agency_launch_attempt_count": 240,
      "orbital_launch_attempt_count_year": 104,
      "location_launch_attempt_count_year": 14,
      "pad_launch_attempt_count_year": 10,
      "agency_launch_attempt_count_year": 33,
      "type": "normal"
    },
    {
      "id": "a4f8d3e5-6316-46ff-9d1c-180f9955ed82",
      "url": "https://ll.thespacedevs.com/2.2.0/launch/a4f8d3e5-6316-46ff-9d1c-180f9955ed82/?format=api",
      "slug": "soyuz-21a-kobalt-m-kosmos-2505",
      "name": "Soyuz 2.1a | Kobalt-M (Kosmos 2505)",
      "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-07-07T13:38:01Z",
      "net": "2015-06-05T15:23:54Z",
      "window_end": "2015-06-05T15:23:54Z",
      "window_start": "2015-06-05T15:23:54Z",
      "net_precision": null,
      "probability": null,
      "weather_concerns": null,
      "holdreason": "",
      "failreason": "",
      "hashtag": null,
      "launch_service_provider": {
        "id": 163,
        "url": "https://ll.thespacedevs.com/2.2.0/agencies/163/?format=api",
        "name": "Russian Aerospace Defence Forces",
        "type": "Government"
      },
      "rocket": {
        "id": 1846,
        "configuration": {
          "id": 24,
          "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/24/?format=api",
          "name": "Soyuz 2.1a",
          "family": "Soyuz",
          "full_name": "Soyuz 2.1a",
          "variant": ""
        }
      },
      "mission": null,
      "pad": {
        "id": 85,
        "url": "https://ll.thespacedevs.com/2.2.0/pad/85/?format=api",
        "agency_id": 163,
        "name": "43/4 (43R)",
        "description": "",
        "info_url": null,
        "wiki_url": null,
        "map_url": "https://www.google.com/maps?q=62.92883,40.457098",
        "latitude": "62.92883",
        "longitude": "40.457098",
        "location": {
          "id": 6,
          "url": "https://ll.thespacedevs.com/2.2.0/location/6/?format=api",
          "name": "Plesetsk Cosmodrome, Russian Federation",
          "country_code": "RUS",
          "description": "Plesetsk Cosmodrome is a Russian spaceport located in Mirny, Arkhangelsk Oblast, about 800 km north of Moscow and approximately 200 km south of Arkhangelsk. Originally developed as an ICBM site for the R-7 missile, it also served for numerous satellite launches using the R-7 and other rockets. Its high latitude makes it useful only for certain types of launches, especially the Molniya orbits, so for much of the site's history it functioned as a secondary location, with most orbital launches taking place from Baikonur, in the Kazakh SSR. With the end of the Soviet Union, Baikonur became a foreign territory, and Kazakhstan charged $115 million usage fees annually. Consequently, Plesetsk has seen considerably more activity since the 2000s.",
          "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_6_20200803142434.jpg",
          "timezone_name": "Europe/Moscow",
          "total_launch_count": 1683,
          "total_landing_count": 0
        },
        "country_code": "RUS",
        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_85_20200803143554.jpg",
        "total_launch_count": 327,
        "orbital_launch_attempt_count": 327
      },
      "webcast_live": false,
      "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/soyuz_2.1a_image_20230805184309.jpg",
      "infographic": null,
      "program": [],
      "orbital_launch_attempt_count": 5471,
      "location_launch_attempt_count": 1606,
      "pad_launch_attempt_count": 281,
      "agency_launch_attempt_count": 21,
      "orbital_launch_attempt_count_year": 29,
      "location_launch_attempt_count_year": 3,
      "pad_launch_attempt_count_year": 2,
      "agency_launch_attempt_count_year": 3,
      "type": "normal"
    }
  ]
}