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

{
  "count": 7857,
  "next": "https://ll.thespacedevs.com/2.2.0/launch/?format=api&limit=10&offset=3700&ordering=-net",
  "previous": "https://ll.thespacedevs.com/2.2.0/launch/?format=api&limit=10&offset=3680&ordering=-net",
  "results": [
    {
      "id": "d052276c-21ce-45ae-b426-26db8718e606",
      "url": "https://ll.thespacedevs.com/2.2.0/launch/d052276c-21ce-45ae-b426-26db8718e606/?format=api",
      "slug": "delta-ii-gps-iia-18",
      "name": "Delta II | GPS IIA-18",
      "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-01-02T15:02:32Z",
      "net": "1996-09-12T08:49:00Z",
      "window_end": "1996-09-12T08:49:00Z",
      "window_start": "1996-09-12T08:49:00Z",
      "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": 6750,
        "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": 5140,
        "name": "GPS IIA-18",
        "description": "GPS-2A (Global Positioning System) or Navstar-2A (Navigation System using Timing And ranging) are improved satellites of the second generation of the GPS navigation system.",
        "launch_designator": null,
        "type": "Navigation",
        "orbit": {
          "id": 12,
          "name": "Medium Earth Orbit",
          "abbrev": "MEO"
        },
        "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": 1106,
          "total_landing_count": 74
        },
        "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": [
        {
          "id": 29,
          "url": "https://ll.thespacedevs.com/2.2.0/program/29/?format=api",
          "name": "Global Positioning System",
          "description": "The Global Positioning System (GPS), originally Navstar GPS, is a satellite-based radio navigation system owned by the United States government and operated by the United States Space Force. It is one of the global navigation satellite systems (GNSS) that provide geolocation and time information to a GPS receiver anywhere on or near the Earth where there is an unobstructed line of sight to four or more GPS satellites.",
          "agencies": [
            {
              "id": 1041,
              "url": "https://ll.thespacedevs.com/2.2.0/agencies/1041/?format=api",
              "name": "United States Space Force",
              "type": "Government"
            }
          ],
          "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/global2520posi_program_20231229182501.png",
          "start_date": "1978-02-22T00:00:00Z",
          "end_date": null,
          "info_url": "https://www.gps.gov/",
          "wiki_url": "https://en.wikipedia.org/wiki/Global_Positioning_System",
          "mission_patches": [],
          "type": {
            "id": 4,
            "name": "Navigation Constellation"
          }
        }
      ],
      "orbital_launch_attempt_count": 4101,
      "location_launch_attempt_count": 519,
      "pad_launch_attempt_count": 109,
      "agency_launch_attempt_count": 969,
      "orbital_launch_attempt_count_year": 60,
      "location_launch_attempt_count_year": 13,
      "pad_launch_attempt_count_year": 2,
      "agency_launch_attempt_count_year": 11,
      "type": "normal"
    },
    {
      "id": "1a7749ab-c8ce-4d5b-b747-3f592b0eb080",
      "url": "https://ll.thespacedevs.com/2.2.0/launch/1a7749ab-c8ce-4d5b-b747-3f592b0eb080/?format=api",
      "slug": "ariane-42p-echostar-ii",
      "name": "Ariane 42P | Echostar 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-14T04:22:24Z",
      "net": "1996-09-11T00:00:59Z",
      "window_end": "1996-09-11T00:00:59Z",
      "window_start": "1996-09-11T00:00:59Z",
      "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": 6749,
        "configuration": {
          "id": 224,
          "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/224/?format=api",
          "name": "Ariane 42P",
          "family": "Ariane",
          "full_name": "Ariane 42P",
          "variant": "42P"
        }
      },
      "mission": {
        "id": 5139,
        "name": "Echostar II",
        "description": "American geostationary communications spacecraft",
        "launch_designator": null,
        "type": "Communications",
        "orbit": {
          "id": 1,
          "name": "Geostationary Orbit",
          "abbrev": "Direct-GEO"
        },
        "agencies": [],
        "info_urls": [],
        "vid_urls": []
      },
      "pad": {
        "id": 124,
        "url": "https://ll.thespacedevs.com/2.2.0/pad/124/?format=api",
        "agency_id": 115,
        "name": "Ariane Launch Area 2",
        "description": "The ELA-2 pad, built in 1986, had been used for Ariane 4 launches from 1988 until 2003. Before 1988, although purpose-built for Ariane 4, the pad hosted an Ariane-2 and two Ariane-3 launches.",
        "info_url": null,
        "wiki_url": "https://en.wikipedia.org/wiki/ELA-2",
        "map_url": "https://www.google.com/maps?q=5.232,-52.778194",
        "latitude": "5.232",
        "longitude": "-52.778194",
        "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": 332,
          "total_landing_count": 0
        },
        "country_code": "GUF",
        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_124_20200803143241.jpg",
        "total_launch_count": 119,
        "orbital_launch_attempt_count": 119
      },
      "webcast_live": false,
      "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/ariane42p_at_el_image_20240310184548.png",
      "infographic": null,
      "program": [],
      "orbital_launch_attempt_count": 4100,
      "location_launch_attempt_count": 100,
      "pad_launch_attempt_count": 65,
      "agency_launch_attempt_count": 90,
      "orbital_launch_attempt_count_year": 59,
      "location_launch_attempt_count_year": 10,
      "pad_launch_attempt_count_year": 9,
      "agency_launch_attempt_count_year": 10,
      "type": "normal"
    },
    {
      "id": "b5d62b51-b59e-413c-9044-098c05811e75",
      "url": "https://ll.thespacedevs.com/2.2.0/launch/b5d62b51-b59e-413c-9044-098c05811e75/?format=api",
      "slug": "atlas-iia-ge-1",
      "name": "Atlas IIA | GE 1",
      "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:39:56Z",
      "net": "1996-09-08T21:49:01Z",
      "window_end": "1996-09-08T21:49:01Z",
      "window_start": "1996-09-08T21:49:01Z",
      "net_precision": null,
      "probability": null,
      "weather_concerns": null,
      "holdreason": "",
      "failreason": null,
      "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": 6748,
        "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": 5138,
        "name": "GE 1",
        "description": "GE-1 is owned by GE Americom and is a continuation of the old RCA/GE Satcom series. GE-1 has 24 C-band and 24 Ku-band transponders, and replaced Satcom K1. GE-1 was placed in a supersynchronous transfer orbit of 191 × 56495 km × 25.0 deg.",
        "launch_designator": null,
        "type": "Communications",
        "orbit": {
          "id": 1,
          "name": "Geostationary Orbit",
          "abbrev": "Direct-GEO"
        },
        "agencies": [],
        "info_urls": [],
        "vid_urls": []
      },
      "pad": {
        "id": 122,
        "url": "https://ll.thespacedevs.com/2.2.0/pad/122/?format=api",
        "agency_id": 161,
        "name": "Launch Complex 36B",
        "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": 1106,
          "total_landing_count": 74
        },
        "country_code": "USA",
        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_122_20200803143232.jpg",
        "total_launch_count": 76,
        "orbital_launch_attempt_count": 76
      },
      "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": 4099,
      "location_launch_attempt_count": 518,
      "pad_launch_attempt_count": 56,
      "agency_launch_attempt_count": 20,
      "orbital_launch_attempt_count_year": 58,
      "location_launch_attempt_count_year": 12,
      "pad_launch_attempt_count_year": 3,
      "agency_launch_attempt_count_year": 4,
      "type": "normal"
    },
    {
      "id": "80af80ef-f8c6-4186-876d-be47d67cd145",
      "url": "https://ll.thespacedevs.com/2.2.0/launch/80af80ef-f8c6-4186-876d-be47d67cd145/?format=api",
      "slug": "proton-inmarsat-iii-f-2",
      "name": "Proton | INMARSAT III F-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-06-14T03:46:14Z",
      "net": "1996-09-06T17:37:39Z",
      "window_end": "1996-09-06T17:37:39Z",
      "window_start": "1996-09-06T17:37:39Z",
      "net_precision": null,
      "probability": null,
      "weather_concerns": null,
      "holdreason": "",
      "failreason": null,
      "hashtag": null,
      "launch_service_provider": {
        "id": 96,
        "url": "https://ll.thespacedevs.com/2.2.0/agencies/96/?format=api",
        "name": "Khrunichev State Research and Production Space Center",
        "type": "Government"
      },
      "rocket": {
        "id": 6747,
        "configuration": {
          "id": 80,
          "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/80/?format=api",
          "name": "Proton",
          "family": "Proton / UR-500",
          "full_name": "Proton K/DM-2",
          "variant": "K/DM-2"
        }
      },
      "mission": {
        "id": 5137,
        "name": "INMARSAT III F-2",
        "description": "Launched in 1996-8, the Inmarsat-3s were built by Lockheed Martin Astro Space (now Lockheed Martin Missiles & Space) of the USA, responsible for the basic spacecraft, and the European Matra Marconi Space (now Astrium), which developed the communications payload.",
        "launch_designator": null,
        "type": "Communications",
        "orbit": {
          "id": 1,
          "name": "Geostationary Orbit",
          "abbrev": "Direct-GEO"
        },
        "agencies": [],
        "info_urls": [],
        "vid_urls": []
      },
      "pad": {
        "id": 31,
        "url": "https://ll.thespacedevs.com/2.2.0/pad/31/?format=api",
        "agency_id": null,
        "name": "81/23 (81L)",
        "description": null,
        "info_url": null,
        "wiki_url": "",
        "map_url": "https://www.google.com/maps?q=46.073997,62.977999",
        "latitude": "46.073997",
        "longitude": "62.977999",
        "location": {
          "id": 15,
          "url": "https://ll.thespacedevs.com/2.2.0/location/15/?format=api",
          "name": "Baikonur Cosmodrome, Republic of Kazakhstan",
          "country_code": "KAZ",
          "description": "The Baikonur Cosmodrome is a spaceport operated by Russia within Kazakhstan. Located in the Kazakh city of Baikonur, it is the largest operational space launch facility in terms of area. All Russian crewed spaceflights are launched from Baikonur.",
          "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_15_20200803142517.jpg",
          "timezone_name": "Asia/Qyzylorda",
          "total_launch_count": 1563,
          "total_landing_count": 0
        },
        "country_code": "KAZ",
        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_31_20200803143402.jpg",
        "total_launch_count": 104,
        "orbital_launch_attempt_count": 104
      },
      "webcast_live": false,
      "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/proton_image_20231231095535.jpg",
      "infographic": null,
      "program": [],
      "orbital_launch_attempt_count": 4098,
      "location_launch_attempt_count": 1080,
      "pad_launch_attempt_count": 71,
      "agency_launch_attempt_count": 40,
      "orbital_launch_attempt_count_year": 57,
      "location_launch_attempt_count_year": 12,
      "pad_launch_attempt_count_year": 3,
      "agency_launch_attempt_count_year": 6,
      "type": "normal"
    },
    {
      "id": "686ad6f0-ed17-4f3a-8ed7-dd04d52b4693",
      "url": "https://ll.thespacedevs.com/2.2.0/launch/686ad6f0-ed17-4f3a-8ed7-dd04d52b4693/?format=api",
      "slug": "kosmos-3m-parus-86",
      "name": "Kosmos-3M | Parus 86",
      "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-14T03:43:48Z",
      "net": "1996-09-05T12:47:39Z",
      "window_end": "1996-09-05T12:47:39Z",
      "window_start": "1996-09-05T12:47:39Z",
      "net_precision": null,
      "probability": null,
      "weather_concerns": null,
      "holdreason": "",
      "failreason": null,
      "hashtag": null,
      "launch_service_provider": {
        "id": 154,
        "url": "https://ll.thespacedevs.com/2.2.0/agencies/154/?format=api",
        "name": "Production Corporation Polyot",
        "type": "Commercial"
      },
      "rocket": {
        "id": 6746,
        "configuration": {
          "id": 102,
          "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/102/?format=api",
          "name": "Kosmos-3M",
          "family": "Kosmos",
          "full_name": "Kosmos-3M (11K65M)",
          "variant": "-3M"
        }
      },
      "mission": {
        "id": 5136,
        "name": "Parus 86",
        "description": "Navigation satellite providing location information for the Tsiklon-B navigation system",
        "launch_designator": null,
        "type": "Navigation",
        "orbit": {
          "id": 8,
          "name": "Low Earth Orbit",
          "abbrev": "LEO"
        },
        "agencies": [],
        "info_urls": [],
        "vid_urls": []
      },
      "pad": {
        "id": 28,
        "url": "https://ll.thespacedevs.com/2.2.0/pad/28/?format=api",
        "agency_id": 163,
        "name": "132/1 (132L)",
        "description": null,
        "info_url": null,
        "wiki_url": "",
        "map_url": "https://www.google.com/maps?q=62.883229,40.868549",
        "latitude": "62.883229",
        "longitude": "40.868549",
        "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": 1685,
          "total_landing_count": 0
        },
        "country_code": "RUS",
        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_28_20200803143254.jpg",
        "total_launch_count": 212,
        "orbital_launch_attempt_count": 212
      },
      "webcast_live": false,
      "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/kosmos-3m_durin_image_20251101171325.jpg",
      "infographic": null,
      "program": [],
      "orbital_launch_attempt_count": 4097,
      "location_launch_attempt_count": 1481,
      "pad_launch_attempt_count": 182,
      "agency_launch_attempt_count": 26,
      "orbital_launch_attempt_count_year": 56,
      "location_launch_attempt_count_year": 8,
      "pad_launch_attempt_count_year": 3,
      "agency_launch_attempt_count_year": 3,
      "type": "normal"
    },
    {
      "id": "b266dae7-9926-42e1-a292-88de94db852e",
      "url": "https://ll.thespacedevs.com/2.2.0/launch/b266dae7-9926-42e1-a292-88de94db852e/?format=api",
      "slug": "zenit-2-tselina-2-18",
      "name": "Zenit-2 | Tselina-2 18",
      "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-14T03:30:59Z",
      "net": "1996-09-04T09:01:00Z",
      "window_end": "1996-09-04T09:01:00Z",
      "window_start": "1996-09-04T09:01:00Z",
      "net_precision": null,
      "probability": null,
      "weather_concerns": null,
      "holdreason": "",
      "failreason": null,
      "hashtag": null,
      "launch_service_provider": {
        "id": 63,
        "url": "https://ll.thespacedevs.com/2.2.0/agencies/63/?format=api",
        "name": "Russian Federal Space Agency (ROSCOSMOS)",
        "type": "Government"
      },
      "rocket": {
        "id": 6745,
        "configuration": {
          "id": 455,
          "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/455/?format=api",
          "name": "Zenit-2",
          "family": "Zenith",
          "full_name": "Zenit-2",
          "variant": "2"
        }
      },
      "mission": {
        "id": 5135,
        "name": "Tselina-2 18",
        "description": "Second generation ELING satellite",
        "launch_designator": null,
        "type": "Government/Top Secret",
        "orbit": {
          "id": 8,
          "name": "Low Earth Orbit",
          "abbrev": "LEO"
        },
        "agencies": [],
        "info_urls": [],
        "vid_urls": []
      },
      "pad": {
        "id": 2,
        "url": "https://ll.thespacedevs.com/2.2.0/pad/2/?format=api",
        "agency_id": null,
        "name": "45/1",
        "description": null,
        "info_url": null,
        "wiki_url": "",
        "map_url": "https://www.google.com/maps?q=45.943492,63.653014",
        "latitude": "45.943492",
        "longitude": "63.653014",
        "location": {
          "id": 15,
          "url": "https://ll.thespacedevs.com/2.2.0/location/15/?format=api",
          "name": "Baikonur Cosmodrome, Republic of Kazakhstan",
          "country_code": "KAZ",
          "description": "The Baikonur Cosmodrome is a spaceport operated by Russia within Kazakhstan. Located in the Kazakh city of Baikonur, it is the largest operational space launch facility in terms of area. All Russian crewed spaceflights are launched from Baikonur.",
          "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_15_20200803142517.jpg",
          "timezone_name": "Asia/Qyzylorda",
          "total_launch_count": 1563,
          "total_landing_count": 0
        },
        "country_code": "KAZ",
        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_2_20200803143256.jpg",
        "total_launch_count": 47,
        "orbital_launch_attempt_count": 46
      },
      "webcast_live": false,
      "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/zenit-2_image_20251104090154.jpg",
      "infographic": null,
      "program": [],
      "orbital_launch_attempt_count": 4096,
      "location_launch_attempt_count": 1079,
      "pad_launch_attempt_count": 25,
      "agency_launch_attempt_count": 63,
      "orbital_launch_attempt_count_year": 55,
      "location_launch_attempt_count_year": 11,
      "pad_launch_attempt_count_year": 1,
      "agency_launch_attempt_count_year": 6,
      "type": "normal"
    },
    {
      "id": "f63d438b-2a81-447a-8427-a943e5e74fa7",
      "url": "https://ll.thespacedevs.com/2.2.0/launch/f63d438b-2a81-447a-8427-a943e5e74fa7/?format=api",
      "slug": "molniya-m-interbol-2-magin-5-musat-1",
      "name": "Molniya-M | Interbol 2, Magin 5 & MuSat 1",
      "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-14T03:51:34Z",
      "net": "1996-08-29T05:22:00Z",
      "window_end": "1996-08-29T05:22:00Z",
      "window_start": "1996-08-29T05:22:00Z",
      "net_precision": null,
      "probability": null,
      "weather_concerns": null,
      "holdreason": "",
      "failreason": null,
      "hashtag": null,
      "launch_service_provider": {
        "id": 111,
        "url": "https://ll.thespacedevs.com/2.2.0/agencies/111/?format=api",
        "name": "Progress Rocket Space Center",
        "type": "Commercial"
      },
      "rocket": {
        "id": 6744,
        "configuration": {
          "id": 106,
          "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/106/?format=api",
          "name": "Molniya-M",
          "family": "R-7",
          "full_name": "Molniya-M 2BL",
          "variant": "2BL"
        }
      },
      "mission": {
        "id": 5134,
        "name": "Interbol 2, Magin 5 & MuSat 1",
        "description": "Interbol 2 and Magin 5 are satellites studying the magnetosphere. MuSat 1 is an experimental vehicle, intended to evaluate in-orbit behaviour of low-cost space technologies.",
        "launch_designator": null,
        "type": "Planetary Science",
        "orbit": {
          "id": 8,
          "name": "Low Earth Orbit",
          "abbrev": "LEO"
        },
        "agencies": [],
        "info_urls": [],
        "vid_urls": []
      },
      "pad": {
        "id": 36,
        "url": "https://ll.thespacedevs.com/2.2.0/pad/36/?format=api",
        "agency_id": 163,
        "name": "43/3 (43L)",
        "description": "",
        "info_url": null,
        "wiki_url": null,
        "map_url": "https://www.google.com/maps?q=62.9273,40.45",
        "latitude": "62.9273",
        "longitude": "40.45",
        "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": 1685,
          "total_landing_count": 0
        },
        "country_code": "RUS",
        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_36_20200803143534.jpg",
        "total_launch_count": 232,
        "orbital_launch_attempt_count": 232
      },
      "webcast_live": false,
      "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/molniya_m_image_20251102061752.jpg",
      "infographic": null,
      "program": [],
      "orbital_launch_attempt_count": 4095,
      "location_launch_attempt_count": 1480,
      "pad_launch_attempt_count": 207,
      "agency_launch_attempt_count": 25,
      "orbital_launch_attempt_count_year": 54,
      "location_launch_attempt_count_year": 7,
      "pad_launch_attempt_count_year": 2,
      "agency_launch_attempt_count_year": 2,
      "type": "normal"
    },
    {
      "id": "c5ec6c97-593d-4e1d-a3b2-6e8b10ed278a",
      "url": "https://ll.thespacedevs.com/2.2.0/launch/c5ec6c97-593d-4e1d-a3b2-6e8b10ed278a/?format=api",
      "slug": "pegasus-xl-fast-auroral-snapshot-explorer-fast",
      "name": "Pegasus XL | Fast Auroral Snapshot Explorer (FAST)",
      "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-06-15T13:33:59Z",
      "net": "1996-08-21T09:47:26Z",
      "window_end": "1996-08-21T09:47:26Z",
      "window_start": "1996-08-21T09:47:26Z",
      "net_precision": {
        "id": 0,
        "name": "Second",
        "abbrev": "SEC",
        "description": "The T-0 is accurate to the second."
      },
      "probability": null,
      "weather_concerns": null,
      "holdreason": "",
      "failreason": "",
      "hashtag": null,
      "launch_service_provider": {
        "id": 100,
        "url": "https://ll.thespacedevs.com/2.2.0/agencies/100/?format=api",
        "name": "Orbital Sciences Corporation",
        "type": "Commercial"
      },
      "rocket": {
        "id": 406,
        "configuration": {
          "id": 173,
          "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/173/?format=api",
          "name": "Pegasus XL",
          "family": "Pegasus",
          "full_name": "Pegasus XL",
          "variant": ""
        }
      },
      "mission": null,
      "pad": {
        "id": 62,
        "url": "https://ll.thespacedevs.com/2.2.0/pad/62/?format=api",
        "agency_id": null,
        "name": "Vandenberg Space Force Base",
        "description": null,
        "info_url": null,
        "wiki_url": "https://en.wikipedia.org/wiki/Vandenberg_Space_Force_Base",
        "map_url": "https://www.google.com/maps?q=34.732778,-120.568056",
        "latitude": "34.732778",
        "longitude": "-120.568056",
        "location": {
          "id": 20,
          "url": "https://ll.thespacedevs.com/2.2.0/location/20/?format=api",
          "name": "Air launch to orbit",
          "country_code": "???",
          "description": "",
          "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_20_20200803142433.jpg",
          "timezone_name": "",
          "total_launch_count": 51,
          "total_landing_count": 0
        },
        "country_code": "USA",
        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_62_20200803143441.jpg",
        "total_launch_count": 22,
        "orbital_launch_attempt_count": 22
      },
      "webcast_live": false,
      "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/pegasus_xl_moun_image_20240307124328.jpeg",
      "infographic": null,
      "program": [],
      "orbital_launch_attempt_count": 4094,
      "location_launch_attempt_count": 13,
      "pad_launch_attempt_count": 7,
      "agency_launch_attempt_count": 14,
      "orbital_launch_attempt_count_year": 53,
      "location_launch_attempt_count_year": 4,
      "pad_launch_attempt_count_year": 4,
      "agency_launch_attempt_count_year": 4,
      "type": "normal"
    },
    {
      "id": "7ac557e8-ce96-43e9-9d3a-0ec7e1fef323",
      "url": "https://ll.thespacedevs.com/2.2.0/launch/7ac557e8-ce96-43e9-9d3a-0ec7e1fef323/?format=api",
      "slug": "long-march-3-zhongxing-7",
      "name": "Long March 3 | Zhongxing 7",
      "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-08-04T03:12:19Z",
      "net": "1996-08-18T10:27:00Z",
      "window_end": "1996-08-18T10:27:00Z",
      "window_start": "1996-08-18T10:27:00Z",
      "net_precision": null,
      "probability": null,
      "weather_concerns": null,
      "holdreason": "",
      "failreason": "Third stage engine shut down 48 seconds too early.",
      "hashtag": null,
      "launch_service_provider": {
        "id": 189,
        "url": "https://ll.thespacedevs.com/2.2.0/agencies/189/?format=api",
        "name": "China Aerospace Corporation",
        "type": "Government"
      },
      "rocket": {
        "id": 6743,
        "configuration": {
          "id": 270,
          "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/270/?format=api",
          "name": "Long March 3",
          "family": "Long March",
          "full_name": "Long March 3",
          "variant": ""
        }
      },
      "mission": {
        "id": 5133,
        "name": "Zhongxing 7",
        "description": "ChinaSat 7 or ZX 7 (Zhongxing 7) is a Hughes HS-376 model geostationary telecommunications satellite built for the China Telecommunications Broadcast Satellite Corporation (ChinaSat). It was the first satellite ChinaSat had ordered from a western spacecraft contractor, Hughes Space and Communications International, Inc., known today as Boeing Satellite Systems International, Inc.",
        "launch_designator": null,
        "type": "Communications",
        "orbit": {
          "id": 1,
          "name": "Geostationary Orbit",
          "abbrev": "Direct-GEO"
        },
        "agencies": [],
        "info_urls": [],
        "vid_urls": []
      },
      "pad": {
        "id": 66,
        "url": "https://ll.thespacedevs.com/2.2.0/pad/66/?format=api",
        "agency_id": 17,
        "name": "Launch Complex 3 (LC-3/LA-1)",
        "description": "",
        "info_url": null,
        "wiki_url": "https://en.wikipedia.org/wiki/Xichang_Satellite_Launch_Center",
        "map_url": "https://www.google.com/maps?q=28.247059,102.029008",
        "latitude": "28.247059",
        "longitude": "102.029008",
        "location": {
          "id": 16,
          "url": "https://ll.thespacedevs.com/2.2.0/location/16/?format=api",
          "name": "Xichang Satellite Launch Center, People's Republic of China",
          "country_code": "CHN",
          "description": "The Xichang Satellite Launch Center is a spaceport in China. It is located in Zeyuan Town, northwest of Xichang, Liangshan Yi Autonomous Prefecture in Sichuan.",
          "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_16_20200803142513.jpg",
          "timezone_name": "Asia/Shanghai",
          "total_launch_count": 239,
          "total_landing_count": 0
        },
        "country_code": "CHN",
        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_66_20200803143611.jpg",
        "total_launch_count": 107,
        "orbital_launch_attempt_count": 107
      },
      "webcast_live": false,
      "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/long_march_3_image_20251128231505.jpeg",
      "infographic": null,
      "program": [],
      "orbital_launch_attempt_count": 4093,
      "location_launch_attempt_count": 21,
      "pad_launch_attempt_count": 11,
      "agency_launch_attempt_count": 12,
      "orbital_launch_attempt_count_year": 52,
      "location_launch_attempt_count_year": 3,
      "pad_launch_attempt_count_year": 2,
      "agency_launch_attempt_count_year": 3,
      "type": "normal"
    },
    {
      "id": "c42fee2c-72de-48bf-93c0-d4777436af3f",
      "url": "https://ll.thespacedevs.com/2.2.0/launch/c42fee2c-72de-48bf-93c0-d4777436af3f/?format=api",
      "slug": "soyuz-u-soyuz-tm-24",
      "name": "Soyuz-U | Soyuz TM-24",
      "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-14T08:40:40Z",
      "net": "1996-08-17T13:18:03Z",
      "window_end": "1996-08-17T13:18:03Z",
      "window_start": "1996-08-17T13:18:03Z",
      "net_precision": null,
      "probability": null,
      "weather_concerns": null,
      "holdreason": "",
      "failreason": null,
      "hashtag": null,
      "launch_service_provider": {
        "id": 63,
        "url": "https://ll.thespacedevs.com/2.2.0/agencies/63/?format=api",
        "name": "Russian Federal Space Agency (ROSCOSMOS)",
        "type": "Government"
      },
      "rocket": {
        "id": 405,
        "configuration": {
          "id": 37,
          "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/37/?format=api",
          "name": "Soyuz U",
          "family": "Soyuz",
          "full_name": "Soyuz U",
          "variant": ""
        }
      },
      "mission": {
        "id": 365,
        "name": "Soyuz TM-24",
        "description": "Soyuz TM-24 was the 27th mission and the 22nd long-duration expedition to Mir space station. It was also a part of the US/Russian Shuttle-Mir Program.\nThe mission began on 17 August 1996, 13:18:03 UTC, launching Commander Valery Korzun, Flight Engineer Aleksandr Kaleri and Research Cosmonaut Claudie André-Deshays into orbit. They docked with Mir two days later. During their stay there, cosmonauts performed several EVAs and various scientific experiments. Station crew was visited by several Progress resupply spacecrafts, STS-79 and STS-81, and welcomed aboard Soyuz TM-25 with the next expedition crew. \nThe mission concluded with a safe landing back on Earth on  March 2, 1997, 06:44:16 UTC.",
        "launch_designator": null,
        "type": "Human Exploration",
        "orbit": {
          "id": 8,
          "name": "Low Earth Orbit",
          "abbrev": "LEO"
        },
        "agencies": [],
        "info_urls": [],
        "vid_urls": []
      },
      "pad": {
        "id": 32,
        "url": "https://ll.thespacedevs.com/2.2.0/pad/32/?format=api",
        "agency_id": null,
        "name": "1/5",
        "description": null,
        "info_url": null,
        "wiki_url": "",
        "map_url": "https://www.google.com/maps?q=45.92,63.342",
        "latitude": "45.92",
        "longitude": "63.342",
        "location": {
          "id": 15,
          "url": "https://ll.thespacedevs.com/2.2.0/location/15/?format=api",
          "name": "Baikonur Cosmodrome, Republic of Kazakhstan",
          "country_code": "KAZ",
          "description": "The Baikonur Cosmodrome is a spaceport operated by Russia within Kazakhstan. Located in the Kazakh city of Baikonur, it is the largest operational space launch facility in terms of area. All Russian crewed spaceflights are launched from Baikonur.",
          "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_15_20200803142517.jpg",
          "timezone_name": "Asia/Qyzylorda",
          "total_launch_count": 1563,
          "total_landing_count": 0
        },
        "country_code": "KAZ",
        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_32_20200803143513.jpg",
        "total_launch_count": 487,
        "orbital_launch_attempt_count": 487
      },
      "webcast_live": false,
      "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/soyuz2520u_image_20190222031023.jpeg",
      "infographic": null,
      "program": [
        {
          "id": 8,
          "url": "https://ll.thespacedevs.com/2.2.0/program/8/?format=api",
          "name": "Soyuz",
          "description": "The Soyuz programme is a human spaceflight programme initiated by the Soviet Union in the early 1960s. The Soyuz spacecraft was originally part of a Moon landing project intended to put a Soviet cosmonaut on the Moon. It was the third Soviet human spaceflight programme after the Vostok and Voskhod programmes.",
          "agencies": [
            {
              "id": 63,
              "url": "https://ll.thespacedevs.com/2.2.0/agencies/63/?format=api",
              "name": "Russian Federal Space Agency (ROSCOSMOS)",
              "type": "Government"
            },
            {
              "id": 66,
              "url": "https://ll.thespacedevs.com/2.2.0/agencies/66/?format=api",
              "name": "Soviet Space Program",
              "type": "Government"
            }
          ],
          "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/soyuz_program_20201129185543.png",
          "start_date": "1966-11-28T11:02:00Z",
          "end_date": null,
          "info_url": null,
          "wiki_url": "https://en.wikipedia.org/wiki/Soyuz_programme",
          "mission_patches": [],
          "type": {
            "id": 2,
            "name": "Human Spaceflight"
          }
        }
      ],
      "orbital_launch_attempt_count": 4092,
      "location_launch_attempt_count": 1078,
      "pad_launch_attempt_count": 339,
      "agency_launch_attempt_count": 62,
      "orbital_launch_attempt_count_year": 51,
      "location_launch_attempt_count_year": 10,
      "pad_launch_attempt_count_year": 4,
      "agency_launch_attempt_count_year": 5,
      "type": "normal"
    }
  ]
}