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/08040943-ec97-413d-b134-22e516e50528/?format=api
HTTP 200 OK
Allow: GET
Content-Type: application/json
Vary: Accept

{
    "id": "08040943-ec97-413d-b134-22e516e50528",
    "url": "https://ll.thespacedevs.com/2.2.0/launch/08040943-ec97-413d-b134-22e516e50528/?format=api",
    "slug": "new-shepard-ns-20",
    "flightclub_url": null,
    "r_spacex_api_id": null,
    "name": "New Shepard | NS-20",
    "status": {
        "id": 3,
        "name": "Launch Successful",
        "abbrev": "Success",
        "description": "The launch vehicle successfully inserted its payload(s) into the target orbit(s)."
    },
    "last_updated": "2025-02-25T17:44:00Z",
    "updates": [
        {
            "id": 1481,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/arnaud2520muller_profile_20230607144351.jpg",
            "comment": "Webcast live",
            "info_url": "https://www.youtube.com/watch?v=rujDVDit02Y",
            "created_by": "Nosu",
            "created_on": "2022-03-31T12:08:45Z"
        },
        {
            "id": 1475,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/swgustav_profile_20210218062738.jpg",
            "comment": "Delayed to Mar 31st",
            "info_url": "https://twitter.com/blueorigin/status/1508534945932840964",
            "created_by": "SwGustav",
            "created_on": "2022-03-28T20:13:12Z"
        },
        {
            "id": 1434,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/jay2520keegan_profile_20221218022555.jpg",
            "comment": "Go for launch. Pete Davidson has been substituted with Blue Origin's Gary Lai.",
            "info_url": "https://twitter.com/blueorigin/status/1505931565632786436",
            "created_by": "Jay",
            "created_on": "2022-03-21T18:30:00Z"
        },
        {
            "id": 1422,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "New launch date with replacement for one crew member.",
            "info_url": "https://twitter.com/blueorigin/status/1504652822117163013?s=20&t=VByTr4CNmfPDAeMMvZH0Yg",
            "created_by": "Cosmic_Penguin",
            "created_on": "2022-03-18T03:22:53Z"
        },
        {
            "id": 1402,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/arnaud2520muller_profile_20230607144351.jpg",
            "comment": "Adding launch",
            "info_url": "https://www.blueorigin.com/news/new-shepard-ns-20-mission-announcement",
            "created_by": "Nosu",
            "created_on": "2022-03-14T12:46:14Z"
        }
    ],
    "net": "2022-03-31T13:57:55Z",
    "net_precision": {
        "id": 0,
        "name": "Second",
        "abbrev": "SEC",
        "description": "The T-0 is accurate to the second."
    },
    "window_end": "2022-03-31T16:30:00Z",
    "window_start": "2022-03-31T13:10:00Z",
    "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",
        "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": 31,
        "consecutive_successful_launches": 8,
        "successful_launches": 30,
        "failed_launches": 1,
        "pending_launches": 5,
        "consecutive_successful_landings": 2,
        "successful_landings": 28,
        "failed_landings": 3,
        "attempted_landings": 31,
        "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"
    },
    "rocket": {
        "id": 7540,
        "configuration": {
            "id": 137,
            "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/137/?format=api",
            "name": "New Shepard",
            "active": true,
            "reusable": true,
            "description": "The New Shepard reusable launch system is a vertical-takeoff, vertical-landing (VTVL), suborbital manned rocket that is being developed by Blue Origin as a commercial system for suborbital space tourism.",
            "family": "",
            "full_name": "New Shepard",
            "manufacturer": {
                "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": 31,
                "consecutive_successful_launches": 8,
                "successful_launches": 30,
                "failed_launches": 1,
                "pending_launches": 5,
                "consecutive_successful_landings": 2,
                "successful_landings": 28,
                "failed_landings": 3,
                "attempted_landings": 31,
                "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"
            },
            "program": [],
            "variant": "",
            "alias": "",
            "min_stage": 1,
            "max_stage": 1,
            "length": 15.0,
            "diameter": 3.7,
            "maiden_flight": "2015-04-29",
            "launch_cost": null,
            "launch_mass": 75,
            "leo_capacity": 0,
            "gto_capacity": 0,
            "to_thrust": 490,
            "apogee": 100,
            "vehicle_range": null,
            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/new2520shepard_image_20190207032624.jpeg",
            "info_url": "https://www.blueorigin.com/new-shepard/",
            "wiki_url": "https://en.wikipedia.org/wiki/New_Shepard",
            "total_launch_count": 30,
            "consecutive_successful_launches": 7,
            "successful_launches": 29,
            "failed_launches": 1,
            "pending_launches": 1,
            "attempted_landings": 30,
            "successful_landings": 28,
            "failed_landings": 2,
            "consecutive_successful_landings": 7
        },
        "launcher_stage": [
            {
                "id": 217,
                "type": "Core",
                "reused": true,
                "launcher_flight_number": 6,
                "launcher": {
                    "id": 90,
                    "url": "https://ll.thespacedevs.com/2.2.0/launcher/90/?format=api",
                    "details": "New Shepard vehicle #4 is the fourth flight vehicle of the New Shepard suborbital rocket. It was used for Blue Origin's first crewed launches.",
                    "flight_proven": true,
                    "serial_number": "NS-4",
                    "status": "active",
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/90_image_20210412202510.jpeg",
                    "successful_landings": 13,
                    "attempted_landings": 13,
                    "flights": 13,
                    "last_launch_date": "2025-02-25T15:49:11Z",
                    "first_launch_date": "2021-01-14T17:19:00Z"
                },
                "landing": {
                    "id": 245,
                    "attempt": true,
                    "success": true,
                    "description": "NS4 has landed at Corn Ranch Landing Pad after its sixth flight.",
                    "downrange_distance": 3.2,
                    "location": {
                        "id": 11,
                        "name": "Corn Ranch Landing Pad, West Texas",
                        "abbrev": "CR",
                        "description": "New Shepard landing site.",
                        "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": 30,
                            "total_landing_count": 30
                        },
                        "successful_landings": 25
                    },
                    "type": {
                        "id": 2,
                        "name": "Return to Launch Site",
                        "abbrev": "RTLS",
                        "description": "A return to launch site usually means that after stage separation the booster flips and does a burn back towards the launch site, landing near where it initially launched from."
                    }
                },
                "previous_flight_date": "2021-12-11T15:00:42Z",
                "turn_around_time_days": 109,
                "previous_flight": {
                    "id": "6b0311ed-1ece-4485-89f8-6832cb5e2358",
                    "name": "New Shepard | NS-19"
                }
            }
        ],
        "spacecraft_stage": {
            "id": 778,
            "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/flight/778/?format=api",
            "mission_end": "2022-03-31T14:07:59Z",
            "destination": "Suborbital",
            "launch_crew": [
                {
                    "id": 3632,
                    "role": {
                        "id": 28,
                        "role": "Tourist",
                        "priority": 7
                    },
                    "astronaut": {
                        "id": 725,
                        "url": "https://ll.thespacedevs.com/2.2.0/astronaut/725/?format=api",
                        "name": "Gary Lai",
                        "type": {
                            "id": 3,
                            "name": "Private"
                        },
                        "in_space": false,
                        "time_in_space": "PT10M4S",
                        "status": {
                            "id": 14,
                            "name": "Occasional Spaceflight"
                        },
                        "agency": {
                            "id": 141,
                            "url": "https://ll.thespacedevs.com/2.2.0/agencies/141/?format=api",
                            "name": "Blue Origin",
                            "type": "Commercial"
                        },
                        "date_of_birth": null,
                        "date_of_death": null,
                        "nationality": "American",
                        "twitter": null,
                        "instagram": null,
                        "bio": "Gary Lai is the Chief Architect of Blue Origin's New Shepard rocket and capsule.\r\nDoB unknown.",
                        "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/gary_lai_image_20220606095218.jpeg",
                        "wiki": null,
                        "last_flight": "2022-03-31T13:57:55Z",
                        "first_flight": "2022-03-31T13:57:55Z"
                    }
                },
                {
                    "id": 3622,
                    "role": {
                        "id": 28,
                        "role": "Tourist",
                        "priority": 7
                    },
                    "astronaut": {
                        "id": 724,
                        "url": "https://ll.thespacedevs.com/2.2.0/astronaut/724/?format=api",
                        "name": "George Nield",
                        "type": {
                            "id": 3,
                            "name": "Private"
                        },
                        "in_space": false,
                        "time_in_space": "PT10M4S",
                        "status": {
                            "id": 14,
                            "name": "Occasional Spaceflight"
                        },
                        "agency": {
                            "id": 141,
                            "url": "https://ll.thespacedevs.com/2.2.0/agencies/141/?format=api",
                            "name": "Blue Origin",
                            "type": "Commercial"
                        },
                        "date_of_birth": null,
                        "date_of_death": null,
                        "nationality": "American",
                        "twitter": null,
                        "instagram": null,
                        "bio": "Dr. George Nield is the president of Commercial Space Technologies, LLC, which he founded to encourage, facilitate, and promote commercial space activities. He previously served as associate administrator for the Federal Aviation Administration Office of Commercial Space Transportation and was responsible for licensing and regulating all commercial launch activities. Earlier in his career, he held engineering roles at the Air Force Flight Test Center and the Orbital Sciences Corporation, and he was an assistant professor and research director at the U.S. Air Force Academy. Dr. Nield also served as the manager of the Flight Integration Office for NASA’s Space Shuttle Program.",
                        "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/george_nield_image_20220606095035.jpeg",
                        "wiki": null,
                        "last_flight": "2022-03-31T13:57:55Z",
                        "first_flight": "2022-03-31T13:57:55Z"
                    }
                },
                {
                    "id": 3621,
                    "role": {
                        "id": 28,
                        "role": "Tourist",
                        "priority": 7
                    },
                    "astronaut": {
                        "id": 723,
                        "url": "https://ll.thespacedevs.com/2.2.0/astronaut/723/?format=api",
                        "name": "Jim Kitchen",
                        "type": {
                            "id": 3,
                            "name": "Private"
                        },
                        "in_space": false,
                        "time_in_space": "PT10M4S",
                        "status": {
                            "id": 14,
                            "name": "Occasional Spaceflight"
                        },
                        "agency": {
                            "id": 141,
                            "url": "https://ll.thespacedevs.com/2.2.0/agencies/141/?format=api",
                            "name": "Blue Origin",
                            "type": "Commercial"
                        },
                        "date_of_birth": null,
                        "date_of_death": null,
                        "nationality": "American",
                        "twitter": null,
                        "instagram": null,
                        "bio": "Jim Kitchen is a teacher, entrepreneur, and world explorer who has visited all 193 U.N.-recognized countries.",
                        "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/jim_kitchen_image_20220606095541.jpeg",
                        "wiki": null,
                        "last_flight": "2022-03-31T13:57:55Z",
                        "first_flight": "2022-03-31T13:57:55Z"
                    }
                },
                {
                    "id": 3617,
                    "role": {
                        "id": 28,
                        "role": "Tourist",
                        "priority": 7
                    },
                    "astronaut": {
                        "id": 719,
                        "url": "https://ll.thespacedevs.com/2.2.0/astronaut/719/?format=api",
                        "name": "Marty Allen",
                        "type": {
                            "id": 3,
                            "name": "Private"
                        },
                        "in_space": false,
                        "time_in_space": "PT10M4S",
                        "status": {
                            "id": 14,
                            "name": "Occasional Spaceflight"
                        },
                        "agency": {
                            "id": 141,
                            "url": "https://ll.thespacedevs.com/2.2.0/agencies/141/?format=api",
                            "name": "Blue Origin",
                            "type": "Commercial"
                        },
                        "date_of_birth": null,
                        "date_of_death": null,
                        "nationality": "American",
                        "twitter": null,
                        "instagram": null,
                        "bio": "Marty Allen is a turnaround CEO and angel investor.",
                        "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/marty_allen_image_20220606095753.jpeg",
                        "wiki": null,
                        "last_flight": "2022-03-31T13:57:55Z",
                        "first_flight": "2022-03-31T13:57:55Z"
                    }
                },
                {
                    "id": 3620,
                    "role": {
                        "id": 28,
                        "role": "Tourist",
                        "priority": 7
                    },
                    "astronaut": {
                        "id": 722,
                        "url": "https://ll.thespacedevs.com/2.2.0/astronaut/722/?format=api",
                        "name": "Marc Hagle",
                        "type": {
                            "id": 3,
                            "name": "Private"
                        },
                        "in_space": false,
                        "time_in_space": "PT20M18S",
                        "status": {
                            "id": 14,
                            "name": "Occasional Spaceflight"
                        },
                        "agency": {
                            "id": 141,
                            "url": "https://ll.thespacedevs.com/2.2.0/agencies/141/?format=api",
                            "name": "Blue Origin",
                            "type": "Commercial"
                        },
                        "date_of_birth": null,
                        "date_of_death": null,
                        "nationality": "American",
                        "twitter": null,
                        "instagram": null,
                        "bio": "Marc Hagle is president and CEO of Tricor International, a residential and commercial property development corporation.",
                        "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/marc_hagle_image_20220606095701.jpeg",
                        "wiki": null,
                        "last_flight": "2024-11-22T15:30:00Z",
                        "first_flight": "2022-03-31T13:57:55Z"
                    }
                },
                {
                    "id": 3619,
                    "role": {
                        "id": 28,
                        "role": "Tourist",
                        "priority": 7
                    },
                    "astronaut": {
                        "id": 721,
                        "url": "https://ll.thespacedevs.com/2.2.0/astronaut/721/?format=api",
                        "name": "Sharon Hagle",
                        "type": {
                            "id": 3,
                            "name": "Private"
                        },
                        "in_space": false,
                        "time_in_space": "PT20M18S",
                        "status": {
                            "id": 14,
                            "name": "Occasional Spaceflight"
                        },
                        "agency": {
                            "id": 141,
                            "url": "https://ll.thespacedevs.com/2.2.0/agencies/141/?format=api",
                            "name": "Blue Origin",
                            "type": "Commercial"
                        },
                        "date_of_birth": null,
                        "date_of_death": null,
                        "nationality": "American",
                        "twitter": null,
                        "instagram": null,
                        "bio": "Sharon Hagle founded SpaceKids Global in 2015, a nonprofit whose mission is to inspire students to excel in STEAM+ education with a focus on empowering young girls. SpaceKids hosts several annual challenges designed to inspire kids to pursue careers in the space industry, including national essay competitions and a partnership with the Girl Scouts of Citrus County.",
                        "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/sharon_hagle_image_20220606100020.jpeg",
                        "wiki": null,
                        "last_flight": "2024-11-22T15:30:00Z",
                        "first_flight": "2022-03-31T13:57:55Z"
                    }
                }
            ],
            "onboard_crew": [],
            "landing_crew": [
                {
                    "id": 3632,
                    "role": {
                        "id": 28,
                        "role": "Tourist",
                        "priority": 7
                    },
                    "astronaut": {
                        "id": 725,
                        "url": "https://ll.thespacedevs.com/2.2.0/astronaut/725/?format=api",
                        "name": "Gary Lai",
                        "type": {
                            "id": 3,
                            "name": "Private"
                        },
                        "in_space": false,
                        "time_in_space": "PT10M4S",
                        "status": {
                            "id": 14,
                            "name": "Occasional Spaceflight"
                        },
                        "agency": {
                            "id": 141,
                            "url": "https://ll.thespacedevs.com/2.2.0/agencies/141/?format=api",
                            "name": "Blue Origin",
                            "type": "Commercial"
                        },
                        "date_of_birth": null,
                        "date_of_death": null,
                        "nationality": "American",
                        "twitter": null,
                        "instagram": null,
                        "bio": "Gary Lai is the Chief Architect of Blue Origin's New Shepard rocket and capsule.\r\nDoB unknown.",
                        "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/gary_lai_image_20220606095218.jpeg",
                        "wiki": null,
                        "last_flight": "2022-03-31T13:57:55Z",
                        "first_flight": "2022-03-31T13:57:55Z"
                    }
                },
                {
                    "id": 3628,
                    "role": {
                        "id": 28,
                        "role": "Tourist",
                        "priority": 7
                    },
                    "astronaut": {
                        "id": 724,
                        "url": "https://ll.thespacedevs.com/2.2.0/astronaut/724/?format=api",
                        "name": "George Nield",
                        "type": {
                            "id": 3,
                            "name": "Private"
                        },
                        "in_space": false,
                        "time_in_space": "PT10M4S",
                        "status": {
                            "id": 14,
                            "name": "Occasional Spaceflight"
                        },
                        "agency": {
                            "id": 141,
                            "url": "https://ll.thespacedevs.com/2.2.0/agencies/141/?format=api",
                            "name": "Blue Origin",
                            "type": "Commercial"
                        },
                        "date_of_birth": null,
                        "date_of_death": null,
                        "nationality": "American",
                        "twitter": null,
                        "instagram": null,
                        "bio": "Dr. George Nield is the president of Commercial Space Technologies, LLC, which he founded to encourage, facilitate, and promote commercial space activities. He previously served as associate administrator for the Federal Aviation Administration Office of Commercial Space Transportation and was responsible for licensing and regulating all commercial launch activities. Earlier in his career, he held engineering roles at the Air Force Flight Test Center and the Orbital Sciences Corporation, and he was an assistant professor and research director at the U.S. Air Force Academy. Dr. Nield also served as the manager of the Flight Integration Office for NASA’s Space Shuttle Program.",
                        "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/george_nield_image_20220606095035.jpeg",
                        "wiki": null,
                        "last_flight": "2022-03-31T13:57:55Z",
                        "first_flight": "2022-03-31T13:57:55Z"
                    }
                },
                {
                    "id": 3627,
                    "role": {
                        "id": 28,
                        "role": "Tourist",
                        "priority": 7
                    },
                    "astronaut": {
                        "id": 723,
                        "url": "https://ll.thespacedevs.com/2.2.0/astronaut/723/?format=api",
                        "name": "Jim Kitchen",
                        "type": {
                            "id": 3,
                            "name": "Private"
                        },
                        "in_space": false,
                        "time_in_space": "PT10M4S",
                        "status": {
                            "id": 14,
                            "name": "Occasional Spaceflight"
                        },
                        "agency": {
                            "id": 141,
                            "url": "https://ll.thespacedevs.com/2.2.0/agencies/141/?format=api",
                            "name": "Blue Origin",
                            "type": "Commercial"
                        },
                        "date_of_birth": null,
                        "date_of_death": null,
                        "nationality": "American",
                        "twitter": null,
                        "instagram": null,
                        "bio": "Jim Kitchen is a teacher, entrepreneur, and world explorer who has visited all 193 U.N.-recognized countries.",
                        "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/jim_kitchen_image_20220606095541.jpeg",
                        "wiki": null,
                        "last_flight": "2022-03-31T13:57:55Z",
                        "first_flight": "2022-03-31T13:57:55Z"
                    }
                },
                {
                    "id": 3623,
                    "role": {
                        "id": 28,
                        "role": "Tourist",
                        "priority": 7
                    },
                    "astronaut": {
                        "id": 719,
                        "url": "https://ll.thespacedevs.com/2.2.0/astronaut/719/?format=api",
                        "name": "Marty Allen",
                        "type": {
                            "id": 3,
                            "name": "Private"
                        },
                        "in_space": false,
                        "time_in_space": "PT10M4S",
                        "status": {
                            "id": 14,
                            "name": "Occasional Spaceflight"
                        },
                        "agency": {
                            "id": 141,
                            "url": "https://ll.thespacedevs.com/2.2.0/agencies/141/?format=api",
                            "name": "Blue Origin",
                            "type": "Commercial"
                        },
                        "date_of_birth": null,
                        "date_of_death": null,
                        "nationality": "American",
                        "twitter": null,
                        "instagram": null,
                        "bio": "Marty Allen is a turnaround CEO and angel investor.",
                        "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/marty_allen_image_20220606095753.jpeg",
                        "wiki": null,
                        "last_flight": "2022-03-31T13:57:55Z",
                        "first_flight": "2022-03-31T13:57:55Z"
                    }
                },
                {
                    "id": 3626,
                    "role": {
                        "id": 28,
                        "role": "Tourist",
                        "priority": 7
                    },
                    "astronaut": {
                        "id": 722,
                        "url": "https://ll.thespacedevs.com/2.2.0/astronaut/722/?format=api",
                        "name": "Marc Hagle",
                        "type": {
                            "id": 3,
                            "name": "Private"
                        },
                        "in_space": false,
                        "time_in_space": "PT20M18S",
                        "status": {
                            "id": 14,
                            "name": "Occasional Spaceflight"
                        },
                        "agency": {
                            "id": 141,
                            "url": "https://ll.thespacedevs.com/2.2.0/agencies/141/?format=api",
                            "name": "Blue Origin",
                            "type": "Commercial"
                        },
                        "date_of_birth": null,
                        "date_of_death": null,
                        "nationality": "American",
                        "twitter": null,
                        "instagram": null,
                        "bio": "Marc Hagle is president and CEO of Tricor International, a residential and commercial property development corporation.",
                        "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/marc_hagle_image_20220606095701.jpeg",
                        "wiki": null,
                        "last_flight": "2024-11-22T15:30:00Z",
                        "first_flight": "2022-03-31T13:57:55Z"
                    }
                },
                {
                    "id": 3625,
                    "role": {
                        "id": 28,
                        "role": "Tourist",
                        "priority": 7
                    },
                    "astronaut": {
                        "id": 721,
                        "url": "https://ll.thespacedevs.com/2.2.0/astronaut/721/?format=api",
                        "name": "Sharon Hagle",
                        "type": {
                            "id": 3,
                            "name": "Private"
                        },
                        "in_space": false,
                        "time_in_space": "PT20M18S",
                        "status": {
                            "id": 14,
                            "name": "Occasional Spaceflight"
                        },
                        "agency": {
                            "id": 141,
                            "url": "https://ll.thespacedevs.com/2.2.0/agencies/141/?format=api",
                            "name": "Blue Origin",
                            "type": "Commercial"
                        },
                        "date_of_birth": null,
                        "date_of_death": null,
                        "nationality": "American",
                        "twitter": null,
                        "instagram": null,
                        "bio": "Sharon Hagle founded SpaceKids Global in 2015, a nonprofit whose mission is to inspire students to excel in STEAM+ education with a focus on empowering young girls. SpaceKids hosts several annual challenges designed to inspire kids to pursue careers in the space industry, including national essay competitions and a partnership with the Girl Scouts of Citrus County.",
                        "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/sharon_hagle_image_20220606100020.jpeg",
                        "wiki": null,
                        "last_flight": "2024-11-22T15:30:00Z",
                        "first_flight": "2022-03-31T13:57:55Z"
                    }
                }
            ],
            "spacecraft": {
                "id": 453,
                "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/453/?format=api",
                "name": "RSS First Step",
                "serial_number": "2.0-2",
                "is_placeholder": false,
                "in_space": false,
                "time_in_space": "PT2H2M10S",
                "time_docked": "P0D",
                "flights_count": 12,
                "mission_ends_count": 12,
                "status": {
                    "id": 1,
                    "name": "Active"
                },
                "description": "First Blue Origin New Shepard Crew Capsule 2.0 to carry human passengers. This capsule is outfitted with improvements to environmental features such as acoustics and temperature regulation inside the capsule, crew display panels, and speakers with a microphone and push-to-talk button at each seat.",
                "spacecraft_config": {
                    "id": 21,
                    "url": "https://ll.thespacedevs.com/2.2.0/config/spacecraft/21/?format=api",
                    "name": "Crew Capsule 2.0",
                    "type": {
                        "id": 2,
                        "name": "Capsule"
                    },
                    "agency": {
                        "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": "",
                        "parent": null,
                        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/blue2520origin_image_20190207032427.jpeg",
                        "logo_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/blue2520origin_logo_20190207032427.png"
                    },
                    "in_use": true,
                    "capability": "Crew and Cargo Flights",
                    "history": "The Crew Capsule 2.0 is the newest version of Blue Origin's New Shepard rocket.",
                    "details": "It is deisgned to spearate from the launcher stage below the Karman line and pursue a ballistic free flight above it before landing.",
                    "maiden_flight": "2017-12-12",
                    "height": null,
                    "diameter": null,
                    "human_rated": true,
                    "crew_capacity": 6,
                    "payload_capacity": null,
                    "payload_return_capacity": null,
                    "flight_life": "The capsule is designed to be reusable.",
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/crew2520capsule25202.0_image_20190309095011.jpeg",
                    "nation_url": null,
                    "wiki_link": "",
                    "info_link": ""
                }
            },
            "landing": {
                "id": 682,
                "attempt": true,
                "success": true,
                "description": "The RSS First Step capsule successfully touched down at Blue Origin's Corn Ranch facility",
                "downrange_distance": null,
                "location": {
                    "id": 28,
                    "name": "Corn Ranch, West Texas",
                    "abbrev": "CR",
                    "description": "Blue Origin launch and landing facility located in West Texas",
                    "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": 30,
                        "total_landing_count": 30
                    },
                    "successful_landings": 33
                },
                "type": {
                    "id": 4,
                    "name": "Parachute Landing",
                    "abbrev": "PCL",
                    "description": "Unpowered landing using parachute(s)."
                }
            },
            "docking_events": []
        }
    },
    "mission": {
        "id": 5965,
        "name": "NS-20",
        "description": "NS-20 is the fourth crewed New Shepard flight, carrying six passengers.",
        "launch_designator": null,
        "type": "Tourism",
        "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": 30,
            "total_landing_count": 30
        },
        "country_code": "USA",
        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_90_20200803143233.jpg",
        "total_launch_count": 30,
        "orbital_launch_attempt_count": 0
    },
    "infoURLs": [
        {
            "priority": 10,
            "source": null,
            "title": "Successfully Completes Fourth Human Spaceflight",
            "description": "Amazon Selects Blue Origin’s New Glenn for up to 27 Project Kuiper Constellation LaunchesBlue Origin today announced New Glenn has been selected for 12 launches, with options for up to 15 additional...",
            "feature_image": null,
            "url": "https://www.blueorigin.com/news/ns-20-mission-updates",
            "type": null,
            "language": null
        }
    ],
    "vidURLs": [
        {
            "priority": 0,
            "source": null,
            "publisher": null,
            "title": "New Shepard NS-20",
            "description": "New Shepard NS-20 with initial coverage and post coverage cutThumbnail Photo Credit: Blue Origin",
            "feature_image": "https://i.ytimg.com/vi/0BvAMErHbYc/hqdefault.jpg",
            "url": "https://www.youtube.com/watch?v=0BvAMErHbYc",
            "type": null,
            "language": null,
            "start_time": null,
            "end_time": null
        },
        {
            "priority": 10,
            "source": null,
            "publisher": null,
            "title": "New Shepard Mission NS-20 Webcast",
            "description": "Blue Origin’s New Shepard is on track for launch of its 20th mission and fourth human spaceflight on Thursday, March 31. NS-20 astronauts include: Marty Alle...",
            "feature_image": "https://i.ytimg.com/vi/rujDVDit02Y/maxresdefault_live.jpg",
            "url": "https://www.youtube.com/watch?v=rujDVDit02Y",
            "type": null,
            "language": null,
            "start_time": null,
            "end_time": null
        }
    ],
    "webcast_live": false,
    "timeline": [],
    "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": 20,
    "pad_launch_attempt_count": 20,
    "agency_launch_attempt_count": 20,
    "orbital_launch_attempt_count_year": 0,
    "location_launch_attempt_count_year": 1,
    "pad_launch_attempt_count_year": 1,
    "agency_launch_attempt_count_year": 1,
    "pad_turnaround": "P109DT22H57M13S",
    "mission_patches": [
        {
            "id": 617,
            "name": "NS-20 Patch",
            "priority": 10,
            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/mission_patch_images/ns-202520patch_mission_patch_20220314130001.png",
            "agency": {
                "id": 141,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/141/?format=api",
                "name": "Blue Origin",
                "type": "Commercial"
            }
        }
    ],
    "type": "detailed"
}