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

{
  "count": 7917,
  "next": "https://ll.thespacedevs.com/2.0.0/launch/?format=api&limit=10&offset=7370&ordering=-net",
  "previous": "https://ll.thespacedevs.com/2.0.0/launch/?format=api&limit=10&offset=7350&ordering=-net",
  "results": [
    {
      "id": "c57ba564-9c8e-49e8-9e7b-29d4d9241adf",
      "url": "https://ll.thespacedevs.com/2.0.0/launch/c57ba564-9c8e-49e8-9e7b-29d4d9241adf/?format=api",
      "launch_library_id": null,
      "slug": "molniya-8k78-luna-8",
      "name": "Molniya 8K78 | Luna-8",
      "status": {
        "id": 3,
        "name": "Success"
      },
      "net": "1965-12-03T10:46:14Z",
      "window_end": "1965-12-03T10:46:14Z",
      "window_start": "1965-12-03T10:46:14Z",
      "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": 3463,
        "configuration": {
          "id": 184,
          "launch_library_id": 207,
          "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/184/?format=api",
          "name": "Molniya 8K78",
          "family": "R-7",
          "full_name": "Molniya 8K78",
          "variant": "8K78"
        }
      },
      "mission": {
        "id": 1883,
        "launch_library_id": null,
        "name": "Luna-8",
        "description": "Ye-6 series probe designed to land on the Moon. Spun out of control during the final parts of the descent, resulting in  the spacecraft impacting the lunar surface on December 6.",
        "launch_designator": null,
        "type": "Lunar Exploration",
        "orbit": {
          "id": 11,
          "name": "Lunar Orbit",
          "abbrev": "LO"
        }
      },
      "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/molniya25208k78_image_20191201210000.jpg",
      "infographic": null,
      "program": [
        {
          "id": 38,
          "url": "https://ll.thespacedevs.com/2.0.0/program/38/?format=api",
          "name": "Luna",
          "description": "The Luna program was a series of robotic spacecraft missions sent to the Moon by the Soviet Union between 1959 and 1976. The program accomplished many firsts in space exploration, including first flyby of the Moon, first impact of the Moon and first photos of the far side of the Moon. Each mission was designed as either an orbiter or lander. They also performed many experiments, studying the Moon's chemical composition, gravity, temperature, and radiation.",
          "agencies": [
            {
              "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/luna_1_impactor_image_20240813082956.jpg",
          "start_date": "1958-09-23T07:40:23Z",
          "end_date": "1976-08-22T17:55:00Z",
          "info_url": null,
          "wiki_url": "https://en.wikipedia.org/wiki/Luna_programme"
        }
      ]
    },
    {
      "id": "a9ffee40-1461-4482-9365-30fd082cc2de",
      "url": "https://ll.thespacedevs.com/2.0.0/launch/a9ffee40-1461-4482-9365-30fd082cc2de/?format=api",
      "launch_library_id": null,
      "slug": "thor-slv-2-agena-b-alouette-2",
      "name": "Thor SLV-2 Agena B | Alouette 2",
      "status": {
        "id": 3,
        "name": "Success"
      },
      "net": "1965-11-29T04:48:47Z",
      "window_end": "1965-11-29T04:48:47Z",
      "window_start": "1965-11-29T04:48:47Z",
      "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": 3462,
        "configuration": {
          "id": 414,
          "launch_library_id": null,
          "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/414/?format=api",
          "name": "Thor SLV-2 Agena B",
          "family": "Thor",
          "full_name": "Thor SLV-2 Agena B",
          "variant": "SLV-2 Agena B"
        }
      },
      "mission": {
        "id": 1882,
        "launch_library_id": null,
        "name": "Alouette 2",
        "description": "Canadian small ionospheric observatory instrumented with a sweep-frequency ionospheric sounder, a VLF receiver, an energetic particle experiment, a cosmic noise experiment, and an electrostatic probe.",
        "launch_designator": null,
        "type": "Earth Science",
        "orbit": {
          "id": 8,
          "name": "Low Earth Orbit",
          "abbrev": "LEO"
        }
      },
      "pad": {
        "id": 98,
        "url": "https://ll.thespacedevs.com/2.0.0/pad/98/?format=api",
        "agency_id": 161,
        "name": "Space Launch Complex 2E",
        "info_url": null,
        "wiki_url": "https://en.wikipedia.org/wiki/Vandenberg_Space_Launch_Complex_2",
        "map_url": "https://www.google.com/maps?q=34.7516,-120.6192",
        "latitude": "34.7516",
        "longitude": "-120.6192",
        "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": 895,
          "total_landing_count": 35
        },
        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_98_20200803143228.jpg",
        "total_launch_count": 47
      },
      "webcast_live": false,
      "image": null,
      "infographic": null,
      "program": []
    },
    {
      "id": "112d59aa-e8d9-429c-addf-f1ccc2d65426",
      "url": "https://ll.thespacedevs.com/2.0.0/launch/112d59aa-e8d9-429c-addf-f1ccc2d65426/?format=api",
      "launch_library_id": null,
      "slug": "vostok-8a92-zenit-2-31",
      "name": "Vostok 8A92 | Zenit-2 31",
      "status": {
        "id": 3,
        "name": "Success"
      },
      "net": "1965-11-27T08:20:00Z",
      "window_end": "1965-11-27T08:20:00Z",
      "window_start": "1965-11-27T08: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": 3461,
        "configuration": {
          "id": 451,
          "launch_library_id": null,
          "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/451/?format=api",
          "name": "Vostok 8A92",
          "family": "Vostok",
          "full_name": "Vostok 8A92",
          "variant": "8A92"
        }
      },
      "mission": {
        "id": 1881,
        "launch_library_id": null,
        "name": "Zenit-2 31",
        "description": "Zenit-2 film-return and ELINT 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/vostok_launch_v_image_20251119053730.jpg",
      "infographic": null,
      "program": []
    },
    {
      "id": "e7434c5e-3660-4135-9f91-46b1bfbd01fc",
      "url": "https://ll.thespacedevs.com/2.0.0/launch/e7434c5e-3660-4135-9f91-46b1bfbd01fc/?format=api",
      "launch_library_id": null,
      "slug": "diamant-a-asterix",
      "name": "Diamant A | Asterix",
      "status": {
        "id": 3,
        "name": "Success"
      },
      "net": "1965-11-26T14:47:21Z",
      "window_end": "1965-11-26T14:47:21Z",
      "window_start": "1965-11-26T14:47:21Z",
      "inhold": false,
      "tbdtime": false,
      "tbddate": false,
      "probability": null,
      "holdreason": "",
      "failreason": null,
      "hashtag": null,
      "launch_service_provider": {
        "id": 46,
        "url": "https://ll.thespacedevs.com/2.0.0/agencies/46/?format=api",
        "name": "National Center of Space Research",
        "type": "Government"
      },
      "rocket": {
        "id": 3460,
        "configuration": {
          "id": 311,
          "launch_library_id": null,
          "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/311/?format=api",
          "name": "Diamant A",
          "family": "Diamant",
          "full_name": "Diamant A",
          "variant": "A"
        }
      },
      "mission": {
        "id": 1880,
        "launch_library_id": null,
        "name": "Asterix",
        "description": "First french satellite",
        "launch_designator": null,
        "type": "Test Flight",
        "orbit": {
          "id": 8,
          "name": "Low Earth Orbit",
          "abbrev": "LEO"
        }
      },
      "pad": {
        "id": 141,
        "url": "https://ll.thespacedevs.com/2.0.0/pad/141/?format=api",
        "agency_id": null,
        "name": "Brigitte",
        "info_url": null,
        "wiki_url": "https://en.wikipedia.org/wiki/Hammaguir",
        "map_url": "https://www.google.com/maps?q=30.7787318,-3.0669721",
        "latitude": "30.7787318",
        "longitude": "-3.0669721",
        "location": {
          "id": 147,
          "url": "https://ll.thespacedevs.com/2.0.0/location/147/?format=api",
          "name": "Interarmy Special Vehicles Test Centre, French Algeria",
          "country_code": "FRA",
          "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_147_20240808092142.jpg",
          "total_launch_count": 4,
          "total_landing_count": 0
        },
        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_141_20200803143211.jpg",
        "total_launch_count": 4
      },
      "webcast_live": false,
      "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/diamant_a_lifto_image_20240411170731.png",
      "infographic": null,
      "program": []
    },
    {
      "id": "301cf8bc-37e1-4fef-a589-5042e3411d3d",
      "url": "https://ll.thespacedevs.com/2.0.0/launch/301cf8bc-37e1-4fef-a589-5042e3411d3d/?format=api",
      "launch_library_id": null,
      "slug": "kosmos-11k63-ds-u2-m-1",
      "name": "Kosmos 11K63 | DS-U2-M 1",
      "status": {
        "id": 3,
        "name": "Success"
      },
      "net": "1965-11-26T12:14:00Z",
      "window_end": "1965-11-26T12:14:00Z",
      "window_start": "1965-11-26T12:14: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": 3459,
        "configuration": {
          "id": 327,
          "launch_library_id": null,
          "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/327/?format=api",
          "name": "Kosmos 11K63",
          "family": "Kosmos",
          "full_name": "Kosmos 11K63",
          "variant": "11K63"
        }
      },
      "mission": {
        "id": 1879,
        "launch_library_id": null,
        "name": "DS-U2-M 1",
        "description": "The DS-U2-M satellites were Soviet technological demonstrations satellites launched as part of the Dnepropetrovsk Sputnik program. They tested atomic clocks in space.",
        "launch_designator": null,
        "type": "Communications",
        "orbit": {
          "id": 8,
          "name": "Low Earth Orbit",
          "abbrev": "LEO"
        }
      },
      "pad": {
        "id": 139,
        "url": "https://ll.thespacedevs.com/2.0.0/pad/139/?format=api",
        "agency_id": null,
        "name": "86/1",
        "info_url": null,
        "wiki_url": "https://en.wikipedia.org/wiki/Kapustin_Yar",
        "map_url": "https://www.google.com/maps?q=48.56935,46.293219",
        "latitude": "48.56935",
        "longitude": "46.293219",
        "location": {
          "id": 30,
          "url": "https://ll.thespacedevs.com/2.0.0/location/30/?format=api",
          "name": "Kapustin Yar, Russian Federation",
          "country_code": "RUS",
          "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_30_20200803142515.jpg",
          "total_launch_count": 101,
          "total_landing_count": 0
        },
        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_139_20200803143345.jpg",
        "total_launch_count": 26
      },
      "webcast_live": false,
      "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/kosmos_11k63_image_20251104091702.jpg",
      "infographic": null,
      "program": []
    },
    {
      "id": "f7f3be3e-3dcc-4e95-9098-568561a72923",
      "url": "https://ll.thespacedevs.com/2.0.0/launch/f7f3be3e-3dcc-4e95-9098-568561a72923/?format=api",
      "launch_library_id": null,
      "slug": "molniya-8k78-venera-4a",
      "name": "Molniya 8K78 | Venera-4a",
      "status": {
        "id": 4,
        "name": "Failure"
      },
      "net": "1965-11-23T03:14:10Z",
      "window_end": "1965-11-23T03:14:10Z",
      "window_start": "1965-11-23T03:14:10Z",
      "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": 3458,
        "configuration": {
          "id": 184,
          "launch_library_id": 207,
          "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/184/?format=api",
          "name": "Molniya 8K78",
          "family": "R-7",
          "full_name": "Molniya 8K78",
          "variant": "8K78"
        }
      },
      "mission": {
        "id": 1878,
        "launch_library_id": null,
        "name": "Venera-4a",
        "description": "Venus flyby probe",
        "launch_designator": null,
        "type": "Robotic Exploration",
        "orbit": {
          "id": 22,
          "name": "Venus flyby",
          "abbrev": "Venus flyby"
        }
      },
      "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/molniya25208k78_image_20191201210000.jpg",
      "infographic": null,
      "program": []
    },
    {
      "id": "d8f69ee2-8f33-42d0-9cd7-5ca07c19de63",
      "url": "https://ll.thespacedevs.com/2.0.0/launch/d8f69ee2-8f33-42d0-9cd7-5ca07c19de63/?format=api",
      "launch_library_id": null,
      "slug": "scout-x-4-solrad-8",
      "name": "Scout X-4 | Solrad 8",
      "status": {
        "id": 3,
        "name": "Success"
      },
      "net": "1965-11-19T04:48:27Z",
      "window_end": "1965-11-19T04:48:27Z",
      "window_start": "1965-11-19T04:48:27Z",
      "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": 3457,
        "configuration": {
          "id": 370,
          "launch_library_id": null,
          "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/370/?format=api",
          "name": "Scout X-4",
          "family": "Scout",
          "full_name": "Scout X-4",
          "variant": "4"
        }
      },
      "mission": {
        "id": 1877,
        "launch_library_id": null,
        "name": "Solrad 8",
        "description": "The NRL Solrad 8 satellite was one of the Solrad series that began in 1960 to provide continuous coverage of solar radiation with a set of standard photometers.",
        "launch_designator": null,
        "type": "Astrophysics",
        "orbit": {
          "id": 8,
          "name": "Low Earth Orbit",
          "abbrev": "LEO"
        }
      },
      "pad": {
        "id": 178,
        "url": "https://ll.thespacedevs.com/2.0.0/pad/178/?format=api",
        "agency_id": null,
        "name": "Launch Area 3A",
        "info_url": null,
        "wiki_url": null,
        "map_url": "https://www.google.com/maps?q=37.8495,-75.4725",
        "latitude": "37.8495",
        "longitude": "-75.4725",
        "location": {
          "id": 21,
          "url": "https://ll.thespacedevs.com/2.0.0/location/21/?format=api",
          "name": "Wallops Flight Facility, Virginia, USA",
          "country_code": "USA",
          "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_21_20200803142423.jpg",
          "total_launch_count": 87,
          "total_landing_count": 0
        },
        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_178_20200803143407.jpg",
        "total_launch_count": 18
      },
      "webcast_live": false,
      "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/scout_x-4_s122__image_20240311075016.jpeg",
      "infographic": null,
      "program": []
    },
    {
      "id": "476e84c4-ef8a-4dab-9a4e-68a5489ed905",
      "url": "https://ll.thespacedevs.com/2.0.0/launch/476e84c4-ef8a-4dab-9a4e-68a5489ed905/?format=api",
      "launch_library_id": null,
      "slug": "molniya-8k78-venera-3",
      "name": "Molniya 8K78 | Venera-3",
      "status": {
        "id": 3,
        "name": "Success"
      },
      "net": "1965-11-16T04:13:35Z",
      "window_end": "1965-11-16T04:13:35Z",
      "window_start": "1965-11-16T04:13:35Z",
      "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": 3456,
        "configuration": {
          "id": 184,
          "launch_library_id": 207,
          "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/184/?format=api",
          "name": "Molniya 8K78",
          "family": "R-7",
          "full_name": "Molniya 8K78",
          "variant": "8K78"
        }
      },
      "mission": {
        "id": 1876,
        "launch_library_id": null,
        "name": "Venera-3",
        "description": "Venus flyby and lander probe",
        "launch_designator": null,
        "type": "Robotic Exploration",
        "orbit": {
          "id": 22,
          "name": "Venus flyby",
          "abbrev": "Venus flyby"
        }
      },
      "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/molniya25208k78_image_20191201210000.jpg",
      "infographic": null,
      "program": []
    },
    {
      "id": "4d3f09f5-9364-4e88-aecc-30a6fcecf080",
      "url": "https://ll.thespacedevs.com/2.0.0/launch/4d3f09f5-9364-4e88-aecc-30a6fcecf080/?format=api",
      "launch_library_id": null,
      "slug": "molniya-8k78-venera-2",
      "name": "Molniya 8K78 | Venera-2",
      "status": {
        "id": 3,
        "name": "Success"
      },
      "net": "1965-11-12T04:46:48Z",
      "window_end": "1965-11-12T04:46:48Z",
      "window_start": "1965-11-12T04:46:48Z",
      "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": 3455,
        "configuration": {
          "id": 184,
          "launch_library_id": 207,
          "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/184/?format=api",
          "name": "Molniya 8K78",
          "family": "R-7",
          "full_name": "Molniya 8K78",
          "variant": "8K78"
        }
      },
      "mission": {
        "id": 1875,
        "launch_library_id": null,
        "name": "Venera-2",
        "description": "Venus flyby probe",
        "launch_designator": null,
        "type": "Robotic Exploration",
        "orbit": {
          "id": 22,
          "name": "Venus flyby",
          "abbrev": "Venus flyby"
        }
      },
      "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/molniya25208k78_image_20191201210000.jpg",
      "infographic": null,
      "program": []
    },
    {
      "id": "2e49970a-93e6-4cb1-bdb9-08ea1771efcd",
      "url": "https://ll.thespacedevs.com/2.0.0/launch/2e49970a-93e6-4cb1-bdb9-08ea1771efcd/?format=api",
      "launch_library_id": null,
      "slug": "atlas-slv-3-agena-d-kh-7-23",
      "name": "Atlas SLV-3 Agena D | KH-7 23",
      "status": {
        "id": 3,
        "name": "Success"
      },
      "net": "1965-11-08T19:30:00Z",
      "window_end": "1965-11-08T19:30:00Z",
      "window_start": "1965-11-08T19:30: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": 3454,
        "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": 1874,
        "launch_library_id": null,
        "name": "KH-7 23",
        "description": "The Program 206 satellite, carrying the KH-7 (Keyhole 7) camera system (codenamed Gambit-1), was the first successful high resolution space reconnaissance program. It was managed by NRO's Program A, the USAF-led segment of the National Reconnaissance Program managed from Los Angeles AFB in El Segundo, California.",
        "launch_designator": null,
        "type": "Government/Top Secret",
        "orbit": {
          "id": 17,
          "name": "Sun-Synchronous Orbit",
          "abbrev": "SSO"
        }
      },
      "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": 895,
          "total_landing_count": 35
        },
        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_16_20200803143532.jpg",
        "total_launch_count": 279
      },
      "webcast_live": false,
      "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/atlas-slv3_agen_image_20251102060811.jpg",
      "infographic": null,
      "program": []
    }
  ]
}