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

{
    "id": 355,
    "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/flight/355/?format=api",
    "mission_end": "1964-10-13T07:47:04Z",
    "destination": "Low Earth Orbit",
    "launch_crew": [
        {
            "id": 2987,
            "role": {
                "id": 4,
                "role": "Command Pilot",
                "priority": 1
            },
            "astronaut": {
                "id": 165,
                "url": "https://ll.thespacedevs.com/2.2.0/astronaut/165/?format=api",
                "name": "Vladimir Komarov",
                "type": {
                    "id": 2,
                    "name": "Government"
                },
                "in_space": false,
                "time_in_space": "P2DT3H4M55S",
                "status": {
                    "id": 4,
                    "name": "Lost In Flight"
                },
                "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": "1927-03-16",
                "date_of_death": "1967-04-24",
                "nationality": "Russian",
                "twitter": null,
                "instagram": null,
                "bio": "Vladimir Mikhaylovich Komarov (Russian: Влади́мир Миха́йлович Комаро́в, IPA: [vlɐˈdʲimʲɪr mʲɪˈxaɪləvʲɪtɕ kəmɐˈrof]; 16 March 1927 – 24 April 1967) was a Soviet test pilot, aerospace engineer and cosmonaut. In October 1964, he commanded Voskhod 1, the first spaceflight to carry more than one crew member. He became the first cosmonaut to fly in space twice when he was selected as the solo pilot of Soyuz 1, the first manned test flight of a new spacecraft. A parachute failure caused his Soyuz capsule to crash into the ground after re-entry on 24 April 1967, making him the first human to die in a space flight.",
                "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/vladimir2520komarov_image_20181129233024.jpg",
                "wiki": "https://en.wikipedia.org/wiki/Vladimir_Komarov",
                "last_flight": "1967-04-23T00:35:00Z",
                "first_flight": "1964-10-12T07:30:01Z"
            }
        },
        {
            "id": 2988,
            "role": {
                "id": 16,
                "role": "Engineer",
                "priority": 3
            },
            "astronaut": {
                "id": 104,
                "url": "https://ll.thespacedevs.com/2.2.0/astronaut/104/?format=api",
                "name": "Konstantin Feoktistov",
                "type": {
                    "id": 2,
                    "name": "Government"
                },
                "in_space": false,
                "time_in_space": "P1DT17M3S",
                "status": {
                    "id": 11,
                    "name": "Deceased"
                },
                "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": "1926-02-07",
                "date_of_death": "2009-11-21",
                "nationality": "Russian",
                "twitter": null,
                "instagram": null,
                "bio": "Konstantin Petrovich Feoktistov (Russian: Константин Петрович Феоктистов; 7 February 1926 – 21 November 2009) was a Soviet cosmonaut and an eminent space engineer. Feoktistov also wrote several books on space technology and exploration. The Feoktistov crater on the far side of the Moon is named in his honor.",
                "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/konstantin2520feoktistov_image_20181128231150.jpg",
                "wiki": "https://en.wikipedia.org/wiki/Konstantin_Feoktistov",
                "last_flight": "1964-10-12T07:30:01Z",
                "first_flight": "1964-10-12T07:30:01Z"
            }
        },
        {
            "id": 2989,
            "role": {
                "id": 17,
                "role": "Medical Doctor",
                "priority": 5
            },
            "astronaut": {
                "id": 291,
                "url": "https://ll.thespacedevs.com/2.2.0/astronaut/291/?format=api",
                "name": "Boris Yegorov",
                "type": {
                    "id": 2,
                    "name": "Government"
                },
                "in_space": false,
                "time_in_space": "P1DT17M3S",
                "status": {
                    "id": 11,
                    "name": "Deceased"
                },
                "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": "1937-11-26",
                "date_of_death": "1994-09-12",
                "nationality": "Russian",
                "twitter": null,
                "instagram": null,
                "bio": "Boris Borisovich Yegorov was a Soviet physician-cosmonaut who became the first physician to make a space flight. Yegorov was selected as a member of the multi-disciplinary team that flew on Voskhod 1.",
                "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/boris2520yegorov_image_20181201225827.jpg",
                "wiki": "https://en.wikipedia.org/wiki/Boris_Yegorov",
                "last_flight": "1964-10-12T07:30:01Z",
                "first_flight": "1964-10-12T07:30:01Z"
            }
        }
    ],
    "onboard_crew": [],
    "landing_crew": [
        {
            "id": 773,
            "role": {
                "id": 4,
                "role": "Command Pilot",
                "priority": 1
            },
            "astronaut": {
                "id": 165,
                "url": "https://ll.thespacedevs.com/2.2.0/astronaut/165/?format=api",
                "name": "Vladimir Komarov",
                "type": {
                    "id": 2,
                    "name": "Government"
                },
                "in_space": false,
                "time_in_space": "P2DT3H4M55S",
                "status": {
                    "id": 4,
                    "name": "Lost In Flight"
                },
                "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": "1927-03-16",
                "date_of_death": "1967-04-24",
                "nationality": "Russian",
                "twitter": null,
                "instagram": null,
                "bio": "Vladimir Mikhaylovich Komarov (Russian: Влади́мир Миха́йлович Комаро́в, IPA: [vlɐˈdʲimʲɪr mʲɪˈxaɪləvʲɪtɕ kəmɐˈrof]; 16 March 1927 – 24 April 1967) was a Soviet test pilot, aerospace engineer and cosmonaut. In October 1964, he commanded Voskhod 1, the first spaceflight to carry more than one crew member. He became the first cosmonaut to fly in space twice when he was selected as the solo pilot of Soyuz 1, the first manned test flight of a new spacecraft. A parachute failure caused his Soyuz capsule to crash into the ground after re-entry on 24 April 1967, making him the first human to die in a space flight.",
                "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/vladimir2520komarov_image_20181129233024.jpg",
                "wiki": "https://en.wikipedia.org/wiki/Vladimir_Komarov",
                "last_flight": "1967-04-23T00:35:00Z",
                "first_flight": "1964-10-12T07:30:01Z"
            }
        },
        {
            "id": 774,
            "role": {
                "id": 16,
                "role": "Engineer",
                "priority": 3
            },
            "astronaut": {
                "id": 104,
                "url": "https://ll.thespacedevs.com/2.2.0/astronaut/104/?format=api",
                "name": "Konstantin Feoktistov",
                "type": {
                    "id": 2,
                    "name": "Government"
                },
                "in_space": false,
                "time_in_space": "P1DT17M3S",
                "status": {
                    "id": 11,
                    "name": "Deceased"
                },
                "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": "1926-02-07",
                "date_of_death": "2009-11-21",
                "nationality": "Russian",
                "twitter": null,
                "instagram": null,
                "bio": "Konstantin Petrovich Feoktistov (Russian: Константин Петрович Феоктистов; 7 February 1926 – 21 November 2009) was a Soviet cosmonaut and an eminent space engineer. Feoktistov also wrote several books on space technology and exploration. The Feoktistov crater on the far side of the Moon is named in his honor.",
                "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/konstantin2520feoktistov_image_20181128231150.jpg",
                "wiki": "https://en.wikipedia.org/wiki/Konstantin_Feoktistov",
                "last_flight": "1964-10-12T07:30:01Z",
                "first_flight": "1964-10-12T07:30:01Z"
            }
        },
        {
            "id": 775,
            "role": {
                "id": 17,
                "role": "Medical Doctor",
                "priority": 5
            },
            "astronaut": {
                "id": 291,
                "url": "https://ll.thespacedevs.com/2.2.0/astronaut/291/?format=api",
                "name": "Boris Yegorov",
                "type": {
                    "id": 2,
                    "name": "Government"
                },
                "in_space": false,
                "time_in_space": "P1DT17M3S",
                "status": {
                    "id": 11,
                    "name": "Deceased"
                },
                "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": "1937-11-26",
                "date_of_death": "1994-09-12",
                "nationality": "Russian",
                "twitter": null,
                "instagram": null,
                "bio": "Boris Borisovich Yegorov was a Soviet physician-cosmonaut who became the first physician to make a space flight. Yegorov was selected as a member of the multi-disciplinary team that flew on Voskhod 1.",
                "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/boris2520yegorov_image_20181201225827.jpg",
                "wiki": "https://en.wikipedia.org/wiki/Boris_Yegorov",
                "last_flight": "1964-10-12T07:30:01Z",
                "first_flight": "1964-10-12T07:30:01Z"
            }
        }
    ],
    "spacecraft": {
        "id": 207,
        "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/207/?format=api",
        "name": "Voskhod-3KV No.3",
        "serial_number": "Voskhod-3KV No.3",
        "is_placeholder": false,
        "in_space": false,
        "time_in_space": "P1DT17M3S",
        "time_docked": "P0D",
        "flights_count": 1,
        "mission_ends_count": 1,
        "status": {
            "id": 4,
            "name": "Single Use"
        },
        "description": "Voskhod 1 was a Voskhod spacecraft which launched on 12 October 1964 07:30 UTC. It was the seventh manned flight of the Soviet spaceflight program. It launched three cosmonauts for craft testing and science purposes. The crew was Vladimir Komarov,\r\nKonstantin Feoktistov, and Boris Yegorov.",
        "spacecraft_config": {
            "id": 16,
            "url": "https://ll.thespacedevs.com/2.2.0/config/spacecraft/16/?format=api",
            "name": "Voskhod",
            "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://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/russian2520federal2520space2520agency25202528roscosmos2529_image_20190207032459.jpeg",
                "logo_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/russian2520federal2520space2520agency25202528roscosmos2529_logo_20190207032459.png"
            },
            "in_use": false,
            "capability": "Human Spaceflight",
            "history": "Voskhod 3KV flew on 12 October 1964 manned as Voskhod 1. It carried three cosmonauts and marked the first time more than one person had flown to space in the same craft. \r\n\r\nVoskhod 3KD flew on 18 March 1965 manned as the Voskhod 2 spacecraft. Voskhod 2 had a crew of two wearing spacesuits and marked the first spacewalk.",
            "details": "The Voskhod (Russian: Восход, \"Sunrise\") was a spacecraft built by the Soviet Union's space program for human spaceflight as part of the Voskhod programme. It was a development of and a follow-on to the Vostok spacecraft.\r\n\r\nTwo variants were created, the Voskhod 3KV which held three cosmonauts, and the Voskhod 3KD which held two cosmonauts. Both variants had very similar specifications.",
            "maiden_flight": "1964-10-06",
            "height": 5.0,
            "diameter": 2.4,
            "human_rated": true,
            "crew_capacity": 3,
            "payload_capacity": null,
            "payload_return_capacity": null,
            "flight_life": "~1 day flights",
            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/voskhod_image_20190207032525.png",
            "nation_url": null,
            "wiki_link": "https://en.wikipedia.org/wiki/Voskhod_(spacecraft)",
            "info_link": ""
        }
    },
    "launch": {
        "id": "d460ae41-883c-4b57-99b9-4a41e198ca6c",
        "url": "https://ll.thespacedevs.com/2.2.0/launch/d460ae41-883c-4b57-99b9-4a41e198ca6c/?format=api",
        "slug": "voskhod-voskhod-1",
        "name": "Voskhod | Voskhod 1",
        "status": {
            "id": 3,
            "name": "Launch Successful",
            "abbrev": "Success",
            "description": "The launch vehicle successfully inserted its payload(s) into the target orbit(s)."
        },
        "last_updated": "2024-06-15T12:02:57Z",
        "net": "1964-10-12T07:30:01Z",
        "window_end": "1964-10-12T07:30:01Z",
        "window_start": "1964-10-12T07:30:01Z",
        "net_precision": {
            "id": 0,
            "name": "Second",
            "abbrev": "SEC",
            "description": "The T-0 is accurate to the second."
        },
        "probability": null,
        "weather_concerns": null,
        "holdreason": "",
        "failreason": "",
        "hashtag": null,
        "launch_service_provider": {
            "id": 66,
            "url": "https://ll.thespacedevs.com/2.2.0/agencies/66/?format=api",
            "name": "Soviet Space Program",
            "type": "Government"
        },
        "rocket": {
            "id": 199,
            "configuration": {
                "id": 104,
                "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/104/?format=api",
                "name": "Voskhod",
                "family": "R-7",
                "full_name": "Voskhod",
                "variant": "Voskhod"
            }
        },
        "mission": {
            "id": 778,
            "name": "Voskhod 1",
            "description": "Voskhod 1 was the seventh manned Soviet space flight(Commander-Vladimir Komarov, Engineer\tKonstantin Feoktistov, and Medical Doctor Boris Yegorov) . It achieved a number of \"firsts\" in the history of manned spaceflight, being the first space flight to carry more than one crewman into orbit, the first flight without the use of spacesuits, and the first to carry either an engineer or a physician into outer space. It also set a manned spacecraft altitude record of 336 km (209 mi).",
            "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": "The Baikonur Cosmodrome is a spaceport operated by Russia within Kazakhstan. Located in the Kazakh city of Baikonur, it is the largest operational space launch facility in terms of area. All Russian crewed spaceflights are launched from Baikonur.",
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_15_20200803142517.jpg",
                "timezone_name": "Asia/Qyzylorda",
                "total_launch_count": 1554,
                "total_landing_count": 0
            },
            "country_code": "KAZ",
            "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_32_20200803143513.jpg",
            "total_launch_count": 487,
            "orbital_launch_attempt_count": 487
        },
        "webcast_live": false,
        "image": null,
        "infographic": null,
        "program": [
            {
                "id": 10,
                "url": "https://ll.thespacedevs.com/2.2.0/program/10/?format=api",
                "name": "Voskhod",
                "description": "The Voskhod programme was the second Soviet human spaceflight project. Two one-day crewed missions were flown using the Voskhod spacecraft and rocket, one in 1964 and one in 1965, and two dogs flew on a 22-day mission in 1966.",
                "agencies": [
                    {
                        "id": 66,
                        "url": "https://ll.thespacedevs.com/2.2.0/agencies/66/?format=api",
                        "name": "Soviet Space Program",
                        "type": "Government"
                    }
                ],
                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/voskhod_program_20200820205643.jpg",
                "start_date": "1964-10-06T07:12:00Z",
                "end_date": "1966-03-16T14:09:00Z",
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/Voskhod_programme",
                "mission_patches": [],
                "type": {
                    "id": 2,
                    "name": "Human Spaceflight"
                }
            }
        ],
        "orbital_launch_attempt_count": 369,
        "location_launch_attempt_count": 80,
        "pad_launch_attempt_count": 69,
        "agency_launch_attempt_count": 101,
        "orbital_launch_attempt_count_year": 76,
        "location_launch_attempt_count_year": 24,
        "pad_launch_attempt_count_year": 14,
        "agency_launch_attempt_count_year": 29,
        "type": "normal"
    },
    "landing": {
        "id": 1059,
        "attempt": true,
        "success": true,
        "description": "The first crewed Voskhod spacecraft successfully completed a roughly 24 hour flight with its crew of 3, including a nominal return to earth.",
        "downrange_distance": null,
        "location": {
            "id": 19,
            "name": "Kazakhstan",
            "abbrev": "KAZ",
            "description": "Deserts of Kazakhstan in Central Asia",
            "location": null,
            "successful_landings": 193
        },
        "type": {
            "id": 4,
            "name": "Parachute Landing",
            "abbrev": "PCL",
            "description": "Unpowered landing using parachute(s)."
        }
    },
    "docking_events": []
}