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

{
    "id": 34,
    "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/flight/34/?format=api",
    "mission_end": "2018-10-11T08:59:00Z",
    "destination": "International Space Station",
    "launch_crew": [
        {
            "id": 992,
            "role": {
                "id": 1,
                "role": "Commander",
                "priority": 0
            },
            "astronaut": {
                "id": 216,
                "url": "https://ll.thespacedevs.com/2.2.0/astronaut/216/?format=api",
                "name": "Aleksey Ovchinin",
                "type": {
                    "id": 2,
                    "name": "Government"
                },
                "in_space": false,
                "time_in_space": "P374DT19H49M55S",
                "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": "1971-09-28",
                "date_of_death": null,
                "nationality": "Russian",
                "twitter": null,
                "instagram": null,
                "bio": "Aleksey Nikolayevich Ovchinin born 28 September 1971 in Rybinsk, Yaroslavl Oblast, Russian SFSR is a Russian Air Force Major and cosmonaut, who was selected in 2006. Ovchinin made his first spaceflight in 2016, and was assigned as Commander of Soyuz MS-10 in 2018.",
                "profile_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/aleksey2520ovchinin_image_20181201184641.jpg",
                "wiki": "https://en.wikipedia.org/wiki/Aleksey_Ovchinin",
                "last_flight": "2019-03-14T19:14:08Z",
                "first_flight": "2016-03-18T21:26:42Z"
            }
        },
        {
            "id": 997,
            "role": {
                "id": 3,
                "role": "Flight Engineer",
                "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"
            }
        }
    ],
    "onboard_crew": [
        {
            "id": 989,
            "role": {
                "id": 1,
                "role": "Commander",
                "priority": 0
            },
            "astronaut": {
                "id": 216,
                "url": "https://ll.thespacedevs.com/2.2.0/astronaut/216/?format=api",
                "name": "Aleksey Ovchinin",
                "type": {
                    "id": 2,
                    "name": "Government"
                },
                "in_space": false,
                "time_in_space": "P374DT19H49M55S",
                "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": "1971-09-28",
                "date_of_death": null,
                "nationality": "Russian",
                "twitter": null,
                "instagram": null,
                "bio": "Aleksey Nikolayevich Ovchinin born 28 September 1971 in Rybinsk, Yaroslavl Oblast, Russian SFSR is a Russian Air Force Major and cosmonaut, who was selected in 2006. Ovchinin made his first spaceflight in 2016, and was assigned as Commander of Soyuz MS-10 in 2018.",
                "profile_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/aleksey2520ovchinin_image_20181201184641.jpg",
                "wiki": "https://en.wikipedia.org/wiki/Aleksey_Ovchinin",
                "last_flight": "2019-03-14T19:14:08Z",
                "first_flight": "2016-03-18T21:26:42Z"
            }
        },
        {
            "id": 995,
            "role": {
                "id": 3,
                "role": "Flight Engineer",
                "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"
            }
        }
    ],
    "landing_crew": [
        {
            "id": 988,
            "role": {
                "id": 1,
                "role": "Commander",
                "priority": 0
            },
            "astronaut": {
                "id": 216,
                "url": "https://ll.thespacedevs.com/2.2.0/astronaut/216/?format=api",
                "name": "Aleksey Ovchinin",
                "type": {
                    "id": 2,
                    "name": "Government"
                },
                "in_space": false,
                "time_in_space": "P374DT19H49M55S",
                "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": "1971-09-28",
                "date_of_death": null,
                "nationality": "Russian",
                "twitter": null,
                "instagram": null,
                "bio": "Aleksey Nikolayevich Ovchinin born 28 September 1971 in Rybinsk, Yaroslavl Oblast, Russian SFSR is a Russian Air Force Major and cosmonaut, who was selected in 2006. Ovchinin made his first spaceflight in 2016, and was assigned as Commander of Soyuz MS-10 in 2018.",
                "profile_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/aleksey2520ovchinin_image_20181201184641.jpg",
                "wiki": "https://en.wikipedia.org/wiki/Aleksey_Ovchinin",
                "last_flight": "2019-03-14T19:14:08Z",
                "first_flight": "2016-03-18T21:26:42Z"
            }
        },
        {
            "id": 994,
            "role": {
                "id": 3,
                "role": "Flight Engineer",
                "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"
            }
        }
    ],
    "spacecraft": {
        "id": 41,
        "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/41/?format=api",
        "name": "Soyuz MS-10",
        "serial_number": "Soyuz MS 11F732A48 #740",
        "is_placeholder": false,
        "in_space": false,
        "time_in_space": "PT18M45S",
        "time_docked": "P0D",
        "flights_count": 1,
        "mission_ends_count": 1,
        "status": {
            "id": 4,
            "name": "Single Use"
        },
        "description": "Soyuz MS-10 was a manned Soyuz MS spaceflight which aborted shortly after launch on 11 October 2018 due to a failure of the Soyuz-FG launch vehicle boosters. It was intended to transport Aleksey Ovchinin and Nick Hague to the International Space Station.",
        "spacecraft_config": {
            "id": 38,
            "url": "https://ll.thespacedevs.com/2.2.0/config/spacecraft/38/?format=api",
            "name": "Soyuz MS",
            "type": {
                "id": 2,
                "name": "Capsule"
            },
            "agency": {
                "id": 63,
                "url": "https://ll.thespacedevs.com/2.2.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",
                "logo_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/russian2520federal2520space2520agency25202528roscosmos2529_logo_20190207032459.png"
            },
            "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,
            "payload_return_capacity": null,
            "flight_life": "210 days while docked",
            "image_url": "https://spacelaunchnow-prod-east.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": "62267793-5458-4202-aefa-cea4cf12e113",
        "url": "https://ll.thespacedevs.com/2.2.0/launch/62267793-5458-4202-aefa-cea4cf12e113/?format=api",
        "slug": "soyuz-fg-soyuz-ms-10",
        "name": "Soyuz-FG | Soyuz MS-10",
        "status": {
            "id": 4,
            "name": "Launch Failure",
            "abbrev": "Failure",
            "description": "Either the launch vehicle did not reach orbit, or the payload(s) failed to separate."
        },
        "last_updated": "2023-06-14T08:42:12Z",
        "net": "2018-10-11T08:40:15Z",
        "window_end": "2018-10-11T08:40:15Z",
        "window_start": "2018-10-11T08:40:15Z",
        "net_precision": null,
        "probability": -1,
        "weather_concerns": null,
        "holdreason": "",
        "failreason": "An anomaly occurred during flight resulting in loss of vehicle, both crew members returned to Earth safely following a nominal ballistic abort.",
        "hashtag": "#SoyuzMS10",
        "launch_service_provider": {
            "id": 63,
            "url": "https://ll.thespacedevs.com/2.2.0/agencies/63/?format=api",
            "name": "Russian Federal Space Agency (ROSCOSMOS)",
            "type": "Government"
        },
        "rocket": {
            "id": 12,
            "configuration": {
                "id": 34,
                "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/34/?format=api",
                "name": "Soyuz",
                "family": "",
                "full_name": "Soyuz FG",
                "variant": "FG"
            }
        },
        "mission": {
            "id": 667,
            "name": "Soyuz MS-10",
            "description": "Soyuz MS-10 was expected to begin expedition 57 by carrying Roscosmos cosmonaut Alexey Ovchinin and NASA astronaut Nick Hague to the International Space Station. However a launch failure occurred resulting in a loss of vehicle during flight, both crew members returned to Earth nominally.",
            "launch_designator": null,
            "type": "Human Exploration",
            "orbit": {
                "id": 8,
                "name": "Low Earth Orbit",
                "abbrev": "LEO"
            },
            "agencies": [],
            "info_urls": [],
            "vid_urls": []
        },
        "pad": {
            "id": 32,
            "url": "https://ll.thespacedevs.com/2.2.0/pad/32/?format=api",
            "agency_id": null,
            "name": "1/5",
            "description": null,
            "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.2.0/location/15/?format=api",
                "name": "Baikonur Cosmodrome, Republic of Kazakhstan",
                "country_code": "KAZ",
                "description": "",
                "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/location_15_20200803142517.jpg",
                "timezone_name": "Asia/Qyzylorda",
                "total_launch_count": 1548,
                "total_landing_count": 0
            },
            "country_code": "KAZ",
            "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/pad_32_20200803143513.jpg",
            "total_launch_count": 487,
            "orbital_launch_attempt_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.2.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.2.0/agencies/63/?format=api",
                        "name": "Russian Federal Space Agency (ROSCOSMOS)",
                        "type": "Government"
                    },
                    {
                        "id": 66,
                        "url": "https://ll.thespacedevs.com/2.2.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",
                "mission_patches": [],
                "type": {
                    "id": 2,
                    "name": "Human Spaceflight"
                }
            }
        ],
        "orbital_launch_attempt_count": 5774,
        "location_launch_attempt_count": 1492,
        "pad_launch_attempt_count": 482,
        "agency_launch_attempt_count": 276,
        "orbital_launch_attempt_count_year": 78,
        "location_launch_attempt_count_year": 6,
        "pad_launch_attempt_count_year": 3,
        "agency_launch_attempt_count_year": 6,
        "type": "normal"
    },
    "landing": {
        "id": 803,
        "attempt": true,
        "success": true,
        "description": "The crewed Soyuz spacecraft touched down 20 km east of Jezkazgan, Kazakhstan at T+19 minutes, 41 seconds into flight following an abort.",
        "downrange_distance": null,
        "location": {
            "id": 19,
            "name": "Kazakhstan",
            "abbrev": "KAZ",
            "description": "Deserts of Kazakhstan in Central Asia",
            "location": null,
            "successful_landings": 0
        },
        "type": {
            "id": 4,
            "name": "Parachute Landing",
            "abbrev": "PL",
            "description": "Unpowered landing using parachute(s)."
        }
    },
    "docking_events": []
}