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=3700&ordering=-last_updated
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=3710&ordering=-last_updated",
    "previous": "https://ll.thespacedevs.com/2.2.0/launch/?format=api&limit=10&offset=3690&ordering=-last_updated",
    "results": [
        {
            "id": "05c78ae8-6d41-414f-9fda-52335c6143c0",
            "url": "https://ll.thespacedevs.com/2.2.0/launch/05c78ae8-6d41-414f-9fda-52335c6143c0/?format=api",
            "slug": "titan-iiib-kh-8-8",
            "name": "Titan IIIB | KH-8 8",
            "status": {
                "id": 3,
                "name": "Launch Successful",
                "abbrev": "Success",
                "description": "The launch vehicle successfully inserted its payload(s) into the target orbit(s)."
            },
            "last_updated": "2023-06-14T04:26:28Z",
            "net": "1967-09-19T18:37:00Z",
            "window_end": "1967-09-19T18:37:00Z",
            "window_start": "1967-09-19T18:37: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": 3706,
                "configuration": {
                    "id": 438,
                    "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/438/?format=api",
                    "name": "Titan IIIB",
                    "family": "Titan",
                    "full_name": "Titan IIIB",
                    "variant": "IIIB"
                }
            },
            "mission": {
                "id": 2124,
                "name": "KH-8 8",
                "description": "KH-8 or Gambit-3 was the second generation of Gambit high resolution reconnaissance satellites.",
                "launch_designator": null,
                "type": "Government/Top Secret",
                "orbit": {
                    "id": 8,
                    "name": "Low Earth Orbit",
                    "abbrev": "LEO"
                },
                "agencies": [],
                "info_urls": [],
                "vid_urls": []
            },
            "pad": {
                "id": 156,
                "url": "https://ll.thespacedevs.com/2.2.0/pad/156/?format=api",
                "agency_id": null,
                "name": "Space Launch Complex 4W",
                "description": "SLC-4W started operations in 1963 as Space Launch Complex 4W, and continued as an operational launch site through 2003. In 2015, SpaceX started conversion of the launch site into Landing Zone LZ-4. Landing operations commenced in 2018 at LZ-4.",
                "info_url": "http://www.astronautix.com/v/vandenbergslc4w.html",
                "wiki_url": "https://en.wikipedia.org/wiki/Vandenberg_Air_Force_Base_Space_Launch_Complex_4#SLC-4W",
                "map_url": "https://www.google.com/maps?q=34.63312,-120.61584",
                "latitude": "34.63312",
                "longitude": "-120.61584",
                "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_156_20200803143351.jpg",
                "total_launch_count": 93,
                "orbital_launch_attempt_count": 93
            },
            "webcast_live": false,
            "image": null,
            "infographic": null,
            "program": [],
            "orbital_launch_attempt_count": 748,
            "location_launch_attempt_count": 277,
            "pad_launch_attempt_count": 20,
            "agency_launch_attempt_count": 418,
            "orbital_launch_attempt_count_year": 100,
            "location_launch_attempt_count_year": 32,
            "pad_launch_attempt_count_year": 5,
            "agency_launch_attempt_count_year": 46,
            "type": "normal"
        },
        {
            "id": "0b55686a-8442-44cd-996d-dcc5000e4f47",
            "url": "https://ll.thespacedevs.com/2.2.0/launch/0b55686a-8442-44cd-996d-dcc5000e4f47/?format=api",
            "slug": "titan-24b-kh-8-34",
            "name": "Titan 24B | KH-8 34",
            "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:26:28Z",
            "net": "1972-03-17T17:00:00Z",
            "window_end": "1972-03-17T17:00:00Z",
            "window_start": "1972-03-17T17:00: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": 4236,
                "configuration": {
                    "id": 421,
                    "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/421/?format=api",
                    "name": "Titan 24B",
                    "family": "Titan",
                    "full_name": "Titan 24B",
                    "variant": "24B"
                }
            },
            "mission": {
                "id": 2654,
                "name": "KH-8 34",
                "description": "KH-8 Block 2 high resolution 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": 156,
                "url": "https://ll.thespacedevs.com/2.2.0/pad/156/?format=api",
                "agency_id": null,
                "name": "Space Launch Complex 4W",
                "description": "SLC-4W started operations in 1963 as Space Launch Complex 4W, and continued as an operational launch site through 2003. In 2015, SpaceX started conversion of the launch site into Landing Zone LZ-4. Landing operations commenced in 2018 at LZ-4.",
                "info_url": "http://www.astronautix.com/v/vandenbergslc4w.html",
                "wiki_url": "https://en.wikipedia.org/wiki/Vandenberg_Air_Force_Base_Space_Launch_Complex_4#SLC-4W",
                "map_url": "https://www.google.com/maps?q=34.63312,-120.61584",
                "latitude": "34.63312",
                "longitude": "-120.61584",
                "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_156_20200803143351.jpg",
                "total_launch_count": 93,
                "orbital_launch_attempt_count": 93
            },
            "webcast_live": false,
            "image": null,
            "infographic": null,
            "program": [],
            "orbital_launch_attempt_count": 1324,
            "location_launch_attempt_count": 380,
            "pad_launch_attempt_count": 48,
            "agency_launch_attempt_count": 572,
            "orbital_launch_attempt_count_year": 18,
            "location_launch_attempt_count_year": 5,
            "pad_launch_attempt_count_year": 2,
            "agency_launch_attempt_count_year": 8,
            "type": "normal"
        },
        {
            "id": "016decf8-0676-4bc6-a252-84380e2162df",
            "url": "https://ll.thespacedevs.com/2.2.0/launch/016decf8-0676-4bc6-a252-84380e2162df/?format=api",
            "slug": "titan-ii-slv-clementine-1",
            "name": "Titan II SLV | Clementine 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:26:28Z",
            "net": "1994-01-25T16:34:00Z",
            "window_end": "1994-01-25T16:34:00Z",
            "window_start": "1994-01-25T16:34: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": 6568,
                "configuration": {
                    "id": 436,
                    "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/436/?format=api",
                    "name": "Titan II SLV",
                    "family": "Titan",
                    "full_name": "Titan II SLV",
                    "variant": "23G"
                }
            },
            "mission": {
                "id": 4958,
                "name": "Clementine 1",
                "description": "The DSPSE (Deep Space Program Science Experiment), the first of a series of Clementine technology demonstrations jointly sponsored by the Ballistic Missile Defense Organization (BMDO) and the National Aeronautics and Space Administration (NASA), launched in early 1994. Its principal objective is to space qualify lightweight imaging sensors and component technologies for the next generation of Department of Defense (DoD) spacecraft. The Clementine mission uses the Moon, a near-Earth asteroid (1620 Geographos), and the spacecraft's Interstage Adapter (ISA) as targets to demonstrate lightweight component and sensor performance.",
                "launch_designator": null,
                "type": "Planetary Science",
                "orbit": {
                    "id": 11,
                    "name": "Lunar Orbit",
                    "abbrev": "LO"
                },
                "agencies": [],
                "info_urls": [],
                "vid_urls": []
            },
            "pad": {
                "id": 156,
                "url": "https://ll.thespacedevs.com/2.2.0/pad/156/?format=api",
                "agency_id": null,
                "name": "Space Launch Complex 4W",
                "description": "SLC-4W started operations in 1963 as Space Launch Complex 4W, and continued as an operational launch site through 2003. In 2015, SpaceX started conversion of the launch site into Landing Zone LZ-4. Landing operations commenced in 2018 at LZ-4.",
                "info_url": "http://www.astronautix.com/v/vandenbergslc4w.html",
                "wiki_url": "https://en.wikipedia.org/wiki/Vandenberg_Air_Force_Base_Space_Launch_Complex_4#SLC-4W",
                "map_url": "https://www.google.com/maps?q=34.63312,-120.61584",
                "latitude": "34.63312",
                "longitude": "-120.61584",
                "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_156_20200803143351.jpg",
                "total_launch_count": 93,
                "orbital_launch_attempt_count": 93
            },
            "webcast_live": false,
            "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/titan_ii_slv_image_20231231110038.jpeg",
            "infographic": null,
            "program": [],
            "orbital_launch_attempt_count": 3873,
            "location_launch_attempt_count": 558,
            "pad_launch_attempt_count": 85,
            "agency_launch_attempt_count": 935,
            "orbital_launch_attempt_count_year": 5,
            "location_launch_attempt_count_year": 1,
            "pad_launch_attempt_count_year": 1,
            "agency_launch_attempt_count_year": 1,
            "type": "normal"
        },
        {
            "id": "527b9241-f28c-4857-bee0-08033e281823",
            "url": "https://ll.thespacedevs.com/2.2.0/launch/527b9241-f28c-4857-bee0-08033e281823/?format=api",
            "slug": "titan-iiib-kh-8-9",
            "name": "Titan IIIB | KH-8 9",
            "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:26:28Z",
            "net": "1967-10-25T19:15:00Z",
            "window_end": "1967-10-25T19:15:00Z",
            "window_start": "1967-10-25T19:15: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": 3721,
                "configuration": {
                    "id": 438,
                    "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/438/?format=api",
                    "name": "Titan IIIB",
                    "family": "Titan",
                    "full_name": "Titan IIIB",
                    "variant": "IIIB"
                }
            },
            "mission": {
                "id": 2139,
                "name": "KH-8 9",
                "description": "KH-8 or Gambit-3 was the second generation of Gambit high resolution reconnaissance satellites.",
                "launch_designator": null,
                "type": "Government/Top Secret",
                "orbit": {
                    "id": 8,
                    "name": "Low Earth Orbit",
                    "abbrev": "LEO"
                },
                "agencies": [],
                "info_urls": [],
                "vid_urls": []
            },
            "pad": {
                "id": 156,
                "url": "https://ll.thespacedevs.com/2.2.0/pad/156/?format=api",
                "agency_id": null,
                "name": "Space Launch Complex 4W",
                "description": "SLC-4W started operations in 1963 as Space Launch Complex 4W, and continued as an operational launch site through 2003. In 2015, SpaceX started conversion of the launch site into Landing Zone LZ-4. Landing operations commenced in 2018 at LZ-4.",
                "info_url": "http://www.astronautix.com/v/vandenbergslc4w.html",
                "wiki_url": "https://en.wikipedia.org/wiki/Vandenberg_Air_Force_Base_Space_Launch_Complex_4#SLC-4W",
                "map_url": "https://www.google.com/maps?q=34.63312,-120.61584",
                "latitude": "34.63312",
                "longitude": "-120.61584",
                "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_156_20200803143351.jpg",
                "total_launch_count": 93,
                "orbital_launch_attempt_count": 93
            },
            "webcast_live": false,
            "image": null,
            "infographic": null,
            "program": [],
            "orbital_launch_attempt_count": 763,
            "location_launch_attempt_count": 280,
            "pad_launch_attempt_count": 21,
            "agency_launch_attempt_count": 424,
            "orbital_launch_attempt_count_year": 115,
            "location_launch_attempt_count_year": 35,
            "pad_launch_attempt_count_year": 6,
            "agency_launch_attempt_count_year": 52,
            "type": "normal"
        },
        {
            "id": "5b3ab14c-35c6-4dde-b2ef-319167ec518e",
            "url": "https://ll.thespacedevs.com/2.2.0/launch/5b3ab14c-35c6-4dde-b2ef-319167ec518e/?format=api",
            "slug": "titan-ii-slv-quikscat",
            "name": "Titan II SLV | QuikScat",
            "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:26:28Z",
            "net": "1999-06-20T02:15:00Z",
            "window_end": "1999-06-20T02:15:00Z",
            "window_start": "1999-06-20T02:15: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": 6926,
                "configuration": {
                    "id": 436,
                    "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/436/?format=api",
                    "name": "Titan II SLV",
                    "family": "Titan",
                    "full_name": "Titan II SLV",
                    "variant": "23G"
                }
            },
            "mission": {
                "id": 5316,
                "name": "QuikScat",
                "description": "The SeaWinds instrument on the QuikScat (Quick Scatterometer) mission is a \"quick recovery\" mission to fill the gap created by the loss of data from the NASA Scatterometer (NSCAT), when the ADEOS 1 host satellite lost power in June 1997. The SeaWinds instrument is a specialized microwave radar that measures near-surface wind speed and direction under all weather and cloud conditions over the Earth's oceans.",
                "launch_designator": null,
                "type": "Earth Science",
                "orbit": {
                    "id": 13,
                    "name": "Polar Orbit",
                    "abbrev": "PO"
                },
                "agencies": [],
                "info_urls": [],
                "vid_urls": []
            },
            "pad": {
                "id": 156,
                "url": "https://ll.thespacedevs.com/2.2.0/pad/156/?format=api",
                "agency_id": null,
                "name": "Space Launch Complex 4W",
                "description": "SLC-4W started operations in 1963 as Space Launch Complex 4W, and continued as an operational launch site through 2003. In 2015, SpaceX started conversion of the launch site into Landing Zone LZ-4. Landing operations commenced in 2018 at LZ-4.",
                "info_url": "http://www.astronautix.com/v/vandenbergslc4w.html",
                "wiki_url": "https://en.wikipedia.org/wiki/Vandenberg_Air_Force_Base_Space_Launch_Complex_4#SLC-4W",
                "map_url": "https://www.google.com/maps?q=34.63312,-120.61584",
                "latitude": "34.63312",
                "longitude": "-120.61584",
                "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_156_20200803143351.jpg",
                "total_launch_count": 93,
                "orbital_launch_attempt_count": 93
            },
            "webcast_live": false,
            "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/titan_ii_slv_image_20231231110038.jpeg",
            "infographic": null,
            "program": [],
            "orbital_launch_attempt_count": 4324,
            "location_launch_attempt_count": 593,
            "pad_launch_attempt_count": 88,
            "agency_launch_attempt_count": 1013,
            "orbital_launch_attempt_count_year": 35,
            "location_launch_attempt_count_year": 5,
            "pad_launch_attempt_count_year": 1,
            "agency_launch_attempt_count_year": 10,
            "type": "normal"
        },
        {
            "id": "a9f11f1c-c520-451e-857e-d31f5c13c8e7",
            "url": "https://ll.thespacedevs.com/2.2.0/launch/a9f11f1c-c520-451e-857e-d31f5c13c8e7/?format=api",
            "slug": "atlas-agena-d-kh-7-13",
            "name": "Atlas Agena D | KH-7 13",
            "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:26:28Z",
            "net": "1964-10-23T18:27:00Z",
            "window_end": "1964-10-23T18:27:00Z",
            "window_start": "1964-10-23T18:27: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": 3329,
                "configuration": {
                    "id": 232,
                    "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/232/?format=api",
                    "name": "Atlas Agena D",
                    "family": "Atlas",
                    "full_name": "Atlas LV-3 Agena D",
                    "variant": "Agena D"
                }
            },
            "mission": {
                "id": 1751,
                "name": "KH-7 13",
                "description": "The Program 206 satellite, carrying the KH-7 (Keyhole 7) camera system (codenamed Gambit-1), was the first successful high resolution space reconnaissance program. It was managed by NRO's Program A, the USAF-led segment of the National Reconnaissance Program managed from Los Angeles AFB in El Segundo, California.",
                "launch_designator": null,
                "type": "Government/Top Secret",
                "orbit": {
                    "id": 17,
                    "name": "Sun-Synchronous Orbit",
                    "abbrev": "SSO"
                },
                "agencies": [],
                "info_urls": [],
                "vid_urls": []
            },
            "pad": {
                "id": 156,
                "url": "https://ll.thespacedevs.com/2.2.0/pad/156/?format=api",
                "agency_id": null,
                "name": "Space Launch Complex 4W",
                "description": "SLC-4W started operations in 1963 as Space Launch Complex 4W, and continued as an operational launch site through 2003. In 2015, SpaceX started conversion of the launch site into Landing Zone LZ-4. Landing operations commenced in 2018 at LZ-4.",
                "info_url": "http://www.astronautix.com/v/vandenbergslc4w.html",
                "wiki_url": "https://en.wikipedia.org/wiki/Vandenberg_Air_Force_Base_Space_Launch_Complex_4#SLC-4W",
                "map_url": "https://www.google.com/maps?q=34.63312,-120.61584",
                "latitude": "34.63312",
                "longitude": "-120.61584",
                "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_156_20200803143351.jpg",
                "total_launch_count": 93,
                "orbital_launch_attempt_count": 93
            },
            "webcast_live": false,
            "image": null,
            "infographic": null,
            "program": [],
            "orbital_launch_attempt_count": 373,
            "location_launch_attempt_count": 151,
            "pad_launch_attempt_count": 10,
            "agency_launch_attempt_count": 219,
            "orbital_launch_attempt_count_year": 80,
            "location_launch_attempt_count_year": 34,
            "pad_launch_attempt_count_year": 6,
            "agency_launch_attempt_count_year": 44,
            "type": "normal"
        },
        {
            "id": "5e08dd19-306f-4a91-b790-ea8f596b3ad8",
            "url": "https://ll.thespacedevs.com/2.2.0/launch/5e08dd19-306f-4a91-b790-ea8f596b3ad8/?format=api",
            "slug": "titan-24b-kh-8-32",
            "name": "Titan 24B | KH-8 32",
            "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:26:28Z",
            "net": "1971-08-12T15:30:00Z",
            "window_end": "1971-08-12T15:30:00Z",
            "window_start": "1971-08-12T15:30: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": 4163,
                "configuration": {
                    "id": 421,
                    "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/421/?format=api",
                    "name": "Titan 24B",
                    "family": "Titan",
                    "full_name": "Titan 24B",
                    "variant": "24B"
                }
            },
            "mission": {
                "id": 2581,
                "name": "KH-8 32",
                "description": "KH-8 Block 2 high resolution 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": 156,
                "url": "https://ll.thespacedevs.com/2.2.0/pad/156/?format=api",
                "agency_id": null,
                "name": "Space Launch Complex 4W",
                "description": "SLC-4W started operations in 1963 as Space Launch Complex 4W, and continued as an operational launch site through 2003. In 2015, SpaceX started conversion of the launch site into Landing Zone LZ-4. Landing operations commenced in 2018 at LZ-4.",
                "info_url": "http://www.astronautix.com/v/vandenbergslc4w.html",
                "wiki_url": "https://en.wikipedia.org/wiki/Vandenberg_Air_Force_Base_Space_Launch_Complex_4#SLC-4W",
                "map_url": "https://www.google.com/maps?q=34.63312,-120.61584",
                "latitude": "34.63312",
                "longitude": "-120.61584",
                "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_156_20200803143351.jpg",
                "total_launch_count": 93,
                "orbital_launch_attempt_count": 93
            },
            "webcast_live": false,
            "image": null,
            "infographic": null,
            "program": [],
            "orbital_launch_attempt_count": 1251,
            "location_launch_attempt_count": 368,
            "pad_launch_attempt_count": 45,
            "agency_launch_attempt_count": 554,
            "orbital_launch_attempt_count_year": 80,
            "location_launch_attempt_count_year": 12,
            "pad_launch_attempt_count_year": 4,
            "agency_launch_attempt_count_year": 18,
            "type": "normal"
        },
        {
            "id": "f2d69be1-aea3-4f72-ac99-98e4b8ee3fcd",
            "url": "https://ll.thespacedevs.com/2.2.0/launch/f2d69be1-aea3-4f72-ac99-98e4b8ee3fcd/?format=api",
            "slug": "titan-33b-jumpseat-2",
            "name": "Titan 33B | Jumpseat 2",
            "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:27Z",
            "net": "1972-02-16T09:59:00Z",
            "window_end": "1972-02-16T09:59:00Z",
            "window_start": "1972-02-16T09:59: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": 4228,
                "configuration": {
                    "id": 422,
                    "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/422/?format=api",
                    "name": "Titan 33B",
                    "family": "Titan",
                    "full_name": "Titan 33B",
                    "variant": "33B"
                }
            },
            "mission": {
                "id": 2646,
                "name": "Jumpseat 2",
                "description": "Signal intelligence satellite operating from highly elliptic Molniya-type orbits.",
                "launch_designator": null,
                "type": "Government/Top Secret",
                "orbit": {
                    "id": 0,
                    "name": "Elliptical Orbit",
                    "abbrev": "Elliptical"
                },
                "agencies": [],
                "info_urls": [],
                "vid_urls": []
            },
            "pad": {
                "id": 156,
                "url": "https://ll.thespacedevs.com/2.2.0/pad/156/?format=api",
                "agency_id": null,
                "name": "Space Launch Complex 4W",
                "description": "SLC-4W started operations in 1963 as Space Launch Complex 4W, and continued as an operational launch site through 2003. In 2015, SpaceX started conversion of the launch site into Landing Zone LZ-4. Landing operations commenced in 2018 at LZ-4.",
                "info_url": "http://www.astronautix.com/v/vandenbergslc4w.html",
                "wiki_url": "https://en.wikipedia.org/wiki/Vandenberg_Air_Force_Base_Space_Launch_Complex_4#SLC-4W",
                "map_url": "https://www.google.com/maps?q=34.63312,-120.61584",
                "latitude": "34.63312",
                "longitude": "-120.61584",
                "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_156_20200803143351.jpg",
                "total_launch_count": 93,
                "orbital_launch_attempt_count": 93
            },
            "webcast_live": false,
            "image": null,
            "infographic": null,
            "program": [],
            "orbital_launch_attempt_count": 1315,
            "location_launch_attempt_count": 378,
            "pad_launch_attempt_count": 47,
            "agency_launch_attempt_count": 568,
            "orbital_launch_attempt_count_year": 9,
            "location_launch_attempt_count_year": 3,
            "pad_launch_attempt_count_year": 1,
            "agency_launch_attempt_count_year": 4,
            "type": "normal"
        },
        {
            "id": "4e1d7d90-0654-4fb2-952e-d8ff1befe77c",
            "url": "https://ll.thespacedevs.com/2.2.0/launch/4e1d7d90-0654-4fb2-952e-d8ff1befe77c/?format=api",
            "slug": "titan-24b-kh-8-48",
            "name": "Titan 24B | KH-8 48",
            "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:26:27Z",
            "net": "1977-03-13T18:41:10Z",
            "window_end": "1977-03-13T18:41:10Z",
            "window_start": "1977-03-13T18:41:10Z",
            "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": 4809,
                "configuration": {
                    "id": 421,
                    "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/421/?format=api",
                    "name": "Titan 24B",
                    "family": "Titan",
                    "full_name": "Titan 24B",
                    "variant": "24B"
                }
            },
            "mission": {
                "id": 3226,
                "name": "KH-8 48",
                "description": "KH-8 Block 4 high resolution 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": 156,
                "url": "https://ll.thespacedevs.com/2.2.0/pad/156/?format=api",
                "agency_id": null,
                "name": "Space Launch Complex 4W",
                "description": "SLC-4W started operations in 1963 as Space Launch Complex 4W, and continued as an operational launch site through 2003. In 2015, SpaceX started conversion of the launch site into Landing Zone LZ-4. Landing operations commenced in 2018 at LZ-4.",
                "info_url": "http://www.astronautix.com/v/vandenbergslc4w.html",
                "wiki_url": "https://en.wikipedia.org/wiki/Vandenberg_Air_Force_Base_Space_Launch_Complex_4#SLC-4W",
                "map_url": "https://www.google.com/maps?q=34.63312,-120.61584",
                "latitude": "34.63312",
                "longitude": "-120.61584",
                "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_156_20200803143351.jpg",
                "total_launch_count": 93,
                "orbital_launch_attempt_count": 93
            },
            "webcast_live": false,
            "image": null,
            "infographic": null,
            "program": [],
            "orbital_launch_attempt_count": 1935,
            "location_launch_attempt_count": 449,
            "pad_launch_attempt_count": 66,
            "agency_launch_attempt_count": 684,
            "orbital_launch_attempt_count_year": 20,
            "location_launch_attempt_count_year": 1,
            "pad_launch_attempt_count_year": 1,
            "agency_launch_attempt_count_year": 4,
            "type": "normal"
        },
        {
            "id": "bce85e9f-bde0-43c1-9602-387db876da4c",
            "url": "https://ll.thespacedevs.com/2.2.0/launch/bce85e9f-bde0-43c1-9602-387db876da4c/?format=api",
            "slug": "titan-iiib-kh-8-17",
            "name": "Titan IIIB | KH-8 17",
            "status": {
                "id": 3,
                "name": "Launch Successful",
                "abbrev": "Success",
                "description": "The launch vehicle successfully inserted its payload(s) into the target orbit(s)."
            },
            "last_updated": "2023-06-14T04:26:27Z",
            "net": "1968-11-06T19:10:00Z",
            "window_end": "1968-11-06T19:10:00Z",
            "window_start": "1968-11-06T19:10: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": 3841,
                "configuration": {
                    "id": 438,
                    "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/438/?format=api",
                    "name": "Titan IIIB",
                    "family": "Titan",
                    "full_name": "Titan IIIB",
                    "variant": "IIIB"
                }
            },
            "mission": {
                "id": 2259,
                "name": "KH-8 17",
                "description": "KH-8 or Gambit-3 was the second generation of Gambit high resolution reconnaissance satellites.",
                "launch_designator": null,
                "type": "Government/Top Secret",
                "orbit": {
                    "id": 8,
                    "name": "Low Earth Orbit",
                    "abbrev": "LEO"
                },
                "agencies": [],
                "info_urls": [],
                "vid_urls": []
            },
            "pad": {
                "id": 156,
                "url": "https://ll.thespacedevs.com/2.2.0/pad/156/?format=api",
                "agency_id": null,
                "name": "Space Launch Complex 4W",
                "description": "SLC-4W started operations in 1963 as Space Launch Complex 4W, and continued as an operational launch site through 2003. In 2015, SpaceX started conversion of the launch site into Landing Zone LZ-4. Landing operations commenced in 2018 at LZ-4.",
                "info_url": "http://www.astronautix.com/v/vandenbergslc4w.html",
                "wiki_url": "https://en.wikipedia.org/wiki/Vandenberg_Air_Force_Base_Space_Launch_Complex_4#SLC-4W",
                "map_url": "https://www.google.com/maps?q=34.63312,-120.61584",
                "latitude": "34.63312",
                "longitude": "-120.61584",
                "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_156_20200803143351.jpg",
                "total_launch_count": 93,
                "orbital_launch_attempt_count": 93
            },
            "webcast_live": false,
            "image": null,
            "infographic": null,
            "program": [],
            "orbital_launch_attempt_count": 898,
            "location_launch_attempt_count": 314,
            "pad_launch_attempt_count": 29,
            "agency_launch_attempt_count": 467,
            "orbital_launch_attempt_count_year": 110,
            "location_launch_attempt_count_year": 29,
            "pad_launch_attempt_count_year": 7,
            "agency_launch_attempt_count_year": 34,
            "type": "normal"
        }
    ]
}