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=3630&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=3640&ordering=last_updated",
    "previous": "https://ll.thespacedevs.com/2.2.0/launch/?format=api&limit=10&offset=3620&ordering=last_updated",
    "results": [
        {
            "id": "2f842ac8-812b-46ff-80c5-8d619aad1e85",
            "url": "https://ll.thespacedevs.com/2.2.0/launch/2f842ac8-812b-46ff-80c5-8d619aad1e85/?format=api",
            "slug": "shtil-1-compass-2",
            "name": "Shtil'-1 | COMPASS-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:25:24Z",
            "net": "2006-05-26T18:50:00Z",
            "window_end": "2006-05-26T18:50:00Z",
            "window_start": "2006-05-26T18:50:00Z",
            "net_precision": null,
            "probability": null,
            "weather_concerns": null,
            "holdreason": "",
            "failreason": null,
            "hashtag": null,
            "launch_service_provider": {
                "id": 1013,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/1013/?format=api",
                "name": "Makeyev Rocket Design Bureau",
                "type": "Commercial"
            },
            "rocket": {
                "id": 7268,
                "configuration": {
                    "id": 372,
                    "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/372/?format=api",
                    "name": "Shtil'-1",
                    "family": "",
                    "full_name": "Shtil'-1",
                    "variant": "1"
                }
            },
            "mission": {
                "id": 5657,
                "name": "COMPASS-2",
                "description": "The COMPASS-2 or DragSail-Cubesat cubesat project is conducted at the Fachhochschule Aachen for educational purposes and technology demonstration. COMPASS-2 is an universal experimental satellite bus, providing the subsystems for the payloads such as electric power, data storage and handling, attitude control and communication. The center 1U module contains the satellite's avionics, while the two outer 1U payload boxes offer companies and universities an easy way to test and validate their experiments in space.",
                "launch_designator": null,
                "type": "Communications",
                "orbit": {
                    "id": 8,
                    "name": "Low Earth Orbit",
                    "abbrev": "LEO"
                },
                "agencies": [],
                "info_urls": [],
                "vid_urls": []
            },
            "pad": {
                "id": 149,
                "url": "https://ll.thespacedevs.com/2.2.0/pad/149/?format=api",
                "agency_id": null,
                "name": "Ekaterinburg (K-84)",
                "description": null,
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/Russian_submarine_Ekaterinburg_(K-84)",
                "map_url": "https://www.google.com/maps?q=74.000000,38.0000",
                "latitude": "74.0",
                "longitude": "38.0",
                "location": {
                    "id": 3,
                    "url": "https://ll.thespacedevs.com/2.2.0/location/3/?format=api",
                    "name": "Sea Launch",
                    "country_code": "???",
                    "description": "",
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_3_20200803142448.jpg",
                    "timezone_name": "",
                    "total_launch_count": 55,
                    "total_landing_count": 0
                },
                "country_code": "RUS",
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_149_20200803143409.jpg",
                "total_launch_count": 1,
                "orbital_launch_attempt_count": 1
            },
            "webcast_live": false,
            "image": null,
            "infographic": null,
            "program": [],
            "orbital_launch_attempt_count": 4771,
            "location_launch_attempt_count": 23,
            "pad_launch_attempt_count": 1,
            "agency_launch_attempt_count": 3,
            "orbital_launch_attempt_count_year": 21,
            "location_launch_attempt_count_year": 3,
            "pad_launch_attempt_count_year": 1,
            "agency_launch_attempt_count_year": 1,
            "type": "normal"
        },
        {
            "id": "2d7c492c-a508-4c2d-ab10-2658e8b1c979",
            "url": "https://ll.thespacedevs.com/2.2.0/launch/2d7c492c-a508-4c2d-ab10-2658e8b1c979/?format=api",
            "slug": "scout-x-4-explorer-20",
            "name": "Scout X-4 | Explorer 20",
            "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:48Z",
            "net": "1964-08-25T13:43:00Z",
            "window_end": "1964-08-25T13:43:00Z",
            "window_start": "1964-08-25T13:43:00Z",
            "net_precision": null,
            "probability": null,
            "weather_concerns": null,
            "holdreason": "",
            "failreason": null,
            "hashtag": null,
            "launch_service_provider": {
                "id": 44,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/44/?format=api",
                "name": "National Aeronautics and Space Administration",
                "type": "Government"
            },
            "rocket": {
                "id": 3310,
                "configuration": {
                    "id": 370,
                    "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/370/?format=api",
                    "name": "Scout X-4",
                    "family": "Scout",
                    "full_name": "Scout X-4",
                    "variant": "4"
                }
            },
            "mission": {
                "id": 1732,
                "name": "Explorer 20",
                "description": "Explorer 20 (IE A, Ionospheric Explorer A, TOPSI, Top Side Explorer or S 48) was designed to measure electron distribution, ion density and temperature, and to estimate cosmic noise levels between 2 and 7 MHz.",
                "launch_designator": null,
                "type": "Earth Science",
                "orbit": {
                    "id": 8,
                    "name": "Low Earth Orbit",
                    "abbrev": "LEO"
                },
                "agencies": [],
                "info_urls": [],
                "vid_urls": []
            },
            "pad": {
                "id": 154,
                "url": "https://ll.thespacedevs.com/2.2.0/pad/154/?format=api",
                "agency_id": null,
                "name": "Space Launch Complex 5",
                "description": "Space Launch Complex 5 (SLC-5) was a launch pad at Vandenberg Space Force Base in California, United States. It was previously part of the Point Arguello Naval Air Station, during which time it was designated Launch Complex D or LC-D. Constructed in 1961, it was used by 69 Scout launch vehicles between 1962 and 1994.",
                "info_url": "http://www.astronautix.com/v/vandenbergslc5.html",
                "wiki_url": "https://en.wikipedia.org/wiki/Vandenberg_Air_Force_Base_Space_Launch_Complex_5",
                "map_url": "https://www.google.com/maps?q=34.6080,-120.6247",
                "latitude": "34.608",
                "longitude": "-120.6247",
                "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_154_20200803143408.jpg",
                "total_launch_count": 69,
                "orbital_launch_attempt_count": 69
            },
            "webcast_live": false,
            "image": null,
            "infographic": null,
            "program": [],
            "orbital_launch_attempt_count": 353,
            "location_launch_attempt_count": 142,
            "pad_launch_attempt_count": 13,
            "agency_launch_attempt_count": 55,
            "orbital_launch_attempt_count_year": 60,
            "location_launch_attempt_count_year": 25,
            "pad_launch_attempt_count_year": 3,
            "agency_launch_attempt_count_year": 6,
            "type": "normal"
        },
        {
            "id": "0cb6be02-1ed2-4d8d-9550-3f0251face96",
            "url": "https://ll.thespacedevs.com/2.2.0/launch/0cb6be02-1ed2-4d8d-9550-3f0251face96/?format=api",
            "slug": "scout-x-2m-dsap-1-f4",
            "name": "Scout X-2M | DSAP-1 F4",
            "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:25:48Z",
            "net": "1963-04-26T00:00:00Z",
            "window_end": "1963-04-26T00:00:00Z",
            "window_start": "1963-04-26T00: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": 3197,
                "configuration": {
                    "id": 366,
                    "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/366/?format=api",
                    "name": "Scout X-2M",
                    "family": "Scout",
                    "full_name": "Scout X-2M",
                    "variant": "X-2M"
                }
            },
            "mission": {
                "id": 1619,
                "name": "DSAP-1 F4",
                "description": "The DSAP-1 (Defense Satellite Application Program Block 1) satellites series, also known as P-35, was the first series of military meteorologal satellites of the USA.",
                "launch_designator": null,
                "type": "Government/Top Secret",
                "orbit": {
                    "id": 17,
                    "name": "Sun-Synchronous Orbit",
                    "abbrev": "SSO"
                },
                "agencies": [],
                "info_urls": [],
                "vid_urls": []
            },
            "pad": {
                "id": 154,
                "url": "https://ll.thespacedevs.com/2.2.0/pad/154/?format=api",
                "agency_id": null,
                "name": "Space Launch Complex 5",
                "description": "Space Launch Complex 5 (SLC-5) was a launch pad at Vandenberg Space Force Base in California, United States. It was previously part of the Point Arguello Naval Air Station, during which time it was designated Launch Complex D or LC-D. Constructed in 1961, it was used by 69 Scout launch vehicles between 1962 and 1994.",
                "info_url": "http://www.astronautix.com/v/vandenbergslc5.html",
                "wiki_url": "https://en.wikipedia.org/wiki/Vandenberg_Air_Force_Base_Space_Launch_Complex_5",
                "map_url": "https://www.google.com/maps?q=34.6080,-120.6247",
                "latitude": "34.608",
                "longitude": "-120.6247",
                "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_154_20200803143408.jpg",
                "total_launch_count": 69,
                "orbital_launch_attempt_count": 69
            },
            "webcast_live": false,
            "image": null,
            "infographic": null,
            "program": [],
            "orbital_launch_attempt_count": 241,
            "location_launch_attempt_count": 90,
            "pad_launch_attempt_count": 7,
            "agency_launch_attempt_count": 137,
            "orbital_launch_attempt_count_year": 17,
            "location_launch_attempt_count_year": 8,
            "pad_launch_attempt_count_year": 3,
            "agency_launch_attempt_count_year": 11,
            "type": "normal"
        },
        {
            "id": "1c232618-eb1e-425a-9232-8357bd2f2c53",
            "url": "https://ll.thespacedevs.com/2.2.0/launch/1c232618-eb1e-425a-9232-8357bd2f2c53/?format=api",
            "slug": "scout-g-1-msti-1",
            "name": "Scout G-1 | MSTI-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:25:48Z",
            "net": "1992-11-21T13:45:00Z",
            "window_end": "1992-11-21T13:45:00Z",
            "window_start": "1992-11-21T13:45: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": 6481,
                "configuration": {
                    "id": 363,
                    "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/363/?format=api",
                    "name": "Scout G-1",
                    "family": "Scout",
                    "full_name": "Scout G-1",
                    "variant": "G-1"
                }
            },
            "mission": {
                "id": 4871,
                "name": "MSTI-1",
                "description": "MSTI 1 (Miniature Sensor Technology Integration 1) had a four day mission to photograph infrared images of islands in the eastern Pacific Ocean.",
                "launch_designator": null,
                "type": "Earth Science",
                "orbit": {
                    "id": 8,
                    "name": "Low Earth Orbit",
                    "abbrev": "LEO"
                },
                "agencies": [],
                "info_urls": [],
                "vid_urls": []
            },
            "pad": {
                "id": 154,
                "url": "https://ll.thespacedevs.com/2.2.0/pad/154/?format=api",
                "agency_id": null,
                "name": "Space Launch Complex 5",
                "description": "Space Launch Complex 5 (SLC-5) was a launch pad at Vandenberg Space Force Base in California, United States. It was previously part of the Point Arguello Naval Air Station, during which time it was designated Launch Complex D or LC-D. Constructed in 1961, it was used by 69 Scout launch vehicles between 1962 and 1994.",
                "info_url": "http://www.astronautix.com/v/vandenbergslc5.html",
                "wiki_url": "https://en.wikipedia.org/wiki/Vandenberg_Air_Force_Base_Space_Launch_Complex_5",
                "map_url": "https://www.google.com/maps?q=34.6080,-120.6247",
                "latitude": "34.608",
                "longitude": "-120.6247",
                "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_154_20200803143408.jpg",
                "total_launch_count": 69,
                "orbital_launch_attempt_count": 69
            },
            "webcast_live": false,
            "image": null,
            "infographic": null,
            "program": [],
            "orbital_launch_attempt_count": 3768,
            "location_launch_attempt_count": 552,
            "pad_launch_attempt_count": 67,
            "agency_launch_attempt_count": 917,
            "orbital_launch_attempt_count_year": 80,
            "location_launch_attempt_count_year": 3,
            "pad_launch_attempt_count_year": 2,
            "agency_launch_attempt_count_year": 14,
            "type": "normal"
        },
        {
            "id": "137758b0-d10e-4d39-a379-14ceaf0f337d",
            "url": "https://ll.thespacedevs.com/2.2.0/launch/137758b0-d10e-4d39-a379-14ceaf0f337d/?format=api",
            "slug": "scout-b-ov3-1",
            "name": "Scout B | OV3-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:25:48Z",
            "net": "1966-04-22T09:45:00Z",
            "window_end": "1966-04-22T09:45:00Z",
            "window_start": "1966-04-22T09:45: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": 3517,
                "configuration": {
                    "id": 358,
                    "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/358/?format=api",
                    "name": "Scout B",
                    "family": "Scout",
                    "full_name": "Scout B",
                    "variant": "B"
                }
            },
            "mission": {
                "id": 1937,
                "name": "OV3-1",
                "description": "The OV3 (Orbiting Vehicle 3) series were experimental satellites based on an octagonal bus structure. These were the only in the OV series launched on dedicated launchers.",
                "launch_designator": null,
                "type": "Earth Science",
                "orbit": {
                    "id": 13,
                    "name": "Polar Orbit",
                    "abbrev": "PO"
                },
                "agencies": [],
                "info_urls": [],
                "vid_urls": []
            },
            "pad": {
                "id": 154,
                "url": "https://ll.thespacedevs.com/2.2.0/pad/154/?format=api",
                "agency_id": null,
                "name": "Space Launch Complex 5",
                "description": "Space Launch Complex 5 (SLC-5) was a launch pad at Vandenberg Space Force Base in California, United States. It was previously part of the Point Arguello Naval Air Station, during which time it was designated Launch Complex D or LC-D. Constructed in 1961, it was used by 69 Scout launch vehicles between 1962 and 1994.",
                "info_url": "http://www.astronautix.com/v/vandenbergslc5.html",
                "wiki_url": "https://en.wikipedia.org/wiki/Vandenberg_Air_Force_Base_Space_Launch_Complex_5",
                "map_url": "https://www.google.com/maps?q=34.6080,-120.6247",
                "latitude": "34.608",
                "longitude": "-120.6247",
                "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_154_20200803143408.jpg",
                "total_launch_count": 69,
                "orbital_launch_attempt_count": 69
            },
            "webcast_live": false,
            "image": null,
            "infographic": null,
            "program": [],
            "orbital_launch_attempt_count": 555,
            "location_launch_attempt_count": 213,
            "pad_launch_attempt_count": 20,
            "agency_launch_attempt_count": 318,
            "orbital_launch_attempt_count_year": 38,
            "location_launch_attempt_count_year": 14,
            "pad_launch_attempt_count_year": 3,
            "agency_launch_attempt_count_year": 19,
            "type": "normal"
        },
        {
            "id": "37d0a006-eb10-4fe0-8ce7-3bf79367a8b7",
            "url": "https://ll.thespacedevs.com/2.2.0/launch/37d0a006-eb10-4fe0-8ce7-3bf79367a8b7/?format=api",
            "slug": "scout-g-1-transit-o-2430",
            "name": "Scout G-1 | Transit-O 24,30",
            "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:48Z",
            "net": "1985-08-03T03:31:20Z",
            "window_end": "1985-08-03T03:31:20Z",
            "window_start": "1985-08-03T03:31:20Z",
            "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": 5768,
                "configuration": {
                    "id": 363,
                    "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/363/?format=api",
                    "name": "Scout G-1",
                    "family": "Scout",
                    "full_name": "Scout G-1",
                    "variant": "G-1"
                }
            },
            "mission": {
                "id": 4167,
                "name": "Transit-O 24,30",
                "description": "The Transit-O series of satellites that closely followed the design of Transit 5C-1 were also called “Oscars” (Oscar is the phonetic alphabet for “O”, i. e., operational). They were also called NNS (Navy Navigation Satellite) or shortened NavSat.",
                "launch_designator": null,
                "type": "Navigation",
                "orbit": {
                    "id": 13,
                    "name": "Polar Orbit",
                    "abbrev": "PO"
                },
                "agencies": [],
                "info_urls": [],
                "vid_urls": []
            },
            "pad": {
                "id": 154,
                "url": "https://ll.thespacedevs.com/2.2.0/pad/154/?format=api",
                "agency_id": null,
                "name": "Space Launch Complex 5",
                "description": "Space Launch Complex 5 (SLC-5) was a launch pad at Vandenberg Space Force Base in California, United States. It was previously part of the Point Arguello Naval Air Station, during which time it was designated Launch Complex D or LC-D. Constructed in 1961, it was used by 69 Scout launch vehicles between 1962 and 1994.",
                "info_url": "http://www.astronautix.com/v/vandenbergslc5.html",
                "wiki_url": "https://en.wikipedia.org/wiki/Vandenberg_Air_Force_Base_Space_Launch_Complex_5",
                "map_url": "https://www.google.com/maps?q=34.6080,-120.6247",
                "latitude": "34.608",
                "longitude": "-120.6247",
                "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_154_20200803143408.jpg",
                "total_launch_count": 69,
                "orbital_launch_attempt_count": 69
            },
            "webcast_live": false,
            "image": null,
            "infographic": null,
            "program": [],
            "orbital_launch_attempt_count": 2971,
            "location_launch_attempt_count": 521,
            "pad_launch_attempt_count": 58,
            "agency_launch_attempt_count": 835,
            "orbital_launch_attempt_count_year": 67,
            "location_launch_attempt_count_year": 3,
            "pad_launch_attempt_count_year": 1,
            "agency_launch_attempt_count_year": 5,
            "type": "normal"
        },
        {
            "id": "295bb5ce-51ec-490a-8bb1-d9cbb00c3972",
            "url": "https://ll.thespacedevs.com/2.2.0/launch/295bb5ce-51ec-490a-8bb1-d9cbb00c3972/?format=api",
            "slug": "scout-b-ov3-3",
            "name": "Scout B | OV3-3",
            "status": {
                "id": 3,
                "name": "Launch Successful",
                "abbrev": "Success",
                "description": "The launch vehicle successfully inserted its payload(s) into the target orbit(s)."
            },
            "last_updated": "2023-06-14T04:25:48Z",
            "net": "1966-08-04T10:45:01Z",
            "window_end": "1966-08-04T10:45:01Z",
            "window_start": "1966-08-04T10:45:01Z",
            "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": 3555,
                "configuration": {
                    "id": 358,
                    "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/358/?format=api",
                    "name": "Scout B",
                    "family": "Scout",
                    "full_name": "Scout B",
                    "variant": "B"
                }
            },
            "mission": {
                "id": 1975,
                "name": "OV3-3",
                "description": "The OV3 (Orbiting Vehicle 3) series were experimental satellites based on an octagonal bus structure. These were the only in the OV series launched on dedicated launchers.",
                "launch_designator": null,
                "type": "Earth Science",
                "orbit": {
                    "id": 13,
                    "name": "Polar Orbit",
                    "abbrev": "PO"
                },
                "agencies": [],
                "info_urls": [],
                "vid_urls": []
            },
            "pad": {
                "id": 154,
                "url": "https://ll.thespacedevs.com/2.2.0/pad/154/?format=api",
                "agency_id": null,
                "name": "Space Launch Complex 5",
                "description": "Space Launch Complex 5 (SLC-5) was a launch pad at Vandenberg Space Force Base in California, United States. It was previously part of the Point Arguello Naval Air Station, during which time it was designated Launch Complex D or LC-D. Constructed in 1961, it was used by 69 Scout launch vehicles between 1962 and 1994.",
                "info_url": "http://www.astronautix.com/v/vandenbergslc5.html",
                "wiki_url": "https://en.wikipedia.org/wiki/Vandenberg_Air_Force_Base_Space_Launch_Complex_5",
                "map_url": "https://www.google.com/maps?q=34.6080,-120.6247",
                "latitude": "34.608",
                "longitude": "-120.6247",
                "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_154_20200803143408.jpg",
                "total_launch_count": 69,
                "orbital_launch_attempt_count": 69
            },
            "webcast_live": false,
            "image": null,
            "infographic": null,
            "program": [],
            "orbital_launch_attempt_count": 594,
            "location_launch_attempt_count": 226,
            "pad_launch_attempt_count": 22,
            "agency_launch_attempt_count": 340,
            "orbital_launch_attempt_count_year": 77,
            "location_launch_attempt_count_year": 27,
            "pad_launch_attempt_count_year": 5,
            "agency_launch_attempt_count_year": 41,
            "type": "normal"
        },
        {
            "id": "2d6a085a-651a-445d-8376-70cd162253c4",
            "url": "https://ll.thespacedevs.com/2.2.0/launch/2d6a085a-651a-445d-8376-70cd162253c4/?format=api",
            "slug": "scout-d-1-tip-3",
            "name": "Scout D-1 | TIP 3",
            "status": {
                "id": 3,
                "name": "Launch Successful",
                "abbrev": "Success",
                "description": "The launch vehicle successfully inserted its payload(s) into the target orbit(s)."
            },
            "last_updated": "2023-06-14T04:25:48Z",
            "net": "1976-09-01T21:14:02Z",
            "window_end": "1976-09-01T21:14:02Z",
            "window_start": "1976-09-01T21:14:02Z",
            "net_precision": null,
            "probability": null,
            "weather_concerns": null,
            "holdreason": "",
            "failreason": null,
            "hashtag": null,
            "launch_service_provider": {
                "id": 161,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/161/?format=api",
                "name": "United States Air Force",
                "type": "Government"
            },
            "rocket": {
                "id": 4752,
                "configuration": {
                    "id": 360,
                    "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/360/?format=api",
                    "name": "Scout D-1",
                    "family": "Scout",
                    "full_name": "Scout D-1",
                    "variant": "D-1"
                }
            },
            "mission": {
                "id": 3169,
                "name": "TIP 3",
                "description": "Navigation satellite used as part of the Transit navigation system",
                "launch_designator": null,
                "type": "Navigation",
                "orbit": {
                    "id": 13,
                    "name": "Polar Orbit",
                    "abbrev": "PO"
                },
                "agencies": [],
                "info_urls": [],
                "vid_urls": []
            },
            "pad": {
                "id": 154,
                "url": "https://ll.thespacedevs.com/2.2.0/pad/154/?format=api",
                "agency_id": null,
                "name": "Space Launch Complex 5",
                "description": "Space Launch Complex 5 (SLC-5) was a launch pad at Vandenberg Space Force Base in California, United States. It was previously part of the Point Arguello Naval Air Station, during which time it was designated Launch Complex D or LC-D. Constructed in 1961, it was used by 69 Scout launch vehicles between 1962 and 1994.",
                "info_url": "http://www.astronautix.com/v/vandenbergslc5.html",
                "wiki_url": "https://en.wikipedia.org/wiki/Vandenberg_Air_Force_Base_Space_Launch_Complex_5",
                "map_url": "https://www.google.com/maps?q=34.6080,-120.6247",
                "latitude": "34.608",
                "longitude": "-120.6247",
                "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_154_20200803143408.jpg",
                "total_launch_count": 69,
                "orbital_launch_attempt_count": 69
            },
            "webcast_live": false,
            "image": null,
            "infographic": null,
            "program": [],
            "orbital_launch_attempt_count": 1874,
            "location_launch_attempt_count": 445,
            "pad_launch_attempt_count": 51,
            "agency_launch_attempt_count": 676,
            "orbital_launch_attempt_count_year": 91,
            "location_launch_attempt_count_year": 10,
            "pad_launch_attempt_count_year": 2,
            "agency_launch_attempt_count_year": 21,
            "type": "normal"
        },
        {
            "id": "16f50e71-336a-44d5-b78a-56e57b8dc318",
            "url": "https://ll.thespacedevs.com/2.2.0/launch/16f50e71-336a-44d5-b78a-56e57b8dc318/?format=api",
            "slug": "scout-g-1-nova-2",
            "name": "Scout G-1 | Nova 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:25:48Z",
            "net": "1988-06-16T06:54:00Z",
            "window_end": "1988-06-16T06:54:00Z",
            "window_start": "1988-06-16T06:54: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": 6078,
                "configuration": {
                    "id": 363,
                    "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/363/?format=api",
                    "name": "Scout G-1",
                    "family": "Scout",
                    "full_name": "Scout G-1",
                    "variant": "G-1"
                }
            },
            "mission": {
                "id": 4468,
                "name": "Nova 2",
                "description": "Improved Transit navigation satellite",
                "launch_designator": null,
                "type": "Navigation",
                "orbit": {
                    "id": 13,
                    "name": "Polar Orbit",
                    "abbrev": "PO"
                },
                "agencies": [],
                "info_urls": [],
                "vid_urls": []
            },
            "pad": {
                "id": 154,
                "url": "https://ll.thespacedevs.com/2.2.0/pad/154/?format=api",
                "agency_id": null,
                "name": "Space Launch Complex 5",
                "description": "Space Launch Complex 5 (SLC-5) was a launch pad at Vandenberg Space Force Base in California, United States. It was previously part of the Point Arguello Naval Air Station, during which time it was designated Launch Complex D or LC-D. Constructed in 1961, it was used by 69 Scout launch vehicles between 1962 and 1994.",
                "info_url": "http://www.astronautix.com/v/vandenbergslc5.html",
                "wiki_url": "https://en.wikipedia.org/wiki/Vandenberg_Air_Force_Base_Space_Launch_Complex_5",
                "map_url": "https://www.google.com/maps?q=34.6080,-120.6247",
                "latitude": "34.608",
                "longitude": "-120.6247",
                "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_154_20200803143408.jpg",
                "total_launch_count": 69,
                "orbital_launch_attempt_count": 69
            },
            "webcast_live": false,
            "image": null,
            "infographic": null,
            "program": [],
            "orbital_launch_attempt_count": 3306,
            "location_launch_attempt_count": 535,
            "pad_launch_attempt_count": 62,
            "agency_launch_attempt_count": 859,
            "orbital_launch_attempt_count_year": 53,
            "location_launch_attempt_count_year": 3,
            "pad_launch_attempt_count_year": 2,
            "agency_launch_attempt_count_year": 4,
            "type": "normal"
        },
        {
            "id": "1b64f1ff-9420-414b-bbd8-aa9902fd3736",
            "url": "https://ll.thespacedevs.com/2.2.0/launch/1b64f1ff-9420-414b-bbd8-aa9902fd3736/?format=api",
            "slug": "scout-b-1-triad-1",
            "name": "Scout B-1 | Triad 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:25:48Z",
            "net": "1972-09-02T17:50:30Z",
            "window_end": "1972-09-02T17:50:30Z",
            "window_start": "1972-09-02T17:50:30Z",
            "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": 4291,
                "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": 2709,
                "name": "Triad 1",
                "description": "Satellite designed to accurately measure atmospheric drag in order to improve the accuracy of the USN Transit Navigation System",
                "launch_designator": null,
                "type": "Navigation",
                "orbit": {
                    "id": 13,
                    "name": "Polar Orbit",
                    "abbrev": "PO"
                },
                "agencies": [],
                "info_urls": [],
                "vid_urls": []
            },
            "pad": {
                "id": 154,
                "url": "https://ll.thespacedevs.com/2.2.0/pad/154/?format=api",
                "agency_id": null,
                "name": "Space Launch Complex 5",
                "description": "Space Launch Complex 5 (SLC-5) was a launch pad at Vandenberg Space Force Base in California, United States. It was previously part of the Point Arguello Naval Air Station, during which time it was designated Launch Complex D or LC-D. Constructed in 1961, it was used by 69 Scout launch vehicles between 1962 and 1994.",
                "info_url": "http://www.astronautix.com/v/vandenbergslc5.html",
                "wiki_url": "https://en.wikipedia.org/wiki/Vandenberg_Air_Force_Base_Space_Launch_Complex_5",
                "map_url": "https://www.google.com/maps?q=34.6080,-120.6247",
                "latitude": "34.608",
                "longitude": "-120.6247",
                "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_154_20200803143408.jpg",
                "total_launch_count": 69,
                "orbital_launch_attempt_count": 69
            },
            "webcast_live": false,
            "image": null,
            "infographic": null,
            "program": [],
            "orbital_launch_attempt_count": 1382,
            "location_launch_attempt_count": 388,
            "pad_launch_attempt_count": 40,
            "agency_launch_attempt_count": 582,
            "orbital_launch_attempt_count_year": 76,
            "location_launch_attempt_count_year": 13,
            "pad_launch_attempt_count_year": 1,
            "agency_launch_attempt_count_year": 18,
            "type": "normal"
        }
    ]
}