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

{
  "count": 7842,
  "next": "https://ll.thespacedevs.com/2.2.0/launch/?format=api&limit=10&offset=4240&ordering=last_updated",
  "previous": "https://ll.thespacedevs.com/2.2.0/launch/?format=api&limit=10&offset=4220&ordering=last_updated",
  "results": [
    {
      "id": "f6507156-7276-4b5b-b8d8-8bf054329fa4",
      "url": "https://ll.thespacedevs.com/2.2.0/launch/f6507156-7276-4b5b-b8d8-8bf054329fa4/?format=api",
      "slug": "molniya-m-molniya-1k-51",
      "name": "Molniya-M | Molniya-1K 51",
      "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:21Z",
      "net": "1981-11-17T15:25:00Z",
      "window_end": "1981-11-17T15:25:00Z",
      "window_start": "1981-11-17T15:25:00Z",
      "net_precision": null,
      "probability": null,
      "weather_concerns": null,
      "holdreason": "",
      "failreason": null,
      "hashtag": null,
      "launch_service_provider": {
        "id": 66,
        "url": "https://ll.thespacedevs.com/2.2.0/agencies/66/?format=api",
        "name": "Soviet Space Program",
        "type": "Government"
      },
      "rocket": {
        "id": 5343,
        "configuration": {
          "id": 106,
          "url": "https://ll.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": 3751,
        "name": "Molniya-1K 51",
        "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": 168,
        "url": "https://ll.thespacedevs.com/2.2.0/pad/168/?format=api",
        "agency_id": null,
        "name": "41/1",
        "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",
        "location": {
          "id": 6,
          "url": "https://ll.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-prod.nyc3.digitaloceanspaces.com/media/map_images/location_6_20200803142434.jpg",
          "timezone_name": "Europe/Moscow",
          "total_launch_count": 1683,
          "total_landing_count": 0
        },
        "country_code": "RUS",
        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_168_20200803143446.jpg",
        "total_launch_count": 310,
        "orbital_launch_attempt_count": 310
      },
      "webcast_live": false,
      "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/molniya_m_image_20251102061752.jpg",
      "infographic": null,
      "program": [],
      "orbital_launch_attempt_count": 2506,
      "location_launch_attempt_count": 844,
      "pad_launch_attempt_count": 213,
      "agency_launch_attempt_count": 1544,
      "orbital_launch_attempt_count_year": 115,
      "location_launch_attempt_count_year": 57,
      "pad_launch_attempt_count_year": 19,
      "agency_launch_attempt_count_year": 93,
      "type": "normal"
    },
    {
      "id": "a53f7842-c538-4af3-8e3b-b6c1928d8162",
      "url": "https://ll.thespacedevs.com/2.2.0/launch/a53f7842-c538-4af3-8e3b-b6c1928d8162/?format=api",
      "slug": "soyuz-11a511m-zenit-4mt-3",
      "name": "Soyuz 11A511M | Zenit-4MT 3",
      "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:21Z",
      "net": "1972-12-27T10:30:04Z",
      "window_end": "1972-12-27T10:30:04Z",
      "window_start": "1972-12-27T10:30:04Z",
      "net_precision": null,
      "probability": null,
      "weather_concerns": null,
      "holdreason": "",
      "failreason": null,
      "hashtag": null,
      "launch_service_provider": {
        "id": 66,
        "url": "https://ll.thespacedevs.com/2.2.0/agencies/66/?format=api",
        "name": "Soviet Space Program",
        "type": "Government"
      },
      "rocket": {
        "id": 4327,
        "configuration": {
          "id": 376,
          "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/376/?format=api",
          "name": "Soyuz 11A511M",
          "family": "Soyuz",
          "full_name": "Soyuz 11A511M",
          "variant": "11A511M"
        }
      },
      "mission": {
        "id": 2745,
        "name": "Zenit-4MT 3",
        "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": 168,
        "url": "https://ll.thespacedevs.com/2.2.0/pad/168/?format=api",
        "agency_id": null,
        "name": "41/1",
        "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",
        "location": {
          "id": 6,
          "url": "https://ll.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-prod.nyc3.digitaloceanspaces.com/media/map_images/location_6_20200803142434.jpg",
          "timezone_name": "Europe/Moscow",
          "total_launch_count": 1683,
          "total_landing_count": 0
        },
        "country_code": "RUS",
        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_168_20200803143446.jpg",
        "total_launch_count": 310,
        "orbital_launch_attempt_count": 310
      },
      "webcast_live": false,
      "image": null,
      "infographic": null,
      "program": [],
      "orbital_launch_attempt_count": 1421,
      "location_launch_attempt_count": 273,
      "pad_launch_attempt_count": 93,
      "agency_launch_attempt_count": 711,
      "orbital_launch_attempt_count_year": 115,
      "location_launch_attempt_count_year": 54,
      "pad_launch_attempt_count_year": 10,
      "agency_launch_attempt_count_year": 79,
      "type": "normal"
    },
    {
      "id": "0dbc3c11-9429-46c1-9512-64362c1093de",
      "url": "https://ll.thespacedevs.com/2.2.0/launch/0dbc3c11-9429-46c1-9512-64362c1093de/?format=api",
      "slug": "soyuz-u-foton-5",
      "name": "Soyuz U | Foton 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-14T04:29:21Z",
      "net": "1989-04-26T17:00:00Z",
      "window_end": "1989-04-26T17:00:00Z",
      "window_start": "1989-04-26T17:00:00Z",
      "net_precision": null,
      "probability": null,
      "weather_concerns": null,
      "holdreason": "",
      "failreason": null,
      "hashtag": null,
      "launch_service_provider": {
        "id": 66,
        "url": "https://ll.thespacedevs.com/2.2.0/agencies/66/?format=api",
        "name": "Soviet Space Program",
        "type": "Government"
      },
      "rocket": {
        "id": 6168,
        "configuration": {
          "id": 37,
          "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/37/?format=api",
          "name": "Soyuz U",
          "family": "Soyuz",
          "full_name": "Soyuz U",
          "variant": ""
        }
      },
      "mission": {
        "id": 4558,
        "name": "Foton 5",
        "description": "Microgravity research satellite",
        "launch_designator": null,
        "type": "Materials Science",
        "orbit": {
          "id": 8,
          "name": "Low Earth Orbit",
          "abbrev": "LEO"
        },
        "agencies": [],
        "info_urls": [],
        "vid_urls": []
      },
      "pad": {
        "id": 168,
        "url": "https://ll.thespacedevs.com/2.2.0/pad/168/?format=api",
        "agency_id": null,
        "name": "41/1",
        "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",
        "location": {
          "id": 6,
          "url": "https://ll.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-prod.nyc3.digitaloceanspaces.com/media/map_images/location_6_20200803142434.jpg",
          "timezone_name": "Europe/Moscow",
          "total_launch_count": 1683,
          "total_landing_count": 0
        },
        "country_code": "RUS",
        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_168_20200803143446.jpg",
        "total_launch_count": 310,
        "orbital_launch_attempt_count": 310
      },
      "webcast_live": false,
      "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/soyuz2520u_image_20190222031023.jpeg",
      "infographic": null,
      "program": [],
      "orbital_launch_attempt_count": 3406,
      "location_launch_attempt_count": 1263,
      "pad_launch_attempt_count": 307,
      "agency_launch_attempt_count": 2266,
      "orbital_launch_attempt_count_year": 32,
      "location_launch_attempt_count_year": 16,
      "pad_launch_attempt_count_year": 2,
      "agency_launch_attempt_count_year": 25,
      "type": "normal"
    },
    {
      "id": "03750b68-3f5d-43cc-89eb-909ae631cb1c",
      "url": "https://ll.thespacedevs.com/2.2.0/launch/03750b68-3f5d-43cc-89eb-909ae631cb1c/?format=api",
      "slug": "soyuz-u-yantar-2k-27",
      "name": "Soyuz U | Yantar-2K 27",
      "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:21Z",
      "net": "1982-09-15T15:30:00Z",
      "window_end": "1982-09-15T15:30:00Z",
      "window_start": "1982-09-15T15:30:00Z",
      "net_precision": null,
      "probability": null,
      "weather_concerns": null,
      "holdreason": "",
      "failreason": null,
      "hashtag": null,
      "launch_service_provider": {
        "id": 66,
        "url": "https://ll.thespacedevs.com/2.2.0/agencies/66/?format=api",
        "name": "Soviet Space Program",
        "type": "Government"
      },
      "rocket": {
        "id": 5444,
        "configuration": {
          "id": 37,
          "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/37/?format=api",
          "name": "Soyuz U",
          "family": "Soyuz",
          "full_name": "Soyuz U",
          "variant": ""
        }
      },
      "mission": {
        "id": 3850,
        "name": "Yantar-2K 27",
        "description": "High-resolution film-return Yantar 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": 168,
        "url": "https://ll.thespacedevs.com/2.2.0/pad/168/?format=api",
        "agency_id": null,
        "name": "41/1",
        "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",
        "location": {
          "id": 6,
          "url": "https://ll.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-prod.nyc3.digitaloceanspaces.com/media/map_images/location_6_20200803142434.jpg",
          "timezone_name": "Europe/Moscow",
          "total_launch_count": 1683,
          "total_landing_count": 0
        },
        "country_code": "RUS",
        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_168_20200803143446.jpg",
        "total_launch_count": 310,
        "orbital_launch_attempt_count": 310
      },
      "webcast_live": false,
      "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/soyuz2520u_image_20190222031023.jpeg",
      "infographic": null,
      "program": [],
      "orbital_launch_attempt_count": 2614,
      "location_launch_attempt_count": 896,
      "pad_launch_attempt_count": 229,
      "agency_launch_attempt_count": 1633,
      "orbital_launch_attempt_count_year": 97,
      "location_launch_attempt_count_year": 49,
      "pad_launch_attempt_count_year": 16,
      "agency_launch_attempt_count_year": 82,
      "type": "normal"
    },
    {
      "id": "1246ba11-477c-40d4-908e-1a4227f9abbe",
      "url": "https://ll.thespacedevs.com/2.2.0/launch/1246ba11-477c-40d4-908e-1a4227f9abbe/?format=api",
      "slug": "molniya-m-molniya-3-32l",
      "name": "Molniya-M | Molniya-3 32L",
      "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:21Z",
      "net": "1983-08-30T22:49:00Z",
      "window_end": "1983-08-30T22:49:00Z",
      "window_start": "1983-08-30T22:49:00Z",
      "net_precision": null,
      "probability": null,
      "weather_concerns": null,
      "holdreason": "",
      "failreason": null,
      "hashtag": null,
      "launch_service_provider": {
        "id": 66,
        "url": "https://ll.thespacedevs.com/2.2.0/agencies/66/?format=api",
        "name": "Soviet Space Program",
        "type": "Government"
      },
      "rocket": {
        "id": 5558,
        "configuration": {
          "id": 106,
          "url": "https://ll.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": 3962,
        "name": "Molniya-3 32L",
        "description": "Molniya communication satellites operating from a highly elliptical orbit",
        "launch_designator": null,
        "type": "Communications",
        "orbit": {
          "id": 0,
          "name": "Elliptical Orbit",
          "abbrev": "Elliptical"
        },
        "agencies": [],
        "info_urls": [],
        "vid_urls": []
      },
      "pad": {
        "id": 168,
        "url": "https://ll.thespacedevs.com/2.2.0/pad/168/?format=api",
        "agency_id": null,
        "name": "41/1",
        "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",
        "location": {
          "id": 6,
          "url": "https://ll.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-prod.nyc3.digitaloceanspaces.com/media/map_images/location_6_20200803142434.jpg",
          "timezone_name": "Europe/Moscow",
          "total_launch_count": 1683,
          "total_landing_count": 0
        },
        "country_code": "RUS",
        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_168_20200803143446.jpg",
        "total_launch_count": 310,
        "orbital_launch_attempt_count": 310
      },
      "webcast_live": false,
      "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/molniya_m_image_20251102061752.jpg",
      "infographic": null,
      "program": [],
      "orbital_launch_attempt_count": 2737,
      "location_launch_attempt_count": 946,
      "pad_launch_attempt_count": 241,
      "agency_launch_attempt_count": 1726,
      "orbital_launch_attempt_count_year": 91,
      "location_launch_attempt_count_year": 40,
      "pad_launch_attempt_count_year": 12,
      "agency_launch_attempt_count_year": 67,
      "type": "normal"
    },
    {
      "id": "0a34e038-6ce7-4a39-bc2e-1fe0ed93267a",
      "url": "https://ll.thespacedevs.com/2.2.0/launch/0a34e038-6ce7-4a39-bc2e-1fe0ed93267a/?format=api",
      "slug": "soyuz-u-yantar-4k2-20",
      "name": "Soyuz U | Yantar-4K2 20",
      "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:21Z",
      "net": "1986-01-15T14:20:00Z",
      "window_end": "1986-01-15T14:20:00Z",
      "window_start": "1986-01-15T14:20:00Z",
      "net_precision": null,
      "probability": null,
      "weather_concerns": null,
      "holdreason": "",
      "failreason": null,
      "hashtag": null,
      "launch_service_provider": {
        "id": 66,
        "url": "https://ll.thespacedevs.com/2.2.0/agencies/66/?format=api",
        "name": "Soviet Space Program",
        "type": "Government"
      },
      "rocket": {
        "id": 5824,
        "configuration": {
          "id": 37,
          "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/37/?format=api",
          "name": "Soyuz U",
          "family": "Soyuz",
          "full_name": "Soyuz U",
          "variant": ""
        }
      },
      "mission": {
        "id": 4222,
        "name": "Yantar-4K2 20",
        "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": 168,
        "url": "https://ll.thespacedevs.com/2.2.0/pad/168/?format=api",
        "agency_id": null,
        "name": "41/1",
        "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",
        "location": {
          "id": 6,
          "url": "https://ll.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-prod.nyc3.digitaloceanspaces.com/media/map_images/location_6_20200803142434.jpg",
          "timezone_name": "Europe/Moscow",
          "total_launch_count": 1683,
          "total_landing_count": 0
        },
        "country_code": "RUS",
        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_168_20200803143446.jpg",
        "total_launch_count": 310,
        "orbital_launch_attempt_count": 310
      },
      "webcast_live": false,
      "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/soyuz2520u_image_20190222031023.jpeg",
      "infographic": null,
      "program": [],
      "orbital_launch_attempt_count": 3033,
      "location_launch_attempt_count": 1097,
      "pad_launch_attempt_count": 277,
      "agency_launch_attempt_count": 1959,
      "orbital_launch_attempt_count_year": 4,
      "location_launch_attempt_count_year": 3,
      "pad_launch_attempt_count_year": 1,
      "agency_launch_attempt_count_year": 3,
      "type": "normal"
    },
    {
      "id": "078ad875-0afb-438e-9f4e-45fa786e3693",
      "url": "https://ll.thespacedevs.com/2.2.0/launch/078ad875-0afb-438e-9f4e-45fa786e3693/?format=api",
      "slug": "soyuz-u-zenit-8-65",
      "name": "Soyuz U | Zenit-8 65",
      "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:21Z",
      "net": "1988-06-23T07:45:00Z",
      "window_end": "1988-06-23T07:45:00Z",
      "window_start": "1988-06-23T07:45:00Z",
      "net_precision": null,
      "probability": null,
      "weather_concerns": null,
      "holdreason": "",
      "failreason": null,
      "hashtag": null,
      "launch_service_provider": {
        "id": 66,
        "url": "https://ll.thespacedevs.com/2.2.0/agencies/66/?format=api",
        "name": "Soviet Space Program",
        "type": "Government"
      },
      "rocket": {
        "id": 6081,
        "configuration": {
          "id": 37,
          "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/37/?format=api",
          "name": "Soyuz U",
          "family": "Soyuz",
          "full_name": "Soyuz U",
          "variant": ""
        }
      },
      "mission": {
        "id": 4471,
        "name": "Zenit-8 65",
        "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": 168,
        "url": "https://ll.thespacedevs.com/2.2.0/pad/168/?format=api",
        "agency_id": null,
        "name": "41/1",
        "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",
        "location": {
          "id": 6,
          "url": "https://ll.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-prod.nyc3.digitaloceanspaces.com/media/map_images/location_6_20200803142434.jpg",
          "timezone_name": "Europe/Moscow",
          "total_launch_count": 1683,
          "total_landing_count": 0
        },
        "country_code": "RUS",
        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_168_20200803143446.jpg",
        "total_launch_count": 310,
        "orbital_launch_attempt_count": 310
      },
      "webcast_live": false,
      "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/soyuz2520u_image_20190222031023.jpeg",
      "infographic": null,
      "program": [],
      "orbital_launch_attempt_count": 3309,
      "location_launch_attempt_count": 1221,
      "pad_launch_attempt_count": 297,
      "agency_launch_attempt_count": 2193,
      "orbital_launch_attempt_count_year": 56,
      "location_launch_attempt_count_year": 22,
      "pad_launch_attempt_count_year": 5,
      "agency_launch_attempt_count_year": 46,
      "type": "normal"
    },
    {
      "id": "19988a05-f39e-4f15-8899-a7dbfd863552",
      "url": "https://ll.thespacedevs.com/2.2.0/launch/19988a05-f39e-4f15-8899-a7dbfd863552/?format=api",
      "slug": "soyuz-u-resurs-f1-17f41-27l",
      "name": "Soyuz U | Resurs-F1 17F41 27L",
      "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:21Z",
      "net": "1984-02-16T08:15:00Z",
      "window_end": "1984-02-16T08:15:00Z",
      "window_start": "1984-02-16T08:15:00Z",
      "net_precision": null,
      "probability": null,
      "weather_concerns": null,
      "holdreason": "",
      "failreason": null,
      "hashtag": null,
      "launch_service_provider": {
        "id": 66,
        "url": "https://ll.thespacedevs.com/2.2.0/agencies/66/?format=api",
        "name": "Soviet Space Program",
        "type": "Government"
      },
      "rocket": {
        "id": 5608,
        "configuration": {
          "id": 37,
          "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/37/?format=api",
          "name": "Soyuz U",
          "family": "Soyuz",
          "full_name": "Soyuz U",
          "variant": ""
        }
      },
      "mission": {
        "id": 4011,
        "name": "Resurs-F1 17F41 27L",
        "description": "Resurs-F1 (17F41) type film-return Earth observation satellite",
        "launch_designator": null,
        "type": "Earth Science",
        "orbit": {
          "id": 17,
          "name": "Sun-Synchronous Orbit",
          "abbrev": "SSO"
        },
        "agencies": [],
        "info_urls": [],
        "vid_urls": []
      },
      "pad": {
        "id": 168,
        "url": "https://ll.thespacedevs.com/2.2.0/pad/168/?format=api",
        "agency_id": null,
        "name": "41/1",
        "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",
        "location": {
          "id": 6,
          "url": "https://ll.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-prod.nyc3.digitaloceanspaces.com/media/map_images/location_6_20200803142434.jpg",
          "timezone_name": "Europe/Moscow",
          "total_launch_count": 1683,
          "total_landing_count": 0
        },
        "country_code": "RUS",
        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_168_20200803143446.jpg",
        "total_launch_count": 310,
        "orbital_launch_attempt_count": 310
      },
      "webcast_live": false,
      "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/soyuz2520u_image_20190222031023.jpeg",
      "infographic": null,
      "program": [],
      "orbital_launch_attempt_count": 2792,
      "location_launch_attempt_count": 977,
      "pad_launch_attempt_count": 250,
      "agency_launch_attempt_count": 1770,
      "orbital_launch_attempt_count_year": 17,
      "location_launch_attempt_count_year": 8,
      "pad_launch_attempt_count_year": 2,
      "agency_launch_attempt_count_year": 11,
      "type": "normal"
    },
    {
      "id": "2d1696bc-877b-4ea2-bc3d-6f46a127b0d1",
      "url": "https://ll.thespacedevs.com/2.2.0/launch/2d1696bc-877b-4ea2-bc3d-6f46a127b0d1/?format=api",
      "slug": "voskhod-zenit-4m-53",
      "name": "Voskhod | Zenit-4M 53",
      "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:21Z",
      "net": "1973-08-21T12:30:01Z",
      "window_end": "1973-08-21T12:30:01Z",
      "window_start": "1973-08-21T12:30:01Z",
      "net_precision": null,
      "probability": null,
      "weather_concerns": null,
      "holdreason": "",
      "failreason": null,
      "hashtag": null,
      "launch_service_provider": {
        "id": 66,
        "url": "https://ll.thespacedevs.com/2.2.0/agencies/66/?format=api",
        "name": "Soviet Space Program",
        "type": "Government"
      },
      "rocket": {
        "id": 4385,
        "configuration": {
          "id": 104,
          "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/104/?format=api",
          "name": "Voskhod",
          "family": "R-7",
          "full_name": "Voskhod",
          "variant": "Voskhod"
        }
      },
      "mission": {
        "id": 2803,
        "name": "Zenit-4M 53",
        "description": "The soviet Zenit-4M (Rotor, 11F691) was an improved version of the Zenit-4 high resolution reconnaissance satellite and was part of the Vostok-based Zenit-family.",
        "launch_designator": null,
        "type": "Government/Top Secret",
        "orbit": {
          "id": 8,
          "name": "Low Earth Orbit",
          "abbrev": "LEO"
        },
        "agencies": [],
        "info_urls": [],
        "vid_urls": []
      },
      "pad": {
        "id": 168,
        "url": "https://ll.thespacedevs.com/2.2.0/pad/168/?format=api",
        "agency_id": null,
        "name": "41/1",
        "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",
        "location": {
          "id": 6,
          "url": "https://ll.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-prod.nyc3.digitaloceanspaces.com/media/map_images/location_6_20200803142434.jpg",
          "timezone_name": "Europe/Moscow",
          "total_launch_count": 1683,
          "total_landing_count": 0
        },
        "country_code": "RUS",
        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_168_20200803143446.jpg",
        "total_launch_count": 310,
        "orbital_launch_attempt_count": 310
      },
      "webcast_live": false,
      "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/voskhod_during__image_20251102062248.jpg",
      "infographic": null,
      "program": [],
      "orbital_launch_attempt_count": 1483,
      "location_launch_attempt_count": 303,
      "pad_launch_attempt_count": 101,
      "agency_launch_attempt_count": 758,
      "orbital_launch_attempt_count_year": 61,
      "location_launch_attempt_count_year": 29,
      "pad_launch_attempt_count_year": 8,
      "agency_launch_attempt_count_year": 46,
      "type": "normal"
    },
    {
      "id": "0504f28e-bbdb-4ae4-a85d-35f1a0074f0f",
      "url": "https://ll.thespacedevs.com/2.2.0/launch/0504f28e-bbdb-4ae4-a85d-35f1a0074f0f/?format=api",
      "slug": "voskhod-zenit-2-56",
      "name": "Voskhod | Zenit-2 56",
      "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:21Z",
      "net": "1967-11-25T11:30:00Z",
      "window_end": "1967-11-25T11:30:00Z",
      "window_start": "1967-11-25T11:30:00Z",
      "net_precision": null,
      "probability": null,
      "weather_concerns": null,
      "holdreason": "",
      "failreason": null,
      "hashtag": null,
      "launch_service_provider": {
        "id": 66,
        "url": "https://ll.thespacedevs.com/2.2.0/agencies/66/?format=api",
        "name": "Soviet Space Program",
        "type": "Government"
      },
      "rocket": {
        "id": 3732,
        "configuration": {
          "id": 104,
          "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/104/?format=api",
          "name": "Voskhod",
          "family": "R-7",
          "full_name": "Voskhod",
          "variant": "Voskhod"
        }
      },
      "mission": {
        "id": 2150,
        "name": "Zenit-2 56",
        "description": "Zenit-2 film-return and ELINT reconnaissance satellite.",
        "launch_designator": null,
        "type": "Government/Top Secret",
        "orbit": {
          "id": 8,
          "name": "Low Earth Orbit",
          "abbrev": "LEO"
        },
        "agencies": [],
        "info_urls": [],
        "vid_urls": []
      },
      "pad": {
        "id": 168,
        "url": "https://ll.thespacedevs.com/2.2.0/pad/168/?format=api",
        "agency_id": null,
        "name": "41/1",
        "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",
        "location": {
          "id": 6,
          "url": "https://ll.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-prod.nyc3.digitaloceanspaces.com/media/map_images/location_6_20200803142434.jpg",
          "timezone_name": "Europe/Moscow",
          "total_launch_count": 1683,
          "total_landing_count": 0
        },
        "country_code": "RUS",
        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_168_20200803143446.jpg",
        "total_launch_count": 310,
        "orbital_launch_attempt_count": 310
      },
      "webcast_live": false,
      "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/voskhod_during__image_20251102062248.jpg",
      "infographic": null,
      "program": [],
      "orbital_launch_attempt_count": 778,
      "location_launch_attempt_count": 35,
      "pad_launch_attempt_count": 24,
      "agency_launch_attempt_count": 284,
      "orbital_launch_attempt_count_year": 130,
      "location_launch_attempt_count_year": 28,
      "pad_launch_attempt_count_year": 17,
      "agency_launch_attempt_count_year": 69,
      "type": "normal"
    }
  ]
}