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.0.0/launcher/?spacecraft=37

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

{
    "id": 854,
    "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/flight/854/?format=api",
    "mission_end": "1971-02-06T22:48:00Z",
    "destination": "Apollo 14 CSM",
    "launch_crew": [
        {
            "id": 4949,
            "role": "Commander",
            "astronaut": {
                "id": 21,
                "url": "https://ll.thespacedevs.com/2.0.0/astronaut/21/?format=api",
                "name": "Alan Shepard",
                "type": {
                    "id": 2,
                    "name": "Government"
                },
                "status": {
                    "id": 11,
                    "name": "Deceased"
                },
                "agency": {
                    "id": 44,
                    "url": "https://ll.thespacedevs.com/2.0.0/agencies/44/?format=api",
                    "name": "National Aeronautics and Space Administration",
                    "type": "Government"
                },
                "date_of_birth": "1923-11-18",
                "date_of_death": "1998-07-21",
                "nationality": "American",
                "twitter": null,
                "instagram": null,
                "bio": "Rear Admiral Alan Bartlett Shepard Jr. was an American astronaut, naval aviator, test pilot, and businessman. In 1961 he became the first American to travel into space, and in 1971 he walked on the Moon.",
                "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/alan2520shepard_image_20181128141007.jpg",
                "wiki": "https://en.wikipedia.org/wiki/Alan_Shepard",
                "last_flight": "1971-02-06T18:48:42Z",
                "first_flight": "1961-05-05T14:34:13Z"
            }
        },
        {
            "id": 4951,
            "role": "Lunar Module Pilot",
            "astronaut": {
                "id": 313,
                "url": "https://ll.thespacedevs.com/2.0.0/astronaut/313/?format=api",
                "name": "Edgar Mitchell",
                "type": {
                    "id": 2,
                    "name": "Government"
                },
                "status": {
                    "id": 11,
                    "name": "Deceased"
                },
                "agency": {
                    "id": 44,
                    "url": "https://ll.thespacedevs.com/2.0.0/agencies/44/?format=api",
                    "name": "National Aeronautics and Space Administration",
                    "type": "Government"
                },
                "date_of_birth": "1930-09-17",
                "date_of_death": "2016-02-04",
                "nationality": "American",
                "twitter": null,
                "instagram": null,
                "bio": "Edgar Dean \"Ed\" Mitchell was a United States Navy officer and aviator, test pilot, aeronautical engineer, ufologist and NASA astronaut. As the Lunar Module Pilot of Apollo 14, he spent nine hours working on the lunar surface in the Fra Mauro Highlands region, making him the sixth person to walk on the Moon.",
                "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/edgar2520mitchell_image_20190426143714.jpeg",
                "wiki": "https://en.wikipedia.org/wiki/Edgar_Mitchell",
                "last_flight": "1971-02-06T18:48:42Z",
                "first_flight": "1971-01-31T21:03:02Z"
            }
        }
    ],
    "onboard_crew": [],
    "landing_crew": [
        {
            "id": 4950,
            "role": "Commander",
            "astronaut": {
                "id": 21,
                "url": "https://ll.thespacedevs.com/2.0.0/astronaut/21/?format=api",
                "name": "Alan Shepard",
                "type": {
                    "id": 2,
                    "name": "Government"
                },
                "status": {
                    "id": 11,
                    "name": "Deceased"
                },
                "agency": {
                    "id": 44,
                    "url": "https://ll.thespacedevs.com/2.0.0/agencies/44/?format=api",
                    "name": "National Aeronautics and Space Administration",
                    "type": "Government"
                },
                "date_of_birth": "1923-11-18",
                "date_of_death": "1998-07-21",
                "nationality": "American",
                "twitter": null,
                "instagram": null,
                "bio": "Rear Admiral Alan Bartlett Shepard Jr. was an American astronaut, naval aviator, test pilot, and businessman. In 1961 he became the first American to travel into space, and in 1971 he walked on the Moon.",
                "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/alan2520shepard_image_20181128141007.jpg",
                "wiki": "https://en.wikipedia.org/wiki/Alan_Shepard",
                "last_flight": "1971-02-06T18:48:42Z",
                "first_flight": "1961-05-05T14:34:13Z"
            }
        },
        {
            "id": 4952,
            "role": "Lunar Module Pilot",
            "astronaut": {
                "id": 313,
                "url": "https://ll.thespacedevs.com/2.0.0/astronaut/313/?format=api",
                "name": "Edgar Mitchell",
                "type": {
                    "id": 2,
                    "name": "Government"
                },
                "status": {
                    "id": 11,
                    "name": "Deceased"
                },
                "agency": {
                    "id": 44,
                    "url": "https://ll.thespacedevs.com/2.0.0/agencies/44/?format=api",
                    "name": "National Aeronautics and Space Administration",
                    "type": "Government"
                },
                "date_of_birth": "1930-09-17",
                "date_of_death": "2016-02-04",
                "nationality": "American",
                "twitter": null,
                "instagram": null,
                "bio": "Edgar Dean \"Ed\" Mitchell was a United States Navy officer and aviator, test pilot, aeronautical engineer, ufologist and NASA astronaut. As the Lunar Module Pilot of Apollo 14, he spent nine hours working on the lunar surface in the Fra Mauro Highlands region, making him the sixth person to walk on the Moon.",
                "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/edgar2520mitchell_image_20190426143714.jpeg",
                "wiki": "https://en.wikipedia.org/wiki/Edgar_Mitchell",
                "last_flight": "1971-02-06T18:48:42Z",
                "first_flight": "1971-01-31T21:03:02Z"
            }
        }
    ],
    "spacecraft": {
        "id": 590,
        "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/590/?format=api",
        "name": "LM Antares",
        "serial_number": "LM-8",
        "status": {
            "id": 3,
            "name": "Destroyed"
        },
        "description": "Flown on Apollo 14.\r\n\r\nDescent stage on lunar surface at Fra Mauro, ascent stage deliberately crashed into Moon",
        "spacecraft_config": {
            "id": 43,
            "url": "https://ll.thespacedevs.com/2.0.0/config/spacecraft/43/?format=api",
            "name": "Apollo Lunar Module",
            "type": {
                "id": 7,
                "name": "Lander"
            },
            "agency": {
                "id": 44,
                "url": "https://ll.thespacedevs.com/2.0.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"
            },
            "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,
            "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": "e462696c-f2d8-4498-915e-c0045d07a74b",
        "url": "https://ll.thespacedevs.com/2.0.0/launch/e462696c-f2d8-4498-915e-c0045d07a74b/?format=api",
        "launch_library_id": null,
        "slug": "apollo-lm-apollo-14",
        "name": "Apollo LM | Apollo 14",
        "status": {
            "id": 3,
            "name": "Success"
        },
        "net": "1971-02-06T18:48:42Z",
        "window_end": "1971-02-06T18:48:42Z",
        "window_start": "1971-02-06T18:48:42Z",
        "inhold": false,
        "tbdtime": false,
        "tbddate": false,
        "probability": null,
        "holdreason": "",
        "failreason": "",
        "hashtag": null,
        "launch_service_provider": {
            "id": 44,
            "url": "https://ll.thespacedevs.com/2.0.0/agencies/44/?format=api",
            "name": "National Aeronautics and Space Administration",
            "type": "Government"
        },
        "rocket": {
            "id": 8298,
            "configuration": {
                "id": 513,
                "launch_library_id": null,
                "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/513/?format=api",
                "name": "Apollo LM",
                "family": "",
                "full_name": "Apollo LM Ascent Stage",
                "variant": ""
            }
        },
        "mission": {
            "id": 6879,
            "launch_library_id": null,
            "name": "Apollo 14",
            "description": "Return flight of Apollo 14 from the Moon.",
            "launch_designator": null,
            "type": "Human Exploration",
            "orbit": {
                "id": 11,
                "name": "Lunar Orbit",
                "abbrev": "LO"
            }
        },
        "pad": {
            "id": 225,
            "url": "https://ll.thespacedevs.com/2.0.0/pad/225/?format=api",
            "agency_id": 44,
            "name": "Apollo 14 landing site",
            "info_url": null,
            "wiki_url": "https://en.wikipedia.org/wiki/Apollo_14",
            "map_url": null,
            "latitude": "-3.6453",
            "longitude": "-17.47136",
            "location": {
                "id": 169,
                "url": "https://ll.thespacedevs.com/2.0.0/location/169/?format=api",
                "name": "Fra Mauro Formation, Moon",
                "country_code": "",
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_apollo_14_landing_site252c_fra_mauro252c_moon_20240813033131.jpg",
                "total_launch_count": 1,
                "total_landing_count": 0
            },
            "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_apollo_14_landing_site_20240813035741.jpg",
            "total_launch_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.0.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.0.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"
            }
        ]
    },
    "docking_events": []
}