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=7420&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=7430&ordering=-last_updated",
    "previous": "https://ll.thespacedevs.com/2.2.0/launch/?format=api&limit=10&offset=7410&ordering=-last_updated",
    "results": [
        {
            "id": "67d93844-3a00-48fd-8fe1-5d390fb6071d",
            "url": "https://ll.thespacedevs.com/2.2.0/launch/67d93844-3a00-48fd-8fe1-5d390fb6071d/?format=api",
            "slug": "kosmos-11k63-ds-p1-yu-22",
            "name": "Kosmos 11K63 | DS-P1-Yu 22",
            "status": {
                "id": 3,
                "name": "Launch Successful",
                "abbrev": "Success",
                "description": "The launch vehicle successfully inserted its payload(s) into the target orbit(s)."
            },
            "last_updated": "2023-06-14T03:31:42Z",
            "net": "1969-06-03T12:57:27Z",
            "window_end": "1969-06-03T12:57:27Z",
            "window_start": "1969-06-03T12:57:27Z",
            "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": 3910,
                "configuration": {
                    "id": 327,
                    "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/327/?format=api",
                    "name": "Kosmos 11K63",
                    "family": "Kosmos",
                    "full_name": "Kosmos 11K63",
                    "variant": "11K63"
                }
            },
            "mission": {
                "id": 2328,
                "name": "DS-P1-Yu 22",
                "description": "The DS-P1-Yu series of satellites was used to calibrate space surveillance and early warning radars.",
                "launch_designator": null,
                "type": "Test Target",
                "orbit": {
                    "id": 8,
                    "name": "Low Earth Orbit",
                    "abbrev": "LEO"
                },
                "agencies": [],
                "info_urls": [],
                "vid_urls": []
            },
            "pad": {
                "id": 3,
                "url": "https://ll.thespacedevs.com/2.2.0/pad/3/?format=api",
                "agency_id": 163,
                "name": "133/3 (133L)",
                "description": null,
                "info_url": null,
                "wiki_url": "",
                "map_url": "https://www.google.com/maps?q=62.886999,40.846984",
                "latitude": "62.886999",
                "longitude": "40.846984",
                "location": {
                    "id": 6,
                    "url": "https://ll.thespacedevs.com/2.2.0/location/6/?format=api",
                    "name": "Plesetsk Cosmodrome, Russian Federation",
                    "country_code": "RUS",
                    "description": "Plesetsk Cosmodrome is a Russian spaceport located in Mirny, Arkhangelsk Oblast, about 800 km north of Moscow and approximately 200 km south of Arkhangelsk. Originally developed as an ICBM site for the R-7 missile, it also served for numerous satellite launches using the R-7 and other rockets. Its high latitude makes it useful only for certain types of launches, especially the Molniya orbits, so for much of the site's history it functioned as a secondary location, with most orbital launches taking place from Baikonur, in the Kazakh SSR. With the end of the Soviet Union, Baikonur became a foreign territory, and Kazakhstan charged $115 million usage fees annually. Consequently, Plesetsk has seen considerably more activity since the 2000s.",
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_6_20200803142434.jpg",
                    "timezone_name": "Europe/Moscow",
                    "total_launch_count": 1674,
                    "total_landing_count": 0
                },
                "country_code": "RUS",
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_3_20200803143438.jpg",
                "total_launch_count": 159,
                "orbital_launch_attempt_count": 159
            },
            "webcast_live": false,
            "image": null,
            "infographic": null,
            "program": [],
            "orbital_launch_attempt_count": 975,
            "location_launch_attempt_count": 86,
            "pad_launch_attempt_count": 19,
            "agency_launch_attempt_count": 407,
            "orbital_launch_attempt_count_year": 56,
            "location_launch_attempt_count_year": 18,
            "pad_launch_attempt_count_year": 5,
            "agency_launch_attempt_count_year": 36,
            "type": "normal"
        },
        {
            "id": "809380df-4cac-4348-b7f6-6d2492afce80",
            "url": "https://ll.thespacedevs.com/2.2.0/launch/809380df-4cac-4348-b7f6-6d2492afce80/?format=api",
            "slug": "rokot-briz-km-servis-1",
            "name": "Rokot / Briz-KM | SERVIS-1",
            "status": {
                "id": 3,
                "name": "Launch Successful",
                "abbrev": "Success",
                "description": "The launch vehicle successfully inserted its payload(s) into the target orbit(s)."
            },
            "last_updated": "2023-06-14T03:31:42Z",
            "net": "2003-10-30T13:43:42Z",
            "window_end": "2003-10-30T13:43:42Z",
            "window_start": "2003-10-30T13:43:42Z",
            "net_precision": null,
            "probability": null,
            "weather_concerns": null,
            "holdreason": "",
            "failreason": "",
            "hashtag": null,
            "launch_service_provider": {
                "id": 117,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/117/?format=api",
                "name": "Eurockot Launch Services",
                "type": "Commercial"
            },
            "rocket": {
                "id": 7155,
                "configuration": {
                    "id": 40,
                    "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/40/?format=api",
                    "name": "Rokot/Briz-KM",
                    "family": "Rokot",
                    "full_name": "Rokot/Briz-KM",
                    "variant": "Briz-KM"
                }
            },
            "mission": {
                "id": 5544,
                "name": "SERVIS-1",
                "description": "SERVIS-1, or Space Environment Reliability Verification Integrated System 1, is a Japanese satellite designed for testing the performance of commercial off-the-shelf products in the space environment.",
                "launch_designator": null,
                "type": "Test Flight",
                "orbit": {
                    "id": 17,
                    "name": "Sun-Synchronous Orbit",
                    "abbrev": "SSO"
                },
                "agencies": [],
                "info_urls": [],
                "vid_urls": []
            },
            "pad": {
                "id": 3,
                "url": "https://ll.thespacedevs.com/2.2.0/pad/3/?format=api",
                "agency_id": 163,
                "name": "133/3 (133L)",
                "description": null,
                "info_url": null,
                "wiki_url": "",
                "map_url": "https://www.google.com/maps?q=62.886999,40.846984",
                "latitude": "62.886999",
                "longitude": "40.846984",
                "location": {
                    "id": 6,
                    "url": "https://ll.thespacedevs.com/2.2.0/location/6/?format=api",
                    "name": "Plesetsk Cosmodrome, Russian Federation",
                    "country_code": "RUS",
                    "description": "Plesetsk Cosmodrome is a Russian spaceport located in Mirny, Arkhangelsk Oblast, about 800 km north of Moscow and approximately 200 km south of Arkhangelsk. Originally developed as an ICBM site for the R-7 missile, it also served for numerous satellite launches using the R-7 and other rockets. Its high latitude makes it useful only for certain types of launches, especially the Molniya orbits, so for much of the site's history it functioned as a secondary location, with most orbital launches taking place from Baikonur, in the Kazakh SSR. With the end of the Soviet Union, Baikonur became a foreign territory, and Kazakhstan charged $115 million usage fees annually. Consequently, Plesetsk has seen considerably more activity since the 2000s.",
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_6_20200803142434.jpg",
                    "timezone_name": "Europe/Moscow",
                    "total_launch_count": 1674,
                    "total_landing_count": 0
                },
                "country_code": "RUS",
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_3_20200803143438.jpg",
                "total_launch_count": 159,
                "orbital_launch_attempt_count": 159
            },
            "webcast_live": false,
            "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/rokot25202f2520briz-km_image_20190224012237.jpeg",
            "infographic": null,
            "program": [],
            "orbital_launch_attempt_count": 4627,
            "location_launch_attempt_count": 1534,
            "pad_launch_attempt_count": 133,
            "agency_launch_attempt_count": 5,
            "orbital_launch_attempt_count_year": 51,
            "location_launch_attempt_count_year": 7,
            "pad_launch_attempt_count_year": 2,
            "agency_launch_attempt_count_year": 2,
            "type": "normal"
        },
        {
            "id": "6541c90f-a805-460d-a316-fb4b2447e4d3",
            "url": "https://ll.thespacedevs.com/2.2.0/launch/6541c90f-a805-460d-a316-fb4b2447e4d3/?format=api",
            "slug": "kosmos-3m-parus-60",
            "name": "Kosmos-3M | Parus 60",
            "status": {
                "id": 3,
                "name": "Launch Successful",
                "abbrev": "Success",
                "description": "The launch vehicle successfully inserted its payload(s) into the target orbit(s)."
            },
            "last_updated": "2023-06-14T03:31:42Z",
            "net": "1987-10-14T12:35:33Z",
            "window_end": "1987-10-14T12:35:33Z",
            "window_start": "1987-10-14T12:35:33Z",
            "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": 6008,
                "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": 4399,
                "name": "Parus 60",
                "description": "Navigation satellite providing location information for the Tsiklon-B navigation system",
                "launch_designator": null,
                "type": "Navigation",
                "orbit": {
                    "id": 8,
                    "name": "Low Earth Orbit",
                    "abbrev": "LEO"
                },
                "agencies": [],
                "info_urls": [],
                "vid_urls": []
            },
            "pad": {
                "id": 3,
                "url": "https://ll.thespacedevs.com/2.2.0/pad/3/?format=api",
                "agency_id": 163,
                "name": "133/3 (133L)",
                "description": null,
                "info_url": null,
                "wiki_url": "",
                "map_url": "https://www.google.com/maps?q=62.886999,40.846984",
                "latitude": "62.886999",
                "longitude": "40.846984",
                "location": {
                    "id": 6,
                    "url": "https://ll.thespacedevs.com/2.2.0/location/6/?format=api",
                    "name": "Plesetsk Cosmodrome, Russian Federation",
                    "country_code": "RUS",
                    "description": "Plesetsk Cosmodrome is a Russian spaceport located in Mirny, Arkhangelsk Oblast, about 800 km north of Moscow and approximately 200 km south of Arkhangelsk. Originally developed as an ICBM site for the R-7 missile, it also served for numerous satellite launches using the R-7 and other rockets. Its high latitude makes it useful only for certain types of launches, especially the Molniya orbits, so for much of the site's history it functioned as a secondary location, with most orbital launches taking place from Baikonur, in the Kazakh SSR. With the end of the Soviet Union, Baikonur became a foreign territory, and Kazakhstan charged $115 million usage fees annually. Consequently, Plesetsk has seen considerably more activity since the 2000s.",
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_6_20200803142434.jpg",
                    "timezone_name": "Europe/Moscow",
                    "total_launch_count": 1674,
                    "total_landing_count": 0
                },
                "country_code": "RUS",
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_3_20200803143438.jpg",
                "total_launch_count": 159,
                "orbital_launch_attempt_count": 159
            },
            "webcast_live": false,
            "image": null,
            "infographic": null,
            "program": [],
            "orbital_launch_attempt_count": 3230,
            "location_launch_attempt_count": 1191,
            "pad_launch_attempt_count": 96,
            "agency_launch_attempt_count": 2127,
            "orbital_launch_attempt_count_year": 91,
            "location_launch_attempt_count_year": 40,
            "pad_launch_attempt_count_year": 1,
            "agency_launch_attempt_count_year": 77,
            "type": "normal"
        },
        {
            "id": "424e6080-40fd-46df-80f9-cf936bf1a573",
            "url": "https://ll.thespacedevs.com/2.2.0/launch/424e6080-40fd-46df-80f9-cf936bf1a573/?format=api",
            "slug": "kosmos-3m-strela-2m-40",
            "name": "Kosmos-3M | Strela-2M 40",
            "status": {
                "id": 3,
                "name": "Launch Successful",
                "abbrev": "Success",
                "description": "The launch vehicle successfully inserted its payload(s) into the target orbit(s)."
            },
            "last_updated": "2023-06-14T03:31:42Z",
            "net": "1986-09-10T01:45:00Z",
            "window_end": "1986-09-10T01:45:00Z",
            "window_start": "1986-09-10T01:45:00Z",
            "net_precision": null,
            "probability": null,
            "weather_concerns": null,
            "holdreason": "",
            "failreason": null,
            "hashtag": null,
            "launch_service_provider": {
                "id": 66,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/66/?format=api",
                "name": "Soviet Space Program",
                "type": "Government"
            },
            "rocket": {
                "id": 5890,
                "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": 4286,
                "name": "Strela-2M 40",
                "description": "Military communications satellite",
                "launch_designator": null,
                "type": "Government/Top Secret",
                "orbit": {
                    "id": 8,
                    "name": "Low Earth Orbit",
                    "abbrev": "LEO"
                },
                "agencies": [],
                "info_urls": [],
                "vid_urls": []
            },
            "pad": {
                "id": 3,
                "url": "https://ll.thespacedevs.com/2.2.0/pad/3/?format=api",
                "agency_id": 163,
                "name": "133/3 (133L)",
                "description": null,
                "info_url": null,
                "wiki_url": "",
                "map_url": "https://www.google.com/maps?q=62.886999,40.846984",
                "latitude": "62.886999",
                "longitude": "40.846984",
                "location": {
                    "id": 6,
                    "url": "https://ll.thespacedevs.com/2.2.0/location/6/?format=api",
                    "name": "Plesetsk Cosmodrome, Russian Federation",
                    "country_code": "RUS",
                    "description": "Plesetsk Cosmodrome is a Russian spaceport located in Mirny, Arkhangelsk Oblast, about 800 km north of Moscow and approximately 200 km south of Arkhangelsk. Originally developed as an ICBM site for the R-7 missile, it also served for numerous satellite launches using the R-7 and other rockets. Its high latitude makes it useful only for certain types of launches, especially the Molniya orbits, so for much of the site's history it functioned as a secondary location, with most orbital launches taking place from Baikonur, in the Kazakh SSR. With the end of the Soviet Union, Baikonur became a foreign territory, and Kazakhstan charged $115 million usage fees annually. Consequently, Plesetsk has seen considerably more activity since the 2000s.",
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_6_20200803142434.jpg",
                    "timezone_name": "Europe/Moscow",
                    "total_launch_count": 1674,
                    "total_landing_count": 0
                },
                "country_code": "RUS",
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_3_20200803143438.jpg",
                "total_launch_count": 159,
                "orbital_launch_attempt_count": 159
            },
            "webcast_live": false,
            "image": null,
            "infographic": null,
            "program": [],
            "orbital_launch_attempt_count": 3104,
            "location_launch_attempt_count": 1131,
            "pad_launch_attempt_count": 94,
            "agency_launch_attempt_count": 2019,
            "orbital_launch_attempt_count_year": 75,
            "location_launch_attempt_count_year": 37,
            "pad_launch_attempt_count_year": 2,
            "agency_launch_attempt_count_year": 63,
            "type": "normal"
        },
        {
            "id": "37c4313b-4e8b-4154-9e4a-eb178fe0bd67",
            "url": "https://ll.thespacedevs.com/2.2.0/launch/37c4313b-4e8b-4154-9e4a-eb178fe0bd67/?format=api",
            "slug": "kosmos-11k63-ds-p1-yu-24",
            "name": "Kosmos 11K63 | DS-P1-Yu 24",
            "status": {
                "id": 3,
                "name": "Launch Successful",
                "abbrev": "Success",
                "description": "The launch vehicle successfully inserted its payload(s) into the target orbit(s)."
            },
            "last_updated": "2023-06-14T03:31:42Z",
            "net": "1969-08-22T14:14:57Z",
            "window_end": "1969-08-22T14:14:57Z",
            "window_start": "1969-08-22T14:14:57Z",
            "net_precision": null,
            "probability": null,
            "weather_concerns": null,
            "holdreason": "",
            "failreason": null,
            "hashtag": null,
            "launch_service_provider": {
                "id": 66,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/66/?format=api",
                "name": "Soviet Space Program",
                "type": "Government"
            },
            "rocket": {
                "id": 3935,
                "configuration": {
                    "id": 327,
                    "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/327/?format=api",
                    "name": "Kosmos 11K63",
                    "family": "Kosmos",
                    "full_name": "Kosmos 11K63",
                    "variant": "11K63"
                }
            },
            "mission": {
                "id": 2353,
                "name": "DS-P1-Yu 24",
                "description": "The DS-P1-Yu series of satellites was used to calibrate space surveillance and early warning radars.",
                "launch_designator": null,
                "type": "Test Target",
                "orbit": {
                    "id": 8,
                    "name": "Low Earth Orbit",
                    "abbrev": "LEO"
                },
                "agencies": [],
                "info_urls": [],
                "vid_urls": []
            },
            "pad": {
                "id": 3,
                "url": "https://ll.thespacedevs.com/2.2.0/pad/3/?format=api",
                "agency_id": 163,
                "name": "133/3 (133L)",
                "description": null,
                "info_url": null,
                "wiki_url": "",
                "map_url": "https://www.google.com/maps?q=62.886999,40.846984",
                "latitude": "62.886999",
                "longitude": "40.846984",
                "location": {
                    "id": 6,
                    "url": "https://ll.thespacedevs.com/2.2.0/location/6/?format=api",
                    "name": "Plesetsk Cosmodrome, Russian Federation",
                    "country_code": "RUS",
                    "description": "Plesetsk Cosmodrome is a Russian spaceport located in Mirny, Arkhangelsk Oblast, about 800 km north of Moscow and approximately 200 km south of Arkhangelsk. Originally developed as an ICBM site for the R-7 missile, it also served for numerous satellite launches using the R-7 and other rockets. Its high latitude makes it useful only for certain types of launches, especially the Molniya orbits, so for much of the site's history it functioned as a secondary location, with most orbital launches taking place from Baikonur, in the Kazakh SSR. With the end of the Soviet Union, Baikonur became a foreign territory, and Kazakhstan charged $115 million usage fees annually. Consequently, Plesetsk has seen considerably more activity since the 2000s.",
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_6_20200803142434.jpg",
                    "timezone_name": "Europe/Moscow",
                    "total_launch_count": 1674,
                    "total_landing_count": 0
                },
                "country_code": "RUS",
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_3_20200803143438.jpg",
                "total_launch_count": 159,
                "orbital_launch_attempt_count": 159
            },
            "webcast_live": false,
            "image": null,
            "infographic": null,
            "program": [],
            "orbital_launch_attempt_count": 1004,
            "location_launch_attempt_count": 93,
            "pad_launch_attempt_count": 21,
            "agency_launch_attempt_count": 423,
            "orbital_launch_attempt_count_year": 85,
            "location_launch_attempt_count_year": 25,
            "pad_launch_attempt_count_year": 7,
            "agency_launch_attempt_count_year": 52,
            "type": "normal"
        },
        {
            "id": "1f10f3dc-23e4-42cc-9a0b-2b37aac532a5",
            "url": "https://ll.thespacedevs.com/2.2.0/launch/1f10f3dc-23e4-42cc-9a0b-2b37aac532a5/?format=api",
            "slug": "kosmos-11k63-ds-p1-yu-11",
            "name": "Kosmos 11K63 | DS-P1-Yu 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-14T03:31:42Z",
            "net": "1967-11-21T14:29:48Z",
            "window_end": "1967-11-21T14:29:48Z",
            "window_start": "1967-11-21T14:29:48Z",
            "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": 3730,
                "configuration": {
                    "id": 327,
                    "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/327/?format=api",
                    "name": "Kosmos 11K63",
                    "family": "Kosmos",
                    "full_name": "Kosmos 11K63",
                    "variant": "11K63"
                }
            },
            "mission": {
                "id": 2148,
                "name": "DS-P1-Yu 11",
                "description": "The DS-P1-Yu series of satellites was used to calibrate space surveillance and early warning radars.",
                "launch_designator": null,
                "type": "Test Target",
                "orbit": {
                    "id": 8,
                    "name": "Low Earth Orbit",
                    "abbrev": "LEO"
                },
                "agencies": [],
                "info_urls": [],
                "vid_urls": []
            },
            "pad": {
                "id": 3,
                "url": "https://ll.thespacedevs.com/2.2.0/pad/3/?format=api",
                "agency_id": 163,
                "name": "133/3 (133L)",
                "description": null,
                "info_url": null,
                "wiki_url": "",
                "map_url": "https://www.google.com/maps?q=62.886999,40.846984",
                "latitude": "62.886999",
                "longitude": "40.846984",
                "location": {
                    "id": 6,
                    "url": "https://ll.thespacedevs.com/2.2.0/location/6/?format=api",
                    "name": "Plesetsk Cosmodrome, Russian Federation",
                    "country_code": "RUS",
                    "description": "Plesetsk Cosmodrome is a Russian spaceport located in Mirny, Arkhangelsk Oblast, about 800 km north of Moscow and approximately 200 km south of Arkhangelsk. Originally developed as an ICBM site for the R-7 missile, it also served for numerous satellite launches using the R-7 and other rockets. Its high latitude makes it useful only for certain types of launches, especially the Molniya orbits, so for much of the site's history it functioned as a secondary location, with most orbital launches taking place from Baikonur, in the Kazakh SSR. With the end of the Soviet Union, Baikonur became a foreign territory, and Kazakhstan charged $115 million usage fees annually. Consequently, Plesetsk has seen considerably more activity since the 2000s.",
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_6_20200803142434.jpg",
                    "timezone_name": "Europe/Moscow",
                    "total_launch_count": 1674,
                    "total_landing_count": 0
                },
                "country_code": "RUS",
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_3_20200803143438.jpg",
                "total_launch_count": 159,
                "orbital_launch_attempt_count": 159
            },
            "webcast_live": false,
            "image": null,
            "infographic": null,
            "program": [],
            "orbital_launch_attempt_count": 775,
            "location_launch_attempt_count": 33,
            "pad_launch_attempt_count": 6,
            "agency_launch_attempt_count": 281,
            "orbital_launch_attempt_count_year": 127,
            "location_launch_attempt_count_year": 26,
            "pad_launch_attempt_count_year": 6,
            "agency_launch_attempt_count_year": 66,
            "type": "normal"
        },
        {
            "id": "34fc5c6e-05be-4f57-8cc5-1114814aba0c",
            "url": "https://ll.thespacedevs.com/2.2.0/launch/34fc5c6e-05be-4f57-8cc5-1114814aba0c/?format=api",
            "slug": "rokot-briz-km-goce",
            "name": "Rokot / Briz-KM | GOCE",
            "status": {
                "id": 3,
                "name": "Launch Successful",
                "abbrev": "Success",
                "description": "The launch vehicle successfully inserted its payload(s) into the target orbit(s)."
            },
            "last_updated": "2023-06-14T03:31:42Z",
            "net": "2009-03-17T14:21:14Z",
            "window_end": "2009-03-17T14:21:14Z",
            "window_start": "2009-03-17T14:21:14Z",
            "net_precision": null,
            "probability": null,
            "weather_concerns": null,
            "holdreason": "",
            "failreason": "",
            "hashtag": null,
            "launch_service_provider": {
                "id": 117,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/117/?format=api",
                "name": "Eurockot Launch Services",
                "type": "Commercial"
            },
            "rocket": {
                "id": 7387,
                "configuration": {
                    "id": 40,
                    "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/40/?format=api",
                    "name": "Rokot/Briz-KM",
                    "family": "Rokot",
                    "full_name": "Rokot/Briz-KM",
                    "variant": "Briz-KM"
                }
            },
            "mission": {
                "id": 5776,
                "name": "GOCE",
                "description": "European Earth observation satellite complementing the CHAMP and GRACE missions",
                "launch_designator": null,
                "type": "Earth Science",
                "orbit": {
                    "id": 8,
                    "name": "Low Earth Orbit",
                    "abbrev": "LEO"
                },
                "agencies": [],
                "info_urls": [],
                "vid_urls": []
            },
            "pad": {
                "id": 3,
                "url": "https://ll.thespacedevs.com/2.2.0/pad/3/?format=api",
                "agency_id": 163,
                "name": "133/3 (133L)",
                "description": null,
                "info_url": null,
                "wiki_url": "",
                "map_url": "https://www.google.com/maps?q=62.886999,40.846984",
                "latitude": "62.886999",
                "longitude": "40.846984",
                "location": {
                    "id": 6,
                    "url": "https://ll.thespacedevs.com/2.2.0/location/6/?format=api",
                    "name": "Plesetsk Cosmodrome, Russian Federation",
                    "country_code": "RUS",
                    "description": "Plesetsk Cosmodrome is a Russian spaceport located in Mirny, Arkhangelsk Oblast, about 800 km north of Moscow and approximately 200 km south of Arkhangelsk. Originally developed as an ICBM site for the R-7 missile, it also served for numerous satellite launches using the R-7 and other rockets. Its high latitude makes it useful only for certain types of launches, especially the Molniya orbits, so for much of the site's history it functioned as a secondary location, with most orbital launches taking place from Baikonur, in the Kazakh SSR. With the end of the Soviet Union, Baikonur became a foreign territory, and Kazakhstan charged $115 million usage fees annually. Consequently, Plesetsk has seen considerably more activity since the 2000s.",
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_6_20200803142434.jpg",
                    "timezone_name": "Europe/Moscow",
                    "total_launch_count": 1674,
                    "total_landing_count": 0
                },
                "country_code": "RUS",
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_3_20200803143438.jpg",
                "total_launch_count": 159,
                "orbital_launch_attempt_count": 159
            },
            "webcast_live": false,
            "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/rokot25202f2520briz-km_image_20190224012237.jpeg",
            "infographic": null,
            "program": [],
            "orbital_launch_attempt_count": 4968,
            "location_launch_attempt_count": 1564,
            "pad_launch_attempt_count": 138,
            "agency_launch_attempt_count": 8,
            "orbital_launch_attempt_count_year": 14,
            "location_launch_attempt_count_year": 2,
            "pad_launch_attempt_count_year": 1,
            "agency_launch_attempt_count_year": 1,
            "type": "normal"
        },
        {
            "id": "5f9b9e22-1fa5-4cf2-83a9-b5f6b1eaec17",
            "url": "https://ll.thespacedevs.com/2.2.0/launch/5f9b9e22-1fa5-4cf2-83a9-b5f6b1eaec17/?format=api",
            "slug": "kosmos-11k63-ds-p1-yu-59",
            "name": "Kosmos 11K63 | DS-P1-Yu 59",
            "status": {
                "id": 3,
                "name": "Launch Successful",
                "abbrev": "Success",
                "description": "The launch vehicle successfully inserted its payload(s) into the target orbit(s)."
            },
            "last_updated": "2023-06-14T03:31:41Z",
            "net": "1972-10-25T10:39:57Z",
            "window_end": "1972-10-25T10:39:57Z",
            "window_start": "1972-10-25T10:39:57Z",
            "net_precision": null,
            "probability": null,
            "weather_concerns": null,
            "holdreason": "",
            "failreason": null,
            "hashtag": null,
            "launch_service_provider": {
                "id": 66,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/66/?format=api",
                "name": "Soviet Space Program",
                "type": "Government"
            },
            "rocket": {
                "id": 4307,
                "configuration": {
                    "id": 327,
                    "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/327/?format=api",
                    "name": "Kosmos 11K63",
                    "family": "Kosmos",
                    "full_name": "Kosmos 11K63",
                    "variant": "11K63"
                }
            },
            "mission": {
                "id": 2725,
                "name": "DS-P1-Yu 59",
                "description": "The DS-P1-Yu series of satellites was used to calibrate space surveillance and early warning radars.",
                "launch_designator": null,
                "type": "Test Target",
                "orbit": {
                    "id": 8,
                    "name": "Low Earth Orbit",
                    "abbrev": "LEO"
                },
                "agencies": [],
                "info_urls": [],
                "vid_urls": []
            },
            "pad": {
                "id": 3,
                "url": "https://ll.thespacedevs.com/2.2.0/pad/3/?format=api",
                "agency_id": 163,
                "name": "133/3 (133L)",
                "description": null,
                "info_url": null,
                "wiki_url": "",
                "map_url": "https://www.google.com/maps?q=62.886999,40.846984",
                "latitude": "62.886999",
                "longitude": "40.846984",
                "location": {
                    "id": 6,
                    "url": "https://ll.thespacedevs.com/2.2.0/location/6/?format=api",
                    "name": "Plesetsk Cosmodrome, Russian Federation",
                    "country_code": "RUS",
                    "description": "Plesetsk Cosmodrome is a Russian spaceport located in Mirny, Arkhangelsk Oblast, about 800 km north of Moscow and approximately 200 km south of Arkhangelsk. Originally developed as an ICBM site for the R-7 missile, it also served for numerous satellite launches using the R-7 and other rockets. Its high latitude makes it useful only for certain types of launches, especially the Molniya orbits, so for much of the site's history it functioned as a secondary location, with most orbital launches taking place from Baikonur, in the Kazakh SSR. With the end of the Soviet Union, Baikonur became a foreign territory, and Kazakhstan charged $115 million usage fees annually. Consequently, Plesetsk has seen considerably more activity since the 2000s.",
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_6_20200803142434.jpg",
                    "timezone_name": "Europe/Moscow",
                    "total_launch_count": 1674,
                    "total_landing_count": 0
                },
                "country_code": "RUS",
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_3_20200803143438.jpg",
                "total_launch_count": 159,
                "orbital_launch_attempt_count": 159
            },
            "webcast_live": false,
            "image": null,
            "infographic": null,
            "program": [],
            "orbital_launch_attempt_count": 1398,
            "location_launch_attempt_count": 263,
            "pad_launch_attempt_count": 62,
            "agency_launch_attempt_count": 698,
            "orbital_launch_attempt_count_year": 92,
            "location_launch_attempt_count_year": 44,
            "pad_launch_attempt_count_year": 10,
            "agency_launch_attempt_count_year": 66,
            "type": "normal"
        },
        {
            "id": "182611af-2993-4473-b6ee-1f21058a5ea1",
            "url": "https://ll.thespacedevs.com/2.2.0/launch/182611af-2993-4473-b6ee-1f21058a5ea1/?format=api",
            "slug": "kosmos-3m-parus-69",
            "name": "Kosmos-3M | Parus 69",
            "status": {
                "id": 3,
                "name": "Launch Successful",
                "abbrev": "Success",
                "description": "The launch vehicle successfully inserted its payload(s) into the target orbit(s)."
            },
            "last_updated": "2023-06-14T03:31:41Z",
            "net": "1990-04-20T18:41:08Z",
            "window_end": "1990-04-20T18:41:08Z",
            "window_start": "1990-04-20T18:41:08Z",
            "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": 6264,
                "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": 4654,
                "name": "Parus 69",
                "description": "Navigation satellite providing location information for the Tsiklon-B navigation system",
                "launch_designator": null,
                "type": "Navigation",
                "orbit": {
                    "id": 8,
                    "name": "Low Earth Orbit",
                    "abbrev": "LEO"
                },
                "agencies": [],
                "info_urls": [],
                "vid_urls": []
            },
            "pad": {
                "id": 3,
                "url": "https://ll.thespacedevs.com/2.2.0/pad/3/?format=api",
                "agency_id": 163,
                "name": "133/3 (133L)",
                "description": null,
                "info_url": null,
                "wiki_url": "",
                "map_url": "https://www.google.com/maps?q=62.886999,40.846984",
                "latitude": "62.886999",
                "longitude": "40.846984",
                "location": {
                    "id": 6,
                    "url": "https://ll.thespacedevs.com/2.2.0/location/6/?format=api",
                    "name": "Plesetsk Cosmodrome, Russian Federation",
                    "country_code": "RUS",
                    "description": "Plesetsk Cosmodrome is a Russian spaceport located in Mirny, Arkhangelsk Oblast, about 800 km north of Moscow and approximately 200 km south of Arkhangelsk. Originally developed as an ICBM site for the R-7 missile, it also served for numerous satellite launches using the R-7 and other rockets. Its high latitude makes it useful only for certain types of launches, especially the Molniya orbits, so for much of the site's history it functioned as a secondary location, with most orbital launches taking place from Baikonur, in the Kazakh SSR. With the end of the Soviet Union, Baikonur became a foreign territory, and Kazakhstan charged $115 million usage fees annually. Consequently, Plesetsk has seen considerably more activity since the 2000s.",
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_6_20200803142434.jpg",
                    "timezone_name": "Europe/Moscow",
                    "total_launch_count": 1674,
                    "total_landing_count": 0
                },
                "country_code": "RUS",
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_3_20200803143438.jpg",
                "total_launch_count": 159,
                "orbital_launch_attempt_count": 159
            },
            "webcast_live": false,
            "image": null,
            "infographic": null,
            "program": [],
            "orbital_launch_attempt_count": 3514,
            "location_launch_attempt_count": 1309,
            "pad_launch_attempt_count": 109,
            "agency_launch_attempt_count": 2337,
            "orbital_launch_attempt_count_year": 38,
            "location_launch_attempt_count_year": 16,
            "pad_launch_attempt_count_year": 4,
            "agency_launch_attempt_count_year": 21,
            "type": "normal"
        },
        {
            "id": "3470ca0c-a2cd-4bd2-a7b0-31286772ff42",
            "url": "https://ll.thespacedevs.com/2.2.0/launch/3470ca0c-a2cd-4bd2-a7b0-31286772ff42/?format=api",
            "slug": "kosmos-11k63-ds-p1-yu-21",
            "name": "Kosmos 11K63 | DS-P1-Yu 21",
            "status": {
                "id": 3,
                "name": "Launch Successful",
                "abbrev": "Success",
                "description": "The launch vehicle successfully inserted its payload(s) into the target orbit(s)."
            },
            "last_updated": "2023-06-14T03:31:41Z",
            "net": "1969-05-27T12:59:59Z",
            "window_end": "1969-05-27T12:59:59Z",
            "window_start": "1969-05-27T12:59:59Z",
            "net_precision": null,
            "probability": null,
            "weather_concerns": null,
            "holdreason": "",
            "failreason": null,
            "hashtag": null,
            "launch_service_provider": {
                "id": 66,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/66/?format=api",
                "name": "Soviet Space Program",
                "type": "Government"
            },
            "rocket": {
                "id": 3908,
                "configuration": {
                    "id": 327,
                    "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/327/?format=api",
                    "name": "Kosmos 11K63",
                    "family": "Kosmos",
                    "full_name": "Kosmos 11K63",
                    "variant": "11K63"
                }
            },
            "mission": {
                "id": 2326,
                "name": "DS-P1-Yu 21",
                "description": "The DS-P1-Yu series of satellites was used to calibrate space surveillance and early warning radars.",
                "launch_designator": null,
                "type": "Test Target",
                "orbit": {
                    "id": 8,
                    "name": "Low Earth Orbit",
                    "abbrev": "LEO"
                },
                "agencies": [],
                "info_urls": [],
                "vid_urls": []
            },
            "pad": {
                "id": 3,
                "url": "https://ll.thespacedevs.com/2.2.0/pad/3/?format=api",
                "agency_id": 163,
                "name": "133/3 (133L)",
                "description": null,
                "info_url": null,
                "wiki_url": "",
                "map_url": "https://www.google.com/maps?q=62.886999,40.846984",
                "latitude": "62.886999",
                "longitude": "40.846984",
                "location": {
                    "id": 6,
                    "url": "https://ll.thespacedevs.com/2.2.0/location/6/?format=api",
                    "name": "Plesetsk Cosmodrome, Russian Federation",
                    "country_code": "RUS",
                    "description": "Plesetsk Cosmodrome is a Russian spaceport located in Mirny, Arkhangelsk Oblast, about 800 km north of Moscow and approximately 200 km south of Arkhangelsk. Originally developed as an ICBM site for the R-7 missile, it also served for numerous satellite launches using the R-7 and other rockets. Its high latitude makes it useful only for certain types of launches, especially the Molniya orbits, so for much of the site's history it functioned as a secondary location, with most orbital launches taking place from Baikonur, in the Kazakh SSR. With the end of the Soviet Union, Baikonur became a foreign territory, and Kazakhstan charged $115 million usage fees annually. Consequently, Plesetsk has seen considerably more activity since the 2000s.",
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_6_20200803142434.jpg",
                    "timezone_name": "Europe/Moscow",
                    "total_launch_count": 1674,
                    "total_landing_count": 0
                },
                "country_code": "RUS",
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_3_20200803143438.jpg",
                "total_launch_count": 159,
                "orbital_launch_attempt_count": 159
            },
            "webcast_live": false,
            "image": null,
            "infographic": null,
            "program": [],
            "orbital_launch_attempt_count": 973,
            "location_launch_attempt_count": 85,
            "pad_launch_attempt_count": 18,
            "agency_launch_attempt_count": 405,
            "orbital_launch_attempt_count_year": 54,
            "location_launch_attempt_count_year": 17,
            "pad_launch_attempt_count_year": 4,
            "agency_launch_attempt_count_year": 34,
            "type": "normal"
        }
    ]
}