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

{
    "id": 258,
    "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/flight/258/?format=api",
    "mission_end": "1987-12-29T09:16:15Z",
    "destination": "Mir",
    "launch_crew": [
        {
            "id": 3006,
            "role": {
                "id": 1,
                "role": "Commander",
                "priority": 0
            },
            "astronaut": {
                "id": 277,
                "url": "https://ll.thespacedevs.com/2.2.0/astronaut/277/?format=api",
                "name": "Aleksandr Viktorenko",
                "type": {
                    "id": 2,
                    "name": "Government"
                },
                "in_space": false,
                "time_in_space": "P489DT1H35M10S",
                "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": "1947-03-29",
                "date_of_death": "2023-08-10",
                "nationality": "Russian",
                "twitter": null,
                "instagram": null,
                "bio": "Aleksandr Stepanovich Viktorenko (Александр Степанович Викторенко) was a Soviet cosmonaut. He was born in Olginka, North-Kazakhstan Oblast, Kazakh SSR on March 29, 1947. He is married with two children.\r\n\r\nHe was selected as a cosmonaut on March 23, 1978, and retired on May 30, 1997. During his active career he had been Commander of Soyuz TM-3, Soyuz TM-8, Soyuz TM-14 and Soyuz TM-20. He has spent a total of 489 days in space.",
                "profile_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/aleksandr2520viktorenko_image_20181201224005.jpg",
                "wiki": "https://en.wikipedia.org/wiki/Aleksandr_Viktorenko",
                "last_flight": "1994-10-03T22:42:30Z",
                "first_flight": "1987-07-22T01:59:17Z"
            }
        },
        {
            "id": 2774,
            "role": {
                "id": 11,
                "role": "Research Cosmonaut",
                "priority": 2
            },
            "astronaut": {
                "id": 100,
                "url": "https://ll.thespacedevs.com/2.2.0/astronaut/100/?format=api",
                "name": "Muhammed Faris",
                "type": {
                    "id": 2,
                    "name": "Government"
                },
                "in_space": false,
                "time_in_space": "P7DT23H4M55S",
                "status": {
                    "id": 2,
                    "name": "Retired"
                },
                "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": "1951-05-26",
                "date_of_death": null,
                "nationality": "Syrian",
                "twitter": null,
                "instagram": null,
                "bio": "Muhammed Ahmed Faris (Arabic: محمد أحمد فارس‎ Muḥammad ʾAḥmad Fāris; born 26 May 1951) is a Syrian military aviator. He was the first Syrian and the second Arab in space.",
                "profile_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/muhammed2520faris_image_20181128230523.jpg",
                "wiki": "https://en.wikipedia.org/wiki/Muhammed_Faris",
                "last_flight": "1987-07-22T01:59:17Z",
                "first_flight": "1987-07-22T01:59:17Z"
            }
        },
        {
            "id": 2772,
            "role": {
                "id": 3,
                "role": "Flight Engineer",
                "priority": 2
            },
            "astronaut": {
                "id": 60,
                "url": "https://ll.thespacedevs.com/2.2.0/astronaut/60/?format=api",
                "name": "Aleksandr Pavlovich Aleksandrov",
                "type": {
                    "id": 2,
                    "name": "Government"
                },
                "in_space": false,
                "time_in_space": "P309DT18H2M58S",
                "status": {
                    "id": 2,
                    "name": "Retired"
                },
                "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": "1943-02-20",
                "date_of_death": null,
                "nationality": "Russian",
                "twitter": null,
                "instagram": null,
                "bio": "Aleksandr Pavlovich Aleksandrov (Russian: Александр Павлович Александров; born February 20, 1943) is a former Soviet cosmonaut and twice Hero of the Soviet Union (November 23, 1983, and December 29, 1987).\r\n\r\nHe was selected as cosmonaut on December 1, 1978. For his first spaceflight, he flew as Flight Engineer on Soyuz T-9, which lasted from June to November 1983. For his second spaceflight, he replaced one of the long-duration crew members of Mir EO-2. For the spaceflight, he was launched with the spacecraft Soyuz TM-3 in July 1987, and landed with the same spacecraft in December 1987. All together he spent 309 days, 18 hours, 2 minutes in space. He served as backup for Soyuz T-8, Soyuz T-13, and Soyuz T-15.",
                "profile_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/aleksandr2520pavlovich2520aleksandrov_image_20181128215144.jpg",
                "wiki": "https://en.wikipedia.org/wiki/Aleksandr_Pavlovich_Aleksandrov",
                "last_flight": "1987-07-22T01:59:17Z",
                "first_flight": "1983-06-27T09:12:00Z"
            }
        }
    ],
    "onboard_crew": [],
    "landing_crew": [
        {
            "id": 2764,
            "role": {
                "id": 1,
                "role": "Commander",
                "priority": 0
            },
            "astronaut": {
                "id": 234,
                "url": "https://ll.thespacedevs.com/2.2.0/astronaut/234/?format=api",
                "name": "Yury Romanenko",
                "type": {
                    "id": 2,
                    "name": "Government"
                },
                "in_space": false,
                "time_in_space": "P430DT18H21M30S",
                "status": {
                    "id": 2,
                    "name": "Retired"
                },
                "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": "1944-08-01",
                "date_of_death": null,
                "nationality": "Russian",
                "twitter": null,
                "instagram": null,
                "bio": "Yury Viktorovich Romanenko (Russian: Ю́рий Ви́кторович Романе́нко, Jurij Viktorovič Romanenko; born August 1, 1944) is a former Soviet cosmonaut, twice Hero of the Soviet Union (March 16, 1978 and September 26, 1980). Over his career, Yury Romanenko spent a total of 430 days 20 hours 21 minutes 30 seconds in space and 18 hours in space walks. In 1987 he was a resident of the Mir space station, launching on Soyuz TM-2 and landing aboard Soyuz TM-3. He remained on Mir for 326 days that was the longest stay in space at that time. His son, Roman Romanenko is also a cosmonaut, and has become the third second-generation space traveler on Soyuz TMA-15 in May 2009.",
                "profile_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/yury2520romanenko_image_20181201213833.jpeg",
                "wiki": "https://en.wikipedia.org/wiki/Yury_Romanenko",
                "last_flight": "1987-02-05T21:38:16Z",
                "first_flight": "1977-12-10T01:18:40Z"
            }
        },
        {
            "id": 687,
            "role": {
                "id": 11,
                "role": "Research Cosmonaut",
                "priority": 2
            },
            "astronaut": {
                "id": 182,
                "url": "https://ll.thespacedevs.com/2.2.0/astronaut/182/?format=api",
                "name": "Anatoli Levchenko",
                "type": {
                    "id": 2,
                    "name": "Government"
                },
                "in_space": false,
                "time_in_space": "P7DT21H58M12S",
                "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": "1941-05-05",
                "date_of_death": "1988-08-06",
                "nationality": "Russian",
                "twitter": null,
                "instagram": null,
                "bio": "Anatoli Semyonovich Levchenko (Russian: Анатолий Семёнович Левченко; May 5, 1941 – August 6, 1988) was a Soviet cosmonaut.\r\n\r\nLevchenko was planned to be the back-up commander of the first Buran space shuttle flight, and in March 1987 he began extensive training for a Soyuz spaceflight, intended to give him some experience in space. In December 1987, he occupied the third seat aboard the spacecraft Soyuz TM-4 to the space station Mir, and returned to Earth about a week later on Soyuz TM-3. His mission is sometimes called Mir LII-1, after the Gromov Flight Research Institute shorthand. In the year following his spaceflight, Levchenko died of a brain tumor, in the Nikolay Burdenko Neurosurgical Institute in Moscow.",
                "profile_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/anatoli2520levchenko_image_20181129235328.jpeg",
                "wiki": "https://en.wikipedia.org/wiki/Anatoli_Levchenko",
                "last_flight": "1987-12-21T11:18:03Z",
                "first_flight": "1987-12-21T11:18:03Z"
            }
        },
        {
            "id": 2770,
            "role": {
                "id": 3,
                "role": "Flight Engineer",
                "priority": 2
            },
            "astronaut": {
                "id": 60,
                "url": "https://ll.thespacedevs.com/2.2.0/astronaut/60/?format=api",
                "name": "Aleksandr Pavlovich Aleksandrov",
                "type": {
                    "id": 2,
                    "name": "Government"
                },
                "in_space": false,
                "time_in_space": "P309DT18H2M58S",
                "status": {
                    "id": 2,
                    "name": "Retired"
                },
                "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": "1943-02-20",
                "date_of_death": null,
                "nationality": "Russian",
                "twitter": null,
                "instagram": null,
                "bio": "Aleksandr Pavlovich Aleksandrov (Russian: Александр Павлович Александров; born February 20, 1943) is a former Soviet cosmonaut and twice Hero of the Soviet Union (November 23, 1983, and December 29, 1987).\r\n\r\nHe was selected as cosmonaut on December 1, 1978. For his first spaceflight, he flew as Flight Engineer on Soyuz T-9, which lasted from June to November 1983. For his second spaceflight, he replaced one of the long-duration crew members of Mir EO-2. For the spaceflight, he was launched with the spacecraft Soyuz TM-3 in July 1987, and landed with the same spacecraft in December 1987. All together he spent 309 days, 18 hours, 2 minutes in space. He served as backup for Soyuz T-8, Soyuz T-13, and Soyuz T-15.",
                "profile_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/aleksandr2520pavlovich2520aleksandrov_image_20181128215144.jpg",
                "wiki": "https://en.wikipedia.org/wiki/Aleksandr_Pavlovich_Aleksandrov",
                "last_flight": "1987-07-22T01:59:17Z",
                "first_flight": "1983-06-27T09:12:00Z"
            }
        }
    ],
    "spacecraft": {
        "id": 127,
        "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/127/?format=api",
        "name": "Soyuz TM-3",
        "serial_number": "Soyuz TM 11F732A51 #53",
        "is_placeholder": false,
        "in_space": false,
        "time_in_space": "P160DT7H16M58S",
        "time_docked": "P5DT17H12M37S",
        "flights_count": 1,
        "mission_ends_count": 1,
        "status": {
            "id": 4,
            "name": "Single Use"
        },
        "description": "Soyuz TM-3 was a Soyuz spacecraft which launched on 22 July 1987 01:59 UTC. It transported one member of Expedition 2, and two cosmonauts on a short stay to Mir. The Expedition 2 member was Aleksandr Pavlovich Aleksandrov. The other cosmonauts were Alexander Viktorenko and Muhammed Faris.",
        "spacecraft_config": {
            "id": 41,
            "url": "https://ll.thespacedevs.com/2.2.0/config/spacecraft/41/?format=api",
            "name": "Soyuz TM",
            "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/logo/russian2520federal2520space2520agency25202528roscosmos2529_logo_20190207032459.png"
            },
            "in_use": false,
            "capability": "Manned and Cargo ISS & Mir Logistics, Lifeboat",
            "history": "The Soyuz-TM crew transports were fourth generation Soyuz spacecraft, and were used from 1986 to 2002 for ferry flights to Mir and the International Space Statio",
            "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": "1986-05-21",
            "height": 7.48,
            "diameter": 2.72,
            "human_rated": true,
            "crew_capacity": 3,
            "payload_capacity": null,
            "payload_return_capacity": null,
            "flight_life": "180 days while docked",
            "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/soyuz_tm_image_20231228130713.jpeg",
            "nation_url": null,
            "wiki_link": "https://en.wikipedia.org/wiki/Soyuz-TM",
            "info_link": ""
        }
    },
    "launch": {
        "id": "aeace6ee-ad72-4608-a36e-7db0f8c809da",
        "url": "https://ll.thespacedevs.com/2.2.0/launch/aeace6ee-ad72-4608-a36e-7db0f8c809da/?format=api",
        "slug": "soyuz-u2-soyuz-tm-3",
        "name": "Soyuz-U2 | Soyuz TM-3",
        "status": {
            "id": 3,
            "name": "Launch Successful",
            "abbrev": "Success",
            "description": "The launch vehicle successfully inserted its payload(s) into the target orbit(s)."
        },
        "last_updated": "2023-06-14T08:43:57Z",
        "net": "1987-07-22T01:59:17Z",
        "window_end": "1987-07-22T01:59:17Z",
        "window_start": "1987-07-22T01:59:17Z",
        "net_precision": null,
        "probability": -1,
        "weather_concerns": null,
        "holdreason": "",
        "failreason": null,
        "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": 318,
            "configuration": {
                "id": 101,
                "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/101/?format=api",
                "name": "Soyuz-U",
                "family": "Soyuz-U",
                "full_name": "Soyuz-U2",
                "variant": "2"
            }
        },
        "mission": {
            "id": 335,
            "name": "Soyuz TM-3",
            "description": "Soyuz TM-3 was the third mission to Mir space station. The mission began on July 22, 1987, 01:59:17 UTC, launching Commander Alexander Viktorenko, Flight Engineer Aleksandr Aleksandrov and Research Cosmonaut Muhammed Faris, the first Syrian cosmonaut, into orbit. They docked with Mir two days later. During their stay there, crew conducted Earth observation, medical and other scientific experiments.\nThe mission concluded with a safe landing back on Earth on July 30, 1987, 01:04:12 UTC.",
            "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-u_image_20191229074852.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"
                }
            },
            {
                "id": 16,
                "url": "https://ll.thespacedevs.com/2.2.0/program/16/?format=api",
                "name": "Mir",
                "description": "Mir was a space station that operated in low Earth orbit from 1986 to 2001, operated by the Soviet Union and later by Russia. Mir was the first modular space station and was assembled in orbit from 1986 to 1996.",
                "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/mir_program_20200821092345.jpeg",
                "start_date": "1986-02-20T21:28:23Z",
                "end_date": "2001-03-23T05:59:00Z",
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/Mir",
                "mission_patches": [],
                "type": {
                    "id": 2,
                    "name": "Human Spaceflight"
                }
            }
        ],
        "orbital_launch_attempt_count": 3196,
        "location_launch_attempt_count": 825,
        "pad_launch_attempt_count": 241,
        "agency_launch_attempt_count": 2105,
        "orbital_launch_attempt_count_year": 67,
        "location_launch_attempt_count_year": 25,
        "pad_launch_attempt_count_year": 9,
        "agency_launch_attempt_count_year": 58,
        "type": "normal"
    },
    "landing": {
        "id": 857,
        "attempt": true,
        "success": true,
        "description": "The Soyuz spacecraft safely landed in Kazakhstan.",
        "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": [
        {
            "id": 11,
            "spacestation": {
                "id": 5,
                "url": "https://ll.thespacedevs.com/2.2.0/spacestation/5/?format=api",
                "name": "Mir",
                "status": {
                    "id": 2,
                    "name": "De-Orbited"
                },
                "founded": "1986-02-20",
                "description": "Mir was a space station that operated in low Earth orbit from 1986 to 2001, operated by the Soviet Union and later by Russia. Mir was the first modular space station and was assembled in orbit from 1986 to 1996.\r\n\r\nThe station served as a microgravity research laboratory in which crews conducted experiments in biology, human biology, physics, astronomy, meteorology and spacecraft systems with a goal of developing technologies required for permanent occupation of space.",
                "orbit": "Low Earth Orbit",
                "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/mir_image_20190218204938.jpeg"
            },
            "docking": "1987-07-24T03:31:23Z",
            "departure": "1987-07-29T20:44:00Z",
            "docking_location": {
                "id": 6,
                "name": "Kvant-1 aft",
                "spacestation": {
                    "id": 5,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacestation/5/?format=api",
                    "name": "Mir"
                }
            }
        }
    ]
}