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

{
    "count": 7496,
    "next": "https://ll.thespacedevs.com/2.2.0/launch/?format=api&limit=10&offset=3510&ordering=last_updated",
    "previous": "https://ll.thespacedevs.com/2.2.0/launch/?format=api&limit=10&offset=3490&ordering=last_updated",
    "results": [
        {
            "id": "6955578e-ae33-4bd7-8c00-1d012d862995",
            "url": "https://ll.thespacedevs.com/2.2.0/launch/6955578e-ae33-4bd7-8c00-1d012d862995/?format=api",
            "slug": "tsiklon-2a-i2m-2",
            "name": "Tsiklon-2A | I2M 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:24:23Z",
            "net": "1968-10-19T04:20:00Z",
            "window_end": "1968-10-19T04:20:00Z",
            "window_start": "1968-10-19T04:20: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": 3834,
                "configuration": {
                    "id": 444,
                    "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/444/?format=api",
                    "name": "Tsiklon-2A",
                    "family": "Tsiklon",
                    "full_name": "Tsiklon-2A",
                    "variant": "2A"
                }
            },
            "mission": {
                "id": 2252,
                "name": "I2M 2",
                "description": "The I2M satellites were maneuverable target satellites for the I2P coorbital ASAT satellites.",
                "launch_designator": null,
                "type": "Test Target",
                "orbit": {
                    "id": 8,
                    "name": "Low Earth Orbit",
                    "abbrev": "LEO"
                },
                "agencies": [],
                "info_urls": [],
                "vid_urls": []
            },
            "pad": {
                "id": 133,
                "url": "https://ll.thespacedevs.com/2.2.0/pad/133/?format=api",
                "agency_id": null,
                "name": "90/19",
                "description": null,
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/Baikonur_Cosmodrome_Site_90",
                "map_url": "https://www.google.com/maps?q=46.081,62.929806",
                "latitude": "46.081",
                "longitude": "62.929806",
                "location": {
                    "id": 15,
                    "url": "https://ll.thespacedevs.com/2.2.0/location/15/?format=api",
                    "name": "Baikonur Cosmodrome, Republic of Kazakhstan",
                    "country_code": "KAZ",
                    "description": "The Baikonur Cosmodrome is a spaceport operated by Russia within Kazakhstan. Located in the Kazakh city of Baikonur, it is the largest operational space launch facility in terms of area. All Russian crewed spaceflights are launched from Baikonur.",
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_15_20200803142517.jpg",
                    "timezone_name": "Asia/Qyzylorda",
                    "total_launch_count": 1555,
                    "total_landing_count": 0
                },
                "country_code": "KAZ",
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_133_20200803143315.jpg",
                "total_launch_count": 16,
                "orbital_launch_attempt_count": 16
            },
            "webcast_live": false,
            "image": null,
            "infographic": null,
            "program": [],
            "orbital_launch_attempt_count": 889,
            "location_launch_attempt_count": 236,
            "pad_launch_attempt_count": 4,
            "agency_launch_attempt_count": 353,
            "orbital_launch_attempt_count_year": 101,
            "location_launch_attempt_count_year": 33,
            "pad_launch_attempt_count_year": 2,
            "agency_launch_attempt_count_year": 64,
            "type": "normal"
        },
        {
            "id": "ac4d9be6-6492-4de5-be1c-f91ec12017ad",
            "url": "https://ll.thespacedevs.com/2.2.0/launch/ac4d9be6-6492-4de5-be1c-f91ec12017ad/?format=api",
            "slug": "tsiklon-2-us-a-2",
            "name": "Tsiklon-2 | US-A 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:24:23Z",
            "net": "1971-04-01T11:29:59Z",
            "window_end": "1971-04-01T11:29:59Z",
            "window_start": "1971-04-01T11:29: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": 4117,
                "configuration": {
                    "id": 443,
                    "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/443/?format=api",
                    "name": "Tsiklon-2",
                    "family": "Tsiklon",
                    "full_name": "Tsiklon-2",
                    "variant": "2"
                }
            },
            "mission": {
                "id": 2535,
                "name": "US-A 2",
                "description": "Active radar satellite for ocean surveillance powered by a nuclear reactor.",
                "launch_designator": null,
                "type": "Government/Top Secret",
                "orbit": {
                    "id": 8,
                    "name": "Low Earth Orbit",
                    "abbrev": "LEO"
                },
                "agencies": [],
                "info_urls": [],
                "vid_urls": []
            },
            "pad": {
                "id": 133,
                "url": "https://ll.thespacedevs.com/2.2.0/pad/133/?format=api",
                "agency_id": null,
                "name": "90/19",
                "description": null,
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/Baikonur_Cosmodrome_Site_90",
                "map_url": "https://www.google.com/maps?q=46.081,62.929806",
                "latitude": "46.081",
                "longitude": "62.929806",
                "location": {
                    "id": 15,
                    "url": "https://ll.thespacedevs.com/2.2.0/location/15/?format=api",
                    "name": "Baikonur Cosmodrome, Republic of Kazakhstan",
                    "country_code": "KAZ",
                    "description": "The Baikonur Cosmodrome is a spaceport operated by Russia within Kazakhstan. Located in the Kazakh city of Baikonur, it is the largest operational space launch facility in terms of area. All Russian crewed spaceflights are launched from Baikonur.",
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_15_20200803142517.jpg",
                    "timezone_name": "Asia/Qyzylorda",
                    "total_launch_count": 1555,
                    "total_landing_count": 0
                },
                "country_code": "KAZ",
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_133_20200803143315.jpg",
                "total_launch_count": 16,
                "orbital_launch_attempt_count": 16
            },
            "webcast_live": false,
            "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/tsyklon-2_lifto_image_20240411113159.jpg",
            "infographic": null,
            "program": [],
            "orbital_launch_attempt_count": 1200,
            "location_launch_attempt_count": 318,
            "pad_launch_attempt_count": 9,
            "agency_launch_attempt_count": 557,
            "orbital_launch_attempt_count_year": 29,
            "location_launch_attempt_count_year": 6,
            "pad_launch_attempt_count_year": 1,
            "agency_launch_attempt_count_year": 16,
            "type": "normal"
        },
        {
            "id": "e833fdb0-6ab8-456f-a232-cbfc284b8fe3",
            "url": "https://ll.thespacedevs.com/2.2.0/launch/e833fdb0-6ab8-456f-a232-cbfc284b8fe3/?format=api",
            "slug": "tsiklon-2-us-a-1",
            "name": "Tsiklon-2 | US-A 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:24:23Z",
            "net": "1970-10-03T10:26:45Z",
            "window_end": "1970-10-03T10:26:45Z",
            "window_start": "1970-10-03T10:26:45Z",
            "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": 4055,
                "configuration": {
                    "id": 443,
                    "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/443/?format=api",
                    "name": "Tsiklon-2",
                    "family": "Tsiklon",
                    "full_name": "Tsiklon-2",
                    "variant": "2"
                }
            },
            "mission": {
                "id": 2473,
                "name": "US-A 1",
                "description": "Active radar satellite for ocean surveillance powered by a nuclear reactor.",
                "launch_designator": null,
                "type": "Government/Top Secret",
                "orbit": {
                    "id": 8,
                    "name": "Low Earth Orbit",
                    "abbrev": "LEO"
                },
                "agencies": [],
                "info_urls": [],
                "vid_urls": []
            },
            "pad": {
                "id": 133,
                "url": "https://ll.thespacedevs.com/2.2.0/pad/133/?format=api",
                "agency_id": null,
                "name": "90/19",
                "description": null,
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/Baikonur_Cosmodrome_Site_90",
                "map_url": "https://www.google.com/maps?q=46.081,62.929806",
                "latitude": "46.081",
                "longitude": "62.929806",
                "location": {
                    "id": 15,
                    "url": "https://ll.thespacedevs.com/2.2.0/location/15/?format=api",
                    "name": "Baikonur Cosmodrome, Republic of Kazakhstan",
                    "country_code": "KAZ",
                    "description": "The Baikonur Cosmodrome is a spaceport operated by Russia within Kazakhstan. Located in the Kazakh city of Baikonur, it is the largest operational space launch facility in terms of area. All Russian crewed spaceflights are launched from Baikonur.",
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_15_20200803142517.jpg",
                    "timezone_name": "Asia/Qyzylorda",
                    "total_launch_count": 1555,
                    "total_landing_count": 0
                },
                "country_code": "KAZ",
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_133_20200803143315.jpg",
                "total_launch_count": 16,
                "orbital_launch_attempt_count": 16
            },
            "webcast_live": false,
            "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/tsyklon-2_lifto_image_20240411113159.jpg",
            "infographic": null,
            "program": [],
            "orbital_launch_attempt_count": 1134,
            "location_launch_attempt_count": 300,
            "pad_launch_attempt_count": 7,
            "agency_launch_attempt_count": 512,
            "orbital_launch_attempt_count_year": 88,
            "location_launch_attempt_count_year": 17,
            "pad_launch_attempt_count_year": 1,
            "agency_launch_attempt_count_year": 59,
            "type": "normal"
        },
        {
            "id": "70caa3ba-c405-4de7-a809-5165d0dc5a7a",
            "url": "https://ll.thespacedevs.com/2.2.0/launch/70caa3ba-c405-4de7-a809-5165d0dc5a7a/?format=api",
            "slug": "tsiklon-2-i2m-3",
            "name": "Tsiklon-2 | I2M 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:24:23Z",
            "net": "1970-10-20T05:38:00Z",
            "window_end": "1970-10-20T05:38:00Z",
            "window_start": "1970-10-20T05:38: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": 4063,
                "configuration": {
                    "id": 443,
                    "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/443/?format=api",
                    "name": "Tsiklon-2",
                    "family": "Tsiklon",
                    "full_name": "Tsiklon-2",
                    "variant": "2"
                }
            },
            "mission": {
                "id": 2481,
                "name": "I2M 3",
                "description": "The I2M satellites were maneuverable target satellites for the I2P coorbital ASAT satellites.",
                "launch_designator": null,
                "type": "Test Target",
                "orbit": {
                    "id": 8,
                    "name": "Low Earth Orbit",
                    "abbrev": "LEO"
                },
                "agencies": [],
                "info_urls": [],
                "vid_urls": []
            },
            "pad": {
                "id": 133,
                "url": "https://ll.thespacedevs.com/2.2.0/pad/133/?format=api",
                "agency_id": null,
                "name": "90/19",
                "description": null,
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/Baikonur_Cosmodrome_Site_90",
                "map_url": "https://www.google.com/maps?q=46.081,62.929806",
                "latitude": "46.081",
                "longitude": "62.929806",
                "location": {
                    "id": 15,
                    "url": "https://ll.thespacedevs.com/2.2.0/location/15/?format=api",
                    "name": "Baikonur Cosmodrome, Republic of Kazakhstan",
                    "country_code": "KAZ",
                    "description": "The Baikonur Cosmodrome is a spaceport operated by Russia within Kazakhstan. Located in the Kazakh city of Baikonur, it is the largest operational space launch facility in terms of area. All Russian crewed spaceflights are launched from Baikonur.",
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_15_20200803142517.jpg",
                    "timezone_name": "Asia/Qyzylorda",
                    "total_launch_count": 1555,
                    "total_landing_count": 0
                },
                "country_code": "KAZ",
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_133_20200803143315.jpg",
                "total_launch_count": 16,
                "orbital_launch_attempt_count": 16
            },
            "webcast_live": false,
            "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/tsyklon-2_lifto_image_20240411113159.jpg",
            "infographic": null,
            "program": [],
            "orbital_launch_attempt_count": 1142,
            "location_launch_attempt_count": 303,
            "pad_launch_attempt_count": 8,
            "agency_launch_attempt_count": 520,
            "orbital_launch_attempt_count_year": 96,
            "location_launch_attempt_count_year": 20,
            "pad_launch_attempt_count_year": 2,
            "agency_launch_attempt_count_year": 67,
            "type": "normal"
        },
        {
            "id": "8709239d-8c13-414c-8b99-262d2fd2ad32",
            "url": "https://ll.thespacedevs.com/2.2.0/launch/8709239d-8c13-414c-8b99-262d2fd2ad32/?format=api",
            "slug": "tsiklon-2a-us-ao-4",
            "name": "Tsiklon-2A | US-AO 4",
            "status": {
                "id": 3,
                "name": "Launch Successful",
                "abbrev": "Success",
                "description": "The launch vehicle successfully inserted its payload(s) into the target orbit(s)."
            },
            "last_updated": "2023-06-14T04:24:23Z",
            "net": "1968-03-22T09:30:34Z",
            "window_end": "1968-03-22T09:30:34Z",
            "window_start": "1968-03-22T09:30:34Z",
            "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": 3765,
                "configuration": {
                    "id": 444,
                    "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/444/?format=api",
                    "name": "Tsiklon-2A",
                    "family": "Tsiklon",
                    "full_name": "Tsiklon-2A",
                    "variant": "2A"
                }
            },
            "mission": {
                "id": 2183,
                "name": "US-AO 4",
                "description": "US-A (Upravlenniye Sputnik Aktivny) were active radar satellites for ocean surveillance. The high power consumtion of the active radar required a nuclear reactor as power source. The satellites were known as RORSAT in the west. The US-AO series consisted of satellites, which tested all the system components but the nuclear reactor. They were battery powered.",
                "launch_designator": null,
                "type": "Government/Top Secret",
                "orbit": {
                    "id": 8,
                    "name": "Low Earth Orbit",
                    "abbrev": "LEO"
                },
                "agencies": [],
                "info_urls": [],
                "vid_urls": []
            },
            "pad": {
                "id": 133,
                "url": "https://ll.thespacedevs.com/2.2.0/pad/133/?format=api",
                "agency_id": null,
                "name": "90/19",
                "description": null,
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/Baikonur_Cosmodrome_Site_90",
                "map_url": "https://www.google.com/maps?q=46.081,62.929806",
                "latitude": "46.081",
                "longitude": "62.929806",
                "location": {
                    "id": 15,
                    "url": "https://ll.thespacedevs.com/2.2.0/location/15/?format=api",
                    "name": "Baikonur Cosmodrome, Republic of Kazakhstan",
                    "country_code": "KAZ",
                    "description": "The Baikonur Cosmodrome is a spaceport operated by Russia within Kazakhstan. Located in the Kazakh city of Baikonur, it is the largest operational space launch facility in terms of area. All Russian crewed spaceflights are launched from Baikonur.",
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_15_20200803142517.jpg",
                    "timezone_name": "Asia/Qyzylorda",
                    "total_launch_count": 1555,
                    "total_landing_count": 0
                },
                "country_code": "KAZ",
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_133_20200803143315.jpg",
                "total_launch_count": 16,
                "orbital_launch_attempt_count": 16
            },
            "webcast_live": false,
            "image": null,
            "infographic": null,
            "program": [],
            "orbital_launch_attempt_count": 813,
            "location_launch_attempt_count": 208,
            "pad_launch_attempt_count": 3,
            "agency_launch_attempt_count": 303,
            "orbital_launch_attempt_count_year": 25,
            "location_launch_attempt_count_year": 5,
            "pad_launch_attempt_count_year": 1,
            "agency_launch_attempt_count_year": 14,
            "type": "normal"
        },
        {
            "id": "d52f2bd4-7ab0-4a05-a2a2-78cd34850e02",
            "url": "https://ll.thespacedevs.com/2.2.0/launch/d52f2bd4-7ab0-4a05-a2a2-78cd34850e02/?format=api",
            "slug": "tsiklon-2a-i2-bm-kosmos-185",
            "name": "Tsiklon-2A | I2-BM (Kosmos-185)",
            "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:24:23Z",
            "net": "1967-10-27T02:21:19Z",
            "window_end": "1967-10-27T02:21:19Z",
            "window_start": "1967-10-27T02:21:19Z",
            "net_precision": null,
            "probability": null,
            "weather_concerns": null,
            "holdreason": "",
            "failreason": "",
            "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": 3722,
                "configuration": {
                    "id": 444,
                    "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/444/?format=api",
                    "name": "Tsiklon-2A",
                    "family": "Tsiklon",
                    "full_name": "Tsiklon-2A",
                    "variant": "2A"
                }
            },
            "mission": {
                "id": 2140,
                "name": "I2-BM",
                "description": "I2-BM was a mission to test the propulsion of the I2P coorbital ASAT satellite. It did not conduct any interception maneuveres.",
                "launch_designator": null,
                "type": "Government/Top Secret",
                "orbit": {
                    "id": 8,
                    "name": "Low Earth Orbit",
                    "abbrev": "LEO"
                },
                "agencies": [],
                "info_urls": [],
                "vid_urls": []
            },
            "pad": {
                "id": 133,
                "url": "https://ll.thespacedevs.com/2.2.0/pad/133/?format=api",
                "agency_id": null,
                "name": "90/19",
                "description": null,
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/Baikonur_Cosmodrome_Site_90",
                "map_url": "https://www.google.com/maps?q=46.081,62.929806",
                "latitude": "46.081",
                "longitude": "62.929806",
                "location": {
                    "id": 15,
                    "url": "https://ll.thespacedevs.com/2.2.0/location/15/?format=api",
                    "name": "Baikonur Cosmodrome, Republic of Kazakhstan",
                    "country_code": "KAZ",
                    "description": "The Baikonur Cosmodrome is a spaceport operated by Russia within Kazakhstan. Located in the Kazakh city of Baikonur, it is the largest operational space launch facility in terms of area. All Russian crewed spaceflights are launched from Baikonur.",
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_15_20200803142517.jpg",
                    "timezone_name": "Asia/Qyzylorda",
                    "total_launch_count": 1555,
                    "total_landing_count": 0
                },
                "country_code": "KAZ",
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_133_20200803143315.jpg",
                "total_launch_count": 16,
                "orbital_launch_attempt_count": 16
            },
            "webcast_live": false,
            "image": null,
            "infographic": null,
            "program": [],
            "orbital_launch_attempt_count": 764,
            "location_launch_attempt_count": 198,
            "pad_launch_attempt_count": 1,
            "agency_launch_attempt_count": 275,
            "orbital_launch_attempt_count_year": 116,
            "location_launch_attempt_count_year": 32,
            "pad_launch_attempt_count_year": 1,
            "agency_launch_attempt_count_year": 60,
            "type": "normal"
        },
        {
            "id": "fc7e7680-84ee-46b3-97ad-7e52b3fb4c3a",
            "url": "https://ll.thespacedevs.com/2.2.0/launch/fc7e7680-84ee-46b3-97ad-7e52b3fb4c3a/?format=api",
            "slug": "tsiklon-2-us-a-8",
            "name": "Tsiklon-2 | US-A 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:24:24Z",
            "net": "1974-05-17T06:53:15Z",
            "window_end": "1974-05-17T06:53:15Z",
            "window_start": "1974-05-17T06:53:15Z",
            "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": 4468,
                "configuration": {
                    "id": 443,
                    "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/443/?format=api",
                    "name": "Tsiklon-2",
                    "family": "Tsiklon",
                    "full_name": "Tsiklon-2",
                    "variant": "2"
                }
            },
            "mission": {
                "id": 2886,
                "name": "US-A 8",
                "description": "Active radar satellite for ocean surveillance powered by a nuclear reactor.",
                "launch_designator": null,
                "type": "Government/Top Secret",
                "orbit": {
                    "id": 8,
                    "name": "Low Earth Orbit",
                    "abbrev": "LEO"
                },
                "agencies": [],
                "info_urls": [],
                "vid_urls": []
            },
            "pad": {
                "id": 133,
                "url": "https://ll.thespacedevs.com/2.2.0/pad/133/?format=api",
                "agency_id": null,
                "name": "90/19",
                "description": null,
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/Baikonur_Cosmodrome_Site_90",
                "map_url": "https://www.google.com/maps?q=46.081,62.929806",
                "latitude": "46.081",
                "longitude": "62.929806",
                "location": {
                    "id": 15,
                    "url": "https://ll.thespacedevs.com/2.2.0/location/15/?format=api",
                    "name": "Baikonur Cosmodrome, Republic of Kazakhstan",
                    "country_code": "KAZ",
                    "description": "The Baikonur Cosmodrome is a spaceport operated by Russia within Kazakhstan. Located in the Kazakh city of Baikonur, it is the largest operational space launch facility in terms of area. All Russian crewed spaceflights are launched from Baikonur.",
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_15_20200803142517.jpg",
                    "timezone_name": "Asia/Qyzylorda",
                    "total_launch_count": 1555,
                    "total_landing_count": 0
                },
                "country_code": "KAZ",
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_133_20200803143315.jpg",
                "total_launch_count": 16,
                "orbital_launch_attempt_count": 16
            },
            "webcast_live": false,
            "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/tsyklon-2_lifto_image_20240411113159.jpg",
            "infographic": null,
            "program": [],
            "orbital_launch_attempt_count": 1572,
            "location_launch_attempt_count": 397,
            "pad_launch_attempt_count": 14,
            "agency_launch_attempt_count": 826,
            "orbital_launch_attempt_count_year": 34,
            "location_launch_attempt_count_year": 8,
            "pad_launch_attempt_count_year": 2,
            "agency_launch_attempt_count_year": 25,
            "type": "normal"
        },
        {
            "id": "ab05e116-db30-4b61-a7a1-71772ba689dd",
            "url": "https://ll.thespacedevs.com/2.2.0/launch/ab05e116-db30-4b61-a7a1-71772ba689dd/?format=api",
            "slug": "tsiklon-2-us-a-7",
            "name": "Tsiklon-2 | US-A 7",
            "status": {
                "id": 3,
                "name": "Launch Successful",
                "abbrev": "Success",
                "description": "The launch vehicle successfully inserted its payload(s) into the target orbit(s)."
            },
            "last_updated": "2023-06-14T04:24:24Z",
            "net": "1974-05-15T07:30:00Z",
            "window_end": "1974-05-15T07:30:00Z",
            "window_start": "1974-05-15T07:30: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": 4465,
                "configuration": {
                    "id": 443,
                    "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/443/?format=api",
                    "name": "Tsiklon-2",
                    "family": "Tsiklon",
                    "full_name": "Tsiklon-2",
                    "variant": "2"
                }
            },
            "mission": {
                "id": 2883,
                "name": "US-A 7",
                "description": "Active radar satellite for ocean surveillance powered by a nuclear reactor.",
                "launch_designator": null,
                "type": "Government/Top Secret",
                "orbit": {
                    "id": 8,
                    "name": "Low Earth Orbit",
                    "abbrev": "LEO"
                },
                "agencies": [],
                "info_urls": [],
                "vid_urls": []
            },
            "pad": {
                "id": 133,
                "url": "https://ll.thespacedevs.com/2.2.0/pad/133/?format=api",
                "agency_id": null,
                "name": "90/19",
                "description": null,
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/Baikonur_Cosmodrome_Site_90",
                "map_url": "https://www.google.com/maps?q=46.081,62.929806",
                "latitude": "46.081",
                "longitude": "62.929806",
                "location": {
                    "id": 15,
                    "url": "https://ll.thespacedevs.com/2.2.0/location/15/?format=api",
                    "name": "Baikonur Cosmodrome, Republic of Kazakhstan",
                    "country_code": "KAZ",
                    "description": "The Baikonur Cosmodrome is a spaceport operated by Russia within Kazakhstan. Located in the Kazakh city of Baikonur, it is the largest operational space launch facility in terms of area. All Russian crewed spaceflights are launched from Baikonur.",
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_15_20200803142517.jpg",
                    "timezone_name": "Asia/Qyzylorda",
                    "total_launch_count": 1555,
                    "total_landing_count": 0
                },
                "country_code": "KAZ",
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_133_20200803143315.jpg",
                "total_launch_count": 16,
                "orbital_launch_attempt_count": 16
            },
            "webcast_live": false,
            "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/tsyklon-2_lifto_image_20240411113159.jpg",
            "infographic": null,
            "program": [],
            "orbital_launch_attempt_count": 1569,
            "location_launch_attempt_count": 395,
            "pad_launch_attempt_count": 13,
            "agency_launch_attempt_count": 823,
            "orbital_launch_attempt_count_year": 31,
            "location_launch_attempt_count_year": 6,
            "pad_launch_attempt_count_year": 1,
            "agency_launch_attempt_count_year": 22,
            "type": "normal"
        },
        {
            "id": "50181967-21d1-4398-a993-30be5f1ae2cf",
            "url": "https://ll.thespacedevs.com/2.2.0/launch/50181967-21d1-4398-a993-30be5f1ae2cf/?format=api",
            "slug": "tsiklon-2a-us-ao-5",
            "name": "Tsiklon-2A | US-AO 5",
            "status": {
                "id": 4,
                "name": "Launch Failure",
                "abbrev": "Failure",
                "description": "Either the launch vehicle did not reach orbit, or the payload(s) failed to separate."
            },
            "last_updated": "2023-06-14T04:24:24Z",
            "net": "1969-01-25T11:14:03Z",
            "window_end": "1969-01-25T11:14:03Z",
            "window_start": "1969-01-25T11:14:03Z",
            "net_precision": null,
            "probability": null,
            "weather_concerns": null,
            "holdreason": "",
            "failreason": null,
            "hashtag": null,
            "launch_service_provider": {
                "id": 66,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/66/?format=api",
                "name": "Soviet Space Program",
                "type": "Government"
            },
            "rocket": {
                "id": 3867,
                "configuration": {
                    "id": 444,
                    "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/444/?format=api",
                    "name": "Tsiklon-2A",
                    "family": "Tsiklon",
                    "full_name": "Tsiklon-2A",
                    "variant": "2A"
                }
            },
            "mission": {
                "id": 2285,
                "name": "US-AO 5",
                "description": "US-A (Upravlenniye Sputnik Aktivny) were active radar satellites for ocean surveillance. The high power consumtion of the active radar required a nuclear reactor as power source. The satellites were known as RORSAT in the west. The US-AO series consisted of satellites, which tested all the system components but the nuclear reactor. They were battery powered.",
                "launch_designator": null,
                "type": "Government/Top Secret",
                "orbit": {
                    "id": 8,
                    "name": "Low Earth Orbit",
                    "abbrev": "LEO"
                },
                "agencies": [],
                "info_urls": [],
                "vid_urls": []
            },
            "pad": {
                "id": 133,
                "url": "https://ll.thespacedevs.com/2.2.0/pad/133/?format=api",
                "agency_id": null,
                "name": "90/19",
                "description": null,
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/Baikonur_Cosmodrome_Site_90",
                "map_url": "https://www.google.com/maps?q=46.081,62.929806",
                "latitude": "46.081",
                "longitude": "62.929806",
                "location": {
                    "id": 15,
                    "url": "https://ll.thespacedevs.com/2.2.0/location/15/?format=api",
                    "name": "Baikonur Cosmodrome, Republic of Kazakhstan",
                    "country_code": "KAZ",
                    "description": "The Baikonur Cosmodrome is a spaceport operated by Russia within Kazakhstan. Located in the Kazakh city of Baikonur, it is the largest operational space launch facility in terms of area. All Russian crewed spaceflights are launched from Baikonur.",
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_15_20200803142517.jpg",
                    "timezone_name": "Asia/Qyzylorda",
                    "total_launch_count": 1555,
                    "total_landing_count": 0
                },
                "country_code": "KAZ",
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_133_20200803143315.jpg",
                "total_launch_count": 16,
                "orbital_launch_attempt_count": 16
            },
            "webcast_live": false,
            "image": null,
            "infographic": null,
            "program": [],
            "orbital_launch_attempt_count": 929,
            "location_launch_attempt_count": 252,
            "pad_launch_attempt_count": 5,
            "agency_launch_attempt_count": 379,
            "orbital_launch_attempt_count_year": 10,
            "location_launch_attempt_count_year": 7,
            "pad_launch_attempt_count_year": 1,
            "agency_launch_attempt_count_year": 8,
            "type": "normal"
        },
        {
            "id": "040d7230-9b68-4d2d-92b3-71db07faed16",
            "url": "https://ll.thespacedevs.com/2.2.0/launch/040d7230-9b68-4d2d-92b3-71db07faed16/?format=api",
            "slug": "tsiklon-2-is-gvm-1",
            "name": "Tsiklon-2 | IS-GVM 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:24:24Z",
            "net": "1969-08-06T05:40:03Z",
            "window_end": "1969-08-06T05:40:03Z",
            "window_start": "1969-08-06T05:40:03Z",
            "net_precision": null,
            "probability": null,
            "weather_concerns": null,
            "holdreason": "",
            "failreason": null,
            "hashtag": null,
            "launch_service_provider": {
                "id": 66,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/66/?format=api",
                "name": "Soviet Space Program",
                "type": "Government"
            },
            "rocket": {
                "id": 3929,
                "configuration": {
                    "id": 443,
                    "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/443/?format=api",
                    "name": "Tsiklon-2",
                    "family": "Tsiklon",
                    "full_name": "Tsiklon-2",
                    "variant": "2"
                }
            },
            "mission": {
                "id": 2347,
                "name": "IS-GVM 1",
                "description": "Mass model of the I2P interceptor satellites used on Tsiklon-2 test flights",
                "launch_designator": null,
                "type": "Test Flight",
                "orbit": {
                    "id": 8,
                    "name": "Low Earth Orbit",
                    "abbrev": "LEO"
                },
                "agencies": [],
                "info_urls": [],
                "vid_urls": []
            },
            "pad": {
                "id": 133,
                "url": "https://ll.thespacedevs.com/2.2.0/pad/133/?format=api",
                "agency_id": null,
                "name": "90/19",
                "description": null,
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/Baikonur_Cosmodrome_Site_90",
                "map_url": "https://www.google.com/maps?q=46.081,62.929806",
                "latitude": "46.081",
                "longitude": "62.929806",
                "location": {
                    "id": 15,
                    "url": "https://ll.thespacedevs.com/2.2.0/location/15/?format=api",
                    "name": "Baikonur Cosmodrome, Republic of Kazakhstan",
                    "country_code": "KAZ",
                    "description": "The Baikonur Cosmodrome is a spaceport operated by Russia within Kazakhstan. Located in the Kazakh city of Baikonur, it is the largest operational space launch facility in terms of area. All Russian crewed spaceflights are launched from Baikonur.",
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_15_20200803142517.jpg",
                    "timezone_name": "Asia/Qyzylorda",
                    "total_launch_count": 1555,
                    "total_landing_count": 0
                },
                "country_code": "KAZ",
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_133_20200803143315.jpg",
                "total_launch_count": 16,
                "orbital_launch_attempt_count": 16
            },
            "webcast_live": false,
            "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/tsyklon-2_lifto_image_20240411113159.jpg",
            "infographic": null,
            "program": [],
            "orbital_launch_attempt_count": 997,
            "location_launch_attempt_count": 269,
            "pad_launch_attempt_count": 6,
            "agency_launch_attempt_count": 418,
            "orbital_launch_attempt_count_year": 78,
            "location_launch_attempt_count_year": 24,
            "pad_launch_attempt_count_year": 2,
            "agency_launch_attempt_count_year": 47,
            "type": "normal"
        }
    ]
}