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

{
    "id": 343,
    "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/flight/343/?format=api",
    "mission_end": "1973-12-26T08:50:35Z",
    "destination": "Low Earth Orbit",
    "launch_crew": [
        {
            "id": 2910,
            "role": "Commander",
            "astronaut": {
                "id": 163,
                "url": "https://ll.thespacedevs.com/2.0.0/astronaut/163/?format=api",
                "name": "Pyotr Klimuk",
                "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": "1942-07-10",
                "date_of_death": null,
                "nationality": "Belarusian",
                "twitter": null,
                "instagram": null,
                "bio": "Pyotr Ilyich Klimuk (Belarusian: Пётр Ільіч Кліму́к; Russian: Пётр Ильич Климу́к; born 10 July 1942) is a former Soviet cosmonaut and the first Belarusian to perform space travel. Klimuk made three flights into space.\r\n\r\nKlimuk attended the Leninski Komsomol Chernigov High Aviation School and entered the Soviet Air Force in 1964. The following year, he was selected to join the space programme.\r\n\r\nHis first flight was a long test flight on Soyuz 13 in 1973. This was followed by a mission to the Salyut 4 space station on Soyuz 18 in 1975.\r\n\r\nFrom 1976 he became involved in the Intercosmos and made his third and final spaceflight on an Intercosmos flight with Polish cosmonaut Mirosław Hermaszewski on Soyuz 30.",
                "profile_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/pyotr2520klimuk_image_20181129232623.jpg",
                "wiki": "https://en.wikipedia.org/wiki/Pyotr_Klimuk",
                "last_flight": "1978-06-27T15:27:21Z",
                "first_flight": "1973-12-18T11:55:00Z"
            }
        },
        {
            "id": 2844,
            "role": "Flight Engineer",
            "astronaut": {
                "id": 180,
                "url": "https://ll.thespacedevs.com/2.0.0/astronaut/180/?format=api",
                "name": "Valentin Lebedev",
                "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": "1942-04-14",
                "date_of_death": null,
                "nationality": "Russian",
                "twitter": null,
                "instagram": null,
                "bio": "Valentin Vitalyevich Lebedev (Russian: Валентин Витальевич Лебедев; born April 14, 1942 in Moscow) was a Soviet cosmonaut who made two flights into space. His stay aboard the Space Station Salyut 7 with Anatoly Berezovoy in 1982, which lasted 211 days, was recorded in the Guinness Book of Records.",
                "profile_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/valentin2520lebedev_image_20181129234954.jpg",
                "wiki": "https://en.wikipedia.org/wiki/Valentin_Lebedev",
                "last_flight": "1982-05-13T09:58:05Z",
                "first_flight": "1973-12-18T11:55:00Z"
            }
        }
    ],
    "onboard_crew": [],
    "landing_crew": [
        {
            "id": 2907,
            "role": "Commander",
            "astronaut": {
                "id": 163,
                "url": "https://ll.thespacedevs.com/2.0.0/astronaut/163/?format=api",
                "name": "Pyotr Klimuk",
                "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": "1942-07-10",
                "date_of_death": null,
                "nationality": "Belarusian",
                "twitter": null,
                "instagram": null,
                "bio": "Pyotr Ilyich Klimuk (Belarusian: Пётр Ільіч Кліму́к; Russian: Пётр Ильич Климу́к; born 10 July 1942) is a former Soviet cosmonaut and the first Belarusian to perform space travel. Klimuk made three flights into space.\r\n\r\nKlimuk attended the Leninski Komsomol Chernigov High Aviation School and entered the Soviet Air Force in 1964. The following year, he was selected to join the space programme.\r\n\r\nHis first flight was a long test flight on Soyuz 13 in 1973. This was followed by a mission to the Salyut 4 space station on Soyuz 18 in 1975.\r\n\r\nFrom 1976 he became involved in the Intercosmos and made his third and final spaceflight on an Intercosmos flight with Polish cosmonaut Mirosław Hermaszewski on Soyuz 30.",
                "profile_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/pyotr2520klimuk_image_20181129232623.jpg",
                "wiki": "https://en.wikipedia.org/wiki/Pyotr_Klimuk",
                "last_flight": "1978-06-27T15:27:21Z",
                "first_flight": "1973-12-18T11:55:00Z"
            }
        },
        {
            "id": 2846,
            "role": "Flight Engineer",
            "astronaut": {
                "id": 180,
                "url": "https://ll.thespacedevs.com/2.0.0/astronaut/180/?format=api",
                "name": "Valentin Lebedev",
                "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": "1942-04-14",
                "date_of_death": null,
                "nationality": "Russian",
                "twitter": null,
                "instagram": null,
                "bio": "Valentin Vitalyevich Lebedev (Russian: Валентин Витальевич Лебедев; born April 14, 1942 in Moscow) was a Soviet cosmonaut who made two flights into space. His stay aboard the Space Station Salyut 7 with Anatoly Berezovoy in 1982, which lasted 211 days, was recorded in the Guinness Book of Records.",
                "profile_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/valentin2520lebedev_image_20181129234954.jpg",
                "wiki": "https://en.wikipedia.org/wiki/Valentin_Lebedev",
                "last_flight": "1982-05-13T09:58:05Z",
                "first_flight": "1973-12-18T11:55:00Z"
            }
        }
    ],
    "spacecraft": {
        "id": 194,
        "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/194/?format=api",
        "name": "Soyuz 13",
        "serial_number": "Soyuz 7K-T 11F615A8 #33",
        "status": {
            "id": 4,
            "name": "Single Use"
        },
        "description": "Soyuz 13 was a Soyuz spacecraft which launched on 18 December 1973 11:55 UTC. It launched two cosmonauts to orbit for science purposes. The crew was Pyotr Klimuk and Valentin Lebedev.",
        "spacecraft_config": {
            "id": 1,
            "url": "https://ll.thespacedevs.com/2.0.0/config/spacecraft/1/?format=api",
            "name": "Soyuz",
            "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 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,
            "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": "b57efdaf-7c9d-4853-9e1a-c2f54970814a",
        "url": "https://ll.thespacedevs.com/2.0.0/launch/b57efdaf-7c9d-4853-9e1a-c2f54970814a/?format=api",
        "launch_library_id": 979,
        "slug": "soyuz-soyuz-13",
        "name": "Soyuz | Soyuz 13",
        "status": {
            "id": 3,
            "name": "Success"
        },
        "net": "1973-12-18T11:55:00Z",
        "window_end": "1973-12-18T11:55:00Z",
        "window_start": "1973-12-18T11:55:00Z",
        "inhold": false,
        "tbdtime": false,
        "tbddate": false,
        "probability": -1,
        "holdreason": "",
        "failreason": null,
        "hashtag": null,
        "launch_service_provider": {
            "id": 66,
            "url": "https://ll.thespacedevs.com/2.0.0/agencies/66/?format=api",
            "name": "Soviet Space Program",
            "type": "Government"
        },
        "rocket": {
            "id": 242,
            "configuration": {
                "id": 96,
                "launch_library_id": 134,
                "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/96/?format=api",
                "name": "Soyuz",
                "family": "Soyuz",
                "full_name": "Soyuz",
                "variant": ""
            }
        },
        "mission": {
            "id": 277,
            "launch_library_id": 382,
            "name": "Soyuz 13",
            "description": "Soyuz 13 launched on 18 December 1973, 11:55:00 UTC. It carried commander Pyotr Klimuk and flight engineer Valentin Lebedev into orbit. This mission was the second test flight of the modified Soyuz spacecraft. Crew spent 7 deays in orbit and carried out various astrophysical studies. They also obtained ultraviolet spectrograms of stars with the help of an Orion 2 Space Observatory onboard the spacecraft. Crew returned to Earth, landing on 26 December 1973, 08:50:35 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": null,
        "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"
            }
        ]
    },
    "docking_events": []
}