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

{
    "id": 25,
    "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/flight/25/?format=api",
    "mission_end": "1968-10-22T11:11:00Z",
    "destination": "Low Earth Orbit",
    "launch_crew": [
        {
            "id": 951,
            "role": "Commander",
            "astronaut": {
                "id": 27,
                "url": "https://ll.thespacedevs.com/2.0.0/astronaut/27/?format=api",
                "name": "Wally Schirra",
                "type": {
                    "id": 2,
                    "name": "Government"
                },
                "status": {
                    "id": 11,
                    "name": "Deceased"
                },
                "agency": {
                    "id": 44,
                    "url": "https://ll.thespacedevs.com/2.0.0/agencies/44/?format=api",
                    "name": "National Aeronautics and Space Administration",
                    "type": "Government"
                },
                "date_of_birth": "1923-03-12",
                "date_of_death": "2007-05-03",
                "nationality": "American",
                "twitter": null,
                "instagram": null,
                "bio": "Walter Marty Schirra Jr. was an American naval aviator and NASA astronaut. In 1959, he became one of the original seven astronauts chosen for Project Mercury, which was the United States' first effort to put human beings in space. On October 3, 1962, he flew the six-orbit, nine-hour, Mercury-Atlas 8 mission, in a spacecraft he nicknamed Sigma 7. At the time of his mission in Sigma 7, Schirra became the fifth American and ninth human to travel into space. In the two-man Gemini program, he achieved the first space rendezvous, station-keeping his Gemini 6A spacecraft within 1 foot (30 cm) of the sister Gemini 7 spacecraft in December 1965. In October 1968, he commanded Apollo 7, an 11-day low Earth orbit shakedown test of the three-man Apollo Command/Service Module and the first manned launch for the Apollo program.",
                "profile_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/wally2520schirra_image_20190426143652.jpeg",
                "wiki": "https://en.wikipedia.org/wiki/Wally_Schirra",
                "last_flight": "1968-10-11T15:02:45Z",
                "first_flight": "1962-10-03T12:15:12Z"
            }
        },
        {
            "id": 952,
            "role": "Command Module Pilot",
            "astronaut": {
                "id": 45,
                "url": "https://ll.thespacedevs.com/2.0.0/astronaut/45/?format=api",
                "name": "Donn F. Eisele",
                "type": {
                    "id": 2,
                    "name": "Government"
                },
                "status": {
                    "id": 11,
                    "name": "Deceased"
                },
                "agency": {
                    "id": 44,
                    "url": "https://ll.thespacedevs.com/2.0.0/agencies/44/?format=api",
                    "name": "National Aeronautics and Space Administration",
                    "type": "Government"
                },
                "date_of_birth": "1930-06-23",
                "date_of_death": "1987-12-02",
                "nationality": "American",
                "twitter": null,
                "instagram": null,
                "bio": "Donn Fulton Eisele was a United States Air Force officer, test pilot, and later a NASA astronaut. He occupied the Command Module Pilot seat during the flight of Apollo 7 in 1968. After retiring from both NASA and the Air Force, he became the Peace Corps country director for Thailand, before moving into private business.",
                "profile_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/donn2520f.2520eisele_image_20190426143659.jpeg",
                "wiki": "https://en.wikipedia.org/wiki/Donn_F._Eisele",
                "last_flight": "1968-10-11T15:02:45Z",
                "first_flight": "1968-10-11T15:02:45Z"
            }
        },
        {
            "id": 953,
            "role": "Lunar Module Pilot",
            "astronaut": {
                "id": 44,
                "url": "https://ll.thespacedevs.com/2.0.0/astronaut/44/?format=api",
                "name": "Walter Cunningham",
                "type": {
                    "id": 2,
                    "name": "Government"
                },
                "status": {
                    "id": 11,
                    "name": "Deceased"
                },
                "agency": {
                    "id": 44,
                    "url": "https://ll.thespacedevs.com/2.0.0/agencies/44/?format=api",
                    "name": "National Aeronautics and Space Administration",
                    "type": "Government"
                },
                "date_of_birth": "1932-03-16",
                "date_of_death": "2023-01-03",
                "nationality": "American",
                "twitter": null,
                "instagram": null,
                "bio": "Ronnie Walter Cunningham was an American astronaut. In 1968, he was a Lunar Module Pilot on the Apollo 7 mission. He was NASA's third civilian astronaut (after Neil Armstrong and Elliot See), and has also been a fighter pilot, physicist, entrepreneur, venture capitalist, and author of The All-American Boys.",
                "profile_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/walter_cunningh_image_20220911033756.jpeg",
                "wiki": "https://en.wikipedia.org/wiki/Walter_Cunningham",
                "last_flight": "1968-10-11T15:02:45Z",
                "first_flight": "1968-10-11T15:02:45Z"
            }
        }
    ],
    "onboard_crew": [],
    "landing_crew": [
        {
            "id": 31,
            "role": "Commander",
            "astronaut": {
                "id": 27,
                "url": "https://ll.thespacedevs.com/2.0.0/astronaut/27/?format=api",
                "name": "Wally Schirra",
                "type": {
                    "id": 2,
                    "name": "Government"
                },
                "status": {
                    "id": 11,
                    "name": "Deceased"
                },
                "agency": {
                    "id": 44,
                    "url": "https://ll.thespacedevs.com/2.0.0/agencies/44/?format=api",
                    "name": "National Aeronautics and Space Administration",
                    "type": "Government"
                },
                "date_of_birth": "1923-03-12",
                "date_of_death": "2007-05-03",
                "nationality": "American",
                "twitter": null,
                "instagram": null,
                "bio": "Walter Marty Schirra Jr. was an American naval aviator and NASA astronaut. In 1959, he became one of the original seven astronauts chosen for Project Mercury, which was the United States' first effort to put human beings in space. On October 3, 1962, he flew the six-orbit, nine-hour, Mercury-Atlas 8 mission, in a spacecraft he nicknamed Sigma 7. At the time of his mission in Sigma 7, Schirra became the fifth American and ninth human to travel into space. In the two-man Gemini program, he achieved the first space rendezvous, station-keeping his Gemini 6A spacecraft within 1 foot (30 cm) of the sister Gemini 7 spacecraft in December 1965. In October 1968, he commanded Apollo 7, an 11-day low Earth orbit shakedown test of the three-man Apollo Command/Service Module and the first manned launch for the Apollo program.",
                "profile_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/wally2520schirra_image_20190426143652.jpeg",
                "wiki": "https://en.wikipedia.org/wiki/Wally_Schirra",
                "last_flight": "1968-10-11T15:02:45Z",
                "first_flight": "1962-10-03T12:15:12Z"
            }
        },
        {
            "id": 32,
            "role": "Command Module Pilot",
            "astronaut": {
                "id": 45,
                "url": "https://ll.thespacedevs.com/2.0.0/astronaut/45/?format=api",
                "name": "Donn F. Eisele",
                "type": {
                    "id": 2,
                    "name": "Government"
                },
                "status": {
                    "id": 11,
                    "name": "Deceased"
                },
                "agency": {
                    "id": 44,
                    "url": "https://ll.thespacedevs.com/2.0.0/agencies/44/?format=api",
                    "name": "National Aeronautics and Space Administration",
                    "type": "Government"
                },
                "date_of_birth": "1930-06-23",
                "date_of_death": "1987-12-02",
                "nationality": "American",
                "twitter": null,
                "instagram": null,
                "bio": "Donn Fulton Eisele was a United States Air Force officer, test pilot, and later a NASA astronaut. He occupied the Command Module Pilot seat during the flight of Apollo 7 in 1968. After retiring from both NASA and the Air Force, he became the Peace Corps country director for Thailand, before moving into private business.",
                "profile_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/donn2520f.2520eisele_image_20190426143659.jpeg",
                "wiki": "https://en.wikipedia.org/wiki/Donn_F._Eisele",
                "last_flight": "1968-10-11T15:02:45Z",
                "first_flight": "1968-10-11T15:02:45Z"
            }
        },
        {
            "id": 33,
            "role": "Lunar Module Pilot",
            "astronaut": {
                "id": 44,
                "url": "https://ll.thespacedevs.com/2.0.0/astronaut/44/?format=api",
                "name": "Walter Cunningham",
                "type": {
                    "id": 2,
                    "name": "Government"
                },
                "status": {
                    "id": 11,
                    "name": "Deceased"
                },
                "agency": {
                    "id": 44,
                    "url": "https://ll.thespacedevs.com/2.0.0/agencies/44/?format=api",
                    "name": "National Aeronautics and Space Administration",
                    "type": "Government"
                },
                "date_of_birth": "1932-03-16",
                "date_of_death": "2023-01-03",
                "nationality": "American",
                "twitter": null,
                "instagram": null,
                "bio": "Ronnie Walter Cunningham was an American astronaut. In 1968, he was a Lunar Module Pilot on the Apollo 7 mission. He was NASA's third civilian astronaut (after Neil Armstrong and Elliot See), and has also been a fighter pilot, physicist, entrepreneur, venture capitalist, and author of The All-American Boys.",
                "profile_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/walter_cunningh_image_20220911033756.jpeg",
                "wiki": "https://en.wikipedia.org/wiki/Walter_Cunningham",
                "last_flight": "1968-10-11T15:02:45Z",
                "first_flight": "1968-10-11T15:02:45Z"
            }
        }
    ],
    "spacecraft": {
        "id": 25,
        "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/25/?format=api",
        "name": "Apollo CSM-101",
        "serial_number": "CSM-101",
        "status": {
            "id": 4,
            "name": "Single Use"
        },
        "description": "CSM-101 was an Apollo Command & Service Module used in the Apollo 7 mission.",
        "spacecraft_config": {
            "id": 10,
            "url": "https://ll.thespacedevs.com/2.0.0/config/spacecraft/10/?format=api",
            "name": "Apollo Command/Service Module",
            "type": {
                "id": 2,
                "name": "Capsule"
            },
            "agency": {
                "id": 999,
                "url": "https://ll.thespacedevs.com/2.0.0/agencies/999/?format=api",
                "name": "North American Aviation",
                "featured": false,
                "type": "Commercial",
                "country_code": "USA",
                "abbrev": "",
                "description": "North American Aviation (NAA) was a major American aerospace manufacturer, responsible for a number of historic aircraft, including the T-6 Texan trainer, the P-51 Mustang fighter, the B-25 Mitchell bomber, the F-86 Sabre jet fighter, the X-15 rocket plane, and the XB-70, as well as Apollo command and service module, the second stage of the Saturn V rocket, the Space Shuttle orbiter and the B-1 Lancer.",
                "administrator": null,
                "founding_year": "1928",
                "launchers": "North American X-15",
                "spacecraft": "",
                "parent": "Boeing",
                "image_url": null
            },
            "in_use": false,
            "capability": "Cargo and Human Transportation to Lunar Orbit",
            "history": "The Apollo Command/Service Module (CSM) was one of two principal components of the United States Apollo spacecraft, used for the Apollo program which landed astronauts on the Moon between 1969 and 1972.",
            "details": "The Apollo Command/Service Module (CSM) was one of two principal components of the United States Apollo spacecraft, used for the Apollo program which landed astronauts on the Moon between 1969 and 1972. The CSM functioned as a mother ship which carried a crew of three astronauts and the second Apollo spacecraft, the Lunar Module, to lunar orbit, and brought the astronauts back to Earth. It consisted of two parts: the conical Command Module, a cabin that housed the crew and carried equipment needed for atmospheric reentry and splashdown; and the cylindrical Service Module which provided propulsion, electrical power and storage for various consumables required during a mission. An umbilical connection transferred power and consumables between the two modules. Just before reentry of the Command Module on the return home, the umbilical connection was severed and the Service Module was cast off and allowed to burn up in the atmosphere.",
            "maiden_flight": "1966-02-26",
            "height": 11.0,
            "diameter": 3.9,
            "human_rated": true,
            "crew_capacity": 3,
            "payload_capacity": 1050,
            "flight_life": "14 days",
            "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/apollo2520command2fservice2520module_image_20190207032507.jpeg",
            "nation_url": null,
            "wiki_link": "https://en.wikipedia.org/wiki/Apollo_Command/Service_Module",
            "info_link": ""
        }
    },
    "launch": {
        "id": "31e722e3-77bc-4a2f-bb5c-e6afd6d93302",
        "url": "https://ll.thespacedevs.com/2.0.0/launch/31e722e3-77bc-4a2f-bb5c-e6afd6d93302/?format=api",
        "launch_library_id": 1005,
        "slug": "saturn-ib-apollo-7",
        "name": "Saturn IB | Apollo 7",
        "status": {
            "id": 3,
            "name": "Success"
        },
        "net": "1968-10-11T15:02:45Z",
        "window_end": "1968-10-11T15:02:45Z",
        "window_start": "1968-10-11T15:02:45Z",
        "inhold": false,
        "tbdtime": false,
        "tbddate": false,
        "probability": -1,
        "holdreason": "",
        "failreason": null,
        "hashtag": null,
        "launch_service_provider": {
            "id": 44,
            "url": "https://ll.thespacedevs.com/2.0.0/agencies/44/?format=api",
            "name": "National Aeronautics and Space Administration",
            "type": "Government"
        },
        "rocket": {
            "id": 215,
            "configuration": {
                "id": 163,
                "launch_library_id": 135,
                "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/163/?format=api",
                "name": "Saturn IB",
                "family": "Saturn",
                "full_name": "Saturn IB",
                "variant": "IB"
            }
        },
        "mission": {
            "id": 154,
            "launch_library_id": 215,
            "name": "Apollo 7",
            "description": "The Apollo 7 crew was commanded by Walter M. Schirra, with Command Module Pilot Donn F. Eisele, and Lunar Module Pilot R. Walter Cunningham. Their mission was Apollo's 'C' mission, an 11-day Earth-orbital test flight to check out the redesigned Block II Apollo Command/Service Module (CSM) with a crew on board.",
            "launch_designator": null,
            "type": "Human Exploration",
            "orbit": {
                "id": 8,
                "name": "Low Earth Orbit",
                "abbrev": "LEO"
            }
        },
        "pad": {
            "id": 19,
            "url": "https://ll.thespacedevs.com/2.0.0/pad/19/?format=api",
            "agency_id": null,
            "name": "Launch Complex 34",
            "info_url": null,
            "wiki_url": "https://en.wikipedia.org/wiki/Cape_Canaveral_Air_Force_Station_Launch_Complex_34",
            "map_url": "https://www.google.com/maps?q=28.521811,-80.56113",
            "latitude": "28.521811",
            "longitude": "-80.56113",
            "location": {
                "id": 12,
                "url": "https://ll.thespacedevs.com/2.0.0/location/12/?format=api",
                "name": "Cape Canaveral, FL, USA",
                "country_code": "USA",
                "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/location_12_20200803142519.jpg",
                "total_launch_count": 952,
                "total_landing_count": 51
            },
            "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/pad_19_20200803143428.jpg",
            "total_launch_count": 9
        },
        "webcast_live": false,
        "image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/saturn2520ib_image_20190222030046.jpeg",
        "infographic": null,
        "program": [
            {
                "id": 4,
                "url": "https://ll.thespacedevs.com/2.0.0/program/4/?format=api",
                "name": "Apollo",
                "description": "The Apollo program was the third United States human spaceflight program carried out by the National Aeronautics and Space Administration (NASA), which succeeded in landing the first humans on the Moon from 1969 to 1972.",
                "agencies": [
                    {
                        "id": 44,
                        "url": "https://ll.thespacedevs.com/2.0.0/agencies/44/?format=api",
                        "name": "National Aeronautics and Space Administration",
                        "type": "Government"
                    }
                ],
                "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/apollo_program_20200820200202.png",
                "start_date": "1966-11-16T00:00:00Z",
                "end_date": "1972-12-19T19:24:59Z",
                "info_url": "https://www.nasa.gov/mission_pages/apollo/index.html",
                "wiki_url": "https://en.wikipedia.org/wiki/Apollo_program"
            }
        ]
    },
    "docking_events": []
}