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/d889debc-b3d5-4472-a3eb-cf8a90d6ade0/?format=api
HTTP 200 OK
Allow: GET
Content-Type: application/json
Vary: Accept

{
    "id": "d889debc-b3d5-4472-a3eb-cf8a90d6ade0",
    "url": "https://ll.thespacedevs.com/2.2.0/launch/d889debc-b3d5-4472-a3eb-cf8a90d6ade0/?format=api",
    "slug": "falcon-9-block-5-spx-dm1-demonstration-mission-1",
    "flightclub_url": null,
    "r_spacex_api_id": null,
    "name": "Falcon 9 Block 5 | SpX-DM1 (Demonstration Mission 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:44:57Z",
    "updates": [],
    "net": "2019-03-02T07:49:00Z",
    "net_precision": null,
    "window_end": "2019-03-02T07:49:00Z",
    "window_start": "2019-03-02T07:49:00Z",
    "probability": 80,
    "weather_concerns": null,
    "holdreason": "",
    "failreason": "",
    "hashtag": "#DM1",
    "launch_service_provider": {
        "id": 121,
        "url": "https://ll.thespacedevs.com/2.2.0/agencies/121/?format=api",
        "name": "SpaceX",
        "featured": true,
        "type": "Commercial",
        "country_code": "USA",
        "abbrev": "SpX",
        "description": "Space Exploration Technologies Corp., known as SpaceX, is an American aerospace manufacturer and space transport services company headquartered in Hawthorne, California. It was founded in 2002 by entrepreneur Elon Musk with the goal of reducing space transportation costs and enabling the colonization of Mars. SpaceX operates from many pads, on the East Coast of the US they operate from SLC-40 at Cape Canaveral Space Force Station and historic LC-39A at Kennedy Space Center. They also operate from SLC-4E at Vandenberg Space Force Base, California, usually for polar launches. Another launch site is being developed at Boca Chica, Texas.",
        "administrator": "CEO: Elon Musk",
        "founding_year": "2002",
        "launchers": "Falcon | Starship",
        "spacecraft": "Dragon",
        "launch_library_url": null,
        "total_launch_count": 489,
        "consecutive_successful_launches": 12,
        "successful_launches": 475,
        "failed_launches": 14,
        "pending_launches": 108,
        "consecutive_successful_landings": 58,
        "successful_landings": 436,
        "failed_landings": 26,
        "attempted_landings": 461,
        "info_url": "http://www.spacex.com/",
        "wiki_url": "http://en.wikipedia.org/wiki/SpaceX",
        "logo_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/spacex_logo_20220826094919.png",
        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/spacex_image_20190207032501.jpeg",
        "nation_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/spacex_nation_20230531064544.jpg"
    },
    "rocket": {
        "id": 31,
        "configuration": {
            "id": 164,
            "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/164/?format=api",
            "name": "Falcon 9",
            "active": true,
            "reusable": true,
            "description": "Falcon 9 is a two-stage rocket designed and manufactured by SpaceX for the reliable and safe transport of satellites and the Dragon spacecraft into orbit. The Block 5 variant is the fifth major interval aimed at improving upon the ability for rapid reusability.",
            "family": "Falcon",
            "full_name": "Falcon 9 Block 5",
            "manufacturer": {
                "id": 121,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/121/?format=api",
                "name": "SpaceX",
                "featured": true,
                "type": "Commercial",
                "country_code": "USA",
                "abbrev": "SpX",
                "description": "Space Exploration Technologies Corp., known as SpaceX, is an American aerospace manufacturer and space transport services company headquartered in Hawthorne, California. It was founded in 2002 by entrepreneur Elon Musk with the goal of reducing space transportation costs and enabling the colonization of Mars. SpaceX operates from many pads, on the East Coast of the US they operate from SLC-40 at Cape Canaveral Space Force Station and historic LC-39A at Kennedy Space Center. They also operate from SLC-4E at Vandenberg Space Force Base, California, usually for polar launches. Another launch site is being developed at Boca Chica, Texas.",
                "administrator": "CEO: Elon Musk",
                "founding_year": "2002",
                "launchers": "Falcon | Starship",
                "spacecraft": "Dragon",
                "launch_library_url": null,
                "total_launch_count": 489,
                "consecutive_successful_launches": 12,
                "successful_launches": 475,
                "failed_launches": 14,
                "pending_launches": 108,
                "consecutive_successful_landings": 58,
                "successful_landings": 436,
                "failed_landings": 26,
                "attempted_landings": 461,
                "info_url": "http://www.spacex.com/",
                "wiki_url": "http://en.wikipedia.org/wiki/SpaceX",
                "logo_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/spacex_logo_20220826094919.png",
                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/spacex_image_20190207032501.jpeg",
                "nation_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/spacex_nation_20230531064544.jpg"
            },
            "program": [
                {
                    "id": 11,
                    "url": "https://ll.thespacedevs.com/2.2.0/program/11/?format=api",
                    "name": "Commercial Resupply Services",
                    "description": "Commercial Resupply Services (CRS) are a series of flights awarded by NASA for the delivery of cargo and supplies to the International Space Station.The first CRS contracts were signed in 2008 and awarded $1.6 billion to SpaceX for twelve cargo Dragon and $1.9 billion to Orbital Sciences for eight Cygnus flights, covering deliveries to 2016. The Falcon 9 and Antares rockets were also developed under the CRS program to deliver cargo spacecraft to the ISS.",
                    "agencies": [
                        {
                            "id": 44,
                            "url": "https://ll.thespacedevs.com/2.2.0/agencies/44/?format=api",
                            "name": "National Aeronautics and Space Administration",
                            "type": "Government"
                        },
                        {
                            "id": 257,
                            "url": "https://ll.thespacedevs.com/2.2.0/agencies/257/?format=api",
                            "name": "Northrop Grumman Space Systems",
                            "type": "Commercial"
                        },
                        {
                            "id": 1020,
                            "url": "https://ll.thespacedevs.com/2.2.0/agencies/1020/?format=api",
                            "name": "Sierra Nevada Corporation",
                            "type": "Commercial"
                        },
                        {
                            "id": 121,
                            "url": "https://ll.thespacedevs.com/2.2.0/agencies/121/?format=api",
                            "name": "SpaceX",
                            "type": "Commercial"
                        }
                    ],
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/commercial2520_program_20201129212219.png",
                    "start_date": "2008-12-23T00:00:00Z",
                    "end_date": null,
                    "info_url": null,
                    "wiki_url": "https://en.wikipedia.org/wiki/Commercial_Resupply_Services#Commercial_Resupply_Services",
                    "mission_patches": [],
                    "type": {
                        "id": 2,
                        "name": "Human Spaceflight"
                    }
                },
                {
                    "id": 5,
                    "url": "https://ll.thespacedevs.com/2.2.0/program/5/?format=api",
                    "name": "Commercial Crew Program",
                    "description": "The Commercial Crew Program (CCP) is a human spaceflight program operated by NASA, in association with American aerospace manufacturers Boeing and SpaceX. The program conducts rotations between the expeditions of the International Space Station program, transporting crews to and from the International Space Station (ISS) aboard Boeing Starliner and SpaceX Crew Dragon capsules, in the first crewed orbital spaceflights operated by private companies.",
                    "agencies": [
                        {
                            "id": 80,
                            "url": "https://ll.thespacedevs.com/2.2.0/agencies/80/?format=api",
                            "name": "Boeing",
                            "type": "Commercial"
                        },
                        {
                            "id": 44,
                            "url": "https://ll.thespacedevs.com/2.2.0/agencies/44/?format=api",
                            "name": "National Aeronautics and Space Administration",
                            "type": "Government"
                        },
                        {
                            "id": 121,
                            "url": "https://ll.thespacedevs.com/2.2.0/agencies/121/?format=api",
                            "name": "SpaceX",
                            "type": "Commercial"
                        }
                    ],
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/commercial2520_program_20200820201209.png",
                    "start_date": "2011-04-18T00:00:00Z",
                    "end_date": null,
                    "info_url": "https://www.nasa.gov/exploration/commercial/crew/index.html",
                    "wiki_url": "https://en.wikipedia.org/wiki/Commercial_Crew_Program",
                    "mission_patches": [],
                    "type": {
                        "id": 2,
                        "name": "Human Spaceflight"
                    }
                }
            ],
            "variant": "Block 5",
            "alias": "",
            "min_stage": 1,
            "max_stage": 2,
            "length": 70.0,
            "diameter": 3.65,
            "maiden_flight": "2018-05-11",
            "launch_cost": "52000000",
            "launch_mass": 549,
            "leo_capacity": 22800,
            "gto_capacity": 8300,
            "to_thrust": 7607,
            "apogee": 200,
            "vehicle_range": null,
            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/falcon_9_image_20230807133459.jpeg",
            "info_url": "https://www.spacex.com/vehicles/falcon-9/",
            "wiki_url": "https://en.wikipedia.org/wiki/Falcon_9",
            "total_launch_count": 399,
            "consecutive_successful_launches": 101,
            "successful_launches": 398,
            "failed_launches": 1,
            "pending_launches": 97,
            "attempted_landings": 391,
            "successful_landings": 386,
            "failed_landings": 5,
            "consecutive_successful_landings": 86
        },
        "launcher_stage": [
            {
                "id": 94,
                "type": "Core",
                "reused": false,
                "launcher_flight_number": 1,
                "launcher": {
                    "id": 2,
                    "url": "https://ll.thespacedevs.com/2.2.0/launcher/2/?format=api",
                    "details": "Stage Expended",
                    "flight_proven": true,
                    "serial_number": "B1051",
                    "status": "expended",
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/2_image_20200211104751.jpeg",
                    "successful_landings": 13,
                    "attempted_landings": 13,
                    "flights": 14,
                    "last_launch_date": "2022-11-12T16:06:00Z",
                    "first_launch_date": "2019-03-02T07:49:00Z"
                },
                "landing": {
                    "id": 124,
                    "attempt": true,
                    "success": true,
                    "description": "B1051 has successfully landed on ASDS OCISLY.",
                    "downrange_distance": null,
                    "location": {
                        "id": 1,
                        "name": "Of Course I Still Love You",
                        "abbrev": "OCISLY",
                        "description": "The second ASDS barge, Of Course I Still Love You (OCISLY) services launches in the Pacific Ocean and was the site of the first landing of a SpaceX Falcon 9 first stage during CRS-8, the launch of a Dragon spacecraft to the International Space Station.",
                        "location": null,
                        "successful_landings": 123
                    },
                    "type": {
                        "id": 1,
                        "name": "Autonomous Spaceport Drone Ship",
                        "abbrev": "ASDS",
                        "description": "An autonomous spaceport drone ship (ASDS) is an ocean-going vessel derived from a deck barge, outfitted with station-keeping engines and a large landing platform. Construction of such ships was commissioned by aerospace company SpaceX to allow for recovery of rocket first-stages at sea for high-velocity missions which do not carry enough fuel to return to the launch site after lofting spacecraft onto an orbital trajectory."
                    }
                },
                "previous_flight_date": null,
                "turn_around_time_days": null,
                "previous_flight": null
            }
        ],
        "spacecraft_stage": {
            "id": 363,
            "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/flight/363/?format=api",
            "mission_end": "2019-03-08T13:45:00Z",
            "destination": "International Space Station",
            "launch_crew": [
                {
                    "id": 3064,
                    "role": {
                        "id": 19,
                        "role": "Anthropomorphic Test Device",
                        "priority": 9
                    },
                    "astronaut": {
                        "id": 637,
                        "url": "https://ll.thespacedevs.com/2.2.0/astronaut/637/?format=api",
                        "name": "Ripley",
                        "type": {
                            "id": 6,
                            "name": "Non-Human"
                        },
                        "in_space": false,
                        "time_in_space": "P6DT5H56M",
                        "status": {
                            "id": 1,
                            "name": "Active"
                        },
                        "agency": {
                            "id": 121,
                            "url": "https://ll.thespacedevs.com/2.2.0/agencies/121/?format=api",
                            "name": "SpaceX",
                            "type": "Commercial"
                        },
                        "date_of_birth": null,
                        "date_of_death": null,
                        "nationality": "Earthling",
                        "twitter": "https://twitter.com/RipleyStarman",
                        "instagram": null,
                        "bio": "Ripley is an Anthropomorphic Test Device (ATD), named as a homage to Sigourney Weaver's character in the Alien movies franchise, launched aboard the SpaceX Crew Dragon for its inaugural flight to the International Space Station and back.",
                        "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/ripley_image_20210520140321.png",
                        "wiki": "https://en.wikipedia.org/wiki/Crew_Dragon_Demo-1#Payload",
                        "last_flight": "2019-03-02T07:49:00Z",
                        "first_flight": "2019-03-02T07:49:00Z"
                    }
                },
                {
                    "id": 3066,
                    "role": {
                        "id": 20,
                        "role": "Zero-G Indicator",
                        "priority": 10
                    },
                    "astronaut": {
                        "id": 636,
                        "url": "https://ll.thespacedevs.com/2.2.0/astronaut/636/?format=api",
                        "name": "Little Earth",
                        "type": {
                            "id": 6,
                            "name": "Non-Human"
                        },
                        "in_space": false,
                        "time_in_space": "P6DT5H56M",
                        "status": {
                            "id": 1,
                            "name": "Active"
                        },
                        "agency": {
                            "id": 121,
                            "url": "https://ll.thespacedevs.com/2.2.0/agencies/121/?format=api",
                            "name": "SpaceX",
                            "type": "Commercial"
                        },
                        "date_of_birth": null,
                        "date_of_death": null,
                        "nationality": "Earthling",
                        "twitter": "https://twitter.com/zeroGlyfe",
                        "instagram": "https://www.instagram.com/explore/tags/zerogravityindicator/",
                        "bio": "\"Little Earth\" is the nickname of a Celestial Buddies plushtoy brought to the International Space Station aboard the first SpaceX Crew Dragon on its inaugural flight.\r\nIt was used as a \"Zero-Gravity Indicator\" aboard the Crew Dragon spacecraft during ascent and became a resident of the ISS after the docking.",
                        "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/little2520earth_image_20190307215152.jpg",
                        "wiki": null,
                        "last_flight": "2019-03-02T07:49:00Z",
                        "first_flight": "2019-03-02T07:49:00Z"
                    }
                }
            ],
            "onboard_crew": [
                {
                    "id": 3065,
                    "role": {
                        "id": 19,
                        "role": "Anthropomorphic Test Device",
                        "priority": 9
                    },
                    "astronaut": {
                        "id": 637,
                        "url": "https://ll.thespacedevs.com/2.2.0/astronaut/637/?format=api",
                        "name": "Ripley",
                        "type": {
                            "id": 6,
                            "name": "Non-Human"
                        },
                        "in_space": false,
                        "time_in_space": "P6DT5H56M",
                        "status": {
                            "id": 1,
                            "name": "Active"
                        },
                        "agency": {
                            "id": 121,
                            "url": "https://ll.thespacedevs.com/2.2.0/agencies/121/?format=api",
                            "name": "SpaceX",
                            "type": "Commercial"
                        },
                        "date_of_birth": null,
                        "date_of_death": null,
                        "nationality": "Earthling",
                        "twitter": "https://twitter.com/RipleyStarman",
                        "instagram": null,
                        "bio": "Ripley is an Anthropomorphic Test Device (ATD), named as a homage to Sigourney Weaver's character in the Alien movies franchise, launched aboard the SpaceX Crew Dragon for its inaugural flight to the International Space Station and back.",
                        "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/ripley_image_20210520140321.png",
                        "wiki": "https://en.wikipedia.org/wiki/Crew_Dragon_Demo-1#Payload",
                        "last_flight": "2019-03-02T07:49:00Z",
                        "first_flight": "2019-03-02T07:49:00Z"
                    }
                },
                {
                    "id": 3067,
                    "role": {
                        "id": 20,
                        "role": "Zero-G Indicator",
                        "priority": 10
                    },
                    "astronaut": {
                        "id": 636,
                        "url": "https://ll.thespacedevs.com/2.2.0/astronaut/636/?format=api",
                        "name": "Little Earth",
                        "type": {
                            "id": 6,
                            "name": "Non-Human"
                        },
                        "in_space": false,
                        "time_in_space": "P6DT5H56M",
                        "status": {
                            "id": 1,
                            "name": "Active"
                        },
                        "agency": {
                            "id": 121,
                            "url": "https://ll.thespacedevs.com/2.2.0/agencies/121/?format=api",
                            "name": "SpaceX",
                            "type": "Commercial"
                        },
                        "date_of_birth": null,
                        "date_of_death": null,
                        "nationality": "Earthling",
                        "twitter": "https://twitter.com/zeroGlyfe",
                        "instagram": "https://www.instagram.com/explore/tags/zerogravityindicator/",
                        "bio": "\"Little Earth\" is the nickname of a Celestial Buddies plushtoy brought to the International Space Station aboard the first SpaceX Crew Dragon on its inaugural flight.\r\nIt was used as a \"Zero-Gravity Indicator\" aboard the Crew Dragon spacecraft during ascent and became a resident of the ISS after the docking.",
                        "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/little2520earth_image_20190307215152.jpg",
                        "wiki": null,
                        "last_flight": "2019-03-02T07:49:00Z",
                        "first_flight": "2019-03-02T07:49:00Z"
                    }
                }
            ],
            "landing_crew": [
                {
                    "id": 872,
                    "role": {
                        "id": 19,
                        "role": "Anthropomorphic Test Device",
                        "priority": 9
                    },
                    "astronaut": {
                        "id": 637,
                        "url": "https://ll.thespacedevs.com/2.2.0/astronaut/637/?format=api",
                        "name": "Ripley",
                        "type": {
                            "id": 6,
                            "name": "Non-Human"
                        },
                        "in_space": false,
                        "time_in_space": "P6DT5H56M",
                        "status": {
                            "id": 1,
                            "name": "Active"
                        },
                        "agency": {
                            "id": 121,
                            "url": "https://ll.thespacedevs.com/2.2.0/agencies/121/?format=api",
                            "name": "SpaceX",
                            "type": "Commercial"
                        },
                        "date_of_birth": null,
                        "date_of_death": null,
                        "nationality": "Earthling",
                        "twitter": "https://twitter.com/RipleyStarman",
                        "instagram": null,
                        "bio": "Ripley is an Anthropomorphic Test Device (ATD), named as a homage to Sigourney Weaver's character in the Alien movies franchise, launched aboard the SpaceX Crew Dragon for its inaugural flight to the International Space Station and back.",
                        "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/ripley_image_20210520140321.png",
                        "wiki": "https://en.wikipedia.org/wiki/Crew_Dragon_Demo-1#Payload",
                        "last_flight": "2019-03-02T07:49:00Z",
                        "first_flight": "2019-03-02T07:49:00Z"
                    }
                },
                {
                    "id": 873,
                    "role": {
                        "id": 20,
                        "role": "Zero-G Indicator",
                        "priority": 10
                    },
                    "astronaut": {
                        "id": 636,
                        "url": "https://ll.thespacedevs.com/2.2.0/astronaut/636/?format=api",
                        "name": "Little Earth",
                        "type": {
                            "id": 6,
                            "name": "Non-Human"
                        },
                        "in_space": false,
                        "time_in_space": "P6DT5H56M",
                        "status": {
                            "id": 1,
                            "name": "Active"
                        },
                        "agency": {
                            "id": 121,
                            "url": "https://ll.thespacedevs.com/2.2.0/agencies/121/?format=api",
                            "name": "SpaceX",
                            "type": "Commercial"
                        },
                        "date_of_birth": null,
                        "date_of_death": null,
                        "nationality": "Earthling",
                        "twitter": "https://twitter.com/zeroGlyfe",
                        "instagram": "https://www.instagram.com/explore/tags/zerogravityindicator/",
                        "bio": "\"Little Earth\" is the nickname of a Celestial Buddies plushtoy brought to the International Space Station aboard the first SpaceX Crew Dragon on its inaugural flight.\r\nIt was used as a \"Zero-Gravity Indicator\" aboard the Crew Dragon spacecraft during ascent and became a resident of the ISS after the docking.",
                        "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/little2520earth_image_20190307215152.jpg",
                        "wiki": null,
                        "last_flight": "2019-03-02T07:49:00Z",
                        "first_flight": "2019-03-02T07:49:00Z"
                    }
                }
            ],
            "spacecraft": {
                "id": 233,
                "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/233/?format=api",
                "name": "Crew Dragon C204",
                "serial_number": "C204",
                "is_placeholder": false,
                "in_space": false,
                "time_in_space": "P6DT5H56M",
                "time_docked": "P4DT20H41M",
                "flights_count": 1,
                "mission_ends_count": 1,
                "status": {
                    "id": 3,
                    "name": "Destroyed"
                },
                "description": "Crew Dragon C204 is the Crew Dragon spacecraft launched on the SpaceX DM-1 demonstration mission to the ISS.\r\nIt was destroyed during an anomaly during testing in April 2019.",
                "spacecraft_config": {
                    "id": 6,
                    "url": "https://ll.thespacedevs.com/2.2.0/config/spacecraft/6/?format=api",
                    "name": "Crew Dragon 2",
                    "type": {
                        "id": 2,
                        "name": "Capsule"
                    },
                    "agency": {
                        "id": 121,
                        "url": "https://ll.thespacedevs.com/2.2.0/agencies/121/?format=api",
                        "name": "SpaceX",
                        "featured": true,
                        "type": "Commercial",
                        "country_code": "USA",
                        "abbrev": "SpX",
                        "description": "Space Exploration Technologies Corp., known as SpaceX, is an American aerospace manufacturer and space transport services company headquartered in Hawthorne, California. It was founded in 2002 by entrepreneur Elon Musk with the goal of reducing space transportation costs and enabling the colonization of Mars. SpaceX operates from many pads, on the East Coast of the US they operate from SLC-40 at Cape Canaveral Space Force Station and historic LC-39A at Kennedy Space Center. They also operate from SLC-4E at Vandenberg Space Force Base, California, usually for polar launches. Another launch site is being developed at Boca Chica, Texas.",
                        "administrator": "CEO: Elon Musk",
                        "founding_year": "2002",
                        "launchers": "Falcon | Starship",
                        "spacecraft": "Dragon",
                        "parent": null,
                        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/spacex_image_20190207032501.jpeg",
                        "logo_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/spacex_logo_20220826094919.png"
                    },
                    "in_use": true,
                    "capability": "Crew Flights to ISS or Low Earth Orbit",
                    "history": "Crew Dragon 2 is a spacecraft developed by SpaceX, an American private space transportation company based in Hawthorne, California. Dragon is launched into space by the SpaceX Falcon 9 two-stage-to-orbit launch vehicle. It is one of two American Spacecraft being develeoped capable of lifting American Astronauts to the International Space Station.\r\n\r\nThe first crewed flight, launched on 30 May 2020 on a Falcon 9 rocket, and carried NASA astronauts Douglas Hurley and Robert Behnken to the International Space Station in the first crewed orbital spaceflight launched from the US since the final Space Shuttle mission in 2011, and the first ever operated by a commercial provider.",
                    "details": "Crew Dragon 2 is capable of lifting four astronauts, or a combination of crew and cargo to and from low Earth orbit. Its heat shield is designed to withstand Earth re-entry velocities from Lunar and Martian spaceflights.",
                    "maiden_flight": "2019-03-02",
                    "height": 7.2,
                    "diameter": 3.7,
                    "human_rated": true,
                    "crew_capacity": 4,
                    "payload_capacity": 6000,
                    "payload_return_capacity": null,
                    "flight_life": "Able to fly for up to one week of free flight or two years docked.",
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/spacex_dm-2_cre_image_20200504065311.jpeg",
                    "nation_url": null,
                    "wiki_link": "https://en.wikipedia.org/wiki/Dragon_2",
                    "info_link": "https://www.spacex.com/crew-dragon"
                }
            },
            "landing": {
                "id": 358,
                "attempt": true,
                "success": true,
                "description": "Crew Dragon C204 successfully splashed down in the Atlantic Ocean with its 2 passengers, Anthropomorphic Test Device \"Ripley\", and Zero-G indicator Little Earth. The capsule was recovered by recovery vessel Go Searcher (now known as Megan)",
                "downrange_distance": 452.0,
                "location": {
                    "id": 6,
                    "name": "Atlantic Ocean",
                    "abbrev": "ATL",
                    "description": "Atlantic Ocean",
                    "location": null,
                    "successful_landings": 37
                },
                "type": {
                    "id": 4,
                    "name": "Parachute Landing",
                    "abbrev": "PCL",
                    "description": "Unpowered landing using parachute(s)."
                }
            },
            "docking_events": [
                {
                    "id": 46,
                    "spacestation": {
                        "id": 4,
                        "url": "https://ll.thespacedevs.com/2.2.0/spacestation/4/?format=api",
                        "name": "International Space Station",
                        "status": {
                            "id": 1,
                            "name": "Active"
                        },
                        "founded": "1998-11-20",
                        "description": "The International Space Station (ISS) is a space station, or a habitable artificial satellite, in low Earth orbit. Its first component was launched into orbit in 1998, with the first long-term residents arriving in November 2000. It has been inhabited continuously since that date. The last pressurised module was fitted in 2011, and an experimental inflatable space habitat was added in 2016. The station is expected to operate until 2030. Development and assembly of the station continues, with several new elements scheduled for launch in 2019. The ISS is the largest human-made body in low Earth orbit and can often be seen with the naked eye from Earth. The ISS consists of pressurised habitation modules, structural trusses, solar arrays, radiators, docking ports, experiment bays and robotic arms. ISS components have been launched by Russian Proton and Soyuz rockets, and American Space Shuttles.",
                        "orbit": "Low Earth Orbit",
                        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/international2520space2520station_image_20190220215716.jpeg"
                    },
                    "docking": "2019-03-03T10:51:00Z",
                    "departure": "2019-03-08T07:32:00Z",
                    "docking_location": {
                        "id": 19,
                        "name": "Harmony forward",
                        "spacestation": {
                            "id": 4,
                            "url": "https://ll.thespacedevs.com/2.2.0/spacestation/4/?format=api",
                            "name": "International Space Station"
                        }
                    }
                }
            ]
        }
    },
    "mission": {
        "id": 963,
        "name": "SpaceX DM-1 (Demonstration Mission 1)",
        "description": "This is the first test flight of Crew Dragon 2 to the International Space Station marking a huge milestone towards the Commercial Crew program.",
        "launch_designator": null,
        "type": "Test Flight",
        "orbit": {
            "id": 8,
            "name": "Low Earth Orbit",
            "abbrev": "LEO"
        },
        "agencies": [],
        "info_urls": [],
        "vid_urls": []
    },
    "pad": {
        "id": 87,
        "url": "https://ll.thespacedevs.com/2.2.0/pad/87/?format=api",
        "agency_id": 121,
        "name": "Launch Complex 39A",
        "description": "",
        "info_url": null,
        "wiki_url": "https://en.wikipedia.org/wiki/Kennedy_Space_Center_Launch_Complex_39#Launch_Pad_39A",
        "map_url": "https://www.google.com/maps?q=28.60822681,-80.60428186",
        "latitude": "28.60822681",
        "longitude": "-80.60428186",
        "location": {
            "id": 27,
            "url": "https://ll.thespacedevs.com/2.2.0/location/27/?format=api",
            "name": "Kennedy Space Center, FL, USA",
            "country_code": "USA",
            "description": "The John F. Kennedy Space Center, located on Merritt Island, Florida, is one of NASA's ten field centers. Since 1968, KSC has been NASA's primary launch center of American spaceflight, research, and technology. Launch operations for the Apollo, Skylab and Space Shuttle programs were carried out from Kennedy Space Center Launch Complex 39 and managed by KSC. Located on the east coast of Florida, KSC is adjacent to Cape Canaveral Space Force Station (CCSFS).",
            "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_27_20200803142447.jpg",
            "timezone_name": "America/New_York",
            "total_launch_count": 260,
            "total_landing_count": 0
        },
        "country_code": "USA",
        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_87_20200803143537.jpg",
        "total_launch_count": 202,
        "orbital_launch_attempt_count": 201
    },
    "infoURLs": [],
    "vidURLs": [
        {
            "priority": 0,
            "source": null,
            "publisher": null,
            "title": "Crew Demo-1 Mission | Launch",
            "description": "At 2:49 a.m. EST on March 2, SpaceX launched Crew Dragon’s first demonstration mission from Launch Complex 39A (LC-39A) at NASA’s Kennedy Space Center in Flo...",
            "feature_image": "https://i.ytimg.com/vi/2ZL0tbOZYhE/maxresdefault.jpg",
            "url": "https://www.youtube.com/watch?v=2ZL0tbOZYhE",
            "type": null,
            "language": null,
            "start_time": null,
            "end_time": null
        },
        {
            "priority": 0,
            "source": null,
            "publisher": null,
            "title": "Watch Falcon 9 Block 5 | SpX-DM1 full launch recap!",
            "description": "The first test flight of Crew Dragon 2 to the International Space Station marking a huge milestone towards the Commercial Crew program.",
            "feature_image": "https://i.ytimg.com/vi/W_lneI4Oga8/maxresdefault.jpg",
            "url": "https://www.youtube.com/watch?v=W_lneI4Oga8",
            "type": null,
            "language": null,
            "start_time": null,
            "end_time": null
        },
        {
            "priority": 0,
            "source": null,
            "publisher": null,
            "title": "SpaceX Falcon 9 with Crew Dragon Onboard Launches on Demo-1",
            "description": "Countdown and liftoff of the SpaceX Falcon 9 rocket with the company's Crew Dragon onboard on Demo-1, the first uncrewed flight test of the Crew Dragon space...",
            "feature_image": "https://i.ytimg.com/vi/SBj2KsnAKb4/maxresdefault.jpg",
            "url": "https://www.youtube.com/watch?v=SBj2KsnAKb4",
            "type": null,
            "language": null,
            "start_time": null,
            "end_time": null
        }
    ],
    "webcast_live": false,
    "timeline": [],
    "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/falcon_9_image_20230807133459.jpeg",
    "infographic": null,
    "program": [
        {
            "id": 5,
            "url": "https://ll.thespacedevs.com/2.2.0/program/5/?format=api",
            "name": "Commercial Crew Program",
            "description": "The Commercial Crew Program (CCP) is a human spaceflight program operated by NASA, in association with American aerospace manufacturers Boeing and SpaceX. The program conducts rotations between the expeditions of the International Space Station program, transporting crews to and from the International Space Station (ISS) aboard Boeing Starliner and SpaceX Crew Dragon capsules, in the first crewed orbital spaceflights operated by private companies.",
            "agencies": [
                {
                    "id": 80,
                    "url": "https://ll.thespacedevs.com/2.2.0/agencies/80/?format=api",
                    "name": "Boeing",
                    "type": "Commercial"
                },
                {
                    "id": 44,
                    "url": "https://ll.thespacedevs.com/2.2.0/agencies/44/?format=api",
                    "name": "National Aeronautics and Space Administration",
                    "type": "Government"
                },
                {
                    "id": 121,
                    "url": "https://ll.thespacedevs.com/2.2.0/agencies/121/?format=api",
                    "name": "SpaceX",
                    "type": "Commercial"
                }
            ],
            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/commercial2520_program_20200820201209.png",
            "start_date": "2011-04-18T00:00:00Z",
            "end_date": null,
            "info_url": "https://www.nasa.gov/exploration/commercial/crew/index.html",
            "wiki_url": "https://en.wikipedia.org/wiki/Commercial_Crew_Program",
            "mission_patches": [],
            "type": {
                "id": 2,
                "name": "Human Spaceflight"
            }
        },
        {
            "id": 17,
            "url": "https://ll.thespacedevs.com/2.2.0/program/17/?format=api",
            "name": "International Space Station",
            "description": "The International Space Station programme is tied together by a complex set of legal, political and financial agreements between the sixteen nations involved in the project, governing ownership of the various components, rights to crewing and utilization, and responsibilities for crew rotation and resupply of the International Space Station. It was conceived in 1984 by President Ronald Reagan, during the Space Station Freedom project as it was originally called.",
            "agencies": [
                {
                    "id": 16,
                    "url": "https://ll.thespacedevs.com/2.2.0/agencies/16/?format=api",
                    "name": "Canadian Space Agency",
                    "type": "Government"
                },
                {
                    "id": 27,
                    "url": "https://ll.thespacedevs.com/2.2.0/agencies/27/?format=api",
                    "name": "European Space Agency",
                    "type": "Multinational"
                },
                {
                    "id": 37,
                    "url": "https://ll.thespacedevs.com/2.2.0/agencies/37/?format=api",
                    "name": "Japan Aerospace Exploration Agency",
                    "type": "Government"
                },
                {
                    "id": 44,
                    "url": "https://ll.thespacedevs.com/2.2.0/agencies/44/?format=api",
                    "name": "National Aeronautics and Space Administration",
                    "type": "Government"
                },
                {
                    "id": 63,
                    "url": "https://ll.thespacedevs.com/2.2.0/agencies/63/?format=api",
                    "name": "Russian Federal Space Agency (ROSCOSMOS)",
                    "type": "Government"
                }
            ],
            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/international2_program_20201129184745.png",
            "start_date": "1998-11-20T06:40:00Z",
            "end_date": null,
            "info_url": "https://www.nasa.gov/mission_pages/station/main/index.html",
            "wiki_url": "https://en.wikipedia.org/wiki/International_Space_Station_programme",
            "mission_patches": [],
            "type": {
                "id": 2,
                "name": "Human Spaceflight"
            }
        }
    ],
    "orbital_launch_attempt_count": 5833,
    "location_launch_attempt_count": 169,
    "pad_launch_attempt_count": 112,
    "agency_launch_attempt_count": 76,
    "orbital_launch_attempt_count_year": 13,
    "location_launch_attempt_count_year": 1,
    "pad_launch_attempt_count_year": 1,
    "agency_launch_attempt_count_year": 3,
    "pad_turnaround": "P106DT11H3M",
    "mission_patches": [
        {
            "id": 503,
            "name": "SpaceX DM-1 (Demonstration Mission 1) Patch",
            "priority": 10,
            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/mission_patch_images/spacex2520dm-1_mission_patch_20211031044127.png",
            "agency": {
                "id": 121,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/121/?format=api",
                "name": "SpaceX",
                "type": "Commercial"
            }
        }
    ],
    "type": "detailed"
}