API endpoint that allows Spacecrafts to be viewed.
A Spacecraft is a physically manufactured instance of a Spacecraft Configuration

GET:
Return a list of all the existing spacecraft.

FILTERS:
Parameters - 'name', 'status', 'spacecraft_config', 'is_placeholder', 'in_space'
Example - /2.2.0/spacecraft/?in_space=true

SEARCH EXAMPLE:
Example - /2.2.0/spacecraft/?search=Dragon

ORDERING:
Fields - 'id', 'time_in_space', 'time_docked', 'flights_count', 'mission_ends_count'
Example - /2.2.0/spacecraft/?ordering=id

GET /2.2.0/spacecraft/551/?format=api
HTTP 200 OK
Allow: GET
Content-Type: application/json
Vary: Accept

{
    "id": 551,
    "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/551/?format=api",
    "name": "Crew Dragon Freedom",
    "serial_number": "C212",
    "is_placeholder": false,
    "in_space": false,
    "time_in_space": "P201DT10H10M57S",
    "time_docked": "P195DT21H58M11S",
    "flights_count": 3,
    "mission_ends_count": 3,
    "status": {
        "id": 1,
        "name": "Active"
    },
    "description": "Crew Dragon spacecraft first used for Crew-4.",
    "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://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/spacex_image_20190207032501.jpeg",
            "logo_url": "https://spacelaunchnow-prod-east.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://spacelaunchnow-prod-east.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"
    },
    "flights": [
        {
            "id": 669,
            "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/flight/669/?format=api",
            "destination": "International Space Station",
            "mission_end": "2023-05-31T03:05:00Z",
            "spacecraft": {
                "id": 551,
                "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/551/?format=api",
                "name": "Crew Dragon Freedom",
                "serial_number": "C212",
                "is_placeholder": false,
                "in_space": false,
                "time_in_space": "P201DT10H10M57S",
                "time_docked": "P195DT21H58M11S",
                "flights_count": 3,
                "mission_ends_count": 3,
                "status": {
                    "id": 1,
                    "name": "Active"
                },
                "description": "Crew Dragon spacecraft first used for Crew-4.",
                "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",
                        "type": "Commercial"
                    },
                    "in_use": true,
                    "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/spacex_dm-2_cre_image_20200504065311.jpeg"
                }
            },
            "launch": {
                "id": "0297d3dc-0513-450a-babc-6f3da8e8c181",
                "url": "https://ll.thespacedevs.com/2.2.0/launch/0297d3dc-0513-450a-babc-6f3da8e8c181/?format=api",
                "slug": "falcon-9-block-5-axiom-space-mission-2",
                "name": "Falcon 9 Block 5 | Axiom Space Mission 2",
                "status": {
                    "id": 3,
                    "name": "Launch Successful",
                    "abbrev": "Success",
                    "description": "The launch vehicle successfully inserted its payload(s) into the target orbit(s)."
                },
                "last_updated": "2024-03-05T18:33:13Z",
                "net": "2023-05-21T21:37:00Z",
                "window_end": "2023-05-21T21:37:00Z",
                "window_start": "2023-05-21T21:37:00Z",
                "net_precision": {
                    "id": 1,
                    "name": "Minute",
                    "abbrev": "MIN",
                    "description": "The T-0 is accurate to the minute."
                },
                "probability": 60,
                "weather_concerns": null,
                "holdreason": "",
                "failreason": "",
                "hashtag": null,
                "launch_service_provider": {
                    "id": 121,
                    "url": "https://ll.thespacedevs.com/2.2.0/agencies/121/?format=api",
                    "name": "SpaceX",
                    "type": "Commercial"
                },
                "rocket": {
                    "id": 2950,
                    "configuration": {
                        "id": 164,
                        "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/164/?format=api",
                        "name": "Falcon 9",
                        "family": "Falcon",
                        "full_name": "Falcon 9 Block 5",
                        "variant": "Block 5"
                    }
                },
                "mission": {
                    "id": 1367,
                    "name": "Axiom Space Mission 2",
                    "description": "This is a Crew Dragon flight for a private company Axiom Space. The mission will carry a professionally trained commander alongside three private astronauts to and from the International Space Station. This crew will stay aboard space station for  at least eight days.",
                    "launch_designator": null,
                    "type": "Human Exploration",
                    "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": null,
                    "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": "",
                        "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/location_27_20200803142447.jpg",
                        "timezone_name": "America/New_York",
                        "total_launch_count": 237,
                        "total_landing_count": 0
                    },
                    "country_code": "USA",
                    "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/pad_87_20200803143537.jpg",
                    "total_launch_count": 179,
                    "orbital_launch_attempt_count": 178
                },
                "webcast_live": false,
                "image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/falcon2520925_image_20210525170218.jpeg",
                "infographic": null,
                "program": [
                    {
                        "id": 32,
                        "url": "https://ll.thespacedevs.com/2.2.0/program/32/?format=api",
                        "name": "Axiom Private Spaceflight",
                        "description": "Axiom Space provides human spaceflight missions to the International Space Station. \r\nThe company sent its first commercial astronauts into orbit in 2022. It also plans human spaceflight for government-funded and commercial astronauts engaging in in-space research, in-space manufacturing, and space exploration.",
                        "agencies": [
                            {
                                "id": 1022,
                                "url": "https://ll.thespacedevs.com/2.2.0/agencies/1022/?format=api",
                                "name": "Axiom Space",
                                "type": "Private"
                            }
                        ],
                        "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/axiom2520priva_program_20231231100427.jpeg",
                        "start_date": "2022-04-08T00:00:00Z",
                        "end_date": null,
                        "info_url": "https://www.axiomspace.com/missions/",
                        "wiki_url": "https://en.wikipedia.org/wiki/Axiom_Space#Missions",
                        "mission_patches": [
                            {
                                "id": 605,
                                "name": "Ax-1 Patch",
                                "priority": 10,
                                "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/mission_patch_images/ax-12520patch_mission_patch_20220401172359.png",
                                "agency": {
                                    "id": 1022,
                                    "url": "https://ll.thespacedevs.com/2.2.0/agencies/1022/?format=api",
                                    "name": "Axiom Space",
                                    "type": "Private"
                                }
                            },
                            {
                                "id": 778,
                                "name": "Axiom Mission 2 Patch",
                                "priority": 10,
                                "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/mission_patch_images/axiom2520missi_mission_patch_20230522161438.png",
                                "agency": {
                                    "id": 1022,
                                    "url": "https://ll.thespacedevs.com/2.2.0/agencies/1022/?format=api",
                                    "name": "Axiom Space",
                                    "type": "Private"
                                }
                            },
                            {
                                "id": 901,
                                "name": "Ax-3 Patch",
                                "priority": 10,
                                "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/mission_patch_images/ax-32520patch_mission_patch_20231019065301.png",
                                "agency": {
                                    "id": 1022,
                                    "url": "https://ll.thespacedevs.com/2.2.0/agencies/1022/?format=api",
                                    "name": "Axiom Space",
                                    "type": "Private"
                                }
                            }
                        ],
                        "type": {
                            "id": 2,
                            "name": "Human Spaceflight"
                        }
                    }
                ],
                "orbital_launch_attempt_count": 6432,
                "location_launch_attempt_count": 219,
                "pad_launch_attempt_count": 161,
                "agency_launch_attempt_count": 248,
                "orbital_launch_attempt_count_year": 75,
                "location_launch_attempt_count_year": 6,
                "pad_launch_attempt_count_year": 6,
                "agency_launch_attempt_count_year": 35,
                "type": "normal"
            },
            "landing": {
                "id": 396,
                "attempt": true,
                "success": true,
                "description": "The Crew Dragon spacecraft has splashed down in the Gulf of Mexico carrying 4 passengers.",
                "downrange_distance": null,
                "location": {
                    "id": 16,
                    "name": "Gulf of Mexico",
                    "abbrev": "GOM",
                    "description": "Gulf of Mexico",
                    "location": null,
                    "successful_landings": 0
                },
                "type": {
                    "id": 4,
                    "name": "Parachute Landing",
                    "abbrev": "PL",
                    "description": "Unpowered landing using parachute(s)."
                }
            }
        },
        {
            "id": 670,
            "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/flight/670/?format=api",
            "destination": "International Space Station",
            "mission_end": "2024-02-09T13:30:00Z",
            "spacecraft": {
                "id": 551,
                "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/551/?format=api",
                "name": "Crew Dragon Freedom",
                "serial_number": "C212",
                "is_placeholder": false,
                "in_space": false,
                "time_in_space": "P201DT10H10M57S",
                "time_docked": "P195DT21H58M11S",
                "flights_count": 3,
                "mission_ends_count": 3,
                "status": {
                    "id": 1,
                    "name": "Active"
                },
                "description": "Crew Dragon spacecraft first used for Crew-4.",
                "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",
                        "type": "Commercial"
                    },
                    "in_use": true,
                    "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/spacex_dm-2_cre_image_20200504065311.jpeg"
                }
            },
            "launch": {
                "id": "da48063e-b50f-4602-adab-ad7331ee6d82",
                "url": "https://ll.thespacedevs.com/2.2.0/launch/da48063e-b50f-4602-adab-ad7331ee6d82/?format=api",
                "slug": "falcon-9-block-5-axiom-space-mission-3",
                "name": "Falcon 9 Block 5 | Axiom Space Mission 3",
                "status": {
                    "id": 3,
                    "name": "Launch Successful",
                    "abbrev": "Success",
                    "description": "The launch vehicle successfully inserted its payload(s) into the target orbit(s)."
                },
                "last_updated": "2024-03-05T17:47:16Z",
                "net": "2024-01-18T21:49:11Z",
                "window_end": "2024-01-18T21:49:11Z",
                "window_start": "2024-01-18T21:49:11Z",
                "net_precision": {
                    "id": 0,
                    "name": "Second",
                    "abbrev": "SEC",
                    "description": "The T-0 is accurate to the second."
                },
                "probability": 80,
                "weather_concerns": "Cumulus Cloud Rule, Flight Through Precipitation",
                "holdreason": "",
                "failreason": "",
                "hashtag": null,
                "launch_service_provider": {
                    "id": 121,
                    "url": "https://ll.thespacedevs.com/2.2.0/agencies/121/?format=api",
                    "name": "SpaceX",
                    "type": "Commercial"
                },
                "rocket": {
                    "id": 2951,
                    "configuration": {
                        "id": 164,
                        "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/164/?format=api",
                        "name": "Falcon 9",
                        "family": "Falcon",
                        "full_name": "Falcon 9 Block 5",
                        "variant": "Block 5"
                    }
                },
                "mission": {
                    "id": 1368,
                    "name": "Axiom Space Mission 3",
                    "description": "This is a Crew Dragon flight for a private company Axiom Space. The mission will carry a professionally trained commander alongside three private astronauts to and from the International Space Station. This crew will stay aboard space station for  at least eight days.",
                    "launch_designator": null,
                    "type": "Tourism",
                    "orbit": {
                        "id": 8,
                        "name": "Low Earth Orbit",
                        "abbrev": "LEO"
                    },
                    "agencies": [
                        {
                            "id": 1022,
                            "url": "https://ll.thespacedevs.com/2.2.0/agencies/1022/?format=api",
                            "name": "Axiom Space",
                            "featured": false,
                            "type": "Private",
                            "country_code": "USA",
                            "abbrev": "AXS",
                            "description": "Axiom Space, Inc., also known as Axiom, is an American privately funded aerospace manufacturer and orbital spaceflight services company headquartered in Houston, Texas.",
                            "administrator": "Michael Suffredini",
                            "founding_year": "2016",
                            "launchers": "",
                            "spacecraft": "",
                            "launch_library_url": null,
                            "total_launch_count": 0,
                            "consecutive_successful_launches": 0,
                            "successful_launches": 0,
                            "failed_launches": 0,
                            "pending_launches": 0,
                            "consecutive_successful_landings": 0,
                            "successful_landings": 0,
                            "failed_landings": 0,
                            "attempted_landings": 0,
                            "info_url": "https://www.axiomspace.com/",
                            "wiki_url": "https://en.wikipedia.org/wiki/Axiom_Space",
                            "logo_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/axiom2520space_logo_20201201090013.png",
                            "image_url": null,
                            "nation_url": null
                        }
                    ],
                    "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": null,
                    "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": "",
                        "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/location_27_20200803142447.jpg",
                        "timezone_name": "America/New_York",
                        "total_launch_count": 237,
                        "total_landing_count": 0
                    },
                    "country_code": "USA",
                    "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/pad_87_20200803143537.jpg",
                    "total_launch_count": 179,
                    "orbital_launch_attempt_count": 178
                },
                "webcast_live": false,
                "image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/falcon2520925_image_20240116164417.jpeg",
                "infographic": null,
                "program": [
                    {
                        "id": 32,
                        "url": "https://ll.thespacedevs.com/2.2.0/program/32/?format=api",
                        "name": "Axiom Private Spaceflight",
                        "description": "Axiom Space provides human spaceflight missions to the International Space Station. \r\nThe company sent its first commercial astronauts into orbit in 2022. It also plans human spaceflight for government-funded and commercial astronauts engaging in in-space research, in-space manufacturing, and space exploration.",
                        "agencies": [
                            {
                                "id": 1022,
                                "url": "https://ll.thespacedevs.com/2.2.0/agencies/1022/?format=api",
                                "name": "Axiom Space",
                                "type": "Private"
                            }
                        ],
                        "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/axiom2520priva_program_20231231100427.jpeg",
                        "start_date": "2022-04-08T00:00:00Z",
                        "end_date": null,
                        "info_url": "https://www.axiomspace.com/missions/",
                        "wiki_url": "https://en.wikipedia.org/wiki/Axiom_Space#Missions",
                        "mission_patches": [
                            {
                                "id": 605,
                                "name": "Ax-1 Patch",
                                "priority": 10,
                                "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/mission_patch_images/ax-12520patch_mission_patch_20220401172359.png",
                                "agency": {
                                    "id": 1022,
                                    "url": "https://ll.thespacedevs.com/2.2.0/agencies/1022/?format=api",
                                    "name": "Axiom Space",
                                    "type": "Private"
                                }
                            },
                            {
                                "id": 778,
                                "name": "Axiom Mission 2 Patch",
                                "priority": 10,
                                "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/mission_patch_images/axiom2520missi_mission_patch_20230522161438.png",
                                "agency": {
                                    "id": 1022,
                                    "url": "https://ll.thespacedevs.com/2.2.0/agencies/1022/?format=api",
                                    "name": "Axiom Space",
                                    "type": "Private"
                                }
                            },
                            {
                                "id": 901,
                                "name": "Ax-3 Patch",
                                "priority": 10,
                                "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/mission_patch_images/ax-32520patch_mission_patch_20231019065301.png",
                                "agency": {
                                    "id": 1022,
                                    "url": "https://ll.thespacedevs.com/2.2.0/agencies/1022/?format=api",
                                    "name": "Axiom Space",
                                    "type": "Private"
                                }
                            }
                        ],
                        "type": {
                            "id": 2,
                            "name": "Human Spaceflight"
                        }
                    }
                ],
                "orbital_launch_attempt_count": 6592,
                "location_launch_attempt_count": 227,
                "pad_launch_attempt_count": 169,
                "agency_launch_attempt_count": 317,
                "orbital_launch_attempt_count_year": 14,
                "location_launch_attempt_count_year": 1,
                "pad_launch_attempt_count_year": 1,
                "agency_launch_attempt_count_year": 6,
                "type": "normal"
            },
            "landing": {
                "id": 397,
                "attempt": true,
                "success": true,
                "description": "The Crew Dragon spacecraft splashed down in the Atlantic Ocean carrying 4 passengers.",
                "downrange_distance": null,
                "location": {
                    "id": 6,
                    "name": "Atlantic Ocean",
                    "abbrev": "ATL",
                    "description": "Atlantic Ocean",
                    "location": null,
                    "successful_landings": 0
                },
                "type": {
                    "id": 4,
                    "name": "Parachute Landing",
                    "abbrev": "PL",
                    "description": "Unpowered landing using parachute(s)."
                }
            }
        },
        {
            "id": 591,
            "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/flight/591/?format=api",
            "destination": "International Space Station",
            "mission_end": "2022-10-14T20:55:03Z",
            "spacecraft": {
                "id": 551,
                "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/551/?format=api",
                "name": "Crew Dragon Freedom",
                "serial_number": "C212",
                "is_placeholder": false,
                "in_space": false,
                "time_in_space": "P201DT10H10M57S",
                "time_docked": "P195DT21H58M11S",
                "flights_count": 3,
                "mission_ends_count": 3,
                "status": {
                    "id": 1,
                    "name": "Active"
                },
                "description": "Crew Dragon spacecraft first used for Crew-4.",
                "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",
                        "type": "Commercial"
                    },
                    "in_use": true,
                    "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/spacex_dm-2_cre_image_20200504065311.jpeg"
                }
            },
            "launch": {
                "id": "d786d8fc-862b-45bf-8f7b-9ad862883f67",
                "url": "https://ll.thespacedevs.com/2.2.0/launch/d786d8fc-862b-45bf-8f7b-9ad862883f67/?format=api",
                "slug": "falcon-9-block-5-crew-4",
                "name": "Falcon 9 Block 5 | Crew-4",
                "status": {
                    "id": 3,
                    "name": "Launch Successful",
                    "abbrev": "Success",
                    "description": "The launch vehicle successfully inserted its payload(s) into the target orbit(s)."
                },
                "last_updated": "2024-03-05T18:04:52Z",
                "net": "2022-04-27T07:52:55Z",
                "window_end": "2022-04-27T07:52:55Z",
                "window_start": "2022-04-27T07:52:55Z",
                "net_precision": null,
                "probability": 90,
                "weather_concerns": null,
                "holdreason": "",
                "failreason": "",
                "hashtag": null,
                "launch_service_provider": {
                    "id": 121,
                    "url": "https://ll.thespacedevs.com/2.2.0/agencies/121/?format=api",
                    "name": "SpaceX",
                    "type": "Commercial"
                },
                "rocket": {
                    "id": 2831,
                    "configuration": {
                        "id": 164,
                        "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/164/?format=api",
                        "name": "Falcon 9",
                        "family": "Falcon",
                        "full_name": "Falcon 9 Block 5",
                        "variant": "Block 5"
                    }
                },
                "mission": {
                    "id": 1238,
                    "name": "Crew-4",
                    "description": "SpaceX Crew-4 is the fourth crewed operational flight of a Crew Dragon spacecraft to the International Space Station as part of NASA's Commercial Crew Program.",
                    "launch_designator": null,
                    "type": "Human Exploration",
                    "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": null,
                    "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": "",
                        "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/location_27_20200803142447.jpg",
                        "timezone_name": "America/New_York",
                        "total_launch_count": 237,
                        "total_landing_count": 0
                    },
                    "country_code": "USA",
                    "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/pad_87_20200803143537.jpg",
                    "total_launch_count": 179,
                    "orbital_launch_attempt_count": 178
                },
                "webcast_live": false,
                "image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/falcon2520925_image_20220425235913.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://spacelaunchnow-prod-east.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://spacelaunchnow-prod-east.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": 6214,
                "location_launch_attempt_count": 200,
                "pad_launch_attempt_count": 143,
                "agency_launch_attempt_count": 168,
                "orbital_launch_attempt_count_year": 43,
                "location_launch_attempt_count_year": 6,
                "pad_launch_attempt_count_year": 6,
                "agency_launch_attempt_count_year": 16,
                "type": "normal"
            },
            "landing": {
                "id": 405,
                "attempt": true,
                "success": true,
                "description": "The Crew Dragon spacecraft successfully splashed down in the Atlantic Ocean carrying 4 astronauts back from the International Space Station.",
                "downrange_distance": null,
                "location": {
                    "id": 6,
                    "name": "Atlantic Ocean",
                    "abbrev": "ATL",
                    "description": "Atlantic Ocean",
                    "location": null,
                    "successful_landings": 0
                },
                "type": {
                    "id": 4,
                    "name": "Parachute Landing",
                    "abbrev": "PL",
                    "description": "Unpowered landing using parachute(s)."
                }
            }
        }
    ]
}