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

{
    "id": 887,
    "url": "https://lldev.thespacedevs.com/2.0.0/spacecraft/flight/887/?format=api",
    "mission_end": null,
    "destination": "International Space Station",
    "launch_crew": [
        {
            "id": 5128,
            "role": "Commander",
            "astronaut": {
                "id": 650,
                "url": "https://lldev.thespacedevs.com/2.0.0/astronaut/650/?format=api",
                "name": "Pyotr Dubrov",
                "type": {
                    "id": 2,
                    "name": "Government"
                },
                "status": {
                    "id": 1,
                    "name": "Active"
                },
                "agency": {
                    "id": 63,
                    "url": "https://lldev.thespacedevs.com/2.0.0/agencies/63/?format=api",
                    "name": "Russian Federal Space Agency (ROSCOSMOS)",
                    "type": "Government"
                },
                "date_of_birth": "1978-01-30",
                "date_of_death": null,
                "nationality": "Russian",
                "twitter": null,
                "instagram": null,
                "bio": "Dubrov was selected by Roscosmos as a cosmonaut on 8 October 2012, as one of eight cosmonauts selected as part of Roscosmos's 2012 selection group.\r\nIn 2020 he was assigned to the backup crew of Soyuz MS-17, backing up Russian cosmonaut Sergey Kud-Sverchkov as Flight Engineer on ISS Expedition 63/64",
                "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/pyotr_dubrov_image_20201120155626.jpg",
                "wiki": "https://en.wikipedia.org/wiki/Pyotr_Dubrov",
                "last_flight": "2021-04-09T07:42:41Z",
                "first_flight": "2021-04-09T07:42:41Z"
            }
        },
        {
            "id": 5132,
            "role": "Flight Engineer",
            "astronaut": {
                "id": 713,
                "url": "https://lldev.thespacedevs.com/2.0.0/astronaut/713/?format=api",
                "name": "Anil Menon",
                "type": {
                    "id": 2,
                    "name": "Government"
                },
                "status": {
                    "id": 3,
                    "name": "In-Training"
                },
                "agency": {
                    "id": 44,
                    "url": "https://lldev.thespacedevs.com/2.0.0/agencies/44/?format=api",
                    "name": "National Aeronautics and Space Administration",
                    "type": "Government"
                },
                "date_of_birth": "1976-01-01",
                "date_of_death": null,
                "nationality": "American",
                "twitter": "https://twitter.com/Astro_Menon",
                "instagram": null,
                "bio": "Anil Menon is a US Air Force lieutenant colonel from Minneapolis, Minnesota. He was SpaceX’s first flight surgeon, helping to launch the company’s first humans to space during NASA’s SpaceX Demo-2 mission and building a medical organization to support the human system during future missions. Prior to that, he served NASA as the crew flight surgeon for various expeditions taking astronauts to the International Space Station. Menon is an actively practicing emergency medicine physician with fellowship training in wilderness and aerospace medicine. As a physician, he was a first responder during the 2010 earthquake in Haiti, 2015 earthquake in Nepal, and the 2011 Reno Air Show accident. In the Air Force, Menon supported the 45th Space Wing as a flight surgeon and the 173rd Fighter Wing, where he logged over 100 sorties in the F-15 fighter jet and transported over 100 patients as part of the critical care air transport team.\r\n\r\nExact date of birth unknown.",
                "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/anil_menon_image_20211206185413.jpg",
                "wiki": "https://en.wikipedia.org/wiki/Anil_Menon_(astronaut)",
                "last_flight": null,
                "first_flight": null
            }
        },
        {
            "id": 5130,
            "role": "Flight Engineer",
            "astronaut": {
                "id": 649,
                "url": "https://lldev.thespacedevs.com/2.0.0/astronaut/649/?format=api",
                "name": "Anna Kikina",
                "type": {
                    "id": 2,
                    "name": "Government"
                },
                "status": {
                    "id": 1,
                    "name": "Active"
                },
                "agency": {
                    "id": 63,
                    "url": "https://lldev.thespacedevs.com/2.0.0/agencies/63/?format=api",
                    "name": "Russian Federal Space Agency (ROSCOSMOS)",
                    "type": "Government"
                },
                "date_of_birth": "1984-08-27",
                "date_of_death": null,
                "nationality": "Russian",
                "twitter": null,
                "instagram": null,
                "bio": "Anna Yuryevna Kikina is a Russian engineer and test cosmonaut, selected in 2012. Kikina is assigned to Crew-5 mission which is to launch in 2022. The seat was arranged as a part of exchange agreement between Roscosmos and NASA, allowing Russian cosmonaut to fly on US vehicle while American astronaut gets a seat on Soyuz. Kikina will be the first Russian cosmonaut to fly on Crew Dragon.",
                "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/anna_yuryevna_k_image_20200828144537.jpg",
                "wiki": "https://en.wikipedia.org/wiki/Anna_Kikina",
                "last_flight": "2022-10-05T16:00:57Z",
                "first_flight": "2022-10-05T16:00:57Z"
            }
        }
    ],
    "onboard_crew": [],
    "landing_crew": [
        {
            "id": 5129,
            "role": "Commander",
            "astronaut": {
                "id": 650,
                "url": "https://lldev.thespacedevs.com/2.0.0/astronaut/650/?format=api",
                "name": "Pyotr Dubrov",
                "type": {
                    "id": 2,
                    "name": "Government"
                },
                "status": {
                    "id": 1,
                    "name": "Active"
                },
                "agency": {
                    "id": 63,
                    "url": "https://lldev.thespacedevs.com/2.0.0/agencies/63/?format=api",
                    "name": "Russian Federal Space Agency (ROSCOSMOS)",
                    "type": "Government"
                },
                "date_of_birth": "1978-01-30",
                "date_of_death": null,
                "nationality": "Russian",
                "twitter": null,
                "instagram": null,
                "bio": "Dubrov was selected by Roscosmos as a cosmonaut on 8 October 2012, as one of eight cosmonauts selected as part of Roscosmos's 2012 selection group.\r\nIn 2020 he was assigned to the backup crew of Soyuz MS-17, backing up Russian cosmonaut Sergey Kud-Sverchkov as Flight Engineer on ISS Expedition 63/64",
                "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/pyotr_dubrov_image_20201120155626.jpg",
                "wiki": "https://en.wikipedia.org/wiki/Pyotr_Dubrov",
                "last_flight": "2021-04-09T07:42:41Z",
                "first_flight": "2021-04-09T07:42:41Z"
            }
        },
        {
            "id": 5133,
            "role": "Flight Engineer",
            "astronaut": {
                "id": 713,
                "url": "https://lldev.thespacedevs.com/2.0.0/astronaut/713/?format=api",
                "name": "Anil Menon",
                "type": {
                    "id": 2,
                    "name": "Government"
                },
                "status": {
                    "id": 3,
                    "name": "In-Training"
                },
                "agency": {
                    "id": 44,
                    "url": "https://lldev.thespacedevs.com/2.0.0/agencies/44/?format=api",
                    "name": "National Aeronautics and Space Administration",
                    "type": "Government"
                },
                "date_of_birth": "1976-01-01",
                "date_of_death": null,
                "nationality": "American",
                "twitter": "https://twitter.com/Astro_Menon",
                "instagram": null,
                "bio": "Anil Menon is a US Air Force lieutenant colonel from Minneapolis, Minnesota. He was SpaceX’s first flight surgeon, helping to launch the company’s first humans to space during NASA’s SpaceX Demo-2 mission and building a medical organization to support the human system during future missions. Prior to that, he served NASA as the crew flight surgeon for various expeditions taking astronauts to the International Space Station. Menon is an actively practicing emergency medicine physician with fellowship training in wilderness and aerospace medicine. As a physician, he was a first responder during the 2010 earthquake in Haiti, 2015 earthquake in Nepal, and the 2011 Reno Air Show accident. In the Air Force, Menon supported the 45th Space Wing as a flight surgeon and the 173rd Fighter Wing, where he logged over 100 sorties in the F-15 fighter jet and transported over 100 patients as part of the critical care air transport team.\r\n\r\nExact date of birth unknown.",
                "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/anil_menon_image_20211206185413.jpg",
                "wiki": "https://en.wikipedia.org/wiki/Anil_Menon_(astronaut)",
                "last_flight": null,
                "first_flight": null
            }
        },
        {
            "id": 5131,
            "role": "Flight Engineer",
            "astronaut": {
                "id": 649,
                "url": "https://lldev.thespacedevs.com/2.0.0/astronaut/649/?format=api",
                "name": "Anna Kikina",
                "type": {
                    "id": 2,
                    "name": "Government"
                },
                "status": {
                    "id": 1,
                    "name": "Active"
                },
                "agency": {
                    "id": 63,
                    "url": "https://lldev.thespacedevs.com/2.0.0/agencies/63/?format=api",
                    "name": "Russian Federal Space Agency (ROSCOSMOS)",
                    "type": "Government"
                },
                "date_of_birth": "1984-08-27",
                "date_of_death": null,
                "nationality": "Russian",
                "twitter": null,
                "instagram": null,
                "bio": "Anna Yuryevna Kikina is a Russian engineer and test cosmonaut, selected in 2012. Kikina is assigned to Crew-5 mission which is to launch in 2022. The seat was arranged as a part of exchange agreement between Roscosmos and NASA, allowing Russian cosmonaut to fly on US vehicle while American astronaut gets a seat on Soyuz. Kikina will be the first Russian cosmonaut to fly on Crew Dragon.",
                "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/anna_yuryevna_k_image_20200828144537.jpg",
                "wiki": "https://en.wikipedia.org/wiki/Anna_Kikina",
                "last_flight": "2022-10-05T16:00:57Z",
                "first_flight": "2022-10-05T16:00:57Z"
            }
        }
    ],
    "spacecraft": {
        "id": 616,
        "url": "https://lldev.thespacedevs.com/2.0.0/spacecraft/616/?format=api",
        "name": "Soyuz MS-29",
        "serial_number": "11F732 #760",
        "status": {
            "id": 4,
            "name": "Single Use"
        },
        "description": "Soyuz capsule for the MS-29 mission to the ISS.",
        "spacecraft_config": {
            "id": 38,
            "url": "https://lldev.thespacedevs.com/2.0.0/config/spacecraft/38/?format=api",
            "name": "Soyuz MS",
            "type": {
                "id": 2,
                "name": "Capsule"
            },
            "agency": {
                "id": 63,
                "url": "https://lldev.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://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/russian2520federal2520space2520agency25202528roscosmos2529_image_20190207032459.jpeg"
            },
            "in_use": true,
            "capability": "Manned and Cargo ISS Logistics, Lifeboat",
            "history": "Soyuz MS is the final planned upgrade of the Soyuz spacecraft.\r\n\r\nMajor changes include:\r\n\r\n- more efficient solar panels\r\n- modified engine positions for redundancy\r\n- new Kurs NA approach and docking system\r\n- new TsVM-101 computer\r\n- unified digital command/telemetry system (MBITS) to relay telemetry via satellite, and control spacecraft when out of sight of ground stations\r\n- GLONASS/GPS and Cospas-Sarsat satellite systems for more accurate location afterlanding",
            "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": "2016-07-07",
            "height": 7.48,
            "diameter": 2.72,
            "human_rated": true,
            "crew_capacity": 3,
            "payload_capacity": null,
            "flight_life": "210 days while docked",
            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/soyuz_ms_in_orb_image_20240313130407.jpeg",
            "nation_url": null,
            "wiki_link": "https://en.wikipedia.org/wiki/Soyuz_MS",
            "info_link": ""
        }
    },
    "launch": {
        "id": "a556b963-0f36-4660-95a8-fdffdba653e2",
        "url": "https://lldev.thespacedevs.com/2.0.0/launch/a556b963-0f36-4660-95a8-fdffdba653e2/?format=api",
        "launch_library_id": null,
        "slug": "soyuz-21a-soyuz-ms-29",
        "name": "Soyuz 2.1a | Soyuz MS-29",
        "status": {
            "id": 2,
            "name": "TBD"
        },
        "net": "2026-06-30T00:00:00Z",
        "window_end": "2026-06-30T00:00:00Z",
        "window_start": "2026-06-30T00:00:00Z",
        "inhold": false,
        "tbdtime": true,
        "tbddate": true,
        "probability": null,
        "holdreason": "",
        "failreason": "",
        "hashtag": null,
        "launch_service_provider": {
            "id": 63,
            "url": "https://lldev.thespacedevs.com/2.0.0/agencies/63/?format=api",
            "name": "Russian Federal Space Agency (ROSCOSMOS)",
            "type": "Government"
        },
        "rocket": {
            "id": 8653,
            "configuration": {
                "id": 24,
                "launch_library_id": 49,
                "url": "https://lldev.thespacedevs.com/2.0.0/config/launcher/24/?format=api",
                "name": "Soyuz 2.1a",
                "family": "Soyuz",
                "full_name": "Soyuz 2.1a",
                "variant": ""
            }
        },
        "mission": {
            "id": 7245,
            "launch_library_id": null,
            "name": "Soyuz MS-29",
            "description": "Soyuz MS-29 will carry three cosmonauts and one astronaut to the International Space Station aboard the Soyuz spacecraft from the Baikonur Cosmodrome in Kazakhstan. The crew consists of Roscosmos cosmonauts Pyotr Dubrov and Anna Kikina, as well as NASA astronaut Anil Menon.",
            "launch_designator": null,
            "type": "Human Exploration",
            "orbit": {
                "id": 8,
                "name": "Low Earth Orbit",
                "abbrev": "LEO"
            }
        },
        "pad": {
            "id": 20,
            "url": "https://lldev.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://lldev.thespacedevs.com/2.0.0/location/15/?format=api",
                "name": "Baikonur Cosmodrome, Republic of Kazakhstan",
                "country_code": "KAZ",
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_15_20200803142517.jpg",
                "total_launch_count": 1556,
                "total_landing_count": 0
            },
            "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_20_20200803143516.jpg",
            "total_launch_count": 423
        },
        "webcast_live": false,
        "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/soyuz_2.1a_image_20230805184309.jpg",
        "infographic": null,
        "program": [
            {
                "id": 17,
                "url": "https://lldev.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://lldev.thespacedevs.com/2.0.0/agencies/16/?format=api",
                        "name": "Canadian Space Agency",
                        "type": "Government"
                    },
                    {
                        "id": 27,
                        "url": "https://lldev.thespacedevs.com/2.0.0/agencies/27/?format=api",
                        "name": "European Space Agency",
                        "type": "Multinational"
                    },
                    {
                        "id": 37,
                        "url": "https://lldev.thespacedevs.com/2.0.0/agencies/37/?format=api",
                        "name": "Japan Aerospace Exploration Agency",
                        "type": "Government"
                    },
                    {
                        "id": 44,
                        "url": "https://lldev.thespacedevs.com/2.0.0/agencies/44/?format=api",
                        "name": "National Aeronautics and Space Administration",
                        "type": "Government"
                    },
                    {
                        "id": 63,
                        "url": "https://lldev.thespacedevs.com/2.0.0/agencies/63/?format=api",
                        "name": "Russian Federal Space Agency (ROSCOSMOS)",
                        "type": "Government"
                    }
                ],
                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/international2_program_20201129184745.png",
                "start_date": "1998-11-20T06:40:00Z",
                "end_date": null,
                "info_url": "https://www.nasa.gov/mission_pages/station/main/index.html",
                "wiki_url": "https://en.wikipedia.org/wiki/International_Space_Station_programme"
            },
            {
                "id": 8,
                "url": "https://lldev.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://lldev.thespacedevs.com/2.0.0/agencies/63/?format=api",
                        "name": "Russian Federal Space Agency (ROSCOSMOS)",
                        "type": "Government"
                    },
                    {
                        "id": 66,
                        "url": "https://lldev.thespacedevs.com/2.0.0/agencies/66/?format=api",
                        "name": "Soviet Space Program",
                        "type": "Government"
                    }
                ],
                "image_url": "https://thespacedevs-prod.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"
            }
        ]
    },
    "docking_events": []
}