API endpoint that allows a flight of a specific Spacecraft instances to be viewed.

GET:
Return a list of all the existing Spacecraft flights.

FILTERS:
Parameters - 'spacecraft'
Example - /api/2.0.0/launcher/?spacecraft=37

GET /2.0.0/spacecraft/flight/236/?format=api
HTTP 200 OK
Allow: GET
Content-Type: application/json
Vary: Accept

{
    "id": 236,
    "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/flight/236/?format=api",
    "mission_end": "2000-06-16T00:44:00Z",
    "destination": "Mir",
    "launch_crew": [
        {
            "id": 2489,
            "role": "Commander",
            "astronaut": {
                "id": 295,
                "url": "https://ll.thespacedevs.com/2.0.0/astronaut/295/?format=api",
                "name": "Sergei Zalyotin",
                "type": {
                    "id": 2,
                    "name": "Government"
                },
                "status": {
                    "id": 2,
                    "name": "Retired"
                },
                "agency": {
                    "id": 63,
                    "url": "https://ll.thespacedevs.com/2.0.0/agencies/63/?format=api",
                    "name": "Russian Federal Space Agency (ROSCOSMOS)",
                    "type": "Government"
                },
                "date_of_birth": "1962-04-21",
                "date_of_death": null,
                "nationality": "Russian",
                "twitter": null,
                "instagram": null,
                "bio": "Sergei Viktorovich Zalyotin is a Russian cosmonaut and a veteran of two space missions.\r\n\r\nZalyotin was born in Tula and attended the Borisoglebsk Higher Military School before becoming a fighter pilot in the Russian Air Force. He also holds a degree in ecological management. Zalyotin was selected as a cosmonaut candidate in 1990. In 2000, Zalyotin was a member of the final resident crew aboard the Mir space station. He briefly visited the International Space Station aboard Soyuz TMA-1 in 2002.",
                "profile_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/sergei2520zalyotin_image_20181201232209.jpg",
                "wiki": "https://en.wikipedia.org/wiki/Sergei_Zalyotin",
                "last_flight": "2002-10-30T03:11:11Z",
                "first_flight": "2000-04-04T05:01:29Z"
            }
        },
        {
            "id": 2661,
            "role": "Flight Engineer",
            "astronaut": {
                "id": 160,
                "url": "https://ll.thespacedevs.com/2.0.0/astronaut/160/?format=api",
                "name": "Aleksandr Kaleri",
                "type": {
                    "id": 2,
                    "name": "Government"
                },
                "status": {
                    "id": 1,
                    "name": "Active"
                },
                "agency": {
                    "id": 63,
                    "url": "https://ll.thespacedevs.com/2.0.0/agencies/63/?format=api",
                    "name": "Russian Federal Space Agency (ROSCOSMOS)",
                    "type": "Government"
                },
                "date_of_birth": "1956-05-13",
                "date_of_death": null,
                "nationality": "Russian",
                "twitter": null,
                "instagram": null,
                "bio": "Aleksandr Yuriyevich \"Sasha\" Kaleri (Russian: Александр Юрьевич Калери; born Jūrmala, Latvian SSR, USSR, 13 May 1956) is a Russian cosmonaut and veteran of extended stays on the Mir Space Station and the International Space Station (ISS). Kaleri has most recently been in space aboard the ISS serving as a flight engineer for the long duration Expedition 25/26 missions. He has spent the fourth-longest time in space of any person, the longest time in space of any currently active cosmonaut, and the longest time in space of any person not born in what is now Russia.",
                "profile_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/aleksandr2520kaleri_image_20181129232134.jpg",
                "wiki": "https://en.wikipedia.org/wiki/Aleksandr_Kaleri",
                "last_flight": "2010-10-07T23:10:55Z",
                "first_flight": "1992-03-17T10:54:30Z"
            }
        }
    ],
    "onboard_crew": [],
    "landing_crew": [
        {
            "id": 2491,
            "role": "Commander",
            "astronaut": {
                "id": 295,
                "url": "https://ll.thespacedevs.com/2.0.0/astronaut/295/?format=api",
                "name": "Sergei Zalyotin",
                "type": {
                    "id": 2,
                    "name": "Government"
                },
                "status": {
                    "id": 2,
                    "name": "Retired"
                },
                "agency": {
                    "id": 63,
                    "url": "https://ll.thespacedevs.com/2.0.0/agencies/63/?format=api",
                    "name": "Russian Federal Space Agency (ROSCOSMOS)",
                    "type": "Government"
                },
                "date_of_birth": "1962-04-21",
                "date_of_death": null,
                "nationality": "Russian",
                "twitter": null,
                "instagram": null,
                "bio": "Sergei Viktorovich Zalyotin is a Russian cosmonaut and a veteran of two space missions.\r\n\r\nZalyotin was born in Tula and attended the Borisoglebsk Higher Military School before becoming a fighter pilot in the Russian Air Force. He also holds a degree in ecological management. Zalyotin was selected as a cosmonaut candidate in 1990. In 2000, Zalyotin was a member of the final resident crew aboard the Mir space station. He briefly visited the International Space Station aboard Soyuz TMA-1 in 2002.",
                "profile_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/sergei2520zalyotin_image_20181201232209.jpg",
                "wiki": "https://en.wikipedia.org/wiki/Sergei_Zalyotin",
                "last_flight": "2002-10-30T03:11:11Z",
                "first_flight": "2000-04-04T05:01:29Z"
            }
        },
        {
            "id": 2658,
            "role": "Flight Engineer",
            "astronaut": {
                "id": 160,
                "url": "https://ll.thespacedevs.com/2.0.0/astronaut/160/?format=api",
                "name": "Aleksandr Kaleri",
                "type": {
                    "id": 2,
                    "name": "Government"
                },
                "status": {
                    "id": 1,
                    "name": "Active"
                },
                "agency": {
                    "id": 63,
                    "url": "https://ll.thespacedevs.com/2.0.0/agencies/63/?format=api",
                    "name": "Russian Federal Space Agency (ROSCOSMOS)",
                    "type": "Government"
                },
                "date_of_birth": "1956-05-13",
                "date_of_death": null,
                "nationality": "Russian",
                "twitter": null,
                "instagram": null,
                "bio": "Aleksandr Yuriyevich \"Sasha\" Kaleri (Russian: Александр Юрьевич Калери; born Jūrmala, Latvian SSR, USSR, 13 May 1956) is a Russian cosmonaut and veteran of extended stays on the Mir Space Station and the International Space Station (ISS). Kaleri has most recently been in space aboard the ISS serving as a flight engineer for the long duration Expedition 25/26 missions. He has spent the fourth-longest time in space of any person, the longest time in space of any currently active cosmonaut, and the longest time in space of any person not born in what is now Russia.",
                "profile_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/aleksandr2520kaleri_image_20181129232134.jpg",
                "wiki": "https://en.wikipedia.org/wiki/Aleksandr_Kaleri",
                "last_flight": "2010-10-07T23:10:55Z",
                "first_flight": "1992-03-17T10:54:30Z"
            }
        }
    ],
    "spacecraft": {
        "id": 100,
        "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/100/?format=api",
        "name": "Soyuz TM-30",
        "serial_number": "Soyuz TM 11F732A51 #204",
        "status": {
            "id": 4,
            "name": "Single Use"
        },
        "description": "Soyuz TM-30 was a Soyuz spacecraft which launched on 4 April 2000 05:01 UTC. It transported two members of the expedition 28 crew to Mir. The crew consisted of Sergei Zalyotin and Aleksandr Kaleri.",
        "spacecraft_config": {
            "id": 41,
            "url": "https://ll.thespacedevs.com/2.0.0/config/spacecraft/41/?format=api",
            "name": "Soyuz TM",
            "type": {
                "id": 2,
                "name": "Capsule"
            },
            "agency": {
                "id": 63,
                "url": "https://ll.thespacedevs.com/2.0.0/agencies/63/?format=api",
                "name": "Russian Federal Space Agency (ROSCOSMOS)",
                "featured": true,
                "type": "Government",
                "country_code": "RUS",
                "abbrev": "RFSA",
                "description": "The Roscosmos State Corporation for Space Activities, commonly known as Roscosmos, is the governmental body responsible for the space science program of the Russian Federation and general aerospace research. Soyuz has many launch locations the Russian sites are Baikonur, Plesetsk and Vostochny however Ariane also purchases the vehicle and launches it from French Guiana.",
                "administrator": "Administrator: Yuri Borisov",
                "founding_year": "1992",
                "launchers": "Soyuz",
                "spacecraft": "Soyuz",
                "parent": null,
                "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/russian2520federal2520space2520agency25202528roscosmos2529_image_20190207032459.jpeg"
            },
            "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,
            "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": "f56cbee8-ad8a-4cb9-98dd-8be0bad6b5d2",
        "url": "https://ll.thespacedevs.com/2.0.0/launch/f56cbee8-ad8a-4cb9-98dd-8be0bad6b5d2/?format=api",
        "launch_library_id": 907,
        "slug": "soyuz-u-soyuz-tm-30",
        "name": "Soyuz-U | Soyuz TM-30",
        "status": {
            "id": 3,
            "name": "Success"
        },
        "net": "2000-04-04T05:01:29Z",
        "window_end": "2000-04-04T05:01:29Z",
        "window_start": "2000-04-04T05:01:29Z",
        "inhold": false,
        "tbdtime": false,
        "tbddate": false,
        "probability": -1,
        "holdreason": "",
        "failreason": null,
        "hashtag": null,
        "launch_service_provider": {
            "id": 63,
            "url": "https://ll.thespacedevs.com/2.0.0/agencies/63/?format=api",
            "name": "Russian Federal Space Agency (ROSCOSMOS)",
            "type": "Government"
        },
        "rocket": {
            "id": 452,
            "configuration": {
                "id": 37,
                "launch_library_id": 35,
                "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/37/?format=api",
                "name": "Soyuz U",
                "family": "Soyuz",
                "full_name": "Soyuz U",
                "variant": ""
            }
        },
        "mission": {
            "id": 923,
            "launch_library_id": 482,
            "name": "Soyuz TM-30",
            "description": "Soyuz TM-30 was the 39th mission and the 28th long-duration expedition to Mir space station. It was the final human spaceflight to Mir.\nThe mission began on April 4, 2000, 05:01:29 UTC, launching Commander Sergei Zalyotin and Flight Engineer Aleksandr Kaleri into orbit. They docked with Mir two days later. During their stay there, cosmonauts performed an EVA and various maintenance and repair tasks. Station crew was visited by several Progress resupply spacecrafts. The mission was privately funded by MirCorp company, which planned to refurbish and privatize the aging Mir space station, however insufficient funding and investment made these plans impossible to come true. \nThe mission concluded with a safe landing back on Earth on June 16, 2000, 00:44 UTC.",
            "launch_designator": null,
            "type": "Human Exploration",
            "orbit": {
                "id": 8,
                "name": "Low Earth Orbit",
                "abbrev": "LEO"
            }
        },
        "pad": {
            "id": 32,
            "url": "https://ll.thespacedevs.com/2.0.0/pad/32/?format=api",
            "agency_id": null,
            "name": "1/5",
            "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.0.0/location/15/?format=api",
                "name": "Baikonur Cosmodrome, Republic of Kazakhstan",
                "country_code": "KAZ",
                "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/location_15_20200803142517.jpg",
                "total_launch_count": 1548,
                "total_landing_count": 0
            },
            "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/pad_32_20200803143513.jpg",
            "total_launch_count": 487
        },
        "webcast_live": false,
        "image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/soyuz2520u_image_20190222031023.jpeg",
        "infographic": null,
        "program": [
            {
                "id": 8,
                "url": "https://ll.thespacedevs.com/2.0.0/program/8/?format=api",
                "name": "Soyuz",
                "description": "The Soyuz programme is a human spaceflight programme initiated by the Soviet Union in the early 1960s. The Soyuz spacecraft was originally part of a Moon landing project intended to put a Soviet cosmonaut on the Moon. It was the third Soviet human spaceflight programme after the Vostok and Voskhod programmes.",
                "agencies": [
                    {
                        "id": 63,
                        "url": "https://ll.thespacedevs.com/2.0.0/agencies/63/?format=api",
                        "name": "Russian Federal Space Agency (ROSCOSMOS)",
                        "type": "Government"
                    },
                    {
                        "id": 66,
                        "url": "https://ll.thespacedevs.com/2.0.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"
            },
            {
                "id": 16,
                "url": "https://ll.thespacedevs.com/2.0.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.0.0/agencies/63/?format=api",
                        "name": "Russian Federal Space Agency (ROSCOSMOS)",
                        "type": "Government"
                    },
                    {
                        "id": 66,
                        "url": "https://ll.thespacedevs.com/2.0.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"
            }
        ]
    },
    "docking_events": [
        {
            "spacestation": {
                "id": 5,
                "url": "https://ll.thespacedevs.com/2.0.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": "2000-04-06T06:31:24Z",
            "departure": "2000-06-15T21:24:00Z",
            "docking_location": {
                "id": 37,
                "name": "Mir Core forward"
            }
        }
    ]
}