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

{
  "count": 7930,
  "next": "https://ll.thespacedevs.com/2.0.0/launch/?format=api&limit=10&offset=7270&ordering=id",
  "previous": "https://ll.thespacedevs.com/2.0.0/launch/?format=api&limit=10&offset=7250&ordering=id",
  "results": [
    {
      "id": "e98d384f-e7f9-495a-b2ce-8f9b2b4c00a0",
      "url": "https://ll.thespacedevs.com/2.0.0/launch/e98d384f-e7f9-495a-b2ce-8f9b2b4c00a0/?format=api",
      "launch_library_id": null,
      "slug": "proton-potok-9",
      "name": "Proton | Potok 9",
      "status": {
        "id": 3,
        "name": "Success"
      },
      "net": "1995-08-30T19:33:00Z",
      "window_end": "1995-08-30T19:33:00Z",
      "window_start": "1995-08-30T19:33:00Z",
      "inhold": false,
      "tbdtime": false,
      "tbddate": false,
      "probability": null,
      "holdreason": "",
      "failreason": null,
      "hashtag": null,
      "launch_service_provider": {
        "id": 96,
        "url": "https://ll.thespacedevs.com/2.0.0/agencies/96/?format=api",
        "name": "Khrunichev State Research and Production Space Center",
        "type": "Government"
      },
      "rocket": {
        "id": 6680,
        "configuration": {
          "id": 80,
          "launch_library_id": 99,
          "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/80/?format=api",
          "name": "Proton",
          "family": "Proton / UR-500",
          "full_name": "Proton K/DM-2",
          "variant": "K/DM-2"
        }
      },
      "mission": {
        "id": 5070,
        "launch_library_id": null,
        "name": "Potok 9",
        "description": "Geostationary military relay satellite",
        "launch_designator": null,
        "type": "Communications",
        "orbit": {
          "id": 1,
          "name": "Geostationary Orbit",
          "abbrev": "Direct-GEO"
        }
      },
      "pad": {
        "id": 15,
        "url": "https://ll.thespacedevs.com/2.0.0/pad/15/?format=api",
        "agency_id": null,
        "name": "200/39 (200L)",
        "info_url": null,
        "wiki_url": "",
        "map_url": "https://www.google.com/maps?q=46.039984,63.032093",
        "latitude": "46.039984",
        "longitude": "63.032093",
        "location": {
          "id": 15,
          "url": "https://ll.thespacedevs.com/2.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": 1564,
          "total_landing_count": 0
        },
        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_15_20200803143530.jpg",
        "total_launch_count": 167
      },
      "webcast_live": false,
      "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/proton_image_20231231095535.jpg",
      "infographic": null,
      "program": []
    },
    {
      "id": "e9a5015d-aa12-4f65-9888-1248ff67ba6e",
      "url": "https://ll.thespacedevs.com/2.0.0/launch/e9a5015d-aa12-4f65-9888-1248ff67ba6e/?format=api",
      "launch_library_id": 1692,
      "slug": "atlas-v-551-nrol-107-silent-barker",
      "name": "Atlas V 551 | NROL-107 (Silent Barker)",
      "status": {
        "id": 3,
        "name": "Success"
      },
      "net": "2023-09-10T12:47:00Z",
      "window_end": "2023-09-10T14:35:00Z",
      "window_start": "2023-09-10T12:47:00Z",
      "inhold": false,
      "tbdtime": false,
      "tbddate": false,
      "probability": 90,
      "holdreason": "",
      "failreason": "",
      "hashtag": "#SILENTBARKER",
      "launch_service_provider": {
        "id": 124,
        "url": "https://ll.thespacedevs.com/2.0.0/agencies/124/?format=api",
        "name": "United Launch Alliance",
        "type": "Commercial"
      },
      "rocket": {
        "id": 2230,
        "configuration": {
          "id": 27,
          "launch_library_id": 37,
          "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/27/?format=api",
          "name": "Atlas V 551",
          "family": "Atlas",
          "full_name": "Atlas V 551",
          "variant": "551"
        }
      },
      "mission": {
        "id": 6087,
        "launch_library_id": null,
        "name": "NROL-107 (Silent Barker)",
        "description": "Classified space situational awareness (SSA) payload for the US National Reconnaissance Office (NRO).",
        "launch_designator": null,
        "type": "Government/Top Secret",
        "orbit": {
          "id": 1,
          "name": "Geostationary Orbit",
          "abbrev": "Direct-GEO"
        }
      },
      "pad": {
        "id": 29,
        "url": "https://ll.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://ll.thespacedevs.com/2.0.0/location/12/?format=api",
          "name": "Cape Canaveral SFS, FL, USA",
          "country_code": "USA",
          "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_12_20200803142519.jpg",
          "total_launch_count": 1122,
          "total_landing_count": 75
        },
        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_29_20200803143528.jpg",
        "total_launch_count": 125
      },
      "webcast_live": false,
      "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/atlas2520v252_image_20230911072924.jpeg",
      "infographic": null,
      "program": []
    },
    {
      "id": "e9a5374e-b091-45dc-830c-d2ffa1b1ed47",
      "url": "https://ll.thespacedevs.com/2.0.0/launch/e9a5374e-b091-45dc-830c-d2ffa1b1ed47/?format=api",
      "launch_library_id": null,
      "slug": "falcon-9-block-5-starlink-group-11-15",
      "name": "Falcon 9 Block 5 | Starlink Group 11-15",
      "status": {
        "id": 3,
        "name": "Success"
      },
      "net": "2025-12-07T17:58:30Z",
      "window_end": "2025-12-07T20:13:00Z",
      "window_start": "2025-12-07T16:13:00Z",
      "inhold": false,
      "tbdtime": false,
      "tbddate": false,
      "probability": null,
      "holdreason": "",
      "failreason": "",
      "hashtag": null,
      "launch_service_provider": {
        "id": 121,
        "url": "https://ll.thespacedevs.com/2.0.0/agencies/121/?format=api",
        "name": "SpaceX",
        "type": "Commercial"
      },
      "rocket": {
        "id": 8807,
        "configuration": {
          "id": 164,
          "launch_library_id": 188,
          "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/164/?format=api",
          "name": "Falcon 9",
          "family": "Falcon",
          "full_name": "Falcon 9 Block 5",
          "variant": "Block 5"
        }
      },
      "mission": {
        "id": 7398,
        "launch_library_id": null,
        "name": "Starlink Group 11-15",
        "description": "A batch of 28 satellites for the Starlink mega-constellation - SpaceX's project for space-based Internet communication system.",
        "launch_designator": null,
        "type": "Communications",
        "orbit": {
          "id": 8,
          "name": "Low Earth Orbit",
          "abbrev": "LEO"
        }
      },
      "pad": {
        "id": 16,
        "url": "https://ll.thespacedevs.com/2.0.0/pad/16/?format=api",
        "agency_id": null,
        "name": "Space Launch Complex 4E",
        "info_url": null,
        "wiki_url": "https://en.wikipedia.org/wiki/Vandenberg_Space_Launch_Complex_4#SLC-4E",
        "map_url": "https://www.google.com/maps?q=34.632,-120.611",
        "latitude": "34.632",
        "longitude": "-120.611",
        "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": 900,
          "total_landing_count": 35
        },
        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_16_20200803143532.jpg",
        "total_launch_count": 284
      },
      "webcast_live": false,
      "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/falcon2520925_image_20221009234147.png",
      "infographic": null,
      "program": [
        {
          "id": 25,
          "url": "https://ll.thespacedevs.com/2.0.0/program/25/?format=api",
          "name": "Starlink",
          "description": "Starlink is a satellite internet constellation operated by American aerospace company SpaceX",
          "agencies": [
            {
              "id": 121,
              "url": "https://ll.thespacedevs.com/2.0.0/agencies/121/?format=api",
              "name": "SpaceX",
              "type": "Commercial"
            }
          ],
          "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/starlink_program_20231228154508.jpeg",
          "start_date": "2018-02-22T14:17:00Z",
          "end_date": null,
          "info_url": "https://starlink.com",
          "wiki_url": "https://en.wikipedia.org/wiki/Starlink"
        }
      ]
    },
    {
      "id": "e9a72e56-a2c9-4036-9dbf-f29508687dbc",
      "url": "https://ll.thespacedevs.com/2.0.0/launch/e9a72e56-a2c9-4036-9dbf-f29508687dbc/?format=api",
      "launch_library_id": null,
      "slug": "soyuz-21b-kosmos-2554-lotos-s1-6",
      "name": "Soyuz 2.1b | Kosmos 2554 (Lotos-S1 #6)",
      "status": {
        "id": 3,
        "name": "Success"
      },
      "net": "2022-04-07T11:20:18Z",
      "window_end": "2022-04-07T12:30:00Z",
      "window_start": "2022-04-07T10:30:00Z",
      "inhold": false,
      "tbdtime": false,
      "tbddate": false,
      "probability": null,
      "holdreason": "",
      "failreason": "",
      "hashtag": null,
      "launch_service_provider": {
        "id": 193,
        "url": "https://ll.thespacedevs.com/2.0.0/agencies/193/?format=api",
        "name": "Russian Space Forces",
        "type": "Government"
      },
      "rocket": {
        "id": 7495,
        "configuration": {
          "id": 15,
          "launch_library_id": 3,
          "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/15/?format=api",
          "name": "Soyuz 2.1b",
          "family": "Soyuz",
          "full_name": "Soyuz 2.1b",
          "variant": ""
        }
      },
      "mission": {
        "id": 5984,
        "launch_library_id": null,
        "name": "Kosmos 2554 (Lotos-S1)",
        "description": "Lotos-S1 spacecraft is a part of the Liana constellation, designed for orbital electronic intelligence.",
        "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": 1686,
          "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/soyuz_2.1b_image_20230802085331.jpg",
      "infographic": null,
      "program": []
    },
    {
      "id": "e9b8399a-cb1e-44dc-9e95-ec6417e61fee",
      "url": "https://ll.thespacedevs.com/2.0.0/launch/e9b8399a-cb1e-44dc-9e95-ec6417e61fee/?format=api",
      "launch_library_id": null,
      "slug": "proton-almaz-t-2",
      "name": "Proton | Almaz-T 2",
      "status": {
        "id": 3,
        "name": "Success"
      },
      "net": "1987-07-25T09:00:00Z",
      "window_end": "1987-07-25T09:00:00Z",
      "window_start": "1987-07-25T09:00: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": 5987,
        "configuration": {
          "id": 95,
          "launch_library_id": 131,
          "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/95/?format=api",
          "name": "Proton",
          "family": "Proton / UR-500",
          "full_name": "Proton-K",
          "variant": "K"
        }
      },
      "mission": {
        "id": 4381,
        "launch_library_id": null,
        "name": "Almaz-T 2",
        "description": "Radar imagery satellite based on the Almaz space station design",
        "launch_designator": null,
        "type": "Earth Science",
        "orbit": {
          "id": 8,
          "name": "Low Earth Orbit",
          "abbrev": "LEO"
        }
      },
      "pad": {
        "id": 130,
        "url": "https://ll.thespacedevs.com/2.0.0/pad/130/?format=api",
        "agency_id": null,
        "name": "200/40",
        "info_url": null,
        "wiki_url": "https://en.wikipedia.org/wiki/Baikonur_Cosmodrome_Site_200",
        "map_url": "https://www.google.com/maps?q=46.0336111,63.0266949",
        "latitude": "46.0336111",
        "longitude": "63.0266949",
        "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": 1564,
          "total_landing_count": 0
        },
        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_130_20200803143249.jpg",
        "total_launch_count": 64
      },
      "webcast_live": false,
      "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/proton_image_20190207032625.jpeg",
      "infographic": null,
      "program": []
    },
    {
      "id": "e9c6d42b-02de-4a5e-b529-4e34c08a3517",
      "url": "https://ll.thespacedevs.com/2.0.0/launch/e9c6d42b-02de-4a5e-b529-4e34c08a3517/?format=api",
      "launch_library_id": null,
      "slug": "molniya-8k78m-pvb-us-k-69",
      "name": "Molniya 8K78M-PVB | US-K 69",
      "status": {
        "id": 3,
        "name": "Success"
      },
      "net": "1992-07-08T09:53:14Z",
      "window_end": "1992-07-08T09:53:14Z",
      "window_start": "1992-07-08T09:53:14Z",
      "inhold": false,
      "tbdtime": false,
      "tbddate": false,
      "probability": null,
      "holdreason": "",
      "failreason": null,
      "hashtag": null,
      "launch_service_provider": {
        "id": 111,
        "url": "https://ll.thespacedevs.com/2.0.0/agencies/111/?format=api",
        "name": "Progress Rocket Space Center",
        "type": "Commercial"
      },
      "rocket": {
        "id": 6448,
        "configuration": {
          "id": 335,
          "launch_library_id": null,
          "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/335/?format=api",
          "name": "Molniya 8K78M-PVB",
          "family": "R-7",
          "full_name": "Molniya 8K78M-PVB",
          "variant": "8K78M-PVB"
        }
      },
      "mission": {
        "id": 4838,
        "launch_library_id": null,
        "name": "US-K 69",
        "description": "Early warning satellite",
        "launch_designator": null,
        "type": "Government/Top Secret",
        "orbit": {
          "id": 0,
          "name": "Elliptical Orbit",
          "abbrev": "Elliptical"
        }
      },
      "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": 1686,
          "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": null,
      "infographic": null,
      "program": []
    },
    {
      "id": "e9cffd50-b6d9-4cdf-9670-10d6f3a31887",
      "url": "https://ll.thespacedevs.com/2.0.0/launch/e9cffd50-b6d9-4cdf-9670-10d6f3a31887/?format=api",
      "launch_library_id": null,
      "slug": "delta-3910pam-westar-5",
      "name": "Delta 3910/PAM | Westar 5",
      "status": {
        "id": 3,
        "name": "Success"
      },
      "net": "1982-06-09T00:24:00Z",
      "window_end": "1982-06-09T00:24:00Z",
      "window_start": "1982-06-09T00:24:00Z",
      "inhold": false,
      "tbdtime": false,
      "tbddate": false,
      "probability": null,
      "holdreason": "",
      "failreason": null,
      "hashtag": null,
      "launch_service_provider": {
        "id": 161,
        "url": "https://ll.thespacedevs.com/2.0.0/agencies/161/?format=api",
        "name": "United States Air Force",
        "type": "Government"
      },
      "rocket": {
        "id": 5411,
        "configuration": {
          "id": 289,
          "launch_library_id": null,
          "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/289/?format=api",
          "name": "Delta 3910/PAM",
          "family": "Delta",
          "full_name": "Delta 3910/PAM",
          "variant": "3910/PAM"
        }
      },
      "mission": {
        "id": 3818,
        "launch_library_id": null,
        "name": "Westar 5",
        "description": "Geostationary communications satellite",
        "launch_designator": null,
        "type": "Communications",
        "orbit": {
          "id": 1,
          "name": "Geostationary Orbit",
          "abbrev": "Direct-GEO"
        }
      },
      "pad": {
        "id": 14,
        "url": "https://ll.thespacedevs.com/2.0.0/pad/14/?format=api",
        "agency_id": null,
        "name": "Space Launch Complex 17A",
        "info_url": null,
        "wiki_url": "https://en.wikipedia.org/wiki/Cape_Canaveral_Space_Launch_Complex_17",
        "map_url": "https://www.google.com/maps?q=28.4472,-80.565",
        "latitude": "28.4472",
        "longitude": "-80.565",
        "location": {
          "id": 12,
          "url": "https://ll.thespacedevs.com/2.0.0/location/12/?format=api",
          "name": "Cape Canaveral SFS, FL, USA",
          "country_code": "USA",
          "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_12_20200803142519.jpg",
          "total_launch_count": 1122,
          "total_landing_count": 75
        },
        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_14_20200803143451.jpg",
        "total_launch_count": 145
      },
      "webcast_live": false,
      "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/delta_3910_image_20231231105538.jpeg",
      "infographic": null,
      "program": []
    },
    {
      "id": "e9d432e2-6089-4c50-a78c-130ad2de40fb",
      "url": "https://ll.thespacedevs.com/2.0.0/launch/e9d432e2-6089-4c50-a78c-130ad2de40fb/?format=api",
      "launch_library_id": null,
      "slug": "zenit-2-tselina-2-5",
      "name": "Zenit-2 | Tselina-2 5",
      "status": {
        "id": 3,
        "name": "Success"
      },
      "net": "1988-05-15T09:20:00Z",
      "window_end": "1988-05-15T09:20:00Z",
      "window_start": "1988-05-15T09: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": 6066,
        "configuration": {
          "id": 455,
          "launch_library_id": null,
          "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/455/?format=api",
          "name": "Zenit-2",
          "family": "Zenith",
          "full_name": "Zenit-2",
          "variant": "2"
        }
      },
      "mission": {
        "id": 4456,
        "launch_library_id": null,
        "name": "Tselina-2 5",
        "description": "Second generation ELING satellite",
        "launch_designator": null,
        "type": "Government/Top Secret",
        "orbit": {
          "id": 8,
          "name": "Low Earth Orbit",
          "abbrev": "LEO"
        }
      },
      "pad": {
        "id": 2,
        "url": "https://ll.thespacedevs.com/2.0.0/pad/2/?format=api",
        "agency_id": null,
        "name": "45/1",
        "info_url": null,
        "wiki_url": "",
        "map_url": "https://www.google.com/maps?q=45.943492,63.653014",
        "latitude": "45.943492",
        "longitude": "63.653014",
        "location": {
          "id": 15,
          "url": "https://ll.thespacedevs.com/2.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": 1564,
          "total_landing_count": 0
        },
        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_2_20200803143256.jpg",
        "total_launch_count": 47
      },
      "webcast_live": false,
      "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/zenit-2_image_20251104090154.jpg",
      "infographic": null,
      "program": []
    },
    {
      "id": "e9db9d80-6ae5-49f1-bbb1-baf8d6f02604",
      "url": "https://ll.thespacedevs.com/2.0.0/launch/e9db9d80-6ae5-49f1-bbb1-baf8d6f02604/?format=api",
      "launch_library_id": null,
      "slug": "atlas-slv-3-agena-d-lunar-orbiter-2",
      "name": "Atlas SLV-3 Agena D | Lunar Orbiter 2",
      "status": {
        "id": 3,
        "name": "Success"
      },
      "net": "1966-11-06T23:21:00Z",
      "window_end": "1966-11-06T23:21:00Z",
      "window_start": "1966-11-06T23:21:00Z",
      "inhold": false,
      "tbdtime": false,
      "tbddate": false,
      "probability": null,
      "holdreason": "",
      "failreason": null,
      "hashtag": null,
      "launch_service_provider": {
        "id": 161,
        "url": "https://ll.thespacedevs.com/2.0.0/agencies/161/?format=api",
        "name": "United States Air Force",
        "type": "Government"
      },
      "rocket": {
        "id": 3590,
        "configuration": {
          "id": 258,
          "launch_library_id": null,
          "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/258/?format=api",
          "name": "Atlas SLV-3 Agena D",
          "family": "Atlas",
          "full_name": "Atlas SLV-3 Agena D",
          "variant": "SLV-3 Agena D"
        }
      },
      "mission": {
        "id": 2009,
        "launch_library_id": null,
        "name": "Lunar Orbiter 2",
        "description": "Lunar probe designed to photograph the surface of the Moon with a resolution down to 1 meter.",
        "launch_designator": null,
        "type": "Lunar Exploration",
        "orbit": {
          "id": 11,
          "name": "Lunar Orbit",
          "abbrev": "LO"
        }
      },
      "pad": {
        "id": 117,
        "url": "https://ll.thespacedevs.com/2.0.0/pad/117/?format=api",
        "agency_id": 161,
        "name": "Space Launch Complex 13",
        "info_url": null,
        "wiki_url": "https://en.wikipedia.org/wiki/Cape_Canaveral_Launch_Complex_13",
        "map_url": "https://www.google.com/maps?q=28.4859,-80.546594",
        "latitude": "28.4859",
        "longitude": "-80.546594",
        "location": {
          "id": 12,
          "url": "https://ll.thespacedevs.com/2.0.0/location/12/?format=api",
          "name": "Cape Canaveral SFS, FL, USA",
          "country_code": "USA",
          "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_12_20200803142519.jpg",
          "total_launch_count": 1122,
          "total_landing_count": 75
        },
        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_117_20200803143223.jpg",
        "total_launch_count": 21
      },
      "webcast_live": false,
      "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/atlas-slv3_agen_image_20251102060811.jpg",
      "infographic": null,
      "program": []
    },
    {
      "id": "e9dfbba8-9e90-4cff-b50e-be52bfaee3d3",
      "url": "https://ll.thespacedevs.com/2.0.0/launch/e9dfbba8-9e90-4cff-b50e-be52bfaee3d3/?format=api",
      "launch_library_id": 1779,
      "slug": "soyuz-u-progress-m-38",
      "name": "Soyuz U | Progress M-38",
      "status": {
        "id": 3,
        "name": "Success"
      },
      "net": "1998-03-14T22:45:55Z",
      "window_end": "1998-03-14T22:45:55Z",
      "window_start": "1998-03-14T22:45:55Z",
      "inhold": false,
      "tbdtime": false,
      "tbddate": false,
      "probability": 0,
      "holdreason": "",
      "failreason": "",
      "hashtag": "",
      "launch_service_provider": {
        "id": 63,
        "url": "https://ll.thespacedevs.com/2.0.0/agencies/63/?format=api",
        "name": "Russian Federal Space Agency (ROSCOSMOS)",
        "type": "Government"
      },
      "rocket": {
        "id": 2311,
        "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": null,
      "pad": {
        "id": 32,
        "url": "https://ll.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://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": 1564,
          "total_landing_count": 0
        },
        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_32_20200803143513.jpg",
        "total_launch_count": 487
      },
      "webcast_live": false,
      "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/soyuz2520u_image_20190222031023.jpeg",
      "infographic": null,
      "program": [
        {
          "id": 16,
          "url": "https://ll.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://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/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"
        }
      ]
    }
  ]
}