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

{
    "id": 202,
    "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/flight/202/?format=api",
    "mission_end": "1973-06-22T13:49:48Z",
    "destination": "Skylab",
    "launch_crew": [
        {
            "id": 964,
            "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": "P48DT23H1M36S",
                "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://spacelaunchnow-prod-east.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-21T13:59:59Z"
            }
        },
        {
            "id": 2481,
            "role": {
                "id": 2,
                "role": "Pilot",
                "priority": 2
            },
            "astronaut": {
                "id": 317,
                "url": "https://ll.thespacedevs.com/2.2.0/astronaut/317/?format=api",
                "name": "Paul J. Weitz",
                "type": {
                    "id": 2,
                    "name": "Government"
                },
                "in_space": false,
                "time_in_space": "P33DT1H12M48S",
                "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-07-25",
                "date_of_death": "2017-10-22",
                "nationality": "American",
                "twitter": null,
                "instagram": null,
                "bio": "Paul Joseph Weitz was an American naval officer and aviator, aeronautical engineer, test pilot, and NASA astronaut, who flew into space twice. He was a member of the three-man crew who flew on Skylab 2, the first manned Skylab mission. He was also Commander of the STS-6 mission, the first of the Space Shuttle Challenger flights.",
                "profile_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/paul2520j.2520weitz_image_20190426143707.jpeg",
                "wiki": "https://en.wikipedia.org/wiki/Paul_J._Weitz",
                "last_flight": "1983-04-04T18:30:00Z",
                "first_flight": "1973-05-25T13:00:00Z"
            }
        },
        {
            "id": 2480,
            "role": {
                "id": 9,
                "role": "Science Pilot",
                "priority": 3
            },
            "astronaut": {
                "id": 53,
                "url": "https://ll.thespacedevs.com/2.2.0/astronaut/53/?format=api",
                "name": "Joseph P. Kerwin",
                "type": {
                    "id": 2,
                    "name": "Government"
                },
                "in_space": false,
                "time_in_space": "P28DT49M48S",
                "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": "1932-02-19",
                "date_of_death": null,
                "nationality": "American",
                "twitter": null,
                "instagram": null,
                "bio": "Joseph Peter Kerwin, M.D. is an American physician and former NASA astronaut, who served as Science Pilot for the Skylab 2 mission from May 25–June 22, 1973. He was the first physician to be selected for astronaut training.",
                "profile_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/joseph2520p.2520kerwin_image_20181128151017.jpg",
                "wiki": "https://en.wikipedia.org/wiki/Joseph_P._Kerwin",
                "last_flight": "1973-05-25T13:00:00Z",
                "first_flight": "1973-05-25T13:00:00Z"
            }
        }
    ],
    "onboard_crew": [],
    "landing_crew": [
        {
            "id": 42,
            "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": "P48DT23H1M36S",
                "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://spacelaunchnow-prod-east.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-21T13:59:59Z"
            }
        },
        {
            "id": 583,
            "role": {
                "id": 2,
                "role": "Pilot",
                "priority": 2
            },
            "astronaut": {
                "id": 317,
                "url": "https://ll.thespacedevs.com/2.2.0/astronaut/317/?format=api",
                "name": "Paul J. Weitz",
                "type": {
                    "id": 2,
                    "name": "Government"
                },
                "in_space": false,
                "time_in_space": "P33DT1H12M48S",
                "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-07-25",
                "date_of_death": "2017-10-22",
                "nationality": "American",
                "twitter": null,
                "instagram": null,
                "bio": "Paul Joseph Weitz was an American naval officer and aviator, aeronautical engineer, test pilot, and NASA astronaut, who flew into space twice. He was a member of the three-man crew who flew on Skylab 2, the first manned Skylab mission. He was also Commander of the STS-6 mission, the first of the Space Shuttle Challenger flights.",
                "profile_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/paul2520j.2520weitz_image_20190426143707.jpeg",
                "wiki": "https://en.wikipedia.org/wiki/Paul_J._Weitz",
                "last_flight": "1983-04-04T18:30:00Z",
                "first_flight": "1973-05-25T13:00:00Z"
            }
        },
        {
            "id": 582,
            "role": {
                "id": 9,
                "role": "Science Pilot",
                "priority": 3
            },
            "astronaut": {
                "id": 53,
                "url": "https://ll.thespacedevs.com/2.2.0/astronaut/53/?format=api",
                "name": "Joseph P. Kerwin",
                "type": {
                    "id": 2,
                    "name": "Government"
                },
                "in_space": false,
                "time_in_space": "P28DT49M48S",
                "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": "1932-02-19",
                "date_of_death": null,
                "nationality": "American",
                "twitter": null,
                "instagram": null,
                "bio": "Joseph Peter Kerwin, M.D. is an American physician and former NASA astronaut, who served as Science Pilot for the Skylab 2 mission from May 25–June 22, 1973. He was the first physician to be selected for astronaut training.",
                "profile_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/joseph2520p.2520kerwin_image_20181128151017.jpg",
                "wiki": "https://en.wikipedia.org/wiki/Joseph_P._Kerwin",
                "last_flight": "1973-05-25T13:00:00Z",
                "first_flight": "1973-05-25T13:00:00Z"
            }
        }
    ],
    "spacecraft": {
        "id": 93,
        "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/93/?format=api",
        "name": "Apollo CSM-116",
        "serial_number": "CSM-116",
        "is_placeholder": false,
        "in_space": false,
        "time_in_space": "P28DT49M48S",
        "time_docked": "P26DT23H2M",
        "flights_count": 1,
        "mission_ends_count": 1,
        "status": {
            "id": 4,
            "name": "Single Use"
        },
        "description": "CSM-116 was an Apollo Command & Service Module used in the Skylab 2 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": "7ec5fba7-67ca-4baa-858a-0c020cb7de10",
        "url": "https://ll.thespacedevs.com/2.2.0/launch/7ec5fba7-67ca-4baa-858a-0c020cb7de10/?format=api",
        "slug": "saturn-ib-skylab-2",
        "name": "Saturn IB | Skylab 2",
        "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:45:03Z",
        "net": "1973-05-25T13:00:00Z",
        "window_end": "1973-05-25T13:00:00Z",
        "window_start": "1973-05-25T13:00:00Z",
        "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": 238,
            "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": 3,
            "name": "Skylab 2",
            "description": "Skylab 2 (also known as SL-2 or SLM-1) was the first crewed mission to the first US orbital space station Skylab. The mission began on May 25, 1973, 13:00:00 UTC with the launch of a three-person crew. Crew members were the Commander Charles \"Pete\" Conrad, Jr., Science Pilot Joseph P. Kerwin and Pilot Paul J. Weitz. During their 26-day stay on the station, crew performed station repairs and conducted scientific, medical experiments, gathered solar and Earth science data. The mission ended successfully with the splashdown in the Pacific Ocean on June 22, 1973, 13:49:48 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": 236,
                "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": 1448,
        "location_launch_attempt_count": 14,
        "pad_launch_attempt_count": 2,
        "agency_launch_attempt_count": 116,
        "orbital_launch_attempt_count_year": 35,
        "location_launch_attempt_count_year": 2,
        "pad_launch_attempt_count_year": 1,
        "agency_launch_attempt_count_year": 2,
        "type": "normal"
    },
    "landing": {
        "id": 379,
        "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": 4,
            "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-05-26T09:56:00Z",
            "departure": "1973-06-22T08:58:00Z",
            "docking_location": {
                "id": 28,
                "name": "Forward",
                "spacestation": {
                    "id": 6,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacestation/6/?format=api",
                    "name": "Skylab"
                }
            }
        }
    ]
}