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=3590&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=3600&ordering=id",
    "previous": "https://ll.thespacedevs.com/2.2.0/launch/?format=api&limit=10&offset=3580&ordering=id",
    "results": [
        {
            "id": "7cc15314-42f5-4342-9582-db68cf6793c6",
            "url": "https://ll.thespacedevs.com/2.2.0/launch/7cc15314-42f5-4342-9582-db68cf6793c6/?format=api",
            "slug": "atlas-uhf-fo-f11",
            "name": "Atlas | UHF F/O F11",
            "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:55Z",
            "net": "2003-12-18T02:30:00Z",
            "window_end": "2003-12-18T02:30:00Z",
            "window_start": "2003-12-18T02:30:00Z",
            "net_precision": null,
            "probability": null,
            "weather_concerns": null,
            "holdreason": "",
            "failreason": "",
            "hashtag": null,
            "launch_service_provider": {
                "id": 82,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/82/?format=api",
                "name": "Lockheed Martin",
                "type": "Commercial"
            },
            "rocket": {
                "id": 7163,
                "configuration": {
                    "id": 472,
                    "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/472/?format=api",
                    "name": "Atlas IIIB",
                    "family": "Atlas",
                    "full_name": "Atlas IIIB",
                    "variant": "IIIB"
                }
            },
            "mission": {
                "id": 5552,
                "name": "UHF F/O F11",
                "description": "Ultra-high frequency (UHF) satellite communications network.",
                "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": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/atlas_iiia_image_20210901074920.jpg",
            "infographic": null,
            "program": [],
            "orbital_launch_attempt_count": 4635,
            "location_launch_attempt_count": 617,
            "pad_launch_attempt_count": 73,
            "agency_launch_attempt_count": 70,
            "orbital_launch_attempt_count_year": 59,
            "location_launch_attempt_count_year": 13,
            "pad_launch_attempt_count_year": 2,
            "agency_launch_attempt_count_year": 5,
            "type": "normal"
        },
        {
            "id": "7cca0343-0985-467c-a145-658bfbbceb4d",
            "url": "https://ll.thespacedevs.com/2.2.0/launch/7cca0343-0985-467c-a145-658bfbbceb4d/?format=api",
            "slug": "atlas-slv-3-agena-d-lunar-orbiter-i",
            "name": "Atlas SLV-3 Agena D | Lunar Orbiter I",
            "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:24Z",
            "net": "1966-08-10T19:26:00Z",
            "window_end": "1966-08-10T19:26:00Z",
            "window_start": "1966-08-10T19:26: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": 3558,
                "configuration": {
                    "id": 258,
                    "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/258/?format=api",
                    "name": "Atlas SLV-3 Agena D",
                    "family": "Atlas",
                    "full_name": "Atlas SLV-3 Agena D",
                    "variant": "SLV-3 Agena D"
                }
            },
            "mission": {
                "id": 1978,
                "name": "Lunar Orbiter I",
                "description": "Lunar probe designed to photograph the surface of the Moon with a resolution down to 1 meter.",
                "launch_designator": null,
                "type": "Lunar Exploration",
                "orbit": {
                    "id": 11,
                    "name": "Lunar Orbit",
                    "abbrev": "LO"
                },
                "agencies": [],
                "info_urls": [],
                "vid_urls": []
            },
            "pad": {
                "id": 117,
                "url": "https://ll.thespacedevs.com/2.2.0/pad/117/?format=api",
                "agency_id": 161,
                "name": "Space Launch Complex 13",
                "description": null,
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/Cape_Canaveral_Launch_Complex_13",
                "map_url": "https://www.google.com/maps?q=28.4859,-80.546594",
                "latitude": "28.4859",
                "longitude": "-80.546594",
                "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_117_20200803143223.jpg",
                "total_launch_count": 21,
                "orbital_launch_attempt_count": 21
            },
            "webcast_live": false,
            "image": null,
            "infographic": null,
            "program": [],
            "orbital_launch_attempt_count": 597,
            "location_launch_attempt_count": 178,
            "pad_launch_attempt_count": 5,
            "agency_launch_attempt_count": 342,
            "orbital_launch_attempt_count_year": 80,
            "location_launch_attempt_count_year": 19,
            "pad_launch_attempt_count_year": 1,
            "agency_launch_attempt_count_year": 43,
            "type": "normal"
        },
        {
            "id": "7ccdfbd3-3387-4f31-a29a-cc2eb9e64ccf",
            "url": "https://ll.thespacedevs.com/2.2.0/launch/7ccdfbd3-3387-4f31-a29a-cc2eb9e64ccf/?format=api",
            "slug": "vega-prisma",
            "name": "Vega | PRISMA",
            "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:49:38Z",
            "net": "2019-03-22T01:50:35Z",
            "window_end": "2019-03-22T01:50:35Z",
            "window_start": "2019-03-22T01:50:35Z",
            "net_precision": null,
            "probability": -1,
            "weather_concerns": null,
            "holdreason": "",
            "failreason": null,
            "hashtag": "#VV14",
            "launch_service_provider": {
                "id": 115,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/115/?format=api",
                "name": "Arianespace",
                "type": "Commercial"
            },
            "rocket": {
                "id": 33,
                "configuration": {
                    "id": 167,
                    "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/167/?format=api",
                    "name": "Vega",
                    "family": "Vega",
                    "full_name": "Vega",
                    "variant": ""
                }
            },
            "mission": {
                "id": 541,
                "name": "PRISMA",
                "description": "PRISMA (PRecursore IperSpettrale della Missione Applicativa) is a medium-resolution hyperspectral imaging mission of the Italian Space Agency ASI. The mission can provide a unique contribution to the observations of natural resources and in the study of key environmental processes",
                "launch_designator": null,
                "type": "Earth Science",
                "orbit": {
                    "id": 17,
                    "name": "Sun-Synchronous Orbit",
                    "abbrev": "SSO"
                },
                "agencies": [],
                "info_urls": [],
                "vid_urls": []
            },
            "pad": {
                "id": 34,
                "url": "https://ll.thespacedevs.com/2.2.0/pad/34/?format=api",
                "agency_id": 115,
                "name": "Ariane Launch Area 1 (ELV)",
                "description": "ELA-1, now named Ensemble de Lancement Vega (short ELV), is a launch pad at the Centre Spatial Guyanais in French Guiana. It has been used to support launches of the Europa rocket, Ariane 1, Ariane 3, and is currently used to launch Vega rockets.",
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/ELA-1",
                "map_url": "https://www.google.com/maps?q=5.236,-52.775",
                "latitude": "5.236",
                "longitude": "-52.775",
                "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_34_20200803143527.jpg",
                "total_launch_count": 52,
                "orbital_launch_attempt_count": 52
            },
            "webcast_live": false,
            "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/vega_image_20201111143622.jpeg",
            "infographic": null,
            "program": [],
            "orbital_launch_attempt_count": 5837,
            "location_launch_attempt_count": 291,
            "pad_launch_attempt_count": 40,
            "agency_launch_attempt_count": 276,
            "orbital_launch_attempt_count_year": 17,
            "location_launch_attempt_count_year": 3,
            "pad_launch_attempt_count_year": 1,
            "agency_launch_attempt_count_year": 3,
            "type": "normal"
        },
        {
            "id": "7ccf6526-6c1f-42f6-99d6-83a429249cef",
            "url": "https://ll.thespacedevs.com/2.2.0/launch/7ccf6526-6c1f-42f6-99d6-83a429249cef/?format=api",
            "slug": "ceres-1-golden-bauhinia-1-03-others",
            "name": "Ceres-1 | Golden Bauhinia 1-03 & others",
            "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-06-15T13:31:45Z",
            "net": "2021-12-07T04:12:30Z",
            "window_end": "2021-12-07T04:12:30Z",
            "window_start": "2021-12-07T04:12:30Z",
            "net_precision": {
                "id": 0,
                "name": "Second",
                "abbrev": "SEC",
                "description": "The T-0 is accurate to the second."
            },
            "probability": null,
            "weather_concerns": null,
            "holdreason": "",
            "failreason": "",
            "hashtag": null,
            "launch_service_provider": {
                "id": 1021,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/1021/?format=api",
                "name": "Galactic Energy",
                "type": "Commercial"
            },
            "rocket": {
                "id": 2714,
                "configuration": {
                    "id": 461,
                    "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/461/?format=api",
                    "name": "Ceres-1",
                    "family": "Ceres-1",
                    "full_name": "Ceres-1",
                    "variant": "Ceres-1"
                }
            },
            "mission": {
                "id": 5902,
                "name": "Golden Bauhinia 1-03 & others",
                "description": "This mission carried five commercial small satellites into orbit. These include: a remote sensing satellite Tianjin University-1, two remote sensing satellites for Golden Bauhinia 1 (also known as Jinzijing 1) constellation; and experimental satellites Lize-1 and Baoyun.",
                "launch_designator": null,
                "type": "Dedicated Rideshare",
                "orbit": {
                    "id": 8,
                    "name": "Low Earth Orbit",
                    "abbrev": "LEO"
                },
                "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/ceres-1_image_20230722081939.jpeg",
            "infographic": null,
            "program": [],
            "orbital_launch_attempt_count": 6162,
            "location_launch_attempt_count": 154,
            "pad_launch_attempt_count": 27,
            "agency_launch_attempt_count": 2,
            "orbital_launch_attempt_count_year": 125,
            "location_launch_attempt_count_year": 19,
            "pad_launch_attempt_count_year": 6,
            "agency_launch_attempt_count_year": 1,
            "type": "normal"
        },
        {
            "id": "7cea85fa-b373-4896-83ae-2629f4030806",
            "url": "https://ll.thespacedevs.com/2.2.0/launch/7cea85fa-b373-4896-83ae-2629f4030806/?format=api",
            "slug": "falcon-9-full-thrust-orbcomm-og2-mission-2",
            "name": "Falcon 9 Full Thrust | Orbcomm OG2 Mission 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-14T17:40:44Z",
            "net": "2015-12-22T01:29:00Z",
            "window_end": "2015-12-22T01:34:00Z",
            "window_start": "2015-12-22T01:29:00Z",
            "net_precision": null,
            "probability": -1,
            "weather_concerns": null,
            "holdreason": "",
            "failreason": null,
            "hashtag": null,
            "launch_service_provider": {
                "id": 121,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/121/?format=api",
                "name": "SpaceX",
                "type": "Commercial"
            },
            "rocket": {
                "id": 1897,
                "configuration": {
                    "id": 55,
                    "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/55/?format=api",
                    "name": "Falcon 9",
                    "family": "Falcon",
                    "full_name": "Falcon 9 Full Thrust",
                    "variant": "Full Thrust"
                }
            },
            "mission": {
                "id": 97,
                "name": "Orbcomm OG2 Mission 2",
                "description": "11 next generation Orbcomm-2 F satellites will be launched into Low Earth Orbit to enhance Orbcomm’s existing M2M network. The satellites will feature larger message and better performance, as well as providing better global coverage. Each of the new second generation satellites will be equivalent to 6 first generation craft.",
                "launch_designator": null,
                "type": "Communications",
                "orbit": {
                    "id": 8,
                    "name": "Low Earth Orbit",
                    "abbrev": "LEO"
                },
                "agencies": [],
                "info_urls": [],
                "vid_urls": []
            },
            "pad": {
                "id": 80,
                "url": "https://ll.thespacedevs.com/2.2.0/pad/80/?format=api",
                "agency_id": 121,
                "name": "Space Launch Complex 40",
                "description": "",
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/Cape_Canaveral_Air_Force_Station_Space_Launch_Complex_40",
                "map_url": "https://www.google.com/maps?q=28.56194122,-80.57735736",
                "latitude": "28.56194122",
                "longitude": "-80.57735736",
                "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_80_20200803143323.jpg",
                "total_launch_count": 305,
                "orbital_launch_attempt_count": 305
            },
            "webcast_live": false,
            "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/falcon252092520full2520thrust_image_20190222031117.jpeg",
            "infographic": null,
            "program": [],
            "orbital_launch_attempt_count": 5527,
            "location_launch_attempt_count": 736,
            "pad_launch_attempt_count": 74,
            "agency_launch_attempt_count": 25,
            "orbital_launch_attempt_count_year": 85,
            "location_launch_attempt_count_year": 17,
            "pad_launch_attempt_count_year": 7,
            "agency_launch_attempt_count_year": 7,
            "type": "normal"
        },
        {
            "id": "7cea9893-9b33-4f69-872a-b4f83cd5284f",
            "url": "https://ll.thespacedevs.com/2.2.0/launch/7cea9893-9b33-4f69-872a-b4f83cd5284f/?format=api",
            "slug": "kosmos-2i-63s1-kosmos-2i-ds-1-1",
            "name": "Kosmos-2I 63S1 | Kosmos-2I | DS-1-1",
            "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:19:16Z",
            "net": "1961-10-27T16:30:00Z",
            "window_end": "1961-10-27T16:30:00Z",
            "window_start": "1961-10-27T16:30:00Z",
            "net_precision": null,
            "probability": 0,
            "weather_concerns": null,
            "holdreason": "",
            "failreason": "Failed to reach orbit",
            "hashtag": "",
            "launch_service_provider": {
                "id": 270,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/270/?format=api",
                "name": "Strategic Rocket Forces",
                "type": "Government"
            },
            "rocket": {
                "id": 2398,
                "configuration": {
                    "id": 190,
                    "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/190/?format=api",
                    "name": "Kosmos-2I 63S1",
                    "family": "Kosmos",
                    "full_name": "Kosmos-2I",
                    "variant": ""
                }
            },
            "mission": null,
            "pad": {
                "id": 100,
                "url": "https://ll.thespacedevs.com/2.2.0/pad/100/?format=api",
                "agency_id": null,
                "name": "Mayak-2",
                "description": null,
                "info_url": null,
                "wiki_url": null,
                "map_url": "https://www.google.com/maps?q=48.569551,46.295814",
                "latitude": "48.569551",
                "longitude": "46.295814",
                "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_100_20200803143212.jpg",
                "total_launch_count": 24,
                "orbital_launch_attempt_count": 24
            },
            "webcast_live": false,
            "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/kosmos-2i252063s1_image_20191201205435.jpg",
            "infographic": null,
            "program": [],
            "orbital_launch_attempt_count": 131,
            "location_launch_attempt_count": 1,
            "pad_launch_attempt_count": 1,
            "agency_launch_attempt_count": 1,
            "orbital_launch_attempt_count_year": 131,
            "location_launch_attempt_count_year": 1,
            "pad_launch_attempt_count_year": 1,
            "agency_launch_attempt_count_year": 1,
            "type": "normal"
        },
        {
            "id": "7cee3e78-56b0-47fd-84a1-306f7ab4fcac",
            "url": "https://ll.thespacedevs.com/2.2.0/launch/7cee3e78-56b0-47fd-84a1-306f7ab4fcac/?format=api",
            "slug": "atlas-d-ov1-2",
            "name": "Atlas D | OV1-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:29:30Z",
            "net": "1965-10-05T09:07:08Z",
            "window_end": "1965-10-05T09:07:08Z",
            "window_start": "1965-10-05T09:07: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": 3441,
                "configuration": {
                    "id": 237,
                    "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/237/?format=api",
                    "name": "Atlas D",
                    "family": "Atlas",
                    "full_name": "SM-65D Atlas",
                    "variant": "D"
                }
            },
            "mission": {
                "id": 1861,
                "name": "OV1-2",
                "description": "The OV1 (Orbiting Vehicle 1) were small research satellite to be launched piggy back on Atlas ICBM test flights. They consisted in general of the OV1 satellite and the OV1-PM propulsion module (or upper stage) to reach orbit.",
                "launch_designator": null,
                "type": "Test Flight",
                "orbit": {
                    "id": 8,
                    "name": "Low Earth Orbit",
                    "abbrev": "LEO"
                },
                "agencies": [],
                "info_urls": [],
                "vid_urls": []
            },
            "pad": {
                "id": 170,
                "url": "https://ll.thespacedevs.com/2.2.0/pad/170/?format=api",
                "agency_id": null,
                "name": "576B3",
                "description": "Site 3 was active from 12 September 1960 to 21 January 1965, then was used for the space program from 27 May 1965 to 11 October 1967",
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/List_of_Vandenberg_Air_Force_Base_launch_facilities",
                "map_url": "https://www.google.com/maps?q=34.7897222,-120.5980273",
                "latitude": "34.7897222",
                "longitude": "-120.5980273",
                "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_170_20200803143421.jpg",
                "total_launch_count": 7,
                "orbital_launch_attempt_count": 7
            },
            "webcast_live": false,
            "image": null,
            "infographic": null,
            "program": [],
            "orbital_launch_attempt_count": 481,
            "location_launch_attempt_count": 190,
            "pad_launch_attempt_count": 3,
            "agency_launch_attempt_count": 285,
            "orbital_launch_attempt_count_year": 88,
            "location_launch_attempt_count_year": 31,
            "pad_launch_attempt_count_year": 3,
            "agency_launch_attempt_count_year": 54,
            "type": "normal"
        },
        {
            "id": "7cee7744-de69-4271-b2f4-205fb3b4bf87",
            "url": "https://ll.thespacedevs.com/2.2.0/launch/7cee7744-de69-4271-b2f4-205fb3b4bf87/?format=api",
            "slug": "long-march-2c-yaogan-43-group-03",
            "name": "Long March 2C | Yaogan 43 Group 03",
            "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-10-23T18:58:43Z",
            "net": "2024-10-23T01:09:00Z",
            "window_end": "2024-10-23T01:16:00Z",
            "window_start": "2024-10-23T00:59: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": 88,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/88/?format=api",
                "name": "China Aerospace Science and Technology Corporation",
                "type": "Government"
            },
            "rocket": {
                "id": 8388,
                "configuration": {
                    "id": 61,
                    "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/61/?format=api",
                    "name": "Long March 2",
                    "family": "Long March",
                    "full_name": "Long March 2C",
                    "variant": "C"
                }
            },
            "mission": {
                "id": 6969,
                "name": "Yaogan 43 Group 03",
                "description": "The Yaogan 43 Group 03 is a group of Chinese military “remote sensing” satellites of unknown purposes.",
                "launch_designator": null,
                "type": "Government/Top Secret",
                "orbit": {
                    "id": 8,
                    "name": "Low Earth Orbit",
                    "abbrev": "LEO"
                },
                "agencies": [],
                "info_urls": [],
                "vid_urls": []
            },
            "pad": {
                "id": 66,
                "url": "https://ll.thespacedevs.com/2.2.0/pad/66/?format=api",
                "agency_id": 17,
                "name": "Launch Complex 3 (LC-3/LA-1)",
                "description": "",
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/Xichang_Satellite_Launch_Center",
                "map_url": "https://www.google.com/maps?q=28.247209,102.02917",
                "latitude": "28.247209",
                "longitude": "102.02917",
                "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_66_20200803143611.jpg",
                "total_launch_count": 99,
                "orbital_launch_attempt_count": 99
            },
            "webcast_live": false,
            "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/long_march_2_image_20230803100234.jpeg",
            "infographic": null,
            "program": [],
            "orbital_launch_attempt_count": 6783,
            "location_launch_attempt_count": 214,
            "pad_launch_attempt_count": 95,
            "agency_launch_attempt_count": 489,
            "orbital_launch_attempt_count_year": 194,
            "location_launch_attempt_count_year": 16,
            "pad_launch_attempt_count_year": 9,
            "agency_launch_attempt_count_year": 37,
            "type": "normal"
        },
        {
            "id": "7cf1cd19-be35-4a63-8b4d-8821eb1dc03c",
            "url": "https://ll.thespacedevs.com/2.2.0/launch/7cf1cd19-be35-4a63-8b4d-8821eb1dc03c/?format=api",
            "slug": "long-march-1-shijian-1",
            "name": "Long March 1 | Shijian 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": "2024-06-13T19:15:01Z",
            "net": "1971-03-03T12:02:00Z",
            "window_end": "1971-03-03T12:02:00Z",
            "window_start": "1971-03-03T12:02: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": 1035,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/1035/?format=api",
                "name": "Seventh Ministry of Machine Building Industry",
                "type": "Government"
            },
            "rocket": {
                "id": 231,
                "configuration": {
                    "id": 92,
                    "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/92/?format=api",
                    "name": "Long March 1",
                    "family": "Long March",
                    "full_name": "Long March 1",
                    "variant": ""
                }
            },
            "mission": {
                "id": 6490,
                "name": "Shijian 1",
                "description": "Shi Jian 1 (SJ-1) was the second Chinese satellite. It was designed and built by the Chinese Academy of Space Technology (CAST).\r\n\r\nThe 221 kg SJ-1 spacecraft was based on the DFH-1 satellite, from which it inherited the 1 m pressurized spherical structure, but it was powered by Silicon solar cells, which were mounted on 14 trapezoidal planes on the upper and lower hemispherical shells. Batteries and transmitters were housed in the pressurized compartment. SJ-1 was spin-stabilized.",
                "launch_designator": null,
                "type": "Technology",
                "orbit": {
                    "id": 8,
                    "name": "Low Earth Orbit",
                    "abbrev": "LEO"
                },
                "agencies": [],
                "info_urls": [],
                "vid_urls": []
            },
            "pad": {
                "id": 6,
                "url": "https://ll.thespacedevs.com/2.2.0/pad/6/?format=api",
                "agency_id": null,
                "name": "Launch Area 2A",
                "description": null,
                "info_url": null,
                "wiki_url": null,
                "map_url": "https://www.google.com/maps?q=41.308833,100.316512",
                "latitude": "41.308833",
                "longitude": "100.316512",
                "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_6_20200803143329.jpg",
                "total_launch_count": 2,
                "orbital_launch_attempt_count": 2
            },
            "webcast_live": false,
            "image": null,
            "infographic": null,
            "program": [],
            "orbital_launch_attempt_count": 1191,
            "location_launch_attempt_count": 2,
            "pad_launch_attempt_count": 2,
            "agency_launch_attempt_count": 2,
            "orbital_launch_attempt_count_year": 20,
            "location_launch_attempt_count_year": 1,
            "pad_launch_attempt_count_year": 1,
            "agency_launch_attempt_count_year": 1,
            "type": "normal"
        },
        {
            "id": "7cfc0349-03a8-409e-83ad-99d6123231d3",
            "url": "https://ll.thespacedevs.com/2.2.0/launch/7cfc0349-03a8-409e-83ad-99d6123231d3/?format=api",
            "slug": "scout-b-1-ariel-5",
            "name": "Scout B-1 | Ariel 5",
            "status": {
                "id": 3,
                "name": "Launch Successful",
                "abbrev": "Success",
                "description": "The launch vehicle successfully inserted its payload(s) into the target orbit(s)."
            },
            "last_updated": "2023-06-14T04:25:55Z",
            "net": "1974-10-15T07:47:00Z",
            "window_end": "1974-10-15T07:47:00Z",
            "window_start": "1974-10-15T07:47:00Z",
            "net_precision": null,
            "probability": null,
            "weather_concerns": null,
            "holdreason": "",
            "failreason": null,
            "hashtag": null,
            "launch_service_provider": {
                "id": 1017,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/1017/?format=api",
                "name": "Science and Engineering Research Council",
                "type": "Government"
            },
            "rocket": {
                "id": 4512,
                "configuration": {
                    "id": 359,
                    "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/359/?format=api",
                    "name": "Scout B-1",
                    "family": "Scout",
                    "full_name": "Scout B-1",
                    "variant": "B-1"
                }
            },
            "mission": {
                "id": 2930,
                "name": "Ariel 5",
                "description": "Ariel is a series of British research satellites. Ariel 5 was a joint British and American space telescope which monitored the sky in the X-ray band.",
                "launch_designator": null,
                "type": "Astrophysics",
                "orbit": {
                    "id": 8,
                    "name": "Low Earth Orbit",
                    "abbrev": "LEO"
                },
                "agencies": [],
                "info_urls": [],
                "vid_urls": []
            },
            "pad": {
                "id": 155,
                "url": "https://ll.thespacedevs.com/2.2.0/pad/155/?format=api",
                "agency_id": null,
                "name": "San Marco platform",
                "description": null,
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/Broglio_Space_Center",
                "map_url": "https://www.google.com/maps?q=-2.9383333,40.210306",
                "latitude": "-2.9383333",
                "longitude": "40.210306",
                "location": {
                    "id": 151,
                    "url": "https://ll.thespacedevs.com/2.2.0/location/151/?format=api",
                    "name": "Broglio Space Center, Kenya",
                    "country_code": "ITA",
                    "description": "The Luigi Broglio Space Center (BSC) located near Malindi, Kenya, is an Italian Space Agency (ASI) Spaceport. It served as a spaceport for the launch of both Italian and international satellites, but is currently only used for satellite communications.",
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_151_20200803142409.jpg",
                    "timezone_name": "Africa/Nairobi",
                    "total_launch_count": 9,
                    "total_landing_count": 0
                },
                "country_code": "ITA",
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_155_20200803143349.jpg",
                "total_launch_count": 9,
                "orbital_launch_attempt_count": 9
            },
            "webcast_live": false,
            "image": null,
            "infographic": null,
            "program": [],
            "orbital_launch_attempt_count": 1621,
            "location_launch_attempt_count": 7,
            "pad_launch_attempt_count": 7,
            "agency_launch_attempt_count": 5,
            "orbital_launch_attempt_count_year": 83,
            "location_launch_attempt_count_year": 2,
            "pad_launch_attempt_count_year": 2,
            "agency_launch_attempt_count_year": 2,
            "type": "normal"
        }
    ]
}