API endpoint that returns all Launch objects or a single launch.

EXAMPLE - /launch// or /launch/?mode=list&search=SpaceX

GET: Return a list of all Launch objects.

FILTERS: Fields - 'name', 'id(s)', 'lsp_id', 'lsp_name', 'serial_number', 'launcher_config__id', 'rocket__spacecraftflight__spacecraft__name'

MODE: 'normal', 'list', 'detailed' EXAMPLE: ?mode=list

SEARCH: Searches through the launch name, rocket name, launch agency, mission name & spacecraft name. EXAMPLE - ?search=SpaceX

GET /2.0.0/launch/?format=api&offset=4680&ordering=-id
HTTP 200 OK
Allow: GET
Content-Type: application/json
Vary: Accept

{
  "count": 7920,
  "next": "https://lldev.thespacedevs.com/2.0.0/launch/?format=api&limit=10&offset=4690&ordering=-id",
  "previous": "https://lldev.thespacedevs.com/2.0.0/launch/?format=api&limit=10&offset=4670&ordering=-id",
  "results": [
    {
      "id": "6abdfa93-7023-4e38-a5bb-89d691f6c84d",
      "url": "https://lldev.thespacedevs.com/2.0.0/launch/6abdfa93-7023-4e38-a5bb-89d691f6c84d/?format=api",
      "launch_library_id": 1758,
      "slug": "soyuz-u2-progress-m-17",
      "name": "Soyuz-U2 | Progress M-17",
      "status": {
        "id": 3,
        "name": "Success"
      },
      "net": "1993-03-31T03:34:13Z",
      "window_end": "1993-03-31T03:34:13Z",
      "window_start": "1993-03-31T03:34:13Z",
      "inhold": false,
      "tbdtime": false,
      "tbddate": false,
      "probability": 0,
      "holdreason": "",
      "failreason": "",
      "hashtag": "",
      "launch_service_provider": {
        "id": 63,
        "url": "https://lldev.thespacedevs.com/2.0.0/agencies/63/?format=api",
        "name": "Russian Federal Space Agency (ROSCOSMOS)",
        "type": "Government"
      },
      "rocket": {
        "id": 2290,
        "configuration": {
          "id": 101,
          "launch_library_id": 133,
          "url": "https://lldev.thespacedevs.com/2.0.0/config/launcher/101/?format=api",
          "name": "Soyuz-U",
          "family": "",
          "full_name": "Soyuz-U2",
          "variant": "2"
        }
      },
      "mission": null,
      "pad": {
        "id": 32,
        "url": "https://lldev.thespacedevs.com/2.0.0/pad/32/?format=api",
        "agency_id": null,
        "name": "1/5",
        "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://lldev.thespacedevs.com/2.0.0/location/15/?format=api",
          "name": "Baikonur Cosmodrome, Republic of Kazakhstan",
          "country_code": "KAZ",
          "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/location_15_20200803142517.jpg",
          "total_launch_count": 1563,
          "total_landing_count": 0
        },
        "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/pad_32_20200803143513.jpg",
        "total_launch_count": 487
      },
      "webcast_live": false,
      "image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/soyuz-u_image_20191229074852.jpg",
      "infographic": null,
      "program": [
        {
          "id": 16,
          "url": "https://lldev.thespacedevs.com/2.0.0/program/16/?format=api",
          "name": "Mir",
          "description": "Mir was a space station that operated in low Earth orbit from 1986 to 2001, operated by the Soviet Union and later by Russia. Mir was the first modular space station and was assembled in orbit from 1986 to 1996.",
          "agencies": [
            {
              "id": 63,
              "url": "https://lldev.thespacedevs.com/2.0.0/agencies/63/?format=api",
              "name": "Russian Federal Space Agency (ROSCOSMOS)",
              "type": "Government"
            },
            {
              "id": 66,
              "url": "https://lldev.thespacedevs.com/2.0.0/agencies/66/?format=api",
              "name": "Soviet Space Program",
              "type": "Government"
            }
          ],
          "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/mir_program_20200821092345.jpeg",
          "start_date": "1986-02-20T21:28:23Z",
          "end_date": "2001-03-23T05:59:00Z",
          "info_url": null,
          "wiki_url": "https://en.wikipedia.org/wiki/Mir"
        }
      ]
    },
    {
      "id": "6abb4584-1ae8-4280-ab94-eec203164091",
      "url": "https://lldev.thespacedevs.com/2.0.0/launch/6abb4584-1ae8-4280-ab94-eec203164091/?format=api",
      "launch_library_id": 1028,
      "slug": "vostok-k-vostok-1",
      "name": "Vostok-K | Vostok 1",
      "status": {
        "id": 3,
        "name": "Success"
      },
      "net": "1961-04-12T06:07:00Z",
      "window_end": "1961-04-12T06:07:00Z",
      "window_start": "1961-04-12T06:07:00Z",
      "inhold": false,
      "tbdtime": false,
      "tbddate": false,
      "probability": null,
      "holdreason": "",
      "failreason": null,
      "hashtag": null,
      "launch_service_provider": {
        "id": 66,
        "url": "https://lldev.thespacedevs.com/2.0.0/agencies/66/?format=api",
        "name": "Soviet Space Program",
        "type": "Government"
      },
      "rocket": {
        "id": 189,
        "configuration": {
          "id": 103,
          "launch_library_id": 139,
          "url": "https://lldev.thespacedevs.com/2.0.0/config/launcher/103/?format=api",
          "name": "Vostok",
          "family": "R-7",
          "full_name": "Vostok-K",
          "variant": "K"
        }
      },
      "mission": {
        "id": 774,
        "launch_library_id": 212,
        "name": "Vostok 1",
        "description": "The first crewed space launch & the first orbital launch. It carried the Soviet cosmonaut Yuri Gagarin who completed 1 orbit before safely re-entering the atmosphere, he ejected from his capsule at an altitude of 7 km in order to parachute safely to the ground. The mission lasted 108 minutes.",
        "launch_designator": null,
        "type": "Human Exploration",
        "orbit": {
          "id": 8,
          "name": "Low Earth Orbit",
          "abbrev": "LEO"
        }
      },
      "pad": {
        "id": 32,
        "url": "https://lldev.thespacedevs.com/2.0.0/pad/32/?format=api",
        "agency_id": null,
        "name": "1/5",
        "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://lldev.thespacedevs.com/2.0.0/location/15/?format=api",
          "name": "Baikonur Cosmodrome, Republic of Kazakhstan",
          "country_code": "KAZ",
          "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/location_15_20200803142517.jpg",
          "total_launch_count": 1563,
          "total_landing_count": 0
        },
        "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/pad_32_20200803143513.jpg",
        "total_launch_count": 487
      },
      "webcast_live": false,
      "image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/vostok_image_20191104130128.jpg",
      "infographic": null,
      "program": [
        {
          "id": 9,
          "url": "https://lldev.thespacedevs.com/2.0.0/program/9/?format=api",
          "name": "Vostok",
          "description": "The Vostok programme was a Soviet human spaceflight project to put the first Soviet citizens into low Earth orbit and return them safely. Competing with the United States Project Mercury, it succeeded in placing the first human into space, Yuri Gagarin, in a single orbit in Vostok 1 on April 12, 1961.",
          "agencies": [
            {
              "id": 66,
              "url": "https://lldev.thespacedevs.com/2.0.0/agencies/66/?format=api",
              "name": "Soviet Space Program",
              "type": "Government"
            }
          ],
          "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/vostok_program_20210417063956.png",
          "start_date": "1961-04-12T06:07:00Z",
          "end_date": "1963-06-19T08:20:00Z",
          "info_url": null,
          "wiki_url": "https://en.wikipedia.org/wiki/Vostok_programme"
        }
      ]
    },
    {
      "id": "6aaf04a1-85ee-4698-9933-31aca3e19ccf",
      "url": "https://lldev.thespacedevs.com/2.0.0/launch/6aaf04a1-85ee-4698-9933-31aca3e19ccf/?format=api",
      "launch_library_id": null,
      "slug": "long-march-2cyz-1s-rsw-01-03",
      "name": "Long March 2C/YZ-1S | RSW-01 - 03",
      "status": {
        "id": 3,
        "name": "Success"
      },
      "net": "2021-08-24T11:15:00Z",
      "window_end": "2021-08-24T12:47:00Z",
      "window_start": "2021-08-24T11:15:00Z",
      "inhold": false,
      "tbdtime": false,
      "tbddate": false,
      "probability": null,
      "holdreason": "",
      "failreason": "",
      "hashtag": null,
      "launch_service_provider": {
        "id": 88,
        "url": "https://lldev.thespacedevs.com/2.0.0/agencies/88/?format=api",
        "name": "China Aerospace Science and Technology Corporation",
        "type": "Government"
      },
      "rocket": {
        "id": 3002,
        "configuration": {
          "id": 156,
          "launch_library_id": 192,
          "url": "https://lldev.thespacedevs.com/2.0.0/config/launcher/156/?format=api",
          "name": "Long March 2C/YZ-1S",
          "family": "Long March",
          "full_name": "Long March 2C/YZ-1S",
          "variant": "C/YZ-1S"
        }
      },
      "mission": {
        "id": 1429,
        "launch_library_id": null,
        "name": "RSW-01 - 03",
        "description": "\"Ronghe Shiyan Weixing\" (RSW) = \"Integrated Experimental Satellite\" are test satellites that will be used to develop a state-owned Chinese low-earth orbit constellation, Xingwang, consisting of several thousand satellites.",
        "launch_designator": null,
        "type": "Communications",
        "orbit": {
          "id": 13,
          "name": "Polar Orbit",
          "abbrev": "PO"
        }
      },
      "pad": {
        "id": 22,
        "url": "https://lldev.thespacedevs.com/2.0.0/pad/22/?format=api",
        "agency_id": null,
        "name": "Launch Area 94 (SLS-2 / 603)",
        "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://lldev.thespacedevs.com/2.0.0/location/17/?format=api",
          "name": "Jiuquan Satellite Launch Center, People's Republic of China",
          "country_code": "CHN",
          "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/location_17_20200803142429.jpg",
          "total_launch_count": 291,
          "total_landing_count": 2
        },
        "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/pad_22_20200803143437.jpg",
        "total_launch_count": 137
      },
      "webcast_live": false,
      "image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/long_march_2c-i_image_20210908194304.jpeg",
      "infographic": null,
      "program": []
    },
    {
      "id": "6aa3fa12-04a7-4e87-9058-5aa24efb91aa",
      "url": "https://lldev.thespacedevs.com/2.0.0/launch/6aa3fa12-04a7-4e87-9058-5aa24efb91aa/?format=api",
      "launch_library_id": null,
      "slug": "long-march-3b-chinasat-1d",
      "name": "Long March 3B | ChinaSat 1D",
      "status": {
        "id": 3,
        "name": "Success"
      },
      "net": "2021-11-26T16:40:04Z",
      "window_end": "2021-11-26T17:05:00Z",
      "window_start": "2021-11-26T16:30:00Z",
      "inhold": false,
      "tbdtime": false,
      "tbddate": false,
      "probability": null,
      "holdreason": "",
      "failreason": "",
      "hashtag": null,
      "launch_service_provider": {
        "id": 88,
        "url": "https://lldev.thespacedevs.com/2.0.0/agencies/88/?format=api",
        "name": "China Aerospace Science and Technology Corporation",
        "type": "Government"
      },
      "rocket": {
        "id": 2753,
        "configuration": {
          "id": 50,
          "launch_library_id": 69,
          "url": "https://lldev.thespacedevs.com/2.0.0/config/launcher/50/?format=api",
          "name": "Long March 3B/E",
          "family": "Long March",
          "full_name": "Long March 3B/E",
          "variant": "B/E"
        }
      },
      "mission": {
        "id": 5897,
        "launch_library_id": null,
        "name": "ChinaSat 1D",
        "description": "The FH 2 (Feng Huo 2) series are reportedly the second generation of chinese military comsats and data relay satellites. They provide both C-band and UHF communications.\r\n\r\nChina Aerospace Science and Technology Corp. manufactured the satellites based on the DFH-4 Bus.\r\n\r\nFH-2D is also known as Chinasat-1D.",
        "launch_designator": null,
        "type": "Communications",
        "orbit": {
          "id": 2,
          "name": "Geostationary Transfer Orbit",
          "abbrev": "GTO"
        }
      },
      "pad": {
        "id": 45,
        "url": "https://lldev.thespacedevs.com/2.0.0/pad/45/?format=api",
        "agency_id": null,
        "name": "Launch Complex 2 (LC-2)",
        "info_url": null,
        "wiki_url": "https://en.wikipedia.org/wiki/Xichang_Satellite_Launch_Center",
        "map_url": "https://www.google.com/maps?q=28.245504,102.026768",
        "latitude": "28.245504",
        "longitude": "102.026768",
        "location": {
          "id": 16,
          "url": "https://lldev.thespacedevs.com/2.0.0/location/16/?format=api",
          "name": "Xichang Satellite Launch Center, People's Republic of China",
          "country_code": "CHN",
          "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/location_16_20200803142513.jpg",
          "total_launch_count": 241,
          "total_landing_count": 0
        },
        "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/pad_45_20200803143520.jpg",
        "total_launch_count": 125
      },
      "webcast_live": false,
      "image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/long2520march_image_20230907120240.jpeg",
      "infographic": null,
      "program": []
    },
    {
      "id": "6aa00f8d-f57f-42c4-9c8f-b77e69d2f4d5",
      "url": "https://lldev.thespacedevs.com/2.0.0/launch/6aa00f8d-f57f-42c4-9c8f-b77e69d2f4d5/?format=api",
      "launch_library_id": null,
      "slug": "titan-iiic-dscs-2-3-4",
      "name": "Titan IIIC | DSCS-2 3 & 4",
      "status": {
        "id": 3,
        "name": "Success"
      },
      "net": "1973-12-13T23:57:01Z",
      "window_end": "1973-12-13T23:57:01Z",
      "window_start": "1973-12-13T23:57:01Z",
      "inhold": false,
      "tbdtime": false,
      "tbddate": false,
      "probability": null,
      "holdreason": "",
      "failreason": null,
      "hashtag": null,
      "launch_service_provider": {
        "id": 161,
        "url": "https://lldev.thespacedevs.com/2.0.0/agencies/161/?format=api",
        "name": "United States Air Force",
        "type": "Government"
      },
      "rocket": {
        "id": 4428,
        "configuration": {
          "id": 439,
          "launch_library_id": null,
          "url": "https://lldev.thespacedevs.com/2.0.0/config/launcher/439/?format=api",
          "name": "Titan IIIC",
          "family": "Titan",
          "full_name": "Titan IIIC",
          "variant": "IIIC"
        }
      },
      "mission": {
        "id": 2846,
        "launch_library_id": null,
        "name": "DSCS-2 3 & 4",
        "description": "Satellites designed to provide secure voice and data communications for the US military.",
        "launch_designator": null,
        "type": "Government/Top Secret",
        "orbit": {
          "id": 1,
          "name": "Geostationary Orbit",
          "abbrev": "Direct-GEO"
        }
      },
      "pad": {
        "id": 80,
        "url": "https://lldev.thespacedevs.com/2.0.0/pad/80/?format=api",
        "agency_id": 121,
        "name": "Space Launch Complex 40",
        "info_url": null,
        "wiki_url": "https://en.wikipedia.org/wiki/Cape_Canaveral_Air_Force_Station_Space_Launch_Complex_40",
        "map_url": "https://www.google.com/maps?q=28.56194122,-80.57735736",
        "latitude": "28.56194122",
        "longitude": "-80.57735736",
        "location": {
          "id": 12,
          "url": "https://lldev.thespacedevs.com/2.0.0/location/12/?format=api",
          "name": "Cape Canaveral SFS, FL, USA",
          "country_code": "USA",
          "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/location_12_20200803142519.jpg",
          "total_launch_count": 1119,
          "total_landing_count": 75
        },
        "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/pad_80_20200803143323.jpg",
        "total_launch_count": 391
      },
      "webcast_live": false,
      "image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/titan_iii-c_lau_image_20251103140641.jpeg",
      "infographic": null,
      "program": []
    },
    {
      "id": "6a996a79-847d-4b96-b517-17cc1a4b143c",
      "url": "https://lldev.thespacedevs.com/2.0.0/launch/6a996a79-847d-4b96-b517-17cc1a4b143c/?format=api",
      "launch_library_id": 1281,
      "slug": "ariane-5-g-insat-3e-ebird-1-smart-1",
      "name": "Ariane 5 G | INSAT-3E, eBird 1, SMART-1",
      "status": {
        "id": 3,
        "name": "Success"
      },
      "net": "2003-09-27T23:14:46Z",
      "window_end": "2003-09-27T23:14:46Z",
      "window_start": "2003-09-27T23:14:46Z",
      "inhold": false,
      "tbdtime": false,
      "tbddate": false,
      "probability": null,
      "holdreason": "",
      "failreason": "",
      "hashtag": null,
      "launch_service_provider": {
        "id": 115,
        "url": "https://lldev.thespacedevs.com/2.0.0/agencies/115/?format=api",
        "name": "Arianespace",
        "type": "Commercial"
      },
      "rocket": {
        "id": 498,
        "configuration": {
          "id": 131,
          "launch_library_id": 156,
          "url": "https://lldev.thespacedevs.com/2.0.0/config/launcher/131/?format=api",
          "name": "Ariane 5 G",
          "family": "Ariane",
          "full_name": "Ariane 5 G",
          "variant": "G"
        }
      },
      "mission": {
        "id": 846,
        "launch_library_id": 529,
        "name": "INSAT-3A",
        "description": "INSAT-3A is a multipurpose satellite for providing telecommunications, television broadcasting, meteorological and search & rescue services. INSAT-3A payloads include Normal C-band transponders with expanded coverage from Middle East to South East Asia, Extended C-band transponders providing India coverage and Ku-band transponders providing India coverage. The satellite also carries one Data Relay Transponder (DRT) and one Satellite Aided Search and Rescue (SAS&R) payload. SAS&R payload has a global receive coverage with 406 MHz uplink and C-band downlink with India coverage for the relay of signals from distress beacons in sea, air or land.",
        "launch_designator": null,
        "type": "Communications",
        "orbit": {
          "id": 2,
          "name": "Geostationary Transfer Orbit",
          "abbrev": "GTO"
        }
      },
      "pad": {
        "id": 77,
        "url": "https://lldev.thespacedevs.com/2.0.0/pad/77/?format=api",
        "agency_id": 115,
        "name": "Ariane Launch Area 3",
        "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://lldev.thespacedevs.com/2.0.0/location/13/?format=api",
          "name": "Guiana Space Centre, French Guiana",
          "country_code": "GUF",
          "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/location_13_20200803142412.jpg",
          "total_launch_count": 334,
          "total_landing_count": 0
        },
        "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/pad_77_20200803143458.jpg",
        "total_launch_count": 118
      },
      "webcast_live": false,
      "image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/ariane252052520g_image_20190222030331.jpeg",
      "infographic": null,
      "program": []
    },
    {
      "id": "6a9860a9-cec2-4eda-be1b-91d73337f547",
      "url": "https://lldev.thespacedevs.com/2.0.0/launch/6a9860a9-cec2-4eda-be1b-91d73337f547/?format=api",
      "launch_library_id": null,
      "slug": "kosmos-3m-taifun-1-18",
      "name": "Kosmos-3M | Taifun-1 18",
      "status": {
        "id": 3,
        "name": "Success"
      },
      "net": "1985-02-27T12:56:00Z",
      "window_end": "1985-02-27T12:56:00Z",
      "window_start": "1985-02-27T12:56:00Z",
      "inhold": false,
      "tbdtime": false,
      "tbddate": false,
      "probability": null,
      "holdreason": "",
      "failreason": null,
      "hashtag": null,
      "launch_service_provider": {
        "id": 66,
        "url": "https://lldev.thespacedevs.com/2.0.0/agencies/66/?format=api",
        "name": "Soviet Space Program",
        "type": "Government"
      },
      "rocket": {
        "id": 5726,
        "configuration": {
          "id": 102,
          "launch_library_id": 122,
          "url": "https://lldev.thespacedevs.com/2.0.0/config/launcher/102/?format=api",
          "name": "Kosmos-3M",
          "family": "Kosmos",
          "full_name": "Kosmos-3M (11K65M)",
          "variant": "-3M"
        }
      },
      "mission": {
        "id": 4127,
        "launch_library_id": null,
        "name": "Taifun-1 18",
        "description": "Radar calibration satellite",
        "launch_designator": null,
        "type": "Test Target",
        "orbit": {
          "id": 8,
          "name": "Low Earth Orbit",
          "abbrev": "LEO"
        }
      },
      "pad": {
        "id": 28,
        "url": "https://lldev.thespacedevs.com/2.0.0/pad/28/?format=api",
        "agency_id": 163,
        "name": "132/1 (132L)",
        "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://lldev.thespacedevs.com/2.0.0/location/6/?format=api",
          "name": "Plesetsk Cosmodrome, Russian Federation",
          "country_code": "RUS",
          "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/location_6_20200803142434.jpg",
          "total_launch_count": 1685,
          "total_landing_count": 0
        },
        "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/pad_28_20200803143254.jpg",
        "total_launch_count": 212
      },
      "webcast_live": false,
      "image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/kosmos-3m_durin_image_20251101171325.jpg",
      "infographic": null,
      "program": []
    },
    {
      "id": "6a7f56f9-2565-4b6c-b0c5-23e9c74a2368",
      "url": "https://lldev.thespacedevs.com/2.0.0/launch/6a7f56f9-2565-4b6c-b0c5-23e9c74a2368/?format=api",
      "launch_library_id": null,
      "slug": "sputnik-8a91-d1-2",
      "name": "Sputnik 8A91 | D1- 2",
      "status": {
        "id": 3,
        "name": "Success"
      },
      "net": "1958-05-15T07:00:35Z",
      "window_end": "1958-05-15T07:00:35Z",
      "window_start": "1958-05-15T07:00:35Z",
      "inhold": false,
      "tbdtime": false,
      "tbddate": false,
      "probability": null,
      "holdreason": "",
      "failreason": "",
      "hashtag": null,
      "launch_service_provider": {
        "id": 66,
        "url": "https://lldev.thespacedevs.com/2.0.0/agencies/66/?format=api",
        "name": "Soviet Space Program",
        "type": "Government"
      },
      "rocket": {
        "id": 3013,
        "configuration": {
          "id": 469,
          "launch_library_id": null,
          "url": "https://lldev.thespacedevs.com/2.0.0/config/launcher/469/?format=api",
          "name": "Sputnik 8A91",
          "family": "Sputnik",
          "full_name": "Sputnik 8A91",
          "variant": "8A91"
        }
      },
      "mission": {
        "id": 1437,
        "launch_library_id": null,
        "name": "D1- 2",
        "description": "First complex scientific satellite to reach orbit.",
        "launch_designator": null,
        "type": "Earth Science",
        "orbit": {
          "id": 8,
          "name": "Low Earth Orbit",
          "abbrev": "LEO"
        }
      },
      "pad": {
        "id": 32,
        "url": "https://lldev.thespacedevs.com/2.0.0/pad/32/?format=api",
        "agency_id": null,
        "name": "1/5",
        "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://lldev.thespacedevs.com/2.0.0/location/15/?format=api",
          "name": "Baikonur Cosmodrome, Republic of Kazakhstan",
          "country_code": "KAZ",
          "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/location_15_20200803142517.jpg",
          "total_launch_count": 1563,
          "total_landing_count": 0
        },
        "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/pad_32_20200803143513.jpg",
        "total_launch_count": 487
      },
      "webcast_live": false,
      "image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/sputnik_8a91_image_20210830171943.png",
      "infographic": null,
      "program": []
    },
    {
      "id": "6a700aab-7714-49c5-a1b0-8465c974594c",
      "url": "https://lldev.thespacedevs.com/2.0.0/launch/6a700aab-7714-49c5-a1b0-8465c974594c/?format=api",
      "launch_library_id": 1741,
      "slug": "soyuz-u2-progress-m-1",
      "name": "Soyuz-U2 | Progress M-1",
      "status": {
        "id": 3,
        "name": "Success"
      },
      "net": "1989-08-23T03:09:32Z",
      "window_end": "1989-08-23T03:09:32Z",
      "window_start": "1989-08-23T03:09:32Z",
      "inhold": false,
      "tbdtime": false,
      "tbddate": false,
      "probability": 0,
      "holdreason": "",
      "failreason": "",
      "hashtag": "",
      "launch_service_provider": {
        "id": 66,
        "url": "https://lldev.thespacedevs.com/2.0.0/agencies/66/?format=api",
        "name": "Soviet Space Program",
        "type": "Government"
      },
      "rocket": {
        "id": 2273,
        "configuration": {
          "id": 101,
          "launch_library_id": 133,
          "url": "https://lldev.thespacedevs.com/2.0.0/config/launcher/101/?format=api",
          "name": "Soyuz-U",
          "family": "",
          "full_name": "Soyuz-U2",
          "variant": "2"
        }
      },
      "mission": null,
      "pad": {
        "id": 32,
        "url": "https://lldev.thespacedevs.com/2.0.0/pad/32/?format=api",
        "agency_id": null,
        "name": "1/5",
        "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://lldev.thespacedevs.com/2.0.0/location/15/?format=api",
          "name": "Baikonur Cosmodrome, Republic of Kazakhstan",
          "country_code": "KAZ",
          "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/location_15_20200803142517.jpg",
          "total_launch_count": 1563,
          "total_landing_count": 0
        },
        "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/pad_32_20200803143513.jpg",
        "total_launch_count": 487
      },
      "webcast_live": false,
      "image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/soyuz-u_image_20191229074852.jpg",
      "infographic": null,
      "program": [
        {
          "id": 16,
          "url": "https://lldev.thespacedevs.com/2.0.0/program/16/?format=api",
          "name": "Mir",
          "description": "Mir was a space station that operated in low Earth orbit from 1986 to 2001, operated by the Soviet Union and later by Russia. Mir was the first modular space station and was assembled in orbit from 1986 to 1996.",
          "agencies": [
            {
              "id": 63,
              "url": "https://lldev.thespacedevs.com/2.0.0/agencies/63/?format=api",
              "name": "Russian Federal Space Agency (ROSCOSMOS)",
              "type": "Government"
            },
            {
              "id": 66,
              "url": "https://lldev.thespacedevs.com/2.0.0/agencies/66/?format=api",
              "name": "Soviet Space Program",
              "type": "Government"
            }
          ],
          "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/mir_program_20200821092345.jpeg",
          "start_date": "1986-02-20T21:28:23Z",
          "end_date": "2001-03-23T05:59:00Z",
          "info_url": null,
          "wiki_url": "https://en.wikipedia.org/wiki/Mir"
        }
      ]
    },
    {
      "id": "6a6ec77c-7c34-4973-925e-1c248ed8e4cd",
      "url": "https://lldev.thespacedevs.com/2.0.0/launch/6a6ec77c-7c34-4973-925e-1c248ed8e4cd/?format=api",
      "launch_library_id": null,
      "slug": "new-shepard-ns-8",
      "name": "New Shepard | NS-8",
      "status": {
        "id": 3,
        "name": "Success"
      },
      "net": "2018-04-29T17:07:00Z",
      "window_end": "2018-04-29T17:07:00Z",
      "window_start": "2018-04-29T17:07:00Z",
      "inhold": false,
      "tbdtime": false,
      "tbddate": false,
      "probability": null,
      "holdreason": "",
      "failreason": "",
      "hashtag": null,
      "launch_service_provider": {
        "id": 141,
        "url": "https://lldev.thespacedevs.com/2.0.0/agencies/141/?format=api",
        "name": "Blue Origin",
        "type": "Commercial"
      },
      "rocket": {
        "id": 2187,
        "configuration": {
          "id": 137,
          "launch_library_id": 9999,
          "url": "https://lldev.thespacedevs.com/2.0.0/config/launcher/137/?format=api",
          "name": "New Shepard",
          "family": "",
          "full_name": "New Shepard",
          "variant": ""
        }
      },
      "mission": {
        "id": 950,
        "launch_library_id": null,
        "name": "NS-8",
        "description": "NS-8 is Blue Origin's second commercial flight. It carried payloads from various customers on a sub-orbital launch for 3 minutes of microgravity.",
        "launch_designator": null,
        "type": "Earth Science",
        "orbit": {
          "id": 15,
          "name": "Suborbital",
          "abbrev": "Sub"
        }
      },
      "pad": {
        "id": 90,
        "url": "https://lldev.thespacedevs.com/2.0.0/pad/90/?format=api",
        "agency_id": 141,
        "name": "West Texas Suborbital Launch Site/ Corn Ranch",
        "info_url": "https://www.blueorigin.com",
        "wiki_url": "https://en.wikipedia.org/wiki/Corn_Ranch",
        "map_url": "https://www.google.com/maps?q=31.422878000000000,-104.757121000000000",
        "latitude": "31.422878",
        "longitude": "-104.757121",
        "location": {
          "id": 29,
          "url": "https://lldev.thespacedevs.com/2.0.0/location/29/?format=api",
          "name": "Corn Ranch, Van Horn, TX, USA",
          "country_code": "USA",
          "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/location_29_20200803142436.jpg",
          "total_launch_count": 38,
          "total_landing_count": 38
        },
        "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/pad_90_20200803143233.jpg",
        "total_launch_count": 38
      },
      "webcast_live": false,
      "image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/new2520shepard_image_20190207032624.jpeg",
      "infographic": null,
      "program": []
    }
  ]
}