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

{
  "count": 7851,
  "next": "https://ll.thespacedevs.com/2.2.0/launch/?format=api&limit=10&offset=140&ordering=last_updated",
  "previous": "https://ll.thespacedevs.com/2.2.0/launch/?format=api&limit=10&offset=120&ordering=last_updated",
  "results": [
    {
      "id": "8829e713-f6b0-49ce-b7a5-76e91a30ae1c",
      "url": "https://ll.thespacedevs.com/2.2.0/launch/8829e713-f6b0-49ce-b7a5-76e91a30ae1c/?format=api",
      "slug": "kosmos-11k63-ds-p1-yu-49",
      "name": "Kosmos 11K63 | DS-P1-Yu 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:31:47Z",
      "net": "1971-12-17T10:39:58Z",
      "window_end": "1971-12-17T10:39:58Z",
      "window_start": "1971-12-17T10:39:58Z",
      "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": 4212,
        "configuration": {
          "id": 327,
          "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/327/?format=api",
          "name": "Kosmos 11K63",
          "family": "Kosmos",
          "full_name": "Kosmos 11K63",
          "variant": "11K63"
        }
      },
      "mission": {
        "id": 2630,
        "name": "DS-P1-Yu 49",
        "description": "The DS-P1-Yu series of satellites was used to calibrate space surveillance and early warning radars.",
        "launch_designator": null,
        "type": "Test Target",
        "orbit": {
          "id": 8,
          "name": "Low Earth Orbit",
          "abbrev": "LEO"
        },
        "agencies": [],
        "info_urls": [],
        "vid_urls": []
      },
      "pad": {
        "id": 3,
        "url": "https://ll.thespacedevs.com/2.2.0/pad/3/?format=api",
        "agency_id": 163,
        "name": "133/3 (133L)",
        "description": null,
        "info_url": null,
        "wiki_url": "",
        "map_url": "https://www.google.com/maps?q=62.886999,40.846984",
        "latitude": "62.886999",
        "longitude": "40.846984",
        "location": {
          "id": 6,
          "url": "https://ll.thespacedevs.com/2.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": 1685,
          "total_landing_count": 0
        },
        "country_code": "RUS",
        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_3_20200803143438.jpg",
        "total_launch_count": 159,
        "orbital_launch_attempt_count": 159
      },
      "webcast_live": false,
      "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/kosmos_11k63_image_20251104091702.jpg",
      "infographic": null,
      "program": [],
      "orbital_launch_attempt_count": 1299,
      "location_launch_attempt_count": 214,
      "pad_launch_attempt_count": 52,
      "agency_launch_attempt_count": 626,
      "orbital_launch_attempt_count_year": 128,
      "location_launch_attempt_count_year": 53,
      "pad_launch_attempt_count_year": 12,
      "agency_launch_attempt_count_year": 85,
      "type": "normal"
    },
    {
      "id": "629ec10a-b671-41c5-9847-b7ae03f01eb1",
      "url": "https://ll.thespacedevs.com/2.2.0/launch/629ec10a-b671-41c5-9847-b7ae03f01eb1/?format=api",
      "slug": "kosmos-3m-strela-2m-49",
      "name": "Kosmos-3M | Strela-2M 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:31:47Z",
      "net": "1991-06-11T05:41:59Z",
      "window_end": "1991-06-11T05:41:59Z",
      "window_start": "1991-06-11T05:41:59Z",
      "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": 6373,
        "configuration": {
          "id": 102,
          "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/102/?format=api",
          "name": "Kosmos-3M",
          "family": "Kosmos",
          "full_name": "Kosmos-3M (11K65M)",
          "variant": "-3M"
        }
      },
      "mission": {
        "id": 4763,
        "name": "Strela-2M 49",
        "description": "Military communications satellite",
        "launch_designator": null,
        "type": "Government/Top Secret",
        "orbit": {
          "id": 8,
          "name": "Low Earth Orbit",
          "abbrev": "LEO"
        },
        "agencies": [],
        "info_urls": [],
        "vid_urls": []
      },
      "pad": {
        "id": 3,
        "url": "https://ll.thespacedevs.com/2.2.0/pad/3/?format=api",
        "agency_id": 163,
        "name": "133/3 (133L)",
        "description": null,
        "info_url": null,
        "wiki_url": "",
        "map_url": "https://www.google.com/maps?q=62.886999,40.846984",
        "latitude": "62.886999",
        "longitude": "40.846984",
        "location": {
          "id": 6,
          "url": "https://ll.thespacedevs.com/2.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": 1685,
          "total_landing_count": 0
        },
        "country_code": "RUS",
        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_3_20200803143438.jpg",
        "total_launch_count": 159,
        "orbital_launch_attempt_count": 159
      },
      "webcast_live": false,
      "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/kosmos-3m_durin_image_20251101171325.jpg",
      "infographic": null,
      "program": [],
      "orbital_launch_attempt_count": 3639,
      "location_launch_attempt_count": 1362,
      "pad_launch_attempt_count": 118,
      "agency_launch_attempt_count": 2424,
      "orbital_launch_attempt_count_year": 42,
      "location_launch_attempt_count_year": 19,
      "pad_launch_attempt_count_year": 6,
      "agency_launch_attempt_count_year": 29,
      "type": "normal"
    },
    {
      "id": "f8ca5297-c476-4295-bbc4-e8423bbff73d",
      "url": "https://ll.thespacedevs.com/2.2.0/launch/f8ca5297-c476-4295-bbc4-e8423bbff73d/?format=api",
      "slug": "kosmos-3m-strela-2m-44",
      "name": "Kosmos-3M | Strela-2M 44",
      "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:31:47Z",
      "net": "1988-04-05T14:41:00Z",
      "window_end": "1988-04-05T14:41:00Z",
      "window_start": "1988-04-05T14:41: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": 6057,
        "configuration": {
          "id": 102,
          "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/102/?format=api",
          "name": "Kosmos-3M",
          "family": "Kosmos",
          "full_name": "Kosmos-3M (11K65M)",
          "variant": "-3M"
        }
      },
      "mission": {
        "id": 4448,
        "name": "Strela-2M 44",
        "description": "Military communications satellite",
        "launch_designator": null,
        "type": "Government/Top Secret",
        "orbit": {
          "id": 8,
          "name": "Low Earth Orbit",
          "abbrev": "LEO"
        },
        "agencies": [],
        "info_urls": [],
        "vid_urls": []
      },
      "pad": {
        "id": 3,
        "url": "https://ll.thespacedevs.com/2.2.0/pad/3/?format=api",
        "agency_id": 163,
        "name": "133/3 (133L)",
        "description": null,
        "info_url": null,
        "wiki_url": "",
        "map_url": "https://www.google.com/maps?q=62.886999,40.846984",
        "latitude": "62.886999",
        "longitude": "40.846984",
        "location": {
          "id": 6,
          "url": "https://ll.thespacedevs.com/2.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": 1685,
          "total_landing_count": 0
        },
        "country_code": "RUS",
        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_3_20200803143438.jpg",
        "total_launch_count": 159,
        "orbital_launch_attempt_count": 159
      },
      "webcast_live": false,
      "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/kosmos-3m_durin_image_20251101171325.jpg",
      "infographic": null,
      "program": [],
      "orbital_launch_attempt_count": 3283,
      "location_launch_attempt_count": 1212,
      "pad_launch_attempt_count": 100,
      "agency_launch_attempt_count": 2171,
      "orbital_launch_attempt_count_year": 30,
      "location_launch_attempt_count_year": 13,
      "pad_launch_attempt_count_year": 1,
      "agency_launch_attempt_count_year": 24,
      "type": "normal"
    },
    {
      "id": "be130615-384a-4ae9-8c45-d19bbb131346",
      "url": "https://ll.thespacedevs.com/2.2.0/launch/be130615-384a-4ae9-8c45-d19bbb131346/?format=api",
      "slug": "kosmos-11k63-ds-p1-yu-23",
      "name": "Kosmos 11K63 | DS-P1-Yu 23",
      "status": {
        "id": 4,
        "name": "Launch Failure",
        "abbrev": "Failure",
        "description": "Either the launch vehicle did not reach orbit, or the payload(s) failed to separate."
      },
      "last_updated": "2023-06-14T03:31:47Z",
      "net": "1969-07-23T09:00:00Z",
      "window_end": "1969-07-23T09:00:00Z",
      "window_start": "1969-07-23T09: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": 3925,
        "configuration": {
          "id": 327,
          "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/327/?format=api",
          "name": "Kosmos 11K63",
          "family": "Kosmos",
          "full_name": "Kosmos 11K63",
          "variant": "11K63"
        }
      },
      "mission": {
        "id": 2343,
        "name": "DS-P1-Yu 23",
        "description": "The DS-P1-Yu series of satellites was used to calibrate space surveillance and early warning radars.",
        "launch_designator": null,
        "type": "Test Target",
        "orbit": {
          "id": 8,
          "name": "Low Earth Orbit",
          "abbrev": "LEO"
        },
        "agencies": [],
        "info_urls": [],
        "vid_urls": []
      },
      "pad": {
        "id": 3,
        "url": "https://ll.thespacedevs.com/2.2.0/pad/3/?format=api",
        "agency_id": 163,
        "name": "133/3 (133L)",
        "description": null,
        "info_url": null,
        "wiki_url": "",
        "map_url": "https://www.google.com/maps?q=62.886999,40.846984",
        "latitude": "62.886999",
        "longitude": "40.846984",
        "location": {
          "id": 6,
          "url": "https://ll.thespacedevs.com/2.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": 1685,
          "total_landing_count": 0
        },
        "country_code": "RUS",
        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_3_20200803143438.jpg",
        "total_launch_count": 159,
        "orbital_launch_attempt_count": 159
      },
      "webcast_live": false,
      "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/kosmos_11k63_image_20251104091702.jpg",
      "infographic": null,
      "program": [],
      "orbital_launch_attempt_count": 993,
      "location_launch_attempt_count": 90,
      "pad_launch_attempt_count": 20,
      "agency_launch_attempt_count": 417,
      "orbital_launch_attempt_count_year": 74,
      "location_launch_attempt_count_year": 22,
      "pad_launch_attempt_count_year": 6,
      "agency_launch_attempt_count_year": 46,
      "type": "normal"
    },
    {
      "id": "f1befff2-2deb-4e0d-bd21-c09c99180a75",
      "url": "https://ll.thespacedevs.com/2.2.0/launch/f1befff2-2deb-4e0d-bd21-c09c99180a75/?format=api",
      "slug": "kosmos-11k63-ds-p1-yu-65",
      "name": "Kosmos 11K63 | DS-P1-Yu 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-14T03:31:47Z",
      "net": "1973-10-16T14:00:01Z",
      "window_end": "1973-10-16T14:00:01Z",
      "window_start": "1973-10-16T14:00: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": 4405,
        "configuration": {
          "id": 327,
          "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/327/?format=api",
          "name": "Kosmos 11K63",
          "family": "Kosmos",
          "full_name": "Kosmos 11K63",
          "variant": "11K63"
        }
      },
      "mission": {
        "id": 2823,
        "name": "DS-P1-Yu 65",
        "description": "The DS-P1-Yu series of satellites was used to calibrate space surveillance and early warning radars.",
        "launch_designator": null,
        "type": "Test Target",
        "orbit": {
          "id": 8,
          "name": "Low Earth Orbit",
          "abbrev": "LEO"
        },
        "agencies": [],
        "info_urls": [],
        "vid_urls": []
      },
      "pad": {
        "id": 3,
        "url": "https://ll.thespacedevs.com/2.2.0/pad/3/?format=api",
        "agency_id": 163,
        "name": "133/3 (133L)",
        "description": null,
        "info_url": null,
        "wiki_url": "",
        "map_url": "https://www.google.com/maps?q=62.886999,40.846984",
        "latitude": "62.886999",
        "longitude": "40.846984",
        "location": {
          "id": 6,
          "url": "https://ll.thespacedevs.com/2.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": 1685,
          "total_landing_count": 0
        },
        "country_code": "RUS",
        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_3_20200803143438.jpg",
        "total_launch_count": 159,
        "orbital_launch_attempt_count": 159
      },
      "webcast_live": false,
      "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/kosmos_11k63_image_20251104091702.jpg",
      "infographic": null,
      "program": [],
      "orbital_launch_attempt_count": 1504,
      "location_launch_attempt_count": 316,
      "pad_launch_attempt_count": 69,
      "agency_launch_attempt_count": 775,
      "orbital_launch_attempt_count_year": 82,
      "location_launch_attempt_count_year": 42,
      "pad_launch_attempt_count_year": 6,
      "agency_launch_attempt_count_year": 63,
      "type": "normal"
    },
    {
      "id": "ad4c9f05-6a24-4d03-ac4d-5c072020ce24",
      "url": "https://ll.thespacedevs.com/2.2.0/launch/ad4c9f05-6a24-4d03-ac4d-5c072020ce24/?format=api",
      "slug": "kosmos-11k63-ds-p1-yu-25",
      "name": "Kosmos 11K63 | DS-P1-Yu 25",
      "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:31:47Z",
      "net": "1969-10-18T10:00:03Z",
      "window_end": "1969-10-18T10:00:03Z",
      "window_start": "1969-10-18T10:00:03Z",
      "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": 3951,
        "configuration": {
          "id": 327,
          "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/327/?format=api",
          "name": "Kosmos 11K63",
          "family": "Kosmos",
          "full_name": "Kosmos 11K63",
          "variant": "11K63"
        }
      },
      "mission": {
        "id": 2369,
        "name": "DS-P1-Yu 25",
        "description": "The DS-P1-Yu series of satellites was used to calibrate space surveillance and early warning radars.",
        "launch_designator": null,
        "type": "Test Target",
        "orbit": {
          "id": 8,
          "name": "Low Earth Orbit",
          "abbrev": "LEO"
        },
        "agencies": [],
        "info_urls": [],
        "vid_urls": []
      },
      "pad": {
        "id": 3,
        "url": "https://ll.thespacedevs.com/2.2.0/pad/3/?format=api",
        "agency_id": 163,
        "name": "133/3 (133L)",
        "description": null,
        "info_url": null,
        "wiki_url": "",
        "map_url": "https://www.google.com/maps?q=62.886999,40.846984",
        "latitude": "62.886999",
        "longitude": "40.846984",
        "location": {
          "id": 6,
          "url": "https://ll.thespacedevs.com/2.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": 1685,
          "total_landing_count": 0
        },
        "country_code": "RUS",
        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_3_20200803143438.jpg",
        "total_launch_count": 159,
        "orbital_launch_attempt_count": 159
      },
      "webcast_live": false,
      "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/kosmos_11k63_image_20251104091702.jpg",
      "infographic": null,
      "program": [],
      "orbital_launch_attempt_count": 1023,
      "location_launch_attempt_count": 98,
      "pad_launch_attempt_count": 22,
      "agency_launch_attempt_count": 436,
      "orbital_launch_attempt_count_year": 104,
      "location_launch_attempt_count_year": 30,
      "pad_launch_attempt_count_year": 8,
      "agency_launch_attempt_count_year": 65,
      "type": "normal"
    },
    {
      "id": "7a79cce3-b91e-40b1-80d0-4c269ee65c71",
      "url": "https://ll.thespacedevs.com/2.2.0/launch/7a79cce3-b91e-40b1-80d0-4c269ee65c71/?format=api",
      "slug": "kosmos-11k63-ds-p1-i-18",
      "name": "Kosmos 11K63 | DS-P1-I 18",
      "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:31:47Z",
      "net": "1976-08-18T09:30:01Z",
      "window_end": "1976-08-18T09:30:01Z",
      "window_start": "1976-08-18T09: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": 4746,
        "configuration": {
          "id": 327,
          "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/327/?format=api",
          "name": "Kosmos 11K63",
          "family": "Kosmos",
          "full_name": "Kosmos 11K63",
          "variant": "11K63"
        }
      },
      "mission": {
        "id": 3164,
        "name": "DS-P1-I 18",
        "description": "The DS-P1-I series of satellites was used to calibrate space surveillance and early warning radars.",
        "launch_designator": null,
        "type": "Test Target",
        "orbit": {
          "id": 8,
          "name": "Low Earth Orbit",
          "abbrev": "LEO"
        },
        "agencies": [],
        "info_urls": [],
        "vid_urls": []
      },
      "pad": {
        "id": 3,
        "url": "https://ll.thespacedevs.com/2.2.0/pad/3/?format=api",
        "agency_id": 163,
        "name": "133/3 (133L)",
        "description": null,
        "info_url": null,
        "wiki_url": "",
        "map_url": "https://www.google.com/maps?q=62.886999,40.846984",
        "latitude": "62.886999",
        "longitude": "40.846984",
        "location": {
          "id": 6,
          "url": "https://ll.thespacedevs.com/2.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": 1685,
          "total_landing_count": 0
        },
        "country_code": "RUS",
        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_3_20200803143438.jpg",
        "total_launch_count": 159,
        "orbital_launch_attempt_count": 159
      },
      "webcast_live": false,
      "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/kosmos_11k63_image_20251104091702.jpg",
      "infographic": null,
      "program": [],
      "orbital_launch_attempt_count": 1867,
      "location_launch_attempt_count": 500,
      "pad_launch_attempt_count": 87,
      "agency_launch_attempt_count": 1040,
      "orbital_launch_attempt_count_year": 84,
      "location_launch_attempt_count_year": 42,
      "pad_launch_attempt_count_year": 3,
      "agency_launch_attempt_count_year": 61,
      "type": "normal"
    },
    {
      "id": "269b3536-e54b-481d-8870-b7695b9cac94",
      "url": "https://ll.thespacedevs.com/2.2.0/launch/269b3536-e54b-481d-8870-b7695b9cac94/?format=api",
      "slug": "kosmos-3m-nadezhda-6",
      "name": "Kosmos-3M | Nadezhda 6",
      "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:31:47Z",
      "net": "1991-03-12T19:29:04Z",
      "window_end": "1991-03-12T19:29:04Z",
      "window_start": "1991-03-12T19:29: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": 6356,
        "configuration": {
          "id": 102,
          "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/102/?format=api",
          "name": "Kosmos-3M",
          "family": "Kosmos",
          "full_name": "Kosmos-3M (11K65M)",
          "variant": "-3M"
        }
      },
      "mission": {
        "id": 4746,
        "name": "Nadezhda 6",
        "description": "Civilian navigation satellite equivalent to the purely military Parus",
        "launch_designator": null,
        "type": "Navigation",
        "orbit": {
          "id": 8,
          "name": "Low Earth Orbit",
          "abbrev": "LEO"
        },
        "agencies": [],
        "info_urls": [],
        "vid_urls": []
      },
      "pad": {
        "id": 3,
        "url": "https://ll.thespacedevs.com/2.2.0/pad/3/?format=api",
        "agency_id": 163,
        "name": "133/3 (133L)",
        "description": null,
        "info_url": null,
        "wiki_url": "",
        "map_url": "https://www.google.com/maps?q=62.886999,40.846984",
        "latitude": "62.886999",
        "longitude": "40.846984",
        "location": {
          "id": 6,
          "url": "https://ll.thespacedevs.com/2.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": 1685,
          "total_landing_count": 0
        },
        "country_code": "RUS",
        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_3_20200803143438.jpg",
        "total_launch_count": 159,
        "orbital_launch_attempt_count": 159
      },
      "webcast_live": false,
      "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/kosmos-3m_durin_image_20251101171325.jpg",
      "infographic": null,
      "program": [],
      "orbital_launch_attempt_count": 3616,
      "location_launch_attempt_count": 1352,
      "pad_launch_attempt_count": 117,
      "agency_launch_attempt_count": 2409,
      "orbital_launch_attempt_count_year": 19,
      "location_launch_attempt_count_year": 9,
      "pad_launch_attempt_count_year": 5,
      "agency_launch_attempt_count_year": 14,
      "type": "normal"
    },
    {
      "id": "dcc66c40-f16a-419c-83f0-784d34162cbf",
      "url": "https://ll.thespacedevs.com/2.2.0/launch/dcc66c40-f16a-419c-83f0-784d34162cbf/?format=api",
      "slug": "kosmos-11k63-ds-p1-yu-18",
      "name": "Kosmos 11K63 | DS-P1-Yu 18",
      "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:31:47Z",
      "net": "1969-02-07T13:59:00Z",
      "window_end": "1969-02-07T13:59:00Z",
      "window_start": "1969-02-07T13:59: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": 3872,
        "configuration": {
          "id": 327,
          "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/327/?format=api",
          "name": "Kosmos 11K63",
          "family": "Kosmos",
          "full_name": "Kosmos 11K63",
          "variant": "11K63"
        }
      },
      "mission": {
        "id": 2290,
        "name": "DS-P1-Yu 18",
        "description": "The DS-P1-Yu series of satellites was used to calibrate space surveillance and early warning radars.",
        "launch_designator": null,
        "type": "Test Target",
        "orbit": {
          "id": 8,
          "name": "Low Earth Orbit",
          "abbrev": "LEO"
        },
        "agencies": [],
        "info_urls": [],
        "vid_urls": []
      },
      "pad": {
        "id": 3,
        "url": "https://ll.thespacedevs.com/2.2.0/pad/3/?format=api",
        "agency_id": 163,
        "name": "133/3 (133L)",
        "description": null,
        "info_url": null,
        "wiki_url": "",
        "map_url": "https://www.google.com/maps?q=62.886999,40.846984",
        "latitude": "62.886999",
        "longitude": "40.846984",
        "location": {
          "id": 6,
          "url": "https://ll.thespacedevs.com/2.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": 1685,
          "total_landing_count": 0
        },
        "country_code": "RUS",
        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_3_20200803143438.jpg",
        "total_launch_count": 159,
        "orbital_launch_attempt_count": 159
      },
      "webcast_live": false,
      "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/kosmos_11k63_image_20251104091702.jpg",
      "infographic": null,
      "program": [],
      "orbital_launch_attempt_count": 934,
      "location_launch_attempt_count": 71,
      "pad_launch_attempt_count": 15,
      "agency_launch_attempt_count": 381,
      "orbital_launch_attempt_count_year": 15,
      "location_launch_attempt_count_year": 3,
      "pad_launch_attempt_count_year": 1,
      "agency_launch_attempt_count_year": 10,
      "type": "normal"
    },
    {
      "id": "b4b6de3c-497a-4fda-b41e-f832c35d4ba7",
      "url": "https://ll.thespacedevs.com/2.2.0/launch/b4b6de3c-497a-4fda-b41e-f832c35d4ba7/?format=api",
      "slug": "kosmos-11k63-ds-u1-ik-2",
      "name": "Kosmos 11K63 | DS-U1-IK 2",
      "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:31:47Z",
      "net": "1972-11-30T21:49:57Z",
      "window_end": "1972-11-30T21:49:57Z",
      "window_start": "1972-11-30T21:49:57Z",
      "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": 4317,
        "configuration": {
          "id": 327,
          "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/327/?format=api",
          "name": "Kosmos 11K63",
          "family": "Kosmos",
          "full_name": "Kosmos 11K63",
          "variant": "11K63"
        }
      },
      "mission": {
        "id": 2735,
        "name": "DS-U1-IK 2",
        "description": "Satellite designed to investigate the ionosphere.",
        "launch_designator": null,
        "type": "Earth Science",
        "orbit": {
          "id": 8,
          "name": "Low Earth Orbit",
          "abbrev": "LEO"
        },
        "agencies": [],
        "info_urls": [],
        "vid_urls": []
      },
      "pad": {
        "id": 3,
        "url": "https://ll.thespacedevs.com/2.2.0/pad/3/?format=api",
        "agency_id": 163,
        "name": "133/3 (133L)",
        "description": null,
        "info_url": null,
        "wiki_url": "",
        "map_url": "https://www.google.com/maps?q=62.886999,40.846984",
        "latitude": "62.886999",
        "longitude": "40.846984",
        "location": {
          "id": 6,
          "url": "https://ll.thespacedevs.com/2.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": 1685,
          "total_landing_count": 0
        },
        "country_code": "RUS",
        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_3_20200803143438.jpg",
        "total_launch_count": 159,
        "orbital_launch_attempt_count": 159
      },
      "webcast_live": false,
      "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/kosmos_11k63_image_20251104091702.jpg",
      "infographic": null,
      "program": [],
      "orbital_launch_attempt_count": 1409,
      "location_launch_attempt_count": 268,
      "pad_launch_attempt_count": 63,
      "agency_launch_attempt_count": 705,
      "orbital_launch_attempt_count_year": 103,
      "location_launch_attempt_count_year": 49,
      "pad_launch_attempt_count_year": 11,
      "agency_launch_attempt_count_year": 73,
      "type": "normal"
    }
  ]
}