Modes

Levels of detail in the response - list, normal, detailed

Example - /launches/previous/?mode=list

Filters

Parameters - agency_launch_attempt_count, agency_launch_attempt_count__gt, agency_launch_attempt_count__gte, agency_launch_attempt_count__lt, agency_launch_attempt_count__lte, agency_launch_attempt_count_year, agency_launch_attempt_count_year__gt, agency_launch_attempt_count_year__gte, agency_launch_attempt_count_year__lt, agency_launch_attempt_count_year__lte, day, id, include_suborbital, is_crewed, last_updated__gte, last_updated__lte, launch_designator, launcher_config__id, location__ids, location_launch_attempt_count, location_launch_attempt_count__gt, location_launch_attempt_count__gte, location_launch_attempt_count__lt, location_launch_attempt_count__lte, location_launch_attempt_count_year, location_launch_attempt_count_year__gt, location_launch_attempt_count_year__gte, location_launch_attempt_count_year__lt, location_launch_attempt_count_year__lte, lsp__id, lsp__name, mission__agency__ids, mission__orbit__celestial_body__id, mission__orbit__name, mission__orbit__name__icontains, month, name, net__gt, net__gte, net__lt, net__lte, orbital_launch_attempt_count, orbital_launch_attempt_count__gt, orbital_launch_attempt_count__gte, orbital_launch_attempt_count__lt, orbital_launch_attempt_count__lte, orbital_launch_attempt_count_year, orbital_launch_attempt_count_year__gt, orbital_launch_attempt_count_year__gte, orbital_launch_attempt_count_year__lt, orbital_launch_attempt_count_year__lte, pad, pad__location, pad__location__celestial_body__id, pad_launch_attempt_count, pad_launch_attempt_count__gt, pad_launch_attempt_count__gte, pad_launch_attempt_count__lt, pad_launch_attempt_count__lte, pad_launch_attempt_count_year, pad_launch_attempt_count_year__gt, pad_launch_attempt_count_year__gte, pad_launch_attempt_count_year__lt, pad_launch_attempt_count_year__lte, program, related_lsp__id, related_lsp__name, rocket__configuration__full_name, rocket__configuration__full_name__icontains, rocket__configuration__id, rocket__configuration__manufacturer__name, rocket__configuration__manufacturer__name__icontains, rocket__configuration__name, rocket__spacecraftflight__spacecraft__id, rocket__spacecraftflight__spacecraft__name, rocket__spacecraftflight__spacecraft__name__icontains, serial_number, slug, spacecraft_config__ids, status, status__ids, video_url, window_end__gt, window_end__gte, window_end__lt, window_end__lte, window_start__gt, window_start__gte, window_start__lt, window_start__lte, year

Example - /launches/previous/?pad__location=13

Fields searched - launch_designator, launch_service_provider__name, mission__name, name, pad__location__name, pad__name, rocket__configuration__manufacturer__abbrev, rocket__configuration__manufacturer__name, rocket__configuration__name, rocket__spacecraftflight__spacecraft__name

Example - /launches/previous/?search=Starlink

Ordering

Fields - id, last_updated, name, net

Example - /launches/previous/?ordering=-last_updated

Number of results

Use limit to control the number of objects in the response (max 100)

Example - /launches/previous/?limit=2

Format

Switch to JSON output - /launches/previous/?format=json

Help

Find all the FAQs and support links on the documentation homepage - lldev.thespacedevs.com/docs

GET /2.3.0/launches/previous/?format=api&offset=4120&ordering=last_updated
HTTP 200 OK
Allow: GET
Content-Type: application/json
Vary: Accept

