API endpoint that allows Spacecrafts to be viewed. A Spacecraft is a physically manufactured instance of a Spacecraft Configuration

GET: Return a list of all the existing spacecraft.

FILTERS: Parameters - 'name', 'status', 'spacecraft_config', 'is_placeholder', 'in_space' Example - /2.2.0/spacecraft/?in_space=true

SEARCH EXAMPLE: Example - /2.2.0/spacecraft/?search=Dragon

ORDERING: Fields - 'id', 'time_in_space', 'time_docked', 'flights_count', 'mission_ends_count' Example - /2.2.0/spacecraft/?ordering=id

GET /2.2.0/spacecraft/593/?format=api
HTTP 200 OK
Allow: GET
Content-Type: application/json
Vary: Accept

{
    "id": 593,
    "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/593/?format=api",
    "name": "LM Challenger",
    "serial_number": "LM-12",
    "is_placeholder": false,
    "in_space": false,
    "time_in_space": "P4DT20H18M52S",
    "time_docked": "P4DT11H32M2S",
    "flights_count": 2,
    "mission_ends_count": 2,
    "status": {
        "id": 3,
        "name": "Destroyed"
    },
    "description": "Flown on Apollo 17.\r\n\r\nDescent stage on lunar surface at Taurus-Littrow, 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": ""
    },
    "flights": [
        {
            "id": 848,
            "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/flight/848/?format=api",
            "destination": "Lunar Surface",
            "mission_end": "1972-12-11T19:54:58Z",
            "spacecraft": {
                "id": 593,
                "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/593/?format=api",
                "name": "LM Challenger",
                "serial_number": "LM-12",
                "is_placeholder": false,
                "in_space": false,
                "time_in_space": "P4DT20H18M52S",
                "time_docked": "P4DT11H32M2S",
                "flights_count": 2,
                "mission_ends_count": 2,
                "status": {
                    "id": 3,
                    "name": "Destroyed"
                },
                "description": "Flown on Apollo 17.\r\n\r\nDescent stage on lunar surface at Taurus-Littrow, 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",
                        "type": "Government"
                    },
                    "in_use": false,
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/lunar_module_on_image_20240505074251.jpeg"
                }
            },
            "launch": {
                "id": "f6576afc-2f03-45e2-bc03-f7fddb6a4c36",
                "url": "https://ll.thespacedevs.com/2.2.0/launch/f6576afc-2f03-45e2-bc03-f7fddb6a4c36/?format=api",
                "slug": "saturn-v-apollo-17",
                "name": "Saturn V | Apollo 17",
                "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:48Z",
                "net": "1972-12-07T05:33:00Z",
                "window_end": "1972-12-07T05:33:00Z",
                "window_start": "1972-12-07T05:33:00Z",
                "net_precision": null,
                "probability": -1,
                "weather_concerns": null,
                "holdreason": "",
                "failreason": null,
                "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": 236,
                    "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": 162,
                    "name": "Apollo 17",
                    "description": "Apollo 17 was the final mission of the Apollo program. The craft was crewed by Commander Eugene Cernan, Lunar Module Pilot Harrison Schmitt & Command Module Pilot Ronald Evans. The mission lasted for 12 days, 13 hours, 51 minutes and 59 seconds during which time Cernan & Schmitt spent 3 days on lunar surface completing three moonwalks to collect lunar samples and install scientific instruments on the surface. Apollo 17 was the last time human beings have gone beyond Low Earth Orbit.",
                    "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": 1411,
                "location_launch_attempt_count": 12,
                "pad_launch_attempt_count": 11,
                "agency_launch_attempt_count": 118,
                "orbital_launch_attempt_count_year": 105,
                "location_launch_attempt_count_year": 2,
                "pad_launch_attempt_count_year": 2,
                "agency_launch_attempt_count_year": 5,
                "type": "normal"
            },
            "landing": {
                "id": 1397,
                "attempt": true,
                "success": true,
                "description": "Successful landing of Apollo 17 on the Moon.",
                "downrange_distance": null,
                "location": {
                    "id": 45,
                    "name": "Apollo 17 landing site",
                    "abbrev": "A17",
                    "description": "Landing site of Apollo 17’s lunar module Challenger on 11 December 1972.",
                    "location": {
                        "id": 172,
                        "url": "https://ll.thespacedevs.com/2.2.0/location/172/?format=api",
                        "name": "Taurus–Littrow, Moon",
                        "country_code": "",
                        "description": "Taurus–Littrow is a lunar valley located on the near side at the coordinates 20.0°N 31.0°E. It served as the landing site for the American Apollo 17 mission in December 1972, the last crewed mission to the Moon. The valley is located on the southeastern edge of Mare Serenitatis along a ring of mountains formed between 3.8 and 3.9 billion years ago when a large object impacted the Moon, forming the Serenitatis basin and pushing rock outward and upward.",
                        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_apollo_17_landing_site252c_taurus25e225802593littrow_valley252c_moo_20240813033827.jpg",
                        "timezone_name": "",
                        "total_launch_count": 1,
                        "total_landing_count": 0
                    },
                    "successful_landings": 1
                },
                "type": {
                    "id": 9,
                    "name": "Vertical Landing",
                    "abbrev": "VL",
                    "description": "Vertical landing using engines"
                }
            }
        },
        {
            "id": 857,
            "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/flight/857/?format=api",
            "destination": "Apollo 17 CSM",
            "mission_end": "1972-12-15T04:51:31Z",
            "spacecraft": {
                "id": 593,
                "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/593/?format=api",
                "name": "LM Challenger",
                "serial_number": "LM-12",
                "is_placeholder": false,
                "in_space": false,
                "time_in_space": "P4DT20H18M52S",
                "time_docked": "P4DT11H32M2S",
                "flights_count": 2,
                "mission_ends_count": 2,
                "status": {
                    "id": 3,
                    "name": "Destroyed"
                },
                "description": "Flown on Apollo 17.\r\n\r\nDescent stage on lunar surface at Taurus-Littrow, 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",
                        "type": "Government"
                    },
                    "in_use": false,
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/lunar_module_on_image_20240505074251.jpeg"
                }
            },
            "launch": {
                "id": "187b5b74-fe8a-4656-b87e-7ed46af4f395",
                "url": "https://ll.thespacedevs.com/2.2.0/launch/187b5b74-fe8a-4656-b87e-7ed46af4f395/?format=api",
                "slug": "apollo-lm-apollo-17",
                "name": "Apollo LM | Apollo 17",
                "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:36:11Z",
                "net": "1972-12-14T22:54:37Z",
                "window_end": "1972-12-14T22:54:37Z",
                "window_start": "1972-12-14T22:54:37Z",
                "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": 8301,
                    "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": 6882,
                    "name": "Apollo 17",
                    "description": "Return flight of Apollo 17 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": 228,
                    "url": "https://ll.thespacedevs.com/2.2.0/pad/228/?format=api",
                    "agency_id": 44,
                    "name": "Apollo 17 landing site",
                    "description": "Landing site of Apollo 17’s lunar module Challenger on 11 December 1972.",
                    "info_url": null,
                    "wiki_url": "https://en.wikipedia.org/wiki/Apollo_17",
                    "map_url": null,
                    "latitude": "20.1908",
                    "longitude": "30.7717",
                    "location": {
                        "id": 172,
                        "url": "https://ll.thespacedevs.com/2.2.0/location/172/?format=api",
                        "name": "Taurus–Littrow, Moon",
                        "country_code": "",
                        "description": "Taurus–Littrow is a lunar valley located on the near side at the coordinates 20.0°N 31.0°E. It served as the landing site for the American Apollo 17 mission in December 1972, the last crewed mission to the Moon. The valley is located on the southeastern edge of Mare Serenitatis along a ring of mountains formed between 3.8 and 3.9 billion years ago when a large object impacted the Moon, forming the Serenitatis basin and pushing rock outward and upward.",
                        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_apollo_17_landing_site252c_taurus25e225802593littrow_valley252c_moo_20240813033827.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_17_landing_site_20240813040248.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": 1415,
                "location_launch_attempt_count": 1,
                "pad_launch_attempt_count": 1,
                "agency_launch_attempt_count": 119,
                "orbital_launch_attempt_count_year": 109,
                "location_launch_attempt_count_year": 1,
                "pad_launch_attempt_count_year": 1,
                "agency_launch_attempt_count_year": 6,
                "type": "normal"
            },
            "landing": null
        }
    ]
}