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

{
    "id": 11,
    "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/flight/11/?format=api",
    "mission_end": "1965-03-23T14:24:00Z",
    "destination": "Low Earth Orbit",
    "launch_crew": [
        {
            "id": 931,
            "role": "Command Pilot",
            "astronaut": {
                "id": 26,
                "url": "https://ll.thespacedevs.com/2.0.0/astronaut/26/?format=api",
                "name": "Gus Grissom",
                "type": {
                    "id": 2,
                    "name": "Government"
                },
                "status": {
                    "id": 5,
                    "name": "Lost In Training"
                },
                "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": "1926-04-03",
                "date_of_death": "1967-01-27",
                "nationality": "American",
                "twitter": null,
                "instagram": null,
                "bio": "Lieutenant Colonel Virgil Ivan \"Gus\" Grissom was one of the seven original National Aeronautics and Space Administration's Project Mercury astronauts, and the first of the Mercury Seven to die. He was also a Project Gemini and an Apollo program astronaut. Grissom was the second American to fly in space, and the first member of the NASA Astronaut Corps to fly in space twice. In addition, Grissom was a World War II and Korean War veteran, U.S. Air Force test pilot, and a mechanical engineer. He was a recipient of the Distinguished Flying Cross, and the Air Medal with an oak leaf cluster, a two-time recipient of the NASA Distinguished Service Medal, and, posthumously, the Congressional Space Medal of Honor.",
                "profile_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/gus2520grissom_image_20181128142030.jpg",
                "wiki": "https://en.wikipedia.org/wiki/Gus_Grissom",
                "last_flight": "1967-01-27T23:31:19Z",
                "first_flight": "1961-07-21T12:20:00Z"
            }
        },
        {
            "id": 932,
            "role": "Pilot",
            "astronaut": {
                "id": 32,
                "url": "https://ll.thespacedevs.com/2.0.0/astronaut/32/?format=api",
                "name": "John Young",
                "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-24",
                "date_of_death": "2018-01-05",
                "nationality": "American",
                "twitter": null,
                "instagram": null,
                "bio": "John Watts Young was an American astronaut, naval officer and aviator, test pilot, and aeronautical engineer. He became the ninth person to walk on the Moon as Commander of the Apollo 16 mission in 1972. Young enjoyed the longest career of any astronaut, becoming the first person to fly six space missions (with seven launches, counting his lunar liftoff) over the course of 42 years of active NASA service. He is the only person to have piloted, and been commander of, four different classes of spacecraft: Gemini, the Apollo Command/Service Module, the Apollo Lunar Module, and the Space Shuttle.\r\n\r\nIn 1965, Young flew on the first manned Gemini mission, and commanded another Gemini mission the next year. In 1969 during Apollo 10, he became the first person to fly solo around the Moon. He drove the Lunar Roving Vehicle on the Moon's surface during Apollo 16, and is one of only three people to have flown to the Moon twice. He also commanded two Space Shuttle flights, including its first launch in 1981, and served as Chief of the Astronaut Office from 1974 to 1987. Young retired from NASA in 2004. He died on January 5, 2018.",
                "profile_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/john2520young_image_20190426143657.jpeg",
                "wiki": "https://en.wikipedia.org/wiki/John_Young_(astronaut)",
                "last_flight": "1983-11-28T16:00:00Z",
                "first_flight": "1965-03-23T14:24:00Z"
            }
        }
    ],
    "onboard_crew": [],
    "landing_crew": [
        {
            "id": 11,
            "role": "Command Pilot",
            "astronaut": {
                "id": 26,
                "url": "https://ll.thespacedevs.com/2.0.0/astronaut/26/?format=api",
                "name": "Gus Grissom",
                "type": {
                    "id": 2,
                    "name": "Government"
                },
                "status": {
                    "id": 5,
                    "name": "Lost In Training"
                },
                "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": "1926-04-03",
                "date_of_death": "1967-01-27",
                "nationality": "American",
                "twitter": null,
                "instagram": null,
                "bio": "Lieutenant Colonel Virgil Ivan \"Gus\" Grissom was one of the seven original National Aeronautics and Space Administration's Project Mercury astronauts, and the first of the Mercury Seven to die. He was also a Project Gemini and an Apollo program astronaut. Grissom was the second American to fly in space, and the first member of the NASA Astronaut Corps to fly in space twice. In addition, Grissom was a World War II and Korean War veteran, U.S. Air Force test pilot, and a mechanical engineer. He was a recipient of the Distinguished Flying Cross, and the Air Medal with an oak leaf cluster, a two-time recipient of the NASA Distinguished Service Medal, and, posthumously, the Congressional Space Medal of Honor.",
                "profile_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/gus2520grissom_image_20181128142030.jpg",
                "wiki": "https://en.wikipedia.org/wiki/Gus_Grissom",
                "last_flight": "1967-01-27T23:31:19Z",
                "first_flight": "1961-07-21T12:20:00Z"
            }
        },
        {
            "id": 12,
            "role": "Pilot",
            "astronaut": {
                "id": 32,
                "url": "https://ll.thespacedevs.com/2.0.0/astronaut/32/?format=api",
                "name": "John Young",
                "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-24",
                "date_of_death": "2018-01-05",
                "nationality": "American",
                "twitter": null,
                "instagram": null,
                "bio": "John Watts Young was an American astronaut, naval officer and aviator, test pilot, and aeronautical engineer. He became the ninth person to walk on the Moon as Commander of the Apollo 16 mission in 1972. Young enjoyed the longest career of any astronaut, becoming the first person to fly six space missions (with seven launches, counting his lunar liftoff) over the course of 42 years of active NASA service. He is the only person to have piloted, and been commander of, four different classes of spacecraft: Gemini, the Apollo Command/Service Module, the Apollo Lunar Module, and the Space Shuttle.\r\n\r\nIn 1965, Young flew on the first manned Gemini mission, and commanded another Gemini mission the next year. In 1969 during Apollo 10, he became the first person to fly solo around the Moon. He drove the Lunar Roving Vehicle on the Moon's surface during Apollo 16, and is one of only three people to have flown to the Moon twice. He also commanded two Space Shuttle flights, including its first launch in 1981, and served as Chief of the Astronaut Office from 1974 to 1987. Young retired from NASA in 2004. He died on January 5, 2018.",
                "profile_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/john2520young_image_20190426143657.jpeg",
                "wiki": "https://en.wikipedia.org/wiki/John_Young_(astronaut)",
                "last_flight": "1983-11-28T16:00:00Z",
                "first_flight": "1965-03-23T14:24:00Z"
            }
        }
    ],
    "spacecraft": {
        "id": 13,
        "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/13/?format=api",
        "name": "Gemini SC3",
        "serial_number": "3",
        "status": {
            "id": 4,
            "name": "Single Use"
        },
        "description": "Gemini SC3 is the Gemini capsule used for the Gemini 3 mission launched on March 23, 1965 and piloted by astronaut Virgil Il. \"Gus\" Grissom.",
        "spacecraft_config": {
            "id": 12,
            "url": "https://ll.thespacedevs.com/2.0.0/config/spacecraft/12/?format=api",
            "name": "Gemini",
            "type": {
                "id": 2,
                "name": "Capsule"
            },
            "agency": {
                "id": 44,
                "url": "https://ll.thespacedevs.com/2.0.0/agencies/44/?format=api",
                "name": "National Aeronautics and Space Administration",
                "featured": true,
                "type": "Government",
                "country_code": "USA",
                "abbrev": "NASA",
                "description": "The National Aeronautics and Space Administration is an independent agency of the executive branch of the United States federal government responsible for the civilian space program, as well as aeronautics and aerospace research. NASA have many launch facilities but most are inactive. The most commonly used pad will be LC-39B at Kennedy Space Center in Florida.",
                "administrator": "Administrator: Bill Nelson",
                "founding_year": "1958",
                "launchers": "Space Shuttle | SLS",
                "spacecraft": "Orion",
                "parent": null,
                "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/national2520aeronautics2520and2520space2520administration_image_20190207032448.jpeg"
            },
            "in_use": false,
            "capability": "Human transportation to low Earth orbit.",
            "history": "The Gemini crew capsule (referred to as the Reentry Module) was essentially an enlarged version of the Mercury capsule. Unlike Mercury, the retrorockets, electrical power, propulsion systems, oxygen, and water were located in a detachable Adapter Module behind the Reentry Module. A major design improvement in Gemini was to locate all internal spacecraft systems in modular components, which could be independently tested and replaced when necessary, without removing or disturbing other already tested components.",
            "details": "The spacecraft was 18 feet 5 inches (5.61 m) long and 10 feet (3.0 m) wide, with a launch weight varying from 7,100 to 8,350 pounds (3,220 to 3,790 kg).",
            "maiden_flight": "1964-04-08",
            "height": 5.61,
            "diameter": 3.0,
            "human_rated": true,
            "crew_capacity": 2,
            "payload_capacity": null,
            "flight_life": "Between a few hours and multiple days (14 day is the maximum achieved).",
            "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/gemini_image_20190207032517.jpeg",
            "nation_url": null,
            "wiki_link": "https://en.wikipedia.org/wiki/Project_Gemini#Spacecraft",
            "info_link": ""
        }
    },
    "launch": {
        "id": "9fb39b29-dc31-476c-9d54-17ee7e4dde5b",
        "url": "https://ll.thespacedevs.com/2.0.0/launch/9fb39b29-dc31-476c-9d54-17ee7e4dde5b/?format=api",
        "launch_library_id": 1016,
        "slug": "titan-ii-glv-gemini-iii",
        "name": "Titan II GLV | Gemini III",
        "status": {
            "id": 3,
            "name": "Success"
        },
        "net": "1965-03-23T14:24:00Z",
        "window_end": "1965-03-23T14:24:00Z",
        "window_start": "1965-03-23T14:24: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": 201,
            "configuration": {
                "id": 98,
                "launch_library_id": 137,
                "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/98/?format=api",
                "name": "Titan II",
                "family": "Titan",
                "full_name": "Titan II GLV",
                "variant": "GLV"
            }
        },
        "mission": {
            "id": 263,
            "launch_library_id": 251,
            "name": "Gemini III (Gemini 3)",
            "description": "Gemini 3 was the first crewed mission of the Gemini program. Mission Command Pilot Gus Grissom and  PilotJohn Young flew 3 orbits in a flight that was the last one to be operated from the Cape Kennedy Air Force Station. The mission was considered a success and was the first flight to perform an orbital maneuver. Gemini 3 fired its engines for 1 minute and 14 seconds changing its orbit. The mission lasted 4 hours and 52 minutes.",
            "launch_designator": null,
            "type": "Human Exploration",
            "orbit": {
                "id": 8,
                "name": "Low Earth Orbit",
                "abbrev": "LEO"
            }
        },
        "pad": {
            "id": 18,
            "url": "https://ll.thespacedevs.com/2.0.0/pad/18/?format=api",
            "agency_id": null,
            "name": "Launch Complex 19",
            "info_url": null,
            "wiki_url": "https://en.wikipedia.org/wiki/Cape_Canaveral_Air_Force_Station_Launch_Complex_19",
            "map_url": "https://www.google.com/maps?q=28.506898,-80.554169",
            "latitude": "28.506898",
            "longitude": "-80.554169",
            "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": 951,
                "total_landing_count": 51
            },
            "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/pad_18_20200803143356.jpg",
            "total_launch_count": 12
        },
        "webcast_live": false,
        "image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/titan2520ii_image_20190222030027.jpeg",
        "infographic": null,
        "program": [
            {
                "id": 3,
                "url": "https://ll.thespacedevs.com/2.0.0/program/3/?format=api",
                "name": "Gemini",
                "description": "Project Gemini was NASA's second human spaceflight program. Conducted between projects Mercury and Apollo, Gemini started in 1961 and concluded in 1966.",
                "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/project2520gem_program_20200820195350.png",
                "start_date": "1961-12-07T00:00:00Z",
                "end_date": "1966-11-15T19:21:04Z",
                "info_url": "https://www.nasa.gov/mission_pages/gemini/index.html",
                "wiki_url": "https://en.wikipedia.org/wiki/Project_Gemini"
            }
        ]
    },
    "docking_events": []
}