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

{
    "id": 373,
    "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/flight/373/?format=api",
    "mission_end": "1975-07-24T21:18:00Z",
    "destination": "Low Earth Orbit",
    "launch_crew": [
        {
            "id": 957,
            "role": "Commander",
            "astronaut": {
                "id": 31,
                "url": "https://ll.thespacedevs.com/2.0.0/astronaut/31/?format=api",
                "name": "Thomas P. Stafford",
                "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-09-17",
                "date_of_death": "2024-03-18",
                "nationality": "American",
                "twitter": null,
                "instagram": null,
                "bio": "Thomas Patten Stafford was an American Air Force officer, test pilot, and NASA astronaut.",
                "profile_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/thomas_p._staff_image_20220911033654.jpeg",
                "wiki": "https://en.wikipedia.org/wiki/Thomas_P._Stafford",
                "last_flight": "1975-07-15T19:50:00Z",
                "first_flight": "1965-12-15T13:37:26Z"
            }
        },
        {
            "id": 3058,
            "role": "Command Module Pilot",
            "astronaut": {
                "id": 301,
                "url": "https://ll.thespacedevs.com/2.0.0/astronaut/301/?format=api",
                "name": "Vance D. Brand",
                "type": {
                    "id": 2,
                    "name": "Government"
                },
                "status": {
                    "id": 2,
                    "name": "Retired"
                },
                "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": "1931-05-09",
                "date_of_death": null,
                "nationality": "American",
                "twitter": null,
                "instagram": null,
                "bio": "Vance DeVoe Brand is an American former naval officer and aviator, aeronautical engineer, test pilot, and NASA astronaut. He served as Command Module Pilot during the first U.S.-Soviet joint spaceflight in 1975, and as Commander of three Space Shuttle missions.\r\n\r\nHis flight experience includes 9,669 flying hours, which includes 8,089 hours in jets, 391 hours in helicopters, 746 hours in spacecraft, and checkout in more than 30 types of military aircraft. Vance Brand Airport in Longmont, Colorado, is named in his honor.",
                "profile_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/vance2520d.2520brand_image_20181202090314.jpg",
                "wiki": "https://en.wikipedia.org/wiki/Vance_D._Brand",
                "last_flight": "1990-12-02T06:49:00Z",
                "first_flight": "1975-07-15T19:50:00Z"
            }
        },
        {
            "id": 3059,
            "role": "Docking Module Pilot",
            "astronaut": {
                "id": 22,
                "url": "https://ll.thespacedevs.com/2.0.0/astronaut/22/?format=api",
                "name": "Deke Slayton",
                "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": "1924-03-01",
                "date_of_death": "1993-06-13",
                "nationality": "American",
                "twitter": null,
                "instagram": null,
                "bio": "Donald Kent \"Deke\" Slayton, was an American World War II pilot, aeronautical engineer, and test pilot who was selected as one of the original NASA Mercury Seven astronauts, and became NASA's first Chief of the Astronaut Office.",
                "profile_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/deke2520slayton_image_20190426143649.jpeg",
                "wiki": "https://en.wikipedia.org/wiki/Deke_Slayton",
                "last_flight": "1975-07-15T19:50:00Z",
                "first_flight": "1975-07-15T19:50:00Z"
            }
        }
    ],
    "onboard_crew": [],
    "landing_crew": [
        {
            "id": 37,
            "role": "Commander",
            "astronaut": {
                "id": 31,
                "url": "https://ll.thespacedevs.com/2.0.0/astronaut/31/?format=api",
                "name": "Thomas P. Stafford",
                "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-09-17",
                "date_of_death": "2024-03-18",
                "nationality": "American",
                "twitter": null,
                "instagram": null,
                "bio": "Thomas Patten Stafford was an American Air Force officer, test pilot, and NASA astronaut.",
                "profile_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/thomas_p._staff_image_20220911033654.jpeg",
                "wiki": "https://en.wikipedia.org/wiki/Thomas_P._Stafford",
                "last_flight": "1975-07-15T19:50:00Z",
                "first_flight": "1965-12-15T13:37:26Z"
            }
        },
        {
            "id": 869,
            "role": "Command Module Pilot",
            "astronaut": {
                "id": 301,
                "url": "https://ll.thespacedevs.com/2.0.0/astronaut/301/?format=api",
                "name": "Vance D. Brand",
                "type": {
                    "id": 2,
                    "name": "Government"
                },
                "status": {
                    "id": 2,
                    "name": "Retired"
                },
                "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": "1931-05-09",
                "date_of_death": null,
                "nationality": "American",
                "twitter": null,
                "instagram": null,
                "bio": "Vance DeVoe Brand is an American former naval officer and aviator, aeronautical engineer, test pilot, and NASA astronaut. He served as Command Module Pilot during the first U.S.-Soviet joint spaceflight in 1975, and as Commander of three Space Shuttle missions.\r\n\r\nHis flight experience includes 9,669 flying hours, which includes 8,089 hours in jets, 391 hours in helicopters, 746 hours in spacecraft, and checkout in more than 30 types of military aircraft. Vance Brand Airport in Longmont, Colorado, is named in his honor.",
                "profile_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/vance2520d.2520brand_image_20181202090314.jpg",
                "wiki": "https://en.wikipedia.org/wiki/Vance_D._Brand",
                "last_flight": "1990-12-02T06:49:00Z",
                "first_flight": "1975-07-15T19:50:00Z"
            }
        },
        {
            "id": 870,
            "role": "Docking Module Pilot",
            "astronaut": {
                "id": 22,
                "url": "https://ll.thespacedevs.com/2.0.0/astronaut/22/?format=api",
                "name": "Deke Slayton",
                "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": "1924-03-01",
                "date_of_death": "1993-06-13",
                "nationality": "American",
                "twitter": null,
                "instagram": null,
                "bio": "Donald Kent \"Deke\" Slayton, was an American World War II pilot, aeronautical engineer, and test pilot who was selected as one of the original NASA Mercury Seven astronauts, and became NASA's first Chief of the Astronaut Office.",
                "profile_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/deke2520slayton_image_20190426143649.jpeg",
                "wiki": "https://en.wikipedia.org/wiki/Deke_Slayton",
                "last_flight": "1975-07-15T19:50:00Z",
                "first_flight": "1975-07-15T19:50:00Z"
            }
        }
    ],
    "spacecraft": {
        "id": 32,
        "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/32/?format=api",
        "name": "Apollo CSM-111",
        "serial_number": "CSM-111",
        "status": {
            "id": 4,
            "name": "Single Use"
        },
        "description": "CSM-111 was an Apollo Command & Service Module used in the Apollo-Soyuz Test Project.",
        "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": "9959bda6-fa27-4ed5-8bea-d2f55f7a5b68",
        "url": "https://ll.thespacedevs.com/2.0.0/launch/9959bda6-fa27-4ed5-8bea-d2f55f7a5b68/?format=api",
        "launch_library_id": 972,
        "slug": "saturn-ib-apollo-soyuz-test-project",
        "name": "Saturn IB | Apollo-Soyuz Test Project",
        "status": {
            "id": 3,
            "name": "Success"
        },
        "net": "1975-07-15T19:50:00Z",
        "window_end": "1975-07-15T19:50:00Z",
        "window_start": "1975-07-15T19:50:00Z",
        "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": 252,
            "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": 914,
            "launch_library_id": 408,
            "name": "Apollo-Soyuz Test Project",
            "description": "The Apollo-Soyuz Test Project was the first joint US-Soviet space flight and the last crewed US space mission until the Space Shuttle program.\nThe US side of mission began on July 15, 1975, 19:50:00 UTC, launching Commander Thomas P. Stafford, Command Module Pilot Vance D. Brand and Docking Module Pilot Donald K. Slayton into orbit. Two days later, they docked with the Soyuz 19 spacecraft. American and Soviet crews visited each other's spacecrafts, performed docking and redocking maneuvers, conducted joint scientific experiments, exchanged flags and gifts. Crews spent more than 44 hours together, and after final parting of the ships on July 19, Apollo crew spent nine more days in orbit, conducting Earth observation experiments.\nThe Apollo crew returned to Earth on July 24, 1975, 21:18:0 UTC with a splashdown in the Pacific Ocean.",
            "launch_designator": null,
            "type": "Human Exploration",
            "orbit": {
                "id": 8,
                "name": "Low Earth Orbit",
                "abbrev": "LEO"
            }
        },
        "pad": {
            "id": 4,
            "url": "https://ll.thespacedevs.com/2.0.0/pad/4/?format=api",
            "agency_id": 44,
            "name": "Launch Complex 39B",
            "info_url": null,
            "wiki_url": "https://en.wikipedia.org/wiki/Kennedy_Space_Center_Launch_Complex_39#Launch_Pad_39B",
            "map_url": "https://www.google.com/maps?q=28.62711233,-80.62101503",
            "latitude": "28.62711233",
            "longitude": "-80.62101503",
            "location": {
                "id": 27,
                "url": "https://ll.thespacedevs.com/2.0.0/location/27/?format=api",
                "name": "Kennedy Space Center, FL, USA",
                "country_code": "USA",
                "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/location_27_20200803142447.jpg",
                "total_launch_count": 237,
                "total_landing_count": 0
            },
            "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/pad_4_20200803143518.jpg",
            "total_launch_count": 58
        },
        "webcast_live": false,
        "image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/saturn2520ib_image_20190222030046.jpeg",
        "infographic": null,
        "program": []
    },
    "docking_events": []
}