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

{
  "count": 7871,
  "next": "https://ll.thespacedevs.com/2.2.0/launch/?format=api&limit=10&offset=3050&ordering=-net",
  "previous": "https://ll.thespacedevs.com/2.2.0/launch/?format=api&limit=10&offset=3030&ordering=-net",
  "results": [
    {
      "id": "be81d028-3543-41e4-8854-8a26aa82ee46",
      "url": "https://ll.thespacedevs.com/2.2.0/launch/be81d028-3543-41e4-8854-8a26aa82ee46/?format=api",
      "slug": "soyuz-u-progress-m-56",
      "name": "Soyuz U | Progress M-56",
      "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:48:36Z",
      "net": "2006-04-24T16:03:25Z",
      "window_end": "2006-04-24T16:03:25Z",
      "window_start": "2006-04-24T16:03:25Z",
      "net_precision": null,
      "probability": 0,
      "weather_concerns": null,
      "holdreason": "",
      "failreason": "",
      "hashtag": "",
      "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": 2341,
        "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": null,
      "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": 17,
          "url": "https://ll.thespacedevs.com/2.2.0/program/17/?format=api",
          "name": "International Space Station",
          "description": "The International Space Station programme is tied together by a complex set of legal, political and financial agreements between the sixteen nations involved in the project, governing ownership of the various components, rights to crewing and utilization, and responsibilities for crew rotation and resupply of the International Space Station. It was conceived in 1984 by President Ronald Reagan, during the Space Station Freedom project as it was originally called.",
          "agencies": [
            {
              "id": 16,
              "url": "https://ll.thespacedevs.com/2.2.0/agencies/16/?format=api",
              "name": "Canadian Space Agency",
              "type": "Government"
            },
            {
              "id": 27,
              "url": "https://ll.thespacedevs.com/2.2.0/agencies/27/?format=api",
              "name": "European Space Agency",
              "type": "Multinational"
            },
            {
              "id": 37,
              "url": "https://ll.thespacedevs.com/2.2.0/agencies/37/?format=api",
              "name": "Japan Aerospace Exploration Agency",
              "type": "Government"
            },
            {
              "id": 44,
              "url": "https://ll.thespacedevs.com/2.2.0/agencies/44/?format=api",
              "name": "National Aeronautics and Space Administration",
              "type": "Government"
            },
            {
              "id": 63,
              "url": "https://ll.thespacedevs.com/2.2.0/agencies/63/?format=api",
              "name": "Russian Federal Space Agency (ROSCOSMOS)",
              "type": "Government"
            }
          ],
          "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/international2_program_20201129184745.png",
          "start_date": "1998-11-20T06:40:00Z",
          "end_date": null,
          "info_url": "https://www.nasa.gov/mission_pages/station/main/index.html",
          "wiki_url": "https://en.wikipedia.org/wiki/International_Space_Station_programme",
          "mission_patches": [],
          "type": {
            "id": 2,
            "name": "Human Spaceflight"
          }
        }
      ],
      "orbital_launch_attempt_count": 4765,
      "location_launch_attempt_count": 1254,
      "pad_launch_attempt_count": 401,
      "agency_launch_attempt_count": 154,
      "orbital_launch_attempt_count_year": 15,
      "location_launch_attempt_count_year": 3,
      "pad_launch_attempt_count_year": 2,
      "agency_launch_attempt_count_year": 2,
      "type": "normal"
    },
    {
      "id": "ab2c0dae-04fe-48c5-8c00-e1adbbb3c650",
      "url": "https://ll.thespacedevs.com/2.2.0/launch/ab2c0dae-04fe-48c5-8c00-e1adbbb3c650/?format=api",
      "slug": "atlas-v-411-astra-1kr",
      "name": "Atlas V 411 | Astra 1KR",
      "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:34Z",
      "net": "2006-04-20T20:27:00Z",
      "window_end": "2006-04-20T20:27:00Z",
      "window_start": "2006-04-20T20:27:00Z",
      "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": 7262,
        "configuration": {
          "id": 83,
          "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/83/?format=api",
          "name": "Atlas V 411",
          "family": "Atlas",
          "full_name": "Atlas V 411",
          "variant": "411"
        }
      },
      "mission": {
        "id": 5651,
        "name": "Astra 1KR",
        "description": "SES ASTRA ordered two new Astra satellite in June 2003. The satellites, designated Astra 1KR and Astra 1L will provide distribution of direct-to-home broadcast services across Europe following their scheduled launches in the second half of 2005 and 2006 respectively. Astra 1KR, an all Ku-band spacecraft with 32 active transponders, will be located at 19.2 degrees East longitude. Both spacecraft will be based on the award winning A2100AXS platform, manufactured by Lockheed Martin Commercial Space Systems, Newtown, Pa., and each will have a minimum service life of 15 years.",
        "launch_designator": null,
        "type": "Communications",
        "orbit": {
          "id": 1,
          "name": "Geostationary Orbit",
          "abbrev": "Direct-GEO"
        },
        "agencies": [],
        "info_urls": [],
        "vid_urls": []
      },
      "pad": {
        "id": 29,
        "url": "https://ll.thespacedevs.com/2.2.0/pad/29/?format=api",
        "agency_id": null,
        "name": "Space Launch Complex 41",
        "description": "",
        "info_url": null,
        "wiki_url": "https://en.wikipedia.org/wiki/Cape_Canaveral_Air_Force_Station_Space_Launch_Complex_41",
        "map_url": "https://www.google.com/maps?q=28.58341025,-80.58303644",
        "latitude": "28.58341025",
        "longitude": "-80.58303644",
        "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": 1109,
          "total_landing_count": 75
        },
        "country_code": "USA",
        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_29_20200803143528.jpg",
        "total_launch_count": 123,
        "orbital_launch_attempt_count": 123
      },
      "webcast_live": false,
      "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/atlas2520v2520411_image_20190224012306.jpeg",
      "infographic": null,
      "program": [],
      "orbital_launch_attempt_count": 4764,
      "location_launch_attempt_count": 639,
      "pad_launch_attempt_count": 35,
      "agency_launch_attempt_count": 80,
      "orbital_launch_attempt_count_year": 14,
      "location_launch_attempt_count_year": 2,
      "pad_launch_attempt_count_year": 2,
      "agency_launch_attempt_count_year": 1,
      "type": "normal"
    },
    {
      "id": "b8aa6310-3f7f-4232-9fa9-bf25b6abc565",
      "url": "https://ll.thespacedevs.com/2.2.0/launch/b8aa6310-3f7f-4232-9fa9-bf25b6abc565/?format=api",
      "slug": "minotaur-i-cosmic-1-6",
      "name": "Minotaur I | COSMIC 1-6",
      "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:32:50Z",
      "net": "2006-04-15T01:40:00Z",
      "window_end": "2006-04-15T01:40:00Z",
      "window_start": "2006-04-15T01:40:00Z",
      "net_precision": null,
      "probability": null,
      "weather_concerns": null,
      "holdreason": "",
      "failreason": null,
      "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": 7261,
        "configuration": {
          "id": 175,
          "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/175/?format=api",
          "name": "Minotaur I",
          "family": "Minotaur",
          "full_name": "Minotaur I",
          "variant": ""
        }
      },
      "mission": {
        "id": 5650,
        "name": "COSMIC 1-6",
        "description": "In early 2001, the National Space Program Office (NSPO) of Taiwan, Republic of China, selected Orbital for a $56 million contract for the ROCSAT-3/COSMIC (Republic of China Satellite / Constellation Observing System for Meteorology, Ionosphere and Climate) program. ROCSAT was renamed FORMOSAT in December 2004. The FORMOSAT-3/COSMIC program is an international collaboration between Taiwan and the United States that will use a constellation of six remote sensing microsatellites to collect atmospheric data for weather prediction and for ionosphere, climate and gravity research. Data from the satellites will be made freely available to the international scientific community in near real-time.",
        "launch_designator": null,
        "type": "Earth Science",
        "orbit": {
          "id": 8,
          "name": "Low Earth Orbit",
          "abbrev": "LEO"
        },
        "agencies": [],
        "info_urls": [],
        "vid_urls": []
      },
      "pad": {
        "id": 8,
        "url": "https://ll.thespacedevs.com/2.2.0/pad/8/?format=api",
        "agency_id": 161,
        "name": "Space Launch Complex 8",
        "description": "Space Launch Complex 8 (SLC-8), is a launch pad at Vandenberg Space Force Base in California, United States. It is used by Minotaur rockets. It was originally part of the California Spaceport, and was known as the Commercial Launch Facility (CLF) or Space Launch Facility (SLF).",
        "info_url": null,
        "wiki_url": "https://en.wikipedia.org/wiki/Vandenberg_Space_Launch_Complex_8",
        "map_url": "https://www.google.com/maps?q=34.57635,-120.63245",
        "latitude": "34.57635",
        "longitude": "-120.63245",
        "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": 885,
          "total_landing_count": 34
        },
        "country_code": "USA",
        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_8_20200803143300.jpg",
        "total_launch_count": 10,
        "orbital_launch_attempt_count": 10
      },
      "webcast_live": false,
      "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/minotaur2520i_image_20190224012247.jpeg",
      "infographic": null,
      "program": [],
      "orbital_launch_attempt_count": 4763,
      "location_launch_attempt_count": 624,
      "pad_launch_attempt_count": 5,
      "agency_launch_attempt_count": 50,
      "orbital_launch_attempt_count_year": 13,
      "location_launch_attempt_count_year": 1,
      "pad_launch_attempt_count_year": 1,
      "agency_launch_attempt_count_year": 3,
      "type": "normal"
    },
    {
      "id": "b87eda8e-7b6e-49ee-b982-1947062b2907",
      "url": "https://ll.thespacedevs.com/2.2.0/launch/b87eda8e-7b6e-49ee-b982-1947062b2907/?format=api",
      "slug": "zenit-jcsat-5a",
      "name": "Zenit | JCSAT 5A",
      "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:33:18Z",
      "net": "2006-04-12T23:29:59Z",
      "window_end": "2006-04-12T23:29:59Z",
      "window_start": "2006-04-12T23:29:59Z",
      "net_precision": null,
      "probability": null,
      "weather_concerns": null,
      "holdreason": "",
      "failreason": null,
      "hashtag": null,
      "launch_service_provider": {
        "id": 122,
        "url": "https://ll.thespacedevs.com/2.2.0/agencies/122/?format=api",
        "name": "Sea Launch",
        "type": "Commercial"
      },
      "rocket": {
        "id": 7260,
        "configuration": {
          "id": 11,
          "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/11/?format=api",
          "name": "Zenit",
          "family": "Zenith",
          "full_name": "Zenit 3SL",
          "variant": "3SL"
        }
      },
      "mission": {
        "id": 5649,
        "name": "JCSAT 5A",
        "description": "TT-DoCoMo operates the S-band payload and a part of the C-band payload as N-Star d to replace the N-Star a satellite.",
        "launch_designator": null,
        "type": "Communications",
        "orbit": {
          "id": 1,
          "name": "Geostationary Orbit",
          "abbrev": "Direct-GEO"
        },
        "agencies": [],
        "info_urls": [],
        "vid_urls": []
      },
      "pad": {
        "id": 13,
        "url": "https://ll.thespacedevs.com/2.2.0/pad/13/?format=api",
        "agency_id": 80,
        "name": "Launch Platform Odyssey",
        "description": "",
        "info_url": null,
        "wiki_url": "https://en.wikipedia.org/wiki/Odyssey_(launch_platform)",
        "map_url": "https://www.google.com/maps?q=0.0,-154",
        "latitude": "0.0",
        "longitude": "-154.0",
        "location": {
          "id": 3,
          "url": "https://ll.thespacedevs.com/2.2.0/location/3/?format=api",
          "name": "Sea Launch",
          "country_code": "???",
          "description": "",
          "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_3_20200803142448.jpg",
          "timezone_name": "",
          "total_launch_count": 40,
          "total_landing_count": 0
        },
        "country_code": "",
        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_13_20200803143257.jpg",
        "total_launch_count": 36,
        "orbital_launch_attempt_count": 36
      },
      "webcast_live": false,
      "image": null,
      "infographic": null,
      "program": [],
      "orbital_launch_attempt_count": 4762,
      "location_launch_attempt_count": 22,
      "pad_launch_attempt_count": 20,
      "agency_launch_attempt_count": 20,
      "orbital_launch_attempt_count_year": 12,
      "location_launch_attempt_count_year": 2,
      "pad_launch_attempt_count_year": 2,
      "agency_launch_attempt_count_year": 2,
      "type": "normal"
    },
    {
      "id": "04c37c93-9024-4b56-a419-71d8c8650512",
      "url": "https://ll.thespacedevs.com/2.2.0/launch/04c37c93-9024-4b56-a419-71d8c8650512/?format=api",
      "slug": "soyuz-fg-soyuz-tma-8",
      "name": "Soyuz-FG | Soyuz TMA-8",
      "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:49:08Z",
      "net": "2006-03-30T02:30:20Z",
      "window_end": "2006-03-30T02:30:20Z",
      "window_start": "2006-03-30T02:30:20Z",
      "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": 63,
        "url": "https://ll.thespacedevs.com/2.2.0/agencies/63/?format=api",
        "name": "Russian Federal Space Agency (ROSCOSMOS)",
        "type": "Government"
      },
      "rocket": {
        "id": 521,
        "configuration": {
          "id": 34,
          "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/34/?format=api",
          "name": "Soyuz",
          "family": "",
          "full_name": "Soyuz FG",
          "variant": "FG"
        }
      },
      "mission": {
        "id": 202,
        "name": "Soyuz TMA-8",
        "description": "Soyuz TMA-8 begins Expedition 13 by carrying 3 astronauts and cosmonauts to the International Space Station. \nRussian Commander, cosmonaut Pavel Vinogradov alongside Flight Engineers, Jeffrey Williams (NASA) & spaceflight participant Marcos Pontes (Space Adventures) will launch aboard the Soyuz spacecraft from the Baikonur Cosmodrome in Kazakhstan and then rendezvous with the station. \nIt landed on September 29, 2006, 01:13 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/soyuz_image_20190717035537.jpg",
      "infographic": null,
      "program": [
        {
          "id": 17,
          "url": "https://ll.thespacedevs.com/2.2.0/program/17/?format=api",
          "name": "International Space Station",
          "description": "The International Space Station programme is tied together by a complex set of legal, political and financial agreements between the sixteen nations involved in the project, governing ownership of the various components, rights to crewing and utilization, and responsibilities for crew rotation and resupply of the International Space Station. It was conceived in 1984 by President Ronald Reagan, during the Space Station Freedom project as it was originally called.",
          "agencies": [
            {
              "id": 16,
              "url": "https://ll.thespacedevs.com/2.2.0/agencies/16/?format=api",
              "name": "Canadian Space Agency",
              "type": "Government"
            },
            {
              "id": 27,
              "url": "https://ll.thespacedevs.com/2.2.0/agencies/27/?format=api",
              "name": "European Space Agency",
              "type": "Multinational"
            },
            {
              "id": 37,
              "url": "https://ll.thespacedevs.com/2.2.0/agencies/37/?format=api",
              "name": "Japan Aerospace Exploration Agency",
              "type": "Government"
            },
            {
              "id": 44,
              "url": "https://ll.thespacedevs.com/2.2.0/agencies/44/?format=api",
              "name": "National Aeronautics and Space Administration",
              "type": "Government"
            },
            {
              "id": 63,
              "url": "https://ll.thespacedevs.com/2.2.0/agencies/63/?format=api",
              "name": "Russian Federal Space Agency (ROSCOSMOS)",
              "type": "Government"
            }
          ],
          "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/international2_program_20201129184745.png",
          "start_date": "1998-11-20T06:40:00Z",
          "end_date": null,
          "info_url": "https://www.nasa.gov/mission_pages/station/main/index.html",
          "wiki_url": "https://en.wikipedia.org/wiki/International_Space_Station_programme",
          "mission_patches": [],
          "type": {
            "id": 2,
            "name": "Human Spaceflight"
          }
        },
        {
          "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": 4761,
      "location_launch_attempt_count": 1253,
      "pad_launch_attempt_count": 400,
      "agency_launch_attempt_count": 153,
      "orbital_launch_attempt_count_year": 11,
      "location_launch_attempt_count_year": 2,
      "pad_launch_attempt_count_year": 1,
      "agency_launch_attempt_count_year": 1,
      "type": "normal"
    },
    {
      "id": "b364f80f-2044-4d6d-aefa-c16c58bd7774",
      "url": "https://ll.thespacedevs.com/2.2.0/launch/b364f80f-2044-4d6d-aefa-c16c58bd7774/?format=api",
      "slug": "pegasus-xl-space-technology-5-st-5-3x-microsats",
      "name": "Pegasus XL | Space Technology 5 (ST-5) (3x microsats)",
      "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:55:14Z",
      "net": "2006-03-28T20:10:00Z",
      "window_end": "2006-03-28T20:10:00Z",
      "window_start": "2006-03-28T20:10:00Z",
      "net_precision": null,
      "probability": null,
      "weather_concerns": null,
      "holdreason": "",
      "failreason": null,
      "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": 520,
        "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": 4760,
      "location_launch_attempt_count": 37,
      "pad_launch_attempt_count": 19,
      "agency_launch_attempt_count": 49,
      "orbital_launch_attempt_count_year": 10,
      "location_launch_attempt_count_year": 2,
      "pad_launch_attempt_count_year": 2,
      "agency_launch_attempt_count_year": 2,
      "type": "normal"
    },
    {
      "id": "b8741d6a-bf47-44eb-b740-f091b5fd3c62",
      "url": "https://ll.thespacedevs.com/2.2.0/launch/b8741d6a-bf47-44eb-b740-f091b5fd3c62/?format=api",
      "slug": "falcon-1-falconsat-2",
      "name": "Falcon 1 | FalconSAT-2",
      "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-07-08T08:08:29Z",
      "net": "2006-03-24T22:30:00Z",
      "window_end": "2006-03-24T22:30:00Z",
      "window_start": "2006-03-24T22:30:00Z",
      "net_precision": null,
      "probability": null,
      "weather_concerns": null,
      "holdreason": "",
      "failreason": "Engine failure at T+33 seconds",
      "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": 519,
        "configuration": {
          "id": 133,
          "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/133/?format=api",
          "name": "Falcon 1",
          "family": "Falcon",
          "full_name": "Falcon 1",
          "variant": "1"
        }
      },
      "mission": {
        "id": 6458,
        "name": "FalconSAT-2",
        "description": "FalconSAT-2 was a satellite built by students of the United States Air Force Academy. It was intended to have been placed into low Earth orbit to study the effects of plasma on communications with spacecraft, however it failed to reach orbit due to a malfunction of its carrier rocket.It landed in a storage shed on Omelek Island, just a few feet from its own shipping container",
        "launch_designator": null,
        "type": "Technology",
        "orbit": {
          "id": 8,
          "name": "Low Earth Orbit",
          "abbrev": "LEO"
        },
        "agencies": [],
        "info_urls": [],
        "vid_urls": []
      },
      "pad": {
        "id": 107,
        "url": "https://ll.thespacedevs.com/2.2.0/pad/107/?format=api",
        "agency_id": null,
        "name": "Omelek Island",
        "description": null,
        "info_url": null,
        "wiki_url": "https://en.wikipedia.org/wiki/Omelek_Island",
        "map_url": "https://www.google.com/maps?q=9.047861,167.743",
        "latitude": "9.047861",
        "longitude": "167.743",
        "location": {
          "id": 142,
          "url": "https://ll.thespacedevs.com/2.2.0/location/142/?format=api",
          "name": "Ronald Reagan Ballistic Missile Defense Test Site, Kwajalein Atoll, Marshall Islands",
          "country_code": "MHL",
          "description": "The Ronald Reagan Ballistic Missile Defense Test Site is a missile test range in Marshall Islands. It covers about 750,000 square miles (1,900,000 km2) and includes rocket launch sites at the Kwajalein Atoll (on multiple islands), Wake Island, and Aur Atoll. It primarily functions as a test facility for U.S. missile defense and space research programs.",
          "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_142_20200803142511.jpg",
          "timezone_name": "Pacific/Tarawa",
          "total_launch_count": 5,
          "total_landing_count": 0
        },
        "country_code": "MHL",
        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_107_20200803143450.jpg",
        "total_launch_count": 5,
        "orbital_launch_attempt_count": 5
      },
      "webcast_live": false,
      "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/falcon_image_20190222030438.jpeg",
      "infographic": null,
      "program": [],
      "orbital_launch_attempt_count": 4759,
      "location_launch_attempt_count": 1,
      "pad_launch_attempt_count": 1,
      "agency_launch_attempt_count": 1,
      "orbital_launch_attempt_count_year": 9,
      "location_launch_attempt_count_year": 1,
      "pad_launch_attempt_count_year": 1,
      "agency_launch_attempt_count_year": 1,
      "type": "normal"
    },
    {
      "id": "9f603738-1959-46c1-b909-19a80f2aac44",
      "url": "https://ll.thespacedevs.com/2.2.0/launch/9f603738-1959-46c1-b909-19a80f2aac44/?format=api",
      "slug": "pegasus-xl-st-5-fwd",
      "name": "Pegasus XL | ST-5 FWD",
      "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:55:13Z",
      "net": "2006-03-22T14:03:45Z",
      "window_end": "2006-03-22T14:03:45Z",
      "window_start": "2006-03-22T14:03:45Z",
      "net_precision": null,
      "probability": null,
      "weather_concerns": null,
      "holdreason": "",
      "failreason": null,
      "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": 7259,
        "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": {
        "id": 5648,
        "name": "ST-5 FWD",
        "description": "NASA's three micro-sats were launched to test and validate new technologies for future science missions. ST5's objective was to demonstrate and flight qualify several innovative technologies and concepts for application to future space missions.",
        "launch_designator": null,
        "type": "Test Flight",
        "orbit": {
          "id": 8,
          "name": "Low Earth Orbit",
          "abbrev": "LEO"
        },
        "agencies": [],
        "info_urls": [],
        "vid_urls": []
      },
      "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": 4758,
      "location_launch_attempt_count": 36,
      "pad_launch_attempt_count": 18,
      "agency_launch_attempt_count": 48,
      "orbital_launch_attempt_count_year": 8,
      "location_launch_attempt_count_year": 1,
      "pad_launch_attempt_count_year": 1,
      "agency_launch_attempt_count_year": 1,
      "type": "normal"
    },
    {
      "id": "8ce1ad45-95f2-4eec-84bb-f96ba0ddab08",
      "url": "https://ll.thespacedevs.com/2.2.0/launch/8ce1ad45-95f2-4eec-84bb-f96ba0ddab08/?format=api",
      "slug": "ariane-5-eca-spainsat-hot-bird-7a",
      "name": "Ariane 5 ECA | Spainsat & Hot Bird 7A",
      "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:00:48Z",
      "net": "2006-03-11T22:33:00Z",
      "window_end": "2006-03-11T22:33:00Z",
      "window_start": "2006-03-11T22:33: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": 518,
        "configuration": {
          "id": 20,
          "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/20/?format=api",
          "name": "Ariane 5 ECA",
          "family": "Ariane",
          "full_name": "Ariane 5 ECA",
          "variant": "ECA"
        }
      },
      "mission": {
        "id": 605,
        "name": "Spainsat & Hot Bird 7A",
        "description": "Spainsat is a Spanish telecommunications satellite used for military and government communications. Providing coverage ranging from the US, South America and the Middle East, including Africa and Europe. Hot Bird is a group of satellites operated by Eutelsat located at 13 degrees East, with a transmitting footprint over Europe, North Africa and the Middle East.",
        "launch_designator": null,
        "type": "Communications",
        "orbit": {
          "id": 2,
          "name": "Geostationary Transfer Orbit",
          "abbrev": "GTO"
        },
        "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": 333,
          "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/ariane252052520eca_image_20190224012333.jpeg",
      "infographic": null,
      "program": [],
      "orbital_launch_attempt_count": 4757,
      "location_launch_attempt_count": 179,
      "pad_launch_attempt_count": 26,
      "agency_launch_attempt_count": 165,
      "orbital_launch_attempt_count_year": 7,
      "location_launch_attempt_count_year": 1,
      "pad_launch_attempt_count_year": 1,
      "agency_launch_attempt_count_year": 1,
      "type": "normal"
    },
    {
      "id": "7f781fe3-4819-470d-9394-2b52efa824ae",
      "url": "https://ll.thespacedevs.com/2.2.0/launch/7f781fe3-4819-470d-9394-2b52efa824ae/?format=api",
      "slug": "proton-m-briz-m-arabsat-4a",
      "name": "Proton-M Briz-M | Arabsat 4A",
      "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:35:05Z",
      "net": "2006-02-28T20:10:00Z",
      "window_end": "2006-02-28T20:10:00Z",
      "window_start": "2006-02-28T20:10:00Z",
      "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": 7258,
        "configuration": {
          "id": 22,
          "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/22/?format=api",
          "name": "Proton-M Briz-M",
          "family": "Proton / UR-500",
          "full_name": "Proton-M Briz-M",
          "variant": "Briz-M"
        }
      },
      "mission": {
        "id": 5647,
        "name": "Arabsat 4A",
        "description": "The Arabsat-4 spacecraft are based on the Eurostar-2000+ version of the Eurostar satellite family. Both satellites received the names Badr-1 and Badr-4 respectively in February 2006. Badr 1 did not reach its planned orbit, when the upper stage of the Proton-M Briz-M (Ph.3) launch vehicle failed. After evaluating a lunar fly-by maneuvre to rescue the satellite, Badr 1 was deorbited on 24.03.2006 over the pacific.",
        "launch_designator": null,
        "type": "Communications",
        "orbit": {
          "id": 1,
          "name": "Geostationary Orbit",
          "abbrev": "Direct-GEO"
        },
        "agencies": [],
        "info_urls": [],
        "vid_urls": []
      },
      "pad": {
        "id": 15,
        "url": "https://ll.thespacedevs.com/2.2.0/pad/15/?format=api",
        "agency_id": null,
        "name": "200/39 (200L)",
        "description": null,
        "info_url": null,
        "wiki_url": "",
        "map_url": "https://www.google.com/maps?q=46.039984,63.032093",
        "latitude": "46.039984",
        "longitude": "63.032093",
        "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_15_20200803143530.jpg",
        "total_launch_count": 167,
        "orbital_launch_attempt_count": 167
      },
      "webcast_live": false,
      "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/proton-m2520briz-m_image_20190224012317.jpeg",
      "infographic": null,
      "program": [],
      "orbital_launch_attempt_count": 4756,
      "location_launch_attempt_count": 1252,
      "pad_launch_attempt_count": 103,
      "agency_launch_attempt_count": 118,
      "orbital_launch_attempt_count_year": 6,
      "location_launch_attempt_count_year": 1,
      "pad_launch_attempt_count_year": 1,
      "agency_launch_attempt_count_year": 1,
      "type": "normal"
    }
  ]
}