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

{
  "count": 7925,
  "next": "https://ll.thespacedevs.com/2.0.0/launch/?format=api&limit=10&offset=1030&ordering=-id",
  "previous": "https://ll.thespacedevs.com/2.0.0/launch/?format=api&limit=10&offset=1010&ordering=-id",
  "results": [
    {
      "id": "de172647-762a-4e43-89b5-9a8b9537208a",
      "url": "https://ll.thespacedevs.com/2.0.0/launch/de172647-762a-4e43-89b5-9a8b9537208a/?format=api",
      "launch_library_id": null,
      "slug": "voskhod-zenit-4m-8",
      "name": "Voskhod | Zenit-4M 8",
      "status": {
        "id": 3,
        "name": "Success"
      },
      "net": "1970-10-30T13:20:00Z",
      "window_end": "1970-10-30T13:20:00Z",
      "window_start": "1970-10-30T13:20:00Z",
      "inhold": false,
      "tbdtime": false,
      "tbddate": false,
      "probability": null,
      "holdreason": "",
      "failreason": null,
      "hashtag": null,
      "launch_service_provider": {
        "id": 66,
        "url": "https://ll.thespacedevs.com/2.0.0/agencies/66/?format=api",
        "name": "Soviet Space Program",
        "type": "Government"
      },
      "rocket": {
        "id": 4067,
        "configuration": {
          "id": 104,
          "launch_library_id": 138,
          "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/104/?format=api",
          "name": "Voskhod",
          "family": "R-7",
          "full_name": "Voskhod",
          "variant": "Voskhod"
        }
      },
      "mission": {
        "id": 2485,
        "launch_library_id": null,
        "name": "Zenit-4M 8",
        "description": "The soviet Zenit-4M (Rotor, 11F691) was an improved version of the Zenit-4 high resolution reconnaissance satellite and was part of the Vostok-based Zenit-family.",
        "launch_designator": null,
        "type": "Government/Top Secret",
        "orbit": {
          "id": 8,
          "name": "Low Earth Orbit",
          "abbrev": "LEO"
        }
      },
      "pad": {
        "id": 85,
        "url": "https://ll.thespacedevs.com/2.0.0/pad/85/?format=api",
        "agency_id": 163,
        "name": "43/4 (43R)",
        "info_url": null,
        "wiki_url": null,
        "map_url": "https://www.google.com/maps?q=62.92883,40.457098",
        "latitude": "62.92883",
        "longitude": "40.457098",
        "location": {
          "id": 6,
          "url": "https://ll.thespacedevs.com/2.0.0/location/6/?format=api",
          "name": "Plesetsk Cosmodrome, Russian Federation",
          "country_code": "RUS",
          "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_6_20200803142434.jpg",
          "total_launch_count": 1685,
          "total_landing_count": 0
        },
        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_85_20200803143554.jpg",
        "total_launch_count": 328
      },
      "webcast_live": false,
      "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/voskhod_during__image_20251102062248.jpg",
      "infographic": null,
      "program": []
    },
    {
      "id": "de16a700-65bb-4bf7-a9b3-6145f0da295d",
      "url": "https://ll.thespacedevs.com/2.0.0/launch/de16a700-65bb-4bf7-a9b3-6145f0da295d/?format=api",
      "launch_library_id": 1900,
      "slug": "proton-ur-500-kd-zond-6",
      "name": "Proton / UR-500 K/D | Zond 6",
      "status": {
        "id": 3,
        "name": "Success"
      },
      "net": "1968-11-10T19:11:31Z",
      "window_end": "1968-11-10T19:11:31Z",
      "window_start": "1968-11-10T19:11:31Z",
      "inhold": false,
      "tbdtime": false,
      "tbddate": false,
      "probability": 0,
      "holdreason": "",
      "failreason": "",
      "hashtag": "",
      "launch_service_provider": {
        "id": 66,
        "url": "https://ll.thespacedevs.com/2.0.0/agencies/66/?format=api",
        "name": "Soviet Space Program",
        "type": "Government"
      },
      "rocket": {
        "id": 2441,
        "configuration": {
          "id": 191,
          "launch_library_id": 220,
          "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/191/?format=api",
          "name": "Proton",
          "family": "Proton / UR-500",
          "full_name": "Proton / UR-500 K/D",
          "variant": "K/D"
        }
      },
      "mission": null,
      "pad": {
        "id": 31,
        "url": "https://ll.thespacedevs.com/2.0.0/pad/31/?format=api",
        "agency_id": null,
        "name": "81/23 (81L)",
        "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.0.0/location/15/?format=api",
          "name": "Baikonur Cosmodrome, Republic of Kazakhstan",
          "country_code": "KAZ",
          "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_15_20200803142517.jpg",
          "total_launch_count": 1563,
          "total_landing_count": 0
        },
        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_31_20200803143402.jpg",
        "total_launch_count": 104
      },
      "webcast_live": false,
      "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/proton_image_20231231095535.jpg",
      "infographic": null,
      "program": [
        {
          "id": 8,
          "url": "https://ll.thespacedevs.com/2.0.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.0.0/agencies/63/?format=api",
              "name": "Russian Federal Space Agency (ROSCOSMOS)",
              "type": "Government"
            },
            {
              "id": 66,
              "url": "https://ll.thespacedevs.com/2.0.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"
        }
      ]
    },
    {
      "id": "de10ff2a-b0bd-483a-b965-010e12ea11da",
      "url": "https://ll.thespacedevs.com/2.0.0/launch/de10ff2a-b0bd-483a-b965-010e12ea11da/?format=api",
      "launch_library_id": null,
      "slug": "molniya-m-us-k-13",
      "name": "Molniya-M | US-K 13",
      "status": {
        "id": 4,
        "name": "Failure"
      },
      "net": "1980-02-12T00:52:37Z",
      "window_end": "1980-02-12T00:52:37Z",
      "window_start": "1980-02-12T00:52:37Z",
      "inhold": false,
      "tbdtime": false,
      "tbddate": false,
      "probability": null,
      "holdreason": "",
      "failreason": null,
      "hashtag": null,
      "launch_service_provider": {
        "id": 66,
        "url": "https://ll.thespacedevs.com/2.0.0/agencies/66/?format=api",
        "name": "Soviet Space Program",
        "type": "Government"
      },
      "rocket": {
        "id": 5149,
        "configuration": {
          "id": 106,
          "launch_library_id": 126,
          "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/106/?format=api",
          "name": "Molniya-M",
          "family": "R-7",
          "full_name": "Molniya-M 2BL",
          "variant": "2BL"
        }
      },
      "mission": {
        "id": 3560,
        "launch_library_id": null,
        "name": "US-K 13",
        "description": "Early warning satellite",
        "launch_designator": null,
        "type": "Government/Top Secret",
        "orbit": {
          "id": 0,
          "name": "Elliptical Orbit",
          "abbrev": "Elliptical"
        }
      },
      "pad": {
        "id": 85,
        "url": "https://ll.thespacedevs.com/2.0.0/pad/85/?format=api",
        "agency_id": 163,
        "name": "43/4 (43R)",
        "info_url": null,
        "wiki_url": null,
        "map_url": "https://www.google.com/maps?q=62.92883,40.457098",
        "latitude": "62.92883",
        "longitude": "40.457098",
        "location": {
          "id": 6,
          "url": "https://ll.thespacedevs.com/2.0.0/location/6/?format=api",
          "name": "Plesetsk Cosmodrome, Russian Federation",
          "country_code": "RUS",
          "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_6_20200803142434.jpg",
          "total_launch_count": 1685,
          "total_landing_count": 0
        },
        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_85_20200803143554.jpg",
        "total_launch_count": 328
      },
      "webcast_live": false,
      "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/molniya_m_image_20251102061752.jpg",
      "infographic": null,
      "program": []
    },
    {
      "id": "de10ff0e-af02-4343-b70d-fd3524b9040f",
      "url": "https://ll.thespacedevs.com/2.0.0/launch/de10ff0e-af02-4343-b70d-fd3524b9040f/?format=api",
      "launch_library_id": 444,
      "slug": "space-shuttle-discovery-ov-103-sts-103",
      "name": "Space Shuttle Discovery / OV-103 | STS-103",
      "status": {
        "id": 3,
        "name": "Success"
      },
      "net": "1999-12-20T00:50:00Z",
      "window_end": "1999-12-20T00:50:00Z",
      "window_start": "1999-12-20T00:50:00Z",
      "inhold": false,
      "tbdtime": false,
      "tbddate": false,
      "probability": null,
      "holdreason": "",
      "failreason": null,
      "hashtag": null,
      "launch_service_provider": {
        "id": 44,
        "url": "https://ll.thespacedevs.com/2.0.0/agencies/44/?format=api",
        "name": "National Aeronautics and Space Administration",
        "type": "Government"
      },
      "rocket": {
        "id": 449,
        "configuration": {
          "id": 493,
          "launch_library_id": null,
          "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/493/?format=api",
          "name": "Space Shuttle",
          "family": "",
          "full_name": "Space Shuttle",
          "variant": ""
        }
      },
      "mission": {
        "id": 869,
        "launch_library_id": 992,
        "name": "STS-103",
        "description": "STS-103 was a Hubble Space Telescope servicing mission by Space Shuttle Discovery. The mission launched from Kennedy Space Center, Florida, on 19 December 1999 and returned on 27 December 1999.",
        "launch_designator": null,
        "type": "Astrophysics",
        "orbit": {
          "id": 8,
          "name": "Low Earth Orbit",
          "abbrev": "LEO"
        }
      },
      "pad": {
        "id": 87,
        "url": "https://ll.thespacedevs.com/2.0.0/pad/87/?format=api",
        "agency_id": 121,
        "name": "Launch Complex 39A",
        "info_url": null,
        "wiki_url": "https://en.wikipedia.org/wiki/Kennedy_Space_Center_Launch_Complex_39#Launch_Pad_39A",
        "map_url": "https://www.google.com/maps?q=28.60822681,-80.60428186",
        "latitude": "28.60822681",
        "longitude": "-80.60428186",
        "location": {
          "id": 27,
          "url": "https://ll.thespacedevs.com/2.0.0/location/27/?format=api",
          "name": "Kennedy Space Center, FL, USA",
          "country_code": "USA",
          "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_27_20200803142447.jpg",
          "total_launch_count": 281,
          "total_landing_count": 0
        },
        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_87_20200803143537.jpg",
        "total_launch_count": 222
      },
      "webcast_live": false,
      "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/space_shuttle_image_20230422074810.jpeg",
      "infographic": null,
      "program": [
        {
          "id": 6,
          "url": "https://ll.thespacedevs.com/2.0.0/program/6/?format=api",
          "name": "Space Shuttle",
          "description": "The Space Shuttle program was the fourth human spaceflight program carried out by the National Aeronautics and Space Administration (NASA), which accomplished routine transportation for Earth-to-orbit crew and cargo from 1981 to 2011.",
          "agencies": [
            {
              "id": 44,
              "url": "https://ll.thespacedevs.com/2.0.0/agencies/44/?format=api",
              "name": "National Aeronautics and Space Administration",
              "type": "Government"
            }
          ],
          "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/space2520shutt_program_20200820202237.png",
          "start_date": "1981-04-12T12:00:03Z",
          "end_date": "2011-07-08T15:29:00Z",
          "info_url": "https://www.nasa.gov/mission_pages/shuttle/main/index.html",
          "wiki_url": "https://en.wikipedia.org/wiki/Space_Shuttle_program"
        }
      ]
    },
    {
      "id": "de04be73-545c-404e-92ce-f94a07d86c3b",
      "url": "https://ll.thespacedevs.com/2.0.0/launch/de04be73-545c-404e-92ce-f94a07d86c3b/?format=api",
      "launch_library_id": null,
      "slug": "n-i-kiku-4",
      "name": "N-I | Kiku-4",
      "status": {
        "id": 3,
        "name": "Success"
      },
      "net": "1982-09-03T05:00:00Z",
      "window_end": "1982-09-03T05:00:00Z",
      "window_start": "1982-09-03T05:00:00Z",
      "inhold": false,
      "tbdtime": false,
      "tbddate": false,
      "probability": null,
      "holdreason": "",
      "failreason": "",
      "hashtag": null,
      "launch_service_provider": {
        "id": 228,
        "url": "https://ll.thespacedevs.com/2.0.0/agencies/228/?format=api",
        "name": "National Space Development Agency of Japan",
        "type": "Government"
      },
      "rocket": {
        "id": 5439,
        "configuration": {
          "id": 459,
          "launch_library_id": null,
          "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/459/?format=api",
          "name": "N-I",
          "family": "",
          "full_name": "N-I",
          "variant": ""
        }
      },
      "mission": {
        "id": 3845,
        "launch_library_id": null,
        "name": "Kiku-4",
        "description": "Japanese satellite designed to test a number of spacecraft technologies",
        "launch_designator": null,
        "type": "Technology",
        "orbit": {
          "id": 8,
          "name": "Low Earth Orbit",
          "abbrev": "LEO"
        }
      },
      "pad": {
        "id": 10,
        "url": "https://ll.thespacedevs.com/2.0.0/pad/10/?format=api",
        "agency_id": 37,
        "name": "Osaki Launch Complex",
        "info_url": null,
        "wiki_url": "https://en.wikipedia.org/wiki/Tanegashima_Space_Center",
        "map_url": "https://www.google.com/maps?q=30.3993934,130.9702486",
        "latitude": "30.3993934",
        "longitude": "130.9702486",
        "location": {
          "id": 26,
          "url": "https://ll.thespacedevs.com/2.0.0/location/26/?format=api",
          "name": "Tanegashima Space Center, Japan",
          "country_code": "JPN",
          "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_26_20200803142507.jpg",
          "total_launch_count": 98,
          "total_landing_count": 0
        },
        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_10_20200803143519.jpg",
        "total_launch_count": 24
      },
      "webcast_live": false,
      "image": null,
      "infographic": null,
      "program": []
    },
    {
      "id": "de01e086-97c4-4231-bd79-d987a49c2fc4",
      "url": "https://ll.thespacedevs.com/2.0.0/launch/de01e086-97c4-4231-bd79-d987a49c2fc4/?format=api",
      "launch_library_id": null,
      "slug": "rokot-briz-km-arirang-2",
      "name": "Rokot / Briz-KM | Arirang-2",
      "status": {
        "id": 3,
        "name": "Success"
      },
      "net": "2006-07-28T07:05:43Z",
      "window_end": "2006-07-28T07:05:43Z",
      "window_start": "2006-07-28T07:05:43Z",
      "inhold": false,
      "tbdtime": false,
      "tbddate": false,
      "probability": null,
      "holdreason": "",
      "failreason": "",
      "hashtag": null,
      "launch_service_provider": {
        "id": 117,
        "url": "https://ll.thespacedevs.com/2.0.0/agencies/117/?format=api",
        "name": "Eurockot Launch Services",
        "type": "Commercial"
      },
      "rocket": {
        "id": 7278,
        "configuration": {
          "id": 40,
          "launch_library_id": 50,
          "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/40/?format=api",
          "name": "Rokot/Briz-KM",
          "family": "Rokot",
          "full_name": "Rokot/Briz-KM",
          "variant": "Briz-KM"
        }
      },
      "mission": {
        "id": 5667,
        "launch_library_id": null,
        "name": "Arirang-2",
        "description": "KOMPSAT 2 (Korean Multi-purpose Satellite 2) is a lightweight Earth observation satellite developed by the Korea Aerospace Research Institute KARI. It provides high-resolution images, produced by the Multi-Spectral Camera (MSC), of the Korean peninsula for the production of maps and digital elevation models, applications for which include land use planning and disaster and risk management.",
        "launch_designator": null,
        "type": "Earth Science",
        "orbit": {
          "id": 12,
          "name": "Medium Earth Orbit",
          "abbrev": "MEO"
        }
      },
      "pad": {
        "id": 3,
        "url": "https://ll.thespacedevs.com/2.0.0/pad/3/?format=api",
        "agency_id": 163,
        "name": "133/3 (133L)",
        "info_url": null,
        "wiki_url": "",
        "map_url": "https://www.google.com/maps?q=62.886999,40.846984",
        "latitude": "62.886999",
        "longitude": "40.846984",
        "location": {
          "id": 6,
          "url": "https://ll.thespacedevs.com/2.0.0/location/6/?format=api",
          "name": "Plesetsk Cosmodrome, Russian Federation",
          "country_code": "RUS",
          "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_6_20200803142434.jpg",
          "total_launch_count": 1685,
          "total_landing_count": 0
        },
        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_3_20200803143438.jpg",
        "total_launch_count": 159
      },
      "webcast_live": false,
      "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/rokot25202f2520briz-km_image_20190224012237.jpeg",
      "infographic": null,
      "program": []
    },
    {
      "id": "ddfafcb0-6e21-43ef-90d3-4af7f86f221a",
      "url": "https://ll.thespacedevs.com/2.0.0/launch/ddfafcb0-6e21-43ef-90d3-4af7f86f221a/?format=api",
      "launch_library_id": null,
      "slug": "vostok-8a92m-tselina-d-26",
      "name": "Vostok 8A92M | Tselina-D 26",
      "status": {
        "id": 3,
        "name": "Success"
      },
      "net": "1980-08-15T05:34:00Z",
      "window_end": "1980-08-15T05:34:00Z",
      "window_start": "1980-08-15T05:34:00Z",
      "inhold": false,
      "tbdtime": false,
      "tbddate": false,
      "probability": null,
      "holdreason": "",
      "failreason": null,
      "hashtag": null,
      "launch_service_provider": {
        "id": 66,
        "url": "https://ll.thespacedevs.com/2.0.0/agencies/66/?format=api",
        "name": "Soviet Space Program",
        "type": "Government"
      },
      "rocket": {
        "id": 5200,
        "configuration": {
          "id": 452,
          "launch_library_id": null,
          "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/452/?format=api",
          "name": "Vostok 8A92M",
          "family": "Vostok",
          "full_name": "Vostok 8A92M",
          "variant": "8A92M"
        }
      },
      "mission": {
        "id": 3610,
        "launch_library_id": null,
        "name": "Tselina-D 26",
        "description": "Tselina-D satellites provided detailed observation of radio sources detected by the smaller Tselina-O satellites as part of the Tselina ELINT system.",
        "launch_designator": null,
        "type": "Government/Top Secret",
        "orbit": {
          "id": 8,
          "name": "Low Earth Orbit",
          "abbrev": "LEO"
        }
      },
      "pad": {
        "id": 36,
        "url": "https://ll.thespacedevs.com/2.0.0/pad/36/?format=api",
        "agency_id": 163,
        "name": "43/3 (43L)",
        "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.0.0/location/6/?format=api",
          "name": "Plesetsk Cosmodrome, Russian Federation",
          "country_code": "RUS",
          "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_6_20200803142434.jpg",
          "total_launch_count": 1685,
          "total_landing_count": 0
        },
        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_36_20200803143534.jpg",
        "total_launch_count": 232
      },
      "webcast_live": false,
      "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/the_full-scale__image_20251127090310.jpg",
      "infographic": null,
      "program": []
    },
    {
      "id": "ddf6371a-3194-4b85-912f-92d07c095cd4",
      "url": "https://ll.thespacedevs.com/2.0.0/launch/ddf6371a-3194-4b85-912f-92d07c095cd4/?format=api",
      "launch_library_id": null,
      "slug": "scout-b-esro-1b-boreas",
      "name": "Scout B | ESRO 1B (Boreas)",
      "status": {
        "id": 3,
        "name": "Success"
      },
      "net": "1969-10-01T22:29:00Z",
      "window_end": "1969-10-01T22:29:00Z",
      "window_start": "1969-10-01T22:29:00Z",
      "inhold": false,
      "tbdtime": false,
      "tbddate": false,
      "probability": null,
      "holdreason": "",
      "failreason": null,
      "hashtag": null,
      "launch_service_provider": {
        "id": 1019,
        "url": "https://ll.thespacedevs.com/2.0.0/agencies/1019/?format=api",
        "name": "European Space Research Organisation",
        "type": "Multinational"
      },
      "rocket": {
        "id": 3947,
        "configuration": {
          "id": 358,
          "launch_library_id": null,
          "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/358/?format=api",
          "name": "Scout B",
          "family": "Scout",
          "full_name": "Scout B",
          "variant": "B"
        }
      },
      "mission": {
        "id": 2365,
        "launch_library_id": null,
        "name": "ESRO 1B (Boreas)",
        "description": "ESRO-1B / Boreas (European Space Research Organisation) was a 80 kg, cylindrically shaped, solar-cell-powered spacecraft instrumented with seven scientific experiments chosen to measure a comprehensive range of auroral effects.",
        "launch_designator": null,
        "type": "Earth Science",
        "orbit": {
          "id": 8,
          "name": "Low Earth Orbit",
          "abbrev": "LEO"
        }
      },
      "pad": {
        "id": 154,
        "url": "https://ll.thespacedevs.com/2.0.0/pad/154/?format=api",
        "agency_id": null,
        "name": "Space Launch Complex 5",
        "info_url": "https://www.astronautix.com/v/vandenbergslc5.html",
        "wiki_url": "https://en.wikipedia.org/wiki/Vandenberg_Air_Force_Base_Space_Launch_Complex_5",
        "map_url": "https://www.google.com/maps?q=34.6080,-120.6247",
        "latitude": "34.608",
        "longitude": "-120.6247",
        "location": {
          "id": 11,
          "url": "https://ll.thespacedevs.com/2.0.0/location/11/?format=api",
          "name": "Vandenberg SFB, CA, USA",
          "country_code": "USA",
          "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_11_20200803142416.jpg",
          "total_launch_count": 897,
          "total_landing_count": 35
        },
        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_154_20200803143408.jpg",
        "total_launch_count": 69
      },
      "webcast_live": false,
      "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/scout-b_2528se_image_20251109064911.png",
      "infographic": null,
      "program": []
    },
    {
      "id": "ddcdb08d-f497-4d1c-a18e-be1dba14a617",
      "url": "https://ll.thespacedevs.com/2.0.0/launch/ddcdb08d-f497-4d1c-a18e-be1dba14a617/?format=api",
      "launch_library_id": null,
      "slug": "soyuz-u-zenit-6u-40",
      "name": "Soyuz U | Zenit-6U 40",
      "status": {
        "id": 3,
        "name": "Success"
      },
      "net": "1981-06-17T09:30:00Z",
      "window_end": "1981-06-17T09:30:00Z",
      "window_start": "1981-06-17T09:30:00Z",
      "inhold": false,
      "tbdtime": false,
      "tbddate": false,
      "probability": null,
      "holdreason": "",
      "failreason": null,
      "hashtag": null,
      "launch_service_provider": {
        "id": 66,
        "url": "https://ll.thespacedevs.com/2.0.0/agencies/66/?format=api",
        "name": "Soviet Space Program",
        "type": "Government"
      },
      "rocket": {
        "id": 5287,
        "configuration": {
          "id": 37,
          "launch_library_id": 35,
          "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/37/?format=api",
          "name": "Soyuz U",
          "family": "Soyuz",
          "full_name": "Soyuz U",
          "variant": ""
        }
      },
      "mission": {
        "id": 3696,
        "launch_library_id": null,
        "name": "Zenit-6U 40",
        "description": "Optical film-return reconnaissance satellite",
        "launch_designator": null,
        "type": "Government/Top Secret",
        "orbit": {
          "id": 8,
          "name": "Low Earth Orbit",
          "abbrev": "LEO"
        }
      },
      "pad": {
        "id": 20,
        "url": "https://ll.thespacedevs.com/2.0.0/pad/20/?format=api",
        "agency_id": null,
        "name": "31/6",
        "info_url": null,
        "wiki_url": "https://en.wikipedia.org/wiki/Baikonur_Cosmodrome_Site_31",
        "map_url": "https://www.google.com/maps?q=45.996034,63.564003",
        "latitude": "45.996034",
        "longitude": "63.564003",
        "location": {
          "id": 15,
          "url": "https://ll.thespacedevs.com/2.0.0/location/15/?format=api",
          "name": "Baikonur Cosmodrome, Republic of Kazakhstan",
          "country_code": "KAZ",
          "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_15_20200803142517.jpg",
          "total_launch_count": 1563,
          "total_landing_count": 0
        },
        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_20_20200803143516.jpg",
        "total_launch_count": 428
      },
      "webcast_live": false,
      "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/soyuz2520u_image_20190222031023.jpeg",
      "infographic": null,
      "program": []
    },
    {
      "id": "ddc6c0d8-433d-4240-b5ce-69e35a4f2eb1",
      "url": "https://ll.thespacedevs.com/2.0.0/launch/ddc6c0d8-433d-4240-b5ce-69e35a4f2eb1/?format=api",
      "launch_library_id": null,
      "slug": "ariane-1-giotto",
      "name": "Ariane 1 | Giotto",
      "status": {
        "id": 3,
        "name": "Success"
      },
      "net": "1985-07-02T11:23:13Z",
      "window_end": "1985-07-02T11:23:13Z",
      "window_start": "1985-07-02T11:23:13Z",
      "inhold": false,
      "tbdtime": false,
      "tbddate": false,
      "probability": null,
      "holdreason": "",
      "failreason": null,
      "hashtag": null,
      "launch_service_provider": {
        "id": 115,
        "url": "https://ll.thespacedevs.com/2.0.0/agencies/115/?format=api",
        "name": "Arianespace",
        "type": "Commercial"
      },
      "rocket": {
        "id": 5760,
        "configuration": {
          "id": 219,
          "launch_library_id": null,
          "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/219/?format=api",
          "name": "Ariane 1",
          "family": "Ariane",
          "full_name": "Ariane 1",
          "variant": "1"
        }
      },
      "mission": {
        "id": 4159,
        "launch_library_id": null,
        "name": "Giotto",
        "description": "Probe designed to flyby Comet 1P/Halley and Comet 26P/Grigg-Skjellerup",
        "launch_designator": null,
        "type": "Robotic Exploration",
        "orbit": {
          "id": 21,
          "name": "Asteroid",
          "abbrev": "Asteroid"
        }
      },
      "pad": {
        "id": 34,
        "url": "https://ll.thespacedevs.com/2.0.0/pad/34/?format=api",
        "agency_id": 115,
        "name": "Ariane Launch Area 1 (ELV)",
        "info_url": null,
        "wiki_url": "https://en.wikipedia.org/wiki/ELA-1",
        "map_url": "https://www.google.com/maps?q=5.236,-52.775",
        "latitude": "5.236",
        "longitude": "-52.775",
        "location": {
          "id": 13,
          "url": "https://ll.thespacedevs.com/2.0.0/location/13/?format=api",
          "name": "Guiana Space Centre, French Guiana",
          "country_code": "GUF",
          "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_13_20200803142412.jpg",
          "total_launch_count": 334,
          "total_landing_count": 0
        },
        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_34_20200803143527.jpg",
        "total_launch_count": 55
      },
      "webcast_live": false,
      "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/ariane_1_in_fli_image_20240314094301.jpg",
      "infographic": null,
      "program": []
    }
  ]
}