AN API endpoint that returns all Launch objects or a single launch.

EXAMPLE - /launch/[id]/ 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', 'is_crewed', 'include_suborbital', 'spacecraft_config__ids', 'related', 'location__ids', 'lsp__ids', 'pad__ids', 'status__ids'

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.2.0/launch/?format=api&offset=6000&ordering=-last_updated
HTTP 200 OK
Allow: GET
Content-Type: application/json
Vary: Accept

{
  "count": 7851,
  "next": "https://lldev.thespacedevs.com/2.2.0/launch/?format=api&limit=10&offset=6010&ordering=-last_updated",
  "previous": "https://lldev.thespacedevs.com/2.2.0/launch/?format=api&limit=10&offset=5990&ordering=-last_updated",
  "results": [
    {
      "id": "7329f132-edff-4d11-bb96-d35819f808ee",
      "url": "https://lldev.thespacedevs.com/2.2.0/launch/7329f132-edff-4d11-bb96-d35819f808ee/?format=api",
      "slug": "molniya-m-molniya-1k-54",
      "name": "Molniya-M | Molniya-1K 54",
      "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-14T03:51:31Z",
      "net": "1982-05-28T22:02:59Z",
      "window_end": "1982-05-28T22:02:59Z",
      "window_start": "1982-05-28T22:02:59Z",
      "net_precision": null,
      "probability": null,
      "weather_concerns": null,
      "holdreason": "",
      "failreason": null,
      "hashtag": null,
      "launch_service_provider": {
        "id": 66,
        "url": "https://lldev.thespacedevs.com/2.2.0/agencies/66/?format=api",
        "name": "Soviet Space Program",
        "type": "Government"
      },
      "rocket": {
        "id": 5403,
        "configuration": {
          "id": 106,
          "url": "https://lldev.thespacedevs.com/2.2.0/config/launcher/106/?format=api",
          "name": "Molniya-M",
          "family": "R-7",
          "full_name": "Molniya-M 2BL",
          "variant": "2BL"
        }
      },
      "mission": {
        "id": 3810,
        "name": "Molniya-1K 54",
        "description": "Military communications satellite in a highly elliptic orbit",
        "launch_designator": null,
        "type": "Government/Top Secret",
        "orbit": {
          "id": 0,
          "name": "Elliptical Orbit",
          "abbrev": "Elliptical"
        },
        "agencies": [],
        "info_urls": [],
        "vid_urls": []
      },
      "pad": {
        "id": 36,
        "url": "https://lldev.thespacedevs.com/2.2.0/pad/36/?format=api",
        "agency_id": 163,
        "name": "43/3 (43L)",
        "description": "",
        "info_url": null,
        "wiki_url": null,
        "map_url": "https://www.google.com/maps?q=62.9273,40.45",
        "latitude": "62.9273",
        "longitude": "40.45",
        "location": {
          "id": 6,
          "url": "https://lldev.thespacedevs.com/2.2.0/location/6/?format=api",
          "name": "Plesetsk Cosmodrome, Russian Federation",
          "country_code": "RUS",
          "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.",
          "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/location_6_20200803142434.jpg",
          "timezone_name": "Europe/Moscow",
          "total_launch_count": 1685,
          "total_landing_count": 0
        },
        "country_code": "RUS",
        "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/pad_36_20200803143534.jpg",
        "total_launch_count": 232,
        "orbital_launch_attempt_count": 232
      },
      "webcast_live": false,
      "image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/molniya_m_image_20251102061752.jpg",
      "infographic": null,
      "program": [],
      "orbital_launch_attempt_count": 2569,
      "location_launch_attempt_count": 875,
      "pad_launch_attempt_count": 142,
      "agency_launch_attempt_count": 1595,
      "orbital_launch_attempt_count_year": 52,
      "location_launch_attempt_count_year": 28,
      "pad_launch_attempt_count_year": 2,
      "agency_launch_attempt_count_year": 44,
      "type": "normal"
    },
    {
      "id": "6b86dfe1-508f-4f50-8380-35ed59f8678c",
      "url": "https://lldev.thespacedevs.com/2.2.0/launch/6b86dfe1-508f-4f50-8380-35ed59f8678c/?format=api",
      "slug": "soyuz-u-zenit-4mkm-21",
      "name": "Soyuz U | Zenit-4MKM 21",
      "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-14T03:51:31Z",
      "net": "1978-10-06T15:30:00Z",
      "window_end": "1978-10-06T15:30:00Z",
      "window_start": "1978-10-06T15:30:00Z",
      "net_precision": null,
      "probability": null,
      "weather_concerns": null,
      "holdreason": "",
      "failreason": null,
      "hashtag": null,
      "launch_service_provider": {
        "id": 66,
        "url": "https://lldev.thespacedevs.com/2.2.0/agencies/66/?format=api",
        "name": "Soviet Space Program",
        "type": "Government"
      },
      "rocket": {
        "id": 5000,
        "configuration": {
          "id": 37,
          "url": "https://lldev.thespacedevs.com/2.2.0/config/launcher/37/?format=api",
          "name": "Soyuz U",
          "family": "Soyuz",
          "full_name": "Soyuz U",
          "variant": ""
        }
      },
      "mission": {
        "id": 3414,
        "name": "Zenit-4MKM 21",
        "description": "High-resolution film-return Zenit reconnaissance satellite",
        "launch_designator": null,
        "type": "Government/Top Secret",
        "orbit": {
          "id": 8,
          "name": "Low Earth Orbit",
          "abbrev": "LEO"
        },
        "agencies": [],
        "info_urls": [],
        "vid_urls": []
      },
      "pad": {
        "id": 36,
        "url": "https://lldev.thespacedevs.com/2.2.0/pad/36/?format=api",
        "agency_id": 163,
        "name": "43/3 (43L)",
        "description": "",
        "info_url": null,
        "wiki_url": null,
        "map_url": "https://www.google.com/maps?q=62.9273,40.45",
        "latitude": "62.9273",
        "longitude": "40.45",
        "location": {
          "id": 6,
          "url": "https://lldev.thespacedevs.com/2.2.0/location/6/?format=api",
          "name": "Plesetsk Cosmodrome, Russian Federation",
          "country_code": "RUS",
          "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.",
          "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/location_6_20200803142434.jpg",
          "timezone_name": "Europe/Moscow",
          "total_launch_count": 1685,
          "total_landing_count": 0
        },
        "country_code": "RUS",
        "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/pad_36_20200803143534.jpg",
        "total_launch_count": 232,
        "orbital_launch_attempt_count": 232
      },
      "webcast_live": false,
      "image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/soyuz2520u_image_20190222031023.jpeg",
      "infographic": null,
      "program": [],
      "orbital_launch_attempt_count": 2140,
      "location_launch_attempt_count": 635,
      "pad_launch_attempt_count": 87,
      "agency_launch_attempt_count": 1248,
      "orbital_launch_attempt_count_year": 95,
      "location_launch_attempt_count_year": 42,
      "pad_launch_attempt_count_year": 17,
      "agency_launch_attempt_count_year": 66,
      "type": "normal"
    },
    {
      "id": "437369e2-6052-4141-93bb-0a19669a064f",
      "url": "https://lldev.thespacedevs.com/2.2.0/launch/437369e2-6052-4141-93bb-0a19669a064f/?format=api",
      "slug": "soyuz-u-zenit-6u-14",
      "name": "Soyuz U | Zenit-6U 14",
      "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-14T03:51:31Z",
      "net": "1979-12-12T12:30:00Z",
      "window_end": "1979-12-12T12:30:00Z",
      "window_start": "1979-12-12T12:30:00Z",
      "net_precision": null,
      "probability": null,
      "weather_concerns": null,
      "holdreason": "",
      "failreason": null,
      "hashtag": null,
      "launch_service_provider": {
        "id": 66,
        "url": "https://lldev.thespacedevs.com/2.2.0/agencies/66/?format=api",
        "name": "Soviet Space Program",
        "type": "Government"
      },
      "rocket": {
        "id": 5133,
        "configuration": {
          "id": 37,
          "url": "https://lldev.thespacedevs.com/2.2.0/config/launcher/37/?format=api",
          "name": "Soyuz U",
          "family": "Soyuz",
          "full_name": "Soyuz U",
          "variant": ""
        }
      },
      "mission": {
        "id": 3544,
        "name": "Zenit-6U 14",
        "description": "Optical film-return reconnaissance satellite",
        "launch_designator": null,
        "type": "Government/Top Secret",
        "orbit": {
          "id": 8,
          "name": "Low Earth Orbit",
          "abbrev": "LEO"
        },
        "agencies": [],
        "info_urls": [],
        "vid_urls": []
      },
      "pad": {
        "id": 36,
        "url": "https://lldev.thespacedevs.com/2.2.0/pad/36/?format=api",
        "agency_id": 163,
        "name": "43/3 (43L)",
        "description": "",
        "info_url": null,
        "wiki_url": null,
        "map_url": "https://www.google.com/maps?q=62.9273,40.45",
        "latitude": "62.9273",
        "longitude": "40.45",
        "location": {
          "id": 6,
          "url": "https://lldev.thespacedevs.com/2.2.0/location/6/?format=api",
          "name": "Plesetsk Cosmodrome, Russian Federation",
          "country_code": "RUS",
          "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.",
          "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/location_6_20200803142434.jpg",
          "timezone_name": "Europe/Moscow",
          "total_launch_count": 1685,
          "total_landing_count": 0
        },
        "country_code": "RUS",
        "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/pad_36_20200803143534.jpg",
        "total_launch_count": 232,
        "orbital_launch_attempt_count": 232
      },
      "webcast_live": false,
      "image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/soyuz2520u_image_20190222031023.jpeg",
      "infographic": null,
      "program": [],
      "orbital_launch_attempt_count": 2279,
      "location_launch_attempt_count": 722,
      "pad_launch_attempt_count": 106,
      "agency_launch_attempt_count": 1359,
      "orbital_launch_attempt_count_year": 106,
      "location_launch_attempt_count_year": 67,
      "pad_launch_attempt_count_year": 17,
      "agency_launch_attempt_count_year": 86,
      "type": "normal"
    },
    {
      "id": "723442ba-9add-4737-9250-d236ab3ee9d3",
      "url": "https://lldev.thespacedevs.com/2.2.0/launch/723442ba-9add-4737-9250-d236ab3ee9d3/?format=api",
      "slug": "molniya-m-us-k-9",
      "name": "Molniya-M | US-K 9",
      "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-14T03:51:31Z",
      "net": "1978-06-28T02:58:00Z",
      "window_end": "1978-06-28T02:58:00Z",
      "window_start": "1978-06-28T02:58:00Z",
      "net_precision": null,
      "probability": null,
      "weather_concerns": null,
      "holdreason": "",
      "failreason": null,
      "hashtag": null,
      "launch_service_provider": {
        "id": 66,
        "url": "https://lldev.thespacedevs.com/2.2.0/agencies/66/?format=api",
        "name": "Soviet Space Program",
        "type": "Government"
      },
      "rocket": {
        "id": 4977,
        "configuration": {
          "id": 106,
          "url": "https://lldev.thespacedevs.com/2.2.0/config/launcher/106/?format=api",
          "name": "Molniya-M",
          "family": "R-7",
          "full_name": "Molniya-M 2BL",
          "variant": "2BL"
        }
      },
      "mission": {
        "id": 3392,
        "name": "US-K 9",
        "description": "Early warning satellite",
        "launch_designator": null,
        "type": "Government/Top Secret",
        "orbit": {
          "id": 0,
          "name": "Elliptical Orbit",
          "abbrev": "Elliptical"
        },
        "agencies": [],
        "info_urls": [],
        "vid_urls": []
      },
      "pad": {
        "id": 36,
        "url": "https://lldev.thespacedevs.com/2.2.0/pad/36/?format=api",
        "agency_id": 163,
        "name": "43/3 (43L)",
        "description": "",
        "info_url": null,
        "wiki_url": null,
        "map_url": "https://www.google.com/maps?q=62.9273,40.45",
        "latitude": "62.9273",
        "longitude": "40.45",
        "location": {
          "id": 6,
          "url": "https://lldev.thespacedevs.com/2.2.0/location/6/?format=api",
          "name": "Plesetsk Cosmodrome, Russian Federation",
          "country_code": "RUS",
          "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.",
          "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/location_6_20200803142434.jpg",
          "timezone_name": "Europe/Moscow",
          "total_launch_count": 1685,
          "total_landing_count": 0
        },
        "country_code": "RUS",
        "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/pad_36_20200803143534.jpg",
        "total_launch_count": 232,
        "orbital_launch_attempt_count": 232
      },
      "webcast_live": false,
      "image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/molniya_m_image_20251102061752.jpg",
      "infographic": null,
      "program": [],
      "orbital_launch_attempt_count": 2113,
      "location_launch_attempt_count": 623,
      "pad_launch_attempt_count": 83,
      "agency_launch_attempt_count": 1227,
      "orbital_launch_attempt_count_year": 68,
      "location_launch_attempt_count_year": 30,
      "pad_launch_attempt_count_year": 13,
      "agency_launch_attempt_count_year": 45,
      "type": "normal"
    },
    {
      "id": "3d583be2-dfba-493c-b3ea-60ca4a122b64",
      "url": "https://lldev.thespacedevs.com/2.2.0/launch/3d583be2-dfba-493c-b3ea-60ca4a122b64/?format=api",
      "slug": "soyuz-u-pvb-yantar-4k2-79",
      "name": "Soyuz-U-PVB | Yantar-4K2 79",
      "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-14T03:51:31Z",
      "net": "1999-08-18T18:00:01Z",
      "window_end": "1999-08-18T18:00:01Z",
      "window_start": "1999-08-18T18:00:01Z",
      "net_precision": null,
      "probability": null,
      "weather_concerns": null,
      "holdreason": "",
      "failreason": "",
      "hashtag": null,
      "launch_service_provider": {
        "id": 270,
        "url": "https://lldev.thespacedevs.com/2.2.0/agencies/270/?format=api",
        "name": "Strategic Rocket Forces",
        "type": "Government"
      },
      "rocket": {
        "id": 6935,
        "configuration": {
          "id": 378,
          "url": "https://lldev.thespacedevs.com/2.2.0/config/launcher/378/?format=api",
          "name": "Soyuz-U-PVB",
          "family": "Soyuz",
          "full_name": "Soyuz-U-PVB",
          "variant": "U-PVB"
        }
      },
      "mission": {
        "id": 5325,
        "name": "Yantar-4K2 79",
        "description": "Film-return reconnaissance satellite",
        "launch_designator": null,
        "type": "Government/Top Secret",
        "orbit": {
          "id": 8,
          "name": "Low Earth Orbit",
          "abbrev": "LEO"
        },
        "agencies": [],
        "info_urls": [],
        "vid_urls": []
      },
      "pad": {
        "id": 36,
        "url": "https://lldev.thespacedevs.com/2.2.0/pad/36/?format=api",
        "agency_id": 163,
        "name": "43/3 (43L)",
        "description": "",
        "info_url": null,
        "wiki_url": null,
        "map_url": "https://www.google.com/maps?q=62.9273,40.45",
        "latitude": "62.9273",
        "longitude": "40.45",
        "location": {
          "id": 6,
          "url": "https://lldev.thespacedevs.com/2.2.0/location/6/?format=api",
          "name": "Plesetsk Cosmodrome, Russian Federation",
          "country_code": "RUS",
          "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.",
          "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/location_6_20200803142434.jpg",
          "timezone_name": "Europe/Moscow",
          "total_launch_count": 1685,
          "total_landing_count": 0
        },
        "country_code": "RUS",
        "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/pad_36_20200803143534.jpg",
        "total_launch_count": 232,
        "orbital_launch_attempt_count": 232
      },
      "webcast_live": false,
      "image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/soyuz-u_image_20191229074852.jpg",
      "infographic": null,
      "program": [],
      "orbital_launch_attempt_count": 4335,
      "location_launch_attempt_count": 1502,
      "pad_launch_attempt_count": 215,
      "agency_launch_attempt_count": 10,
      "orbital_launch_attempt_count_year": 46,
      "location_launch_attempt_count_year": 2,
      "pad_launch_attempt_count_year": 2,
      "agency_launch_attempt_count_year": 1,
      "type": "normal"
    },
    {
      "id": "507bdea4-416d-4301-9e9f-6b234f5fe345",
      "url": "https://lldev.thespacedevs.com/2.2.0/launch/507bdea4-416d-4301-9e9f-6b234f5fe345/?format=api",
      "slug": "soyuz-u-pvb-resurs-f2-5",
      "name": "Soyuz-U-PVB | Resurs-F2 5",
      "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-14T03:51:31Z",
      "net": "1990-07-17T09:29:59Z",
      "window_end": "1990-07-17T09:29:59Z",
      "window_start": "1990-07-17T09:29:59Z",
      "net_precision": null,
      "probability": null,
      "weather_concerns": null,
      "holdreason": "",
      "failreason": null,
      "hashtag": null,
      "launch_service_provider": {
        "id": 66,
        "url": "https://lldev.thespacedevs.com/2.2.0/agencies/66/?format=api",
        "name": "Soviet Space Program",
        "type": "Government"
      },
      "rocket": {
        "id": 6287,
        "configuration": {
          "id": 378,
          "url": "https://lldev.thespacedevs.com/2.2.0/config/launcher/378/?format=api",
          "name": "Soyuz-U-PVB",
          "family": "Soyuz",
          "full_name": "Soyuz-U-PVB",
          "variant": "U-PVB"
        }
      },
      "mission": {
        "id": 4677,
        "name": "Resurs-F2 5",
        "description": "Film-return reconnaissance satellite",
        "launch_designator": null,
        "type": "Government/Top Secret",
        "orbit": {
          "id": 8,
          "name": "Low Earth Orbit",
          "abbrev": "LEO"
        },
        "agencies": [],
        "info_urls": [],
        "vid_urls": []
      },
      "pad": {
        "id": 36,
        "url": "https://lldev.thespacedevs.com/2.2.0/pad/36/?format=api",
        "agency_id": 163,
        "name": "43/3 (43L)",
        "description": "",
        "info_url": null,
        "wiki_url": null,
        "map_url": "https://www.google.com/maps?q=62.9273,40.45",
        "latitude": "62.9273",
        "longitude": "40.45",
        "location": {
          "id": 6,
          "url": "https://lldev.thespacedevs.com/2.2.0/location/6/?format=api",
          "name": "Plesetsk Cosmodrome, Russian Federation",
          "country_code": "RUS",
          "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.",
          "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/location_6_20200803142434.jpg",
          "timezone_name": "Europe/Moscow",
          "total_launch_count": 1685,
          "total_landing_count": 0
        },
        "country_code": "RUS",
        "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/pad_36_20200803143534.jpg",
        "total_launch_count": 232,
        "orbital_launch_attempt_count": 232
      },
      "webcast_live": false,
      "image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/soyuz-u_image_20191229074852.jpg",
      "infographic": null,
      "program": [],
      "orbital_launch_attempt_count": 3539,
      "location_launch_attempt_count": 1320,
      "pad_launch_attempt_count": 174,
      "agency_launch_attempt_count": 2355,
      "orbital_launch_attempt_count_year": 63,
      "location_launch_attempt_count_year": 27,
      "pad_launch_attempt_count_year": 6,
      "agency_launch_attempt_count_year": 39,
      "type": "normal"
    },
    {
      "id": "45a05cda-16dc-4a9d-b722-a14726530b7c",
      "url": "https://lldev.thespacedevs.com/2.2.0/launch/45a05cda-16dc-4a9d-b722-a14726530b7c/?format=api",
      "slug": "soyuz-u-zenit-4mt-16",
      "name": "Soyuz U | Zenit-4MT 16",
      "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-14T03:51:30Z",
      "net": "1979-08-03T10:45:00Z",
      "window_end": "1979-08-03T10:45:00Z",
      "window_start": "1979-08-03T10:45:00Z",
      "net_precision": null,
      "probability": null,
      "weather_concerns": null,
      "holdreason": "",
      "failreason": null,
      "hashtag": null,
      "launch_service_provider": {
        "id": 66,
        "url": "https://lldev.thespacedevs.com/2.2.0/agencies/66/?format=api",
        "name": "Soviet Space Program",
        "type": "Government"
      },
      "rocket": {
        "id": 5100,
        "configuration": {
          "id": 37,
          "url": "https://lldev.thespacedevs.com/2.2.0/config/launcher/37/?format=api",
          "name": "Soyuz U",
          "family": "Soyuz",
          "full_name": "Soyuz U",
          "variant": ""
        }
      },
      "mission": {
        "id": 3512,
        "name": "Zenit-4MT 16",
        "description": "Film-return reconnaissance satellite",
        "launch_designator": null,
        "type": "Government/Top Secret",
        "orbit": {
          "id": 8,
          "name": "Low Earth Orbit",
          "abbrev": "LEO"
        },
        "agencies": [],
        "info_urls": [],
        "vid_urls": []
      },
      "pad": {
        "id": 36,
        "url": "https://lldev.thespacedevs.com/2.2.0/pad/36/?format=api",
        "agency_id": 163,
        "name": "43/3 (43L)",
        "description": "",
        "info_url": null,
        "wiki_url": null,
        "map_url": "https://www.google.com/maps?q=62.9273,40.45",
        "latitude": "62.9273",
        "longitude": "40.45",
        "location": {
          "id": 6,
          "url": "https://lldev.thespacedevs.com/2.2.0/location/6/?format=api",
          "name": "Plesetsk Cosmodrome, Russian Federation",
          "country_code": "RUS",
          "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.",
          "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/location_6_20200803142434.jpg",
          "timezone_name": "Europe/Moscow",
          "total_launch_count": 1685,
          "total_landing_count": 0
        },
        "country_code": "RUS",
        "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/pad_36_20200803143534.jpg",
        "total_launch_count": 232,
        "orbital_launch_attempt_count": 232
      },
      "webcast_live": false,
      "image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/soyuz2520u_image_20190222031023.jpeg",
      "infographic": null,
      "program": [],
      "orbital_launch_attempt_count": 2246,
      "location_launch_attempt_count": 698,
      "pad_launch_attempt_count": 100,
      "agency_launch_attempt_count": 1333,
      "orbital_launch_attempt_count_year": 73,
      "location_launch_attempt_count_year": 43,
      "pad_launch_attempt_count_year": 11,
      "agency_launch_attempt_count_year": 60,
      "type": "normal"
    },
    {
      "id": "41480f20-3ffd-410c-a70e-4b43dbf767a1",
      "url": "https://lldev.thespacedevs.com/2.2.0/launch/41480f20-3ffd-410c-a70e-4b43dbf767a1/?format=api",
      "slug": "soyuz-u-zenit-4mkm-9",
      "name": "Soyuz U | Zenit-4MKM 9",
      "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-14T03:51:30Z",
      "net": "1978-01-06T15:50:00Z",
      "window_end": "1978-01-06T15:50:00Z",
      "window_start": "1978-01-06T15:50:00Z",
      "net_precision": null,
      "probability": null,
      "weather_concerns": null,
      "holdreason": "",
      "failreason": null,
      "hashtag": null,
      "launch_service_provider": {
        "id": 66,
        "url": "https://lldev.thespacedevs.com/2.2.0/agencies/66/?format=api",
        "name": "Soviet Space Program",
        "type": "Government"
      },
      "rocket": {
        "id": 4916,
        "configuration": {
          "id": 37,
          "url": "https://lldev.thespacedevs.com/2.2.0/config/launcher/37/?format=api",
          "name": "Soyuz U",
          "family": "Soyuz",
          "full_name": "Soyuz U",
          "variant": ""
        }
      },
      "mission": {
        "id": 3332,
        "name": "Zenit-4MKM 9",
        "description": "High-resolution film-return Zenit reconnaissance satellite",
        "launch_designator": null,
        "type": "Government/Top Secret",
        "orbit": {
          "id": 8,
          "name": "Low Earth Orbit",
          "abbrev": "LEO"
        },
        "agencies": [],
        "info_urls": [],
        "vid_urls": []
      },
      "pad": {
        "id": 36,
        "url": "https://lldev.thespacedevs.com/2.2.0/pad/36/?format=api",
        "agency_id": 163,
        "name": "43/3 (43L)",
        "description": "",
        "info_url": null,
        "wiki_url": null,
        "map_url": "https://www.google.com/maps?q=62.9273,40.45",
        "latitude": "62.9273",
        "longitude": "40.45",
        "location": {
          "id": 6,
          "url": "https://lldev.thespacedevs.com/2.2.0/location/6/?format=api",
          "name": "Plesetsk Cosmodrome, Russian Federation",
          "country_code": "RUS",
          "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.",
          "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/location_6_20200803142434.jpg",
          "timezone_name": "Europe/Moscow",
          "total_launch_count": 1685,
          "total_landing_count": 0
        },
        "country_code": "RUS",
        "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/pad_36_20200803143534.jpg",
        "total_launch_count": 232,
        "orbital_launch_attempt_count": 232
      },
      "webcast_live": false,
      "image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/soyuz2520u_image_20190222031023.jpeg",
      "infographic": null,
      "program": [],
      "orbital_launch_attempt_count": 2046,
      "location_launch_attempt_count": 594,
      "pad_launch_attempt_count": 71,
      "agency_launch_attempt_count": 1183,
      "orbital_launch_attempt_count_year": 1,
      "location_launch_attempt_count_year": 1,
      "pad_launch_attempt_count_year": 1,
      "agency_launch_attempt_count_year": 1,
      "type": "normal"
    },
    {
      "id": "407eae60-d191-4c9b-a0b0-320219c287e3",
      "url": "https://lldev.thespacedevs.com/2.2.0/launch/407eae60-d191-4c9b-a0b0-320219c287e3/?format=api",
      "slug": "molniya-m-molniya-1k-49",
      "name": "Molniya-M | Molniya-1K 49",
      "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-14T03:51:30Z",
      "net": "1981-01-30T16:27:00Z",
      "window_end": "1981-01-30T16:27:00Z",
      "window_start": "1981-01-30T16:27:00Z",
      "net_precision": null,
      "probability": null,
      "weather_concerns": null,
      "holdreason": "",
      "failreason": null,
      "hashtag": null,
      "launch_service_provider": {
        "id": 66,
        "url": "https://lldev.thespacedevs.com/2.2.0/agencies/66/?format=api",
        "name": "Soviet Space Program",
        "type": "Government"
      },
      "rocket": {
        "id": 5243,
        "configuration": {
          "id": 106,
          "url": "https://lldev.thespacedevs.com/2.2.0/config/launcher/106/?format=api",
          "name": "Molniya-M",
          "family": "R-7",
          "full_name": "Molniya-M 2BL",
          "variant": "2BL"
        }
      },
      "mission": {
        "id": 3652,
        "name": "Molniya-1K 49",
        "description": "Military communications satellite in a highly elliptic orbit",
        "launch_designator": null,
        "type": "Government/Top Secret",
        "orbit": {
          "id": 0,
          "name": "Elliptical Orbit",
          "abbrev": "Elliptical"
        },
        "agencies": [],
        "info_urls": [],
        "vid_urls": []
      },
      "pad": {
        "id": 36,
        "url": "https://lldev.thespacedevs.com/2.2.0/pad/36/?format=api",
        "agency_id": 163,
        "name": "43/3 (43L)",
        "description": "",
        "info_url": null,
        "wiki_url": null,
        "map_url": "https://www.google.com/maps?q=62.9273,40.45",
        "latitude": "62.9273",
        "longitude": "40.45",
        "location": {
          "id": 6,
          "url": "https://lldev.thespacedevs.com/2.2.0/location/6/?format=api",
          "name": "Plesetsk Cosmodrome, Russian Federation",
          "country_code": "RUS",
          "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.",
          "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/location_6_20200803142434.jpg",
          "timezone_name": "Europe/Moscow",
          "total_launch_count": 1685,
          "total_landing_count": 0
        },
        "country_code": "RUS",
        "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/pad_36_20200803143534.jpg",
        "total_launch_count": 232,
        "orbital_launch_attempt_count": 232
      },
      "webcast_live": false,
      "image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/molniya_m_image_20251102061752.jpg",
      "infographic": null,
      "program": [],
      "orbital_launch_attempt_count": 2401,
      "location_launch_attempt_count": 795,
      "pad_launch_attempt_count": 126,
      "agency_launch_attempt_count": 1461,
      "orbital_launch_attempt_count_year": 10,
      "location_launch_attempt_count_year": 8,
      "pad_launch_attempt_count_year": 2,
      "agency_launch_attempt_count_year": 10,
      "type": "normal"
    },
    {
      "id": "4262c6a9-46c6-454c-892b-bde00d9b4247",
      "url": "https://lldev.thespacedevs.com/2.2.0/launch/4262c6a9-46c6-454c-892b-bde00d9b4247/?format=api",
      "slug": "voskhod-zenit-2m-22",
      "name": "Voskhod | Zenit-2M 22",
      "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-14T03:51:30Z",
      "net": "1971-09-21T12:00:00Z",
      "window_end": "1971-09-21T12:00:00Z",
      "window_start": "1971-09-21T12:00:00Z",
      "net_precision": null,
      "probability": null,
      "weather_concerns": null,
      "holdreason": "",
      "failreason": null,
      "hashtag": null,
      "launch_service_provider": {
        "id": 66,
        "url": "https://lldev.thespacedevs.com/2.2.0/agencies/66/?format=api",
        "name": "Soviet Space Program",
        "type": "Government"
      },
      "rocket": {
        "id": 4173,
        "configuration": {
          "id": 104,
          "url": "https://lldev.thespacedevs.com/2.2.0/config/launcher/104/?format=api",
          "name": "Voskhod",
          "family": "R-7",
          "full_name": "Voskhod",
          "variant": "Voskhod"
        }
      },
      "mission": {
        "id": 2591,
        "name": "Zenit-2M 22",
        "description": "The soviet Zenit-2M (Gektor, 11F690) was an improved version of the Zenit-2 area surveillance reconnaissance satellite. It was part of the Vostok-based Zenit-family.",
        "launch_designator": null,
        "type": "Government/Top Secret",
        "orbit": {
          "id": 8,
          "name": "Low Earth Orbit",
          "abbrev": "LEO"
        },
        "agencies": [],
        "info_urls": [],
        "vid_urls": []
      },
      "pad": {
        "id": 36,
        "url": "https://lldev.thespacedevs.com/2.2.0/pad/36/?format=api",
        "agency_id": 163,
        "name": "43/3 (43L)",
        "description": "",
        "info_url": null,
        "wiki_url": null,
        "map_url": "https://www.google.com/maps?q=62.9273,40.45",
        "latitude": "62.9273",
        "longitude": "40.45",
        "location": {
          "id": 6,
          "url": "https://lldev.thespacedevs.com/2.2.0/location/6/?format=api",
          "name": "Plesetsk Cosmodrome, Russian Federation",
          "country_code": "RUS",
          "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.",
          "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/location_6_20200803142434.jpg",
          "timezone_name": "Europe/Moscow",
          "total_launch_count": 1685,
          "total_landing_count": 0
        },
        "country_code": "RUS",
        "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/pad_36_20200803143534.jpg",
        "total_launch_count": 232,
        "orbital_launch_attempt_count": 232
      },
      "webcast_live": false,
      "image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/voskhod_during__image_20251102062248.jpg",
      "infographic": null,
      "program": [],
      "orbital_launch_attempt_count": 1260,
      "location_launch_attempt_count": 196,
      "pad_launch_attempt_count": 5,
      "agency_launch_attempt_count": 601,
      "orbital_launch_attempt_count_year": 89,
      "location_launch_attempt_count_year": 35,
      "pad_launch_attempt_count_year": 5,
      "agency_launch_attempt_count_year": 60,
      "type": "normal"
    }
  ]
}