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

{
    "id": 342,
    "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/flight/342/?format=api",
    "mission_end": "1974-07-19T12:21:36Z",
    "destination": "Salyut 3",
    "launch_crew": [
        {
            "id": 2966,
            "role": {
                "id": 1,
                "role": "Commander",
                "priority": 0
            },
            "astronaut": {
                "id": 227,
                "url": "https://ll.thespacedevs.com/2.2.0/astronaut/227/?format=api",
                "name": "Pavel Popovich",
                "type": {
                    "id": 2,
                    "name": "Government"
                },
                "in_space": false,
                "time_in_space": "P18DT16H26M55S",
                "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": "1930-10-05",
                "date_of_death": "2009-09-29",
                "nationality": "Ukrainian",
                "twitter": null,
                "instagram": null,
                "bio": "Pavel Romanovich Popovich (October 5, 1930 – September 29, 2009) was a Soviet cosmonaut.\r\n\r\nHe was the fourth cosmonaut in space, the sixth person in orbit, and the eighth person in space.",
                "profile_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/pavel2520popovich_image_20181201212708.jpg",
                "wiki": "https://en.wikipedia.org/wiki/Pavel_Popovich",
                "last_flight": "1974-07-03T18:51:08Z",
                "first_flight": "1962-08-12T08:02:33Z"
            }
        },
        {
            "id": 2968,
            "role": {
                "id": 3,
                "role": "Flight Engineer",
                "priority": 2
            },
            "astronaut": {
                "id": 62,
                "url": "https://ll.thespacedevs.com/2.2.0/astronaut/62/?format=api",
                "name": "Yury Artyukhin",
                "type": {
                    "id": 2,
                    "name": "Government"
                },
                "in_space": false,
                "time_in_space": "P15DT17H30M28S",
                "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": "1930-06-22",
                "date_of_death": "1998-08-04",
                "nationality": "Russian",
                "twitter": null,
                "instagram": null,
                "bio": "Yury Petrovich Artyukhin (Russian: Ю́рий Петро́вич Артю́хин; June 22, 1930 – August 4, 1998) was a Soviet Russian cosmonaut and engineer who made a single flight into space.\r\n\r\nArtyukhin graduated from the Soviet Air Force Institute with a doctorate in engineering, specializing in military communication systems. He was selected for the space programme in 1963 and would have flown on the Voskhod 3 mission had it not been canceled. He made his single flight on Soyuz 14 in 1974, where his area of expertise was presumably put to good use.\r\n\r\nHe left the space programme in 1982 and held various positions in space-related fields. Most notably, he was involved in the development of the Soviet space shuttle Buran and in cosmonaut training.",
                "profile_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/yury2520artyukhin_image_20181128215539.jpg",
                "wiki": "https://en.wikipedia.org/wiki/Yury_Artyukhin",
                "last_flight": "1974-07-03T18:51:08Z",
                "first_flight": "1974-07-03T18:51:08Z"
            }
        }
    ],
    "onboard_crew": [],
    "landing_crew": [
        {
            "id": 2967,
            "role": {
                "id": 1,
                "role": "Commander",
                "priority": 0
            },
            "astronaut": {
                "id": 227,
                "url": "https://ll.thespacedevs.com/2.2.0/astronaut/227/?format=api",
                "name": "Pavel Popovich",
                "type": {
                    "id": 2,
                    "name": "Government"
                },
                "in_space": false,
                "time_in_space": "P18DT16H26M55S",
                "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": "1930-10-05",
                "date_of_death": "2009-09-29",
                "nationality": "Ukrainian",
                "twitter": null,
                "instagram": null,
                "bio": "Pavel Romanovich Popovich (October 5, 1930 – September 29, 2009) was a Soviet cosmonaut.\r\n\r\nHe was the fourth cosmonaut in space, the sixth person in orbit, and the eighth person in space.",
                "profile_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/pavel2520popovich_image_20181201212708.jpg",
                "wiki": "https://en.wikipedia.org/wiki/Pavel_Popovich",
                "last_flight": "1974-07-03T18:51:08Z",
                "first_flight": "1962-08-12T08:02:33Z"
            }
        },
        {
            "id": 2969,
            "role": {
                "id": 3,
                "role": "Flight Engineer",
                "priority": 2
            },
            "astronaut": {
                "id": 62,
                "url": "https://ll.thespacedevs.com/2.2.0/astronaut/62/?format=api",
                "name": "Yury Artyukhin",
                "type": {
                    "id": 2,
                    "name": "Government"
                },
                "in_space": false,
                "time_in_space": "P15DT17H30M28S",
                "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": "1930-06-22",
                "date_of_death": "1998-08-04",
                "nationality": "Russian",
                "twitter": null,
                "instagram": null,
                "bio": "Yury Petrovich Artyukhin (Russian: Ю́рий Петро́вич Артю́хин; June 22, 1930 – August 4, 1998) was a Soviet Russian cosmonaut and engineer who made a single flight into space.\r\n\r\nArtyukhin graduated from the Soviet Air Force Institute with a doctorate in engineering, specializing in military communication systems. He was selected for the space programme in 1963 and would have flown on the Voskhod 3 mission had it not been canceled. He made his single flight on Soyuz 14 in 1974, where his area of expertise was presumably put to good use.\r\n\r\nHe left the space programme in 1982 and held various positions in space-related fields. Most notably, he was involved in the development of the Soviet space shuttle Buran and in cosmonaut training.",
                "profile_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/yury2520artyukhin_image_20181128215539.jpg",
                "wiki": "https://en.wikipedia.org/wiki/Yury_Artyukhin",
                "last_flight": "1974-07-03T18:51:08Z",
                "first_flight": "1974-07-03T18:51:08Z"
            }
        }
    ],
    "spacecraft": {
        "id": 193,
        "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/193/?format=api",
        "name": "Soyuz 14",
        "serial_number": "Soyuz 7K-T/A9 11F615A9 #62",
        "is_placeholder": false,
        "in_space": false,
        "time_in_space": "P15DT17H30M28S",
        "time_docked": "P14DT12H3M",
        "flights_count": 1,
        "mission_ends_count": 1,
        "status": {
            "id": 4,
            "name": "Single Use"
        },
        "description": "Soyuz 14 was a Soyuz spacecraft which launched on 3 July 1974 18:51 UTC. It transported two cosmonauts to Salyut 3. The crew was Pavel Popovich and Yuri Artyukhin.",
        "spacecraft_config": {
            "id": 1,
            "url": "https://ll.thespacedevs.com/2.2.0/config/spacecraft/1/?format=api",
            "name": "Soyuz",
            "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": false,
            "capability": "Manned and Cargo ISS Logistics",
            "history": "The Soyuz TMA-M is an upgrade of the baseline Soyuz-TMA, using a new computer, digital interior displays, updated docking equipment and vehicle's total mass has been reduced by 70 kilograms. This new version debuted on 7 October 2010 with the launch of TMA-01M, carrying the ISS Expedition 25 crew. The Soyuz TMA-08M set a new record for the fastest manned docking into space station, event utilized the new 6-hour fast rendezvous instead of the previous Soyuz launches which had, since 1986, taken two days.",
            "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. nn 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": "1966-11-28",
            "height": 7.48,
            "diameter": 2.72,
            "human_rated": true,
            "crew_capacity": 3,
            "payload_capacity": null,
            "payload_return_capacity": null,
            "flight_life": "200 Days",
            "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/soyuz_image_20201015191152.jpg",
            "nation_url": null,
            "wiki_link": "https://en.wikipedia.org/wiki/Soyuz_(spacecraft)",
            "info_link": ""
        }
    },
    "launch": {
        "id": "57e51918-e4d7-4f46-804b-9602ad34f0fa",
        "url": "https://ll.thespacedevs.com/2.2.0/launch/57e51918-e4d7-4f46-804b-9602ad34f0fa/?format=api",
        "slug": "soyuz-soyuz-14",
        "name": "Soyuz | Soyuz 14",
        "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:42:31Z",
        "net": "1974-07-03T18:51:08Z",
        "window_end": "1974-07-03T18:51:08Z",
        "window_start": "1974-07-03T18:51:08Z",
        "net_precision": {
            "id": 0,
            "name": "Second",
            "abbrev": "SEC",
            "description": "The T-0 is accurate to the second."
        },
        "probability": -1,
        "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": 244,
            "configuration": {
                "id": 96,
                "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/96/?format=api",
                "name": "Soyuz",
                "family": "Soyuz",
                "full_name": "Soyuz",
                "variant": ""
            }
        },
        "mission": {
            "id": 269,
            "name": "Soyuz 14",
            "description": "Soyuz 14 was the first crewed mission to the Salyut 3 space station. The mission launched on July 3, 1974, 18:51:08 UTC, carrying commander Pavel Popovich and flight engineer Yuri Artykhin to orbit. During their 15-day stay on the station, crew performed experiments involving medical studies and military reconnaissance activities. \nSoyuz 14 returned to Earth, landing on July 19, 1974, 12:21:36 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": null,
        "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": 23,
                "url": "https://ll.thespacedevs.com/2.2.0/program/23/?format=api",
                "name": "Salyut",
                "description": "The Salyut programme was the first space station programme, undertaken by the Soviet Union. It involved a series of four crewed scientific research space stations and two crewed military reconnaissance space stations over a period of 15 years, from 1971 to 1986.",
                "agencies": [
                    {
                        "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/salyut_program_20230506090532.png",
                "start_date": "1971-04-19T01:40:00Z",
                "end_date": "1986-07-16T12:34:05Z",
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/Salyut_programme",
                "mission_patches": [],
                "type": {
                    "id": 2,
                    "name": "Human Spaceflight"
                }
            }
        ],
        "orbital_launch_attempt_count": 1583,
        "location_launch_attempt_count": 402,
        "pad_launch_attempt_count": 142,
        "agency_launch_attempt_count": 840,
        "orbital_launch_attempt_count_year": 54,
        "location_launch_attempt_count_year": 13,
        "pad_launch_attempt_count_year": 2,
        "agency_launch_attempt_count_year": 41,
        "type": "normal"
    },
    "landing": {
        "id": 722,
        "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": 48,
            "spacestation": {
                "id": 11,
                "url": "https://ll.thespacedevs.com/2.2.0/spacestation/11/?format=api",
                "name": "Salyut 3",
                "status": {
                    "id": 2,
                    "name": "De-Orbited"
                },
                "founded": "1974-06-25",
                "description": "Salyut 3 (Russian: Салют-3; English: Salute 3; also known as OPS-2 or Almaz 2) was a Soviet space station launched on 25 June 1974. It was the second Almaz military space station, and the first such station to be launched successfully. It was included in the Salyut program to disguise its true military nature. Due to the military nature of the station, the Soviet Union was reluctant to release information about its design, and about the missions relating to the station.\r\n\r\nIt attained an altitude of 219 to 270 km on launch and NASA reported its final orbital altitude was 268 to 272 km. Only one of the three intended crews successfully boarded and manned the station, brought by Soyuz 14; Soyuz 15 attempted to bring a second crew but failed to dock.\r\n\r\nAlthough little official information has been released about the station, several sources report that it contained multiple Earth-observation cameras, as well as an on-board gun. The station was deorbited, and re-entered the atmosphere on 24 January 1975. The next space station launched by the Soviet Union was the civilian station Salyut 4; the next military station was Salyut 5, which was the final Almaz space station.",
                "orbit": "Low Earth Orbit",
                "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/salyut25202_image_20190217082304.jpeg"
            },
            "docking": "1974-07-04T21:00:00Z",
            "departure": "1974-07-19T09:03:00Z",
            "docking_location": {
                "id": 26,
                "name": "Salyut-3 forward",
                "spacestation": {
                    "id": 11,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacestation/11/?format=api",
                    "name": "Salyut 3"
                }
            }
        }
    ]
}