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

{
    "count": 7491,
    "next": "https://ll.thespacedevs.com/2.2.0/launch/?format=api&limit=10&offset=3680&ordering=id",
    "previous": "https://ll.thespacedevs.com/2.2.0/launch/?format=api&limit=10&offset=3660&ordering=id",
    "results": [
        {
            "id": "7f48ab22-25cd-4786-8f04-14aaa6de5d8c",
            "url": "https://ll.thespacedevs.com/2.2.0/launch/7f48ab22-25cd-4786-8f04-14aaa6de5d8c/?format=api",
            "slug": "vostok-8a92-zenit-2-43",
            "name": "Vostok 8A92 | Zenit-2 43",
            "status": {
                "id": 3,
                "name": "Launch Successful",
                "abbrev": "Success",
                "description": "The launch vehicle successfully inserted its payload(s) into the target orbit(s)."
            },
            "last_updated": "2023-06-14T03:41:29Z",
            "net": "1966-11-19T08:00:00Z",
            "window_end": "1966-11-19T08:00:00Z",
            "window_start": "1966-11-19T08: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": 3595,
                "configuration": {
                    "id": 451,
                    "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/451/?format=api",
                    "name": "Vostok 8A92",
                    "family": "Vostok",
                    "full_name": "Vostok 8A92",
                    "variant": "8A92"
                }
            },
            "mission": {
                "id": 2014,
                "name": "Zenit-2 43",
                "description": "Zenit-2 film-return and ELINT reconnaissance satellite.",
                "launch_designator": null,
                "type": "Government/Top Secret",
                "orbit": {
                    "id": 8,
                    "name": "Low Earth Orbit",
                    "abbrev": "LEO"
                },
                "agencies": [],
                "info_urls": [],
                "vid_urls": []
            },
            "pad": {
                "id": 20,
                "url": "https://ll.thespacedevs.com/2.2.0/pad/20/?format=api",
                "agency_id": null,
                "name": "31/6",
                "description": "",
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/Baikonur_Cosmodrome_Site_31",
                "map_url": "https://www.google.com/maps?q=45.996034,63.564003",
                "latitude": "45.996034",
                "longitude": "63.564003",
                "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_20_20200803143516.jpg",
                "total_launch_count": 422,
                "orbital_launch_attempt_count": 422
            },
            "webcast_live": false,
            "image": null,
            "infographic": null,
            "program": [],
            "orbital_launch_attempt_count": 634,
            "location_launch_attempt_count": 162,
            "pad_launch_attempt_count": 61,
            "agency_launch_attempt_count": 208,
            "orbital_launch_attempt_count_year": 117,
            "location_launch_attempt_count_year": 34,
            "pad_launch_attempt_count_year": 25,
            "agency_launch_attempt_count_year": 46,
            "type": "normal"
        },
        {
            "id": "7f4af49c-dccc-4ceb-b046-6a7f8a318553",
            "url": "https://ll.thespacedevs.com/2.2.0/launch/7f4af49c-dccc-4ceb-b046-6a7f8a318553/?format=api",
            "slug": "kosmos-3m-nadezhda-2",
            "name": "Kosmos-3M | Nadezhda 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:38Z",
            "net": "1983-03-24T20:55:50Z",
            "window_end": "1983-03-24T20:55:50Z",
            "window_start": "1983-03-24T20:55:50Z",
            "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": 5495,
                "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": 3899,
                "name": "Nadezhda 2",
                "description": "Civilian navigation satellite equivalent to the purely military Parus",
                "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": 2668,
            "location_launch_attempt_count": 917,
            "pad_launch_attempt_count": 132,
            "agency_launch_attempt_count": 1677,
            "orbital_launch_attempt_count_year": 22,
            "location_launch_attempt_count_year": 11,
            "pad_launch_attempt_count_year": 3,
            "agency_launch_attempt_count_year": 18,
            "type": "normal"
        },
        {
            "id": "7f55f122-c4e6-435b-ad78-066f8514b0e8",
            "url": "https://ll.thespacedevs.com/2.2.0/launch/7f55f122-c4e6-435b-ad78-066f8514b0e8/?format=api",
            "slug": "molniya-m-molniya-3-42l",
            "name": "Molniya-M | Molniya-3 42L",
            "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:29:10Z",
            "net": "1987-01-22T16:06:00Z",
            "window_end": "1987-01-22T16:06:00Z",
            "window_start": "1987-01-22T16:06: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": 5932,
                "configuration": {
                    "id": 106,
                    "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/106/?format=api",
                    "name": "Molniya-M",
                    "family": "R-7",
                    "full_name": "Molniya-M 2BL",
                    "variant": "2BL"
                }
            },
            "mission": {
                "id": 4328,
                "name": "Molniya-3 42L",
                "description": "Molniya communication satellites operating from a highly elliptical orbit",
                "launch_designator": null,
                "type": "Communications",
                "orbit": {
                    "id": 0,
                    "name": "Elliptical Orbit",
                    "abbrev": "Elliptical"
                },
                "agencies": [],
                "info_urls": [],
                "vid_urls": []
            },
            "pad": {
                "id": 168,
                "url": "https://ll.thespacedevs.com/2.2.0/pad/168/?format=api",
                "agency_id": null,
                "name": "41/1",
                "description": null,
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/Plesetsk_Cosmodrome",
                "map_url": "https://www.google.com/maps?q=62.941,40.526806",
                "latitude": "62.941",
                "longitude": "40.526806",
                "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_168_20200803143446.jpg",
                "total_launch_count": 310,
                "orbital_launch_attempt_count": 310
            },
            "webcast_live": false,
            "image": null,
            "infographic": null,
            "program": [],
            "orbital_launch_attempt_count": 3147,
            "location_launch_attempt_count": 1156,
            "pad_launch_attempt_count": 286,
            "agency_launch_attempt_count": 2058,
            "orbital_launch_attempt_count_year": 8,
            "location_launch_attempt_count_year": 5,
            "pad_launch_attempt_count_year": 1,
            "agency_launch_attempt_count_year": 8,
            "type": "normal"
        },
        {
            "id": "7f59947d-fd87-4647-b208-684ce8ae6519",
            "url": "https://ll.thespacedevs.com/2.2.0/launch/7f59947d-fd87-4647-b208-684ce8ae6519/?format=api",
            "slug": "proton-kdm-us-ks-1",
            "name": "Proton-K/DM | US-KS 1",
            "status": {
                "id": 3,
                "name": "Launch Successful",
                "abbrev": "Success",
                "description": "The launch vehicle successfully inserted its payload(s) into the target orbit(s)."
            },
            "last_updated": "2023-06-14T03:46:16Z",
            "net": "1975-10-08T00:30:00Z",
            "window_end": "1975-10-08T00:30:00Z",
            "window_start": "1975-10-08T00: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": 4633,
                "configuration": {
                    "id": 349,
                    "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/349/?format=api",
                    "name": "Proton-K/DM",
                    "family": "Proton / UR-500",
                    "full_name": "Proton-K/DM",
                    "variant": "DM"
                }
            },
            "mission": {
                "id": 3051,
                "name": "US-KS 1",
                "description": "Geostationary early warning satellite",
                "launch_designator": null,
                "type": "Government/Top Secret",
                "orbit": {
                    "id": 1,
                    "name": "Geostationary Orbit",
                    "abbrev": "Direct-GEO"
                },
                "agencies": [],
                "info_urls": [],
                "vid_urls": []
            },
            "pad": {
                "id": 31,
                "url": "https://ll.thespacedevs.com/2.2.0/pad/31/?format=api",
                "agency_id": null,
                "name": "81/23 (81L)",
                "description": null,
                "info_url": null,
                "wiki_url": "",
                "map_url": "https://www.google.com/maps?q=46.073997,62.977999",
                "latitude": "46.073997",
                "longitude": "62.977999",
                "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_31_20200803143402.jpg",
                "total_launch_count": 104,
                "orbital_launch_attempt_count": 104
            },
            "webcast_live": false,
            "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/proton_image_20231231095535.jpg",
            "infographic": null,
            "program": [],
            "orbital_launch_attempt_count": 1752,
            "location_launch_attempt_count": 435,
            "pad_launch_attempt_count": 31,
            "agency_launch_attempt_count": 958,
            "orbital_launch_attempt_count_year": 101,
            "location_launch_attempt_count_year": 20,
            "pad_launch_attempt_count_year": 1,
            "agency_launch_attempt_count_year": 72,
            "type": "normal"
        },
        {
            "id": "7f5b54cc-f40d-44c3-b6db-27400a7c30b7",
            "url": "https://ll.thespacedevs.com/2.2.0/launch/7f5b54cc-f40d-44c3-b6db-27400a7c30b7/?format=api",
            "slug": "delta-ii-mars-global-surveyor",
            "name": "Delta II | Mars Global Surveyor",
            "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-14T17:40:17Z",
            "net": "1996-11-07T17:00:49Z",
            "window_end": "1996-11-07T17:00:49Z",
            "window_start": "1996-11-07T17:00:49Z",
            "net_precision": null,
            "probability": null,
            "weather_concerns": null,
            "holdreason": "",
            "failreason": null,
            "hashtag": null,
            "launch_service_provider": {
                "id": 161,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/161/?format=api",
                "name": "United States Air Force",
                "type": "Government"
            },
            "rocket": {
                "id": 6754,
                "configuration": {
                    "id": 159,
                    "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/159/?format=api",
                    "name": "Delta II",
                    "family": "Delta",
                    "full_name": "Delta II 7925",
                    "variant": "7925"
                }
            },
            "mission": {
                "id": 5144,
                "name": "Mars Global Surveyor",
                "description": "The Mars Global Surveyor (MGS) is designed to orbit Mars over a two year period and collect data on the surface morphology, topography, composition, gravity, atmospheric dynamics, and magnetic field. This data will be used to investigate the surface processes, geology, distribution of material, internal properties, evolution of the magnetic field, and the weather and climate of Mars.",
                "launch_designator": null,
                "type": "Planetary Science",
                "orbit": {
                    "id": 6,
                    "name": "Heliocentric N/A",
                    "abbrev": "Helio-N/A"
                },
                "agencies": [],
                "info_urls": [],
                "vid_urls": []
            },
            "pad": {
                "id": 14,
                "url": "https://ll.thespacedevs.com/2.2.0/pad/14/?format=api",
                "agency_id": null,
                "name": "Space Launch Complex 17A",
                "description": "",
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/Cape_Canaveral_Space_Launch_Complex_17",
                "map_url": "https://www.google.com/maps?q=28.4472,-80.565",
                "latitude": "28.4472",
                "longitude": "-80.565",
                "location": {
                    "id": 12,
                    "url": "https://ll.thespacedevs.com/2.2.0/location/12/?format=api",
                    "name": "Cape Canaveral SFS, FL, USA",
                    "country_code": "USA",
                    "description": "Cape Canaveral Space Force Station (CCSFS) is an installation of the United States Space Force's Space Launch Delta 45, located on Cape Canaveral in Brevard County, Florida.",
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_12_20200803142519.jpg",
                    "timezone_name": "America/New_York",
                    "total_launch_count": 1021,
                    "total_landing_count": 64
                },
                "country_code": "USA",
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_14_20200803143451.jpg",
                "total_launch_count": 145,
                "orbital_launch_attempt_count": 145
            },
            "webcast_live": false,
            "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/delta2520ii_image_20190222030440.jpeg",
            "infographic": null,
            "program": [],
            "orbital_launch_attempt_count": 4107,
            "location_launch_attempt_count": 520,
            "pad_launch_attempt_count": 110,
            "agency_launch_attempt_count": 970,
            "orbital_launch_attempt_count_year": 66,
            "location_launch_attempt_count_year": 14,
            "pad_launch_attempt_count_year": 3,
            "agency_launch_attempt_count_year": 12,
            "type": "normal"
        },
        {
            "id": "7f60a519-bcf8-420e-b460-993d605cb819",
            "url": "https://ll.thespacedevs.com/2.2.0/launch/7f60a519-bcf8-420e-b460-993d605cb819/?format=api",
            "slug": "atlas-g-centaur-fltsatcom-f8",
            "name": "Atlas G Centaur | FLTSATCOM F8",
            "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-14T17:39:57Z",
            "net": "1989-09-25T08:56:02Z",
            "window_end": "1989-09-25T08:56:02Z",
            "window_start": "1989-09-25T08:56:02Z",
            "net_precision": null,
            "probability": null,
            "weather_concerns": null,
            "holdreason": "",
            "failreason": null,
            "hashtag": null,
            "launch_service_provider": {
                "id": 161,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/161/?format=api",
                "name": "United States Air Force",
                "type": "Government"
            },
            "rocket": {
                "id": 6210,
                "configuration": {
                    "id": 250,
                    "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/250/?format=api",
                    "name": "Atlas G Centaur",
                    "family": "Atlas",
                    "full_name": "Atlas G Centaur",
                    "variant": "G Centaur"
                }
            },
            "mission": {
                "id": 4600,
                "name": "FLTSATCOM F8",
                "description": "Military geostationary communications satellite",
                "launch_designator": null,
                "type": "Communications",
                "orbit": {
                    "id": 1,
                    "name": "Geostationary Orbit",
                    "abbrev": "Direct-GEO"
                },
                "agencies": [],
                "info_urls": [],
                "vid_urls": []
            },
            "pad": {
                "id": 122,
                "url": "https://ll.thespacedevs.com/2.2.0/pad/122/?format=api",
                "agency_id": 161,
                "name": "Launch Complex 36B",
                "description": null,
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/Cape_Canaveral_Launch_Complex_36",
                "map_url": "https://www.google.com/maps?q=28.4705556,-80.542194",
                "latitude": "28.4705556",
                "longitude": "-80.542194",
                "location": {
                    "id": 12,
                    "url": "https://ll.thespacedevs.com/2.2.0/location/12/?format=api",
                    "name": "Cape Canaveral SFS, FL, USA",
                    "country_code": "USA",
                    "description": "Cape Canaveral Space Force Station (CCSFS) is an installation of the United States Space Force's Space Launch Delta 45, located on Cape Canaveral in Brevard County, Florida.",
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_12_20200803142519.jpg",
                    "timezone_name": "America/New_York",
                    "total_launch_count": 1021,
                    "total_landing_count": 64
                },
                "country_code": "USA",
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_122_20200803143232.jpg",
                "total_launch_count": 76,
                "orbital_launch_attempt_count": 76
            },
            "webcast_live": false,
            "image": null,
            "infographic": null,
            "program": [],
            "orbital_launch_attempt_count": 3452,
            "location_launch_attempt_count": 423,
            "pad_launch_attempt_count": 36,
            "agency_launch_attempt_count": 873,
            "orbital_launch_attempt_count_year": 78,
            "location_launch_attempt_count_year": 9,
            "pad_launch_attempt_count_year": 1,
            "agency_launch_attempt_count_year": 10,
            "type": "normal"
        },
        {
            "id": "7f621c4e-6e5d-422a-a9e8-01b960fc0e3e",
            "url": "https://ll.thespacedevs.com/2.2.0/launch/7f621c4e-6e5d-422a-a9e8-01b960fc0e3e/?format=api",
            "slug": "soyuz-u-yantar-4k1-12",
            "name": "Soyuz U | Yantar-4K1 12",
            "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:29:24Z",
            "net": "1983-11-30T13:45:00Z",
            "window_end": "1983-11-30T13:45:00Z",
            "window_start": "1983-11-30T13:45:00Z",
            "net_precision": null,
            "probability": null,
            "weather_concerns": null,
            "holdreason": "",
            "failreason": null,
            "hashtag": null,
            "launch_service_provider": {
                "id": 66,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/66/?format=api",
                "name": "Soviet Space Program",
                "type": "Government"
            },
            "rocket": {
                "id": 5583,
                "configuration": {
                    "id": 37,
                    "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/37/?format=api",
                    "name": "Soyuz U",
                    "family": "Soyuz",
                    "full_name": "Soyuz U",
                    "variant": ""
                }
            },
            "mission": {
                "id": 3986,
                "name": "Yantar-4K1 12",
                "description": "Second generation high resolution film-return Yantar reconnaissance satellite",
                "launch_designator": null,
                "type": "Government/Top Secret",
                "orbit": {
                    "id": 8,
                    "name": "Low Earth Orbit",
                    "abbrev": "LEO"
                },
                "agencies": [],
                "info_urls": [],
                "vid_urls": []
            },
            "pad": {
                "id": 168,
                "url": "https://ll.thespacedevs.com/2.2.0/pad/168/?format=api",
                "agency_id": null,
                "name": "41/1",
                "description": null,
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/Plesetsk_Cosmodrome",
                "map_url": "https://www.google.com/maps?q=62.941,40.526806",
                "latitude": "62.941",
                "longitude": "40.526806",
                "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_168_20200803143446.jpg",
                "total_launch_count": 310,
                "orbital_launch_attempt_count": 310
            },
            "webcast_live": false,
            "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/soyuz2520u_image_20190222031023.jpeg",
            "infographic": null,
            "program": [],
            "orbital_launch_attempt_count": 2765,
            "location_launch_attempt_count": 963,
            "pad_launch_attempt_count": 245,
            "agency_launch_attempt_count": 1749,
            "orbital_launch_attempt_count_year": 119,
            "location_launch_attempt_count_year": 57,
            "pad_launch_attempt_count_year": 16,
            "agency_launch_attempt_count_year": 90,
            "type": "normal"
        },
        {
            "id": "7f69b26e-e664-4f09-a83d-4082fc6da431",
            "url": "https://ll.thespacedevs.com/2.2.0/launch/7f69b26e-e664-4f09-a83d-4082fc6da431/?format=api",
            "slug": "tsiklon-2-us-p-21",
            "name": "Tsiklon-2 | US-P 21",
            "status": {
                "id": 3,
                "name": "Launch Successful",
                "abbrev": "Success",
                "description": "The launch vehicle successfully inserted its payload(s) into the target orbit(s)."
            },
            "last_updated": "2023-06-14T04:24:16Z",
            "net": "1985-04-18T21:40:43Z",
            "window_end": "1985-04-18T21:40:43Z",
            "window_start": "1985-04-18T21:40:43Z",
            "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": 5738,
                "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": 4138,
                "name": "US-P 21",
                "description": "Ocean surveillance satellite using passive ELINT devices",
                "launch_designator": null,
                "type": "Government/Top Secret",
                "orbit": {
                    "id": 8,
                    "name": "Low Earth Orbit",
                    "abbrev": "LEO"
                },
                "agencies": [],
                "info_urls": [],
                "vid_urls": []
            },
            "pad": {
                "id": 132,
                "url": "https://ll.thespacedevs.com/2.2.0/pad/132/?format=api",
                "agency_id": null,
                "name": "90",
                "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_132_20200803143344.jpg",
                "total_launch_count": 74,
                "orbital_launch_attempt_count": 74
            },
            "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": 2935,
            "location_launch_attempt_count": 738,
            "pad_launch_attempt_count": 49,
            "agency_launch_attempt_count": 1880,
            "orbital_launch_attempt_count_year": 31,
            "location_launch_attempt_count_year": 11,
            "pad_launch_attempt_count_year": 2,
            "agency_launch_attempt_count_year": 24,
            "type": "normal"
        },
        {
            "id": "7f781fe3-4819-470d-9394-2b52efa824ae",
            "url": "https://ll.thespacedevs.com/2.2.0/launch/7f781fe3-4819-470d-9394-2b52efa824ae/?format=api",
            "slug": "proton-m-briz-m-arabsat-4a",
            "name": "Proton-M Briz-M | Arabsat 4A",
            "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-14T03:35:05Z",
            "net": "2006-02-28T20:10:00Z",
            "window_end": "2006-02-28T20:10:00Z",
            "window_start": "2006-02-28T20:10:00Z",
            "net_precision": null,
            "probability": null,
            "weather_concerns": null,
            "holdreason": "",
            "failreason": null,
            "hashtag": null,
            "launch_service_provider": {
                "id": 96,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/96/?format=api",
                "name": "Khrunichev State Research and Production Space Center",
                "type": "Government"
            },
            "rocket": {
                "id": 7258,
                "configuration": {
                    "id": 22,
                    "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/22/?format=api",
                    "name": "Proton-M Briz-M",
                    "family": "Proton / UR-500",
                    "full_name": "Proton-M Briz-M",
                    "variant": "Briz-M"
                }
            },
            "mission": {
                "id": 5647,
                "name": "Arabsat 4A",
                "description": "The Arabsat-4 spacecraft are based on the Eurostar-2000+ version of the Eurostar satellite family. Both satellites received the names Badr-1 and Badr-4 respectively in February 2006. Badr 1 did not reach its planned orbit, when the upper stage of the Proton-M Briz-M (Ph.3) launch vehicle failed. After evaluating a lunar fly-by maneuvre to rescue the satellite, Badr 1 was deorbited on 24.03.2006 over the pacific.",
                "launch_designator": null,
                "type": "Communications",
                "orbit": {
                    "id": 1,
                    "name": "Geostationary Orbit",
                    "abbrev": "Direct-GEO"
                },
                "agencies": [],
                "info_urls": [],
                "vid_urls": []
            },
            "pad": {
                "id": 15,
                "url": "https://ll.thespacedevs.com/2.2.0/pad/15/?format=api",
                "agency_id": null,
                "name": "200/39 (200L)",
                "description": null,
                "info_url": null,
                "wiki_url": "",
                "map_url": "https://www.google.com/maps?q=46.039984,63.032093",
                "latitude": "46.039984",
                "longitude": "63.032093",
                "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_15_20200803143530.jpg",
                "total_launch_count": 167,
                "orbital_launch_attempt_count": 167
            },
            "webcast_live": false,
            "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/proton-m2520briz-m_image_20190224012317.jpeg",
            "infographic": null,
            "program": [],
            "orbital_launch_attempt_count": 4756,
            "location_launch_attempt_count": 1252,
            "pad_launch_attempt_count": 103,
            "agency_launch_attempt_count": 118,
            "orbital_launch_attempt_count_year": 6,
            "location_launch_attempt_count_year": 1,
            "pad_launch_attempt_count_year": 1,
            "agency_launch_attempt_count_year": 1,
            "type": "normal"
        },
        {
            "id": "7f84b34e-9c04-437c-b88f-65486fc3e596",
            "url": "https://ll.thespacedevs.com/2.2.0/launch/7f84b34e-9c04-437c-b88f-65486fc3e596/?format=api",
            "slug": "long-march-11-xjs-g-xjs-h",
            "name": "Long March 11 | XJS-G & XJS-H",
            "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-07-08T08:28:40Z",
            "net": "2020-05-29T20:13:33Z",
            "window_end": "2020-05-29T20:21:00Z",
            "window_start": "2020-05-29T20:03:00Z",
            "net_precision": null,
            "probability": -1,
            "weather_concerns": null,
            "holdreason": "",
            "failreason": "",
            "hashtag": null,
            "launch_service_provider": {
                "id": 88,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/88/?format=api",
                "name": "China Aerospace Science and Technology Corporation",
                "type": "Government"
            },
            "rocket": {
                "id": 2715,
                "configuration": {
                    "id": 47,
                    "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/47/?format=api",
                    "name": "Long March 11",
                    "family": "Long March",
                    "full_name": "Long March 11",
                    "variant": "11"
                }
            },
            "mission": {
                "id": 1116,
                "name": "XJS-G & XJS-H",
                "description": "XJS-G and XJS-H are experimental small satellites which will be used for Earth observation.",
                "launch_designator": null,
                "type": "Earth Science",
                "orbit": {
                    "id": 8,
                    "name": "Low Earth Orbit",
                    "abbrev": "LEO"
                },
                "agencies": [],
                "info_urls": [],
                "vid_urls": []
            },
            "pad": {
                "id": 157,
                "url": "https://ll.thespacedevs.com/2.2.0/pad/157/?format=api",
                "agency_id": null,
                "name": "Mobile Launcher Pad",
                "description": null,
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/Xichang_Satellite_Launch_Center",
                "map_url": "https://www.google.com/maps?q=28.242774,102.032944",
                "latitude": "28.242774",
                "longitude": "102.032944",
                "location": {
                    "id": 16,
                    "url": "https://ll.thespacedevs.com/2.2.0/location/16/?format=api",
                    "name": "Xichang Satellite Launch Center, People's Republic of China",
                    "country_code": "CHN",
                    "description": "The Xichang Satellite Launch Center is a spaceport in China. It is located in Zeyuan Town, northwest of Xichang, Liangshan Yi Autonomous Prefecture in Sichuan.",
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_16_20200803142513.jpg",
                    "timezone_name": "Asia/Shanghai",
                    "total_launch_count": 224,
                    "total_landing_count": 0
                },
                "country_code": "CHN",
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_157_20200803143359.jpg",
                "total_launch_count": 7,
                "orbital_launch_attempt_count": 7
            },
            "webcast_live": false,
            "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/long2520march252011_image_20190222031217.jpeg",
            "infographic": null,
            "program": [],
            "orbital_launch_attempt_count": 5958,
            "location_launch_attempt_count": 144,
            "pad_launch_attempt_count": 1,
            "agency_launch_attempt_count": 279,
            "orbital_launch_attempt_count_year": 36,
            "location_launch_attempt_count_year": 6,
            "pad_launch_attempt_count_year": 1,
            "agency_launch_attempt_count_year": 9,
            "type": "normal"
        }
    ]
}