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

{
    "count": 7492,
    "next": "https://ll.thespacedevs.com/2.2.0/launch/?format=api&limit=10&offset=7410&ordering=-net",
    "previous": "https://ll.thespacedevs.com/2.2.0/launch/?format=api&limit=10&offset=7390&ordering=-net",
    "results": [
        {
            "id": "68c95d0d-e00a-43d9-9761-dcecd4a83413",
            "url": "https://ll.thespacedevs.com/2.2.0/launch/68c95d0d-e00a-43d9-9761-dcecd4a83413/?format=api",
            "slug": "juno-ii-explorer-8",
            "name": "Juno II | Explorer 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-14T17:40:22Z",
            "net": "1960-11-03T05:23:10Z",
            "window_end": "1960-11-03T05:23:10Z",
            "window_start": "1960-11-03T05:23:10Z",
            "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": 3087,
                "configuration": {
                    "id": 188,
                    "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/188/?format=api",
                    "name": "Juno II",
                    "family": "",
                    "full_name": "Juno II",
                    "variant": ""
                }
            },
            "mission": {
                "id": 1509,
                "name": "Explorer 8",
                "description": "A research satellite intended to study a number of space phenomenon.",
                "launch_designator": null,
                "type": "Earth Science",
                "orbit": {
                    "id": 12,
                    "name": "Medium Earth Orbit",
                    "abbrev": "MEO"
                },
                "agencies": [],
                "info_urls": [],
                "vid_urls": []
            },
            "pad": {
                "id": 97,
                "url": "https://ll.thespacedevs.com/2.2.0/pad/97/?format=api",
                "agency_id": 161,
                "name": "Launch Complex 26B",
                "description": null,
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/Cape_Canaveral_Air_Force_Station_Launch_Complex_26",
                "map_url": "https://www.google.com/maps?q=28.4433,-80.5712",
                "latitude": "28.4433",
                "longitude": "-80.5712",
                "location": {
                    "id": 12,
                    "url": "https://ll.thespacedevs.com/2.2.0/location/12/?format=api",
                    "name": "Cape Canaveral SFS, FL, USA",
                    "country_code": "USA",
                    "description": "Cape Canaveral Space Force Station (CCSFS) is an installation of the United States Space Force's Space Launch Delta 45, located on Cape Canaveral in Brevard County, Florida.",
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_12_20200803142519.jpg",
                    "timezone_name": "America/New_York",
                    "total_launch_count": 1021,
                    "total_landing_count": 64
                },
                "country_code": "USA",
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_97_20200803143224.jpg",
                "total_launch_count": 6,
                "orbital_launch_attempt_count": 6
            },
            "webcast_live": false,
            "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/juno2520ii_image_20191201204701.jpeg",
            "infographic": null,
            "program": [],
            "orbital_launch_attempt_count": 84,
            "location_launch_attempt_count": 45,
            "pad_launch_attempt_count": 3,
            "agency_launch_attempt_count": 15,
            "orbital_launch_attempt_count_year": 30,
            "location_launch_attempt_count_year": 15,
            "pad_launch_attempt_count_year": 2,
            "agency_launch_attempt_count_year": 5,
            "type": "normal"
        },
        {
            "id": "adca914e-1d47-47fd-a8d8-71b90dd9cbe1",
            "url": "https://ll.thespacedevs.com/2.2.0/launch/adca914e-1d47-47fd-a8d8-71b90dd9cbe1/?format=api",
            "slug": "thor-dm-21-agena-b-discoverer-16",
            "name": "Thor DM-21 Agena-B | Discoverer 16",
            "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:18:26Z",
            "net": "1960-10-26T20:26:09Z",
            "window_end": "1960-10-26T20:26:09Z",
            "window_start": "1960-10-26T20:26:09Z",
            "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": 3086,
                "configuration": {
                    "id": 186,
                    "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/186/?format=api",
                    "name": "Thor DM-21 Agena-B",
                    "family": "Thor",
                    "full_name": "Thor DM-21 Agena-B",
                    "variant": ""
                }
            },
            "mission": {
                "id": 1508,
                "name": "Discoverer 16",
                "description": "Discoverer 16 was an American optical reconnaissance satellite. The launch failed when the Agena stage failed to seperate from Thor.",
                "launch_designator": null,
                "type": "Government/Top Secret",
                "orbit": {
                    "id": 8,
                    "name": "Low Earth Orbit",
                    "abbrev": "LEO"
                },
                "agencies": [],
                "info_urls": [],
                "vid_urls": []
            },
            "pad": {
                "id": 95,
                "url": "https://ll.thespacedevs.com/2.2.0/pad/95/?format=api",
                "agency_id": 161,
                "name": "Space Launch Complex 1W",
                "description": "Space Launch Complex 1 West (SLC-1W) was a launch pad at Vandenberg Space Force Base in California, United States. It was built in 1958 for the never activated 75th Strategic Missile Squadron for Thor Agena A launches.",
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/Vandenberg_Space_Launch_Complex_1",
                "map_url": "https://www.google.com/maps?q=34.7572,-120.6303",
                "latitude": "34.7572",
                "longitude": "-120.6303",
                "location": {
                    "id": 11,
                    "url": "https://ll.thespacedevs.com/2.2.0/location/11/?format=api",
                    "name": "Vandenberg SFB, CA, USA",
                    "country_code": "USA",
                    "description": "Vandenberg Space Force Base is a United States Space Force Base in Santa Barbara County, California. Established in 1941, Vandenberg Space Force Base is a space launch base, launching spacecraft from the Western Range, and also performs missile testing. The United States Space Force's Space Launch Delta 30 serves as the host delta for the base, equivalent to an Air Force air base wing. In addition to its military space launch mission, Vandenberg Space Force Base also hosts space launches for civil and commercial space entities, such as NASA and SpaceX.",
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_11_20200803142416.jpg",
                    "timezone_name": "America/Los_Angeles",
                    "total_launch_count": 804,
                    "total_landing_count": 26
                },
                "country_code": "USA",
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_95_20200803143209.jpg",
                "total_launch_count": 56,
                "orbital_launch_attempt_count": 56
            },
            "webcast_live": false,
            "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/thor2520dm-212520agena-b_image_20190414123658.jpg",
            "infographic": null,
            "program": [],
            "orbital_launch_attempt_count": 83,
            "location_launch_attempt_count": 17,
            "pad_launch_attempt_count": 9,
            "agency_launch_attempt_count": 32,
            "orbital_launch_attempt_count_year": 29,
            "location_launch_attempt_count_year": 9,
            "pad_launch_attempt_count_year": 4,
            "agency_launch_attempt_count_year": 21,
            "type": "normal"
        },
        {
            "id": "ba2e283c-6389-416a-9c88-541ded25c1dd",
            "url": "https://ll.thespacedevs.com/2.2.0/launch/ba2e283c-6389-416a-9c88-541ded25c1dd/?format=api",
            "slug": "molniya-8k78-mars-1b",
            "name": "Molniya 8K78 | Mars-1b",
            "status": {
                "id": 4,
                "name": "Launch Failure",
                "abbrev": "Failure",
                "description": "Either the launch vehicle did not reach orbit, or the payload(s) failed to separate."
            },
            "last_updated": "2023-06-14T03:48:49Z",
            "net": "1960-10-14T13:51:03Z",
            "window_end": "1960-10-14T13:51:03Z",
            "window_start": "1960-10-14T13:51:03Z",
            "net_precision": null,
            "probability": null,
            "weather_concerns": null,
            "holdreason": "",
            "failreason": null,
            "hashtag": null,
            "launch_service_provider": {
                "id": 66,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/66/?format=api",
                "name": "Soviet Space Program",
                "type": "Government"
            },
            "rocket": {
                "id": 3085,
                "configuration": {
                    "id": 184,
                    "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/184/?format=api",
                    "name": "Molniya 8K78",
                    "family": "R-7",
                    "full_name": "Molniya 8K78",
                    "variant": "8K78"
                }
            },
            "mission": {
                "id": 1507,
                "name": "Mars-1b",
                "description": "A Russian mars flyby probe intended to photograph Mars.  The third stage failed to ignite.",
                "launch_designator": null,
                "type": "Planetary Science",
                "orbit": {
                    "id": 23,
                    "name": "Mars flyby",
                    "abbrev": "Mars flyby"
                },
                "agencies": [],
                "info_urls": [],
                "vid_urls": []
            },
            "pad": {
                "id": 32,
                "url": "https://ll.thespacedevs.com/2.2.0/pad/32/?format=api",
                "agency_id": null,
                "name": "1/5",
                "description": null,
                "info_url": null,
                "wiki_url": "",
                "map_url": "https://www.google.com/maps?q=45.92,63.342",
                "latitude": "45.92",
                "longitude": "63.342",
                "location": {
                    "id": 15,
                    "url": "https://ll.thespacedevs.com/2.2.0/location/15/?format=api",
                    "name": "Baikonur Cosmodrome, Republic of Kazakhstan",
                    "country_code": "KAZ",
                    "description": "The Baikonur Cosmodrome is a spaceport operated by Russia within Kazakhstan. Located in the Kazakh city of Baikonur, it is the largest operational space launch facility in terms of area. All Russian crewed spaceflights are launched from Baikonur.",
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_15_20200803142517.jpg",
                    "timezone_name": "Asia/Qyzylorda",
                    "total_launch_count": 1555,
                    "total_landing_count": 0
                },
                "country_code": "KAZ",
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_32_20200803143513.jpg",
                "total_launch_count": 487,
                "orbital_launch_attempt_count": 487
            },
            "webcast_live": false,
            "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/molniya25208k78_image_20191201210000.jpg",
            "infographic": null,
            "program": [],
            "orbital_launch_attempt_count": 82,
            "location_launch_attempt_count": 18,
            "pad_launch_attempt_count": 18,
            "agency_launch_attempt_count": 18,
            "orbital_launch_attempt_count_year": 28,
            "location_launch_attempt_count_year": 7,
            "pad_launch_attempt_count_year": 7,
            "agency_launch_attempt_count_year": 7,
            "type": "normal"
        },
        {
            "id": "d1d6a521-65f5-44df-93ba-5f79773186f4",
            "url": "https://ll.thespacedevs.com/2.2.0/launch/d1d6a521-65f5-44df-93ba-5f79773186f4/?format=api",
            "slug": "atlas-agena-a-samos-1",
            "name": "Atlas Agena A | Samos 1",
            "status": {
                "id": 4,
                "name": "Launch Failure",
                "abbrev": "Failure",
                "description": "Either the launch vehicle did not reach orbit, or the payload(s) failed to separate."
            },
            "last_updated": "2023-06-14T04:18:00Z",
            "net": "1960-10-11T20:33:28Z",
            "window_end": "1960-10-11T20:33:28Z",
            "window_start": "1960-10-11T20:33:28Z",
            "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": 3084,
                "configuration": {
                    "id": 231,
                    "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/231/?format=api",
                    "name": "Atlas Agena A",
                    "family": "Atlas",
                    "full_name": "Atlas LV-3 Agena A",
                    "variant": "Agena A"
                }
            },
            "mission": {
                "id": 1506,
                "name": "Samos 1",
                "description": "A Satellite and Missile Observation satallite which failed to enter orbit due to a failure in the launch vehicle guidance system",
                "launch_designator": null,
                "type": "Government/Top Secret",
                "orbit": {
                    "id": 8,
                    "name": "Low Earth Orbit",
                    "abbrev": "LEO"
                },
                "agencies": [],
                "info_urls": [],
                "vid_urls": []
            },
            "pad": {
                "id": 93,
                "url": "https://ll.thespacedevs.com/2.2.0/pad/93/?format=api",
                "agency_id": 161,
                "name": "Space Launch Complex 3W",
                "description": "SLC-3W was originally built for Atlas-Agena launches and the first flight off the pad was the launch of Samos 1 on October 11, 1960. The facility was extensively damaged 11 months later when Samos 3's booster exploded on the pad, but it was repaired quickly and hosted its next launch slightly under two months afterwards.\r\n\r\nIn 1962-63, the pad was converted for Thor-Agena use and was the primary launching site for Corona reconnaissance satellites for the next decade. After the Corona program ended in 1972, SLC-3W was converted back to support Atlases, this time flights of refurbished Atlas E/F missiles. The final such launch took place in 1995.\r\n\r\nSpaceX initially planned to use SLC-3W for the Falcon 1 launch vehicle but switched to SLC-4E with Falcon 9.",
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/Vandenberg_Space_Launch_Complex_3#SLC-3W",
                "map_url": "https://www.google.com/maps?q=34.644,-120.593",
                "latitude": "34.644",
                "longitude": "-120.593",
                "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_93_20200803143225.jpg",
                "total_launch_count": 81,
                "orbital_launch_attempt_count": 81
            },
            "webcast_live": false,
            "image": null,
            "infographic": null,
            "program": [],
            "orbital_launch_attempt_count": 81,
            "location_launch_attempt_count": 16,
            "pad_launch_attempt_count": 1,
            "agency_launch_attempt_count": 31,
            "orbital_launch_attempt_count_year": 27,
            "location_launch_attempt_count_year": 8,
            "pad_launch_attempt_count_year": 1,
            "agency_launch_attempt_count_year": 20,
            "type": "normal"
        },
        {
            "id": "2b8ca24a-995a-49bd-a686-f937647fd47e",
            "url": "https://ll.thespacedevs.com/2.2.0/launch/2b8ca24a-995a-49bd-a686-f937647fd47e/?format=api",
            "slug": "molniya-8k78-mars-1a",
            "name": "Molniya 8K78 | Mars-1a",
            "status": {
                "id": 4,
                "name": "Launch Failure",
                "abbrev": "Failure",
                "description": "Either the launch vehicle did not reach orbit, or the payload(s) failed to separate."
            },
            "last_updated": "2023-06-14T03:48:21Z",
            "net": "1960-10-10T14:27:49Z",
            "window_end": "1960-10-10T14:27:49Z",
            "window_start": "1960-10-10T14:27:49Z",
            "net_precision": null,
            "probability": null,
            "weather_concerns": null,
            "holdreason": "",
            "failreason": null,
            "hashtag": null,
            "launch_service_provider": {
                "id": 66,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/66/?format=api",
                "name": "Soviet Space Program",
                "type": "Government"
            },
            "rocket": {
                "id": 3083,
                "configuration": {
                    "id": 184,
                    "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/184/?format=api",
                    "name": "Molniya 8K78",
                    "family": "R-7",
                    "full_name": "Molniya 8K78",
                    "variant": "8K78"
                }
            },
            "mission": {
                "id": 1505,
                "name": "Mars-1a",
                "description": "A Russian mars flyby probe intended to photograph Mars.  The second stage failed.",
                "launch_designator": null,
                "type": "Planetary Science",
                "orbit": {
                    "id": 23,
                    "name": "Mars flyby",
                    "abbrev": "Mars flyby"
                },
                "agencies": [],
                "info_urls": [],
                "vid_urls": []
            },
            "pad": {
                "id": 32,
                "url": "https://ll.thespacedevs.com/2.2.0/pad/32/?format=api",
                "agency_id": null,
                "name": "1/5",
                "description": null,
                "info_url": null,
                "wiki_url": "",
                "map_url": "https://www.google.com/maps?q=45.92,63.342",
                "latitude": "45.92",
                "longitude": "63.342",
                "location": {
                    "id": 15,
                    "url": "https://ll.thespacedevs.com/2.2.0/location/15/?format=api",
                    "name": "Baikonur Cosmodrome, Republic of Kazakhstan",
                    "country_code": "KAZ",
                    "description": "The Baikonur Cosmodrome is a spaceport operated by Russia within Kazakhstan. Located in the Kazakh city of Baikonur, it is the largest operational space launch facility in terms of area. All Russian crewed spaceflights are launched from Baikonur.",
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_15_20200803142517.jpg",
                    "timezone_name": "Asia/Qyzylorda",
                    "total_launch_count": 1555,
                    "total_landing_count": 0
                },
                "country_code": "KAZ",
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_32_20200803143513.jpg",
                "total_launch_count": 487,
                "orbital_launch_attempt_count": 487
            },
            "webcast_live": false,
            "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/molniya25208k78_image_20191201210000.jpg",
            "infographic": null,
            "program": [],
            "orbital_launch_attempt_count": 80,
            "location_launch_attempt_count": 17,
            "pad_launch_attempt_count": 17,
            "agency_launch_attempt_count": 17,
            "orbital_launch_attempt_count_year": 26,
            "location_launch_attempt_count_year": 6,
            "pad_launch_attempt_count_year": 6,
            "agency_launch_attempt_count_year": 6,
            "type": "normal"
        },
        {
            "id": "dae8cfed-408d-4572-a461-d71e8d40e396",
            "url": "https://ll.thespacedevs.com/2.2.0/launch/dae8cfed-408d-4572-a461-d71e8d40e396/?format=api",
            "slug": "thor-dm-21-ablestar-courier-1b",
            "name": "Thor DM-21 Ablestar | Courier 1B",
            "status": {
                "id": 3,
                "name": "Launch Successful",
                "abbrev": "Success",
                "description": "The launch vehicle successfully inserted its payload(s) into the target orbit(s)."
            },
            "last_updated": "2023-06-14T17:42:53Z",
            "net": "1960-10-04T17:50:00Z",
            "window_end": "1960-10-04T17:50:00Z",
            "window_start": "1960-10-04T17:50: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": 3082,
                "configuration": {
                    "id": 187,
                    "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/187/?format=api",
                    "name": "Thor DM-21 Ablestar",
                    "family": "Thor",
                    "full_name": "Thor DM-21 Ablestar",
                    "variant": "DM-21"
                }
            },
            "mission": {
                "id": 1504,
                "name": "Courier 1B",
                "description": "An active repeater communications satellite. The vehicle succesfully launched and successfully operated for a few weeks proving the experimental system.",
                "launch_designator": null,
                "type": "Communications",
                "orbit": {
                    "id": 8,
                    "name": "Low Earth Orbit",
                    "abbrev": "LEO"
                },
                "agencies": [],
                "info_urls": [],
                "vid_urls": []
            },
            "pad": {
                "id": 1,
                "url": "https://ll.thespacedevs.com/2.2.0/pad/1/?format=api",
                "agency_id": null,
                "name": "Space Launch Complex 17B",
                "description": "",
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/Cape_Canaveral_Space_Launch_Complex_17",
                "map_url": "https://www.google.com/maps?q=28.4458,-80.5657",
                "latitude": "28.4458",
                "longitude": "-80.5657",
                "location": {
                    "id": 12,
                    "url": "https://ll.thespacedevs.com/2.2.0/location/12/?format=api",
                    "name": "Cape Canaveral SFS, FL, USA",
                    "country_code": "USA",
                    "description": "Cape Canaveral Space Force Station (CCSFS) is an installation of the United States Space Force's Space Launch Delta 45, located on Cape Canaveral in Brevard County, Florida.",
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_12_20200803142519.jpg",
                    "timezone_name": "America/New_York",
                    "total_launch_count": 1021,
                    "total_landing_count": 64
                },
                "country_code": "USA",
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_1_20200803143208.jpg",
                "total_launch_count": 132,
                "orbital_launch_attempt_count": 132
            },
            "webcast_live": false,
            "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/thor2520dm-212520ablestar_image_20191201205131.jpg",
            "infographic": null,
            "program": [],
            "orbital_launch_attempt_count": 79,
            "location_launch_attempt_count": 44,
            "pad_launch_attempt_count": 4,
            "agency_launch_attempt_count": 30,
            "orbital_launch_attempt_count_year": 25,
            "location_launch_attempt_count_year": 14,
            "pad_launch_attempt_count_year": 4,
            "agency_launch_attempt_count_year": 19,
            "type": "normal"
        },
        {
            "id": "b3d4d5e7-b317-446c-9d08-d4e5cfa95a63",
            "url": "https://ll.thespacedevs.com/2.2.0/launch/b3d4d5e7-b317-446c-9d08-d4e5cfa95a63/?format=api",
            "slug": "scout-x-1-st-2",
            "name": "Scout X-1 | ST-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:18:09Z",
            "net": "1960-10-04T15:23:00Z",
            "window_end": "1960-10-04T15:23:00Z",
            "window_start": "1960-10-04T15:23: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": 3081,
                "configuration": {
                    "id": 185,
                    "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/185/?format=api",
                    "name": "Scout X-1",
                    "family": "Scout",
                    "full_name": "Scout X-1",
                    "variant": "X-1"
                }
            },
            "mission": {
                "id": 1503,
                "name": "ST-2",
                "description": "A radiation probe plasma mission.",
                "launch_designator": null,
                "type": "Earth Science",
                "orbit": {
                    "id": 8,
                    "name": "Low Earth Orbit",
                    "abbrev": "LEO"
                },
                "agencies": [],
                "info_urls": [],
                "vid_urls": []
            },
            "pad": {
                "id": 94,
                "url": "https://ll.thespacedevs.com/2.2.0/pad/94/?format=api",
                "agency_id": 44,
                "name": "Launch Area 3",
                "description": null,
                "info_url": null,
                "wiki_url": "",
                "map_url": "https://www.google.com/maps?q=37.8495,-75.4725",
                "latitude": "37.8495",
                "longitude": "-75.4725",
                "location": {
                    "id": 21,
                    "url": "https://ll.thespacedevs.com/2.2.0/location/21/?format=api",
                    "name": "Wallops Flight Facility, Virginia, USA",
                    "country_code": "USA",
                    "description": "Wallops Flight Facility is a rocket launch site on Wallops Island on the Eastern Shore of Virginia, United States, just east of the Delmarva Peninsula and north-northeast of Norfolk. The facility is operated by the Goddard Space Flight Center in Greenbelt, Maryland, and primarily serves to support science and exploration missions for NASA and other federal agencies. WFF includes an extensively instrumented range to support launches of more than a dozen types of sounding rockets; small expendable suborbital and orbital rockets; high-altitude balloon flights carrying scientific instruments for atmospheric and astronomical research; and, using its Research Airport, flight tests of aeronautical research aircraft, including uncrewed aerial vehicles.",
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_21_20200803142423.jpg",
                    "timezone_name": "America/New_York",
                    "total_launch_count": 80,
                    "total_landing_count": 0
                },
                "country_code": "USA",
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_94_20200803143206.jpg",
                "total_launch_count": 13,
                "orbital_launch_attempt_count": 10
            },
            "webcast_live": false,
            "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/scout2520x-1_image_20190324192636.jpeg",
            "infographic": null,
            "program": [],
            "orbital_launch_attempt_count": 78,
            "location_launch_attempt_count": 6,
            "pad_launch_attempt_count": 1,
            "agency_launch_attempt_count": 14,
            "orbital_launch_attempt_count_year": 24,
            "location_launch_attempt_count_year": 2,
            "pad_launch_attempt_count_year": 1,
            "agency_launch_attempt_count_year": 4,
            "type": "normal"
        },
        {
            "id": "23538a9d-d745-4944-aec8-294c8f773cbf",
            "url": "https://ll.thespacedevs.com/2.2.0/launch/23538a9d-d745-4944-aec8-294c8f773cbf/?format=api",
            "slug": "atlas-able-p-30-able-va",
            "name": "Atlas-Able | P-30 (Able VA)",
            "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-14T17:40:07Z",
            "net": "1960-09-25T15:13:17Z",
            "window_end": "1960-09-25T15:13:17Z",
            "window_start": "1960-09-25T15:13:17Z",
            "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": 3080,
                "configuration": {
                    "id": 230,
                    "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/230/?format=api",
                    "name": "Atlas-Able",
                    "family": "Atlas",
                    "full_name": "Atlas-Able",
                    "variant": ""
                }
            },
            "mission": {
                "id": 1502,
                "name": "P-30 (Able VA)",
                "description": "An intended lunar orbiter probe. The vehicle failed during launch.",
                "launch_designator": null,
                "type": "Lunar Exploration",
                "orbit": {
                    "id": 11,
                    "name": "Lunar Orbit",
                    "abbrev": "LO"
                },
                "agencies": [],
                "info_urls": [],
                "vid_urls": []
            },
            "pad": {
                "id": 99,
                "url": "https://ll.thespacedevs.com/2.2.0/pad/99/?format=api",
                "agency_id": 161,
                "name": "Launch Complex 12",
                "description": null,
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/Cape_Canaveral_Air_Force_Station_Launch_Complex_12",
                "map_url": "https://www.google.com/maps?q=28.480607,-80.541938",
                "latitude": "28.480607",
                "longitude": "-80.541938",
                "location": {
                    "id": 12,
                    "url": "https://ll.thespacedevs.com/2.2.0/location/12/?format=api",
                    "name": "Cape Canaveral SFS, FL, USA",
                    "country_code": "USA",
                    "description": "Cape Canaveral Space Force Station (CCSFS) is an installation of the United States Space Force's Space Launch Delta 45, located on Cape Canaveral in Brevard County, Florida.",
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_12_20200803142519.jpg",
                    "timezone_name": "America/New_York",
                    "total_launch_count": 1021,
                    "total_landing_count": 64
                },
                "country_code": "USA",
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_99_20200803143435.jpg",
                "total_launch_count": 23,
                "orbital_launch_attempt_count": 21
            },
            "webcast_live": false,
            "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/atlas-d_able_on_image_20240411161010.jpeg",
            "infographic": null,
            "program": [],
            "orbital_launch_attempt_count": 77,
            "location_launch_attempt_count": 43,
            "pad_launch_attempt_count": 1,
            "agency_launch_attempt_count": 29,
            "orbital_launch_attempt_count_year": 23,
            "location_launch_attempt_count_year": 13,
            "pad_launch_attempt_count_year": 1,
            "agency_launch_attempt_count_year": 18,
            "type": "normal"
        },
        {
            "id": "ada5068a-c2e0-4c0e-9167-402536f4af37",
            "url": "https://ll.thespacedevs.com/2.2.0/launch/ada5068a-c2e0-4c0e-9167-402536f4af37/?format=api",
            "slug": "blue-scout-jr-blue-scout-d-1",
            "name": "Blue Scout Jr | Blue Scout D-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-14T17:43:00Z",
            "net": "1960-09-21T13:01:53Z",
            "window_end": "1960-09-21T13:01:53Z",
            "window_start": "1960-09-21T13:01:53Z",
            "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": 3079,
                "configuration": {
                    "id": 265,
                    "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/265/?format=api",
                    "name": "Blue Scout Jr",
                    "family": "Blue Scout",
                    "full_name": "Blue Scout Jr",
                    "variant": "Jr"
                }
            },
            "mission": {
                "id": 1501,
                "name": "Blue Scout D-1",
                "description": "The flight planned to make radiation and magnetic field measurements at 26700km from Earth. While the rocket achieved this altitude the telemetry system failed so no data was received.",
                "launch_designator": null,
                "type": "Earth Science",
                "orbit": {
                    "id": 15,
                    "name": "Suborbital",
                    "abbrev": "Sub"
                },
                "agencies": [],
                "info_urls": [],
                "vid_urls": []
            },
            "pad": {
                "id": 118,
                "url": "https://ll.thespacedevs.com/2.2.0/pad/118/?format=api",
                "agency_id": 166,
                "name": "Launch Complex 18A",
                "description": null,
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/Cape_Canaveral_Launch_Complex_18",
                "map_url": "https://www.google.com/maps?q=28.4493,-80.564494",
                "latitude": "28.4493",
                "longitude": "-80.564494",
                "location": {
                    "id": 12,
                    "url": "https://ll.thespacedevs.com/2.2.0/location/12/?format=api",
                    "name": "Cape Canaveral SFS, FL, USA",
                    "country_code": "USA",
                    "description": "Cape Canaveral Space Force Station (CCSFS) is an installation of the United States Space Force's Space Launch Delta 45, located on Cape Canaveral in Brevard County, Florida.",
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_12_20200803142519.jpg",
                    "timezone_name": "America/New_York",
                    "total_launch_count": 1021,
                    "total_landing_count": 64
                },
                "country_code": "USA",
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_118_20200803143338.jpg",
                "total_launch_count": 18,
                "orbital_launch_attempt_count": 11
            },
            "webcast_live": false,
            "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/blue_scout_juni_image_20240411084702.png",
            "infographic": null,
            "program": [],
            "orbital_launch_attempt_count": null,
            "location_launch_attempt_count": 42,
            "pad_launch_attempt_count": 12,
            "agency_launch_attempt_count": 28,
            "orbital_launch_attempt_count_year": 0,
            "location_launch_attempt_count_year": 12,
            "pad_launch_attempt_count_year": 1,
            "agency_launch_attempt_count_year": 17,
            "type": "normal"
        },
        {
            "id": "4a0e330d-c75a-433b-ad2e-f0be2ed9a018",
            "url": "https://ll.thespacedevs.com/2.2.0/launch/4a0e330d-c75a-433b-ad2e-f0be2ed9a018/?format=api",
            "slug": "thor-agena-a-discoverer-15",
            "name": "Thor Agena A | Discoverer 15",
            "status": {
                "id": 3,
                "name": "Launch Successful",
                "abbrev": "Success",
                "description": "The launch vehicle successfully inserted its payload(s) into the target orbit(s)."
            },
            "last_updated": "2023-06-14T04:18:41Z",
            "net": "1960-09-13T22:13:39Z",
            "window_end": "1960-09-13T22:13:39Z",
            "window_start": "1960-09-13T22:13:39Z",
            "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": 3078,
                "configuration": {
                    "id": 392,
                    "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/392/?format=api",
                    "name": "Thor Agena A",
                    "family": "Thor",
                    "full_name": "Thor Agena A",
                    "variant": "Agena A"
                }
            },
            "mission": {
                "id": 1500,
                "name": "Discoverer 15",
                "description": "Discoverer 15 was an American optical reconnaissance satellite. The orbital mission was successful but when the capsule was returned it failed to be captured and sank into the ocean.",
                "launch_designator": null,
                "type": "Government/Top Secret",
                "orbit": {
                    "id": 8,
                    "name": "Low Earth Orbit",
                    "abbrev": "LEO"
                },
                "agencies": [],
                "info_urls": [],
                "vid_urls": []
            },
            "pad": {
                "id": 96,
                "url": "https://ll.thespacedevs.com/2.2.0/pad/96/?format=api",
                "agency_id": 161,
                "name": "Space Launch Complex 1E",
                "description": "Space Launch Complex 1 East (SLC-1E) was a launch pad at Vandenberg Space Force Base in California, United States. It was built in 1958 for the never activated 75th Strategic Missile Squadron for Thor Agena A launches.",
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/Vandenberg_Space_Launch_Complex_1",
                "map_url": "https://www.google.com/maps?q=34.756,-120.6263",
                "latitude": "34.756",
                "longitude": "-120.6263",
                "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_96_20200803143221.jpg",
                "total_launch_count": 45,
                "orbital_launch_attempt_count": 45
            },
            "webcast_live": false,
            "image": null,
            "infographic": null,
            "program": [],
            "orbital_launch_attempt_count": 76,
            "location_launch_attempt_count": 15,
            "pad_launch_attempt_count": 7,
            "agency_launch_attempt_count": 27,
            "orbital_launch_attempt_count_year": 22,
            "location_launch_attempt_count_year": 7,
            "pad_launch_attempt_count_year": 4,
            "agency_launch_attempt_count_year": 16,
            "type": "normal"
        }
    ]
}