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

{
    "count": 7491,
    "next": "https://ll.thespacedevs.com/2.2.0/launch/?format=api&limit=10&offset=3630&ordering=-last_updated",
    "previous": "https://ll.thespacedevs.com/2.2.0/launch/?format=api&limit=10&offset=3610&ordering=-last_updated",
    "results": [
        {
            "id": "341309a6-cdf5-400e-9aeb-e1024d4cdec0",
            "url": "https://ll.thespacedevs.com/2.2.0/launch/341309a6-cdf5-400e-9aeb-e1024d4cdec0/?format=api",
            "slug": "kosmos-3m-strela-2m-22",
            "name": "Kosmos-3M | Strela-2M 22",
            "status": {
                "id": 3,
                "name": "Launch Successful",
                "abbrev": "Success",
                "description": "The launch vehicle successfully inserted its payload(s) into the target orbit(s)."
            },
            "last_updated": "2023-06-14T04:27:28Z",
            "net": "1979-10-11T16:36:00Z",
            "window_end": "1979-10-11T16:36:00Z",
            "window_start": "1979-10-11T16: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": 5119,
                "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": 3530,
                "name": "Strela-2M 22",
                "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": 167,
                "url": "https://ll.thespacedevs.com/2.2.0/pad/167/?format=api",
                "agency_id": null,
                "name": "132/2",
                "description": null,
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/Plesetsk_Cosmodrome",
                "map_url": "https://www.google.com/maps?q=62.883,40.869806",
                "latitude": "62.883",
                "longitude": "40.869806",
                "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": 1674,
                    "total_landing_count": 0
                },
                "country_code": "RUS",
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_167_20200803143417.jpg",
                "total_launch_count": 172,
                "orbital_launch_attempt_count": 172
            },
            "webcast_live": false,
            "image": null,
            "infographic": null,
            "program": [],
            "orbital_launch_attempt_count": 2265,
            "location_launch_attempt_count": 711,
            "pad_launch_attempt_count": 101,
            "agency_launch_attempt_count": 1348,
            "orbital_launch_attempt_count_year": 92,
            "location_launch_attempt_count_year": 56,
            "pad_launch_attempt_count_year": 6,
            "agency_launch_attempt_count_year": 75,
            "type": "normal"
        },
        {
            "id": "62cbe1b7-0c8f-4728-bad4-536b88781051",
            "url": "https://ll.thespacedevs.com/2.2.0/launch/62cbe1b7-0c8f-4728-bad4-536b88781051/?format=api",
            "slug": "kosmos-3m-taifun-2-9",
            "name": "Kosmos-3M | Taifun-2 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:27:28Z",
            "net": "1981-09-28T21:00:00Z",
            "window_end": "1981-09-28T21:00:00Z",
            "window_start": "1981-09-28T21: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": 5328,
                "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": 3736,
                "name": "Taifun-2 9",
                "description": "Taifun-2 satellite used to release up to 24 subsatellites for radar and sensor calibration",
                "launch_designator": null,
                "type": "Test Target",
                "orbit": {
                    "id": 8,
                    "name": "Low Earth Orbit",
                    "abbrev": "LEO"
                },
                "agencies": [],
                "info_urls": [],
                "vid_urls": []
            },
            "pad": {
                "id": 167,
                "url": "https://ll.thespacedevs.com/2.2.0/pad/167/?format=api",
                "agency_id": null,
                "name": "132/2",
                "description": null,
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/Plesetsk_Cosmodrome",
                "map_url": "https://www.google.com/maps?q=62.883,40.869806",
                "latitude": "62.883",
                "longitude": "40.869806",
                "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": 1674,
                    "total_landing_count": 0
                },
                "country_code": "RUS",
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_167_20200803143417.jpg",
                "total_launch_count": 172,
                "orbital_launch_attempt_count": 172
            },
            "webcast_live": false,
            "image": null,
            "infographic": null,
            "program": [],
            "orbital_launch_attempt_count": 2490,
            "location_launch_attempt_count": 837,
            "pad_launch_attempt_count": 117,
            "agency_launch_attempt_count": 1531,
            "orbital_launch_attempt_count_year": 99,
            "location_launch_attempt_count_year": 50,
            "pad_launch_attempt_count_year": 6,
            "agency_launch_attempt_count_year": 80,
            "type": "normal"
        },
        {
            "id": "26f38b45-5a47-4265-b3b9-b268436420ae",
            "url": "https://ll.thespacedevs.com/2.2.0/launch/26f38b45-5a47-4265-b3b9-b268436420ae/?format=api",
            "slug": "kosmos-3m-oval",
            "name": "Kosmos-3M | Oval",
            "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:27:28Z",
            "net": "1977-03-29T23:00:00Z",
            "window_end": "1977-03-29T23:00:00Z",
            "window_start": "1977-03-29T23: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": 4813,
                "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": 3230,
                "name": "Oval",
                "description": "Scientific satellite with a number of space physics instruments",
                "launch_designator": null,
                "type": "Astrophysics",
                "orbit": {
                    "id": 8,
                    "name": "Low Earth Orbit",
                    "abbrev": "LEO"
                },
                "agencies": [],
                "info_urls": [],
                "vid_urls": []
            },
            "pad": {
                "id": 167,
                "url": "https://ll.thespacedevs.com/2.2.0/pad/167/?format=api",
                "agency_id": null,
                "name": "132/2",
                "description": null,
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/Plesetsk_Cosmodrome",
                "map_url": "https://www.google.com/maps?q=62.883,40.869806",
                "latitude": "62.883",
                "longitude": "40.869806",
                "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": 1674,
                    "total_landing_count": 0
                },
                "country_code": "RUS",
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_167_20200803143417.jpg",
                "total_launch_count": 172,
                "orbital_launch_attempt_count": 172
            },
            "webcast_live": false,
            "image": null,
            "infographic": null,
            "program": [],
            "orbital_launch_attempt_count": 1939,
            "location_launch_attempt_count": 537,
            "pad_launch_attempt_count": 81,
            "agency_launch_attempt_count": 1098,
            "orbital_launch_attempt_count_year": 24,
            "location_launch_attempt_count_year": 14,
            "pad_launch_attempt_count_year": 4,
            "agency_launch_attempt_count_year": 18,
            "type": "normal"
        },
        {
            "id": "52e2220a-5ec8-4da7-bf1e-e3c9513746ff",
            "url": "https://ll.thespacedevs.com/2.2.0/launch/52e2220a-5ec8-4da7-bf1e-e3c9513746ff/?format=api",
            "slug": "kosmos-3m-taifun-1-10",
            "name": "Kosmos-3M | Taifun-1 10",
            "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:27:28Z",
            "net": "1979-02-08T10:00:00Z",
            "window_end": "1979-02-08T10:00:00Z",
            "window_start": "1979-02-08T10: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": 5042,
                "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": 3455,
                "name": "Taifun-1 10",
                "description": "Radar calibration satellite",
                "launch_designator": null,
                "type": "Test Target",
                "orbit": {
                    "id": 8,
                    "name": "Low Earth Orbit",
                    "abbrev": "LEO"
                },
                "agencies": [],
                "info_urls": [],
                "vid_urls": []
            },
            "pad": {
                "id": 167,
                "url": "https://ll.thespacedevs.com/2.2.0/pad/167/?format=api",
                "agency_id": null,
                "name": "132/2",
                "description": null,
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/Plesetsk_Cosmodrome",
                "map_url": "https://www.google.com/maps?q=62.883,40.869806",
                "latitude": "62.883",
                "longitude": "40.869806",
                "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": 1674,
                    "total_landing_count": 0
                },
                "country_code": "RUS",
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_167_20200803143417.jpg",
                "total_launch_count": 172,
                "orbital_launch_attempt_count": 172
            },
            "webcast_live": false,
            "image": null,
            "infographic": null,
            "program": [],
            "orbital_launch_attempt_count": 2183,
            "location_launch_attempt_count": 661,
            "pad_launch_attempt_count": 96,
            "agency_launch_attempt_count": 1281,
            "orbital_launch_attempt_count_year": 10,
            "location_launch_attempt_count_year": 6,
            "pad_launch_attempt_count_year": 1,
            "agency_launch_attempt_count_year": 8,
            "type": "normal"
        },
        {
            "id": "a7c877a2-5926-4383-9d8a-0e9c7a176c06",
            "url": "https://ll.thespacedevs.com/2.2.0/launch/a7c877a2-5926-4383-9d8a-0e9c7a176c06/?format=api",
            "slug": "kosmos-3m-strela-2m-29",
            "name": "Kosmos-3M | Strela-2M 29",
            "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-14T04:27:28Z",
            "net": "1982-08-30T19:55:00Z",
            "window_end": "1982-08-30T19:55:00Z",
            "window_start": "1982-08-30T19:55: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": 5436,
                "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": 3842,
                "name": "Strela-2M 29",
                "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": 167,
                "url": "https://ll.thespacedevs.com/2.2.0/pad/167/?format=api",
                "agency_id": null,
                "name": "132/2",
                "description": null,
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/Plesetsk_Cosmodrome",
                "map_url": "https://www.google.com/maps?q=62.883,40.869806",
                "latitude": "62.883",
                "longitude": "40.869806",
                "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": 1674,
                    "total_landing_count": 0
                },
                "country_code": "RUS",
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_167_20200803143417.jpg",
                "total_launch_count": 172,
                "orbital_launch_attempt_count": 172
            },
            "webcast_live": false,
            "image": null,
            "infographic": null,
            "program": [],
            "orbital_launch_attempt_count": 2606,
            "location_launch_attempt_count": 893,
            "pad_launch_attempt_count": 129,
            "agency_launch_attempt_count": 1628,
            "orbital_launch_attempt_count_year": 89,
            "location_launch_attempt_count_year": 46,
            "pad_launch_attempt_count_year": 10,
            "agency_launch_attempt_count_year": 77,
            "type": "normal"
        },
        {
            "id": "54ff2f83-c588-41e0-8e3d-b3b7778957ed",
            "url": "https://ll.thespacedevs.com/2.2.0/launch/54ff2f83-c588-41e0-8e3d-b3b7778957ed/?format=api",
            "slug": "kosmos-3m-strela-1m-297-304",
            "name": "Kosmos-3M | Strela-1M 297-304",
            "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:27:28Z",
            "net": "1986-01-09T02:48:00Z",
            "window_end": "1986-01-09T02:48:00Z",
            "window_start": "1986-01-09T02:48: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": 5823,
                "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": 4221,
                "name": "Strela-1M 297-304",
                "description": "Military communications satellites",
                "launch_designator": null,
                "type": "Government/Top Secret",
                "orbit": {
                    "id": 8,
                    "name": "Low Earth Orbit",
                    "abbrev": "LEO"
                },
                "agencies": [],
                "info_urls": [],
                "vid_urls": []
            },
            "pad": {
                "id": 167,
                "url": "https://ll.thespacedevs.com/2.2.0/pad/167/?format=api",
                "agency_id": null,
                "name": "132/2",
                "description": null,
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/Plesetsk_Cosmodrome",
                "map_url": "https://www.google.com/maps?q=62.883,40.869806",
                "latitude": "62.883",
                "longitude": "40.869806",
                "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": 1674,
                    "total_landing_count": 0
                },
                "country_code": "RUS",
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_167_20200803143417.jpg",
                "total_launch_count": 172,
                "orbital_launch_attempt_count": 172
            },
            "webcast_live": false,
            "image": null,
            "infographic": null,
            "program": [],
            "orbital_launch_attempt_count": 3031,
            "location_launch_attempt_count": 1096,
            "pad_launch_attempt_count": 155,
            "agency_launch_attempt_count": 1958,
            "orbital_launch_attempt_count_year": 2,
            "location_launch_attempt_count_year": 2,
            "pad_launch_attempt_count_year": 1,
            "agency_launch_attempt_count_year": 2,
            "type": "normal"
        },
        {
            "id": "2d15d5ba-df21-42db-801b-414974ca632f",
            "url": "https://ll.thespacedevs.com/2.2.0/launch/2d15d5ba-df21-42db-801b-414974ca632f/?format=api",
            "slug": "kosmos-3m-tselina-o-6",
            "name": "Kosmos-3M | Tselina-O 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:27:28Z",
            "net": "1970-04-07T11:10:01Z",
            "window_end": "1970-04-07T11:10:01Z",
            "window_start": "1970-04-07T11:10: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": 3997,
                "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": 2415,
                "name": "Tselina-O 6",
                "description": "The Tselina-O (11F616) was one component of two-satellite Tselina ELINT satellite system. Tselina-O provided general ELINT surveillance to be examined in detail by the larger Tselina-D satellites.",
                "launch_designator": null,
                "type": "Government/Top Secret",
                "orbit": {
                    "id": 8,
                    "name": "Low Earth Orbit",
                    "abbrev": "LEO"
                },
                "agencies": [],
                "info_urls": [],
                "vid_urls": []
            },
            "pad": {
                "id": 167,
                "url": "https://ll.thespacedevs.com/2.2.0/pad/167/?format=api",
                "agency_id": null,
                "name": "132/2",
                "description": null,
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/Plesetsk_Cosmodrome",
                "map_url": "https://www.google.com/maps?q=62.883,40.869806",
                "latitude": "62.883",
                "longitude": "40.869806",
                "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": 1674,
                    "total_landing_count": 0
                },
                "country_code": "RUS",
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_167_20200803143417.jpg",
                "total_launch_count": 172,
                "orbital_launch_attempt_count": 172
            },
            "webcast_live": false,
            "image": null,
            "infographic": null,
            "program": [],
            "orbital_launch_attempt_count": 1072,
            "location_launch_attempt_count": 122,
            "pad_launch_attempt_count": 15,
            "agency_launch_attempt_count": 470,
            "orbital_launch_attempt_count_year": 26,
            "location_launch_attempt_count_year": 14,
            "pad_launch_attempt_count_year": 1,
            "agency_launch_attempt_count_year": 17,
            "type": "normal"
        },
        {
            "id": "40084f5e-8056-45e1-8e61-581684d3ec0e",
            "url": "https://ll.thespacedevs.com/2.2.0/launch/40084f5e-8056-45e1-8e61-581684d3ec0e/?format=api",
            "slug": "kosmos-3m-strela-1m-289-296",
            "name": "Kosmos-3M | Strela-1M 289-296",
            "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:27:28Z",
            "net": "1985-03-21T00:08:00Z",
            "window_end": "1985-03-21T00:08:00Z",
            "window_start": "1985-03-21T00: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": 5731,
                "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": 4132,
                "name": "Strela-1M 289-296",
                "description": "Military communications satellites",
                "launch_designator": null,
                "type": "Government/Top Secret",
                "orbit": {
                    "id": 8,
                    "name": "Low Earth Orbit",
                    "abbrev": "LEO"
                },
                "agencies": [],
                "info_urls": [],
                "vid_urls": []
            },
            "pad": {
                "id": 167,
                "url": "https://ll.thespacedevs.com/2.2.0/pad/167/?format=api",
                "agency_id": null,
                "name": "132/2",
                "description": null,
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/Plesetsk_Cosmodrome",
                "map_url": "https://www.google.com/maps?q=62.883,40.869806",
                "latitude": "62.883",
                "longitude": "40.869806",
                "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": 1674,
                    "total_landing_count": 0
                },
                "country_code": "RUS",
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_167_20200803143417.jpg",
                "total_launch_count": 172,
                "orbital_launch_attempt_count": 172
            },
            "webcast_live": false,
            "image": null,
            "infographic": null,
            "program": [],
            "orbital_launch_attempt_count": 2927,
            "location_launch_attempt_count": 1043,
            "pad_launch_attempt_count": 153,
            "agency_launch_attempt_count": 1874,
            "orbital_launch_attempt_count_year": 23,
            "location_launch_attempt_count_year": 12,
            "pad_launch_attempt_count_year": 3,
            "agency_launch_attempt_count_year": 18,
            "type": "normal"
        },
        {
            "id": "38edfe98-6329-4689-b0ca-8515931417c5",
            "url": "https://ll.thespacedevs.com/2.2.0/launch/38edfe98-6329-4689-b0ca-8515931417c5/?format=api",
            "slug": "kosmos-3m-ds-p1-m-11",
            "name": "Kosmos-3M | DS-P1-M 11",
            "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:27:27Z",
            "net": "1977-05-19T16:30:01Z",
            "window_end": "1977-05-19T16:30:01Z",
            "window_start": "1977-05-19T16: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": 4826,
                "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": 3243,
                "name": "DS-P1-M 11",
                "description": "ASAT target satellite",
                "launch_designator": null,
                "type": "Test Target",
                "orbit": {
                    "id": 8,
                    "name": "Low Earth Orbit",
                    "abbrev": "LEO"
                },
                "agencies": [],
                "info_urls": [],
                "vid_urls": []
            },
            "pad": {
                "id": 167,
                "url": "https://ll.thespacedevs.com/2.2.0/pad/167/?format=api",
                "agency_id": null,
                "name": "132/2",
                "description": null,
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/Plesetsk_Cosmodrome",
                "map_url": "https://www.google.com/maps?q=62.883,40.869806",
                "latitude": "62.883",
                "longitude": "40.869806",
                "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": 1674,
                    "total_landing_count": 0
                },
                "country_code": "RUS",
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_167_20200803143417.jpg",
                "total_launch_count": 172,
                "orbital_launch_attempt_count": 172
            },
            "webcast_live": false,
            "image": null,
            "infographic": null,
            "program": [],
            "orbital_launch_attempt_count": 1952,
            "location_launch_attempt_count": 545,
            "pad_launch_attempt_count": 82,
            "agency_launch_attempt_count": 1109,
            "orbital_launch_attempt_count_year": 37,
            "location_launch_attempt_count_year": 22,
            "pad_launch_attempt_count_year": 5,
            "agency_launch_attempt_count_year": 29,
            "type": "normal"
        },
        {
            "id": "30a7807e-5d13-4a8d-8989-da51f16b2fea",
            "url": "https://ll.thespacedevs.com/2.2.0/launch/30a7807e-5d13-4a8d-8989-da51f16b2fea/?format=api",
            "slug": "kosmos-3m-strela-2m-46",
            "name": "Kosmos-3M | Strela-2M 46",
            "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:27:27Z",
            "net": "1989-01-26T15:36:00Z",
            "window_end": "1989-01-26T15:36:00Z",
            "window_start": "1989-01-26T15: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": 6144,
                "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": 4534,
                "name": "Strela-2M 46",
                "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": 167,
                "url": "https://ll.thespacedevs.com/2.2.0/pad/167/?format=api",
                "agency_id": null,
                "name": "132/2",
                "description": null,
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/Plesetsk_Cosmodrome",
                "map_url": "https://www.google.com/maps?q=62.883,40.869806",
                "latitude": "62.883",
                "longitude": "40.869806",
                "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": 1674,
                    "total_landing_count": 0
                },
                "country_code": "RUS",
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_167_20200803143417.jpg",
                "total_launch_count": 172,
                "orbital_launch_attempt_count": 172
            },
            "webcast_live": false,
            "image": null,
            "infographic": null,
            "program": [],
            "orbital_launch_attempt_count": 3379,
            "location_launch_attempt_count": 1249,
            "pad_launch_attempt_count": 164,
            "agency_launch_attempt_count": 2246,
            "orbital_launch_attempt_count_year": 5,
            "location_launch_attempt_count_year": 2,
            "pad_launch_attempt_count_year": 1,
            "agency_launch_attempt_count_year": 5,
            "type": "normal"
        }
    ]
}