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.2.0/spacecraft/flight/?spacecraft=37

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

{
    "id": 857,
    "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/flight/857/?format=api",
    "mission_end": "1972-12-15T04:51:31Z",
    "destination": "Apollo 17 CSM",
    "launch_crew": [
        {
            "id": 4961,
            "role": {
                "id": 1,
                "role": "Commander",
                "priority": 0
            },
            "astronaut": {
                "id": 37,
                "url": "https://ll.thespacedevs.com/2.2.0/astronaut/37/?format=api",
                "name": "Gene Cernan",
                "type": {
                    "id": 2,
                    "name": "Government"
                },
                "in_space": false,
                "time_in_space": "P11DT23M27S",
                "status": {
                    "id": 11,
                    "name": "Deceased"
                },
                "agency": {
                    "id": 44,
                    "url": "https://ll.thespacedevs.com/2.2.0/agencies/44/?format=api",
                    "name": "National Aeronautics and Space Administration",
                    "type": "Government"
                },
                "date_of_birth": "1934-03-14",
                "date_of_death": "2017-01-16",
                "nationality": "American",
                "twitter": null,
                "instagram": null,
                "bio": "Eugene Andrew Cernan was an American astronaut, naval aviator, electrical engineer, aeronautical engineer, and fighter pilot. During the Apollo 17 mission, Cernan became the eleventh person to walk on the Moon. Since he re-entered the lunar module after Harrison Schmitt on their third and final lunar excursion, he is the last person to have walked on the Moon.\r\n\r\nCernan traveled into space three times; as pilot of Gemini 9A in June 1966, as lunar module pilot of Apollo 10 in May 1969, and as commander of Apollo 17 in December 1972, the final Apollo lunar landing. Cernan was also a backup crew member of the Gemini 12, Apollo 7 and Apollo 14 space missions.",
                "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/gene2520cernan_image_20190426143647.jpeg",
                "wiki": "https://en.wikipedia.org/wiki/Gene_Cernan",
                "last_flight": "1972-12-14T22:54:37Z",
                "first_flight": "1966-06-03T13:39:33Z"
            }
        },
        {
            "id": 4963,
            "role": {
                "id": 6,
                "role": "Lunar Module Pilot",
                "priority": 2
            },
            "astronaut": {
                "id": 55,
                "url": "https://ll.thespacedevs.com/2.2.0/astronaut/55/?format=api",
                "name": "Harrison Schmitt",
                "type": {
                    "id": 2,
                    "name": "Government"
                },
                "in_space": false,
                "time_in_space": "P0D",
                "status": {
                    "id": 2,
                    "name": "Retired"
                },
                "agency": {
                    "id": 44,
                    "url": "https://ll.thespacedevs.com/2.2.0/agencies/44/?format=api",
                    "name": "National Aeronautics and Space Administration",
                    "type": "Government"
                },
                "date_of_birth": "1935-07-03",
                "date_of_death": null,
                "nationality": "American",
                "twitter": null,
                "instagram": null,
                "bio": "Harrison Hagan \"Jack\" Schmitt is an American geologist, retired NASA astronaut, university professor, former U.S. senator from New Mexico, and the most recent living person to have walked on the Moon. As of 2018, he is also the last living crew member of Apollo 17.",
                "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/harrison_schmit_image_20220911034212.jpeg",
                "wiki": "https://en.wikipedia.org/wiki/Harrison_Schmitt",
                "last_flight": "1972-12-14T22:54:37Z",
                "first_flight": "1972-12-07T05:33:00Z"
            }
        }
    ],
    "onboard_crew": [],
    "landing_crew": [
        {
            "id": 4962,
            "role": {
                "id": 1,
                "role": "Commander",
                "priority": 0
            },
            "astronaut": {
                "id": 37,
                "url": "https://ll.thespacedevs.com/2.2.0/astronaut/37/?format=api",
                "name": "Gene Cernan",
                "type": {
                    "id": 2,
                    "name": "Government"
                },
                "in_space": false,
                "time_in_space": "P11DT23M27S",
                "status": {
                    "id": 11,
                    "name": "Deceased"
                },
                "agency": {
                    "id": 44,
                    "url": "https://ll.thespacedevs.com/2.2.0/agencies/44/?format=api",
                    "name": "National Aeronautics and Space Administration",
                    "type": "Government"
                },
                "date_of_birth": "1934-03-14",
                "date_of_death": "2017-01-16",
                "nationality": "American",
                "twitter": null,
                "instagram": null,
                "bio": "Eugene Andrew Cernan was an American astronaut, naval aviator, electrical engineer, aeronautical engineer, and fighter pilot. During the Apollo 17 mission, Cernan became the eleventh person to walk on the Moon. Since he re-entered the lunar module after Harrison Schmitt on their third and final lunar excursion, he is the last person to have walked on the Moon.\r\n\r\nCernan traveled into space three times; as pilot of Gemini 9A in June 1966, as lunar module pilot of Apollo 10 in May 1969, and as commander of Apollo 17 in December 1972, the final Apollo lunar landing. Cernan was also a backup crew member of the Gemini 12, Apollo 7 and Apollo 14 space missions.",
                "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/gene2520cernan_image_20190426143647.jpeg",
                "wiki": "https://en.wikipedia.org/wiki/Gene_Cernan",
                "last_flight": "1972-12-14T22:54:37Z",
                "first_flight": "1966-06-03T13:39:33Z"
            }
        },
        {
            "id": 4964,
            "role": {
                "id": 6,
                "role": "Lunar Module Pilot",
                "priority": 2
            },
            "astronaut": {
                "id": 55,
                "url": "https://ll.thespacedevs.com/2.2.0/astronaut/55/?format=api",
                "name": "Harrison Schmitt",
                "type": {
                    "id": 2,
                    "name": "Government"
                },
                "in_space": false,
                "time_in_space": "P0D",
                "status": {
                    "id": 2,
                    "name": "Retired"
                },
                "agency": {
                    "id": 44,
                    "url": "https://ll.thespacedevs.com/2.2.0/agencies/44/?format=api",
                    "name": "National Aeronautics and Space Administration",
                    "type": "Government"
                },
                "date_of_birth": "1935-07-03",
                "date_of_death": null,
                "nationality": "American",
                "twitter": null,
                "instagram": null,
                "bio": "Harrison Hagan \"Jack\" Schmitt is an American geologist, retired NASA astronaut, university professor, former U.S. senator from New Mexico, and the most recent living person to have walked on the Moon. As of 2018, he is also the last living crew member of Apollo 17.",
                "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/harrison_schmit_image_20220911034212.jpeg",
                "wiki": "https://en.wikipedia.org/wiki/Harrison_Schmitt",
                "last_flight": "1972-12-14T22:54:37Z",
                "first_flight": "1972-12-07T05:33:00Z"
            }
        }
    ],
    "spacecraft": {
        "id": 593,
        "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/593/?format=api",
        "name": "LM Challenger",
        "serial_number": "LM-12",
        "is_placeholder": false,
        "in_space": false,
        "time_in_space": "P4DT20H18M52S",
        "time_docked": "P4DT11H32M2S",
        "flights_count": 2,
        "mission_ends_count": 2,
        "status": {
            "id": 3,
            "name": "Destroyed"
        },
        "description": "Flown on Apollo 17.\r\n\r\nDescent stage on lunar surface at Taurus-Littrow, ascent stage deliberately crashed into Moon",
        "spacecraft_config": {
            "id": 43,
            "url": "https://ll.thespacedevs.com/2.2.0/config/spacecraft/43/?format=api",
            "name": "Apollo Lunar Module",
            "type": {
                "id": 7,
                "name": "Lander"
            },
            "agency": {
                "id": 44,
                "url": "https://ll.thespacedevs.com/2.2.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": "Acting Administrator:  James Free",
                "founding_year": "1958",
                "launchers": "Space Shuttle | SLS",
                "spacecraft": "Orion",
                "parent": null,
                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/national2520aeronautics2520and2520space2520administration_image_20190207032448.jpeg",
                "logo_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/national2520aeronautics2520and2520space2520administration_logo_20190207032448.png"
            },
            "in_use": false,
            "capability": "Landing on the Moon, Rendezvous in lunar orbit",
            "history": "First flown in 1969, the LM achieved its historic moment on July 20th, 1969, when the \"Eagle\" landed on the Moon, carrying the first humans to walk on its surface.",
            "details": "The Apollo Lunar Module was the lunar lander spacecraft that was flown between lunar orbit and the Moon's surface during the United States' Apollo program. It was the first crewed spacecraft to operate exclusively in the airless vacuum of space, and was the first crewed vehicle to land anywhere beyond Earth.",
            "maiden_flight": "1968-01-22",
            "height": 7.04,
            "diameter": 4.22,
            "human_rated": true,
            "crew_capacity": 2,
            "payload_capacity": null,
            "payload_return_capacity": null,
            "flight_life": "",
            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/lunar_module_on_image_20240505074251.jpeg",
            "nation_url": null,
            "wiki_link": "https://en.wikipedia.org/wiki/Apollo_Lunar_Module",
            "info_link": ""
        }
    },
    "launch": {
        "id": "187b5b74-fe8a-4656-b87e-7ed46af4f395",
        "url": "https://ll.thespacedevs.com/2.2.0/launch/187b5b74-fe8a-4656-b87e-7ed46af4f395/?format=api",
        "slug": "apollo-lm-apollo-17",
        "name": "Apollo LM | Apollo 17",
        "status": {
            "id": 3,
            "name": "Launch Successful",
            "abbrev": "Success",
            "description": "The launch vehicle successfully inserted its payload(s) into the target orbit(s)."
        },
        "last_updated": "2024-08-22T07:36:11Z",
        "net": "1972-12-14T22:54:37Z",
        "window_end": "1972-12-14T22:54:37Z",
        "window_start": "1972-12-14T22:54:37Z",
        "net_precision": {
            "id": 0,
            "name": "Second",
            "abbrev": "SEC",
            "description": "The T-0 is accurate to the second."
        },
        "probability": null,
        "weather_concerns": null,
        "holdreason": "",
        "failreason": "",
        "hashtag": null,
        "launch_service_provider": {
            "id": 44,
            "url": "https://ll.thespacedevs.com/2.2.0/agencies/44/?format=api",
            "name": "National Aeronautics and Space Administration",
            "type": "Government"
        },
        "rocket": {
            "id": 8301,
            "configuration": {
                "id": 513,
                "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/513/?format=api",
                "name": "Apollo LM",
                "family": "",
                "full_name": "Apollo LM Ascent Stage",
                "variant": ""
            }
        },
        "mission": {
            "id": 6882,
            "name": "Apollo 17",
            "description": "Return flight of Apollo 17 from the Moon.",
            "launch_designator": null,
            "type": "Human Exploration",
            "orbit": {
                "id": 11,
                "name": "Lunar Orbit",
                "abbrev": "LO"
            },
            "agencies": [
                {
                    "id": 44,
                    "url": "https://ll.thespacedevs.com/2.2.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": "Acting Administrator:  James Free",
                    "founding_year": "1958",
                    "launchers": "Space Shuttle | SLS",
                    "spacecraft": "Orion",
                    "launch_library_url": null,
                    "total_launch_count": 141,
                    "consecutive_successful_launches": 11,
                    "successful_launches": 121,
                    "failed_launches": 20,
                    "pending_launches": 6,
                    "consecutive_successful_landings": 0,
                    "successful_landings": 0,
                    "failed_landings": 0,
                    "attempted_landings": 0,
                    "info_url": "http://www.nasa.gov",
                    "wiki_url": "http://en.wikipedia.org/wiki/National_Aeronautics_and_Space_Administration",
                    "logo_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/national2520aeronautics2520and2520space2520administration_logo_20190207032448.png",
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/national2520aeronautics2520and2520space2520administration_image_20190207032448.jpeg",
                    "nation_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/national2520aeronautics2520and2520space2520administration_nation_20230803040809.jpg"
                }
            ],
            "info_urls": [],
            "vid_urls": []
        },
        "pad": {
            "id": 228,
            "url": "https://ll.thespacedevs.com/2.2.0/pad/228/?format=api",
            "agency_id": 44,
            "name": "Apollo 17 landing site",
            "description": "Landing site of Apollo 17’s lunar module Challenger on 11 December 1972.",
            "info_url": null,
            "wiki_url": "https://en.wikipedia.org/wiki/Apollo_17",
            "map_url": null,
            "latitude": "20.1908",
            "longitude": "30.7717",
            "location": {
                "id": 172,
                "url": "https://ll.thespacedevs.com/2.2.0/location/172/?format=api",
                "name": "Taurus–Littrow, Moon",
                "country_code": "",
                "description": "Taurus–Littrow is a lunar valley located on the near side at the coordinates 20.0°N 31.0°E. It served as the landing site for the American Apollo 17 mission in December 1972, the last crewed mission to the Moon. The valley is located on the southeastern edge of Mare Serenitatis along a ring of mountains formed between 3.8 and 3.9 billion years ago when a large object impacted the Moon, forming the Serenitatis basin and pushing rock outward and upward.",
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_apollo_17_landing_site252c_taurus25e225802593littrow_valley252c_moo_20240813033827.jpg",
                "timezone_name": "",
                "total_launch_count": 1,
                "total_landing_count": 0
            },
            "country_code": "",
            "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_apollo_17_landing_site_20240813040248.jpg",
            "total_launch_count": 1,
            "orbital_launch_attempt_count": 1
        },
        "webcast_live": false,
        "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/apollo_14_lm_on_image_20240813073933.jpg",
        "infographic": null,
        "program": [
            {
                "id": 4,
                "url": "https://ll.thespacedevs.com/2.2.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.2.0/agencies/44/?format=api",
                        "name": "National Aeronautics and Space Administration",
                        "type": "Government"
                    }
                ],
                "image_url": "https://thespacedevs-prod.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",
                "mission_patches": [],
                "type": {
                    "id": 2,
                    "name": "Human Spaceflight"
                }
            }
        ],
        "orbital_launch_attempt_count": 1415,
        "location_launch_attempt_count": 1,
        "pad_launch_attempt_count": 1,
        "agency_launch_attempt_count": 119,
        "orbital_launch_attempt_count_year": 109,
        "location_launch_attempt_count_year": 1,
        "pad_launch_attempt_count_year": 1,
        "agency_launch_attempt_count_year": 6,
        "type": "normal"
    },
    "landing": null,
    "docking_events": []
}