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

{
    "id": 176,
    "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/flight/176/?format=api",
    "mission_end": "2013-03-16T03:11:00Z",
    "destination": "International Space Station",
    "launch_crew": [
        {
            "id": 1066,
            "role": "Commander",
            "astronaut": {
                "id": 212,
                "url": "https://ll.thespacedevs.com/2.0.0/astronaut/212/?format=api",
                "name": "Oleg Novitskiy",
                "type": {
                    "id": 2,
                    "name": "Government"
                },
                "status": {
                    "id": 1,
                    "name": "Active"
                },
                "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": "1971-10-12",
                "date_of_death": null,
                "nationality": "Russian",
                "twitter": null,
                "instagram": null,
                "bio": "Oleg Viktorovich Novitskiy, lieutenant colonel in the Russian Air Force, is a Russian cosmonaut.\r\n\r\nNovitskiy was selected as a cosmonaut in 2006.Between February 2007 to July 2009 he completed basic spaceflight training and passed state exams with excellent grades. On August 1, 2009, he was qualified as a test-cosmonaut by the Interdepartmental Qualification Board, and between August 2009 to March 2010 he took the ISS advanced training course.",
                "profile_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/oleg2520novitskiy_image_20181201183707.jpg",
                "wiki": "https://en.wikipedia.org/wiki/Oleg_Novitskiy",
                "last_flight": "2024-03-23T12:36:10Z",
                "first_flight": "2012-10-23T10:51:11Z"
            }
        },
        {
            "id": 2345,
            "role": "Flight Engineer",
            "astronaut": {
                "id": 262,
                "url": "https://ll.thespacedevs.com/2.0.0/astronaut/262/?format=api",
                "name": "Evgeny Tarelkin",
                "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": "1974-12-29",
                "date_of_death": null,
                "nationality": "Russian",
                "twitter": null,
                "instagram": null,
                "bio": "Evgeny Igorevich Tarelkin (Russian: Евгений Игоревич Тарелкин; born December 29, 1974) is a Russian cosmonaut. He was selected as part of the TsPK-13 group in 2003.\r\nHe served in the Air Force until his selection as a cosmonaut as part of the TsPK-13 selection group in 2003, completing basic training in 2005. Tarelkin made his first flight into space in October 2012 as a member of the Soyuz TMA-06M crew, during which he spent six months aboard the International Space Station as part of the Expedition 33/34 crews and returned on March 16, 2013.",
                "profile_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/evgeny2520tarelkin_image_20181201222028.jpg",
                "wiki": "https://en.wikipedia.org/wiki/Evgeny_Tarelkin",
                "last_flight": "2012-10-23T10:51:11Z",
                "first_flight": "2012-10-23T10:51:11Z"
            }
        },
        {
            "id": 2347,
            "role": "Flight Engineer",
            "astronaut": {
                "id": 541,
                "url": "https://ll.thespacedevs.com/2.0.0/astronaut/541/?format=api",
                "name": "Kevin A. Ford",
                "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": "1960-07-07",
                "date_of_death": null,
                "nationality": "American",
                "twitter": "https://twitter.com/kevin_astro7",
                "instagram": null,
                "bio": "Kevin Anthony Ford is a retired United States Air Force Colonel and a NASA astronaut. Ford has received a number of special honors and awards, some of which are the Air Force Meritorious Service Medal, Air Force Commendation Medal, Aerial Achievement Medal and the Armed Forces Expeditionary Medal. Ford has also logged more than 5,000 flying hours and also holds FAA commercial certificates for airplanes, helicopters and gliders. Ford has served in many roles at NASA since his selection in July 2000. The roles include as a Capsule Communicator or CAPCOM. He was also the Director Of Operations at the Gagarin Cosmonaut Training Center in Star City, Russia from January 2004 to January 2005. He was pilot of STS-128 and Flight Engineer 2 of Soyuz TMA-06M from October 23, 2012 to March 16, 2013.",
                "profile_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/kevin2520a.2520ford_image_20181203165445.jpg",
                "wiki": "https://en.wikipedia.org/wiki/Kevin_A._Ford",
                "last_flight": "2012-10-23T10:51:11Z",
                "first_flight": "2009-08-29T03:59:00Z"
            }
        }
    ],
    "onboard_crew": [],
    "landing_crew": [
        {
            "id": 81,
            "role": "Commander",
            "astronaut": {
                "id": 212,
                "url": "https://ll.thespacedevs.com/2.0.0/astronaut/212/?format=api",
                "name": "Oleg Novitskiy",
                "type": {
                    "id": 2,
                    "name": "Government"
                },
                "status": {
                    "id": 1,
                    "name": "Active"
                },
                "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": "1971-10-12",
                "date_of_death": null,
                "nationality": "Russian",
                "twitter": null,
                "instagram": null,
                "bio": "Oleg Viktorovich Novitskiy, lieutenant colonel in the Russian Air Force, is a Russian cosmonaut.\r\n\r\nNovitskiy was selected as a cosmonaut in 2006.Between February 2007 to July 2009 he completed basic spaceflight training and passed state exams with excellent grades. On August 1, 2009, he was qualified as a test-cosmonaut by the Interdepartmental Qualification Board, and between August 2009 to March 2010 he took the ISS advanced training course.",
                "profile_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/oleg2520novitskiy_image_20181201183707.jpg",
                "wiki": "https://en.wikipedia.org/wiki/Oleg_Novitskiy",
                "last_flight": "2024-03-23T12:36:10Z",
                "first_flight": "2012-10-23T10:51:11Z"
            }
        },
        {
            "id": 2344,
            "role": "Flight Engineer",
            "astronaut": {
                "id": 262,
                "url": "https://ll.thespacedevs.com/2.0.0/astronaut/262/?format=api",
                "name": "Evgeny Tarelkin",
                "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": "1974-12-29",
                "date_of_death": null,
                "nationality": "Russian",
                "twitter": null,
                "instagram": null,
                "bio": "Evgeny Igorevich Tarelkin (Russian: Евгений Игоревич Тарелкин; born December 29, 1974) is a Russian cosmonaut. He was selected as part of the TsPK-13 group in 2003.\r\nHe served in the Air Force until his selection as a cosmonaut as part of the TsPK-13 selection group in 2003, completing basic training in 2005. Tarelkin made his first flight into space in October 2012 as a member of the Soyuz TMA-06M crew, during which he spent six months aboard the International Space Station as part of the Expedition 33/34 crews and returned on March 16, 2013.",
                "profile_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/evgeny2520tarelkin_image_20181201222028.jpg",
                "wiki": "https://en.wikipedia.org/wiki/Evgeny_Tarelkin",
                "last_flight": "2012-10-23T10:51:11Z",
                "first_flight": "2012-10-23T10:51:11Z"
            }
        },
        {
            "id": 2348,
            "role": "Flight Engineer",
            "astronaut": {
                "id": 541,
                "url": "https://ll.thespacedevs.com/2.0.0/astronaut/541/?format=api",
                "name": "Kevin A. Ford",
                "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": "1960-07-07",
                "date_of_death": null,
                "nationality": "American",
                "twitter": "https://twitter.com/kevin_astro7",
                "instagram": null,
                "bio": "Kevin Anthony Ford is a retired United States Air Force Colonel and a NASA astronaut. Ford has received a number of special honors and awards, some of which are the Air Force Meritorious Service Medal, Air Force Commendation Medal, Aerial Achievement Medal and the Armed Forces Expeditionary Medal. Ford has also logged more than 5,000 flying hours and also holds FAA commercial certificates for airplanes, helicopters and gliders. Ford has served in many roles at NASA since his selection in July 2000. The roles include as a Capsule Communicator or CAPCOM. He was also the Director Of Operations at the Gagarin Cosmonaut Training Center in Star City, Russia from January 2004 to January 2005. He was pilot of STS-128 and Flight Engineer 2 of Soyuz TMA-06M from October 23, 2012 to March 16, 2013.",
                "profile_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/kevin2520a.2520ford_image_20181203165445.jpg",
                "wiki": "https://en.wikipedia.org/wiki/Kevin_A._Ford",
                "last_flight": "2012-10-23T10:51:11Z",
                "first_flight": "2009-08-29T03:59:00Z"
            }
        }
    ],
    "spacecraft": {
        "id": 65,
        "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/65/?format=api",
        "name": "Soyuz TMA-06M",
        "serial_number": "Soyuz TMA-M 11F732A47 #707",
        "status": {
            "id": 4,
            "name": "Single Use"
        },
        "description": "Soyuz TMA-06M was a Soyuz spacecraft which launched on 23 October 2012 10:51 UTC. It transported three members of the Expedition 33 crew to the International Space Station. The crew consisted of Oleg Novitskiy, Evgeny Tarelkin, and Kevin A. Ford.",
        "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": "d2a6fe0f-d3fb-41d0-ab47-ec807a8a9a22",
        "url": "https://ll.thespacedevs.com/2.0.0/launch/d2a6fe0f-d3fb-41d0-ab47-ec807a8a9a22/?format=api",
        "launch_library_id": 655,
        "slug": "soyuz-fg-soyuz-tma-06m",
        "name": "Soyuz FG | Soyuz TMA-06M",
        "status": {
            "id": 3,
            "name": "Success"
        },
        "net": "2012-10-23T10:51:11Z",
        "window_end": "2012-10-23T10:51:11Z",
        "window_start": "2012-10-23T10:51:11Z",
        "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": 1639,
            "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": 193,
            "launch_library_id": 268,
            "name": "Soyuz TMA-06M",
            "description": "Soyuz TMA-06M begins expedition 33 by carrying 3 astronauts and cosmonauts to the International Space Station. \nRussian Commander, cosmonaut Oleg Novitskiy alongside Flight Engineers, Evgeny Tarelkin (RSA) & Kevin A. Ford (NASA) will launch aboard the Soyuz spacecraft from the Baikonur Cosmodrome in Kazakhstan and then rendezvous with the station. \nIt landed on 16 March 2013, 03:11 UTC",
            "launch_designator": null,
            "type": "Human Exploration",
            "orbit": {
                "id": 8,
                "name": "Low Earth Orbit",
                "abbrev": "LEO"
            }
        },
        "pad": {
            "id": 20,
            "url": "https://ll.thespacedevs.com/2.0.0/pad/20/?format=api",
            "agency_id": null,
            "name": "31/6",
            "info_url": null,
            "wiki_url": "https://en.wikipedia.org/wiki/Baikonur_Cosmodrome_Site_31",
            "map_url": "https://www.google.com/maps?q=45.996034,63.564003",
            "latitude": "45.996034",
            "longitude": "63.564003",
            "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_20_20200803143516.jpg",
            "total_launch_count": 415
        },
        "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": "2012-10-25T12:29:00Z",
            "departure": "2013-03-15T23:43:00Z",
            "docking_location": {
                "id": 3,
                "name": "Poisk zenith"
            }
        }
    ]
}