API endpoint that returns previous Launch objects.

GET: Return a list of previous Launches

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

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

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

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

{
  "count": 7572,
  "next": "https://lldev.thespacedevs.com/2.0.0/launch/previous/?format=api&limit=10&offset=4760&ordering=-id",
  "previous": "https://lldev.thespacedevs.com/2.0.0/launch/previous/?format=api&limit=10&offset=4740&ordering=-id",
  "results": [
    {
      "id": "614af71e-1e07-478c-b968-d1f16d6c30b3",
      "url": "https://lldev.thespacedevs.com/2.0.0/launch/614af71e-1e07-478c-b968-d1f16d6c30b3/?format=api",
      "launch_library_id": 1127,
      "slug": "atlas-v-401-tdrs-m",
      "name": "Atlas V 401 | TDRS-M",
      "status": {
        "id": 3,
        "name": "Success"
      },
      "net": "2017-08-18T12:29:00Z",
      "window_end": "2017-08-18T12:43:00Z",
      "window_start": "2017-08-18T12:03:00Z",
      "inhold": false,
      "tbdtime": false,
      "tbddate": false,
      "probability": 90,
      "holdreason": "",
      "failreason": null,
      "hashtag": null,
      "launch_service_provider": {
        "id": 124,
        "url": "https://lldev.thespacedevs.com/2.0.0/agencies/124/?format=api",
        "name": "United Launch Alliance",
        "type": "Commercial"
      },
      "rocket": {
        "id": 2022,
        "configuration": {
          "id": 16,
          "launch_library_id": 26,
          "url": "https://lldev.thespacedevs.com/2.0.0/config/launcher/16/?format=api",
          "name": "Atlas V 401",
          "family": "Atlas",
          "full_name": "Atlas V 401",
          "variant": "401"
        }
      },
      "mission": {
        "id": 282,
        "launch_library_id": 400,
        "name": "TDRS-M",
        "description": "TDRS-M is an American communications satellite which is operated by NASA as part of the Tracking and Data Relay Satellite System, which provides a multitude of communications services to a wide variety of missions.",
        "launch_designator": null,
        "type": "Communications",
        "orbit": {
          "id": 2,
          "name": "Geostationary Transfer Orbit",
          "abbrev": "GTO"
        }
      },
      "pad": {
        "id": 29,
        "url": "https://lldev.thespacedevs.com/2.0.0/pad/29/?format=api",
        "agency_id": null,
        "name": "Space Launch Complex 41",
        "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://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": 1120,
          "total_landing_count": 75
        },
        "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/pad_29_20200803143528.jpg",
        "total_launch_count": 125
      },
      "webcast_live": false,
      "image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/atlas_v_image_20201212013334.jpeg",
      "infographic": null,
      "program": []
    },
    {
      "id": "6134a92a-8331-4138-bb13-fae8678b0bbb",
      "url": "https://lldev.thespacedevs.com/2.0.0/launch/6134a92a-8331-4138-bb13-fae8678b0bbb/?format=api",
      "launch_library_id": null,
      "slug": "ariane-44p-st-1",
      "name": "Ariane 44P | ST-1",
      "status": {
        "id": 3,
        "name": "Success"
      },
      "net": "1998-08-25T23:07:00Z",
      "window_end": "1998-08-25T23:07:00Z",
      "window_start": "1998-08-25T23:07:00Z",
      "inhold": false,
      "tbdtime": false,
      "tbddate": false,
      "probability": null,
      "holdreason": "",
      "failreason": null,
      "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": 6872,
        "configuration": {
          "id": 227,
          "launch_library_id": null,
          "url": "https://lldev.thespacedevs.com/2.0.0/config/launcher/227/?format=api",
          "name": "Ariane 44P",
          "family": "Ariane",
          "full_name": "Ariane 44P",
          "variant": "44P"
        }
      },
      "mission": {
        "id": 5262,
        "launch_library_id": null,
        "name": "ST-1",
        "description": "Jointly owned by Singapore Telecom (SingTel) and Chunghwa Telecom of Taiwan, the ST 1 satellite system provides telecommunications and direct-to-home broadcast services to most of Asia, up to 16 high-power Ku-band transponders over India, south-east Asia and Taiwan, and 14 C-band transponders for coverage from western India and Pakistan to Borneo, the Philippines and south-eastern China. The ST 1 satellite was launched in August 1998. Two ground control stations are located in Seletar (Singapore) and Taipei (Taiwan).",
        "launch_designator": null,
        "type": "Communications",
        "orbit": {
          "id": 1,
          "name": "Geostationary Orbit",
          "abbrev": "Direct-GEO"
        }
      },
      "pad": {
        "id": 124,
        "url": "https://lldev.thespacedevs.com/2.0.0/pad/124/?format=api",
        "agency_id": 115,
        "name": "Ariane Launch Area 2",
        "info_url": null,
        "wiki_url": "https://en.wikipedia.org/wiki/ELA-2",
        "map_url": "https://www.google.com/maps?q=5.232,-52.778194",
        "latitude": "5.232",
        "longitude": "-52.778194",
        "location": {
          "id": 13,
          "url": "https://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_124_20200803143241.jpg",
        "total_launch_count": 119
      },
      "webcast_live": false,
      "image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/ariane_44p_at_e_image_20240401083030.png",
      "infographic": null,
      "program": []
    },
    {
      "id": "61339e20-303a-4fe0-92ce-9168f45866a5",
      "url": "https://lldev.thespacedevs.com/2.0.0/launch/61339e20-303a-4fe0-92ce-9168f45866a5/?format=api",
      "launch_library_id": null,
      "slug": "molniya-m-venera-8a",
      "name": "Molniya-M | Venera-8a",
      "status": {
        "id": 4,
        "name": "Failure"
      },
      "net": "1970-08-22T05:06:09Z",
      "window_end": "1970-08-22T05:06:09Z",
      "window_start": "1970-08-22T05:06:09Z",
      "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": 4039,
        "configuration": {
          "id": 106,
          "launch_library_id": 126,
          "url": "https://lldev.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": 2457,
        "launch_library_id": null,
        "name": "Venera-8a",
        "description": "Venus lander",
        "launch_designator": null,
        "type": "Robotic Exploration",
        "orbit": {
          "id": 20,
          "name": "Venus Orbit",
          "abbrev": "Venus"
        }
      },
      "pad": {
        "id": 20,
        "url": "https://lldev.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://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_20_20200803143516.jpg",
        "total_launch_count": 428
      },
      "webcast_live": false,
      "image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/molniya_m_image_20251102061752.jpg",
      "infographic": null,
      "program": []
    },
    {
      "id": "61165db6-7586-4814-826a-c2369e5b53a0",
      "url": "https://lldev.thespacedevs.com/2.0.0/launch/61165db6-7586-4814-826a-c2369e5b53a0/?format=api",
      "launch_library_id": null,
      "slug": "ariane-44l-directv-1-thaicom-1",
      "name": "Ariane 44L | DirecTV 1 & Thaicom 1",
      "status": {
        "id": 3,
        "name": "Success"
      },
      "net": "1993-12-18T01:27:00Z",
      "window_end": "1993-12-18T01:27:00Z",
      "window_start": "1993-12-18T01:27:00Z",
      "inhold": false,
      "tbdtime": false,
      "tbddate": false,
      "probability": null,
      "holdreason": "",
      "failreason": null,
      "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": 6563,
        "configuration": {
          "id": 225,
          "launch_library_id": null,
          "url": "https://lldev.thespacedevs.com/2.0.0/config/launcher/225/?format=api",
          "name": "Ariane 44L",
          "family": "Ariane",
          "full_name": "Ariane 44L",
          "variant": "44L"
        }
      },
      "mission": {
        "id": 4953,
        "launch_library_id": null,
        "name": "DirecTV 1 & Thaicom 1",
        "description": "DirecTV 1 is a high-powered satellites built by Hughes Space and Communications Company (HSC) which began bringing true direct broadcast satellite (DBS) service to homes throughout North America in 1994. Thaicom 1 is a Thai communications satellite.",
        "launch_designator": null,
        "type": "Communications",
        "orbit": {
          "id": 1,
          "name": "Geostationary Orbit",
          "abbrev": "Direct-GEO"
        }
      },
      "pad": {
        "id": 124,
        "url": "https://lldev.thespacedevs.com/2.0.0/pad/124/?format=api",
        "agency_id": 115,
        "name": "Ariane Launch Area 2",
        "info_url": null,
        "wiki_url": "https://en.wikipedia.org/wiki/ELA-2",
        "map_url": "https://www.google.com/maps?q=5.232,-52.778194",
        "latitude": "5.232",
        "longitude": "-52.778194",
        "location": {
          "id": 13,
          "url": "https://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_124_20200803143241.jpg",
        "total_launch_count": 119
      },
      "webcast_live": false,
      "image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/ariane_44l_at_e_image_20240401082337.jpg",
      "infographic": null,
      "program": []
    },
    {
      "id": "61140d0a-1418-45ea-a528-f038666c2392",
      "url": "https://lldev.thespacedevs.com/2.0.0/launch/61140d0a-1418-45ea-a528-f038666c2392/?format=api",
      "launch_library_id": null,
      "slug": "tsiklon-2-us-a-22",
      "name": "Tsiklon-2 | US-A 22",
      "status": {
        "id": 3,
        "name": "Success"
      },
      "net": "1982-08-30T10:06:00Z",
      "window_end": "1982-08-30T10:06:00Z",
      "window_start": "1982-08-30T10:06: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": 5435,
        "configuration": {
          "id": 443,
          "launch_library_id": null,
          "url": "https://lldev.thespacedevs.com/2.0.0/config/launcher/443/?format=api",
          "name": "Tsiklon-2",
          "family": "Tsiklon",
          "full_name": "Tsiklon-2",
          "variant": "2"
        }
      },
      "mission": {
        "id": 3841,
        "launch_library_id": null,
        "name": "US-A 22",
        "description": "Active radar satellite for ocean surveillance powered by a nuclear reactor.",
        "launch_designator": null,
        "type": "Government/Top Secret",
        "orbit": {
          "id": 8,
          "name": "Low Earth Orbit",
          "abbrev": "LEO"
        }
      },
      "pad": {
        "id": 132,
        "url": "https://lldev.thespacedevs.com/2.0.0/pad/132/?format=api",
        "agency_id": null,
        "name": "90",
        "info_url": null,
        "wiki_url": "https://en.wikipedia.org/wiki/Baikonur_Cosmodrome_Site_90",
        "map_url": "https://www.google.com/maps?q=46.081,62.929806",
        "latitude": "46.081",
        "longitude": "62.929806",
        "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_132_20200803143344.jpg",
        "total_launch_count": 74
      },
      "webcast_live": false,
      "image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/tsyklon-2_lifto_image_20240411113159.jpg",
      "infographic": null,
      "program": []
    },
    {
      "id": "6109a18b-1a15-4cc6-b137-ff63ad6f81e5",
      "url": "https://lldev.thespacedevs.com/2.0.0/launch/6109a18b-1a15-4cc6-b137-ff63ad6f81e5/?format=api",
      "launch_library_id": null,
      "slug": "kosmos-3m-parus-51",
      "name": "Kosmos-3M | Parus 51",
      "status": {
        "id": 3,
        "name": "Success"
      },
      "net": "1985-11-28T13:12:41Z",
      "window_end": "1985-11-28T13:12:41Z",
      "window_start": "1985-11-28T13:12:41Z",
      "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": 5810,
        "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": 4208,
        "launch_library_id": null,
        "name": "Parus 51",
        "description": "Navigation satellite providing location information for the Tsiklon-B navigation system",
        "launch_designator": null,
        "type": "Navigation",
        "orbit": {
          "id": 8,
          "name": "Low Earth Orbit",
          "abbrev": "LEO"
        }
      },
      "pad": {
        "id": 3,
        "url": "https://lldev.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://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_3_20200803143438.jpg",
        "total_launch_count": 159
      },
      "webcast_live": false,
      "image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/kosmos-3m_durin_image_20251101171325.jpg",
      "infographic": null,
      "program": []
    },
    {
      "id": "6109337b-0ac2-4a89-a5fe-dba37cb107fe",
      "url": "https://lldev.thespacedevs.com/2.0.0/launch/6109337b-0ac2-4a89-a5fe-dba37cb107fe/?format=api",
      "launch_library_id": null,
      "slug": "spaceshiptwo-galactic-01",
      "name": "SpaceShipTwo | Galactic 01",
      "status": {
        "id": 3,
        "name": "Success"
      },
      "net": "2023-06-29T15:28:38Z",
      "window_end": "2023-06-29T15:28:38Z",
      "window_start": "2023-06-29T15:28:38Z",
      "inhold": false,
      "tbdtime": false,
      "tbddate": false,
      "probability": null,
      "holdreason": "",
      "failreason": "",
      "hashtag": null,
      "launch_service_provider": {
        "id": 1024,
        "url": "https://lldev.thespacedevs.com/2.0.0/agencies/1024/?format=api",
        "name": "Virgin Galactic",
        "type": "Private"
      },
      "rocket": {
        "id": 7848,
        "configuration": {
          "id": 465,
          "launch_library_id": null,
          "url": "https://lldev.thespacedevs.com/2.0.0/config/launcher/465/?format=api",
          "name": "SpaceShipTwo",
          "family": "",
          "full_name": "SpaceShipTwo",
          "variant": ""
        }
      },
      "mission": {
        "id": 6355,
        "launch_library_id": null,
        "name": "Galactic 01",
        "description": "Research mission for the Italian Air Force, first commercial Virgin Galactic mission.",
        "launch_designator": null,
        "type": "Biology",
        "orbit": {
          "id": 15,
          "name": "Suborbital",
          "abbrev": "Sub"
        }
      },
      "pad": {
        "id": 191,
        "url": "https://lldev.thespacedevs.com/2.0.0/pad/191/?format=api",
        "agency_id": 1024,
        "name": "Spaceport America",
        "info_url": "https://www.spaceportamerica.com/",
        "wiki_url": "https://en.wikipedia.org/wiki/Spaceport_America",
        "map_url": "https://www.google.com/maps?q=32.9902778,-106.9719162",
        "latitude": "32.9902778",
        "longitude": "-106.9719162",
        "location": {
          "id": 144,
          "url": "https://lldev.thespacedevs.com/2.0.0/location/144/?format=api",
          "name": "Air launch to Suborbital flight",
          "country_code": "???",
          "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/location_144_20200803142439.jpg",
          "total_launch_count": 86,
          "total_landing_count": 0
        },
        "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/pad_spaceport_america_20210522162030.jpg",
        "total_launch_count": 14
      },
      "webcast_live": false,
      "image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/spaceshiptwo_image_20210522140909.jpeg",
      "infographic": null,
      "program": []
    },
    {
      "id": "60ff25f7-ef7e-4203-8f10-9b6874332856",
      "url": "https://lldev.thespacedevs.com/2.0.0/launch/60ff25f7-ef7e-4203-8f10-9b6874332856/?format=api",
      "launch_library_id": null,
      "slug": "long-march-2d-yaogan-39-group-03",
      "name": "Long March 2D | Yaogan 39 Group 03",
      "status": {
        "id": 3,
        "name": "Success"
      },
      "net": "2023-10-05T00:24:00Z",
      "window_end": "2023-10-05T00:34:00Z",
      "window_start": "2023-10-05T00:14: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": 8042,
        "configuration": {
          "id": 17,
          "launch_library_id": 73,
          "url": "https://lldev.thespacedevs.com/2.0.0/config/launcher/17/?format=api",
          "name": "Long March 2D",
          "family": "Long March",
          "full_name": "Long March 2D",
          "variant": "D"
        }
      },
      "mission": {
        "id": 6589,
        "launch_library_id": null,
        "name": "Yaogan 39 Group 03",
        "description": "Chinese reconnaissance satellites.",
        "launch_designator": null,
        "type": "Government/Top Secret",
        "orbit": {
          "id": 8,
          "name": "Low Earth Orbit",
          "abbrev": "LEO"
        }
      },
      "pad": {
        "id": 66,
        "url": "https://lldev.thespacedevs.com/2.0.0/pad/66/?format=api",
        "agency_id": 17,
        "name": "Launch Complex 3 (LC-3/LA-1)",
        "info_url": null,
        "wiki_url": "https://en.wikipedia.org/wiki/Xichang_Satellite_Launch_Center",
        "map_url": "https://www.google.com/maps?q=28.247059,102.029008",
        "latitude": "28.247059",
        "longitude": "102.029008",
        "location": {
          "id": 16,
          "url": "https://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_66_20200803143611.jpg",
        "total_launch_count": 108
      },
      "webcast_live": false,
      "image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/long2520march_image_20231005054230.jpeg",
      "infographic": null,
      "program": []
    },
    {
      "id": "60f01985-12ea-4f6d-8633-36e0e8889b63",
      "url": "https://lldev.thespacedevs.com/2.0.0/launch/60f01985-12ea-4f6d-8633-36e0e8889b63/?format=api",
      "launch_library_id": null,
      "slug": "soyuz-u-zenit-6u-86",
      "name": "Soyuz U | Zenit-6U 86",
      "status": {
        "id": 3,
        "name": "Success"
      },
      "net": "1983-09-17T11:15:00Z",
      "window_end": "1983-09-17T11:15:00Z",
      "window_start": "1983-09-17T11:15: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": 5565,
        "configuration": {
          "id": 37,
          "launch_library_id": 35,
          "url": "https://lldev.thespacedevs.com/2.0.0/config/launcher/37/?format=api",
          "name": "Soyuz U",
          "family": "Soyuz",
          "full_name": "Soyuz U",
          "variant": ""
        }
      },
      "mission": {
        "id": 3969,
        "launch_library_id": null,
        "name": "Zenit-6U 86",
        "description": "Optical film-return reconnaissance satellite",
        "launch_designator": null,
        "type": "Government/Top Secret",
        "orbit": {
          "id": 8,
          "name": "Low Earth Orbit",
          "abbrev": "LEO"
        }
      },
      "pad": {
        "id": 168,
        "url": "https://lldev.thespacedevs.com/2.0.0/pad/168/?format=api",
        "agency_id": null,
        "name": "41/1",
        "info_url": null,
        "wiki_url": "https://en.wikipedia.org/wiki/Plesetsk_Cosmodrome",
        "map_url": "https://www.google.com/maps?q=62.941,40.526806",
        "latitude": "62.941",
        "longitude": "40.526806",
        "location": {
          "id": 6,
          "url": "https://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_168_20200803143446.jpg",
        "total_launch_count": 310
      },
      "webcast_live": false,
      "image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/soyuz2520u_image_20190222031023.jpeg",
      "infographic": null,
      "program": []
    },
    {
      "id": "60ee4dbe-680d-40f5-8831-dadb325c7677",
      "url": "https://lldev.thespacedevs.com/2.0.0/launch/60ee4dbe-680d-40f5-8831-dadb325c7677/?format=api",
      "launch_library_id": null,
      "slug": "electron-stronger-together-capella-9-10",
      "name": "Electron | Stronger Together (Capella 9-10)",
      "status": {
        "id": 3,
        "name": "Success"
      },
      "net": "2023-03-16T22:38:59Z",
      "window_end": "2023-03-17T00:00:00Z",
      "window_start": "2023-03-16T22:00:00Z",
      "inhold": false,
      "tbdtime": false,
      "tbddate": false,
      "probability": 95,
      "holdreason": "",
      "failreason": "",
      "hashtag": null,
      "launch_service_provider": {
        "id": 147,
        "url": "https://lldev.thespacedevs.com/2.0.0/agencies/147/?format=api",
        "name": "Rocket Lab",
        "type": "Commercial"
      },
      "rocket": {
        "id": 7794,
        "configuration": {
          "id": 26,
          "launch_library_id": 148,
          "url": "https://lldev.thespacedevs.com/2.0.0/config/launcher/26/?format=api",
          "name": "Electron",
          "family": "",
          "full_name": "Electron",
          "variant": ""
        }
      },
      "mission": {
        "id": 6312,
        "launch_library_id": null,
        "name": "Stronger Together (Capella 9-10)",
        "description": "Payload consists of 2 Synthetic Aperture Radar (SAR) satellites for Capella Space.\r\n\r\nThese 100-kg class satellites will expand Capella’s existing SAR constellation, increasing imaging capacity to meet growing customer demand.",
        "launch_designator": null,
        "type": "Earth Science",
        "orbit": {
          "id": 8,
          "name": "Low Earth Orbit",
          "abbrev": "LEO"
        }
      },
      "pad": {
        "id": 79,
        "url": "https://lldev.thespacedevs.com/2.0.0/pad/79/?format=api",
        "agency_id": 147,
        "name": "Rocket Lab Launch Complex 2 (Launch Area 0 C)",
        "info_url": null,
        "wiki_url": null,
        "map_url": "https://www.google.com/maps?q=37.833262,-75.488235",
        "latitude": "37.833262",
        "longitude": "-75.488235",
        "location": {
          "id": 21,
          "url": "https://lldev.thespacedevs.com/2.0.0/location/21/?format=api",
          "name": "Wallops Flight Facility, Virginia, USA",
          "country_code": "USA",
          "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/location_21_20200803142423.jpg",
          "total_launch_count": 87,
          "total_landing_count": 0
        },
        "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/pad_79_20200803143607.jpg",
        "total_launch_count": 13
      },
      "webcast_live": false,
      "image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/electron25202_image_20230824185319.jpeg",
      "infographic": null,
      "program": []
    }
  ]
}