{
  "count": 7504,
  "next": "https://lldev.thespacedevs.com/2.3.0/launches/previous/?format=api&limit=10&offset=4130&ordering=last_updated",
  "previous": "https://lldev.thespacedevs.com/2.3.0/launches/previous/?format=api&limit=10&offset=4110&ordering=last_updated",
  "results": [
    {
      "id": "ab5618d7-5aaf-404a-87ea-1b3bde113f03",
      "url": "https://lldev.thespacedevs.com/2.3.0/launches/ab5618d7-5aaf-404a-87ea-1b3bde113f03/?format=api",
      "name": "Soyuz U | Zenit-4MKM 39",
      "response_mode": "normal",
      "slug": "soyuz-u-zenit-4mkm-39",
      "launch_designator": "1980-082",
      "status": {
        "id": 3,
        "name": "Launch Successful",
        "abbrev": "Success",
        "description": "The launch vehicle successfully inserted its payload(s) into the target orbit(s)."
      },
      "last_updated": "2023-06-14T04:29:13Z",
      "net": "1980-10-10T13:10:00Z",
      "net_precision": null,
      "window_end": "1980-10-10T13:10:00Z",
      "window_start": "1980-10-10T13:10:00Z",
      "image": {
        "id": 1835,
        "name": "[AUTO] Soyuz U - image",
        "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/soyuz2520u_image_20190222031023.jpeg",
        "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305193909.jpeg",
        "credit": null,
        "license": {
          "id": 1,
          "name": "Unknown",
          "priority": 9,
          "link": null
        },
        "single_use": true,
        "variants": []
      },
      "infographic": null,
      "probability": null,
      "weather_concerns": null,
      "failreason": null,
      "hashtag": null,
      "launch_service_provider": {
        "response_mode": "list",
        "id": 66,
        "url": "https://lldev.thespacedevs.com/2.3.0/agencies/66/?format=api",
        "name": "Soviet Space Program",
        "abbrev": "CCCP",
        "type": {
          "id": 1,
          "name": "Government"
        }
      },
      "rocket": {
        "id": 5211,
        "configuration": {
          "response_mode": "list",
          "id": 37,
          "url": "https://lldev.thespacedevs.com/2.3.0/launcher_configurations/37/?format=api",
          "name": "Soyuz U",
          "families": [
            {
              "response_mode": "list",
              "id": 147,
              "name": "Soyuz"
            }
          ],
          "full_name": "Soyuz U",
          "variant": ""
        }
      },
      "mission": {
        "id": 3621,
        "name": "Zenit-4MKM 39",
        "type": "Government/Top Secret",
        "description": "High-resolution film-return Zenit reconnaissance satellite",
        "image": null,
        "orbit": {
          "id": 8,
          "name": "Low Earth Orbit",
          "abbrev": "LEO",
          "celestial_body": {
            "response_mode": "list",
            "id": 1,
            "name": "Earth"
          }
        },
        "agencies": [],
        "info_urls": [],
        "vid_urls": []
      },
      "pad": {
        "id": 168,
        "url": "https://lldev.thespacedevs.com/2.3.0/pads/168/?format=api",
        "active": true,
        "agencies": [],
        "name": "41/1",
        "image": null,
        "description": null,
        "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,
        "country": {
          "id": 5,
          "name": "Russia",
          "alpha_2_code": "RU",
          "alpha_3_code": "RUS",
          "nationality_name": "Russian",
          "nationality_name_composed": "Russo"
        },
        "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/pad_168_20200803143446.jpg",
        "total_launch_count": 310,
        "orbital_launch_attempt_count": 310,
        "fastest_turnaround": "P1DT20H45M10S",
        "location": {
          "response_mode": "normal",
          "id": 6,
          "url": "https://lldev.thespacedevs.com/2.3.0/locations/6/?format=api",
          "name": "Plesetsk Cosmodrome, Russian Federation",
          "celestial_body": {
            "response_mode": "normal",
            "id": 1,
            "name": "Earth",
            "type": {
              "id": 1,
              "name": "Planet"
            },
            "diameter": 12742000.0,
            "mass": 5.972168e+24,
            "gravity": 9.80655,
            "length_of_day": "1 00:00:00",
            "atmosphere": true,
            "image": {
              "id": 2040,
              "name": "Earth (Apollo 17)",
              "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/earth_2528apol_image_20240402194304.jpeg",
              "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/earth_2528apol_image_thumbnail_20240402194305.jpeg",
              "credit": "NASA",
              "license": {
                "id": 4,
                "name": "NASA Image and Media Guidelines",
                "priority": 0,
                "link": "https://www.nasa.gov/nasa-brand-center/images-and-media/"
              },
              "single_use": true,
              "variants": []
            },
            "description": "Earth is the third planet from the Sun and the only astronomical object known to harbor life.",
            "wiki_url": "https://en.wikipedia.org/wiki/Earth",
            "total_attempted_launches": 7492,
            "successful_launches": 6936,
            "failed_launches": 556,
            "total_attempted_landings": 1298,
            "successful_landings": 1251,
            "failed_landings": 47
          },
          "active": true,
          "country": {
            "id": 5,
            "name": "Russia",
            "alpha_2_code": "RU",
            "alpha_3_code": "RUS",
            "nationality_name": "Russian",
            "nationality_name_composed": "Russo"
          },
          "description": "Plesetsk Cosmodrome is a Russian spaceport located in Mirny, Arkhangelsk Oblast, about 800 km north of Moscow and approximately 200 km south of Arkhangelsk. Originally developed as an ICBM site for the R-7 missile, it also served for numerous satellite launches using the R-7 and other rockets. Its high latitude makes it useful only for certain types of launches, especially the Molniya orbits, so for much of the site's history it functioned as a secondary location, with most orbital launches taking place from Baikonur, in the Kazakh SSR. With the end of the Soviet Union, Baikonur became a foreign territory, and Kazakhstan charged $115 million usage fees annually. Consequently, Plesetsk has seen considerably more activity since the 2000s.",
          "image": {
            "id": 1461,
            "name": "Soyuz 2.1b/Fregat-M liftoff from pad 43/3 (Glonass-K2 No. 13, Kosmos 2569)",
            "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/soyuz25202.1b_image_20230807181912.jpg",
            "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305192834.jpeg",
            "credit": "Mil.ru",
            "license": {
              "id": 30,
              "name": "CC BY 4.0",
              "priority": 4,
              "link": "https://creativecommons.org/licenses/by/4.0/"
            },
            "single_use": false,
            "variants": []
          },
          "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/location_6_20200803142434.jpg",
          "longitude": 40.577778,
          "latitude": 62.925556,
          "timezone_name": "Europe/Moscow",
          "total_launch_count": 1685,
          "total_landing_count": 0
        }
      },
      "webcast_live": false,
      "program": [],
      "orbital_launch_attempt_count": 2367,
      "location_launch_attempt_count": 773,
      "pad_launch_attempt_count": 187,
      "agency_launch_attempt_count": 1432,
      "orbital_launch_attempt_count_year": 84,
      "location_launch_attempt_count_year": 50,
      "pad_launch_attempt_count_year": 19,
      "agency_launch_attempt_count_year": 70
    },
    {
      "id": "cf748eec-e8ef-4be7-9542-6c4a4dc2bbca",
      "url": "https://lldev.thespacedevs.com/2.3.0/launches/cf748eec-e8ef-4be7-9542-6c4a4dc2bbca/?format=api",
      "name": "Soyuz U | Resurs-F1 17F41 12L",
      "response_mode": "normal",
      "slug": "soyuz-u-resurs-f1-17f41-12l",
      "launch_designator": "1980-046",
      "status": {
        "id": 3,
        "name": "Launch Successful",
        "abbrev": "Success",
        "description": "The launch vehicle successfully inserted its payload(s) into the target orbit(s)."
      },
      "last_updated": "2023-06-14T04:29:13Z",
      "net": "1980-06-06T07:00:00Z",
      "net_precision": null,
      "window_end": "1980-06-06T07:00:00Z",
      "window_start": "1980-06-06T07:00:00Z",
      "image": {
        "id": 1835,
        "name": "[AUTO] Soyuz U - image",
        "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/soyuz2520u_image_20190222031023.jpeg",
        "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305193909.jpeg",
        "credit": null,
        "license": {
          "id": 1,
          "name": "Unknown",
          "priority": 9,
          "link": null
        },
        "single_use": true,
        "variants": []
      },
      "infographic": null,
      "probability": null,
      "weather_concerns": null,
      "failreason": null,
      "hashtag": null,
      "launch_service_provider": {
        "response_mode": "list",
        "id": 66,
        "url": "https://lldev.thespacedevs.com/2.3.0/agencies/66/?format=api",
        "name": "Soviet Space Program",
        "abbrev": "CCCP",
        "type": {
          "id": 1,
          "name": "Government"
        }
      },
      "rocket": {
        "id": 5178,
        "configuration": {
          "response_mode": "list",
          "id": 37,
          "url": "https://lldev.thespacedevs.com/2.3.0/launcher_configurations/37/?format=api",
          "name": "Soyuz U",
          "families": [
            {
              "response_mode": "list",
              "id": 147,
              "name": "Soyuz"
            }
          ],
          "full_name": "Soyuz U",
          "variant": ""
        }
      },
      "mission": {
        "id": 3589,
        "name": "Resurs-F1 17F41 12L",
        "type": "Earth Science",
        "description": "Resurs-F1 (17F41) type film-return Earth observation satellite",
        "image": null,
        "orbit": {
          "id": 17,
          "name": "Sun-Synchronous Orbit",
          "abbrev": "SSO",
          "celestial_body": {
            "response_mode": "list",
            "id": 1,
            "name": "Earth"
          }
        },
        "agencies": [],
        "info_urls": [],
        "vid_urls": []
      },
      "pad": {
        "id": 168,
        "url": "https://lldev.thespacedevs.com/2.3.0/pads/168/?format=api",
        "active": true,
        "agencies": [],
        "name": "41/1",
        "image": null,
        "description": null,
        "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,
        "country": {
          "id": 5,
          "name": "Russia",
          "alpha_2_code": "RU",
          "alpha_3_code": "RUS",
          "nationality_name": "Russian",
          "nationality_name_composed": "Russo"
        },
        "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/pad_168_20200803143446.jpg",
        "total_launch_count": 310,
        "orbital_launch_attempt_count": 310,
        "fastest_turnaround": "P1DT20H45M10S",
        "location": {
          "response_mode": "normal",
          "id": 6,
          "url": "https://lldev.thespacedevs.com/2.3.0/locations/6/?format=api",
          "name": "Plesetsk Cosmodrome, Russian Federation",
          "celestial_body": {
            "response_mode": "normal",
            "id": 1,
            "name": "Earth",
            "type": {
              "id": 1,
              "name": "Planet"
            },
            "diameter": 12742000.0,
            "mass": 5.972168e+24,
            "gravity": 9.80655,
            "length_of_day": "1 00:00:00",
            "atmosphere": true,
            "image": {
              "id": 2040,
              "name": "Earth (Apollo 17)",
              "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/earth_2528apol_image_20240402194304.jpeg",
              "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/earth_2528apol_image_thumbnail_20240402194305.jpeg",
              "credit": "NASA",
              "license": {
                "id": 4,
                "name": "NASA Image and Media Guidelines",
                "priority": 0,
                "link": "https://www.nasa.gov/nasa-brand-center/images-and-media/"
              },
              "single_use": true,
              "variants": []
            },
            "description": "Earth is the third planet from the Sun and the only astronomical object known to harbor life.",
            "wiki_url": "https://en.wikipedia.org/wiki/Earth",
            "total_attempted_launches": 7492,
            "successful_launches": 6936,
            "failed_launches": 556,
            "total_attempted_landings": 1298,
            "successful_landings": 1251,
            "failed_landings": 47
          },
          "active": true,
          "country": {
            "id": 5,
            "name": "Russia",
            "alpha_2_code": "RU",
            "alpha_3_code": "RUS",
            "nationality_name": "Russian",
            "nationality_name_composed": "Russo"
          },
          "description": "Plesetsk Cosmodrome is a Russian spaceport located in Mirny, Arkhangelsk Oblast, about 800 km north of Moscow and approximately 200 km south of Arkhangelsk. Originally developed as an ICBM site for the R-7 missile, it also served for numerous satellite launches using the R-7 and other rockets. Its high latitude makes it useful only for certain types of launches, especially the Molniya orbits, so for much of the site's history it functioned as a secondary location, with most orbital launches taking place from Baikonur, in the Kazakh SSR. With the end of the Soviet Union, Baikonur became a foreign territory, and Kazakhstan charged $115 million usage fees annually. Consequently, Plesetsk has seen considerably more activity since the 2000s.",
          "image": {
            "id": 1461,
            "name": "Soyuz 2.1b/Fregat-M liftoff from pad 43/3 (Glonass-K2 No. 13, Kosmos 2569)",
            "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/soyuz25202.1b_image_20230807181912.jpg",
            "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305192834.jpeg",
            "credit": "Mil.ru",
            "license": {
              "id": 30,
              "name": "CC BY 4.0",
              "priority": 4,
              "link": "https://creativecommons.org/licenses/by/4.0/"
            },
            "single_use": false,
            "variants": []
          },
          "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/location_6_20200803142434.jpg",
          "longitude": 40.577778,
          "latitude": 62.925556,
          "timezone_name": "Europe/Moscow",
          "total_launch_count": 1685,
          "total_landing_count": 0
        }
      },
      "webcast_live": false,
      "program": [],
      "orbital_launch_attempt_count": 2330,
      "location_launch_attempt_count": 749,
      "pad_launch_attempt_count": 174,
      "agency_launch_attempt_count": 1399,
      "orbital_launch_attempt_count_year": 47,
      "location_launch_attempt_count_year": 26,
      "pad_launch_attempt_count_year": 6,
      "agency_launch_attempt_count_year": 37
    },
    {
      "id": "d70956d0-de77-4a8f-9d54-b101211012ce",
      "url": "https://lldev.thespacedevs.com/2.3.0/launches/d70956d0-de77-4a8f-9d54-b101211012ce/?format=api",
      "name": "Molniya-M | Molniya-1T 61",
      "response_mode": "normal",
      "slug": "molniya-m-molniya-1t-61",
      "launch_designator": "1984-085",
      "status": {
        "id": 3,
        "name": "Launch Successful",
        "abbrev": "Success",
        "description": "The launch vehicle successfully inserted its payload(s) into the target orbit(s)."
      },
      "last_updated": "2023-06-14T04:29:13Z",
      "net": "1984-08-10T00:03:58Z",
      "net_precision": null,
      "window_end": "1984-08-10T00:03:58Z",
      "window_start": "1984-08-10T00:03:58Z",
      "image": {
        "id": 2509,
        "name": "Molniya M",
        "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/molniya_m_image_20251102061752.jpg",
        "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/molniya_m_image_thumbnail_20251102061752.jpeg",
        "credit": "Jonathan Space Report",
        "license": {
          "id": 1,
          "name": "Unknown",
          "priority": 9,
          "link": null
        },
        "single_use": true,
        "variants": []
      },
      "infographic": null,
      "probability": null,
      "weather_concerns": null,
      "failreason": null,
      "hashtag": null,
      "launch_service_provider": {
        "response_mode": "list",
        "id": 66,
        "url": "https://lldev.thespacedevs.com/2.3.0/agencies/66/?format=api",
        "name": "Soviet Space Program",
        "abbrev": "CCCP",
        "type": {
          "id": 1,
          "name": "Government"
        }
      },
      "rocket": {
        "id": 5669,
        "configuration": {
          "response_mode": "list",
          "id": 106,
          "url": "https://lldev.thespacedevs.com/2.3.0/launcher_configurations/106/?format=api",
          "name": "Molniya-M",
          "families": [
            {
              "response_mode": "list",
              "id": 122,
              "name": "R-7"
            }
          ],
          "full_name": "Molniya-M 2BL",
          "variant": "2BL"
        }
      },
      "mission": {
        "id": 4071,
        "name": "Molniya-1T 61",
        "type": "Communications",
        "description": "Military communications satellite in a highly elliptic orbit",
        "image": null,
        "orbit": {
          "id": 0,
          "name": "Elliptical Orbit",
          "abbrev": "Elliptical",
          "celestial_body": {
            "response_mode": "list",
            "id": 1,
            "name": "Earth"
          }
        },
        "agencies": [],
        "info_urls": [],
        "vid_urls": []
      },
      "pad": {
        "id": 168,
        "url": "https://lldev.thespacedevs.com/2.3.0/pads/168/?format=api",
        "active": true,
        "agencies": [],
        "name": "41/1",
        "image": null,
        "description": null,
        "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,
        "country": {
          "id": 5,
          "name": "Russia",
          "alpha_2_code": "RU",
          "alpha_3_code": "RUS",
          "nationality_name": "Russian",
          "nationality_name_composed": "Russo"
        },
        "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/pad_168_20200803143446.jpg",
        "total_launch_count": 310,
        "orbital_launch_attempt_count": 310,
        "fastest_turnaround": "P1DT20H45M10S",
        "location": {
          "response_mode": "normal",
          "id": 6,
          "url": "https://lldev.thespacedevs.com/2.3.0/locations/6/?format=api",
          "name": "Plesetsk Cosmodrome, Russian Federation",
          "celestial_body": {
            "response_mode": "normal",
            "id": 1,
            "name": "Earth",
            "type": {
              "id": 1,
              "name": "Planet"
            },
            "diameter": 12742000.0,
            "mass": 5.972168e+24,
            "gravity": 9.80655,
            "length_of_day": "1 00:00:00",
            "atmosphere": true,
            "image": {
              "id": 2040,
              "name": "Earth (Apollo 17)",
              "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/earth_2528apol_image_20240402194304.jpeg",
              "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/earth_2528apol_image_thumbnail_20240402194305.jpeg",
              "credit": "NASA",
              "license": {
                "id": 4,
                "name": "NASA Image and Media Guidelines",
                "priority": 0,
                "link": "https://www.nasa.gov/nasa-brand-center/images-and-media/"
              },
              "single_use": true,
              "variants": []
            },
            "description": "Earth is the third planet from the Sun and the only astronomical object known to harbor life.",
            "wiki_url": "https://en.wikipedia.org/wiki/Earth",
            "total_attempted_launches": 7492,
            "successful_launches": 6936,
            "failed_launches": 556,
            "total_attempted_landings": 1298,
            "successful_landings": 1251,
            "failed_landings": 47
          },
          "active": true,
          "country": {
            "id": 5,
            "name": "Russia",
            "alpha_2_code": "RU",
            "alpha_3_code": "RUS",
            "nationality_name": "Russian",
            "nationality_name_composed": "Russo"
          },
          "description": "Plesetsk Cosmodrome is a Russian spaceport located in Mirny, Arkhangelsk Oblast, about 800 km north of Moscow and approximately 200 km south of Arkhangelsk. Originally developed as an ICBM site for the R-7 missile, it also served for numerous satellite launches using the R-7 and other rockets. Its high latitude makes it useful only for certain types of launches, especially the Molniya orbits, so for much of the site's history it functioned as a secondary location, with most orbital launches taking place from Baikonur, in the Kazakh SSR. With the end of the Soviet Union, Baikonur became a foreign territory, and Kazakhstan charged $115 million usage fees annually. Consequently, Plesetsk has seen considerably more activity since the 2000s.",
          "image": {
            "id": 1461,
            "name": "Soyuz 2.1b/Fregat-M liftoff from pad 43/3 (Glonass-K2 No. 13, Kosmos 2569)",
            "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/soyuz25202.1b_image_20230807181912.jpg",
            "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305192834.jpeg",
            "credit": "Mil.ru",
            "license": {
              "id": 30,
              "name": "CC BY 4.0",
              "priority": 4,
              "link": "https://creativecommons.org/licenses/by/4.0/"
            },
            "single_use": false,
            "variants": []
          },
          "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/location_6_20200803142434.jpg",
          "longitude": 40.577778,
          "latitude": 62.925556,
          "timezone_name": "Europe/Moscow",
          "total_launch_count": 1685,
          "total_landing_count": 0
        }
      },
      "webcast_live": false,
      "program": [],
      "orbital_launch_attempt_count": 2860,
      "location_launch_attempt_count": 1012,
      "pad_launch_attempt_count": 260,
      "agency_launch_attempt_count": 1826,
      "orbital_launch_attempt_count_year": 85,
      "location_launch_attempt_count_year": 43,
      "pad_launch_attempt_count_year": 12,
      "agency_launch_attempt_count_year": 67
    },
    {
      "id": "d5292571-3ee3-4877-a743-1287989527ff",
      "url": "https://lldev.thespacedevs.com/2.3.0/launches/d5292571-3ee3-4877-a743-1287989527ff/?format=api",
      "name": "Voskhod | Zenit-4M 58",
      "response_mode": "normal",
      "slug": "voskhod-zenit-4m-58",
      "launch_designator": "1973-079",
      "status": {
        "id": 3,
        "name": "Launch Successful",
        "abbrev": "Success",
        "description": "The launch vehicle successfully inserted its payload(s) into the target orbit(s)."
      },
      "last_updated": "2023-06-14T04:29:14Z",
      "net": "1973-10-27T11:09:59Z",
      "net_precision": null,
      "window_end": "1973-10-27T11:09:59Z",
      "window_start": "1973-10-27T11:09:59Z",
      "image": {
        "id": 2510,
        "name": "Voskhod during assembly",
        "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/voskhod_during__image_20251102062248.jpg",
        "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/voskhod_during__image_thumbnail_20251102062248.jpeg",
        "credit": "RKK Energia",
        "license": {
          "id": 1,
          "name": "Unknown",
          "priority": 9,
          "link": null
        },
        "single_use": true,
        "variants": []
      },
      "infographic": null,
      "probability": null,
      "weather_concerns": null,
      "failreason": null,
      "hashtag": null,
      "launch_service_provider": {
        "response_mode": "list",
        "id": 66,
        "url": "https://lldev.thespacedevs.com/2.3.0/agencies/66/?format=api",
        "name": "Soviet Space Program",
        "abbrev": "CCCP",
        "type": {
          "id": 1,
          "name": "Government"
        }
      },
      "rocket": {
        "id": 4409,
        "configuration": {
          "response_mode": "list",
          "id": 104,
          "url": "https://lldev.thespacedevs.com/2.3.0/launcher_configurations/104/?format=api",
          "name": "Voskhod",
          "families": [
            {
              "response_mode": "list",
              "id": 122,
              "name": "R-7"
            }
          ],
          "full_name": "Voskhod",
          "variant": "Voskhod"
        }
      },
      "mission": {
        "id": 2827,
        "name": "Zenit-4M 58",
        "type": "Government/Top Secret",
        "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.",
        "image": null,
        "orbit": {
          "id": 8,
          "name": "Low Earth Orbit",
          "abbrev": "LEO",
          "celestial_body": {
            "response_mode": "list",
            "id": 1,
            "name": "Earth"
          }
        },
        "agencies": [],
        "info_urls": [],
        "vid_urls": []
      },
      "pad": {
        "id": 168,
        "url": "https://lldev.thespacedevs.com/2.3.0/pads/168/?format=api",
        "active": true,
        "agencies": [],
        "name": "41/1",
        "image": null,
        "description": null,
        "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,
        "country": {
          "id": 5,
          "name": "Russia",
          "alpha_2_code": "RU",
          "alpha_3_code": "RUS",
          "nationality_name": "Russian",
          "nationality_name_composed": "Russo"
        },
        "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/pad_168_20200803143446.jpg",
        "total_launch_count": 310,
        "orbital_launch_attempt_count": 310,
        "fastest_turnaround": "P1DT20H45M10S",
        "location": {
          "response_mode": "normal",
          "id": 6,
          "url": "https://lldev.thespacedevs.com/2.3.0/locations/6/?format=api",
          "name": "Plesetsk Cosmodrome, Russian Federation",
          "celestial_body": {
            "response_mode": "normal",
            "id": 1,
            "name": "Earth",
            "type": {
              "id": 1,
              "name": "Planet"
            },
            "diameter": 12742000.0,
            "mass": 5.972168e+24,
            "gravity": 9.80655,
            "length_of_day": "1 00:00:00",
            "atmosphere": true,
            "image": {
              "id": 2040,
              "name": "Earth (Apollo 17)",
              "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/earth_2528apol_image_20240402194304.jpeg",
              "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/earth_2528apol_image_thumbnail_20240402194305.jpeg",
              "credit": "NASA",
              "license": {
                "id": 4,
                "name": "NASA Image and Media Guidelines",
                "priority": 0,
                "link": "https://www.nasa.gov/nasa-brand-center/images-and-media/"
              },
              "single_use": true,
              "variants": []
            },
            "description": "Earth is the third planet from the Sun and the only astronomical object known to harbor life.",
            "wiki_url": "https://en.wikipedia.org/wiki/Earth",
            "total_attempted_launches": 7492,
            "successful_launches": 6936,
            "failed_launches": 556,
            "total_attempted_landings": 1298,
            "successful_landings": 1251,
            "failed_landings": 47
          },
          "active": true,
          "country": {
            "id": 5,
            "name": "Russia",
            "alpha_2_code": "RU",
            "alpha_3_code": "RUS",
            "nationality_name": "Russian",
            "nationality_name_composed": "Russo"
          },
          "description": "Plesetsk Cosmodrome is a Russian spaceport located in Mirny, Arkhangelsk Oblast, about 800 km north of Moscow and approximately 200 km south of Arkhangelsk. Originally developed as an ICBM site for the R-7 missile, it also served for numerous satellite launches using the R-7 and other rockets. Its high latitude makes it useful only for certain types of launches, especially the Molniya orbits, so for much of the site's history it functioned as a secondary location, with most orbital launches taking place from Baikonur, in the Kazakh SSR. With the end of the Soviet Union, Baikonur became a foreign territory, and Kazakhstan charged $115 million usage fees annually. Consequently, Plesetsk has seen considerably more activity since the 2000s.",
          "image": {
            "id": 1461,
            "name": "Soyuz 2.1b/Fregat-M liftoff from pad 43/3 (Glonass-K2 No. 13, Kosmos 2569)",
            "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/soyuz25202.1b_image_20230807181912.jpg",
            "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305192834.jpeg",
            "credit": "Mil.ru",
            "license": {
              "id": 30,
              "name": "CC BY 4.0",
              "priority": 4,
              "link": "https://creativecommons.org/licenses/by/4.0/"
            },
            "single_use": false,
            "variants": []
          },
          "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/location_6_20200803142434.jpg",
          "longitude": 40.577778,
          "latitude": 62.925556,
          "timezone_name": "Europe/Moscow",
          "total_launch_count": 1685,
          "total_landing_count": 0
        }
      },
      "webcast_live": false,
      "program": [],
      "orbital_launch_attempt_count": 1508,
      "location_launch_attempt_count": 319,
      "pad_launch_attempt_count": 108,
      "agency_launch_attempt_count": 778,
      "orbital_launch_attempt_count_year": 86,
      "location_launch_attempt_count_year": 45,
      "pad_launch_attempt_count_year": 15,
      "agency_launch_attempt_count_year": 66
    },
    {
      "id": "c0669d73-4d65-45cc-8857-8a015dd2d768",
      "url": "https://lldev.thespacedevs.com/2.3.0/launches/c0669d73-4d65-45cc-8857-8a015dd2d768/?format=api",
      "name": "Vostok 8A92M | Meteor-1 7",
      "response_mode": "normal",
      "slug": "vostok-8a92m-meteor-1-7",
      "launch_designator": "1967-039",
      "status": {
        "id": 3,
        "name": "Launch Successful",
        "abbrev": "Success",
        "description": "The launch vehicle successfully inserted its payload(s) into the target orbit(s)."
      },
      "last_updated": "2023-06-14T04:29:14Z",
      "net": "1967-04-27T12:50:02Z",
      "net_precision": null,
      "window_end": "1967-04-27T12:50:02Z",
      "window_start": "1967-04-27T12:50:02Z",
      "image": {
        "id": 2572,
        "name": "The full-scale model of the Vostok-2M (8A292M) carrier rocket installed as a monument on the territory of the RSC Energia in Korolyov, Moscow Oblast, Russia",
        "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/the_full-scale__image_20251127090310.jpg",
        "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/the_full-scale__image_thumbnail_20251127090311.jpeg",
        "credit": "Dmitry Ivanov",
        "license": {
          "id": 20,
          "name": "CC BY-SA 4.0",
          "priority": 6,
          "link": "https://creativecommons.org/licenses/by-sa/4.0/"
        },
        "single_use": true,
        "variants": []
      },
      "infographic": null,
      "probability": null,
      "weather_concerns": null,
      "failreason": null,
      "hashtag": null,
      "launch_service_provider": {
        "response_mode": "list",
        "id": 66,
        "url": "https://lldev.thespacedevs.com/2.3.0/agencies/66/?format=api",
        "name": "Soviet Space Program",
        "abbrev": "CCCP",
        "type": {
          "id": 1,
          "name": "Government"
        }
      },
      "rocket": {
        "id": 3650,
        "configuration": {
          "response_mode": "list",
          "id": 452,
          "url": "https://lldev.thespacedevs.com/2.3.0/launcher_configurations/452/?format=api",
          "name": "Vostok 8A92M",
          "families": [
            {
              "response_mode": "list",
              "id": 169,
              "name": "Vostok"
            }
          ],
          "full_name": "Vostok 8A92M",
          "variant": "8A92M"
        }
      },
      "mission": {
        "id": 2068,
        "name": "Meteor-1 7",
        "type": "Earth Science",
        "description": "The Meteor-1 series was the first series of Soviet meteorological satellites.",
        "image": null,
        "orbit": {
          "id": 8,
          "name": "Low Earth Orbit",
          "abbrev": "LEO",
          "celestial_body": {
            "response_mode": "list",
            "id": 1,
            "name": "Earth"
          }
        },
        "agencies": [],
        "info_urls": [],
        "vid_urls": []
      },
      "pad": {
        "id": 168,
        "url": "https://lldev.thespacedevs.com/2.3.0/pads/168/?format=api",
        "active": true,
        "agencies": [],
        "name": "41/1",
        "image": null,
        "description": null,
        "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,
        "country": {
          "id": 5,
          "name": "Russia",
          "alpha_2_code": "RU",
          "alpha_3_code": "RUS",
          "nationality_name": "Russian",
          "nationality_name_composed": "Russo"
        },
        "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/pad_168_20200803143446.jpg",
        "total_launch_count": 310,
        "orbital_launch_attempt_count": 310,
        "fastest_turnaround": "P1DT20H45M10S",
        "location": {
          "response_mode": "normal",
          "id": 6,
          "url": "https://lldev.thespacedevs.com/2.3.0/locations/6/?format=api",
          "name": "Plesetsk Cosmodrome, Russian Federation",
          "celestial_body": {
            "response_mode": "normal",
            "id": 1,
            "name": "Earth",
            "type": {
              "id": 1,
              "name": "Planet"
            },
            "diameter": 12742000.0,
            "mass": 5.972168e+24,
            "gravity": 9.80655,
            "length_of_day": "1 00:00:00",
            "atmosphere": true,
            "image": {
              "id": 2040,
              "name": "Earth (Apollo 17)",
              "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/earth_2528apol_image_20240402194304.jpeg",
              "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/earth_2528apol_image_thumbnail_20240402194305.jpeg",
              "credit": "NASA",
              "license": {
                "id": 4,
                "name": "NASA Image and Media Guidelines",
                "priority": 0,
                "link": "https://www.nasa.gov/nasa-brand-center/images-and-media/"
              },
              "single_use": true,
              "variants": []
            },
            "description": "Earth is the third planet from the Sun and the only astronomical object known to harbor life.",
            "wiki_url": "https://en.wikipedia.org/wiki/Earth",
            "total_attempted_launches": 7492,
            "successful_launches": 6936,
            "failed_launches": 556,
            "total_attempted_landings": 1298,
            "successful_landings": 1251,
            "failed_landings": 47
          },
          "active": true,
          "country": {
            "id": 5,
            "name": "Russia",
            "alpha_2_code": "RU",
            "alpha_3_code": "RUS",
            "nationality_name": "Russian",
            "nationality_name_composed": "Russo"
          },
          "description": "Plesetsk Cosmodrome is a Russian spaceport located in Mirny, Arkhangelsk Oblast, about 800 km north of Moscow and approximately 200 km south of Arkhangelsk. Originally developed as an ICBM site for the R-7 missile, it also served for numerous satellite launches using the R-7 and other rockets. Its high latitude makes it useful only for certain types of launches, especially the Molniya orbits, so for much of the site's history it functioned as a secondary location, with most orbital launches taking place from Baikonur, in the Kazakh SSR. With the end of the Soviet Union, Baikonur became a foreign territory, and Kazakhstan charged $115 million usage fees annually. Consequently, Plesetsk has seen considerably more activity since the 2000s.",
          "image": {
            "id": 1461,
            "name": "Soyuz 2.1b/Fregat-M liftoff from pad 43/3 (Glonass-K2 No. 13, Kosmos 2569)",
            "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/soyuz25202.1b_image_20230807181912.jpg",
            "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305192834.jpeg",
            "credit": "Mil.ru",
            "license": {
              "id": 30,
              "name": "CC BY 4.0",
              "priority": 4,
              "link": "https://creativecommons.org/licenses/by/4.0/"
            },
            "single_use": false,
            "variants": []
          },
          "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/location_6_20200803142434.jpg",
          "longitude": 40.577778,
          "latitude": 62.925556,
          "timezone_name": "Europe/Moscow",
          "total_launch_count": 1685,
          "total_landing_count": 0
        }
      },
      "webcast_live": false,
      "program": [],
      "orbital_launch_attempt_count": 692,
      "location_launch_attempt_count": 16,
      "pad_launch_attempt_count": 14,
      "agency_launch_attempt_count": 236,
      "orbital_launch_attempt_count_year": 44,
      "location_launch_attempt_count_year": 9,
      "pad_launch_attempt_count_year": 7,
      "agency_launch_attempt_count_year": 21
    },
    {
      "id": "e6f8f7c1-615a-489f-8cd5-937050408f84",
      "url": "https://lldev.thespacedevs.com/2.3.0/launches/e6f8f7c1-615a-489f-8cd5-937050408f84/?format=api",
      "name": "Voskhod | Zenit-4 27",
      "response_mode": "normal",
      "slug": "voskhod-zenit-4-27",
      "launch_designator": "1967-025",
      "status": {
        "id": 3,
        "name": "Launch Successful",
        "abbrev": "Success",
        "description": "The launch vehicle successfully inserted its payload(s) into the target orbit(s)."
      },
      "last_updated": "2023-06-14T04:29:14Z",
      "net": "1967-03-22T12:44:59Z",
      "net_precision": null,
      "window_end": "1967-03-22T12:44:59Z",
      "window_start": "1967-03-22T12:44:59Z",
      "image": {
        "id": 2510,
        "name": "Voskhod during assembly",
        "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/voskhod_during__image_20251102062248.jpg",
        "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/voskhod_during__image_thumbnail_20251102062248.jpeg",
        "credit": "RKK Energia",
        "license": {
          "id": 1,
          "name": "Unknown",
          "priority": 9,
          "link": null
        },
        "single_use": true,
        "variants": []
      },
      "infographic": null,
      "probability": null,
      "weather_concerns": null,
      "failreason": null,
      "hashtag": null,
      "launch_service_provider": {
        "response_mode": "list",
        "id": 66,
        "url": "https://lldev.thespacedevs.com/2.3.0/agencies/66/?format=api",
        "name": "Soviet Space Program",
        "abbrev": "CCCP",
        "type": {
          "id": 1,
          "name": "Government"
        }
      },
      "rocket": {
        "id": 3634,
        "configuration": {
          "response_mode": "list",
          "id": 104,
          "url": "https://lldev.thespacedevs.com/2.3.0/launcher_configurations/104/?format=api",
          "name": "Voskhod",
          "families": [
            {
              "response_mode": "list",
              "id": 122,
              "name": "R-7"
            }
          ],
          "full_name": "Voskhod",
          "variant": "Voskhod"
        }
      },
      "mission": {
        "id": 2052,
        "name": "Zenit-4 27",
        "type": "Government/Top Secret",
        "description": "Zenit-4 film-return reconnaissance satellite.",
        "image": null,
        "orbit": {
          "id": 8,
          "name": "Low Earth Orbit",
          "abbrev": "LEO",
          "celestial_body": {
            "response_mode": "list",
            "id": 1,
            "name": "Earth"
          }
        },
        "agencies": [],
        "info_urls": [],
        "vid_urls": []
      },
      "pad": {
        "id": 168,
        "url": "https://lldev.thespacedevs.com/2.3.0/pads/168/?format=api",
        "active": true,
        "agencies": [],
        "name": "41/1",
        "image": null,
        "description": null,
        "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,
        "country": {
          "id": 5,
          "name": "Russia",
          "alpha_2_code": "RU",
          "alpha_3_code": "RUS",
          "nationality_name": "Russian",
          "nationality_name_composed": "Russo"
        },
        "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/pad_168_20200803143446.jpg",
        "total_launch_count": 310,
        "orbital_launch_attempt_count": 310,
        "fastest_turnaround": "P1DT20H45M10S",
        "location": {
          "response_mode": "normal",
          "id": 6,
          "url": "https://lldev.thespacedevs.com/2.3.0/locations/6/?format=api",
          "name": "Plesetsk Cosmodrome, Russian Federation",
          "celestial_body": {
            "response_mode": "normal",
            "id": 1,
            "name": "Earth",
            "type": {
              "id": 1,
              "name": "Planet"
            },
            "diameter": 12742000.0,
            "mass": 5.972168e+24,
            "gravity": 9.80655,
            "length_of_day": "1 00:00:00",
            "atmosphere": true,
            "image": {
              "id": 2040,
              "name": "Earth (Apollo 17)",
              "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/earth_2528apol_image_20240402194304.jpeg",
              "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/earth_2528apol_image_thumbnail_20240402194305.jpeg",
              "credit": "NASA",
              "license": {
                "id": 4,
                "name": "NASA Image and Media Guidelines",
                "priority": 0,
                "link": "https://www.nasa.gov/nasa-brand-center/images-and-media/"
              },
              "single_use": true,
              "variants": []
            },
            "description": "Earth is the third planet from the Sun and the only astronomical object known to harbor life.",
            "wiki_url": "https://en.wikipedia.org/wiki/Earth",
            "total_attempted_launches": 7492,
            "successful_launches": 6936,
            "failed_launches": 556,
            "total_attempted_landings": 1298,
            "successful_landings": 1251,
            "failed_landings": 47
          },
          "active": true,
          "country": {
            "id": 5,
            "name": "Russia",
            "alpha_2_code": "RU",
            "alpha_3_code": "RUS",
            "nationality_name": "Russian",
            "nationality_name_composed": "Russo"
          },
          "description": "Plesetsk Cosmodrome is a Russian spaceport located in Mirny, Arkhangelsk Oblast, about 800 km north of Moscow and approximately 200 km south of Arkhangelsk. Originally developed as an ICBM site for the R-7 missile, it also served for numerous satellite launches using the R-7 and other rockets. Its high latitude makes it useful only for certain types of launches, especially the Molniya orbits, so for much of the site's history it functioned as a secondary location, with most orbital launches taking place from Baikonur, in the Kazakh SSR. With the end of the Soviet Union, Baikonur became a foreign territory, and Kazakhstan charged $115 million usage fees annually. Consequently, Plesetsk has seen considerably more activity since the 2000s.",
          "image": {
            "id": 1461,
            "name": "Soyuz 2.1b/Fregat-M liftoff from pad 43/3 (Glonass-K2 No. 13, Kosmos 2569)",
            "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/soyuz25202.1b_image_20230807181912.jpg",
            "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305192834.jpeg",
            "credit": "Mil.ru",
            "license": {
              "id": 30,
              "name": "CC BY 4.0",
              "priority": 4,
              "link": "https://creativecommons.org/licenses/by/4.0/"
            },
            "single_use": false,
            "variants": []
          },
          "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/location_6_20200803142434.jpg",
          "longitude": 40.577778,
          "latitude": 62.925556,
          "timezone_name": "Europe/Moscow",
          "total_launch_count": 1685,
          "total_landing_count": 0
        }
      },
      "webcast_live": false,
      "program": [],
      "orbital_launch_attempt_count": 675,
      "location_launch_attempt_count": 13,
      "pad_launch_attempt_count": 12,
      "agency_launch_attempt_count": 228,
      "orbital_launch_attempt_count_year": 27,
      "location_launch_attempt_count_year": 6,
      "pad_launch_attempt_count_year": 5,
      "agency_launch_attempt_count_year": 13
    },
    {
      "id": "94c2359c-a06a-4920-bfe6-e8241ceda239",
      "url": "https://lldev.thespacedevs.com/2.3.0/launches/94c2359c-a06a-4920-bfe6-e8241ceda239/?format=api",
      "name": "Soyuz U | Bion 8",
      "response_mode": "normal",
      "slug": "soyuz-u-bion-8",
      "launch_designator": "1987-083",
      "status": {
        "id": 3,
        "name": "Launch Successful",
        "abbrev": "Success",
        "description": "The launch vehicle successfully inserted its payload(s) into the target orbit(s)."
      },
      "last_updated": "2023-06-14T04:29:14Z",
      "net": "1987-09-29T12:49:59Z",
      "net_precision": null,
      "window_end": "1987-09-29T12:49:59Z",
      "window_start": "1987-09-29T12:49:59Z",
      "image": {
        "id": 1835,
        "name": "[AUTO] Soyuz U - image",
        "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/soyuz2520u_image_20190222031023.jpeg",
        "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305193909.jpeg",
        "credit": null,
        "license": {
          "id": 1,
          "name": "Unknown",
          "priority": 9,
          "link": null
        },
        "single_use": true,
        "variants": []
      },
      "infographic": null,
      "probability": null,
      "weather_concerns": null,
      "failreason": null,
      "hashtag": null,
      "launch_service_provider": {
        "response_mode": "list",
        "id": 66,
        "url": "https://lldev.thespacedevs.com/2.3.0/agencies/66/?format=api",
        "name": "Soviet Space Program",
        "abbrev": "CCCP",
        "type": {
          "id": 1,
          "name": "Government"
        }
      },
      "rocket": {
        "id": 6004,
        "configuration": {
          "response_mode": "list",
          "id": 37,
          "url": "https://lldev.thespacedevs.com/2.3.0/launcher_configurations/37/?format=api",
          "name": "Soyuz U",
          "families": [
            {
              "response_mode": "list",
              "id": 147,
              "name": "Soyuz"
            }
          ],
          "full_name": "Soyuz U",
          "variant": ""
        }
      },
      "mission": {
        "id": 4395,
        "name": "Bion 8",
        "type": "Biology",
        "description": "Biological research satellite carrying live organisms",
        "image": null,
        "orbit": {
          "id": 8,
          "name": "Low Earth Orbit",
          "abbrev": "LEO",
          "celestial_body": {
            "response_mode": "list",
            "id": 1,
            "name": "Earth"
          }
        },
        "agencies": [],
        "info_urls": [],
        "vid_urls": []
      },
      "pad": {
        "id": 168,
        "url": "https://lldev.thespacedevs.com/2.3.0/pads/168/?format=api",
        "active": true,
        "agencies": [],
        "name": "41/1",
        "image": null,
        "description": null,
        "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,
        "country": {
          "id": 5,
          "name": "Russia",
          "alpha_2_code": "RU",
          "alpha_3_code": "RUS",
          "nationality_name": "Russian",
          "nationality_name_composed": "Russo"
        },
        "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/pad_168_20200803143446.jpg",
        "total_launch_count": 310,
        "orbital_launch_attempt_count": 310,
        "fastest_turnaround": "P1DT20H45M10S",
        "location": {
          "response_mode": "normal",
          "id": 6,
          "url": "https://lldev.thespacedevs.com/2.3.0/locations/6/?format=api",
          "name": "Plesetsk Cosmodrome, Russian Federation",
          "celestial_body": {
            "response_mode": "normal",
            "id": 1,
            "name": "Earth",
            "type": {
              "id": 1,
              "name": "Planet"
            },
            "diameter": 12742000.0,
            "mass": 5.972168e+24,
            "gravity": 9.80655,
            "length_of_day": "1 00:00:00",
            "atmosphere": true,
            "image": {
              "id": 2040,
              "name": "Earth (Apollo 17)",
              "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/earth_2528apol_image_20240402194304.jpeg",
              "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/earth_2528apol_image_thumbnail_20240402194305.jpeg",
              "credit": "NASA",
              "license": {
                "id": 4,
                "name": "NASA Image and Media Guidelines",
                "priority": 0,
                "link": "https://www.nasa.gov/nasa-brand-center/images-and-media/"
              },
              "single_use": true,
              "variants": []
            },
            "description": "Earth is the third planet from the Sun and the only astronomical object known to harbor life.",
            "wiki_url": "https://en.wikipedia.org/wiki/Earth",
            "total_attempted_launches": 7492,
            "successful_launches": 6936,
            "failed_launches": 556,
            "total_attempted_landings": 1298,
            "successful_landings": 1251,
            "failed_landings": 47
          },
          "active": true,
          "country": {
            "id": 5,
            "name": "Russia",
            "alpha_2_code": "RU",
            "alpha_3_code": "RUS",
            "nationality_name": "Russian",
            "nationality_name_composed": "Russo"
          },
          "description": "Plesetsk Cosmodrome is a Russian spaceport located in Mirny, Arkhangelsk Oblast, about 800 km north of Moscow and approximately 200 km south of Arkhangelsk. Originally developed as an ICBM site for the R-7 missile, it also served for numerous satellite launches using the R-7 and other rockets. Its high latitude makes it useful only for certain types of launches, especially the Molniya orbits, so for much of the site's history it functioned as a secondary location, with most orbital launches taking place from Baikonur, in the Kazakh SSR. With the end of the Soviet Union, Baikonur became a foreign territory, and Kazakhstan charged $115 million usage fees annually. Consequently, Plesetsk has seen considerably more activity since the 2000s.",
          "image": {
            "id": 1461,
            "name": "Soyuz 2.1b/Fregat-M liftoff from pad 43/3 (Glonass-K2 No. 13, Kosmos 2569)",
            "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/soyuz25202.1b_image_20230807181912.jpg",
            "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305192834.jpeg",
            "credit": "Mil.ru",
            "license": {
              "id": 30,
              "name": "CC BY 4.0",
              "priority": 4,
              "link": "https://creativecommons.org/licenses/by/4.0/"
            },
            "single_use": false,
            "variants": []
          },
          "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/location_6_20200803142434.jpg",
          "longitude": 40.577778,
          "latitude": 62.925556,
          "timezone_name": "Europe/Moscow",
          "total_launch_count": 1685,
          "total_landing_count": 0
        }
      },
      "webcast_live": false,
      "program": [],
      "orbital_launch_attempt_count": 3226,
      "location_launch_attempt_count": 1190,
      "pad_launch_attempt_count": 291,
      "agency_launch_attempt_count": 2123,
      "orbital_launch_attempt_count_year": 87,
      "location_launch_attempt_count_year": 39,
      "pad_launch_attempt_count_year": 6,
      "agency_launch_attempt_count_year": 73
    },
    {
      "id": "ca365578-13a3-417c-8905-ae4eef70e076",
      "url": "https://lldev.thespacedevs.com/2.3.0/launches/ca365578-13a3-417c-8905-ae4eef70e076/?format=api",
      "name": "Voskhod | Zenit-4 64",
      "response_mode": "normal",
      "slug": "voskhod-zenit-4-64",
      "launch_designator": "1969-076",
      "status": {
        "id": 3,
        "name": "Launch Successful",
        "abbrev": "Success",
        "description": "The launch vehicle successfully inserted its payload(s) into the target orbit(s)."
      },
      "last_updated": "2023-06-14T04:29:14Z",
      "net": "1969-09-02T11:00:01Z",
      "net_precision": null,
      "window_end": "1969-09-02T11:00:01Z",
      "window_start": "1969-09-02T11:00:01Z",
      "image": {
        "id": 2510,
        "name": "Voskhod during assembly",
        "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/voskhod_during__image_20251102062248.jpg",
        "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/voskhod_during__image_thumbnail_20251102062248.jpeg",
        "credit": "RKK Energia",
        "license": {
          "id": 1,
          "name": "Unknown",
          "priority": 9,
          "link": null
        },
        "single_use": true,
        "variants": []
      },
      "infographic": null,
      "probability": null,
      "weather_concerns": null,
      "failreason": null,
      "hashtag": null,
      "launch_service_provider": {
        "response_mode": "list",
        "id": 66,
        "url": "https://lldev.thespacedevs.com/2.3.0/agencies/66/?format=api",
        "name": "Soviet Space Program",
        "abbrev": "CCCP",
        "type": {
          "id": 1,
          "name": "Government"
        }
      },
      "rocket": {
        "id": 3939,
        "configuration": {
          "response_mode": "list",
          "id": 104,
          "url": "https://lldev.thespacedevs.com/2.3.0/launcher_configurations/104/?format=api",
          "name": "Voskhod",
          "families": [
            {
              "response_mode": "list",
              "id": 122,
              "name": "R-7"
            }
          ],
          "full_name": "Voskhod",
          "variant": "Voskhod"
        }
      },
      "mission": {
        "id": 2357,
        "name": "Zenit-4 64",
        "type": "Government/Top Secret",
        "description": "Zenit-4 film-return reconnaissance satellite.",
        "image": null,
        "orbit": {
          "id": 8,
          "name": "Low Earth Orbit",
          "abbrev": "LEO",
          "celestial_body": {
            "response_mode": "list",
            "id": 1,
            "name": "Earth"
          }
        },
        "agencies": [],
        "info_urls": [],
        "vid_urls": []
      },
      "pad": {
        "id": 168,
        "url": "https://lldev.thespacedevs.com/2.3.0/pads/168/?format=api",
        "active": true,
        "agencies": [],
        "name": "41/1",
        "image": null,
        "description": null,
        "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,
        "country": {
          "id": 5,
          "name": "Russia",
          "alpha_2_code": "RU",
          "alpha_3_code": "RUS",
          "nationality_name": "Russian",
          "nationality_name_composed": "Russo"
        },
        "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/pad_168_20200803143446.jpg",
        "total_launch_count": 310,
        "orbital_launch_attempt_count": 310,
        "fastest_turnaround": "P1DT20H45M10S",
        "location": {
          "response_mode": "normal",
          "id": 6,
          "url": "https://lldev.thespacedevs.com/2.3.0/locations/6/?format=api",
          "name": "Plesetsk Cosmodrome, Russian Federation",
          "celestial_body": {
            "response_mode": "normal",
            "id": 1,
            "name": "Earth",
            "type": {
              "id": 1,
              "name": "Planet"
            },
            "diameter": 12742000.0,
            "mass": 5.972168e+24,
            "gravity": 9.80655,
            "length_of_day": "1 00:00:00",
            "atmosphere": true,
            "image": {
              "id": 2040,
              "name": "Earth (Apollo 17)",
              "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/earth_2528apol_image_20240402194304.jpeg",
              "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/earth_2528apol_image_thumbnail_20240402194305.jpeg",
              "credit": "NASA",
              "license": {
                "id": 4,
                "name": "NASA Image and Media Guidelines",
                "priority": 0,
                "link": "https://www.nasa.gov/nasa-brand-center/images-and-media/"
              },
              "single_use": true,
              "variants": []
            },
            "description": "Earth is the third planet from the Sun and the only astronomical object known to harbor life.",
            "wiki_url": "https://en.wikipedia.org/wiki/Earth",
            "total_attempted_launches": 7492,
            "successful_launches": 6936,
            "failed_launches": 556,
            "total_attempted_landings": 1298,
            "successful_landings": 1251,
            "failed_landings": 47
          },
          "active": true,
          "country": {
            "id": 5,
            "name": "Russia",
            "alpha_2_code": "RU",
            "alpha_3_code": "RUS",
            "nationality_name": "Russian",
            "nationality_name_composed": "Russo"
          },
          "description": "Plesetsk Cosmodrome is a Russian spaceport located in Mirny, Arkhangelsk Oblast, about 800 km north of Moscow and approximately 200 km south of Arkhangelsk. Originally developed as an ICBM site for the R-7 missile, it also served for numerous satellite launches using the R-7 and other rockets. Its high latitude makes it useful only for certain types of launches, especially the Molniya orbits, so for much of the site's history it functioned as a secondary location, with most orbital launches taking place from Baikonur, in the Kazakh SSR. With the end of the Soviet Union, Baikonur became a foreign territory, and Kazakhstan charged $115 million usage fees annually. Consequently, Plesetsk has seen considerably more activity since the 2000s.",
          "image": {
            "id": 1461,
            "name": "Soyuz 2.1b/Fregat-M liftoff from pad 43/3 (Glonass-K2 No. 13, Kosmos 2569)",
            "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/soyuz25202.1b_image_20230807181912.jpg",
            "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305192834.jpeg",
            "credit": "Mil.ru",
            "license": {
              "id": 30,
              "name": "CC BY 4.0",
              "priority": 4,
              "link": "https://creativecommons.org/licenses/by/4.0/"
            },
            "single_use": false,
            "variants": []
          },
          "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/location_6_20200803142434.jpg",
          "longitude": 40.577778,
          "latitude": 62.925556,
          "timezone_name": "Europe/Moscow",
          "total_launch_count": 1685,
          "total_landing_count": 0
        }
      },
      "webcast_live": false,
      "program": [],
      "orbital_launch_attempt_count": 1008,
      "location_launch_attempt_count": 94,
      "pad_launch_attempt_count": 59,
      "agency_launch_attempt_count": 425,
      "orbital_launch_attempt_count_year": 89,
      "location_launch_attempt_count_year": 26,
      "pad_launch_attempt_count_year": 16,
      "agency_launch_attempt_count_year": 54
    },
    {
      "id": "d28861c1-fee9-444a-aa80-858656c01aa9",
      "url": "https://lldev.thespacedevs.com/2.3.0/launches/d28861c1-fee9-444a-aa80-858656c01aa9/?format=api",
      "name": "Soyuz U | Resurs-F1 17F41 50L",
      "response_mode": "normal",
      "slug": "soyuz-u-resurs-f1-17f41-50l",
      "launch_designator": "1984-087",
      "status": {
        "id": 3,
        "name": "Launch Successful",
        "abbrev": "Success",
        "description": "The launch vehicle successfully inserted its payload(s) into the target orbit(s)."
      },
      "last_updated": "2023-06-14T04:29:14Z",
      "net": "1984-08-16T09:50:00Z",
      "net_precision": null,
      "window_end": "1984-08-16T09:50:00Z",
      "window_start": "1984-08-16T09:50:00Z",
      "image": {
        "id": 1835,
        "name": "[AUTO] Soyuz U - image",
        "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/soyuz2520u_image_20190222031023.jpeg",
        "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305193909.jpeg",
        "credit": null,
        "license": {
          "id": 1,
          "name": "Unknown",
          "priority": 9,
          "link": null
        },
        "single_use": true,
        "variants": []
      },
      "infographic": null,
      "probability": null,
      "weather_concerns": null,
      "failreason": null,
      "hashtag": null,
      "launch_service_provider": {
        "response_mode": "list",
        "id": 66,
        "url": "https://lldev.thespacedevs.com/2.3.0/agencies/66/?format=api",
        "name": "Soviet Space Program",
        "abbrev": "CCCP",
        "type": {
          "id": 1,
          "name": "Government"
        }
      },
      "rocket": {
        "id": 5670,
        "configuration": {
          "response_mode": "list",
          "id": 37,
          "url": "https://lldev.thespacedevs.com/2.3.0/launcher_configurations/37/?format=api",
          "name": "Soyuz U",
          "families": [
            {
              "response_mode": "list",
              "id": 147,
              "name": "Soyuz"
            }
          ],
          "full_name": "Soyuz U",
          "variant": ""
        }
      },
      "mission": {
        "id": 4072,
        "name": "Resurs-F1 17F41 50L",
        "type": "Earth Science",
        "description": "Resurs-F1 (17F41) type film-return Earth observation satellite",
        "image": null,
        "orbit": {
          "id": 17,
          "name": "Sun-Synchronous Orbit",
          "abbrev": "SSO",
          "celestial_body": {
            "response_mode": "list",
            "id": 1,
            "name": "Earth"
          }
        },
        "agencies": [],
        "info_urls": [],
        "vid_urls": []
      },
      "pad": {
        "id": 168,
        "url": "https://lldev.thespacedevs.com/2.3.0/pads/168/?format=api",
        "active": true,
        "agencies": [],
        "name": "41/1",
        "image": null,
        "description": null,
        "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,
        "country": {
          "id": 5,
          "name": "Russia",
          "alpha_2_code": "RU",
          "alpha_3_code": "RUS",
          "nationality_name": "Russian",
          "nationality_name_composed": "Russo"
        },
        "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/pad_168_20200803143446.jpg",
        "total_launch_count": 310,
        "orbital_launch_attempt_count": 310,
        "fastest_turnaround": "P1DT20H45M10S",
        "location": {
          "response_mode": "normal",
          "id": 6,
          "url": "https://lldev.thespacedevs.com/2.3.0/locations/6/?format=api",
          "name": "Plesetsk Cosmodrome, Russian Federation",
          "celestial_body": {
            "response_mode": "normal",
            "id": 1,
            "name": "Earth",
            "type": {
              "id": 1,
              "name": "Planet"
            },
            "diameter": 12742000.0,
            "mass": 5.972168e+24,
            "gravity": 9.80655,
            "length_of_day": "1 00:00:00",
            "atmosphere": true,
            "image": {
              "id": 2040,
              "name": "Earth (Apollo 17)",
              "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/earth_2528apol_image_20240402194304.jpeg",
              "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/earth_2528apol_image_thumbnail_20240402194305.jpeg",
              "credit": "NASA",
              "license": {
                "id": 4,
                "name": "NASA Image and Media Guidelines",
                "priority": 0,
                "link": "https://www.nasa.gov/nasa-brand-center/images-and-media/"
              },
              "single_use": true,
              "variants": []
            },
            "description": "Earth is the third planet from the Sun and the only astronomical object known to harbor life.",
            "wiki_url": "https://en.wikipedia.org/wiki/Earth",
            "total_attempted_launches": 7492,
            "successful_launches": 6936,
            "failed_launches": 556,
            "total_attempted_landings": 1298,
            "successful_landings": 1251,
            "failed_landings": 47
          },
          "active": true,
          "country": {
            "id": 5,
            "name": "Russia",
            "alpha_2_code": "RU",
            "alpha_3_code": "RUS",
            "nationality_name": "Russian",
            "nationality_name_composed": "Russo"
          },
          "description": "Plesetsk Cosmodrome is a Russian spaceport located in Mirny, Arkhangelsk Oblast, about 800 km north of Moscow and approximately 200 km south of Arkhangelsk. Originally developed as an ICBM site for the R-7 missile, it also served for numerous satellite launches using the R-7 and other rockets. Its high latitude makes it useful only for certain types of launches, especially the Molniya orbits, so for much of the site's history it functioned as a secondary location, with most orbital launches taking place from Baikonur, in the Kazakh SSR. With the end of the Soviet Union, Baikonur became a foreign territory, and Kazakhstan charged $115 million usage fees annually. Consequently, Plesetsk has seen considerably more activity since the 2000s.",
          "image": {
            "id": 1461,
            "name": "Soyuz 2.1b/Fregat-M liftoff from pad 43/3 (Glonass-K2 No. 13, Kosmos 2569)",
            "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/soyuz25202.1b_image_20230807181912.jpg",
            "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305192834.jpeg",
            "credit": "Mil.ru",
            "license": {
              "id": 30,
              "name": "CC BY 4.0",
              "priority": 4,
              "link": "https://creativecommons.org/licenses/by/4.0/"
            },
            "single_use": false,
            "variants": []
          },
          "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/location_6_20200803142434.jpg",
          "longitude": 40.577778,
          "latitude": 62.925556,
          "timezone_name": "Europe/Moscow",
          "total_launch_count": 1685,
          "total_landing_count": 0
        }
      },
      "webcast_live": false,
      "program": [],
      "orbital_launch_attempt_count": 2862,
      "location_launch_attempt_count": 1013,
      "pad_launch_attempt_count": 261,
      "agency_launch_attempt_count": 1828,
      "orbital_launch_attempt_count_year": 87,
      "location_launch_attempt_count_year": 44,
      "pad_launch_attempt_count_year": 13,
      "agency_launch_attempt_count_year": 69
    },
    {
      "id": "cd6adf02-602b-4361-b3ef-8208a5d6a70d",
      "url": "https://lldev.thespacedevs.com/2.3.0/launches/cd6adf02-602b-4361-b3ef-8208a5d6a70d/?format=api",
      "name": "Soyuz U | Zenit-4MKT 27",
      "response_mode": "normal",
      "slug": "soyuz-u-zenit-4mkt-27",
      "launch_designator": "1985-080",
      "status": {
        "id": 3,
        "name": "Launch Successful",
        "abbrev": "Success",
        "description": "The launch vehicle successfully inserted its payload(s) into the target orbit(s)."
      },
      "last_updated": "2023-06-14T04:29:14Z",
      "net": "1985-09-06T10:45:00Z",
      "net_precision": null,
      "window_end": "1985-09-06T10:45:00Z",
      "window_start": "1985-09-06T10:45:00Z",
      "image": {
        "id": 1835,
        "name": "[AUTO] Soyuz U - image",
        "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/soyuz2520u_image_20190222031023.jpeg",
        "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305193909.jpeg",
        "credit": null,
        "license": {
          "id": 1,
          "name": "Unknown",
          "priority": 9,
          "link": null
        },
        "single_use": true,
        "variants": []
      },
      "infographic": null,
      "probability": null,
      "weather_concerns": null,
      "failreason": null,
      "hashtag": null,
      "launch_service_provider": {
        "response_mode": "list",
        "id": 66,
        "url": "https://lldev.thespacedevs.com/2.3.0/agencies/66/?format=api",
        "name": "Soviet Space Program",
        "abbrev": "CCCP",
        "type": {
          "id": 1,
          "name": "Government"
        }
      },
      "rocket": {
        "id": 5782,
        "configuration": {
          "response_mode": "list",
          "id": 37,
          "url": "https://lldev.thespacedevs.com/2.3.0/launcher_configurations/37/?format=api",
          "name": "Soyuz U",
          "families": [
            {
              "response_mode": "list",
              "id": 147,
              "name": "Soyuz"
            }
          ],
          "full_name": "Soyuz U",
          "variant": ""
        }
      },
      "mission": {
        "id": 4181,
        "name": "Zenit-4MKT 27",
        "type": "Government/Top Secret",
        "description": "Film-return reconnaissance satellite",
        "image": null,
        "orbit": {
          "id": 8,
          "name": "Low Earth Orbit",
          "abbrev": "LEO",
          "celestial_body": {
            "response_mode": "list",
            "id": 1,
            "name": "Earth"
          }
        },
        "agencies": [],
        "info_urls": [],
        "vid_urls": []
      },
      "pad": {
        "id": 168,
        "url": "https://lldev.thespacedevs.com/2.3.0/pads/168/?format=api",
        "active": true,
        "agencies": [],
        "name": "41/1",
        "image": null,
        "description": null,
        "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,
        "country": {
          "id": 5,
          "name": "Russia",
          "alpha_2_code": "RU",
          "alpha_3_code": "RUS",
          "nationality_name": "Russian",
          "nationality_name_composed": "Russo"
        },
        "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/pad_168_20200803143446.jpg",
        "total_launch_count": 310,
        "orbital_launch_attempt_count": 310,
        "fastest_turnaround": "P1DT20H45M10S",
        "location": {
          "response_mode": "normal",
          "id": 6,
          "url": "https://lldev.thespacedevs.com/2.3.0/locations/6/?format=api",
          "name": "Plesetsk Cosmodrome, Russian Federation",
          "celestial_body": {
            "response_mode": "normal",
            "id": 1,
            "name": "Earth",
            "type": {
              "id": 1,
              "name": "Planet"
            },
            "diameter": 12742000.0,
            "mass": 5.972168e+24,
            "gravity": 9.80655,
            "length_of_day": "1 00:00:00",
            "atmosphere": true,
            "image": {
              "id": 2040,
              "name": "Earth (Apollo 17)",
              "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/earth_2528apol_image_20240402194304.jpeg",
              "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/earth_2528apol_image_thumbnail_20240402194305.jpeg",
              "credit": "NASA",
              "license": {
                "id": 4,
                "name": "NASA Image and Media Guidelines",
                "priority": 0,
                "link": "https://www.nasa.gov/nasa-brand-center/images-and-media/"
              },
              "single_use": true,
              "variants": []
            },
            "description": "Earth is the third planet from the Sun and the only astronomical object known to harbor life.",
            "wiki_url": "https://en.wikipedia.org/wiki/Earth",
            "total_attempted_launches": 7492,
            "successful_launches": 6936,
            "failed_launches": 556,
            "total_attempted_landings": 1298,
            "successful_landings": 1251,
            "failed_landings": 47
          },
          "active": true,
          "country": {
            "id": 5,
            "name": "Russia",
            "alpha_2_code": "RU",
            "alpha_3_code": "RUS",
            "nationality_name": "Russian",
            "nationality_name_composed": "Russo"
          },
          "description": "Plesetsk Cosmodrome is a Russian spaceport located in Mirny, Arkhangelsk Oblast, about 800 km north of Moscow and approximately 200 km south of Arkhangelsk. Originally developed as an ICBM site for the R-7 missile, it also served for numerous satellite launches using the R-7 and other rockets. Its high latitude makes it useful only for certain types of launches, especially the Molniya orbits, so for much of the site's history it functioned as a secondary location, with most orbital launches taking place from Baikonur, in the Kazakh SSR. With the end of the Soviet Union, Baikonur became a foreign territory, and Kazakhstan charged $115 million usage fees annually. Consequently, Plesetsk has seen considerably more activity since the 2000s.",
          "image": {
            "id": 1461,
            "name": "Soyuz 2.1b/Fregat-M liftoff from pad 43/3 (Glonass-K2 No. 13, Kosmos 2569)",
            "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/soyuz25202.1b_image_20230807181912.jpg",
            "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305192834.jpeg",
            "credit": "Mil.ru",
            "license": {
              "id": 30,
              "name": "CC BY 4.0",
              "priority": 4,
              "link": "https://creativecommons.org/licenses/by/4.0/"
            },
            "single_use": false,
            "variants": []
          },
          "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/location_6_20200803142434.jpg",
          "longitude": 40.577778,
          "latitude": 62.925556,
          "timezone_name": "Europe/Moscow",
          "total_launch_count": 1685,
          "total_landing_count": 0
        }
      },
      "webcast_live": false,
      "program": [],
      "orbital_launch_attempt_count": 2986,
      "location_launch_attempt_count": 1071,
      "pad_launch_attempt_count": 273,
      "agency_launch_attempt_count": 1921,
      "orbital_launch_attempt_count_year": 82,
      "location_launch_attempt_count_year": 40,
      "pad_launch_attempt_count_year": 11,
      "agency_launch_attempt_count_year": 65
    }
  ]
}