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=3650&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=3660&ordering=id",
    "previous": "https://ll.thespacedevs.com/2.2.0/launch/?format=api&limit=10&offset=3640&ordering=id",
    "results": [
        {
            "id": "7ec00dd2-01f7-40c1-afbe-0004bcaf805a",
            "url": "https://ll.thespacedevs.com/2.2.0/launch/7ec00dd2-01f7-40c1-afbe-0004bcaf805a/?format=api",
            "slug": "soyuz-fg-soyuz-tma-10m",
            "name": "Soyuz FG | Soyuz TMA-10M",
            "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-14T08:42:44Z",
            "net": "2013-09-25T20:58:50Z",
            "window_end": "2013-09-25T20:58:50Z",
            "window_start": "2013-09-25T20:58:50Z",
            "net_precision": null,
            "probability": -1,
            "weather_concerns": null,
            "holdreason": "",
            "failreason": null,
            "hashtag": null,
            "launch_service_provider": {
                "id": 63,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/63/?format=api",
                "name": "Russian Federal Space Agency (ROSCOSMOS)",
                "type": "Government"
            },
            "rocket": {
                "id": 1706,
                "configuration": {
                    "id": 34,
                    "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/34/?format=api",
                    "name": "Soyuz",
                    "family": "",
                    "full_name": "Soyuz FG",
                    "variant": "FG"
                }
            },
            "mission": {
                "id": 172,
                "name": "Soyuz TMA-10M",
                "description": "Soyuz TMA-10M begins expedition 37 by carrying 3 astronauts and cosmonauts to the International Space Station. \nRussian Commander, cosmonaut Oleg Kotov alongside Flight Engineers, Sergey Ryazansky (RSA) & Michael Hopkins (NASA) will launch aboard the Soyuz spacecraft from the Baikonur Cosmodrome in Kazakhstan and then rendezvous with the station. \nIt landed on 11 March 2014 at 03:24 UTC",
                "launch_designator": null,
                "type": "Human Exploration",
                "orbit": {
                    "id": 8,
                    "name": "Low Earth Orbit",
                    "abbrev": "LEO"
                },
                "agencies": [],
                "info_urls": [],
                "vid_urls": []
            },
            "pad": {
                "id": 32,
                "url": "https://ll.thespacedevs.com/2.2.0/pad/32/?format=api",
                "agency_id": null,
                "name": "1/5",
                "description": null,
                "info_url": null,
                "wiki_url": "",
                "map_url": "https://www.google.com/maps?q=45.92,63.342",
                "latitude": "45.92",
                "longitude": "63.342",
                "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_32_20200803143513.jpg",
                "total_launch_count": 487,
                "orbital_launch_attempt_count": 487
            },
            "webcast_live": false,
            "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/soyuz_image_20190717035537.jpg",
            "infographic": null,
            "program": [
                {
                    "id": 17,
                    "url": "https://ll.thespacedevs.com/2.2.0/program/17/?format=api",
                    "name": "International Space Station",
                    "description": "The International Space Station programme is tied together by a complex set of legal, political and financial agreements between the sixteen nations involved in the project, governing ownership of the various components, rights to crewing and utilization, and responsibilities for crew rotation and resupply of the International Space Station. It was conceived in 1984 by President Ronald Reagan, during the Space Station Freedom project as it was originally called.",
                    "agencies": [
                        {
                            "id": 16,
                            "url": "https://ll.thespacedevs.com/2.2.0/agencies/16/?format=api",
                            "name": "Canadian Space Agency",
                            "type": "Government"
                        },
                        {
                            "id": 27,
                            "url": "https://ll.thespacedevs.com/2.2.0/agencies/27/?format=api",
                            "name": "European Space Agency",
                            "type": "Multinational"
                        },
                        {
                            "id": 37,
                            "url": "https://ll.thespacedevs.com/2.2.0/agencies/37/?format=api",
                            "name": "Japan Aerospace Exploration Agency",
                            "type": "Government"
                        },
                        {
                            "id": 44,
                            "url": "https://ll.thespacedevs.com/2.2.0/agencies/44/?format=api",
                            "name": "National Aeronautics and Space Administration",
                            "type": "Government"
                        },
                        {
                            "id": 63,
                            "url": "https://ll.thespacedevs.com/2.2.0/agencies/63/?format=api",
                            "name": "Russian Federal Space Agency (ROSCOSMOS)",
                            "type": "Government"
                        }
                    ],
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/international2_program_20201129184745.png",
                    "start_date": "1998-11-20T06:40:00Z",
                    "end_date": null,
                    "info_url": "https://www.nasa.gov/mission_pages/station/main/index.html",
                    "wiki_url": "https://en.wikipedia.org/wiki/International_Space_Station_programme",
                    "mission_patches": [],
                    "type": {
                        "id": 2,
                        "name": "Human Spaceflight"
                    }
                },
                {
                    "id": 8,
                    "url": "https://ll.thespacedevs.com/2.2.0/program/8/?format=api",
                    "name": "Soyuz",
                    "description": "The Soyuz programme is a human spaceflight programme initiated by the Soviet Union in the early 1960s. The Soyuz spacecraft was originally part of a Moon landing project intended to put a Soviet cosmonaut on the Moon. It was the third Soviet human spaceflight programme after the Vostok and Voskhod programmes.",
                    "agencies": [
                        {
                            "id": 63,
                            "url": "https://ll.thespacedevs.com/2.2.0/agencies/63/?format=api",
                            "name": "Russian Federal Space Agency (ROSCOSMOS)",
                            "type": "Government"
                        },
                        {
                            "id": 66,
                            "url": "https://ll.thespacedevs.com/2.2.0/agencies/66/?format=api",
                            "name": "Soviet Space Program",
                            "type": "Government"
                        }
                    ],
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/soyuz_program_20201129185543.png",
                    "start_date": "1966-11-28T11:02:00Z",
                    "end_date": null,
                    "info_url": null,
                    "wiki_url": "https://en.wikipedia.org/wiki/Soyuz_programme",
                    "mission_patches": [],
                    "type": {
                        "id": 2,
                        "name": "Human Spaceflight"
                    }
                }
            ],
            "orbital_launch_attempt_count": 5324,
            "location_launch_attempt_count": 1416,
            "pad_launch_attempt_count": 454,
            "agency_launch_attempt_count": 228,
            "orbital_launch_attempt_count_year": 56,
            "location_launch_attempt_count_year": 16,
            "pad_launch_attempt_count_year": 5,
            "agency_launch_attempt_count_year": 8,
            "type": "normal"
        },
        {
            "id": "7ec0e5d5-0c43-4961-994e-3e7c773302f7",
            "url": "https://ll.thespacedevs.com/2.2.0/launch/7ec0e5d5-0c43-4961-994e-3e7c773302f7/?format=api",
            "slug": "thorad-slv-2g-agena-d-poppy-8abcd",
            "name": "Thorad SLV-2G Agena D | Poppy 8A,B,C,D",
            "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:18:26Z",
            "net": "1969-09-30T13:40:00Z",
            "window_end": "1969-09-30T13:40:00Z",
            "window_start": "1969-09-30T13:40:00Z",
            "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": 3946,
                "configuration": {
                    "id": 418,
                    "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/418/?format=api",
                    "name": "Thorad SLV-2G Agena D",
                    "family": "Thor",
                    "full_name": "Thorad SLV-2G Agena D",
                    "variant": "SLV-2G Agena D"
                }
            },
            "mission": {
                "id": 2364,
                "name": "Poppy 8A,B,C,D",
                "description": "Poppy was the follow-on ELINT system, which succeeded the Grab ELINT satellite system.",
                "launch_designator": null,
                "type": "Government/Top Secret",
                "orbit": {
                    "id": 8,
                    "name": "Low Earth Orbit",
                    "abbrev": "LEO"
                },
                "agencies": [],
                "info_urls": [],
                "vid_urls": []
            },
            "pad": {
                "id": 95,
                "url": "https://ll.thespacedevs.com/2.2.0/pad/95/?format=api",
                "agency_id": 161,
                "name": "Space Launch Complex 1W",
                "description": "Space Launch Complex 1 West (SLC-1W) was a launch pad at Vandenberg Space Force Base in California, United States. It was built in 1958 for the never activated 75th Strategic Missile Squadron for Thor Agena A launches.",
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/Vandenberg_Space_Launch_Complex_1",
                "map_url": "https://www.google.com/maps?q=34.7572,-120.6303",
                "latitude": "34.7572",
                "longitude": "-120.6303",
                "location": {
                    "id": 11,
                    "url": "https://ll.thespacedevs.com/2.2.0/location/11/?format=api",
                    "name": "Vandenberg SFB, CA, USA",
                    "country_code": "USA",
                    "description": "Vandenberg Space Force Base is a United States Space Force Base in Santa Barbara County, California. Established in 1941, Vandenberg Space Force Base is a space launch base, launching spacecraft from the Western Range, and also performs missile testing. The United States Space Force's Space Launch Delta 30 serves as the host delta for the base, equivalent to an Air Force air base wing. In addition to its military space launch mission, Vandenberg Space Force Base also hosts space launches for civil and commercial space entities, such as NASA and SpaceX.",
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_11_20200803142416.jpg",
                    "timezone_name": "America/Los_Angeles",
                    "total_launch_count": 804,
                    "total_landing_count": 26
                },
                "country_code": "USA",
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_95_20200803143209.jpg",
                "total_launch_count": 56,
                "orbital_launch_attempt_count": 56
            },
            "webcast_live": false,
            "image": null,
            "infographic": null,
            "program": [],
            "orbital_launch_attempt_count": 1015,
            "location_launch_attempt_count": 335,
            "pad_launch_attempt_count": 52,
            "agency_launch_attempt_count": 506,
            "orbital_launch_attempt_count_year": 96,
            "location_launch_attempt_count_year": 18,
            "pad_launch_attempt_count_year": 2,
            "agency_launch_attempt_count_year": 32,
            "type": "normal"
        },
        {
            "id": "7ec40d08-8efd-470a-907e-bb9d34fac5af",
            "url": "https://ll.thespacedevs.com/2.2.0/launch/7ec40d08-8efd-470a-907e-bb9d34fac5af/?format=api",
            "slug": "kuaizhou-1a-tianmu-1-15-18",
            "name": "Kuaizhou-1A | Tianmu-1 15-18",
            "status": {
                "id": 3,
                "name": "Launch Successful",
                "abbrev": "Success",
                "description": "The launch vehicle successfully inserted its payload(s) into the target orbit(s)."
            },
            "last_updated": "2024-03-05T17:43:19Z",
            "net": "2024-01-05T11:20:00Z",
            "window_end": "2024-01-05T11:32:00Z",
            "window_start": "2024-01-05T11:09:00Z",
            "net_precision": {
                "id": 1,
                "name": "Minute",
                "abbrev": "MIN",
                "description": "The T-0 is accurate to the minute."
            },
            "probability": null,
            "weather_concerns": null,
            "holdreason": "",
            "failreason": "",
            "hashtag": null,
            "launch_service_provider": {
                "id": 194,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/194/?format=api",
                "name": "ExPace",
                "type": "Commercial"
            },
            "rocket": {
                "id": 8155,
                "configuration": {
                    "id": 135,
                    "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/135/?format=api",
                    "name": "Kuaizhou",
                    "family": "Kuaizhou",
                    "full_name": "Kuaizhou-1A",
                    "variant": "1A"
                }
            },
            "mission": {
                "id": 6716,
                "name": "Tianmu-1 15-18",
                "description": "Small meteorology research satellites using GNSS radio occultation by CASIC subsidiary Xiyong Microelectronics Park.",
                "launch_designator": null,
                "type": "Earth Science",
                "orbit": {
                    "id": 17,
                    "name": "Sun-Synchronous Orbit",
                    "abbrev": "SSO"
                },
                "agencies": [],
                "info_urls": [],
                "vid_urls": []
            },
            "pad": {
                "id": 21,
                "url": "https://ll.thespacedevs.com/2.2.0/pad/21/?format=api",
                "agency_id": null,
                "name": "Launch Area 95A",
                "description": "",
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/Jiuquan_Satellite_Launch_Center",
                "map_url": "https://www.google.com/maps?q=40.969117,100.343333",
                "latitude": "40.969117",
                "longitude": "100.343333",
                "location": {
                    "id": 17,
                    "url": "https://ll.thespacedevs.com/2.2.0/location/17/?format=api",
                    "name": "Jiuquan Satellite Launch Center, People's Republic of China",
                    "country_code": "CHN",
                    "description": "Jiuquan Satellite Launch Center is a Chinese spaceport located between the Ejin, Alxa, Inner Mongolia and Hangtian Town, Jinta County, Jiuquan, Gansu Province. It is part of the Dongfeng Aerospace City (Base 10).",
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_17_20200803142429.jpg",
                    "timezone_name": "Asia/Shanghai",
                    "total_launch_count": 248,
                    "total_landing_count": 0
                },
                "country_code": "CHN",
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_21_20200803143253.jpg",
                "total_launch_count": 59,
                "orbital_launch_attempt_count": 59
            },
            "webcast_live": false,
            "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/kuaizhou-1a252_image_20240105142702.jpeg",
            "infographic": null,
            "program": [],
            "orbital_launch_attempt_count": 6593,
            "location_launch_attempt_count": 219,
            "pad_launch_attempt_count": 50,
            "agency_launch_attempt_count": 24,
            "orbital_launch_attempt_count_year": 4,
            "location_launch_attempt_count_year": 1,
            "pad_launch_attempt_count_year": 1,
            "agency_launch_attempt_count_year": 1,
            "type": "normal"
        },
        {
            "id": "7ec54e6a-8df8-468c-ad66-b990ab058502",
            "url": "https://ll.thespacedevs.com/2.2.0/launch/7ec54e6a-8df8-468c-ad66-b990ab058502/?format=api",
            "slug": "r-36o-8k69-ogch-6",
            "name": "R-36O 8K69 | OGCh 6",
            "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:26:35Z",
            "net": "1966-11-02T00:45:03Z",
            "window_end": "1966-11-02T00:45:03Z",
            "window_start": "1966-11-02T00:45: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": 3587,
                "configuration": {
                    "id": 351,
                    "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/351/?format=api",
                    "name": "R-36O 8K69",
                    "family": "R-36O",
                    "full_name": "R-36O 8K69",
                    "variant": "8K69"
                }
            },
            "mission": {
                "id": 2006,
                "name": "OGCh 6",
                "description": "Missile equipped with the 8F021 warhead",
                "launch_designator": null,
                "type": "Government/Top Secret",
                "orbit": {
                    "id": 8,
                    "name": "Low Earth Orbit",
                    "abbrev": "LEO"
                },
                "agencies": [],
                "info_urls": [],
                "vid_urls": []
            },
            "pad": {
                "id": 161,
                "url": "https://ll.thespacedevs.com/2.2.0/pad/161/?format=api",
                "agency_id": null,
                "name": "162/36",
                "description": null,
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/Baikonur_Cosmodrome",
                "map_url": "https://www.google.com/maps?q=46.032,63.064806",
                "latitude": "46.032",
                "longitude": "63.064806",
                "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_161_20200803143442.jpg",
                "total_launch_count": 9,
                "orbital_launch_attempt_count": 9
            },
            "webcast_live": false,
            "image": null,
            "infographic": null,
            "program": [],
            "orbital_launch_attempt_count": 625,
            "location_launch_attempt_count": 160,
            "pad_launch_attempt_count": 2,
            "agency_launch_attempt_count": 205,
            "orbital_launch_attempt_count_year": 108,
            "location_launch_attempt_count_year": 32,
            "pad_launch_attempt_count_year": 2,
            "agency_launch_attempt_count_year": 43,
            "type": "normal"
        },
        {
            "id": "7ec5fba7-67ca-4baa-858a-0c020cb7de10",
            "url": "https://ll.thespacedevs.com/2.2.0/launch/7ec5fba7-67ca-4baa-858a-0c020cb7de10/?format=api",
            "slug": "saturn-ib-skylab-2",
            "name": "Saturn IB | Skylab 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-14T08:45:03Z",
            "net": "1973-05-25T13:00:00Z",
            "window_end": "1973-05-25T13:00:00Z",
            "window_start": "1973-05-25T13:00:00Z",
            "net_precision": null,
            "probability": -1,
            "weather_concerns": null,
            "holdreason": "",
            "failreason": "",
            "hashtag": null,
            "launch_service_provider": {
                "id": 44,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/44/?format=api",
                "name": "National Aeronautics and Space Administration",
                "type": "Government"
            },
            "rocket": {
                "id": 238,
                "configuration": {
                    "id": 163,
                    "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/163/?format=api",
                    "name": "Saturn IB",
                    "family": "Saturn",
                    "full_name": "Saturn IB",
                    "variant": "IB"
                }
            },
            "mission": {
                "id": 3,
                "name": "Skylab 2",
                "description": "Skylab 2 (also known as SL-2 or SLM-1) was the first crewed mission to the first US orbital space station Skylab. The mission began on May 25, 1973, 13:00:00 UTC with the launch of a three-person crew. Crew members were the Commander Charles \"Pete\" Conrad, Jr., Science Pilot Joseph P. Kerwin and Pilot Paul J. Weitz. During their 26-day stay on the station, crew performed station repairs and conducted scientific, medical experiments, gathered solar and Earth science data. The mission ended successfully with the splashdown in the Pacific Ocean on June 22, 1973, 13:49:48 UTC.",
                "launch_designator": null,
                "type": "Human Exploration",
                "orbit": {
                    "id": 8,
                    "name": "Low Earth Orbit",
                    "abbrev": "LEO"
                },
                "agencies": [],
                "info_urls": [],
                "vid_urls": []
            },
            "pad": {
                "id": 4,
                "url": "https://ll.thespacedevs.com/2.2.0/pad/4/?format=api",
                "agency_id": 44,
                "name": "Launch Complex 39B",
                "description": null,
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/Kennedy_Space_Center_Launch_Complex_39#Launch_Pad_39B",
                "map_url": "https://www.google.com/maps?q=28.62711233,-80.62101503",
                "latitude": "28.62711233",
                "longitude": "-80.62101503",
                "location": {
                    "id": 27,
                    "url": "https://ll.thespacedevs.com/2.2.0/location/27/?format=api",
                    "name": "Kennedy Space Center, FL, USA",
                    "country_code": "USA",
                    "description": "The John F. Kennedy Space Center, located on Merritt Island, Florida, is one of NASA's ten field centers. Since 1968, KSC has been NASA's primary launch center of American spaceflight, research, and technology. Launch operations for the Apollo, Skylab and Space Shuttle programs were carried out from Kennedy Space Center Launch Complex 39 and managed by KSC. Located on the east coast of Florida, KSC is adjacent to Cape Canaveral Space Force Station (CCSFS).",
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_27_20200803142447.jpg",
                    "timezone_name": "America/New_York",
                    "total_launch_count": 264,
                    "total_landing_count": 0
                },
                "country_code": "USA",
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_4_20200803143518.jpg",
                "total_launch_count": 58,
                "orbital_launch_attempt_count": 57
            },
            "webcast_live": false,
            "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/saturn2520ib_image_20190222030046.jpeg",
            "infographic": null,
            "program": [
                {
                    "id": 13,
                    "url": "https://ll.thespacedevs.com/2.2.0/program/13/?format=api",
                    "name": "Skylab",
                    "description": "Skylab was the first United States space station, launched by NASA, occupied for about 24 weeks between May 1973 and February 1974. It was operated by three separate three-astronaut crews: SL-2, SL-3 and SL-4. Major operations included an orbital workshop, a solar observatory, Earth observation, and hundreds of experiments.",
                    "agencies": [
                        {
                            "id": 44,
                            "url": "https://ll.thespacedevs.com/2.2.0/agencies/44/?format=api",
                            "name": "National Aeronautics and Space Administration",
                            "type": "Government"
                        }
                    ],
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/skylab_program_20240305184407.png",
                    "start_date": "1973-05-14T17:30:00Z",
                    "end_date": "1979-07-11T16:37:00Z",
                    "info_url": "https://www.nasa.gov/mission_pages/skylab/",
                    "wiki_url": "https://en.wikipedia.org/wiki/Skylab",
                    "mission_patches": [],
                    "type": {
                        "id": 2,
                        "name": "Human Spaceflight"
                    }
                }
            ],
            "orbital_launch_attempt_count": 1457,
            "location_launch_attempt_count": 14,
            "pad_launch_attempt_count": 2,
            "agency_launch_attempt_count": 122,
            "orbital_launch_attempt_count_year": 35,
            "location_launch_attempt_count_year": 2,
            "pad_launch_attempt_count_year": 1,
            "agency_launch_attempt_count_year": 2,
            "type": "normal"
        },
        {
            "id": "7ecbd423-acf4-413c-92ed-65e8d7bc0b66",
            "url": "https://ll.thespacedevs.com/2.2.0/launch/7ecbd423-acf4-413c-92ed-65e8d7bc0b66/?format=api",
            "slug": "kosmos-3m-bhaskara-2",
            "name": "Kosmos-3M | Bhaskara 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:43Z",
            "net": "1981-11-20T08:30:00Z",
            "window_end": "1981-11-20T08:30:00Z",
            "window_start": "1981-11-20T08: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": 5345,
                "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": 3753,
                "name": "Bhaskara 2",
                "description": "Indian Earth observation satellite",
                "launch_designator": null,
                "type": "Earth Science",
                "orbit": {
                    "id": 8,
                    "name": "Low Earth Orbit",
                    "abbrev": "LEO"
                },
                "agencies": [],
                "info_urls": [],
                "vid_urls": []
            },
            "pad": {
                "id": 138,
                "url": "https://ll.thespacedevs.com/2.2.0/pad/138/?format=api",
                "agency_id": null,
                "name": "107/2",
                "description": null,
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/Kapustin_Yar",
                "map_url": "https://www.google.com/maps?q=48.540716,46.296826",
                "latitude": "48.540716",
                "longitude": "46.296826",
                "location": {
                    "id": 30,
                    "url": "https://ll.thespacedevs.com/2.2.0/location/30/?format=api",
                    "name": "Kapustin Yar, Russian Federation",
                    "country_code": "RUS",
                    "description": "Kapustin Yar is a Russian military training area and a rocket launch complex in Astrakhan Oblast, about 100 km east of Volgograd. It was established by the Soviet Union on 13 May 1946. In the beginning, Kapustin Yar used technology, material, and scientific support gained from the defeat of Germany in World War II. Numerous launches of test rockets for the Russian military were carried out at the site, as well as satellite and sounding rocket launches.",
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_30_20200803142515.jpg",
                    "timezone_name": "Europe/Volgograd",
                    "total_launch_count": 101,
                    "total_landing_count": 0
                },
                "country_code": "RUS",
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_138_20200803143400.jpg",
                "total_launch_count": 4,
                "orbital_launch_attempt_count": 4
            },
            "webcast_live": false,
            "image": null,
            "infographic": null,
            "program": [],
            "orbital_launch_attempt_count": 2508,
            "location_launch_attempt_count": 86,
            "pad_launch_attempt_count": 4,
            "agency_launch_attempt_count": 1545,
            "orbital_launch_attempt_count_year": 117,
            "location_launch_attempt_count_year": 1,
            "pad_launch_attempt_count_year": 1,
            "agency_launch_attempt_count_year": 94,
            "type": "normal"
        },
        {
            "id": "7edabe0e-3093-4339-bb09-b55363d398b6",
            "url": "https://ll.thespacedevs.com/2.2.0/launch/7edabe0e-3093-4339-bb09-b55363d398b6/?format=api",
            "slug": "h-iia-204-telstar-12-vantage",
            "name": "H-IIA 204 | Telstar 12 VANTAGE",
            "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-07T12:53:39Z",
            "net": "2015-11-24T06:50:00Z",
            "window_end": "2015-11-24T08:07:00Z",
            "window_start": "2015-11-24T06:23:00Z",
            "net_precision": null,
            "probability": -1,
            "weather_concerns": null,
            "holdreason": "",
            "failreason": "",
            "hashtag": null,
            "launch_service_provider": {
                "id": 98,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/98/?format=api",
                "name": "Mitsubishi Heavy Industries",
                "type": "Commercial"
            },
            "rocket": {
                "id": 1885,
                "configuration": {
                    "id": 48,
                    "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/48/?format=api",
                    "name": "H-IIA",
                    "family": "H-II",
                    "full_name": "H-IIA 204",
                    "variant": "204"
                }
            },
            "mission": {
                "id": 77,
                "name": "Telstar 12 VANTAGE",
                "description": "At an orbital location of 15° West, Telstar 12 VANTAGE will provide coverage of the Americas, Europe, Africa and the Middle East, as well as high traffic maritime zones in the Mediterranean, North Sea, Caribbean and the South Atlantic. The satellite contains 52 Ku-band transponders at 36 MHz.",
                "launch_designator": null,
                "type": "Communications",
                "orbit": {
                    "id": 2,
                    "name": "Geostationary Transfer Orbit",
                    "abbrev": "GTO"
                },
                "agencies": [],
                "info_urls": [],
                "vid_urls": []
            },
            "pad": {
                "id": 41,
                "url": "https://ll.thespacedevs.com/2.2.0/pad/41/?format=api",
                "agency_id": 37,
                "name": "Yoshinobu Launch Complex LP-1",
                "description": "",
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/Yoshinobu_Launch_Complex",
                "map_url": "https://www.google.com/maps?q=30.400813,130.977748",
                "latitude": "30.400813",
                "longitude": "130.977748",
                "location": {
                    "id": 26,
                    "url": "https://ll.thespacedevs.com/2.2.0/location/26/?format=api",
                    "name": "Tanegashima Space Center, Japan",
                    "country_code": "JPN",
                    "description": "The Tanegashima Space Center is the largest rocket-launch complex in Japan. It is located on the southeastern tip of Tanegashima, an island located south of Kyushu, an island and region and Japan. It was established in 1969 when the National Space Development Agency of Japan (NASDA) was formed, and is now run by JAXA. The activities that take place at TNSC include assembly, testing, launching, and tracking satellites, as well as rocket engine firing tests.",
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_26_20200803142507.jpg",
                    "timezone_name": "Asia/Tokyo",
                    "total_launch_count": 94,
                    "total_landing_count": 0
                },
                "country_code": "JPN",
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_41_20200803143551.jpg",
                "total_launch_count": 56,
                "orbital_launch_attempt_count": 56
            },
            "webcast_live": false,
            "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/h-iia_204_lifto_image_20240325124231.jpg",
            "infographic": null,
            "program": [],
            "orbital_launch_attempt_count": 5514,
            "location_launch_attempt_count": 65,
            "pad_launch_attempt_count": 36,
            "agency_launch_attempt_count": 27,
            "orbital_launch_attempt_count_year": 72,
            "location_launch_attempt_count_year": 4,
            "pad_launch_attempt_count_year": 3,
            "agency_launch_attempt_count_year": 4,
            "type": "normal"
        },
        {
            "id": "7ee1e351-bafc-441b-b08c-7c69d987fb13",
            "url": "https://ll.thespacedevs.com/2.2.0/launch/7ee1e351-bafc-441b-b08c-7c69d987fb13/?format=api",
            "slug": "thor-delta-n-td-1a",
            "name": "Thor Delta N | TD-1A",
            "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:18:57Z",
            "net": "1972-03-12T01:55:08Z",
            "window_end": "1972-03-12T01:55:08Z",
            "window_start": "1972-03-12T01:55:08Z",
            "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": 4234,
                "configuration": {
                    "id": 411,
                    "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/411/?format=api",
                    "name": "Thor Delta N",
                    "family": "Thor",
                    "full_name": "Thor Delta N",
                    "variant": "Delta N"
                }
            },
            "mission": {
                "id": 2652,
                "name": "TD-1A",
                "description": "European astrophysical research satellite.",
                "launch_designator": null,
                "type": "Astrophysics",
                "orbit": {
                    "id": 13,
                    "name": "Polar Orbit",
                    "abbrev": "PO"
                },
                "agencies": [],
                "info_urls": [],
                "vid_urls": []
            },
            "pad": {
                "id": 98,
                "url": "https://ll.thespacedevs.com/2.2.0/pad/98/?format=api",
                "agency_id": 161,
                "name": "Space Launch Complex 2E",
                "description": "SLC-2E,  was used for Delta, Thor-Agena and Thorad launches between 1966 and 1972 and has been demolished",
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/Vandenberg_Space_Launch_Complex_2",
                "map_url": "https://www.google.com/maps?q=34.7516,-120.6192",
                "latitude": "34.7516",
                "longitude": "-120.6192",
                "location": {
                    "id": 11,
                    "url": "https://ll.thespacedevs.com/2.2.0/location/11/?format=api",
                    "name": "Vandenberg SFB, CA, USA",
                    "country_code": "USA",
                    "description": "Vandenberg Space Force Base is a United States Space Force Base in Santa Barbara County, California. Established in 1941, Vandenberg Space Force Base is a space launch base, launching spacecraft from the Western Range, and also performs missile testing. The United States Space Force's Space Launch Delta 30 serves as the host delta for the base, equivalent to an Air Force air base wing. In addition to its military space launch mission, Vandenberg Space Force Base also hosts space launches for civil and commercial space entities, such as NASA and SpaceX.",
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_11_20200803142416.jpg",
                    "timezone_name": "America/Los_Angeles",
                    "total_launch_count": 804,
                    "total_landing_count": 26
                },
                "country_code": "USA",
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_98_20200803143228.jpg",
                "total_launch_count": 47,
                "orbital_launch_attempt_count": 47
            },
            "webcast_live": false,
            "image": null,
            "infographic": null,
            "program": [],
            "orbital_launch_attempt_count": 1322,
            "location_launch_attempt_count": 379,
            "pad_launch_attempt_count": 47,
            "agency_launch_attempt_count": 571,
            "orbital_launch_attempt_count_year": 16,
            "location_launch_attempt_count_year": 4,
            "pad_launch_attempt_count_year": 2,
            "agency_launch_attempt_count_year": 7,
            "type": "normal"
        },
        {
            "id": "7ee44edb-30f6-4f4b-81f7-e5e39455368d",
            "url": "https://ll.thespacedevs.com/2.2.0/launch/7ee44edb-30f6-4f4b-81f7-e5e39455368d/?format=api",
            "slug": "soyuz-u-yantar-4k2-55",
            "name": "Soyuz U | Yantar-4K2 55",
            "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:50:19Z",
            "net": "1990-10-16T19:00:00Z",
            "window_end": "1990-10-16T19:00:00Z",
            "window_start": "1990-10-16T19: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": 6317,
                "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": 4707,
                "name": "Yantar-4K2 55",
                "description": "Film-return 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": 35,
                "url": "https://ll.thespacedevs.com/2.2.0/pad/35/?format=api",
                "agency_id": 163,
                "name": "16/2",
                "description": null,
                "info_url": null,
                "wiki_url": "",
                "map_url": "https://www.google.com/maps?q=62.960091,40.682983",
                "latitude": "62.960091",
                "longitude": "40.682983",
                "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_35_20200803143306.jpg",
                "total_launch_count": 136,
                "orbital_launch_attempt_count": 136
            },
            "webcast_live": false,
            "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/soyuz2520u_image_20190222031023.jpeg",
            "infographic": null,
            "program": [],
            "orbital_launch_attempt_count": 3573,
            "location_launch_attempt_count": 1335,
            "pad_launch_attempt_count": 91,
            "agency_launch_attempt_count": 2378,
            "orbital_launch_attempt_count_year": 97,
            "location_launch_attempt_count_year": 42,
            "pad_launch_attempt_count_year": 9,
            "agency_launch_attempt_count_year": 62,
            "type": "normal"
        },
        {
            "id": "7ee69952-dc87-47d7-8203-227e9ce413fa",
            "url": "https://ll.thespacedevs.com/2.2.0/launch/7ee69952-dc87-47d7-8203-227e9ce413fa/?format=api",
            "slug": "soyuz-stafregat-cso-1",
            "name": "Soyuz STA/Fregat | CSO-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:08:29Z",
            "net": "2018-12-19T16:37:14Z",
            "window_end": "2018-12-19T16:37:14Z",
            "window_start": "2018-12-19T16:37:14Z",
            "net_precision": null,
            "probability": -1,
            "weather_concerns": null,
            "holdreason": "",
            "failreason": "",
            "hashtag": null,
            "launch_service_provider": {
                "id": 115,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/115/?format=api",
                "name": "Arianespace",
                "type": "Commercial"
            },
            "rocket": {
                "id": 2148,
                "configuration": {
                    "id": 49,
                    "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/49/?format=api",
                    "name": "Soyuz STA",
                    "family": "Soyuz",
                    "full_name": "Soyuz STA Fregat",
                    "variant": "Fregat"
                }
            },
            "mission": {
                "id": 695,
                "name": "CSO-1",
                "description": "The CSO-1 (Composante Spatiale Optique-1) satellite is the first of three new-generation high-resolution optical imaging satellites for the French military, replacing the Helios 2 spy satellite series.",
                "launch_designator": null,
                "type": "Government/Top Secret",
                "orbit": {
                    "id": 17,
                    "name": "Sun-Synchronous Orbit",
                    "abbrev": "SSO"
                },
                "agencies": [],
                "info_urls": [],
                "vid_urls": []
            },
            "pad": {
                "id": 81,
                "url": "https://ll.thespacedevs.com/2.2.0/pad/81/?format=api",
                "agency_id": 115,
                "name": "Soyuz Launch Complex",
                "description": "The Ensemble de Lancement Soyouz (ELS)  is a launch complex at the Guiana Space Centre in Kourou/Sinnamary, French Guiana. It was used by Soyuz-ST rockets: modified versions of the Soyuz-2 optimised for launch from Kourou under Soyuz at the Guiana Space Centre programme.",
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/Ensemble_de_Lancement_Soyouz",
                "map_url": "https://www.google.com/maps?q=5.3019,-52.8346",
                "latitude": "5.3019",
                "longitude": "-52.8346",
                "location": {
                    "id": 13,
                    "url": "https://ll.thespacedevs.com/2.2.0/location/13/?format=api",
                    "name": "Guiana Space Centre, French Guiana",
                    "country_code": "GUF",
                    "description": "The Guiana Space Centre is a European spaceport to the northwest of Kourou in French Guiana, a region of France in South America. Kourou is located at a latitude of 5°. In operation since 1968, it is a suitable location for a spaceport because of its equatorial location and open sea to the east.",
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_13_20200803142412.jpg",
                    "timezone_name": "America/Cayenne",
                    "total_launch_count": 325,
                    "total_landing_count": 0
                },
                "country_code": "GUF",
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_81_20200803143601.jpg",
                "total_launch_count": 26,
                "orbital_launch_attempt_count": 26
            },
            "webcast_live": false,
            "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/soyuz2520sta_image_20191210133244.jpg",
            "infographic": null,
            "program": [],
            "orbital_launch_attempt_count": 5814,
            "location_launch_attempt_count": 288,
            "pad_launch_attempt_count": 19,
            "agency_launch_attempt_count": 273,
            "orbital_launch_attempt_count_year": 108,
            "location_launch_attempt_count_year": 11,
            "pad_launch_attempt_count_year": 3,
            "agency_launch_attempt_count_year": 11,
            "type": "normal"
        }
    ]
}