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

{
  "count": 7843,
  "next": "https://ll.thespacedevs.com/2.2.0/launch/?format=api&limit=10&offset=7060&ordering=name",
  "previous": "https://ll.thespacedevs.com/2.2.0/launch/?format=api&limit=10&offset=7040&ordering=name",
  "results": [
    {
      "id": "9d0f7f67-8e67-49c1-9ce9-a0caa4dcc54e",
      "url": "https://ll.thespacedevs.com/2.2.0/launch/9d0f7f67-8e67-49c1-9ce9-a0caa4dcc54e/?format=api",
      "slug": "tsiklon-3-geo-ik-14",
      "name": "Tsiklon-3 | Geo-IK 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-14T04:23:06Z",
      "net": "1994-11-29T02:54:00Z",
      "window_end": "1994-11-29T02:54:00Z",
      "window_start": "1994-11-29T02:54:00Z",
      "net_precision": null,
      "probability": null,
      "weather_concerns": null,
      "holdreason": "",
      "failreason": "",
      "hashtag": null,
      "launch_service_provider": {
        "id": 193,
        "url": "https://ll.thespacedevs.com/2.2.0/agencies/193/?format=api",
        "name": "Russian Space Forces",
        "type": "Government"
      },
      "rocket": {
        "id": 6628,
        "configuration": {
          "id": 445,
          "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/445/?format=api",
          "name": "Tsiklon-3",
          "family": "Tsiklon",
          "full_name": "Tsiklon-3",
          "variant": "3"
        }
      },
      "mission": {
        "id": 5018,
        "name": "Geo-IK 14",
        "description": "A satellite for the GEO-IK geodetic system",
        "launch_designator": null,
        "type": "Earth Science",
        "orbit": {
          "id": 8,
          "name": "Low Earth Orbit",
          "abbrev": "LEO"
        },
        "agencies": [],
        "info_urls": [],
        "vid_urls": []
      },
      "pad": {
        "id": 127,
        "url": "https://ll.thespacedevs.com/2.2.0/pad/127/?format=api",
        "agency_id": 63,
        "name": "32/2",
        "description": null,
        "info_url": null,
        "wiki_url": "https://en.wikipedia.org/wiki/Plesetsk_Cosmodrome_Site_32",
        "map_url": "https://www.google.com/maps?q=62.9063889,40.7844727",
        "latitude": "62.9063889",
        "longitude": "40.7844727",
        "location": {
          "id": 6,
          "url": "https://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_127_20200803143245.jpg",
        "total_launch_count": 65,
        "orbital_launch_attempt_count": 65
      },
      "webcast_live": false,
      "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/tsyklon-3_launc_image_20251112153513.png",
      "infographic": null,
      "program": [],
      "orbital_launch_attempt_count": 3949,
      "location_launch_attempt_count": 1456,
      "pad_launch_attempt_count": 60,
      "agency_launch_attempt_count": 40,
      "orbital_launch_attempt_count_year": 81,
      "location_launch_attempt_count_year": 16,
      "pad_launch_attempt_count_year": 3,
      "agency_launch_attempt_count_year": 10,
      "type": "normal"
    },
    {
      "id": "c8688b85-56eb-442f-b0c8-9e012f73517d",
      "url": "https://ll.thespacedevs.com/2.2.0/launch/c8688b85-56eb-442f-b0c8-9e012f73517d/?format=api",
      "slug": "tsiklon-3-geo-ik-2",
      "name": "Tsiklon-3 | Geo-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-14T04:22:44Z",
      "net": "1981-09-30T08:00:00Z",
      "window_end": "1981-09-30T08:00:00Z",
      "window_start": "1981-09-30T08: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": 5329,
        "configuration": {
          "id": 445,
          "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/445/?format=api",
          "name": "Tsiklon-3",
          "family": "Tsiklon",
          "full_name": "Tsiklon-3",
          "variant": "3"
        }
      },
      "mission": {
        "id": 3737,
        "name": "Geo-IK 2",
        "description": "A satellite for the GEO-IK geodetic system",
        "launch_designator": null,
        "type": "Earth Science",
        "orbit": {
          "id": 8,
          "name": "Low Earth Orbit",
          "abbrev": "LEO"
        },
        "agencies": [],
        "info_urls": [],
        "vid_urls": []
      },
      "pad": {
        "id": 126,
        "url": "https://ll.thespacedevs.com/2.2.0/pad/126/?format=api",
        "agency_id": 63,
        "name": "32/1",
        "description": null,
        "info_url": null,
        "wiki_url": "https://en.wikipedia.org/wiki/Plesetsk_Cosmodrome_Site_32",
        "map_url": "https://www.google.com/maps?q=62.9063889,40.7844727",
        "latitude": "62.9063889",
        "longitude": "40.7844727",
        "location": {
          "id": 6,
          "url": "https://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_126_20200803143238.jpg",
        "total_launch_count": 57,
        "orbital_launch_attempt_count": 57
      },
      "webcast_live": false,
      "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/tsyklon-3_launc_image_20251112153513.png",
      "infographic": null,
      "program": [],
      "orbital_launch_attempt_count": 2491,
      "location_launch_attempt_count": 838,
      "pad_launch_attempt_count": 5,
      "agency_launch_attempt_count": 1532,
      "orbital_launch_attempt_count_year": 100,
      "location_launch_attempt_count_year": 51,
      "pad_launch_attempt_count_year": 4,
      "agency_launch_attempt_count_year": 81,
      "type": "normal"
    },
    {
      "id": "52b6d7bf-c713-4fde-8ff1-2839ab9aeb27",
      "url": "https://ll.thespacedevs.com/2.2.0/launch/52b6d7bf-c713-4fde-8ff1-2839ab9aeb27/?format=api",
      "slug": "tsiklon-3-geo-ik-3",
      "name": "Tsiklon-3 | Geo-IK 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:22:43Z",
      "net": "1982-09-24T09:15:00Z",
      "window_end": "1982-09-24T09:15:00Z",
      "window_start": "1982-09-24T09: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": 5448,
        "configuration": {
          "id": 445,
          "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/445/?format=api",
          "name": "Tsiklon-3",
          "family": "Tsiklon",
          "full_name": "Tsiklon-3",
          "variant": "3"
        }
      },
      "mission": {
        "id": 3853,
        "name": "Geo-IK 3",
        "description": "A satellite for the GEO-IK geodetic system",
        "launch_designator": null,
        "type": "Earth Science",
        "orbit": {
          "id": 8,
          "name": "Low Earth Orbit",
          "abbrev": "LEO"
        },
        "agencies": [],
        "info_urls": [],
        "vid_urls": []
      },
      "pad": {
        "id": 126,
        "url": "https://ll.thespacedevs.com/2.2.0/pad/126/?format=api",
        "agency_id": 63,
        "name": "32/1",
        "description": null,
        "info_url": null,
        "wiki_url": "https://en.wikipedia.org/wiki/Plesetsk_Cosmodrome_Site_32",
        "map_url": "https://www.google.com/maps?q=62.9063889,40.7844727",
        "latitude": "62.9063889",
        "longitude": "40.7844727",
        "location": {
          "id": 6,
          "url": "https://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_126_20200803143238.jpg",
        "total_launch_count": 57,
        "orbital_launch_attempt_count": 57
      },
      "webcast_live": false,
      "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/tsyklon-3_launc_image_20251112153513.png",
      "infographic": null,
      "program": [],
      "orbital_launch_attempt_count": 2619,
      "location_launch_attempt_count": 899,
      "pad_launch_attempt_count": 9,
      "agency_launch_attempt_count": 1638,
      "orbital_launch_attempt_count_year": 102,
      "location_launch_attempt_count_year": 52,
      "pad_launch_attempt_count_year": 3,
      "agency_launch_attempt_count_year": 87,
      "type": "normal"
    },
    {
      "id": "abd50f9e-3260-4854-93d9-f8cea03a789c",
      "url": "https://ll.thespacedevs.com/2.2.0/launch/abd50f9e-3260-4854-93d9-f8cea03a789c/?format=api",
      "slug": "tsiklon-3-geo-ik-4",
      "name": "Tsiklon-3 | Geo-IK 4",
      "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:23:06Z",
      "net": "1983-11-24T12:33:00Z",
      "window_end": "1983-11-24T12:33:00Z",
      "window_start": "1983-11-24T12:33: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": 5582,
        "configuration": {
          "id": 445,
          "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/445/?format=api",
          "name": "Tsiklon-3",
          "family": "Tsiklon",
          "full_name": "Tsiklon-3",
          "variant": "3"
        }
      },
      "mission": {
        "id": 3985,
        "name": "Geo-IK 4",
        "description": "A satellite for the GEO-IK geodetic system",
        "launch_designator": null,
        "type": "Earth Science",
        "orbit": {
          "id": 8,
          "name": "Low Earth Orbit",
          "abbrev": "LEO"
        },
        "agencies": [],
        "info_urls": [],
        "vid_urls": []
      },
      "pad": {
        "id": 127,
        "url": "https://ll.thespacedevs.com/2.2.0/pad/127/?format=api",
        "agency_id": 63,
        "name": "32/2",
        "description": null,
        "info_url": null,
        "wiki_url": "https://en.wikipedia.org/wiki/Plesetsk_Cosmodrome_Site_32",
        "map_url": "https://www.google.com/maps?q=62.9063889,40.7844727",
        "latitude": "62.9063889",
        "longitude": "40.7844727",
        "location": {
          "id": 6,
          "url": "https://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_127_20200803143245.jpg",
        "total_launch_count": 65,
        "orbital_launch_attempt_count": 65
      },
      "webcast_live": false,
      "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/tsyklon-3_launc_image_20251112153513.png",
      "infographic": null,
      "program": [],
      "orbital_launch_attempt_count": 2763,
      "location_launch_attempt_count": 962,
      "pad_launch_attempt_count": 10,
      "agency_launch_attempt_count": 1748,
      "orbital_launch_attempt_count_year": 117,
      "location_launch_attempt_count_year": 56,
      "pad_launch_attempt_count_year": 3,
      "agency_launch_attempt_count_year": 89,
      "type": "normal"
    },
    {
      "id": "83d23683-17ae-4a5f-ab17-5cb22316c788",
      "url": "https://ll.thespacedevs.com/2.2.0/launch/83d23683-17ae-4a5f-ab17-5cb22316c788/?format=api",
      "slug": "tsiklon-3-geo-ik-5",
      "name": "Tsiklon-3 | Geo-IK 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:23:05Z",
      "net": "1984-08-08T12:08:00Z",
      "window_end": "1984-08-08T12:08:00Z",
      "window_start": "1984-08-08T12:08: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": 5668,
        "configuration": {
          "id": 445,
          "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/445/?format=api",
          "name": "Tsiklon-3",
          "family": "Tsiklon",
          "full_name": "Tsiklon-3",
          "variant": "3"
        }
      },
      "mission": {
        "id": 4070,
        "name": "Geo-IK 5",
        "description": "A satellite for the GEO-IK geodetic system",
        "launch_designator": null,
        "type": "Earth Science",
        "orbit": {
          "id": 8,
          "name": "Low Earth Orbit",
          "abbrev": "LEO"
        },
        "agencies": [],
        "info_urls": [],
        "vid_urls": []
      },
      "pad": {
        "id": 127,
        "url": "https://ll.thespacedevs.com/2.2.0/pad/127/?format=api",
        "agency_id": 63,
        "name": "32/2",
        "description": null,
        "info_url": null,
        "wiki_url": "https://en.wikipedia.org/wiki/Plesetsk_Cosmodrome_Site_32",
        "map_url": "https://www.google.com/maps?q=62.9063889,40.7844727",
        "latitude": "62.9063889",
        "longitude": "40.7844727",
        "location": {
          "id": 6,
          "url": "https://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_127_20200803143245.jpg",
        "total_launch_count": 65,
        "orbital_launch_attempt_count": 65
      },
      "webcast_live": false,
      "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/tsyklon-3_launc_image_20251112153513.png",
      "infographic": null,
      "program": [],
      "orbital_launch_attempt_count": 2859,
      "location_launch_attempt_count": 1011,
      "pad_launch_attempt_count": 15,
      "agency_launch_attempt_count": 1825,
      "orbital_launch_attempt_count_year": 84,
      "location_launch_attempt_count_year": 42,
      "pad_launch_attempt_count_year": 4,
      "agency_launch_attempt_count_year": 66,
      "type": "normal"
    },
    {
      "id": "072e6070-73ce-4c5d-9253-094730386ec2",
      "url": "https://ll.thespacedevs.com/2.2.0/launch/072e6070-73ce-4c5d-9253-094730386ec2/?format=api",
      "slug": "tsiklon-3-geo-ik-6",
      "name": "Tsiklon-3 | Geo-IK 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-14T04:22:46Z",
      "net": "1985-06-14T10:36:00Z",
      "window_end": "1985-06-14T10:36:00Z",
      "window_start": "1985-06-14T10:36: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": 5753,
        "configuration": {
          "id": 445,
          "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/445/?format=api",
          "name": "Tsiklon-3",
          "family": "Tsiklon",
          "full_name": "Tsiklon-3",
          "variant": "3"
        }
      },
      "mission": {
        "id": 4153,
        "name": "Geo-IK 6",
        "description": "A satellite for the GEO-IK geodetic system",
        "launch_designator": null,
        "type": "Earth Science",
        "orbit": {
          "id": 8,
          "name": "Low Earth Orbit",
          "abbrev": "LEO"
        },
        "agencies": [],
        "info_urls": [],
        "vid_urls": []
      },
      "pad": {
        "id": 126,
        "url": "https://ll.thespacedevs.com/2.2.0/pad/126/?format=api",
        "agency_id": 63,
        "name": "32/1",
        "description": null,
        "info_url": null,
        "wiki_url": "https://en.wikipedia.org/wiki/Plesetsk_Cosmodrome_Site_32",
        "map_url": "https://www.google.com/maps?q=62.9063889,40.7844727",
        "latitude": "62.9063889",
        "longitude": "40.7844727",
        "location": {
          "id": 6,
          "url": "https://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_126_20200803143238.jpg",
        "total_launch_count": 57,
        "orbital_launch_attempt_count": 57
      },
      "webcast_live": false,
      "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/tsyklon-3_launc_image_20251112153513.png",
      "infographic": null,
      "program": [],
      "orbital_launch_attempt_count": 2952,
      "location_launch_attempt_count": 1054,
      "pad_launch_attempt_count": 14,
      "agency_launch_attempt_count": 1895,
      "orbital_launch_attempt_count_year": 48,
      "location_launch_attempt_count_year": 23,
      "pad_launch_attempt_count_year": 3,
      "agency_launch_attempt_count_year": 39,
      "type": "normal"
    },
    {
      "id": "8d77a5f0-5b7a-4516-8cf4-d0cfd4ae473a",
      "url": "https://ll.thespacedevs.com/2.2.0/launch/8d77a5f0-5b7a-4516-8cf4-d0cfd4ae473a/?format=api",
      "slug": "tsiklon-3-geo-ik-7",
      "name": "Tsiklon-3 | Geo-IK 7",
      "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:23:06Z",
      "net": "1986-02-11T06:56:00Z",
      "window_end": "1986-02-11T06:56:00Z",
      "window_start": "1986-02-11T06:56: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": 5835,
        "configuration": {
          "id": 445,
          "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/445/?format=api",
          "name": "Tsiklon-3",
          "family": "Tsiklon",
          "full_name": "Tsiklon-3",
          "variant": "3"
        }
      },
      "mission": {
        "id": 4233,
        "name": "Geo-IK 7",
        "description": "A satellite for the GEO-IK geodetic system",
        "launch_designator": null,
        "type": "Earth Science",
        "orbit": {
          "id": 8,
          "name": "Low Earth Orbit",
          "abbrev": "LEO"
        },
        "agencies": [],
        "info_urls": [],
        "vid_urls": []
      },
      "pad": {
        "id": 127,
        "url": "https://ll.thespacedevs.com/2.2.0/pad/127/?format=api",
        "agency_id": 63,
        "name": "32/2",
        "description": null,
        "info_url": null,
        "wiki_url": "https://en.wikipedia.org/wiki/Plesetsk_Cosmodrome_Site_32",
        "map_url": "https://www.google.com/maps?q=62.9063889,40.7844727",
        "latitude": "62.9063889",
        "longitude": "40.7844727",
        "location": {
          "id": 6,
          "url": "https://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_127_20200803143245.jpg",
        "total_launch_count": 65,
        "orbital_launch_attempt_count": 65
      },
      "webcast_live": false,
      "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/tsyklon-3_launc_image_20251112153513.png",
      "infographic": null,
      "program": [],
      "orbital_launch_attempt_count": 3045,
      "location_launch_attempt_count": 1103,
      "pad_launch_attempt_count": 22,
      "agency_launch_attempt_count": 1968,
      "orbital_launch_attempt_count_year": 16,
      "location_launch_attempt_count_year": 9,
      "pad_launch_attempt_count_year": 1,
      "agency_launch_attempt_count_year": 12,
      "type": "normal"
    },
    {
      "id": "be17be5f-a273-4190-bf8a-6d10338f304b",
      "url": "https://ll.thespacedevs.com/2.2.0/launch/be17be5f-a273-4190-bf8a-6d10338f304b/?format=api",
      "slug": "tsiklon-3-geo-ik-8",
      "name": "Tsiklon-3 | Geo-IK 8",
      "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:22:44Z",
      "net": "1986-12-02T07:00:00Z",
      "window_end": "1986-12-02T07:00:00Z",
      "window_start": "1986-12-02T07: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": 5916,
        "configuration": {
          "id": 445,
          "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/445/?format=api",
          "name": "Tsiklon-3",
          "family": "Tsiklon",
          "full_name": "Tsiklon-3",
          "variant": "3"
        }
      },
      "mission": {
        "id": 4312,
        "name": "Geo-IK 8",
        "description": "A satellite for the GEO-IK geodetic system",
        "launch_designator": null,
        "type": "Earth Science",
        "orbit": {
          "id": 8,
          "name": "Low Earth Orbit",
          "abbrev": "LEO"
        },
        "agencies": [],
        "info_urls": [],
        "vid_urls": []
      },
      "pad": {
        "id": 126,
        "url": "https://ll.thespacedevs.com/2.2.0/pad/126/?format=api",
        "agency_id": 63,
        "name": "32/1",
        "description": null,
        "info_url": null,
        "wiki_url": "https://en.wikipedia.org/wiki/Plesetsk_Cosmodrome_Site_32",
        "map_url": "https://www.google.com/maps?q=62.9063889,40.7844727",
        "latitude": "62.9063889",
        "longitude": "40.7844727",
        "location": {
          "id": 6,
          "url": "https://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_126_20200803143238.jpg",
        "total_launch_count": 57,
        "orbital_launch_attempt_count": 57
      },
      "webcast_live": false,
      "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/tsyklon-3_launc_image_20251112153513.png",
      "infographic": null,
      "program": [],
      "orbital_launch_attempt_count": 3130,
      "location_launch_attempt_count": 1145,
      "pad_launch_attempt_count": 26,
      "agency_launch_attempt_count": 2042,
      "orbital_launch_attempt_count_year": 101,
      "location_launch_attempt_count_year": 51,
      "pad_launch_attempt_count_year": 7,
      "agency_launch_attempt_count_year": 86,
      "type": "normal"
    },
    {
      "id": "59f79bac-4999-468d-9e0c-bb85f8e28dce",
      "url": "https://ll.thespacedevs.com/2.2.0/launch/59f79bac-4999-468d-9e0c-bb85f8e28dce/?format=api",
      "slug": "tsiklon-3-geo-ik-9",
      "name": "Tsiklon-3 | Geo-IK 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-14T04:23:06Z",
      "net": "1987-02-20T04:43:00Z",
      "window_end": "1987-02-20T04:43:00Z",
      "window_start": "1987-02-20T04:43: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": 5943,
        "configuration": {
          "id": 445,
          "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/445/?format=api",
          "name": "Tsiklon-3",
          "family": "Tsiklon",
          "full_name": "Tsiklon-3",
          "variant": "3"
        }
      },
      "mission": {
        "id": 4338,
        "name": "Geo-IK 9",
        "description": "A satellite for the GEO-IK geodetic system",
        "launch_designator": null,
        "type": "Earth Science",
        "orbit": {
          "id": 8,
          "name": "Low Earth Orbit",
          "abbrev": "LEO"
        },
        "agencies": [],
        "info_urls": [],
        "vid_urls": []
      },
      "pad": {
        "id": 127,
        "url": "https://ll.thespacedevs.com/2.2.0/pad/127/?format=api",
        "agency_id": 63,
        "name": "32/2",
        "description": null,
        "info_url": null,
        "wiki_url": "https://en.wikipedia.org/wiki/Plesetsk_Cosmodrome_Site_32",
        "map_url": "https://www.google.com/maps?q=62.9063889,40.7844727",
        "latitude": "62.9063889",
        "longitude": "40.7844727",
        "location": {
          "id": 6,
          "url": "https://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_127_20200803143245.jpg",
        "total_launch_count": 65,
        "orbital_launch_attempt_count": 65
      },
      "webcast_live": false,
      "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/tsyklon-3_launc_image_20251112153513.png",
      "infographic": null,
      "program": [],
      "orbital_launch_attempt_count": 3159,
      "location_launch_attempt_count": 1161,
      "pad_launch_attempt_count": 29,
      "agency_launch_attempt_count": 2067,
      "orbital_launch_attempt_count_year": 20,
      "location_launch_attempt_count_year": 10,
      "pad_launch_attempt_count_year": 3,
      "agency_launch_attempt_count_year": 17,
      "type": "normal"
    },
    {
      "id": "fe2b3e77-4205-4523-9de8-995bbbc3f642",
      "url": "https://ll.thespacedevs.com/2.2.0/launch/fe2b3e77-4205-4523-9de8-995bbbc3f642/?format=api",
      "slug": "tsiklon-3-gonets-d-319-to-321-strela-3-113-to-115",
      "name": "Tsiklon-3 | Gonets-D 319 to 321 & Strela-3 113 to 115",
      "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:22:45Z",
      "net": "1996-02-19T00:58:25Z",
      "window_end": "1996-02-19T00:58:25Z",
      "window_start": "1996-02-19T00:58:25Z",
      "net_precision": null,
      "probability": null,
      "weather_concerns": null,
      "holdreason": "",
      "failreason": "",
      "hashtag": null,
      "launch_service_provider": {
        "id": 193,
        "url": "https://ll.thespacedevs.com/2.2.0/agencies/193/?format=api",
        "name": "Russian Space Forces",
        "type": "Government"
      },
      "rocket": {
        "id": 6713,
        "configuration": {
          "id": 445,
          "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/445/?format=api",
          "name": "Tsiklon-3",
          "family": "Tsiklon",
          "full_name": "Tsiklon-3",
          "variant": "3"
        }
      },
      "mission": {
        "id": 5103,
        "name": "Gonets-D 319 to 321 & Strela-3 113 to 115",
        "description": "Gonets- satellite were the civilian derivate of the military Strela-3 satellite system. The Gonets system was offered to support international health organizations to meet their global communications needs for the transfer of medical data and records to remote sites. Strela-3 was the second generation of Russian strategic store-dump military communications satellite. Development of this generation to replace the first generation Strela-1M and Strela-2M satellites began in 1973.",
        "launch_designator": null,
        "type": "Communications",
        "orbit": {
          "id": 8,
          "name": "Low Earth Orbit",
          "abbrev": "LEO"
        },
        "agencies": [],
        "info_urls": [],
        "vid_urls": []
      },
      "pad": {
        "id": 126,
        "url": "https://ll.thespacedevs.com/2.2.0/pad/126/?format=api",
        "agency_id": 63,
        "name": "32/1",
        "description": null,
        "info_url": null,
        "wiki_url": "https://en.wikipedia.org/wiki/Plesetsk_Cosmodrome_Site_32",
        "map_url": "https://www.google.com/maps?q=62.9063889,40.7844727",
        "latitude": "62.9063889",
        "longitude": "40.7844727",
        "location": {
          "id": 6,
          "url": "https://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_126_20200803143238.jpg",
        "total_launch_count": 57,
        "orbital_launch_attempt_count": 57
      },
      "webcast_live": false,
      "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/tsyklon-3_launc_image_20251112153513.png",
      "infographic": null,
      "program": [],
      "orbital_launch_attempt_count": 4051,
      "location_launch_attempt_count": 1475,
      "pad_launch_attempt_count": 53,
      "agency_launch_attempt_count": 49,
      "orbital_launch_attempt_count_year": 10,
      "location_launch_attempt_count_year": 2,
      "pad_launch_attempt_count_year": 1,
      "agency_launch_attempt_count_year": 1,
      "type": "normal"
    }
  ]
}