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

{
    "id": 29,
    "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/flight/29/?format=api",
    "mission_end": "1970-04-17T18:07:00Z",
    "destination": "Cislunar Orbit",
    "launch_crew": [
        {
            "id": 969,
            "role": {
                "id": 1,
                "role": "Commander",
                "priority": 0
            },
            "astronaut": {
                "id": 34,
                "url": "https://ll.thespacedevs.com/2.2.0/astronaut/34/?format=api",
                "name": "Jim Lovell",
                "type": {
                    "id": 2,
                    "name": "Government"
                },
                "in_space": false,
                "time_in_space": "P29DT19H3M21S",
                "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": "1928-03-25",
                "date_of_death": null,
                "nationality": "American",
                "twitter": null,
                "instagram": null,
                "bio": "James Arthur Lovell Jr. is a former NASA astronaut, Naval Aviator, and retired Navy captain. Lovell is known for being the commander of the ill-fated Apollo 13 mission, which suffered a critical failure en route to the Moon but was brought back safely to Earth through the efforts of the crew and mission control. In addition to being part of the Apollo 13 crew, Lovell was the command module pilot of Apollo 8, the first Apollo mission to enter lunar orbit.",
                "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/jim2520lovell_image_20181128143638.jpg",
                "wiki": "https://en.wikipedia.org/wiki/Jim_Lovell",
                "last_flight": "1970-04-11T19:13:03Z",
                "first_flight": "1965-12-04T19:30:03Z"
            }
        },
        {
            "id": 970,
            "role": {
                "id": 5,
                "role": "Command Module Pilot",
                "priority": 1
            },
            "astronaut": {
                "id": 316,
                "url": "https://ll.thespacedevs.com/2.2.0/astronaut/316/?format=api",
                "name": "Jack Swigert",
                "type": {
                    "id": 2,
                    "name": "Government"
                },
                "in_space": false,
                "time_in_space": "P5DT22H53M57S",
                "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": "1931-08-30",
                "date_of_death": "1982-12-27",
                "nationality": "American",
                "twitter": null,
                "instagram": null,
                "bio": "John Leonard \"Jack\" Swigert Jr. was an American test pilot, mechanical and aerospace engineer, United States Air Force pilot, and NASA astronaut. He was one of twenty-four astronauts who have flown to the Moon.[2][3]\r\n\r\nBefore joining NASA in 1966, Swigert was a civilian test pilot and fighter pilot in the Air National Guard. After leaving NASA, he was elected to Congress from Colorado's new 6th district, but died before being sworn in.",
                "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/jack2520swigert_image_20190426143705.jpeg",
                "wiki": "https://en.wikipedia.org/wiki/Jack_Swigert",
                "last_flight": "1970-04-11T19:13:03Z",
                "first_flight": "1970-04-11T19:13:03Z"
            }
        },
        {
            "id": 971,
            "role": {
                "id": 6,
                "role": "Lunar Module Pilot",
                "priority": 2
            },
            "astronaut": {
                "id": 49,
                "url": "https://ll.thespacedevs.com/2.2.0/astronaut/49/?format=api",
                "name": "Fred Haise",
                "type": {
                    "id": 2,
                    "name": "Government"
                },
                "in_space": false,
                "time_in_space": "P5DT22H53M57S",
                "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": "1933-11-14",
                "date_of_death": null,
                "nationality": "American",
                "twitter": null,
                "instagram": null,
                "bio": "Fred Wallace Haise Jr. is an American former NASA astronaut, fighter pilot with the U.S. Marine Corps and the U.S. Air Force and test pilot. He is one of only 24 people to have flown to the Moon, having flown as Lunar Module Pilot on Apollo 13. He was to have been the sixth person to land and walk on the Moon, but the Apollo 13 mission was aborted before lunar landing. He went on to fly Space Shuttle Approach and Landing Tests in 1977, and retired from NASA in 1979.",
                "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/fred2520haise_image_20181128150537.jpg",
                "wiki": "https://en.wikipedia.org/wiki/Fred_Haise",
                "last_flight": "1970-04-11T19:13:03Z",
                "first_flight": "1970-04-11T19:13:03Z"
            }
        }
    ],
    "onboard_crew": [],
    "landing_crew": [
        {
            "id": 45,
            "role": {
                "id": 1,
                "role": "Commander",
                "priority": 0
            },
            "astronaut": {
                "id": 34,
                "url": "https://ll.thespacedevs.com/2.2.0/astronaut/34/?format=api",
                "name": "Jim Lovell",
                "type": {
                    "id": 2,
                    "name": "Government"
                },
                "in_space": false,
                "time_in_space": "P29DT19H3M21S",
                "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": "1928-03-25",
                "date_of_death": null,
                "nationality": "American",
                "twitter": null,
                "instagram": null,
                "bio": "James Arthur Lovell Jr. is a former NASA astronaut, Naval Aviator, and retired Navy captain. Lovell is known for being the commander of the ill-fated Apollo 13 mission, which suffered a critical failure en route to the Moon but was brought back safely to Earth through the efforts of the crew and mission control. In addition to being part of the Apollo 13 crew, Lovell was the command module pilot of Apollo 8, the first Apollo mission to enter lunar orbit.",
                "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/jim2520lovell_image_20181128143638.jpg",
                "wiki": "https://en.wikipedia.org/wiki/Jim_Lovell",
                "last_flight": "1970-04-11T19:13:03Z",
                "first_flight": "1965-12-04T19:30:03Z"
            }
        },
        {
            "id": 46,
            "role": {
                "id": 5,
                "role": "Command Module Pilot",
                "priority": 1
            },
            "astronaut": {
                "id": 316,
                "url": "https://ll.thespacedevs.com/2.2.0/astronaut/316/?format=api",
                "name": "Jack Swigert",
                "type": {
                    "id": 2,
                    "name": "Government"
                },
                "in_space": false,
                "time_in_space": "P5DT22H53M57S",
                "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": "1931-08-30",
                "date_of_death": "1982-12-27",
                "nationality": "American",
                "twitter": null,
                "instagram": null,
                "bio": "John Leonard \"Jack\" Swigert Jr. was an American test pilot, mechanical and aerospace engineer, United States Air Force pilot, and NASA astronaut. He was one of twenty-four astronauts who have flown to the Moon.[2][3]\r\n\r\nBefore joining NASA in 1966, Swigert was a civilian test pilot and fighter pilot in the Air National Guard. After leaving NASA, he was elected to Congress from Colorado's new 6th district, but died before being sworn in.",
                "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/jack2520swigert_image_20190426143705.jpeg",
                "wiki": "https://en.wikipedia.org/wiki/Jack_Swigert",
                "last_flight": "1970-04-11T19:13:03Z",
                "first_flight": "1970-04-11T19:13:03Z"
            }
        },
        {
            "id": 47,
            "role": {
                "id": 6,
                "role": "Lunar Module Pilot",
                "priority": 2
            },
            "astronaut": {
                "id": 49,
                "url": "https://ll.thespacedevs.com/2.2.0/astronaut/49/?format=api",
                "name": "Fred Haise",
                "type": {
                    "id": 2,
                    "name": "Government"
                },
                "in_space": false,
                "time_in_space": "P5DT22H53M57S",
                "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": "1933-11-14",
                "date_of_death": null,
                "nationality": "American",
                "twitter": null,
                "instagram": null,
                "bio": "Fred Wallace Haise Jr. is an American former NASA astronaut, fighter pilot with the U.S. Marine Corps and the U.S. Air Force and test pilot. He is one of only 24 people to have flown to the Moon, having flown as Lunar Module Pilot on Apollo 13. He was to have been the sixth person to land and walk on the Moon, but the Apollo 13 mission was aborted before lunar landing. He went on to fly Space Shuttle Approach and Landing Tests in 1977, and retired from NASA in 1979.",
                "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/fred2520haise_image_20181128150537.jpg",
                "wiki": "https://en.wikipedia.org/wiki/Fred_Haise",
                "last_flight": "1970-04-11T19:13:03Z",
                "first_flight": "1970-04-11T19:13:03Z"
            }
        }
    ],
    "spacecraft": {
        "id": 30,
        "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/30/?format=api",
        "name": "Apollo Odyssey CSM-109",
        "serial_number": "CSM-109",
        "is_placeholder": false,
        "in_space": false,
        "time_in_space": "P5DT22H53M57S",
        "time_docked": "P5DT18H10M52S",
        "flights_count": 1,
        "mission_ends_count": 1,
        "status": {
            "id": 4,
            "name": "Single Use"
        },
        "description": "CSM-109 \"Odyssey\" was an Apollo Command & Service Module used in the Apollo 13 mission.",
        "spacecraft_config": {
            "id": 10,
            "url": "https://ll.thespacedevs.com/2.2.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.2.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,
                "logo_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/north2520american2520aviation_logo_20200711032022.png"
            },
            "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,
            "payload_return_capacity": null,
            "flight_life": "14 days",
            "image_url": "https://thespacedevs-prod.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": "ae6a6b3b-69ae-49c0-90d3-a055e2d82747",
        "url": "https://ll.thespacedevs.com/2.2.0/launch/ae6a6b3b-69ae-49c0-90d3-a055e2d82747/?format=api",
        "slug": "saturn-v-apollo-13",
        "name": "Saturn V | Apollo 13",
        "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-06-15T14:36:51Z",
        "net": "1970-04-11T19:13:03Z",
        "window_end": "1970-04-11T19:13:03Z",
        "window_start": "1970-04-11T19:13:03Z",
        "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": 227,
            "configuration": {
                "id": 93,
                "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/93/?format=api",
                "name": "Saturn V",
                "family": "Saturn",
                "full_name": "Saturn V",
                "variant": "V"
            }
        },
        "mission": {
            "id": 148,
            "name": "Apollo 13",
            "description": "Apollo 13 was the famous mission that never made it to the moon's surface because of a catastrophic malfunction on board, but the astronauts did return safely to the Earth. The mission was commanded by Jim Lovell, the Command Module Pilot was Jack Swigert, and the Lunar Module Pilot was Fred Haise. The mission launched on April 11th, 1970 and the Capsule safely landed in the ocean on April 17th, 1970.",
            "launch_designator": null,
            "type": "Human Exploration",
            "orbit": {
                "id": 11,
                "name": "Lunar Orbit",
                "abbrev": "LO"
            },
            "agencies": [],
            "info_urls": [],
            "vid_urls": []
        },
        "pad": {
            "id": 87,
            "url": "https://ll.thespacedevs.com/2.2.0/pad/87/?format=api",
            "agency_id": 121,
            "name": "Launch Complex 39A",
            "description": "",
            "info_url": null,
            "wiki_url": "https://en.wikipedia.org/wiki/Kennedy_Space_Center_Launch_Complex_39#Launch_Pad_39A",
            "map_url": "https://www.google.com/maps?q=28.60822681,-80.60428186",
            "latitude": "28.60822681",
            "longitude": "-80.60428186",
            "location": {
                "id": 27,
                "url": "https://ll.thespacedevs.com/2.2.0/location/27/?format=api",
                "name": "Kennedy Space Center, FL, USA",
                "country_code": "USA",
                "description": "The John F. Kennedy Space Center, located on Merritt Island, Florida, is one of NASA's ten field centers. Since 1968, KSC has been NASA's primary launch center of American spaceflight, research, and technology. Launch operations for the Apollo, Skylab and Space Shuttle programs were carried out from Kennedy Space Center Launch Complex 39 and managed by KSC. Located on the east coast of Florida, KSC is adjacent to Cape Canaveral Space Force Station (CCSFS).",
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_27_20200803142447.jpg",
                "timezone_name": "America/New_York",
                "total_launch_count": 260,
                "total_landing_count": 0
            },
            "country_code": "USA",
            "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_87_20200803143537.jpg",
            "total_launch_count": 202,
            "orbital_launch_attempt_count": 201
        },
        "webcast_live": false,
        "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/saturn2520v_image_20190222030036.jpeg",
        "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": 1077,
        "location_launch_attempt_count": 8,
        "pad_launch_attempt_count": 7,
        "agency_launch_attempt_count": 104,
        "orbital_launch_attempt_count_year": 31,
        "location_launch_attempt_count_year": 1,
        "pad_launch_attempt_count_year": 1,
        "agency_launch_attempt_count_year": 1,
        "type": "normal"
    },
    "landing": {
        "id": 385,
        "attempt": true,
        "success": true,
        "description": "The Apollo spacecraft successfully splashed down in the Pacific Ocean.",
        "downrange_distance": null,
        "location": {
            "id": 18,
            "name": "Pacific Ocean",
            "abbrev": "PAC",
            "description": "Pacific Ocean",
            "location": null,
            "successful_landings": 45
        },
        "type": {
            "id": 4,
            "name": "Parachute Landing",
            "abbrev": "PCL",
            "description": "Unpowered landing using parachute(s)."
        }
    },
    "docking_events": []
}