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

{
    "id": 203,
    "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/flight/203/?format=api",
    "mission_end": "1973-09-25T22:19:51Z",
    "destination": "Skylab",
    "launch_crew": [
        {
            "id": 2482,
            "role": {
                "id": 1,
                "role": "Commander",
                "priority": 0
            },
            "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": "P69DT11H9M1S",
                "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://spacelaunchnow-prod-east.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"
            }
        },
        {
            "id": 2484,
            "role": {
                "id": 2,
                "role": "Pilot",
                "priority": 2
            },
            "astronaut": {
                "id": 310,
                "url": "https://ll.thespacedevs.com/2.2.0/astronaut/310/?format=api",
                "name": "Jack R. Lousma",
                "type": {
                    "id": 2,
                    "name": "Government"
                },
                "in_space": false,
                "time_in_space": "P59DT11H9M1S",
                "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": "1936-02-29",
                "date_of_death": null,
                "nationality": "American",
                "twitter": null,
                "instagram": null,
                "bio": "Jack Robert Lousma is an American aeronautical engineer, retired United States Marine Corps officer, former naval aviator, NASA astronaut, and politician. He was a member of the second manned crew on the Skylab space station in 1973. In 1982, he commanded STS-3, the third Space Shuttle mission.",
                "profile_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/jack2520r.2520lousma_image_20181202091552.jpg",
                "wiki": "https://en.wikipedia.org/wiki/Jack_R._Lousma",
                "last_flight": "1982-03-22T16:00:00Z",
                "first_flight": "1973-07-28T11:10:50Z"
            }
        },
        {
            "id": 2483,
            "role": {
                "id": 9,
                "role": "Science Pilot",
                "priority": 3
            },
            "astronaut": {
                "id": 50,
                "url": "https://ll.thespacedevs.com/2.2.0/astronaut/50/?format=api",
                "name": "Owen K. Garriott",
                "type": {
                    "id": 2,
                    "name": "Government"
                },
                "in_space": false,
                "time_in_space": "P69DT17H56M1S",
                "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-11-22",
                "date_of_death": "2019-04-15",
                "nationality": "American",
                "twitter": null,
                "instagram": null,
                "bio": "Owen Kay Garriott is an American electrical engineer and former NASA astronaut, who spent 60 days aboard the Skylab space station in 1973 during the Skylab 3 mission, and 10 days aboard Spacelab-1 on a Space Shuttle mission in 1983.",
                "profile_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/owen2520k.2520garriott_image_20190415193012.jpeg",
                "wiki": "https://en.wikipedia.org/wiki/Owen_K._Garriott",
                "last_flight": "1983-11-28T16:00:00Z",
                "first_flight": "1973-07-28T11:10:50Z"
            }
        }
    ],
    "onboard_crew": [],
    "landing_crew": [
        {
            "id": 584,
            "role": {
                "id": 1,
                "role": "Commander",
                "priority": 0
            },
            "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": "P69DT11H9M1S",
                "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://spacelaunchnow-prod-east.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"
            }
        },
        {
            "id": 586,
            "role": {
                "id": 2,
                "role": "Pilot",
                "priority": 2
            },
            "astronaut": {
                "id": 310,
                "url": "https://ll.thespacedevs.com/2.2.0/astronaut/310/?format=api",
                "name": "Jack R. Lousma",
                "type": {
                    "id": 2,
                    "name": "Government"
                },
                "in_space": false,
                "time_in_space": "P59DT11H9M1S",
                "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": "1936-02-29",
                "date_of_death": null,
                "nationality": "American",
                "twitter": null,
                "instagram": null,
                "bio": "Jack Robert Lousma is an American aeronautical engineer, retired United States Marine Corps officer, former naval aviator, NASA astronaut, and politician. He was a member of the second manned crew on the Skylab space station in 1973. In 1982, he commanded STS-3, the third Space Shuttle mission.",
                "profile_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/jack2520r.2520lousma_image_20181202091552.jpg",
                "wiki": "https://en.wikipedia.org/wiki/Jack_R._Lousma",
                "last_flight": "1982-03-22T16:00:00Z",
                "first_flight": "1973-07-28T11:10:50Z"
            }
        },
        {
            "id": 585,
            "role": {
                "id": 9,
                "role": "Science Pilot",
                "priority": 3
            },
            "astronaut": {
                "id": 50,
                "url": "https://ll.thespacedevs.com/2.2.0/astronaut/50/?format=api",
                "name": "Owen K. Garriott",
                "type": {
                    "id": 2,
                    "name": "Government"
                },
                "in_space": false,
                "time_in_space": "P69DT17H56M1S",
                "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-11-22",
                "date_of_death": "2019-04-15",
                "nationality": "American",
                "twitter": null,
                "instagram": null,
                "bio": "Owen Kay Garriott is an American electrical engineer and former NASA astronaut, who spent 60 days aboard the Skylab space station in 1973 during the Skylab 3 mission, and 10 days aboard Spacelab-1 on a Space Shuttle mission in 1983.",
                "profile_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/owen2520k.2520garriott_image_20190415193012.jpeg",
                "wiki": "https://en.wikipedia.org/wiki/Owen_K._Garriott",
                "last_flight": "1983-11-28T16:00:00Z",
                "first_flight": "1973-07-28T11:10:50Z"
            }
        }
    ],
    "spacecraft": {
        "id": 94,
        "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/94/?format=api",
        "name": "Apollo CSM-117",
        "serial_number": "CSM-117",
        "is_placeholder": false,
        "in_space": false,
        "time_in_space": "P59DT11H9M1S",
        "time_docked": "P58DT15H39M42S",
        "flights_count": 1,
        "mission_ends_count": 1,
        "status": {
            "id": 4,
            "name": "Single Use"
        },
        "description": "CSM-117 was an Apollo Command & Service Module used in the Skylab 3 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://spacelaunchnow-prod-east.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://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": "757d0fba-575b-43cb-b6de-b143758f66ec",
        "url": "https://ll.thespacedevs.com/2.2.0/launch/757d0fba-575b-43cb-b6de-b143758f66ec/?format=api",
        "slug": "saturn-ib-skylab-3",
        "name": "Saturn IB | Skylab 3",
        "status": {
            "id": 3,
            "name": "Launch Successful",
            "abbrev": "Success",
            "description": "The launch vehicle successfully inserted its payload(s) into the target orbit(s)."
        },
        "last_updated": "2023-06-14T08:44:52Z",
        "net": "1973-07-28T11:10:50Z",
        "window_end": "1973-07-28T11:10:50Z",
        "window_start": "1973-07-28T11:10:50Z",
        "net_precision": null,
        "probability": -1,
        "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": 239,
            "configuration": {
                "id": 163,
                "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/163/?format=api",
                "name": "Saturn IB",
                "family": "Saturn",
                "full_name": "Saturn IB",
                "variant": "IB"
            }
        },
        "mission": {
            "id": 276,
            "name": "Skylab 3",
            "description": "Skylab 3 (also known as SL-3 or SLM-2) was the second crewed mission to the first US orbital space station Skylab. The mission began on July 28, 1973, 11:10:50 UTC with the launch of a three-person crew. Crew members were the Commander Alan L. Bean, Science Pilot Owen K. Garriott and Pilot Jack R. Lousma. During their 59-day stay on the station, crew continued station repairs and conducted various scientific and medical experiments. The mission ended successfully with the splashdown in the Pacific Ocean on September 25, 1973, 22:19:51 UTC.",
            "launch_designator": null,
            "type": "Human Exploration",
            "orbit": {
                "id": 8,
                "name": "Low Earth Orbit",
                "abbrev": "LEO"
            },
            "agencies": [],
            "info_urls": [],
            "vid_urls": []
        },
        "pad": {
            "id": 4,
            "url": "https://ll.thespacedevs.com/2.2.0/pad/4/?format=api",
            "agency_id": 44,
            "name": "Launch Complex 39B",
            "description": null,
            "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.2.0/location/27/?format=api",
                "name": "Kennedy Space Center, FL, USA",
                "country_code": "USA",
                "description": "",
                "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/location_27_20200803142447.jpg",
                "timezone_name": "America/New_York",
                "total_launch_count": 237,
                "total_landing_count": 0
            },
            "country_code": "USA",
            "map_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/launch_images/pad_4_20200803143518.jpg",
            "total_launch_count": 58,
            "orbital_launch_attempt_count": 57
        },
        "webcast_live": false,
        "image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/saturn2520ib_image_20190222030046.jpeg",
        "infographic": null,
        "program": [
            {
                "id": 13,
                "url": "https://ll.thespacedevs.com/2.2.0/program/13/?format=api",
                "name": "Skylab",
                "description": "Skylab was the first United States space station, launched by NASA, occupied for about 24 weeks between May 1973 and February 1974. It was operated by three separate three-astronaut crews: SL-2, SL-3 and SL-4. Major operations included an orbital workshop, a solar observatory, Earth observation, and hundreds of experiments.",
                "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://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/skylab_program_20240305184407.png",
                "start_date": "1973-05-14T17:30:00Z",
                "end_date": "1979-07-11T16:37:00Z",
                "info_url": "https://www.nasa.gov/mission_pages/skylab/",
                "wiki_url": "https://en.wikipedia.org/wiki/Skylab",
                "mission_patches": [],
                "type": {
                    "id": 2,
                    "name": "Human Spaceflight"
                }
            }
        ],
        "orbital_launch_attempt_count": 1469,
        "location_launch_attempt_count": 15,
        "pad_launch_attempt_count": 3,
        "agency_launch_attempt_count": 117,
        "orbital_launch_attempt_count_year": 56,
        "location_launch_attempt_count_year": 3,
        "pad_launch_attempt_count_year": 2,
        "agency_launch_attempt_count_year": 3,
        "type": "normal"
    },
    "landing": {
        "id": 380,
        "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": 3
        },
        "type": {
            "id": 4,
            "name": "Parachute Landing",
            "abbrev": "PL",
            "description": "Unpowered landing using parachute(s)."
        }
    },
    "docking_events": [
        {
            "id": 5,
            "spacestation": {
                "id": 6,
                "url": "https://ll.thespacedevs.com/2.2.0/spacestation/6/?format=api",
                "name": "Skylab",
                "status": {
                    "id": 2,
                    "name": "De-Orbited"
                },
                "founded": "1973-05-14",
                "description": "Skylab was a United States space station launched and operated by NASA, and occupied for about 24 weeks between May 1973 and February 1974 – the only space station the U.S. has operated exclusively. In 1979 it fell back to Earth amid huge worldwide media attention. Skylab included a workshop, a solar observatory, and other systems necessary for crew survival and scientific experiments. It was launched unmanned by a modified Saturn V rocket, with a weight of 170,000 pounds (77,000 kg). Lifting Skylab into low earth orbit was the final mission and launch of a Saturn V rocket (famous for carrying the manned Moon landing missions). Three missions delivered three-astronaut crews in the Apollo command and service module (Apollo CSM), launched by the smaller Saturn IB rocket. For the final two manned missions to Skylab, a backup Apollo CSM/Saturn IB was assembled and made ready in case an in-orbit rescue mission was needed, but this backup vehicle was never flown.",
                "orbit": "Low Earth Orbit",
                "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/skylab_image_20190215230143.jpeg"
            },
            "docking": "1973-07-28T19:37:00Z",
            "departure": "1973-09-25T11:16:42Z",
            "docking_location": {
                "id": 28,
                "name": "Forward",
                "spacestation": {
                    "id": 6,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacestation/6/?format=api",
                    "name": "Skylab"
                }
            }
        }
    ]
}