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

{
    "count": 7488,
    "next": "https://ll.thespacedevs.com/2.2.0/launch/?format=api&limit=10&offset=3650&ordering=-last_updated",
    "previous": "https://ll.thespacedevs.com/2.2.0/launch/?format=api&limit=10&offset=3630&ordering=-last_updated",
    "results": [
        {
            "id": "2764337f-55d5-4ec2-b6fc-b603cd2b6b10",
            "url": "https://ll.thespacedevs.com/2.2.0/launch/2764337f-55d5-4ec2-b6fc-b603cd2b6b10/?format=api",
            "slug": "kosmos-3m-zaliv-gvm-3",
            "name": "Kosmos-3M | Zaliv-GVM 3",
            "status": {
                "id": 3,
                "name": "Launch Successful",
                "abbrev": "Success",
                "description": "The launch vehicle successfully inserted its payload(s) into the target orbit(s)."
            },
            "last_updated": "2023-06-14T04:27:27Z",
            "net": "1972-08-16T13:40:01Z",
            "window_end": "1972-08-16T13:40:01Z",
            "window_start": "1972-08-16T13:40: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": 4283,
                "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": 2701,
                "name": "Zaliv-GVM 3",
                "description": "The Zaliv-GVM satellites were mass models of the Zaliv navigation satellites, which were launched as payload substitutes on some Kosmos-3M evaluation launches.",
                "launch_designator": null,
                "type": "Test Flight",
                "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": 1374,
            "location_launch_attempt_count": 250,
            "pad_launch_attempt_count": 39,
            "agency_launch_attempt_count": 682,
            "orbital_launch_attempt_count_year": 68,
            "location_launch_attempt_count_year": 31,
            "pad_launch_attempt_count_year": 7,
            "agency_launch_attempt_count_year": 50,
            "type": "normal"
        },
        {
            "id": "0fe8060b-c430-4a6a-a3bf-99356359bda5",
            "url": "https://ll.thespacedevs.com/2.2.0/launch/0fe8060b-c430-4a6a-a3bf-99356359bda5/?format=api",
            "slug": "kosmos-3m-zaliv-10",
            "name": "Kosmos-3M | Zaliv 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:26Z",
            "net": "1972-02-25T07:52:29Z",
            "window_end": "1972-02-25T07:52:29Z",
            "window_start": "1972-02-25T07:52:29Z",
            "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": 4229,
                "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": 2647,
                "name": "Zaliv 10",
                "description": "The first soviet navigation system called Tsiklon consisted of Zaliv satellites in low earth orbit.",
                "launch_designator": null,
                "type": "Navigation",
                "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": 1317,
            "location_launch_attempt_count": 221,
            "pad_launch_attempt_count": 33,
            "agency_launch_attempt_count": 639,
            "orbital_launch_attempt_count_year": 11,
            "location_launch_attempt_count_year": 2,
            "pad_launch_attempt_count_year": 1,
            "agency_launch_attempt_count_year": 7,
            "type": "normal"
        },
        {
            "id": "09f1e6f7-0abd-4072-bd72-65f1c14960db",
            "url": "https://ll.thespacedevs.com/2.2.0/launch/09f1e6f7-0abd-4072-bd72-65f1c14960db/?format=api",
            "slug": "kosmos-3m-parus-44",
            "name": "Kosmos-3M | Parus 44",
            "status": {
                "id": 3,
                "name": "Launch Successful",
                "abbrev": "Success",
                "description": "The launch vehicle successfully inserted its payload(s) into the target orbit(s)."
            },
            "last_updated": "2023-06-14T04:27:26Z",
            "net": "1984-06-27T04:59:00Z",
            "window_end": "1984-06-27T04:59:00Z",
            "window_start": "1984-06-27T04:59:00Z",
            "net_precision": null,
            "probability": null,
            "weather_concerns": null,
            "holdreason": "",
            "failreason": null,
            "hashtag": null,
            "launch_service_provider": {
                "id": 66,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/66/?format=api",
                "name": "Soviet Space Program",
                "type": "Government"
            },
            "rocket": {
                "id": 5652,
                "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": 4054,
                "name": "Parus 44",
                "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": 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": 2842,
            "location_launch_attempt_count": 1002,
            "pad_launch_attempt_count": 147,
            "agency_launch_attempt_count": 1810,
            "orbital_launch_attempt_count_year": 67,
            "location_launch_attempt_count_year": 33,
            "pad_launch_attempt_count_year": 7,
            "agency_launch_attempt_count_year": 51,
            "type": "normal"
        },
        {
            "id": "298b631d-8d10-4194-8125-97ffa9a255ae",
            "url": "https://ll.thespacedevs.com/2.2.0/launch/298b631d-8d10-4194-8125-97ffa9a255ae/?format=api",
            "slug": "kosmos-3m-taifun-1b-1",
            "name": "Kosmos-3M | Taifun-1B 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-14T04:27:26Z",
            "net": "1979-12-05T09:00:00Z",
            "window_end": "1979-12-05T09:00:00Z",
            "window_start": "1979-12-05T09: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": 5131,
                "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": 3542,
                "name": "Taifun-1B 1",
                "description": "Passive 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": 2277,
            "location_launch_attempt_count": 721,
            "pad_launch_attempt_count": 104,
            "agency_launch_attempt_count": 1358,
            "orbital_launch_attempt_count_year": 104,
            "location_launch_attempt_count_year": 66,
            "pad_launch_attempt_count_year": 9,
            "agency_launch_attempt_count_year": 85,
            "type": "normal"
        },
        {
            "id": "05b9b308-f312-4b0e-b03a-9398addc9160",
            "url": "https://ll.thespacedevs.com/2.2.0/launch/05b9b308-f312-4b0e-b03a-9398addc9160/?format=api",
            "slug": "kosmos-3m-tselina-o-15",
            "name": "Kosmos-3M | Tselina-O 15",
            "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:26Z",
            "net": "1972-07-10T16:15:00Z",
            "window_end": "1972-07-10T16:15:00Z",
            "window_start": "1972-07-10T16:15:00Z",
            "net_precision": null,
            "probability": null,
            "weather_concerns": null,
            "holdreason": "",
            "failreason": null,
            "hashtag": null,
            "launch_service_provider": {
                "id": 66,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/66/?format=api",
                "name": "Soviet Space Program",
                "type": "Government"
            },
            "rocket": {
                "id": 4273,
                "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": 2691,
                "name": "Tselina-O 15",
                "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": 1364,
            "location_launch_attempt_count": 245,
            "pad_launch_attempt_count": 37,
            "agency_launch_attempt_count": 674,
            "orbital_launch_attempt_count_year": 58,
            "location_launch_attempt_count_year": 26,
            "pad_launch_attempt_count_year": 5,
            "agency_launch_attempt_count_year": 42,
            "type": "normal"
        },
        {
            "id": "4292c342-706a-4251-a75f-226dc2fbfaad",
            "url": "https://ll.thespacedevs.com/2.2.0/launch/4292c342-706a-4251-a75f-226dc2fbfaad/?format=api",
            "slug": "kosmos-3m-parus-49",
            "name": "Kosmos-3M | Parus 49",
            "status": {
                "id": 3,
                "name": "Launch Successful",
                "abbrev": "Success",
                "description": "The launch vehicle successfully inserted its payload(s) into the target orbit(s)."
            },
            "last_updated": "2023-06-14T04:27:26Z",
            "net": "1985-03-14T01:09:00Z",
            "window_end": "1985-03-14T01:09:00Z",
            "window_start": "1985-03-14T01:09: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": 5730,
                "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": 4131,
                "name": "Parus 49",
                "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": 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": 2926,
            "location_launch_attempt_count": 1042,
            "pad_launch_attempt_count": 152,
            "agency_launch_attempt_count": 1873,
            "orbital_launch_attempt_count_year": 22,
            "location_launch_attempt_count_year": 11,
            "pad_launch_attempt_count_year": 2,
            "agency_launch_attempt_count_year": 17,
            "type": "normal"
        },
        {
            "id": "0916c54c-f26b-4420-ba74-b69583494933",
            "url": "https://ll.thespacedevs.com/2.2.0/launch/0916c54c-f26b-4420-ba74-b69583494933/?format=api",
            "slug": "kosmos-3m-strela-2m-17",
            "name": "Kosmos-3M | Strela-2M 17",
            "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:26Z",
            "net": "1978-02-17T16:33:00Z",
            "window_end": "1978-02-17T16:33:00Z",
            "window_start": "1978-02-17T16:33:00Z",
            "net_precision": null,
            "probability": null,
            "weather_concerns": null,
            "holdreason": "",
            "failreason": null,
            "hashtag": null,
            "launch_service_provider": {
                "id": 66,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/66/?format=api",
                "name": "Soviet Space Program",
                "type": "Government"
            },
            "rocket": {
                "id": 4932,
                "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": 3348,
                "name": "Strela-2M 17",
                "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": 2064,
            "location_launch_attempt_count": 602,
            "pad_launch_attempt_count": 88,
            "agency_launch_attempt_count": 1195,
            "orbital_launch_attempt_count_year": 19,
            "location_launch_attempt_count_year": 9,
            "pad_launch_attempt_count_year": 2,
            "agency_launch_attempt_count_year": 13,
            "type": "normal"
        },
        {
            "id": "20bdc395-5233-4827-9ae5-763f8f23f038",
            "url": "https://ll.thespacedevs.com/2.2.0/launch/20bdc395-5233-4827-9ae5-763f8f23f038/?format=api",
            "slug": "kosmos-3m-ds-u2-ik-5",
            "name": "Kosmos-3M | DS-U2-IK 5",
            "status": {
                "id": 3,
                "name": "Launch Successful",
                "abbrev": "Success",
                "description": "The launch vehicle successfully inserted its payload(s) into the target orbit(s)."
            },
            "last_updated": "2023-06-14T04:27:26Z",
            "net": "1974-10-31T10:00:00Z",
            "window_end": "1974-10-31T10:00:00Z",
            "window_start": "1974-10-31T10: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": 4521,
                "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": 2939,
                "name": "DS-U2-IK 5",
                "description": "Satellite designed to investigate the charged particle flows and ionosphere.",
                "launch_designator": null,
                "type": "Earth Science",
                "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": 1630,
            "location_launch_attempt_count": 384,
            "pad_launch_attempt_count": 66,
            "agency_launch_attempt_count": 871,
            "orbital_launch_attempt_count_year": 92,
            "location_launch_attempt_count_year": 47,
            "pad_launch_attempt_count_year": 13,
            "agency_launch_attempt_count_year": 70,
            "type": "normal"
        },
        {
            "id": "18314254-bdd8-48f5-8a9d-aad39df07a5c",
            "url": "https://ll.thespacedevs.com/2.2.0/launch/18314254-bdd8-48f5-8a9d-aad39df07a5c/?format=api",
            "slug": "kosmos-3m-tselina-o-2",
            "name": "Kosmos-3M | Tselina-O 2",
            "status": {
                "id": 3,
                "name": "Launch Successful",
                "abbrev": "Success",
                "description": "The launch vehicle successfully inserted its payload(s) into the target orbit(s)."
            },
            "last_updated": "2023-06-14T04:27:26Z",
            "net": "1968-01-19T22:00:00Z",
            "window_end": "1968-01-19T22:00:00Z",
            "window_start": "1968-01-19T22: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": 3748,
                "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": 2166,
                "name": "Tselina-O 2",
                "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": 794,
            "location_launch_attempt_count": 39,
            "pad_launch_attempt_count": 6,
            "agency_launch_attempt_count": 291,
            "orbital_launch_attempt_count_year": 6,
            "location_launch_attempt_count_year": 2,
            "pad_launch_attempt_count_year": 1,
            "agency_launch_attempt_count_year": 2,
            "type": "normal"
        },
        {
            "id": "2626b77d-2a83-4b30-a3f4-a6a090d95e62",
            "url": "https://ll.thespacedevs.com/2.2.0/launch/2626b77d-2a83-4b30-a3f4-a6a090d95e62/?format=api",
            "slug": "kosmos-3m-ds-p1-m-8",
            "name": "Kosmos-3M | DS-P1-M 8",
            "status": {
                "id": 3,
                "name": "Launch Successful",
                "abbrev": "Success",
                "description": "The launch vehicle successfully inserted its payload(s) into the target orbit(s)."
            },
            "last_updated": "2023-06-14T04:27:26Z",
            "net": "1976-02-12T13:00:01Z",
            "window_end": "1976-02-12T13:00:01Z",
            "window_start": "1976-02-12T13:00:01Z",
            "net_precision": null,
            "probability": null,
            "weather_concerns": null,
            "holdreason": "",
            "failreason": null,
            "hashtag": null,
            "launch_service_provider": {
                "id": 66,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/66/?format=api",
                "name": "Soviet Space Program",
                "type": "Government"
            },
            "rocket": {
                "id": 4677,
                "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": 3095,
                "name": "DS-P1-M 8",
                "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": 1798,
            "location_launch_attempt_count": 466,
            "pad_launch_attempt_count": 68,
            "agency_launch_attempt_count": 990,
            "orbital_launch_attempt_count_year": 15,
            "location_launch_attempt_count_year": 8,
            "pad_launch_attempt_count_year": 1,
            "agency_launch_attempt_count_year": 11,
            "type": "normal"
        }
    ]
}