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

{
    "id": 853,
    "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/flight/853/?format=api",
    "mission_end": "1969-11-20T20:21:31Z",
    "destination": "Apollo 12 CSM",
    "launch_crew": [
        {
            "id": 4944,
            "role": {
                "id": 1,
                "role": "Commander",
                "priority": 0
            },
            "astronaut": {
                "id": 33,
                "url": "https://ll.thespacedevs.com/2.2.0/astronaut/33/?format=api",
                "name": "Pete Conrad",
                "type": {
                    "id": 2,
                    "name": "Government"
                },
                "in_space": false,
                "time_in_space": "P21DT4H7M31S",
                "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": "1930-06-02",
                "date_of_death": "1999-06-08",
                "nationality": "American",
                "twitter": null,
                "instagram": null,
                "bio": "Charles \"Pete\" Conrad Jr. was an American NASA astronaut, aeronautical engineer, naval officer and aviator, test pilot, and during the Apollo 12 mission became the third man to walk on the Moon. Conrad was selected in NASA's second astronaut class.",
                "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/pete2520conrad_image_20181128143459.jpg",
                "wiki": "https://en.wikipedia.org/wiki/Pete_Conrad",
                "last_flight": "1973-05-25T13:00:00Z",
                "first_flight": "1965-08-21T14:00:00Z"
            }
        },
        {
            "id": 4947,
            "role": {
                "id": 6,
                "role": "Lunar Module Pilot",
                "priority": 2
            },
            "astronaut": {
                "id": 43,
                "url": "https://ll.thespacedevs.com/2.2.0/astronaut/43/?format=api",
                "name": "Alan Bean",
                "type": {
                    "id": 2,
                    "name": "Government"
                },
                "in_space": false,
                "time_in_space": "P10DT5H55M44S",
                "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": "1932-03-15",
                "date_of_death": "2018-05-26",
                "nationality": "American",
                "twitter": null,
                "instagram": null,
                "bio": "Alan LaVern Bean was an American naval officer and naval aviator, aeronautical engineer, test pilot, and NASA astronaut; he was the fourth person to walk on the Moon. He was selected to become an astronaut by NASA in 1963 as part of Astronaut Group 3.\r\n\r\nHe made his first flight into space aboard Apollo 12, the second manned mission to land on the Moon, at age 37 in November 1969. He made his second and final flight into space on the Skylab 3 mission in 1973, the second manned mission to the Skylab space station. After retiring from the United States Navy in 1975 and NASA in 1981, he pursued his interest in painting, depicting various space-related scenes and documenting his own experiences in space as well as that of his fellow Apollo program astronauts. He was the last living crew member of Apollo 12.",
                "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/alan2520bean_image_20181128145355.jpg",
                "wiki": "https://en.wikipedia.org/wiki/Alan_Bean",
                "last_flight": "1973-07-28T11:10:50Z",
                "first_flight": "1969-11-14T16:22:00Z"
            }
        }
    ],
    "onboard_crew": [],
    "landing_crew": [
        {
            "id": 4946,
            "role": {
                "id": 1,
                "role": "Commander",
                "priority": 0
            },
            "astronaut": {
                "id": 33,
                "url": "https://ll.thespacedevs.com/2.2.0/astronaut/33/?format=api",
                "name": "Pete Conrad",
                "type": {
                    "id": 2,
                    "name": "Government"
                },
                "in_space": false,
                "time_in_space": "P21DT4H7M31S",
                "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": "1930-06-02",
                "date_of_death": "1999-06-08",
                "nationality": "American",
                "twitter": null,
                "instagram": null,
                "bio": "Charles \"Pete\" Conrad Jr. was an American NASA astronaut, aeronautical engineer, naval officer and aviator, test pilot, and during the Apollo 12 mission became the third man to walk on the Moon. Conrad was selected in NASA's second astronaut class.",
                "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/pete2520conrad_image_20181128143459.jpg",
                "wiki": "https://en.wikipedia.org/wiki/Pete_Conrad",
                "last_flight": "1973-05-25T13:00:00Z",
                "first_flight": "1965-08-21T14:00:00Z"
            }
        },
        {
            "id": 4948,
            "role": {
                "id": 6,
                "role": "Lunar Module Pilot",
                "priority": 2
            },
            "astronaut": {
                "id": 43,
                "url": "https://ll.thespacedevs.com/2.2.0/astronaut/43/?format=api",
                "name": "Alan Bean",
                "type": {
                    "id": 2,
                    "name": "Government"
                },
                "in_space": false,
                "time_in_space": "P10DT5H55M44S",
                "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": "1932-03-15",
                "date_of_death": "2018-05-26",
                "nationality": "American",
                "twitter": null,
                "instagram": null,
                "bio": "Alan LaVern Bean was an American naval officer and naval aviator, aeronautical engineer, test pilot, and NASA astronaut; he was the fourth person to walk on the Moon. He was selected to become an astronaut by NASA in 1963 as part of Astronaut Group 3.\r\n\r\nHe made his first flight into space aboard Apollo 12, the second manned mission to land on the Moon, at age 37 in November 1969. He made his second and final flight into space on the Skylab 3 mission in 1973, the second manned mission to the Skylab space station. After retiring from the United States Navy in 1975 and NASA in 1981, he pursued his interest in painting, depicting various space-related scenes and documenting his own experiences in space as well as that of his fellow Apollo program astronauts. He was the last living crew member of Apollo 12.",
                "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/alan2520bean_image_20181128145355.jpg",
                "wiki": "https://en.wikipedia.org/wiki/Alan_Bean",
                "last_flight": "1973-07-28T11:10:50Z",
                "first_flight": "1969-11-14T16:22:00Z"
            }
        }
    ],
    "spacecraft": {
        "id": 588,
        "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/588/?format=api",
        "name": "LM Intrepid",
        "serial_number": "LM-6",
        "is_placeholder": false,
        "in_space": false,
        "time_in_space": "P4DT20H28M19S",
        "time_docked": "P4DT10H50M20S",
        "flights_count": 2,
        "mission_ends_count": 2,
        "status": {
            "id": 3,
            "name": "Destroyed"
        },
        "description": "Flown on Apollo 12.\r\n\r\nDescent stage on lunar surface at Ocean of Storms, 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": "c4c8a7c0-6226-4f33-82f5-e81136af7c15",
        "url": "https://ll.thespacedevs.com/2.2.0/launch/c4c8a7c0-6226-4f33-82f5-e81136af7c15/?format=api",
        "slug": "apollo-lm-apollo-12",
        "name": "Apollo LM | Apollo 12",
        "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:13:44Z",
        "net": "1969-11-20T14:25:47Z",
        "window_end": "1969-11-20T14:25:47Z",
        "window_start": "1969-11-20T14:25:47Z",
        "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": 8297,
            "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": 6878,
            "name": "Apollo 12",
            "description": "Return flight of Apollo 12 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": 224,
            "url": "https://ll.thespacedevs.com/2.2.0/pad/224/?format=api",
            "agency_id": 44,
            "name": "Apollo 12 landing site",
            "description": "Landing site of Apollo 12’s lunar module Intrepid on 19 November 1969.",
            "info_url": null,
            "wiki_url": "https://en.wikipedia.org/wiki/Apollo_12",
            "map_url": null,
            "latitude": "-3.01239",
            "longitude": "-23.42157",
            "location": {
                "id": 168,
                "url": "https://ll.thespacedevs.com/2.2.0/location/168/?format=api",
                "name": "Oceanus Procellarum, Moon",
                "country_code": "",
                "description": "Oceanus Procellarum is a vast lunar mare on the western edge of the near side of the Moon.",
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_apollo_12_landing_site252c_oceanus_procellarum252c_moon_20240813032914.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_12_landing_site_20240813035604.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": 1034,
        "location_launch_attempt_count": 1,
        "pad_launch_attempt_count": 1,
        "agency_launch_attempt_count": 103,
        "orbital_launch_attempt_count_year": 115,
        "location_launch_attempt_count_year": 1,
        "pad_launch_attempt_count_year": 1,
        "agency_launch_attempt_count_year": 6,
        "type": "normal"
    },
    "landing": null,
    "docking_events": []
}