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.0.0/launcher/?spacecraft=37

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

{
    "id": 166,
    "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/flight/166/?format=api",
    "mission_end": "2015-09-12T00:51:00Z",
    "destination": "International Space Station",
    "launch_crew": [
        {
            "id": 2268,
            "role": "Commander",
            "astronaut": {
                "id": 217,
                "url": "https://ll.thespacedevs.com/2.0.0/astronaut/217/?format=api",
                "name": "Gennady Padalka",
                "type": {
                    "id": 2,
                    "name": "Government"
                },
                "status": {
                    "id": 2,
                    "name": "Retired"
                },
                "agency": {
                    "id": 63,
                    "url": "https://ll.thespacedevs.com/2.0.0/agencies/63/?format=api",
                    "name": "Russian Federal Space Agency (ROSCOSMOS)",
                    "type": "Government"
                },
                "date_of_birth": "1958-06-21",
                "date_of_death": null,
                "nationality": "Russian",
                "twitter": null,
                "instagram": null,
                "bio": "Gennady Ivanovich Padalka (Russian: Гeннадий Иванович Падалка; born 21 June 1958 in Krasnodar, Russia) is a Russian Air Force officer and an RKA cosmonaut. Padalka currently has the world record for the most time spent in space, having spent 879 days in space, more than any other person. He worked on both Mir and the International Space Station.",
                "profile_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/gennady2520padalka_image_20181201185148.jpg",
                "wiki": "https://en.wikipedia.org/wiki/Gennady_Padalka",
                "last_flight": "2015-03-27T19:42:57Z",
                "first_flight": "1998-08-13T09:43:11Z"
            }
        },
        {
            "id": 2240,
            "role": "Flight Engineer",
            "astronaut": {
                "id": 169,
                "url": "https://ll.thespacedevs.com/2.0.0/astronaut/169/?format=api",
                "name": "Mikhail Kornienko",
                "type": {
                    "id": 2,
                    "name": "Government"
                },
                "status": {
                    "id": 2,
                    "name": "Retired"
                },
                "agency": {
                    "id": 63,
                    "url": "https://ll.thespacedevs.com/2.0.0/agencies/63/?format=api",
                    "name": "Russian Federal Space Agency (ROSCOSMOS)",
                    "type": "Government"
                },
                "date_of_birth": "1960-04-15",
                "date_of_death": null,
                "nationality": "Russian",
                "twitter": null,
                "instagram": null,
                "bio": "Mikhail Borisovich Kornienko (Михаил Борисович Корниенко; born 15 April 1960) is a Russian cosmonaut. Kornienko served as a flight engineer on the International Space Station during Expedition 23/24 and was selected along with Scott Kelly for a year-long mission aboard the ISS.",
                "profile_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/mikhail2520kornienko_image_20181129233541.jpg",
                "wiki": "https://en.wikipedia.org/wiki/Mikhail_Kornienko",
                "last_flight": "2015-03-27T19:42:57Z",
                "first_flight": "2010-04-02T04:04:00Z"
            }
        },
        {
            "id": 2247,
            "role": "Flight Engineer",
            "astronaut": {
                "id": 489,
                "url": "https://ll.thespacedevs.com/2.0.0/astronaut/489/?format=api",
                "name": "Scott Kelly",
                "type": {
                    "id": 2,
                    "name": "Government"
                },
                "status": {
                    "id": 2,
                    "name": "Retired"
                },
                "agency": {
                    "id": 44,
                    "url": "https://ll.thespacedevs.com/2.0.0/agencies/44/?format=api",
                    "name": "National Aeronautics and Space Administration",
                    "type": "Government"
                },
                "date_of_birth": "1964-02-21",
                "date_of_death": null,
                "nationality": "American",
                "twitter": "https://twitter.com/StationCDRKelly",
                "instagram": "https://www.instagram.com/stationcdrkelly/",
                "bio": "Scott Joseph Kelly is an engineer, retired American astronaut, and a retired U.S. Navy Captain. A veteran of four space flights, Kelly commanded the International Space Station (ISS) on Expeditions 26, 45, and 46.\r\n\r\nKelly's first spaceflight was as pilot of Space Shuttle Discovery, during STS-103 in December 1999. This was the third servicing mission to the Hubble Space Telescope, and lasted for just under eight days. Kelly's second spaceflight was as mission commander of STS-118, a 12-day Space Shuttle mission to the International Space Station in August 2007. Kelly's third spaceflight was as commander of Expedition 26 on the ISS. He arrived 9 October 2010, on a Russian Soyuz spacecraft, during Expedition 25, and served as a flight engineer until it ended. He took over command of the station on 25 November 2010, at the start of Expedition 26 which began officially when the spacecraft Soyuz TMA-19 undocked, carrying the previous commander of the station, Douglas H. Wheelock. Expedition 26 ended on 16 March 2011 with the departure of Soyuz TMA-01M. This was Kelly's first long-duration spaceflight.\r\n\r\nIn November 2012, Kelly was selected, along with Mikhail Korniyenko, for a year-long mission to the International Space Station. Their year in space commenced 27 March 2015 with the start of Expedition 43, continued through the entirety of Expeditions 44, and 45, both of which Kelly commanded. He passed command to Timothy Kopra on 29 February 2016, when the ISS 11-month mission ended. He returned to Earth aboard Soyuz TMA-18M on 1 March 2016.",
                "profile_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/scott_kelly_image_20220911033557.jpeg",
                "wiki": "https://en.wikipedia.org/wiki/Scott_Kelly_(astronaut)",
                "last_flight": "2015-03-27T19:42:57Z",
                "first_flight": "1999-12-20T00:50:00Z"
            }
        }
    ],
    "onboard_crew": [],
    "landing_crew": [
        {
            "id": 2263,
            "role": "Commander",
            "astronaut": {
                "id": 217,
                "url": "https://ll.thespacedevs.com/2.0.0/astronaut/217/?format=api",
                "name": "Gennady Padalka",
                "type": {
                    "id": 2,
                    "name": "Government"
                },
                "status": {
                    "id": 2,
                    "name": "Retired"
                },
                "agency": {
                    "id": 63,
                    "url": "https://ll.thespacedevs.com/2.0.0/agencies/63/?format=api",
                    "name": "Russian Federal Space Agency (ROSCOSMOS)",
                    "type": "Government"
                },
                "date_of_birth": "1958-06-21",
                "date_of_death": null,
                "nationality": "Russian",
                "twitter": null,
                "instagram": null,
                "bio": "Gennady Ivanovich Padalka (Russian: Гeннадий Иванович Падалка; born 21 June 1958 in Krasnodar, Russia) is a Russian Air Force officer and an RKA cosmonaut. Padalka currently has the world record for the most time spent in space, having spent 879 days in space, more than any other person. He worked on both Mir and the International Space Station.",
                "profile_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/gennady2520padalka_image_20181201185148.jpg",
                "wiki": "https://en.wikipedia.org/wiki/Gennady_Padalka",
                "last_flight": "2015-03-27T19:42:57Z",
                "first_flight": "1998-08-13T09:43:11Z"
            }
        },
        {
            "id": 3566,
            "role": "Flight Engineer",
            "astronaut": {
                "id": 57,
                "url": "https://ll.thespacedevs.com/2.0.0/astronaut/57/?format=api",
                "name": "Aidyn Aimbetov",
                "type": {
                    "id": 2,
                    "name": "Government"
                },
                "status": {
                    "id": 1,
                    "name": "Active"
                },
                "agency": {
                    "id": 182,
                    "url": "https://ll.thespacedevs.com/2.0.0/agencies/182/?format=api",
                    "name": "National Space Agency of the Republic of Kazakhstan",
                    "type": "Government"
                },
                "date_of_birth": "1972-07-27",
                "date_of_death": null,
                "nationality": "Kazakh",
                "twitter": null,
                "instagram": null,
                "bio": "Aimbetov was selected to the first Kazakh cosmonaut class in 2002, along with Mukhtar Aimakhanov, out of a pool of 2,000 candidates. From 2003 to 2009, he trained in Russia as a cosmonaut at Star City. He returned to Astana, in Kazakhstan, after failing to secure a spaceflight. He had been scheduled to fly in autumn 2009, but due to the world financial crisis, this fell through. Aimakhanov remained in Russia, becoming a Russian citizen, making Aimbetov the sole Kazakhstani cosmonaut. \r\n\r\nIn June 2015, he was selected to fly on the Soyuz TMA-18M mission in place of singer Sarah Brightman who had withdrawn in May 2015, and her backup, Satoshi Takamatsu, who had also withdrawn. The mission was projected to launch to the International Space Station on 1 September 2015.[4] Aimbetov becomes the third Kazakh-born cosmonaut to fly since Kazakhstan's independence in 1991, and the first to fly under the Kazakh flag, and as part of KazCosmos.",
                "profile_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/aidyn2520aimbetov_image_20181128214459.jpg",
                "wiki": "https://en.wikipedia.org/wiki/Aidyn_Aimbetov",
                "last_flight": "2015-09-02T04:37:43Z",
                "first_flight": "2015-09-02T04:37:43Z"
            }
        },
        {
            "id": 3565,
            "role": "Flight Engineer",
            "astronaut": {
                "id": 199,
                "url": "https://ll.thespacedevs.com/2.0.0/astronaut/199/?format=api",
                "name": "Andreas Mogensen",
                "type": {
                    "id": 2,
                    "name": "Government"
                },
                "status": {
                    "id": 1,
                    "name": "Active"
                },
                "agency": {
                    "id": 27,
                    "url": "https://ll.thespacedevs.com/2.0.0/agencies/27/?format=api",
                    "name": "European Space Agency",
                    "type": "Multinational"
                },
                "date_of_birth": "1976-11-02",
                "date_of_death": null,
                "nationality": "Danish",
                "twitter": "https://twitter.com/Astro_Andreas",
                "instagram": null,
                "bio": "Andreas Enevold Mogensen (born November 2, 1976) is a Danish engineer and astronaut. He was the first Dane to fly in space as part of the iriss programme\r\nOn September 2, 2015, Mogensen was launched with Soyuz TMA-18M to ISS, and landed with Soyuz TMA-16M ten days later. He was travelling with another visiting flight engineer, Aidyn Aimbetov. Among the items Andreas brought along were LEGO figures and a poster for Copenhagen Suborbitals.",
                "profile_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/andreas_mogense_image_20230826072839.jpg",
                "wiki": "https://en.wikipedia.org/wiki/Andreas_Mogensen",
                "last_flight": "2023-08-26T07:27:00Z",
                "first_flight": "2015-09-02T04:37:43Z"
            }
        }
    ],
    "spacecraft": {
        "id": 55,
        "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/55/?format=api",
        "name": "Soyuz TMA-16M",
        "serial_number": "Soyuz TMA-M 11F732A47 #716",
        "status": {
            "id": 4,
            "name": "Single Use"
        },
        "description": "Soyuz TMA-16M was a Soyuz spacecraft which launched on 27 March 2015 19:42 UTC. It transported three members of the Expedition 43 crew to the International Space Station. The crew consisted of Gennady Padalka, Mikhail Korniyenko, and Scott Kelly.",
        "spacecraft_config": {
            "id": 39,
            "url": "https://ll.thespacedevs.com/2.0.0/config/spacecraft/39/?format=api",
            "name": "Soyuz TMA-M",
            "type": {
                "id": 2,
                "name": "Capsule"
            },
            "agency": {
                "id": 63,
                "url": "https://ll.thespacedevs.com/2.0.0/agencies/63/?format=api",
                "name": "Russian Federal Space Agency (ROSCOSMOS)",
                "featured": true,
                "type": "Government",
                "country_code": "RUS",
                "abbrev": "RFSA",
                "description": "The Roscosmos State Corporation for Space Activities, commonly known as Roscosmos, is the governmental body responsible for the space science program of the Russian Federation and general aerospace research. Soyuz has many launch locations the Russian sites are Baikonur, Plesetsk and Vostochny however Ariane also purchases the vehicle and launches it from French Guiana.",
                "administrator": "Administrator: Yuri Borisov",
                "founding_year": "1992",
                "launchers": "Soyuz",
                "spacecraft": "Soyuz",
                "parent": null,
                "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/russian2520federal2520space2520agency25202528roscosmos2529_image_20190207032459.jpeg"
            },
            "in_use": false,
            "capability": "Manned and Cargo ISS Logistics, Lifeboat",
            "history": "The Soyuz TMA-M was an upgrade of the baseline Soyuz-TMA, using a new computer, digital interior displays, updated docking equipment, and the vehicle's total mass was reduced by 70 kilograms.",
            "details": "Soyuz is a series of spacecraft designed for the Soviet space programme by the Korolyov Design Bureau (now RKK Energia) in the 1960s that remains in service today. The Soyuz succeeded the Voskhod spacecraft and was originally built as part of the Soviet Manned Lunar programme. The Soyuz spacecraft is launched on a Soyuz rocket, the most frequently used and most reliable launch vehicle in the world to date. The Soyuz rocket design is based on the Vostok launcher, which in turn was based on the 8K74 or R-7A Semyorka, a Soviet intercontinental ballistic missile. All Soyuz spacecraft are launched from the Baikonur Cosmodrome in Kazakhstan.",
            "maiden_flight": "2010-10-07",
            "height": 7.48,
            "diameter": 2.72,
            "human_rated": true,
            "crew_capacity": 3,
            "payload_capacity": null,
            "flight_life": "Up to six months docked to Space station",
            "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/soyuz_tma-m_image_20231225092103.jpeg",
            "nation_url": null,
            "wiki_link": "https://en.wikipedia.org/wiki/Soyuz_TMA#Soyuz_TMA-M",
            "info_link": ""
        }
    },
    "launch": {
        "id": "1c979820-fe97-4c41-aea8-efe17f068daa",
        "url": "https://ll.thespacedevs.com/2.0.0/launch/1c979820-fe97-4c41-aea8-efe17f068daa/?format=api",
        "launch_library_id": 204,
        "slug": "soyuz-fg-soyuz-tma-16m",
        "name": "Soyuz FG | Soyuz TMA-16M",
        "status": {
            "id": 3,
            "name": "Success"
        },
        "net": "2015-03-27T19:42:57Z",
        "window_end": "2015-03-27T19:42:57Z",
        "window_start": "2015-03-27T19:42:57Z",
        "inhold": false,
        "tbdtime": false,
        "tbddate": false,
        "probability": -1,
        "holdreason": "",
        "failreason": null,
        "hashtag": null,
        "launch_service_provider": {
            "id": 63,
            "url": "https://ll.thespacedevs.com/2.0.0/agencies/63/?format=api",
            "name": "Russian Federal Space Agency (ROSCOSMOS)",
            "type": "Government"
        },
        "rocket": {
            "id": 1836,
            "configuration": {
                "id": 34,
                "launch_library_id": 36,
                "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/34/?format=api",
                "name": "Soyuz",
                "family": "",
                "full_name": "Soyuz FG",
                "variant": "FG"
            }
        },
        "mission": {
            "id": 182,
            "launch_library_id": 254,
            "name": "Soyuz TMA-16M",
            "description": "Soyuz TMA-16M begins expedition 43 by carrying 3 astronauts and cosmonauts to the International Space Station. \nRussian Commander, cosmonaut Gennady Padalka alongside Flight Engineers, Scott Kelly & Mikhail Korniyenko will launch aboard the Soyuz spacecraft from the Baikonur Cosmodrome in Kazakhstan and then rendezvous with the station. \nIt landed on 12 September 2015 00:51 UTC",
            "launch_designator": null,
            "type": "Human Exploration",
            "orbit": {
                "id": 8,
                "name": "Low Earth Orbit",
                "abbrev": "LEO"
            }
        },
        "pad": {
            "id": 32,
            "url": "https://ll.thespacedevs.com/2.0.0/pad/32/?format=api",
            "agency_id": null,
            "name": "1/5",
            "info_url": null,
            "wiki_url": "",
            "map_url": "https://www.google.com/maps?q=45.92,63.342",
            "latitude": "45.92",
            "longitude": "63.342",
            "location": {
                "id": 15,
                "url": "https://ll.thespacedevs.com/2.0.0/location/15/?format=api",
                "name": "Baikonur Cosmodrome, Republic of Kazakhstan",
                "country_code": "KAZ",
                "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/location_15_20200803142517.jpg",
                "total_launch_count": 1548,
                "total_landing_count": 0
            },
            "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/pad_32_20200803143513.jpg",
            "total_launch_count": 487
        },
        "webcast_live": false,
        "image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/soyuz_image_20190717035537.jpg",
        "infographic": null,
        "program": [
            {
                "id": 8,
                "url": "https://ll.thespacedevs.com/2.0.0/program/8/?format=api",
                "name": "Soyuz",
                "description": "The Soyuz programme is a human spaceflight programme initiated by the Soviet Union in the early 1960s. The Soyuz spacecraft was originally part of a Moon landing project intended to put a Soviet cosmonaut on the Moon. It was the third Soviet human spaceflight programme after the Vostok and Voskhod programmes.",
                "agencies": [
                    {
                        "id": 63,
                        "url": "https://ll.thespacedevs.com/2.0.0/agencies/63/?format=api",
                        "name": "Russian Federal Space Agency (ROSCOSMOS)",
                        "type": "Government"
                    },
                    {
                        "id": 66,
                        "url": "https://ll.thespacedevs.com/2.0.0/agencies/66/?format=api",
                        "name": "Soviet Space Program",
                        "type": "Government"
                    }
                ],
                "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/soyuz_program_20201129185543.png",
                "start_date": "1966-11-28T11:02:00Z",
                "end_date": null,
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/Soyuz_programme"
            },
            {
                "id": 17,
                "url": "https://ll.thespacedevs.com/2.0.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.0.0/agencies/16/?format=api",
                        "name": "Canadian Space Agency",
                        "type": "Government"
                    },
                    {
                        "id": 27,
                        "url": "https://ll.thespacedevs.com/2.0.0/agencies/27/?format=api",
                        "name": "European Space Agency",
                        "type": "Multinational"
                    },
                    {
                        "id": 37,
                        "url": "https://ll.thespacedevs.com/2.0.0/agencies/37/?format=api",
                        "name": "Japan Aerospace Exploration Agency",
                        "type": "Government"
                    },
                    {
                        "id": 44,
                        "url": "https://ll.thespacedevs.com/2.0.0/agencies/44/?format=api",
                        "name": "National Aeronautics and Space Administration",
                        "type": "Government"
                    },
                    {
                        "id": 63,
                        "url": "https://ll.thespacedevs.com/2.0.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"
            }
        ]
    },
    "docking_events": [
        {
            "spacestation": {
                "id": 4,
                "url": "https://ll.thespacedevs.com/2.0.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://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/international2520space2520station_image_20190220215716.jpeg"
            },
            "docking": "2015-03-28T01:33:37Z",
            "departure": "2015-08-28T07:12:36Z",
            "docking_location": {
                "id": 3,
                "name": "Poisk zenith"
            }
        },
        {
            "spacestation": {
                "id": 4,
                "url": "https://ll.thespacedevs.com/2.0.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://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/international2520space2520station_image_20190220215716.jpeg"
            },
            "docking": "2015-08-28T07:30:17Z",
            "departure": "2015-09-11T21:29:10Z",
            "docking_location": {
                "id": 2,
                "name": "Zvezda aft"
            }
        }
    ]
}