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

{
  "count": 7920,
  "next": "https://lldev.thespacedevs.com/2.0.0/launch/?format=api&limit=10&offset=4690&ordering=-net",
  "previous": "https://lldev.thespacedevs.com/2.0.0/launch/?format=api&limit=10&offset=4670&ordering=-net",
  "results": [
    {
      "id": "9e085a31-1b19-46ad-9349-dce38ee19de3",
      "url": "https://lldev.thespacedevs.com/2.0.0/launch/9e085a31-1b19-46ad-9349-dce38ee19de3/?format=api",
      "launch_library_id": null,
      "slug": "soyuz-u-yantar-4ks1-7",
      "name": "Soyuz U | Yantar-4KS1 7",
      "status": {
        "id": 3,
        "name": "Success"
      },
      "net": "1987-04-16T06:18:00Z",
      "window_end": "1987-04-16T06:18:00Z",
      "window_start": "1987-04-16T06:18: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": 5957,
        "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": 4351,
        "launch_library_id": null,
        "name": "Yantar-4KS1 7",
        "description": "First generation electro-optical reconnaissance satellite",
        "launch_designator": null,
        "type": "Government/Top Secret",
        "orbit": {
          "id": 8,
          "name": "Low Earth Orbit",
          "abbrev": "LEO"
        }
      },
      "pad": {
        "id": 32,
        "url": "https://lldev.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://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_32_20200803143513.jpg",
        "total_launch_count": 487
      },
      "webcast_live": false,
      "image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/soyuz2520u_image_20190222031023.jpeg",
      "infographic": null,
      "program": []
    },
    {
      "id": "859e1b31-9105-46d9-bfac-d7e055ed636e",
      "url": "https://lldev.thespacedevs.com/2.0.0/launch/859e1b31-9105-46d9-bfac-d7e055ed636e/?format=api",
      "launch_library_id": null,
      "slug": "soyuz-u-yantar-4k2-30",
      "name": "Soyuz U | Yantar-4K2 30",
      "status": {
        "id": 3,
        "name": "Success"
      },
      "net": "1987-04-09T11:44:00Z",
      "window_end": "1987-04-09T11:44:00Z",
      "window_start": "1987-04-09T11:44: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": 5956,
        "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": 4350,
        "launch_library_id": null,
        "name": "Yantar-4K2 30",
        "description": "Film-return reconnaissance satellite",
        "launch_designator": null,
        "type": "Government/Top Secret",
        "orbit": {
          "id": 8,
          "name": "Low Earth Orbit",
          "abbrev": "LEO"
        }
      },
      "pad": {
        "id": 32,
        "url": "https://lldev.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://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_32_20200803143513.jpg",
        "total_launch_count": 487
      },
      "webcast_live": false,
      "image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/soyuz2520u_image_20190222031023.jpeg",
      "infographic": null,
      "program": []
    },
    {
      "id": "90081677-2e9c-4898-b011-906638ab8cfe",
      "url": "https://lldev.thespacedevs.com/2.0.0/launch/90081677-2e9c-4898-b011-906638ab8cfe/?format=api",
      "launch_library_id": null,
      "slug": "tsiklon-2-us-p-26",
      "name": "Tsiklon-2 | US-P 26",
      "status": {
        "id": 3,
        "name": "Success"
      },
      "net": "1987-04-08T03:51:21Z",
      "window_end": "1987-04-08T03:51:21Z",
      "window_start": "1987-04-08T03:51:21Z",
      "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": 5955,
        "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": 4349,
        "launch_library_id": null,
        "name": "US-P 26",
        "description": "Ocean surveillance satellite using passive ELINT devices",
        "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": "03e60c03-76aa-4ed3-afdd-3e484162c423",
      "url": "https://lldev.thespacedevs.com/2.0.0/launch/03e60c03-76aa-4ed3-afdd-3e484162c423/?format=api",
      "launch_library_id": null,
      "slug": "proton-kvant",
      "name": "Proton | Kvant",
      "status": {
        "id": 3,
        "name": "Success"
      },
      "net": "1987-03-31T00:06:16Z",
      "window_end": "1987-03-31T00:06:16Z",
      "window_start": "1987-03-31T00:06:16Z",
      "inhold": false,
      "tbdtime": false,
      "tbddate": false,
      "probability": null,
      "holdreason": "",
      "failreason": "",
      "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": 5954,
        "configuration": {
          "id": 95,
          "launch_library_id": 131,
          "url": "https://lldev.thespacedevs.com/2.0.0/config/launcher/95/?format=api",
          "name": "Proton",
          "family": "Proton / UR-500",
          "full_name": "Proton-K",
          "variant": "K"
        }
      },
      "mission": {
        "id": 4348,
        "launch_library_id": null,
        "name": "Kvant",
        "description": "Kvant module for the Mir space station",
        "launch_designator": null,
        "type": "Human Exploration",
        "orbit": {
          "id": 8,
          "name": "Low Earth Orbit",
          "abbrev": "LEO"
        }
      },
      "pad": {
        "id": 15,
        "url": "https://lldev.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://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_15_20200803143530.jpg",
        "total_launch_count": 167
      },
      "webcast_live": false,
      "image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/proton_image_20190207032625.jpeg",
      "infographic": null,
      "program": [
        {
          "id": 16,
          "url": "https://lldev.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://lldev.thespacedevs.com/2.0.0/agencies/63/?format=api",
              "name": "Russian Federal Space Agency (ROSCOSMOS)",
              "type": "Government"
            },
            {
              "id": 66,
              "url": "https://lldev.thespacedevs.com/2.0.0/agencies/66/?format=api",
              "name": "Soviet Space Program",
              "type": "Government"
            }
          ],
          "image_url": "https://thespacedevs-dev.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"
        }
      ]
    },
    {
      "id": "d04b80af-e0a1-43f1-8683-284fbd2901c8",
      "url": "https://lldev.thespacedevs.com/2.0.0/launch/d04b80af-e0a1-43f1-8683-284fbd2901c8/?format=api",
      "launch_library_id": null,
      "slug": "atlas-g-centaur-fltsatcom-f6",
      "name": "Atlas G Centaur | FLTSATCOM F6",
      "status": {
        "id": 4,
        "name": "Failure"
      },
      "net": "1987-03-26T21:22:00Z",
      "window_end": "1987-03-26T21:22:00Z",
      "window_start": "1987-03-26T21:22:00Z",
      "inhold": false,
      "tbdtime": false,
      "tbddate": false,
      "probability": null,
      "holdreason": "",
      "failreason": null,
      "hashtag": null,
      "launch_service_provider": {
        "id": 161,
        "url": "https://lldev.thespacedevs.com/2.0.0/agencies/161/?format=api",
        "name": "United States Air Force",
        "type": "Government"
      },
      "rocket": {
        "id": 5953,
        "configuration": {
          "id": 250,
          "launch_library_id": null,
          "url": "https://lldev.thespacedevs.com/2.0.0/config/launcher/250/?format=api",
          "name": "Atlas G Centaur",
          "family": "Atlas",
          "full_name": "Atlas G Centaur",
          "variant": "G Centaur"
        }
      },
      "mission": {
        "id": 4347,
        "launch_library_id": null,
        "name": "FLTSATCOM F6",
        "description": "Military geostationary communications satellite",
        "launch_designator": null,
        "type": "Communications",
        "orbit": {
          "id": 1,
          "name": "Geostationary Orbit",
          "abbrev": "Direct-GEO"
        }
      },
      "pad": {
        "id": 122,
        "url": "https://lldev.thespacedevs.com/2.0.0/pad/122/?format=api",
        "agency_id": 161,
        "name": "Launch Complex 36B",
        "info_url": null,
        "wiki_url": "https://en.wikipedia.org/wiki/Cape_Canaveral_Launch_Complex_36",
        "map_url": "https://www.google.com/maps?q=28.4705556,-80.542194",
        "latitude": "28.4705556",
        "longitude": "-80.542194",
        "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": 1119,
          "total_landing_count": 75
        },
        "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/pad_122_20200803143232.jpg",
        "total_launch_count": 76
      },
      "webcast_live": false,
      "image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/launch_of_an_at_image_20251205044820.jpg",
      "infographic": null,
      "program": []
    },
    {
      "id": "f25fe46b-f348-4c2e-8806-7c7393e6aea7",
      "url": "https://lldev.thespacedevs.com/2.0.0/launch/f25fe46b-f348-4c2e-8806-7c7393e6aea7/?format=api",
      "launch_library_id": null,
      "slug": "aslv-sross-a",
      "name": "ASLV | SROSS-A",
      "status": {
        "id": 4,
        "name": "Failure"
      },
      "net": "1987-03-24T06:39:00Z",
      "window_end": "1987-03-24T06:39:00Z",
      "window_start": "1987-03-24T06:39:00Z",
      "inhold": false,
      "tbdtime": false,
      "tbddate": false,
      "probability": null,
      "holdreason": "",
      "failreason": "",
      "hashtag": null,
      "launch_service_provider": {
        "id": 31,
        "url": "https://lldev.thespacedevs.com/2.0.0/agencies/31/?format=api",
        "name": "Indian Space Research Organization",
        "type": "Government"
      },
      "rocket": {
        "id": 5952,
        "configuration": {
          "id": 218,
          "launch_library_id": null,
          "url": "https://lldev.thespacedevs.com/2.0.0/config/launcher/218/?format=api",
          "name": "ASLV",
          "family": "ASLV",
          "full_name": "ASLV",
          "variant": ""
        }
      },
      "mission": {
        "id": 4346,
        "launch_library_id": null,
        "name": "SROSS-A",
        "description": "Indian satellite used to test the ASLV booster",
        "launch_designator": null,
        "type": "Test Flight",
        "orbit": {
          "id": 8,
          "name": "Low Earth Orbit",
          "abbrev": "LEO"
        }
      },
      "pad": {
        "id": 40,
        "url": "https://lldev.thespacedevs.com/2.0.0/pad/40/?format=api",
        "agency_id": 31,
        "name": "SLV-3 Launch Pad",
        "info_url": null,
        "wiki_url": "https://en.wikipedia.org/wiki/Satish_Dhawan_Space_Centre_SLV_Launch_Pad",
        "map_url": "https://www.google.com/maps?q=13.666193,80.227231",
        "latitude": "13.666193",
        "longitude": "80.227231",
        "location": {
          "id": 14,
          "url": "https://lldev.thespacedevs.com/2.0.0/location/14/?format=api",
          "name": "Satish Dhawan Space Centre, India",
          "country_code": "IND",
          "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/location_14_20200803142403.jpg",
          "total_launch_count": 103,
          "total_landing_count": 0
        },
        "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/pad_40_20200803143325.jpg",
        "total_launch_count": 8
      },
      "webcast_live": false,
      "image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/aslv_image_20240210153603.png",
      "infographic": null,
      "program": []
    },
    {
      "id": "f419a025-62f7-4f48-ae68-4cacc95583d0",
      "url": "https://lldev.thespacedevs.com/2.0.0/launch/f419a025-62f7-4f48-ae68-4cacc95583d0/?format=api",
      "launch_library_id": null,
      "slug": "delta-3920pam-palapa-b2p",
      "name": "Delta 3920/PAM | Palapa B2P",
      "status": {
        "id": 3,
        "name": "Success"
      },
      "net": "1987-03-20T22:22:00Z",
      "window_end": "1987-03-20T22:22:00Z",
      "window_start": "1987-03-20T22:22:00Z",
      "inhold": false,
      "tbdtime": false,
      "tbddate": false,
      "probability": null,
      "holdreason": "",
      "failreason": null,
      "hashtag": null,
      "launch_service_provider": {
        "id": 161,
        "url": "https://lldev.thespacedevs.com/2.0.0/agencies/161/?format=api",
        "name": "United States Air Force",
        "type": "Government"
      },
      "rocket": {
        "id": 5951,
        "configuration": {
          "id": 294,
          "launch_library_id": null,
          "url": "https://lldev.thespacedevs.com/2.0.0/config/launcher/294/?format=api",
          "name": "Delta 3920/PAM",
          "family": "Delta",
          "full_name": "Delta 3920/PAM",
          "variant": "3920/PAM"
        }
      },
      "mission": {
        "id": 4345,
        "launch_library_id": null,
        "name": "Palapa B2P",
        "description": "Indonesian geostationary communications satellite",
        "launch_designator": null,
        "type": "Communications",
        "orbit": {
          "id": 1,
          "name": "Geostationary Orbit",
          "abbrev": "Direct-GEO"
        }
      },
      "pad": {
        "id": 1,
        "url": "https://lldev.thespacedevs.com/2.0.0/pad/1/?format=api",
        "agency_id": null,
        "name": "Space Launch Complex 17B",
        "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.4458,-80.5657",
        "latitude": "28.4458",
        "longitude": "-80.5657",
        "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": 1119,
          "total_landing_count": 75
        },
        "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/pad_1_20200803143208.jpg",
        "total_launch_count": 132
      },
      "webcast_live": false,
      "image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/delta_3910_image_20231231105538.jpeg",
      "infographic": null,
      "program": []
    },
    {
      "id": "863ce9f2-bc97-4ba9-b332-4d2340e0d7e3",
      "url": "https://lldev.thespacedevs.com/2.0.0/launch/863ce9f2-bc97-4ba9-b332-4d2340e0d7e3/?format=api",
      "launch_library_id": null,
      "slug": "proton-kdm-raduga-20",
      "name": "Proton-K/DM | Raduga 20",
      "status": {
        "id": 3,
        "name": "Success"
      },
      "net": "1987-03-19T03:54:00Z",
      "window_end": "1987-03-19T03:54:00Z",
      "window_start": "1987-03-19T03:54: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": 5950,
        "configuration": {
          "id": 349,
          "launch_library_id": null,
          "url": "https://lldev.thespacedevs.com/2.0.0/config/launcher/349/?format=api",
          "name": "Proton-K/DM",
          "family": "Proton / UR-500",
          "full_name": "Proton-K/DM",
          "variant": "DM"
        }
      },
      "mission": {
        "id": 4344,
        "launch_library_id": null,
        "name": "Raduga 20",
        "description": "Geostationary communications satellite for military and governmental puposes",
        "launch_designator": null,
        "type": "Communications",
        "orbit": {
          "id": 1,
          "name": "Geostationary Orbit",
          "abbrev": "Direct-GEO"
        }
      },
      "pad": {
        "id": 130,
        "url": "https://lldev.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://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_130_20200803143249.jpg",
        "total_launch_count": 64
      },
      "webcast_live": false,
      "image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/proton_image_20231231095535.jpg",
      "infographic": null,
      "program": []
    },
    {
      "id": "2a0d130a-4643-4694-ab08-16fc8ccb87f1",
      "url": "https://lldev.thespacedevs.com/2.0.0/launch/2a0d130a-4643-4694-ab08-16fc8ccb87f1/?format=api",
      "launch_library_id": null,
      "slug": "zenit-2-gvm-tselina-2-6",
      "name": "Zenit-2 | GVM Tselina-2",
      "status": {
        "id": 3,
        "name": "Success"
      },
      "net": "1987-03-18T08:30:00Z",
      "window_end": "1987-03-18T08:30:00Z",
      "window_start": "1987-03-18T08:30: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": 5949,
        "configuration": {
          "id": 455,
          "launch_library_id": null,
          "url": "https://lldev.thespacedevs.com/2.0.0/config/launcher/455/?format=api",
          "name": "Zenit-2",
          "family": "Zenith",
          "full_name": "Zenit-2",
          "variant": "2"
        }
      },
      "mission": {
        "id": 4136,
        "launch_library_id": null,
        "name": "GVM Tselina-2",
        "description": "Dynamic simulator of the Tselina-2 ELINT satellite",
        "launch_designator": null,
        "type": "Test Flight",
        "orbit": {
          "id": 8,
          "name": "Low Earth Orbit",
          "abbrev": "LEO"
        }
      },
      "pad": {
        "id": 2,
        "url": "https://lldev.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://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_2_20200803143256.jpg",
        "total_launch_count": 47
      },
      "webcast_live": false,
      "image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/zenit-2_image_20251104090154.jpg",
      "infographic": null,
      "program": []
    },
    {
      "id": "8cf0c148-0de3-4d69-bb9e-741d9086c950",
      "url": "https://lldev.thespacedevs.com/2.0.0/launch/8cf0c148-0de3-4d69-bb9e-741d9086c950/?format=api",
      "launch_library_id": null,
      "slug": "tsiklon-3-strela-3-19-to-24",
      "name": "Tsiklon-3 | Strela-3 19 to 24",
      "status": {
        "id": 3,
        "name": "Success"
      },
      "net": "1987-03-13T13:11:56Z",
      "window_end": "1987-03-13T13:11:56Z",
      "window_start": "1987-03-13T13:11:56Z",
      "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": 5948,
        "configuration": {
          "id": 445,
          "launch_library_id": null,
          "url": "https://lldev.thespacedevs.com/2.0.0/config/launcher/445/?format=api",
          "name": "Tsiklon-3",
          "family": "Tsiklon",
          "full_name": "Tsiklon-3",
          "variant": "3"
        }
      },
      "mission": {
        "id": 4343,
        "launch_library_id": null,
        "name": "Strela-3 19 to 24",
        "description": "Second generation store-dump military communications satellite",
        "launch_designator": null,
        "type": "Government/Top Secret",
        "orbit": {
          "id": 8,
          "name": "Low Earth Orbit",
          "abbrev": "LEO"
        }
      },
      "pad": {
        "id": 127,
        "url": "https://lldev.thespacedevs.com/2.0.0/pad/127/?format=api",
        "agency_id": 63,
        "name": "32/2",
        "info_url": null,
        "wiki_url": "https://en.wikipedia.org/wiki/Plesetsk_Cosmodrome_Site_32",
        "map_url": "https://www.google.com/maps?q=62.9063889,40.7844727",
        "latitude": "62.9063889",
        "longitude": "40.7844727",
        "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_127_20200803143245.jpg",
        "total_launch_count": 65
      },
      "webcast_live": false,
      "image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/tsyklon-3_launc_image_20251112153513.png",
      "infographic": null,
      "program": []
    }
  ]
}