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

{
    "count": 7494,
    "next": "https://ll.thespacedevs.com/2.2.0/launch/?format=api&limit=10&offset=3750&ordering=name",
    "previous": "https://ll.thespacedevs.com/2.2.0/launch/?format=api&limit=10&offset=3730&ordering=name",
    "results": [
        {
            "id": "ccc90b24-f0be-45a5-8e83-8227611a7c25",
            "url": "https://ll.thespacedevs.com/2.2.0/launch/ccc90b24-f0be-45a5-8e83-8227611a7c25/?format=api",
            "slug": "naro-1-stsat-2c",
            "name": "Naro-1 | STSAT-2C",
            "status": {
                "id": 3,
                "name": "Launch Successful",
                "abbrev": "Success",
                "description": "The launch vehicle successfully inserted its payload(s) into the target orbit(s)."
            },
            "last_updated": "2023-06-14T03:55:16Z",
            "net": "2013-01-30T07:00:00Z",
            "window_end": "2013-01-30T07:00:00Z",
            "window_start": "2013-01-30T07:00:00Z",
            "net_precision": null,
            "probability": -1,
            "weather_concerns": null,
            "holdreason": "",
            "failreason": null,
            "hashtag": null,
            "launch_service_provider": {
                "id": 41,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/41/?format=api",
                "name": "Korea Aerospace Research Institute",
                "type": "Government"
            },
            "rocket": {
                "id": 1657,
                "configuration": {
                    "id": 12,
                    "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/12/?format=api",
                    "name": "Naro-1",
                    "family": "KSLV",
                    "full_name": "KSLV Naro-1",
                    "variant": "1"
                }
            },
            "mission": null,
            "pad": {
                "id": 64,
                "url": "https://ll.thespacedevs.com/2.2.0/pad/64/?format=api",
                "agency_id": 41,
                "name": "LC-1",
                "description": null,
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/Naro_Space_Center",
                "map_url": "https://www.google.com/maps?q=34.431867,127.535069",
                "latitude": "34.431867",
                "longitude": "127.535069",
                "location": {
                    "id": 9,
                    "url": "https://ll.thespacedevs.com/2.2.0/location/9/?format=api",
                    "name": "Naro Space Center, South Korea",
                    "country_code": "KOR",
                    "description": "The Naro Space Center is a South Korean spaceport in South Jeolla's Goheung County, operated by the state-run Korea Aerospace Research Institute.",
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_9_20200803142441.jpg",
                    "timezone_name": "Asia/Seoul",
                    "total_launch_count": 7,
                    "total_landing_count": 0
                },
                "country_code": "KOR",
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_64_20200803143347.jpg",
                "total_launch_count": 3,
                "orbital_launch_attempt_count": 3
            },
            "webcast_live": false,
            "image": null,
            "infographic": null,
            "program": [],
            "orbital_launch_attempt_count": 5271,
            "location_launch_attempt_count": 3,
            "pad_launch_attempt_count": 3,
            "agency_launch_attempt_count": 3,
            "orbital_launch_attempt_count_year": 5271,
            "location_launch_attempt_count_year": 1,
            "pad_launch_attempt_count_year": 1,
            "agency_launch_attempt_count_year": 1,
            "type": "normal"
        },
        {
            "id": "a96ece1c-c745-43cc-a08a-b623e7b93957",
            "url": "https://ll.thespacedevs.com/2.2.0/launch/a96ece1c-c745-43cc-a08a-b623e7b93957/?format=api",
            "slug": "neutron-maiden-flight",
            "name": "Neutron | Maiden Flight",
            "status": {
                "id": 2,
                "name": "To Be Determined",
                "abbrev": "TBD",
                "description": "Current date is a placeholder or rough estimation based on unreliable or interpreted sources."
            },
            "last_updated": "2025-05-09T01:29:22Z",
            "net": "2025-12-31T00:00:00Z",
            "window_end": "2025-12-31T00:00:00Z",
            "window_start": "2025-12-31T00:00:00Z",
            "net_precision": {
                "id": 13,
                "name": "Year Half 2",
                "abbrev": "H2",
                "description": "The T-0 is expected in the second half of the given year."
            },
            "probability": null,
            "weather_concerns": null,
            "holdreason": "",
            "failreason": "",
            "hashtag": null,
            "launch_service_provider": {
                "id": 147,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/147/?format=api",
                "name": "Rocket Lab",
                "type": "Commercial"
            },
            "rocket": {
                "id": 8409,
                "configuration": {
                    "id": 476,
                    "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/476/?format=api",
                    "name": "Neutron",
                    "family": "",
                    "full_name": "Neutron",
                    "variant": ""
                }
            },
            "mission": {
                "id": 7000,
                "name": "Maiden Flight",
                "description": "Maiden flight of the Neutron launch vehicle.",
                "launch_designator": null,
                "type": "Test Flight",
                "orbit": {
                    "id": 25,
                    "name": "Unknown",
                    "abbrev": "N/A"
                },
                "agencies": [
                    {
                        "id": 147,
                        "url": "https://ll.thespacedevs.com/2.2.0/agencies/147/?format=api",
                        "name": "Rocket Lab",
                        "featured": true,
                        "type": "Commercial",
                        "country_code": "USA",
                        "abbrev": "RL",
                        "description": "Rocket Lab is an American aerospace manufacturer with a wholly owned New Zealand subsidiary. The company develops lightweight, cost-effective commercial rocket launch services. The Electron Program was founded on the premise that small payloads such as CubeSats require dedicated small launch vehicles and flexibility not currently offered by traditional rocket systems. Its rocket, the Electron, is a light-weight rocket and is now operating commercially. The company is also producing a variety of spacecrafts and spacecrafts components.",
                        "administrator": "CEO: Peter Beck",
                        "founding_year": "2006",
                        "launchers": "Electron",
                        "spacecraft": "",
                        "launch_library_url": null,
                        "total_launch_count": 63,
                        "consecutive_successful_launches": 22,
                        "successful_launches": 59,
                        "failed_launches": 4,
                        "pending_launches": 33,
                        "consecutive_successful_landings": 4,
                        "successful_landings": 7,
                        "failed_landings": 2,
                        "attempted_landings": 9,
                        "info_url": "http://www.rocketlabusa.com/",
                        "wiki_url": "http://en.wikipedia.org/wiki/Rocket_Lab",
                        "logo_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/rocket2520lab2520ltd_logo_20220218075411.png",
                        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/rocket2520lab2520ltd_image_20190207032456.jpeg",
                        "nation_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/rocket2520lab2520ltd_nation_20230531050352.jpg"
                    }
                ],
                "info_urls": [],
                "vid_urls": []
            },
            "pad": {
                "id": 234,
                "url": "https://ll.thespacedevs.com/2.2.0/pad/234/?format=api",
                "agency_id": 147,
                "name": "Rocket Lab Launch Complex 3 (Launch Area 0 D)",
                "description": "",
                "info_url": null,
                "wiki_url": null,
                "map_url": "https://www.google.com/maps?q=37.8321693,-75.4899046",
                "latitude": "37.8321693",
                "longitude": "-75.4899046",
                "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_rocket_lab_launch_complex_3_2528launch_area_0_d2529_20241115175136.jpg",
                "total_launch_count": 0,
                "orbital_launch_attempt_count": 0
            },
            "webcast_live": false,
            "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/neutron_image_20230727171443.jpeg",
            "infographic": null,
            "program": [],
            "orbital_launch_attempt_count": 7118,
            "location_launch_attempt_count": 89,
            "pad_launch_attempt_count": 1,
            "agency_launch_attempt_count": 86,
            "orbital_launch_attempt_count_year": 269,
            "location_launch_attempt_count_year": 9,
            "pad_launch_attempt_count_year": 1,
            "agency_launch_attempt_count_year": 28,
            "type": "normal"
        },
        {
            "id": "8bd239c0-2ca4-4e43-8dd8-b9a299e6fb0f",
            "url": "https://ll.thespacedevs.com/2.2.0/launch/8bd239c0-2ca4-4e43-8dd8-b9a299e6fb0f/?format=api",
            "slug": "neutron-nzsa-venus-mission",
            "name": "Neutron | NZSA Venus Mission",
            "status": {
                "id": 2,
                "name": "To Be Determined",
                "abbrev": "TBD",
                "description": "Current date is a placeholder or rough estimation based on unreliable or interpreted sources."
            },
            "last_updated": "2024-11-15T18:02:11Z",
            "net": "2026-12-31T00:00:00Z",
            "window_end": "2026-12-31T00:00:00Z",
            "window_start": "2026-12-31T00:00:00Z",
            "net_precision": {
                "id": 14,
                "name": "Year",
                "abbrev": "Y",
                "description": "The T-0 is expected in the given year."
            },
            "probability": null,
            "weather_concerns": null,
            "holdreason": "",
            "failreason": "",
            "hashtag": null,
            "launch_service_provider": {
                "id": 147,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/147/?format=api",
                "name": "Rocket Lab",
                "type": "Commercial"
            },
            "rocket": {
                "id": 8056,
                "configuration": {
                    "id": 476,
                    "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/476/?format=api",
                    "name": "Neutron",
                    "family": "",
                    "full_name": "Neutron",
                    "variant": ""
                }
            },
            "mission": {
                "id": 6609,
                "name": "NZSA Venus Mission",
                "description": "NZSA Venus Mission is a small direct Venus entry probe with a single 1 kg low-mass, low-cost autofluorescing nephelometer riding on a satellite bus based on the Photon Upper stage of the Electron rocket.\r\n\r\nThe probe mission will spend approximately 5 minutes in the Venus cloud layers, 48-60 km above the surface, collecting in situ measurements to search for organic molecules in cloud particles and constrain particle composition.",
                "launch_designator": null,
                "type": "Planetary Science",
                "orbit": {
                    "id": 6,
                    "name": "Heliocentric N/A",
                    "abbrev": "Helio-N/A"
                },
                "agencies": [],
                "info_urls": [],
                "vid_urls": []
            },
            "pad": {
                "id": 234,
                "url": "https://ll.thespacedevs.com/2.2.0/pad/234/?format=api",
                "agency_id": 147,
                "name": "Rocket Lab Launch Complex 3 (Launch Area 0 D)",
                "description": "",
                "info_url": null,
                "wiki_url": null,
                "map_url": "https://www.google.com/maps?q=37.8321693,-75.4899046",
                "latitude": "37.8321693",
                "longitude": "-75.4899046",
                "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_rocket_lab_launch_complex_3_2528launch_area_0_d2529_20241115175136.jpg",
                "total_launch_count": 0,
                "orbital_launch_attempt_count": 0
            },
            "webcast_live": false,
            "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/neutron_image_20230727171443.jpeg",
            "infographic": null,
            "program": [],
            "orbital_launch_attempt_count": 7206,
            "location_launch_attempt_count": 92,
            "pad_launch_attempt_count": 2,
            "agency_launch_attempt_count": 92,
            "orbital_launch_attempt_count_year": 88,
            "location_launch_attempt_count_year": 3,
            "pad_launch_attempt_count_year": 1,
            "agency_launch_attempt_count_year": 6,
            "type": "normal"
        },
        {
            "id": "f0460950-3cb6-4889-8cbe-707f063d0565",
            "url": "https://ll.thespacedevs.com/2.2.0/launch/f0460950-3cb6-4889-8cbe-707f063d0565/?format=api",
            "slug": "new-glenn-bluebird-block-2-4",
            "name": "New Glenn | BlueBird Block 2 #4",
            "status": {
                "id": 2,
                "name": "To Be Determined",
                "abbrev": "TBD",
                "description": "Current date is a placeholder or rough estimation based on unreliable or interpreted sources."
            },
            "last_updated": "2024-11-15T07:30:15Z",
            "net": "2025-12-31T00:00:00Z",
            "window_end": "2025-12-31T00:00:00Z",
            "window_start": "2025-12-31T00:00:00Z",
            "net_precision": {
                "id": 14,
                "name": "Year",
                "abbrev": "Y",
                "description": "The T-0 is expected in the given year."
            },
            "probability": null,
            "weather_concerns": null,
            "holdreason": "",
            "failreason": "",
            "hashtag": null,
            "launch_service_provider": {
                "id": 141,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/141/?format=api",
                "name": "Blue Origin",
                "type": "Commercial"
            },
            "rocket": {
                "id": 8411,
                "configuration": {
                    "id": 138,
                    "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/138/?format=api",
                    "name": "New Glenn",
                    "family": "",
                    "full_name": "New Glenn",
                    "variant": ""
                }
            },
            "mission": {
                "id": 6999,
                "name": "BlueBird Block 2 #4",
                "description": "AST SpaceMobile’s Block 2 BlueBird satellites are designed to deliver up to 10 times the bandwidth capacity of the BlueBird Block 1 satellites, required to achieve 24/7 continuous cellular broadband service coverage in the United States, with beams designed to support a capacity of up to 40 MHz, enabling peak data transmission speeds up to 120 Mbps, supporting voice, full data and video applications. The Block 2 BlueBirds, featuring as large as 2400 square foot communications arrays, will be the largest satellites ever commercially deployed in Low Earth orbit once launched.\r\n\r\nThis launch will feature 8 satellites.",
                "launch_designator": null,
                "type": "Communications",
                "orbit": {
                    "id": 8,
                    "name": "Low Earth Orbit",
                    "abbrev": "LEO"
                },
                "agencies": [],
                "info_urls": [],
                "vid_urls": []
            },
            "pad": {
                "id": 121,
                "url": "https://ll.thespacedevs.com/2.2.0/pad/121/?format=api",
                "agency_id": 161,
                "name": "Launch Complex 36A",
                "description": null,
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/Cape_Canaveral_Launch_Complex_36",
                "map_url": "https://www.google.com/maps?q=28.4705556,-80.542194",
                "latitude": "28.4705556",
                "longitude": "-80.542194",
                "location": {
                    "id": 12,
                    "url": "https://ll.thespacedevs.com/2.2.0/location/12/?format=api",
                    "name": "Cape Canaveral SFS, FL, USA",
                    "country_code": "USA",
                    "description": "Cape Canaveral Space Force Station (CCSFS) is an installation of the United States Space Force's Space Launch Delta 45, located on Cape Canaveral in Brevard County, Florida.",
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_12_20200803142519.jpg",
                    "timezone_name": "America/New_York",
                    "total_launch_count": 1022,
                    "total_landing_count": 64
                },
                "country_code": "USA",
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_121_20200803143231.jpg",
                "total_launch_count": 69,
                "orbital_launch_attempt_count": 69
            },
            "webcast_live": false,
            "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/new_glenn_on_lc_image_20240313170026.jpeg",
            "infographic": null,
            "program": [],
            "orbital_launch_attempt_count": 7118,
            "location_launch_attempt_count": 1075,
            "pad_launch_attempt_count": 73,
            "agency_launch_attempt_count": 36,
            "orbital_launch_attempt_count_year": 269,
            "location_launch_attempt_count_year": 81,
            "pad_launch_attempt_count_year": 5,
            "agency_launch_attempt_count_year": 8,
            "type": "normal"
        },
        {
            "id": "98ec4234-8c4e-4365-b6c5-6b89da53f8dd",
            "url": "https://ll.thespacedevs.com/2.2.0/launch/98ec4234-8c4e-4365-b6c5-6b89da53f8dd/?format=api",
            "slug": "new-glenn-blue-moon-pathfinder",
            "name": "New Glenn | Blue Moon Pathfinder",
            "status": {
                "id": 2,
                "name": "To Be Determined",
                "abbrev": "TBD",
                "description": "Current date is a placeholder or rough estimation based on unreliable or interpreted sources."
            },
            "last_updated": "2025-03-10T23:40:11Z",
            "net": "2025-08-31T00:00:00Z",
            "window_end": "2025-08-31T00:00:00Z",
            "window_start": "2025-08-31T00:00:00Z",
            "net_precision": {
                "id": 7,
                "name": "Month",
                "abbrev": "M",
                "description": "The T-0 is expected in the given month."
            },
            "probability": null,
            "weather_concerns": null,
            "holdreason": "",
            "failreason": "",
            "hashtag": null,
            "launch_service_provider": {
                "id": 141,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/141/?format=api",
                "name": "Blue Origin",
                "type": "Commercial"
            },
            "rocket": {
                "id": 8290,
                "configuration": {
                    "id": 138,
                    "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/138/?format=api",
                    "name": "New Glenn",
                    "family": "",
                    "full_name": "New Glenn",
                    "variant": ""
                }
            },
            "mission": {
                "id": 6871,
                "name": "Blue Moon Pathfinder",
                "description": "First flight of Blue Origin's Blue Moon MK1 lunar lander.",
                "launch_designator": null,
                "type": "Robotic Exploration",
                "orbit": {
                    "id": 8,
                    "name": "Low Earth Orbit",
                    "abbrev": "LEO"
                },
                "agencies": [
                    {
                        "id": 141,
                        "url": "https://ll.thespacedevs.com/2.2.0/agencies/141/?format=api",
                        "name": "Blue Origin",
                        "featured": true,
                        "type": "Commercial",
                        "country_code": "USA",
                        "abbrev": "BO",
                        "description": "Blue Origin is an American privately funded aerospace manufacturer and spaceflight services company set up by Amazon.com founder Jeff Bezos with its headquarters in Kent, Washington. The company is developing technologies to enable private human access to space with the goal to dramatically lower costs and increase reliability. Blue Origin currently launches its New Shepard sub-orbital vehicle from its West Texas launch site, they are currently constructing a launch pad for their orbital vehicle New Glenn at Cape Canaveral LC-36.",
                        "administrator": "CEO: Jeff Bezos",
                        "founding_year": "2000",
                        "launchers": "New Shepard | New Glenn",
                        "spacecraft": "",
                        "launch_library_url": null,
                        "total_launch_count": 32,
                        "consecutive_successful_launches": 9,
                        "successful_launches": 31,
                        "failed_launches": 1,
                        "pending_launches": 4,
                        "consecutive_successful_landings": 3,
                        "successful_landings": 29,
                        "failed_landings": 3,
                        "attempted_landings": 32,
                        "info_url": "http://www.blueorigin.com/",
                        "wiki_url": "http://en.wikipedia.org/wiki/Blue_Origin",
                        "logo_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/blue2520origin_logo_20190207032427.png",
                        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/blue2520origin_image_20190207032427.jpeg",
                        "nation_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/blue2520origin_nation_20240222073724.jpg"
                    }
                ],
                "info_urls": [],
                "vid_urls": []
            },
            "pad": {
                "id": 121,
                "url": "https://ll.thespacedevs.com/2.2.0/pad/121/?format=api",
                "agency_id": 161,
                "name": "Launch Complex 36A",
                "description": null,
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/Cape_Canaveral_Launch_Complex_36",
                "map_url": "https://www.google.com/maps?q=28.4705556,-80.542194",
                "latitude": "28.4705556",
                "longitude": "-80.542194",
                "location": {
                    "id": 12,
                    "url": "https://ll.thespacedevs.com/2.2.0/location/12/?format=api",
                    "name": "Cape Canaveral SFS, FL, USA",
                    "country_code": "USA",
                    "description": "Cape Canaveral Space Force Station (CCSFS) is an installation of the United States Space Force's Space Launch Delta 45, located on Cape Canaveral in Brevard County, Florida.",
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_12_20200803142519.jpg",
                    "timezone_name": "America/New_York",
                    "total_launch_count": 1022,
                    "total_landing_count": 64
                },
                "country_code": "USA",
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_121_20200803143231.jpg",
                "total_launch_count": 69,
                "orbital_launch_attempt_count": 69
            },
            "webcast_live": false,
            "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/new_glenn_on_lc_image_20240313170026.jpeg",
            "infographic": null,
            "program": [],
            "orbital_launch_attempt_count": 6987,
            "location_launch_attempt_count": 1033,
            "pad_launch_attempt_count": 71,
            "agency_launch_attempt_count": 34,
            "orbital_launch_attempt_count_year": 138,
            "location_launch_attempt_count_year": 39,
            "pad_launch_attempt_count_year": 3,
            "agency_launch_attempt_count_year": 6,
            "type": "normal"
        },
        {
            "id": "9c950919-5d11-4a79-a4f1-be7387678c0a",
            "url": "https://ll.thespacedevs.com/2.2.0/launch/9c950919-5d11-4a79-a4f1-be7387678c0a/?format=api",
            "slug": "new-glenn-escapade",
            "name": "New Glenn | EscaPADE",
            "status": {
                "id": 2,
                "name": "To Be Determined",
                "abbrev": "TBD",
                "description": "Current date is a placeholder or rough estimation based on unreliable or interpreted sources."
            },
            "last_updated": "2024-09-06T18:55:34Z",
            "net": "2025-06-30T00:00:00Z",
            "window_end": "2025-06-30T00:00:00Z",
            "window_start": "2025-06-30T00:00:00Z",
            "net_precision": {
                "id": 9,
                "name": "Quarter 2",
                "abbrev": "Q2",
                "description": "The T-0 is expected in the second quarter of the given year."
            },
            "probability": null,
            "weather_concerns": null,
            "holdreason": "",
            "failreason": "",
            "hashtag": null,
            "launch_service_provider": {
                "id": 141,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/141/?format=api",
                "name": "Blue Origin",
                "type": "Commercial"
            },
            "rocket": {
                "id": 7783,
                "configuration": {
                    "id": 138,
                    "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/138/?format=api",
                    "name": "New Glenn",
                    "family": "",
                    "full_name": "New Glenn",
                    "variant": ""
                }
            },
            "mission": {
                "id": 6301,
                "name": "EscaPADE",
                "description": "Maiden flight of Blue Origin's New Glenn launch vehicle carrying the Escape and Plasma Acceleration and Dynamics Explorers (EscaPADE), a dual-spacecraft mission to study ion and sputtered escape from Mars. The spacecrafts' scientific goals are to understand the processes controlling the structure of Mars' hybrid magnetosphere and how it guides ion flows; understand how energy and momentum are transported from the solar wind through Mars' magnetosphere; and understand the processes controlling the flow of energy and matter into and out of the collisional atmosphere.",
                "launch_designator": null,
                "type": "Planetary Science",
                "orbit": {
                    "id": 19,
                    "name": "Mars Orbit",
                    "abbrev": "Mars"
                },
                "agencies": [],
                "info_urls": [],
                "vid_urls": []
            },
            "pad": {
                "id": 121,
                "url": "https://ll.thespacedevs.com/2.2.0/pad/121/?format=api",
                "agency_id": 161,
                "name": "Launch Complex 36A",
                "description": null,
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/Cape_Canaveral_Launch_Complex_36",
                "map_url": "https://www.google.com/maps?q=28.4705556,-80.542194",
                "latitude": "28.4705556",
                "longitude": "-80.542194",
                "location": {
                    "id": 12,
                    "url": "https://ll.thespacedevs.com/2.2.0/location/12/?format=api",
                    "name": "Cape Canaveral SFS, FL, USA",
                    "country_code": "USA",
                    "description": "Cape Canaveral Space Force Station (CCSFS) is an installation of the United States Space Force's Space Launch Delta 45, located on Cape Canaveral in Brevard County, Florida.",
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_12_20200803142519.jpg",
                    "timezone_name": "America/New_York",
                    "total_launch_count": 1022,
                    "total_landing_count": 64
                },
                "country_code": "USA",
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_121_20200803143231.jpg",
                "total_launch_count": 69,
                "orbital_launch_attempt_count": 69
            },
            "webcast_live": false,
            "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/new_glenn_on_lc_image_20240313170026.jpeg",
            "infographic": null,
            "program": [
                {
                    "id": 39,
                    "url": "https://ll.thespacedevs.com/2.2.0/program/39/?format=api",
                    "name": "Small Innovative Missions for Planetary Exploration",
                    "description": "Small Innovative Missions for Planetary Exploration (SIMPLEx) is a planetary exploration program operated by NASA. The program funds small, low-cost spacecraft for stand-alone planetary exploration missions. These spacecraft are intended to launch as secondary payloads on other missions and are riskier than Discovery or New Frontiers missions.",
                    "agencies": [
                        {
                            "id": 44,
                            "url": "https://ll.thespacedevs.com/2.2.0/agencies/44/?format=api",
                            "name": "National Aeronautics and Space Administration",
                            "type": "Government"
                        }
                    ],
                    "image_url": null,
                    "start_date": "2021-01-17T00:00:00Z",
                    "end_date": null,
                    "info_url": "https://soma.larc.nasa.gov/simplex/",
                    "wiki_url": "https://en.wikipedia.org/wiki/Small_Innovative_Missions_for_Planetary_Exploration",
                    "mission_patches": [],
                    "type": {
                        "id": 5,
                        "name": "Exploration"
                    }
                }
            ],
            "orbital_launch_attempt_count": 6977,
            "location_launch_attempt_count": 1030,
            "pad_launch_attempt_count": 70,
            "agency_launch_attempt_count": 33,
            "orbital_launch_attempt_count_year": 128,
            "location_launch_attempt_count_year": 36,
            "pad_launch_attempt_count_year": 2,
            "agency_launch_attempt_count_year": 5,
            "type": "normal"
        },
        {
            "id": "91bfaa47-76d6-4111-9830-d6c6c46c4dab",
            "url": "https://ll.thespacedevs.com/2.2.0/launch/91bfaa47-76d6-4111-9830-d6c6c46c4dab/?format=api",
            "slug": "new-glenn-maiden-flight",
            "name": "New Glenn | Maiden Flight",
            "status": {
                "id": 3,
                "name": "Launch Successful",
                "abbrev": "Success",
                "description": "The launch vehicle successfully inserted its payload(s) into the target orbit(s)."
            },
            "last_updated": "2025-01-29T20:12:51Z",
            "net": "2025-01-16T07:03:00Z",
            "window_end": "2025-01-16T09:00:00Z",
            "window_start": "2025-01-16T06:00:00Z",
            "net_precision": {
                "id": 1,
                "name": "Minute",
                "abbrev": "MIN",
                "description": "The T-0 is accurate to the minute."
            },
            "probability": 40,
            "weather_concerns": "Thick Cloud Layers Rule",
            "holdreason": "",
            "failreason": "",
            "hashtag": null,
            "launch_service_provider": {
                "id": 141,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/141/?format=api",
                "name": "Blue Origin",
                "type": "Commercial"
            },
            "rocket": {
                "id": 8317,
                "configuration": {
                    "id": 138,
                    "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/138/?format=api",
                    "name": "New Glenn",
                    "family": "",
                    "full_name": "New Glenn",
                    "variant": ""
                }
            },
            "mission": {
                "id": 6898,
                "name": "Maiden Flight",
                "description": "Maiden flight of the New Glenn launch vehicle. Will carry the prototype Blue Ring payload tug and payload hoisting platform, consisting of communications array, power systems, and a flight computer affixed to a secondary payload adapter ring, remaining attached to the 2nd stage. This launch will serve as New Glenn's first National Security Space Launch certification flight.\r\n\r\nTarget orbit is 2400 x 19300 km at 30° inclination.",
                "launch_designator": null,
                "type": "Test Flight",
                "orbit": {
                    "id": 12,
                    "name": "Medium Earth Orbit",
                    "abbrev": "MEO"
                },
                "agencies": [
                    {
                        "id": 141,
                        "url": "https://ll.thespacedevs.com/2.2.0/agencies/141/?format=api",
                        "name": "Blue Origin",
                        "featured": true,
                        "type": "Commercial",
                        "country_code": "USA",
                        "abbrev": "BO",
                        "description": "Blue Origin is an American privately funded aerospace manufacturer and spaceflight services company set up by Amazon.com founder Jeff Bezos with its headquarters in Kent, Washington. The company is developing technologies to enable private human access to space with the goal to dramatically lower costs and increase reliability. Blue Origin currently launches its New Shepard sub-orbital vehicle from its West Texas launch site, they are currently constructing a launch pad for their orbital vehicle New Glenn at Cape Canaveral LC-36.",
                        "administrator": "CEO: Jeff Bezos",
                        "founding_year": "2000",
                        "launchers": "New Shepard | New Glenn",
                        "spacecraft": "",
                        "launch_library_url": null,
                        "total_launch_count": 32,
                        "consecutive_successful_launches": 9,
                        "successful_launches": 31,
                        "failed_launches": 1,
                        "pending_launches": 4,
                        "consecutive_successful_landings": 3,
                        "successful_landings": 29,
                        "failed_landings": 3,
                        "attempted_landings": 32,
                        "info_url": "http://www.blueorigin.com/",
                        "wiki_url": "http://en.wikipedia.org/wiki/Blue_Origin",
                        "logo_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/blue2520origin_logo_20190207032427.png",
                        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/blue2520origin_image_20190207032427.jpeg",
                        "nation_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/blue2520origin_nation_20240222073724.jpg"
                    }
                ],
                "info_urls": [],
                "vid_urls": []
            },
            "pad": {
                "id": 121,
                "url": "https://ll.thespacedevs.com/2.2.0/pad/121/?format=api",
                "agency_id": 161,
                "name": "Launch Complex 36A",
                "description": null,
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/Cape_Canaveral_Launch_Complex_36",
                "map_url": "https://www.google.com/maps?q=28.4705556,-80.542194",
                "latitude": "28.4705556",
                "longitude": "-80.542194",
                "location": {
                    "id": 12,
                    "url": "https://ll.thespacedevs.com/2.2.0/location/12/?format=api",
                    "name": "Cape Canaveral SFS, FL, USA",
                    "country_code": "USA",
                    "description": "Cape Canaveral Space Force Station (CCSFS) is an installation of the United States Space Force's Space Launch Delta 45, located on Cape Canaveral in Brevard County, Florida.",
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_12_20200803142519.jpg",
                    "timezone_name": "America/New_York",
                    "total_launch_count": 1022,
                    "total_landing_count": 64
                },
                "country_code": "USA",
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_121_20200803143231.jpg",
                "total_launch_count": 69,
                "orbital_launch_attempt_count": 69
            },
            "webcast_live": false,
            "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/new_glenn_on_lc_image_20250111175645.jpg",
            "infographic": null,
            "program": [],
            "orbital_launch_attempt_count": 6860,
            "location_launch_attempt_count": 999,
            "pad_launch_attempt_count": 69,
            "agency_launch_attempt_count": 29,
            "orbital_launch_attempt_count_year": 11,
            "location_launch_attempt_count_year": 5,
            "pad_launch_attempt_count_year": 1,
            "agency_launch_attempt_count_year": 1,
            "type": "normal"
        },
        {
            "id": "ca3d56b7-2175-48e4-9a6a-2ecc9996d96b",
            "url": "https://ll.thespacedevs.com/2.2.0/launch/ca3d56b7-2175-48e4-9a6a-2ecc9996d96b/?format=api",
            "slug": "new-glenn-project-kuiper-new-glenn-1",
            "name": "New Glenn | Project Kuiper (New Glenn #1)",
            "status": {
                "id": 2,
                "name": "To Be Determined",
                "abbrev": "TBD",
                "description": "Current date is a placeholder or rough estimation based on unreliable or interpreted sources."
            },
            "last_updated": "2024-09-06T19:06:47Z",
            "net": "2025-12-31T00:00:00Z",
            "window_end": "2025-12-31T00:00:00Z",
            "window_start": "2025-12-31T00:00:00Z",
            "net_precision": null,
            "probability": null,
            "weather_concerns": null,
            "holdreason": "",
            "failreason": "",
            "hashtag": null,
            "launch_service_provider": {
                "id": 141,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/141/?format=api",
                "name": "Blue Origin",
                "type": "Commercial"
            },
            "rocket": {
                "id": 2581,
                "configuration": {
                    "id": 138,
                    "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/138/?format=api",
                    "name": "New Glenn",
                    "family": "",
                    "full_name": "New Glenn",
                    "variant": ""
                }
            },
            "mission": {
                "id": 6001,
                "name": "Project Kuiper (New Glenn #1)",
                "description": "Project Kuiper is a mega constellation of satellites in Low Earth Orbit that will offer broadband internet access, this constellation will be managed by Kuiper Systems LLC, a subsidiary of Amazon. This constellation is planned to be composed of 3,276 satellites. The satellites are projected to be placed in 98 orbital planes in three orbital layers, one at 590 km, 610 km and 630 km altitude.\r\n\r\n61 satellites will be carried on each New Glenn launch.",
                "launch_designator": null,
                "type": "Communications",
                "orbit": {
                    "id": 8,
                    "name": "Low Earth Orbit",
                    "abbrev": "LEO"
                },
                "agencies": [],
                "info_urls": [],
                "vid_urls": []
            },
            "pad": {
                "id": 121,
                "url": "https://ll.thespacedevs.com/2.2.0/pad/121/?format=api",
                "agency_id": 161,
                "name": "Launch Complex 36A",
                "description": null,
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/Cape_Canaveral_Launch_Complex_36",
                "map_url": "https://www.google.com/maps?q=28.4705556,-80.542194",
                "latitude": "28.4705556",
                "longitude": "-80.542194",
                "location": {
                    "id": 12,
                    "url": "https://ll.thespacedevs.com/2.2.0/location/12/?format=api",
                    "name": "Cape Canaveral SFS, FL, USA",
                    "country_code": "USA",
                    "description": "Cape Canaveral Space Force Station (CCSFS) is an installation of the United States Space Force's Space Launch Delta 45, located on Cape Canaveral in Brevard County, Florida.",
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_12_20200803142519.jpg",
                    "timezone_name": "America/New_York",
                    "total_launch_count": 1022,
                    "total_landing_count": 64
                },
                "country_code": "USA",
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_121_20200803143231.jpg",
                "total_launch_count": 69,
                "orbital_launch_attempt_count": 69
            },
            "webcast_live": false,
            "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/new_glenn_on_lc_image_20240313170026.jpeg",
            "infographic": null,
            "program": [
                {
                    "id": 27,
                    "url": "https://ll.thespacedevs.com/2.2.0/program/27/?format=api",
                    "name": "Project Kuiper",
                    "description": "Amazon's Kuiper Project is a satellite internet initiative aimed at providing high-speed, low-latency broadband connectivity to underserved and remote areas globally. The project involves deploying a constellation of low Earth orbit (LEO) satellites to create a satellite internet network capable of delivering reliable internet access.",
                    "agencies": [
                        {
                            "id": 1058,
                            "url": "https://ll.thespacedevs.com/2.2.0/agencies/1058/?format=api",
                            "name": "Kuiper Systems LLC",
                            "type": "Private"
                        }
                    ],
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/project2520kui_program_20231228165031.jpeg",
                    "start_date": "2023-10-16T18:06:00Z",
                    "end_date": null,
                    "info_url": "https://en.wikipedia.org/wiki/Kuiper_Systems",
                    "wiki_url": "http://aboutamazon.com/what-we-do/devices-services/project-kuiper",
                    "mission_patches": [],
                    "type": {
                        "id": 3,
                        "name": "Communication Constellation"
                    }
                }
            ],
            "orbital_launch_attempt_count": 7118,
            "location_launch_attempt_count": 1075,
            "pad_launch_attempt_count": 73,
            "agency_launch_attempt_count": 36,
            "orbital_launch_attempt_count_year": 269,
            "location_launch_attempt_count_year": 81,
            "pad_launch_attempt_count_year": 5,
            "agency_launch_attempt_count_year": 8,
            "type": "normal"
        },
        {
            "id": "18dc3dc8-9151-4566-99b0-56fdaeb45067",
            "url": "https://ll.thespacedevs.com/2.2.0/launch/18dc3dc8-9151-4566-99b0-56fdaeb45067/?format=api",
            "slug": "new-shepard-ns-1",
            "name": "New Shepard | NS-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-14T09:48:11Z",
            "net": "2015-04-29T17:06:00Z",
            "window_end": "2015-04-29T17:06:00Z",
            "window_start": "2015-04-29T17:06:00Z",
            "net_precision": null,
            "probability": null,
            "weather_concerns": null,
            "holdreason": "",
            "failreason": "",
            "hashtag": null,
            "launch_service_provider": {
                "id": 141,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/141/?format=api",
                "name": "Blue Origin",
                "type": "Commercial"
            },
            "rocket": {
                "id": 2169,
                "configuration": {
                    "id": 137,
                    "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/137/?format=api",
                    "name": "New Shepard",
                    "family": "",
                    "full_name": "New Shepard",
                    "variant": ""
                }
            },
            "mission": {
                "id": 939,
                "name": "NS-1",
                "description": "The first flight of the New Shepard 1 booster. The capsule reached an apogee of 93.5 kilometers.",
                "launch_designator": null,
                "type": "Test Flight",
                "orbit": {
                    "id": 15,
                    "name": "Suborbital",
                    "abbrev": "Sub"
                },
                "agencies": [],
                "info_urls": [],
                "vid_urls": []
            },
            "pad": {
                "id": 90,
                "url": "https://ll.thespacedevs.com/2.2.0/pad/90/?format=api",
                "agency_id": 141,
                "name": "West Texas Suborbital Launch Site/ Corn Ranch",
                "description": null,
                "info_url": "http://www.blueorigin.com",
                "wiki_url": "https://en.wikipedia.org/wiki/Corn_Ranch",
                "map_url": "https://www.google.com/maps?q=31.422878000000000,-104.757121000000000",
                "latitude": "31.422878",
                "longitude": "-104.757121",
                "location": {
                    "id": 29,
                    "url": "https://ll.thespacedevs.com/2.2.0/location/29/?format=api",
                    "name": "Corn Ranch, Van Horn, TX, USA",
                    "country_code": "USA",
                    "description": "Corn Ranch, commonly referred to as Launch Site One (LSO), is a spaceport owned and operated by Blue Origin which is located approximately 30 miles north of the town of Van Horn, Texas, United States.",
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_29_20200803142436.jpg",
                    "timezone_name": "America/Chicago",
                    "total_launch_count": 31,
                    "total_landing_count": 31
                },
                "country_code": "USA",
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_90_20200803143233.jpg",
                "total_launch_count": 31,
                "orbital_launch_attempt_count": 0
            },
            "webcast_live": false,
            "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/new2520shepard_image_20190207032624.jpeg",
            "infographic": null,
            "program": [],
            "orbital_launch_attempt_count": null,
            "location_launch_attempt_count": 1,
            "pad_launch_attempt_count": 1,
            "agency_launch_attempt_count": 1,
            "orbital_launch_attempt_count_year": 0,
            "location_launch_attempt_count_year": 1,
            "pad_launch_attempt_count_year": 1,
            "agency_launch_attempt_count_year": 1,
            "type": "normal"
        },
        {
            "id": "96da664b-493b-4f82-8214-b6512f1957f1",
            "url": "https://ll.thespacedevs.com/2.2.0/launch/96da664b-493b-4f82-8214-b6512f1957f1/?format=api",
            "slug": "new-shepard-ns-10",
            "name": "New Shepard | NS-10",
            "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-14T09:48:34Z",
            "net": "2019-01-23T15:05:00Z",
            "window_end": "2019-01-23T15:05:00Z",
            "window_start": "2019-01-23T15:05:00Z",
            "net_precision": null,
            "probability": null,
            "weather_concerns": null,
            "holdreason": "",
            "failreason": "",
            "hashtag": "NS10",
            "launch_service_provider": {
                "id": 141,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/141/?format=api",
                "name": "Blue Origin",
                "type": "Commercial"
            },
            "rocket": {
                "id": 2180,
                "configuration": {
                    "id": 137,
                    "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/137/?format=api",
                    "name": "New Shepard",
                    "family": "",
                    "full_name": "New Shepard",
                    "variant": ""
                }
            },
            "mission": {
                "id": 943,
                "name": "NS-10",
                "description": "New Shepard flight 10 will feature 9 NASA-sponsored payloads via the NASA Flight opportunity program.",
                "launch_designator": null,
                "type": "Earth Science",
                "orbit": {
                    "id": 15,
                    "name": "Suborbital",
                    "abbrev": "Sub"
                },
                "agencies": [],
                "info_urls": [],
                "vid_urls": []
            },
            "pad": {
                "id": 90,
                "url": "https://ll.thespacedevs.com/2.2.0/pad/90/?format=api",
                "agency_id": 141,
                "name": "West Texas Suborbital Launch Site/ Corn Ranch",
                "description": null,
                "info_url": "http://www.blueorigin.com",
                "wiki_url": "https://en.wikipedia.org/wiki/Corn_Ranch",
                "map_url": "https://www.google.com/maps?q=31.422878000000000,-104.757121000000000",
                "latitude": "31.422878",
                "longitude": "-104.757121",
                "location": {
                    "id": 29,
                    "url": "https://ll.thespacedevs.com/2.2.0/location/29/?format=api",
                    "name": "Corn Ranch, Van Horn, TX, USA",
                    "country_code": "USA",
                    "description": "Corn Ranch, commonly referred to as Launch Site One (LSO), is a spaceport owned and operated by Blue Origin which is located approximately 30 miles north of the town of Van Horn, Texas, United States.",
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_29_20200803142436.jpg",
                    "timezone_name": "America/Chicago",
                    "total_launch_count": 31,
                    "total_landing_count": 31
                },
                "country_code": "USA",
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_90_20200803143233.jpg",
                "total_launch_count": 31,
                "orbital_launch_attempt_count": 0
            },
            "webcast_live": false,
            "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/new2520shepard_image_20190207032624.jpeg",
            "infographic": null,
            "program": [],
            "orbital_launch_attempt_count": null,
            "location_launch_attempt_count": 10,
            "pad_launch_attempt_count": 10,
            "agency_launch_attempt_count": 10,
            "orbital_launch_attempt_count_year": 0,
            "location_launch_attempt_count_year": 1,
            "pad_launch_attempt_count_year": 1,
            "agency_launch_attempt_count_year": 1,
            "type": "normal"
        }
    ]
}