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

{
  "count": 7875,
  "next": "https://ll.thespacedevs.com/2.0.0/launch/?format=api&limit=10&offset=6540&ordering=-net",
  "previous": "https://ll.thespacedevs.com/2.0.0/launch/?format=api&limit=10&offset=6520&ordering=-net",
  "results": [
    {
      "id": "d6fc45b4-8775-48cd-8007-55e82706eb86",
      "url": "https://ll.thespacedevs.com/2.0.0/launch/d6fc45b4-8775-48cd-8007-55e82706eb86/?format=api",
      "launch_library_id": null,
      "slug": "voskhod-zenit-4m-25",
      "name": "Voskhod | Zenit-4M 25",
      "status": {
        "id": 3,
        "name": "Success"
      },
      "net": "1971-11-02T14:25:02Z",
      "window_end": "1971-11-02T14:25:02Z",
      "window_start": "1971-11-02T14:25:02Z",
      "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": 4189,
        "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": 2607,
        "launch_library_id": null,
        "name": "Zenit-4M 25",
        "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": 168,
        "url": "https://ll.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://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_168_20200803143446.jpg",
        "total_launch_count": 310
      },
      "webcast_live": false,
      "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/voskhod_during__image_20251102062248.jpg",
      "infographic": null,
      "program": []
    },
    {
      "id": "454b8835-f615-41c5-8078-380fffb265fc",
      "url": "https://ll.thespacedevs.com/2.0.0/launch/454b8835-f615-41c5-8078-380fffb265fc/?format=api",
      "launch_library_id": null,
      "slug": "black-arrow-prospero",
      "name": "Black Arrow | Prospero",
      "status": {
        "id": 3,
        "name": "Success"
      },
      "net": "1971-10-28T04:09:29Z",
      "window_end": "1971-10-28T04:09:29Z",
      "window_start": "1971-10-28T04:09:29Z",
      "inhold": false,
      "tbdtime": false,
      "tbddate": false,
      "probability": null,
      "holdreason": "",
      "failreason": null,
      "hashtag": null,
      "launch_service_provider": {
        "id": 1005,
        "url": "https://ll.thespacedevs.com/2.0.0/agencies/1005/?format=api",
        "name": "Royal Aircraft Establishment",
        "type": "Government"
      },
      "rocket": {
        "id": 4188,
        "configuration": {
          "id": 263,
          "launch_library_id": null,
          "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/263/?format=api",
          "name": "Black Arrow",
          "family": "",
          "full_name": "Black Arrow",
          "variant": ""
        }
      },
      "mission": {
        "id": 2606,
        "launch_library_id": null,
        "name": "Prospero",
        "description": "British scientific satellite used to demonstrate technologies needed for communication satellites.",
        "launch_designator": null,
        "type": "Test Flight",
        "orbit": {
          "id": 8,
          "name": "Low Earth Orbit",
          "abbrev": "LEO"
        }
      },
      "pad": {
        "id": 179,
        "url": "https://ll.thespacedevs.com/2.0.0/pad/179/?format=api",
        "agency_id": null,
        "name": "Launch Area 5B",
        "info_url": null,
        "wiki_url": "https://en.wikipedia.org/wiki/RAAF_Woomera_Range_Complex",
        "map_url": "https://www.google.com/maps?q=-30.9552778,136.5300282",
        "latitude": "-30.9552778",
        "longitude": "136.5300282",
        "location": {
          "id": 152,
          "url": "https://ll.thespacedevs.com/2.0.0/location/152/?format=api",
          "name": "RAAF Woomera Range Complex",
          "country_code": "AUS",
          "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_152_20200803142502.jpg",
          "total_launch_count": 6,
          "total_landing_count": 0
        },
        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_179_20200803143455.jpg",
        "total_launch_count": 2
      },
      "webcast_live": false,
      "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/black_arrow_in__image_20240314095415.jpg",
      "infographic": null,
      "program": []
    },
    {
      "id": "a810e02b-70eb-4e71-960f-5524807738f8",
      "url": "https://ll.thespacedevs.com/2.0.0/launch/a810e02b-70eb-4e71-960f-5524807738f8/?format=api",
      "launch_library_id": null,
      "slug": "titan-24b-kh-8-33",
      "name": "Titan 24B | KH-8 33",
      "status": {
        "id": 3,
        "name": "Success"
      },
      "net": "1971-10-23T17:10:00Z",
      "window_end": "1971-10-23T17:10:00Z",
      "window_start": "1971-10-23T17:10: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": 4187,
        "configuration": {
          "id": 421,
          "launch_library_id": null,
          "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/421/?format=api",
          "name": "Titan 24B",
          "family": "Titan",
          "full_name": "Titan 24B",
          "variant": "24B"
        }
      },
      "mission": {
        "id": 2605,
        "launch_library_id": null,
        "name": "KH-8 33",
        "description": "KH-8 Block 2 high resolution reconnaissance satellite.",
        "launch_designator": null,
        "type": "Government/Top Secret",
        "orbit": {
          "id": 8,
          "name": "Low Earth Orbit",
          "abbrev": "LEO"
        }
      },
      "pad": {
        "id": 156,
        "url": "https://ll.thespacedevs.com/2.0.0/pad/156/?format=api",
        "agency_id": null,
        "name": "Space Launch Complex 4W",
        "info_url": "https://www.astronautix.com/v/vandenbergslc4w.html",
        "wiki_url": "https://en.wikipedia.org/wiki/Vandenberg_Air_Force_Base_Space_Launch_Complex_4#SLC-4W",
        "map_url": "https://www.google.com/maps?q=34.63312,-120.61584",
        "latitude": "34.63312",
        "longitude": "-120.61584",
        "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": 885,
          "total_landing_count": 34
        },
        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_156_20200803143351.jpg",
        "total_launch_count": 93
      },
      "webcast_live": false,
      "image": null,
      "infographic": null,
      "program": []
    },
    {
      "id": "23464825-30dc-49d2-9702-dee0b6d5be1f",
      "url": "https://ll.thespacedevs.com/2.0.0/launch/23464825-30dc-49d2-9702-dee0b6d5be1f/?format=api",
      "launch_library_id": null,
      "slug": "thor-delta-n6-itos-b",
      "name": "Thor Delta N6 | ITOS B",
      "status": {
        "id": 4,
        "name": "Failure"
      },
      "net": "1971-10-21T11:32:00Z",
      "window_end": "1971-10-21T11:32:00Z",
      "window_start": "1971-10-21T11:32: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": 4186,
        "configuration": {
          "id": 412,
          "launch_library_id": null,
          "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/412/?format=api",
          "name": "Thor Delta N6",
          "family": "Thor",
          "full_name": "Thor Delta N6",
          "variant": "Delta N6"
        }
      },
      "mission": {
        "id": 2604,
        "launch_library_id": null,
        "name": "ITOS B",
        "description": "Sun-synchronous meteorological satellite",
        "launch_designator": null,
        "type": "Earth Science",
        "orbit": {
          "id": 17,
          "name": "Sun-Synchronous Orbit",
          "abbrev": "SSO"
        }
      },
      "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": 885,
          "total_landing_count": 34
        },
        "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": "83226b53-902d-4740-88b2-a0c3832157a7",
      "url": "https://ll.thespacedevs.com/2.0.0/launch/83226b53-902d-4740-88b2-a0c3832157a7/?format=api",
      "launch_library_id": null,
      "slug": "kosmos-11k63-ds-p1-yu-46",
      "name": "Kosmos 11K63 | DS-P1-Yu 46",
      "status": {
        "id": 3,
        "name": "Success"
      },
      "net": "1971-10-19T12:40:01Z",
      "window_end": "1971-10-19T12:40:01Z",
      "window_start": "1971-10-19T12:40:01Z",
      "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": 4185,
        "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": 2603,
        "launch_library_id": null,
        "name": "DS-P1-Yu 46",
        "description": "The DS-P1-Yu series of satellites was used to calibrate space surveillance and early warning radars.",
        "launch_designator": null,
        "type": "Test Target",
        "orbit": {
          "id": 8,
          "name": "Low Earth Orbit",
          "abbrev": "LEO"
        }
      },
      "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/kosmos_11k63_image_20251104091702.jpg",
      "infographic": null,
      "program": []
    },
    {
      "id": "ac74688d-4bcb-4010-b13b-5d651fcba098",
      "url": "https://ll.thespacedevs.com/2.0.0/launch/ac74688d-4bcb-4010-b13b-5d651fcba098/?format=api",
      "launch_library_id": null,
      "slug": "thorad-slv-2g-agena-d-astex",
      "name": "Thorad SLV-2G Agena D | ASTEX",
      "status": {
        "id": 3,
        "name": "Success"
      },
      "net": "1971-10-17T13:36:00Z",
      "window_end": "1971-10-17T13:36:00Z",
      "window_start": "1971-10-17T13:36: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": 4184,
        "configuration": {
          "id": 418,
          "launch_library_id": null,
          "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/418/?format=api",
          "name": "Thorad SLV-2G Agena D",
          "family": "Thor",
          "full_name": "Thorad SLV-2G Agena D",
          "variant": "SLV-2G Agena D"
        }
      },
      "mission": {
        "id": 2602,
        "launch_library_id": null,
        "name": "ASTEX",
        "description": "USAF satellite designed to test advanced development payloads",
        "launch_designator": null,
        "type": "Test Flight",
        "orbit": {
          "id": 13,
          "name": "Polar Orbit",
          "abbrev": "PO"
        }
      },
      "pad": {
        "id": 95,
        "url": "https://ll.thespacedevs.com/2.0.0/pad/95/?format=api",
        "agency_id": 161,
        "name": "Space Launch Complex 1W",
        "info_url": null,
        "wiki_url": "https://en.wikipedia.org/wiki/Vandenberg_Space_Launch_Complex_1",
        "map_url": "https://www.google.com/maps?q=34.7572,-120.6303",
        "latitude": "34.7572",
        "longitude": "-120.6303",
        "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": 885,
          "total_landing_count": 34
        },
        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_95_20200803143209.jpg",
        "total_launch_count": 56
      },
      "webcast_live": false,
      "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/thorad-slv2g_ag_image_20251102061406.jpg",
      "infographic": null,
      "program": []
    },
    {
      "id": "11a0306c-a0c6-4e5a-a00d-e1158ed89032",
      "url": "https://ll.thespacedevs.com/2.0.0/launch/11a0306c-a0c6-4e5a-a00d-e1158ed89032/?format=api",
      "launch_library_id": null,
      "slug": "voskhod-zenit-4m-24",
      "name": "Voskhod | Zenit-4M 24",
      "status": {
        "id": 3,
        "name": "Success"
      },
      "net": "1971-10-14T09:00:01Z",
      "window_end": "1971-10-14T09:00:01Z",
      "window_start": "1971-10-14T09:00:01Z",
      "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": 4183,
        "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": 2601,
        "launch_library_id": null,
        "name": "Zenit-4M 24",
        "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": 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/voskhod_during__image_20251102062248.jpg",
      "infographic": null,
      "program": []
    },
    {
      "id": "7b156883-f291-4ad0-a425-8b724e610f3f",
      "url": "https://ll.thespacedevs.com/2.0.0/launch/7b156883-f291-4ad0-a425-8b724e610f3f/?format=api",
      "launch_library_id": null,
      "slug": "thor-burner-2a-dsap-5b-f1",
      "name": "Thor Burner 2A | DSAP-5B F1",
      "status": {
        "id": 3,
        "name": "Success"
      },
      "net": "1971-10-14T07:51:17Z",
      "window_end": "1971-10-14T07:51:17Z",
      "window_start": "1971-10-14T07:51:17Z",
      "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": 4182,
        "configuration": {
          "id": 396,
          "launch_library_id": null,
          "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/396/?format=api",
          "name": "Thor Burner 2A",
          "family": "Thor",
          "full_name": "Thor Burner 2A",
          "variant": "Burner 2A"
        }
      },
      "mission": {
        "id": 2600,
        "launch_library_id": null,
        "name": "DSAP-5B F1",
        "description": "Military meteorological satellite",
        "launch_designator": null,
        "type": "Government/Top Secret",
        "orbit": {
          "id": 17,
          "name": "Sun-Synchronous Orbit",
          "abbrev": "SSO"
        }
      },
      "pad": {
        "id": 171,
        "url": "https://ll.thespacedevs.com/2.0.0/pad/171/?format=api",
        "agency_id": null,
        "name": "Space Launch Complex 10W",
        "info_url": null,
        "wiki_url": "https://en.wikipedia.org/wiki/Vandenberg_Air_Force_Base_Space_Launch_Complex_10",
        "map_url": "https://www.google.com/maps?q=34.7652778,-120.6244162",
        "latitude": "34.7652778",
        "longitude": "-120.6244162",
        "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": 885,
          "total_landing_count": 34
        },
        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_171_20200803143449.jpg",
        "total_launch_count": 31
      },
      "webcast_live": false,
      "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/thor-lv2f_burne_image_20251109071855.png",
      "infographic": null,
      "program": []
    },
    {
      "id": "271280a0-1395-4bdc-90fd-18047cf7e026",
      "url": "https://ll.thespacedevs.com/2.0.0/launch/271280a0-1395-4bdc-90fd-18047cf7e026/?format=api",
      "launch_library_id": null,
      "slug": "kosmos-3m-strela-1m-17-24",
      "name": "Kosmos-3M | Strela-1M 17-24",
      "status": {
        "id": 3,
        "name": "Success"
      },
      "net": "1971-10-13T13:41:00Z",
      "window_end": "1971-10-13T13:41:00Z",
      "window_start": "1971-10-13T13:41: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": 4181,
        "configuration": {
          "id": 102,
          "launch_library_id": 122,
          "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/102/?format=api",
          "name": "Kosmos-3M",
          "family": "Kosmos",
          "full_name": "Kosmos-3M (11K65M)",
          "variant": "-3M"
        }
      },
      "mission": {
        "id": 2599,
        "launch_library_id": null,
        "name": "Strela-1M 17-24",
        "description": "Military communications satellites",
        "launch_designator": null,
        "type": "Government/Top Secret",
        "orbit": {
          "id": 8,
          "name": "Low Earth Orbit",
          "abbrev": "LEO"
        }
      },
      "pad": {
        "id": 167,
        "url": "https://ll.thespacedevs.com/2.0.0/pad/167/?format=api",
        "agency_id": null,
        "name": "132/2",
        "info_url": null,
        "wiki_url": "https://en.wikipedia.org/wiki/Plesetsk_Cosmodrome",
        "map_url": "https://www.google.com/maps?q=62.883,40.869806",
        "latitude": "62.883",
        "longitude": "40.869806",
        "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_167_20200803143417.jpg",
        "total_launch_count": 172
      },
      "webcast_live": false,
      "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/kosmos-3m_durin_image_20251101171325.jpg",
      "infographic": null,
      "program": []
    },
    {
      "id": "28a382b0-87e3-4e81-b84b-cc77e8a9c1a2",
      "url": "https://ll.thespacedevs.com/2.0.0/launch/28a382b0-87e3-4e81-b84b-cc77e8a9c1a2/?format=api",
      "launch_library_id": null,
      "slug": "voskhod-zenit-2m-23",
      "name": "Voskhod | Zenit-2M 23",
      "status": {
        "id": 3,
        "name": "Success"
      },
      "net": "1971-10-07T12:30:00Z",
      "window_end": "1971-10-07T12:30:00Z",
      "window_start": "1971-10-07T12: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": 4180,
        "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": 2598,
        "launch_library_id": null,
        "name": "Zenit-2M 23",
        "description": "The soviet Zenit-2M (Gektor, 11F690) was an improved version of the Zenit-2 area surveillance reconnaissance satellite. It 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": 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/voskhod_during__image_20251102062248.jpg",
      "infographic": null,
      "program": []
    }
  ]
}