API endpoint that allows a flight of a specific Spacecraft instances to be viewed.

GET:
Return a list of all the existing Spacecraft flights.

FILTERS:
Parameters - 'spacecraft'
Example - /api/2.2.0/spacecraft/flight/?spacecraft=37

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

{
    "id": 777,
    "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/flight/777/?format=api",
    "mission_end": null,
    "destination": "International Space Station",
    "launch_crew": [
        {
            "id": 4857,
            "role": {
                "id": 1,
                "role": "Commander",
                "priority": 0
            },
            "astronaut": {
                "id": 575,
                "url": "https://ll.thespacedevs.com/2.2.0/astronaut/575/?format=api",
                "name": "Zena Cardman",
                "type": {
                    "id": 2,
                    "name": "Government"
                },
                "in_space": false,
                "time_in_space": "P0D",
                "status": {
                    "id": 1,
                    "name": "Active"
                },
                "agency": {
                    "id": 44,
                    "url": "https://ll.thespacedevs.com/2.2.0/agencies/44/?format=api",
                    "name": "National Aeronautics and Space Administration",
                    "type": "Government"
                },
                "date_of_birth": "1987-10-26",
                "date_of_death": null,
                "nationality": "American",
                "twitter": "https://twitter.com/zenanaut",
                "instagram": "https://www.instagram.com/zenanaut/",
                "bio": "Zena Maria Cardman is an American marine biologist and a NASA astronaut of the class of 2017.",
                "profile_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/zena2520cardman_image_20200110160428.jpeg",
                "wiki": "https://en.wikipedia.org/wiki/Zena_Cardman",
                "last_flight": null,
                "first_flight": null
            }
        },
        {
            "id": 4858,
            "role": {
                "id": 2,
                "role": "Pilot",
                "priority": 2
            },
            "astronaut": {
                "id": 9,
                "url": "https://ll.thespacedevs.com/2.2.0/astronaut/9/?format=api",
                "name": "Nick Hague",
                "type": {
                    "id": 2,
                    "name": "Government"
                },
                "in_space": false,
                "time_in_space": "P202DT16H3M37S",
                "status": {
                    "id": 1,
                    "name": "Active"
                },
                "agency": {
                    "id": 44,
                    "url": "https://ll.thespacedevs.com/2.2.0/agencies/44/?format=api",
                    "name": "National Aeronautics and Space Administration",
                    "type": "Government"
                },
                "date_of_birth": "1975-09-24",
                "date_of_death": null,
                "nationality": "American",
                "twitter": "https://twitter.com/AstroHague",
                "instagram": "https://www.instagram.com/astrohague/",
                "bio": "Tyler Nicklaus Hague is an American Flight Test Engineer and a NASA astronaut of the class of 2013.\r\nSelected to be a flight engineer of Expedition 57 / 58 to the International Space Station, he launched on board Soyuz MS-10, which aborted shortly after launch on October 11, 2018.",
                "profile_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/nick_hague_image_20220911034312.jpeg",
                "wiki": "https://en.wikipedia.org/wiki/Nick_Hague",
                "last_flight": "2019-03-14T19:14:08Z",
                "first_flight": "2018-10-11T08:40:15Z"
            }
        },
        {
            "id": 4860,
            "role": {
                "id": 7,
                "role": "Mission Specialist",
                "priority": 4
            },
            "astronaut": {
                "id": 785,
                "url": "https://ll.thespacedevs.com/2.2.0/astronaut/785/?format=api",
                "name": "Aleksandr Gorbunov",
                "type": {
                    "id": 2,
                    "name": "Government"
                },
                "in_space": false,
                "time_in_space": "P0D",
                "status": {
                    "id": 1,
                    "name": "Active"
                },
                "agency": {
                    "id": 63,
                    "url": "https://ll.thespacedevs.com/2.2.0/agencies/63/?format=api",
                    "name": "Russian Federal Space Agency (ROSCOSMOS)",
                    "type": "Government"
                },
                "date_of_birth": "1990-05-24",
                "date_of_death": null,
                "nationality": "Russian",
                "twitter": null,
                "instagram": null,
                "bio": "Born in Zheleznogorsk, Kursk region, Russia, he studied engineering with qualifications in spacecraft and upper stages from the Moscow Aviation Institute. Gorbunov graduated from the military department with a specialty in operation and repair of aircraft, helicopters, and aircraft engines. Before being selected as a cosmonaut in 2018, he worked as an engineer for Rocket Space Corporation Energia and supported cargo spacecraft launches from the Baikonur cosmodrome.",
                "profile_image": null,
                "wiki": null,
                "last_flight": null,
                "first_flight": null
            }
        },
        {
            "id": 4859,
            "role": {
                "id": 7,
                "role": "Mission Specialist",
                "priority": 4
            },
            "astronaut": {
                "id": 515,
                "url": "https://ll.thespacedevs.com/2.2.0/astronaut/515/?format=api",
                "name": "Stephanie Wilson",
                "type": {
                    "id": 2,
                    "name": "Government"
                },
                "in_space": false,
                "time_in_space": "P42DT23H45M24S",
                "status": {
                    "id": 1,
                    "name": "Active"
                },
                "agency": {
                    "id": 44,
                    "url": "https://ll.thespacedevs.com/2.2.0/agencies/44/?format=api",
                    "name": "National Aeronautics and Space Administration",
                    "type": "Government"
                },
                "date_of_birth": "1966-09-27",
                "date_of_death": null,
                "nationality": "American",
                "twitter": null,
                "instagram": null,
                "bio": "Stephanie Diana Wilson is an American engineer and a NASA astronaut. She flew to space onboard three Space Shuttle missions, and is the second African American woman to go into space, after Mae Jemison. Her 42 days in space are the most of any African American astronaut, male or female.",
                "profile_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/stephanie_wilso_image_20201214164451.jpeg",
                "wiki": "https://en.wikipedia.org/wiki/Stephanie_Wilson",
                "last_flight": "2010-04-05T10:21:22Z",
                "first_flight": "2006-07-04T18:37:55Z"
            }
        }
    ],
    "onboard_crew": [],
    "landing_crew": [
        {
            "id": 4857,
            "role": {
                "id": 1,
                "role": "Commander",
                "priority": 0
            },
            "astronaut": {
                "id": 575,
                "url": "https://ll.thespacedevs.com/2.2.0/astronaut/575/?format=api",
                "name": "Zena Cardman",
                "type": {
                    "id": 2,
                    "name": "Government"
                },
                "in_space": false,
                "time_in_space": "P0D",
                "status": {
                    "id": 1,
                    "name": "Active"
                },
                "agency": {
                    "id": 44,
                    "url": "https://ll.thespacedevs.com/2.2.0/agencies/44/?format=api",
                    "name": "National Aeronautics and Space Administration",
                    "type": "Government"
                },
                "date_of_birth": "1987-10-26",
                "date_of_death": null,
                "nationality": "American",
                "twitter": "https://twitter.com/zenanaut",
                "instagram": "https://www.instagram.com/zenanaut/",
                "bio": "Zena Maria Cardman is an American marine biologist and a NASA astronaut of the class of 2017.",
                "profile_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/zena2520cardman_image_20200110160428.jpeg",
                "wiki": "https://en.wikipedia.org/wiki/Zena_Cardman",
                "last_flight": null,
                "first_flight": null
            }
        },
        {
            "id": 4858,
            "role": {
                "id": 2,
                "role": "Pilot",
                "priority": 2
            },
            "astronaut": {
                "id": 9,
                "url": "https://ll.thespacedevs.com/2.2.0/astronaut/9/?format=api",
                "name": "Nick Hague",
                "type": {
                    "id": 2,
                    "name": "Government"
                },
                "in_space": false,
                "time_in_space": "P202DT16H3M37S",
                "status": {
                    "id": 1,
                    "name": "Active"
                },
                "agency": {
                    "id": 44,
                    "url": "https://ll.thespacedevs.com/2.2.0/agencies/44/?format=api",
                    "name": "National Aeronautics and Space Administration",
                    "type": "Government"
                },
                "date_of_birth": "1975-09-24",
                "date_of_death": null,
                "nationality": "American",
                "twitter": "https://twitter.com/AstroHague",
                "instagram": "https://www.instagram.com/astrohague/",
                "bio": "Tyler Nicklaus Hague is an American Flight Test Engineer and a NASA astronaut of the class of 2013.\r\nSelected to be a flight engineer of Expedition 57 / 58 to the International Space Station, he launched on board Soyuz MS-10, which aborted shortly after launch on October 11, 2018.",
                "profile_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/nick_hague_image_20220911034312.jpeg",
                "wiki": "https://en.wikipedia.org/wiki/Nick_Hague",
                "last_flight": "2019-03-14T19:14:08Z",
                "first_flight": "2018-10-11T08:40:15Z"
            }
        },
        {
            "id": 4860,
            "role": {
                "id": 7,
                "role": "Mission Specialist",
                "priority": 4
            },
            "astronaut": {
                "id": 785,
                "url": "https://ll.thespacedevs.com/2.2.0/astronaut/785/?format=api",
                "name": "Aleksandr Gorbunov",
                "type": {
                    "id": 2,
                    "name": "Government"
                },
                "in_space": false,
                "time_in_space": "P0D",
                "status": {
                    "id": 1,
                    "name": "Active"
                },
                "agency": {
                    "id": 63,
                    "url": "https://ll.thespacedevs.com/2.2.0/agencies/63/?format=api",
                    "name": "Russian Federal Space Agency (ROSCOSMOS)",
                    "type": "Government"
                },
                "date_of_birth": "1990-05-24",
                "date_of_death": null,
                "nationality": "Russian",
                "twitter": null,
                "instagram": null,
                "bio": "Born in Zheleznogorsk, Kursk region, Russia, he studied engineering with qualifications in spacecraft and upper stages from the Moscow Aviation Institute. Gorbunov graduated from the military department with a specialty in operation and repair of aircraft, helicopters, and aircraft engines. Before being selected as a cosmonaut in 2018, he worked as an engineer for Rocket Space Corporation Energia and supported cargo spacecraft launches from the Baikonur cosmodrome.",
                "profile_image": null,
                "wiki": null,
                "last_flight": null,
                "first_flight": null
            }
        },
        {
            "id": 464,
            "role": {
                "id": 7,
                "role": "Mission Specialist",
                "priority": 4
            },
            "astronaut": {
                "id": 515,
                "url": "https://ll.thespacedevs.com/2.2.0/astronaut/515/?format=api",
                "name": "Stephanie Wilson",
                "type": {
                    "id": 2,
                    "name": "Government"
                },
                "in_space": false,
                "time_in_space": "P42DT23H45M24S",
                "status": {
                    "id": 1,
                    "name": "Active"
                },
                "agency": {
                    "id": 44,
                    "url": "https://ll.thespacedevs.com/2.2.0/agencies/44/?format=api",
                    "name": "National Aeronautics and Space Administration",
                    "type": "Government"
                },
                "date_of_birth": "1966-09-27",
                "date_of_death": null,
                "nationality": "American",
                "twitter": null,
                "instagram": null,
                "bio": "Stephanie Diana Wilson is an American engineer and a NASA astronaut. She flew to space onboard three Space Shuttle missions, and is the second African American woman to go into space, after Mae Jemison. Her 42 days in space are the most of any African American astronaut, male or female.",
                "profile_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/stephanie_wilso_image_20201214164451.jpeg",
                "wiki": "https://en.wikipedia.org/wiki/Stephanie_Wilson",
                "last_flight": "2010-04-05T10:21:22Z",
                "first_flight": "2006-07-04T18:37:55Z"
            }
        }
    ],
    "spacecraft": {
        "id": 452,
        "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/452/?format=api",
        "name": "Crew Dragon",
        "serial_number": "TBD",
        "is_placeholder": true,
        "in_space": false,
        "time_in_space": "P0D",
        "time_docked": "P0D",
        "flights_count": 0,
        "mission_ends_count": 0,
        "status": {
            "id": 1,
            "name": "Active"
        },
        "description": "The specific spacecraft for this launch is currently unknown.",
        "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"
        }
    },
    "launch": {
        "id": "0102940a-4a60-4686-b34d-ced3fed6c595",
        "url": "https://ll.thespacedevs.com/2.2.0/launch/0102940a-4a60-4686-b34d-ced3fed6c595/?format=api",
        "slug": "falcon-9-block-5-crew-9",
        "name": "Falcon 9 Block 5 | Crew-9",
        "status": {
            "id": 2,
            "name": "To Be Determined",
            "abbrev": "TBD",
            "description": "Current date is a placeholder or rough estimation based on unreliable or interpreted sources."
        },
        "last_updated": "2024-04-18T08:07:57Z",
        "net": "2024-08-31T00:00:00Z",
        "window_end": "2024-08-31T00:00:00Z",
        "window_start": "2024-08-31T00:00:00Z",
        "net_precision": {
            "id": 7,
            "name": "Month",
            "abbrev": "M",
            "description": "The T-0 is expected in the given month."
        },
        "probability": null,
        "weather_concerns": null,
        "holdreason": "",
        "failreason": "",
        "hashtag": null,
        "launch_service_provider": {
            "id": 121,
            "url": "https://ll.thespacedevs.com/2.2.0/agencies/121/?format=api",
            "name": "SpaceX",
            "type": "Commercial"
        },
        "rocket": {
            "id": 7538,
            "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": 5962,
            "name": "Crew-9",
            "description": "SpaceX Crew-9 is the ninth 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": 72,
            "url": "https://ll.thespacedevs.com/2.2.0/pad/72/?format=api",
            "agency_id": null,
            "name": "Unknown Pad",
            "description": null,
            "info_url": null,
            "wiki_url": "",
            "map_url": "https://www.google.com/maps?q=28.458,-80.528",
            "latitude": "28.458",
            "longitude": "-80.528",
            "location": {
                "id": 12,
                "url": "https://ll.thespacedevs.com/2.2.0/location/12/?format=api",
                "name": "Cape Canaveral, FL, USA",
                "country_code": "USA",
                "description": "",
                "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/location_12_20200803142519.jpg",
                "timezone_name": "America/New_York",
                "total_launch_count": 952,
                "total_landing_count": 51
            },
            "country_code": "USA",
            "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/pad_72_20200803143403.jpg",
            "total_launch_count": 0,
            "orbital_launch_attempt_count": 0
        },
        "webcast_live": false,
        "image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/falcon2520925_image_20220301072106.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": 6724,
        "location_launch_attempt_count": 980,
        "pad_launch_attempt_count": 13,
        "agency_launch_attempt_count": 392,
        "orbital_launch_attempt_count_year": 146,
        "location_launch_attempt_count_year": 53,
        "pad_launch_attempt_count_year": 13,
        "agency_launch_attempt_count_year": 81,
        "type": "normal"
    },
    "landing": {
        "id": 401,
        "attempt": true,
        "success": null,
        "description": "The Crew Dragon spacecraft will splash 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)."
        }
    },
    "docking_events": []
}