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

{
    "id": 165,
    "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/165/?format=api",
    "name": "Cygnus CRS OA-6",
    "serial_number": null,
    "is_placeholder": false,
    "in_space": false,
    "time_in_space": "P91DT10H23M8S",
    "time_docked": "P80DT52M",
    "flights_count": 1,
    "mission_ends_count": 1,
    "status": {
        "id": 4,
        "name": "Single Use"
    },
    "description": "Cygnus CRS OA-6, also known as Orbital ATK CRS-6, is the sixth flight of the Orbital ATK unmanned resupply spacecraft Cygnus and its fifth flight to the International Space Station under the Commercial Resupply Services contract with NASA.\r\n\r\nThe Cygnus spacecraft for this mission is named the S.S. Rick Husband in honor of astronaut Rick Husband.",
    "spacecraft_config": {
        "id": 19,
        "url": "https://ll.thespacedevs.com/2.2.0/config/spacecraft/19/?format=api",
        "name": "Cygnus Enhanced",
        "type": {
            "id": 4,
            "name": "Cargo Resupply"
        },
        "agency": {
            "id": 257,
            "url": "https://ll.thespacedevs.com/2.2.0/agencies/257/?format=api",
            "name": "Northrop Grumman Space Systems",
            "featured": true,
            "type": "Commercial",
            "country_code": "USA",
            "abbrev": "NGSS",
            "description": "Northrup Grumman Space Systems designs, builds and delivers space, defence and aviation-related systems to customers around the world. They aquired Orbital ATK in 2018 along with its launchers and ongoing missions.",
            "administrator": "CEO: Kathy Warden",
            "founding_year": "2015",
            "launchers": "Antares | Minotaur | Pegasus",
            "spacecraft": "Cygnus",
            "parent": null,
            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/northrop2520grumman2520innovation2520systems_image_20190207032451.jpeg",
            "logo_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/northrop2520grumman2520innovation2520systems_logo_20190207032451.png"
        },
        "in_use": true,
        "capability": "Cargo Earth Orbit Logistics",
        "history": "Cygnus is a spacecraft developed originally by Orbital ATK and then acquired by Northrup Grumman after an acquisition. It is used to transport cargo to the ISS.\r\n\r\nThe first operational mission of Cygnus to the ISS was in September 2013.\r\n\r\nOne flight on 28 October 2014 ended in a failure when the Antares launch vehicle, used to launch the Cygnus, exploded shortly after launch. This set back the Cygnus launch schedule over a year. Following the launch anomaly a new version known as 'Cygnus Enhanced' was flown. This extended the Cygnus length and allowed it to carry an extra 700kg to the ISS.",
        "details": "The Cygnus spacecraft is launched aboard Antares, Atlas V, or Falcon 9 to deliver cargo to the ISS under NASAs CRS contracts. It has no heatshield so at the end of its mission its used to dispose of waste by burning up in the Earths atmosphere.",
        "maiden_flight": "2015-12-06",
        "height": 6.3,
        "diameter": 3.07,
        "human_rated": false,
        "crew_capacity": null,
        "payload_capacity": 3750,
        "payload_return_capacity": null,
        "flight_life": "1 week to 2 years design life.",
        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/cygnus2520enhanced_image_20190207032513.jpeg",
        "nation_url": null,
        "wiki_link": "https://en.wikipedia.org/wiki/Cygnus_(spacecraft)",
        "info_link": ""
    },
    "flights": [
        {
            "id": 289,
            "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/flight/289/?format=api",
            "destination": "International Space Station",
            "mission_end": "2016-06-22T13:29:00Z",
            "spacecraft": {
                "id": 165,
                "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/165/?format=api",
                "name": "Cygnus CRS OA-6",
                "serial_number": null,
                "is_placeholder": false,
                "in_space": false,
                "time_in_space": "P91DT10H23M8S",
                "time_docked": "P80DT52M",
                "flights_count": 1,
                "mission_ends_count": 1,
                "status": {
                    "id": 4,
                    "name": "Single Use"
                },
                "description": "Cygnus CRS OA-6, also known as Orbital ATK CRS-6, is the sixth flight of the Orbital ATK unmanned resupply spacecraft Cygnus and its fifth flight to the International Space Station under the Commercial Resupply Services contract with NASA.\r\n\r\nThe Cygnus spacecraft for this mission is named the S.S. Rick Husband in honor of astronaut Rick Husband.",
                "spacecraft_config": {
                    "id": 19,
                    "url": "https://ll.thespacedevs.com/2.2.0/config/spacecraft/19/?format=api",
                    "name": "Cygnus Enhanced",
                    "type": {
                        "id": 4,
                        "name": "Cargo Resupply"
                    },
                    "agency": {
                        "id": 257,
                        "url": "https://ll.thespacedevs.com/2.2.0/agencies/257/?format=api",
                        "name": "Northrop Grumman Space Systems",
                        "type": "Commercial"
                    },
                    "in_use": true,
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/cygnus2520enhanced_image_20190207032513.jpeg"
                }
            },
            "launch": {
                "id": "2e0d05c0-79ea-4765-a2bc-afb5fbe3c3f0",
                "url": "https://ll.thespacedevs.com/2.2.0/launch/2e0d05c0-79ea-4765-a2bc-afb5fbe3c3f0/?format=api",
                "slug": "atlas-v-401-cygnus-crs-oa-6-ss-rick-husband",
                "name": "Atlas V 401 | Cygnus CRS OA-6 (S.S. Rick Husband)",
                "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-14T17:42:20Z",
                "net": "2016-03-23T03:05:52Z",
                "window_end": "2016-03-23T03:35:00Z",
                "window_start": "2016-03-23T03:05:52Z",
                "net_precision": null,
                "probability": -1,
                "weather_concerns": null,
                "holdreason": "",
                "failreason": null,
                "hashtag": null,
                "launch_service_provider": {
                    "id": 124,
                    "url": "https://ll.thespacedevs.com/2.2.0/agencies/124/?format=api",
                    "name": "United Launch Alliance",
                    "type": "Commercial"
                },
                "rocket": {
                    "id": 1916,
                    "configuration": {
                        "id": 16,
                        "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/16/?format=api",
                        "name": "Atlas V 401",
                        "family": "Atlas",
                        "full_name": "Atlas V 401",
                        "variant": "401"
                    }
                },
                "mission": {
                    "id": 115,
                    "name": "Cygnus CRS OA-6 (S.S. Rick Husband)",
                    "description": "This is the sixth flight of Orbital ATK's unmanned resupply spacecraft Cygnus and its fifth flight to the International Space Station under the Commercial Resupply Services contract with NASA. Orbital ATK named the vehicle after astronaut Rick Husband who was the commander of STS-107.",
                    "launch_designator": null,
                    "type": "Resupply",
                    "orbit": {
                        "id": 8,
                        "name": "Low Earth Orbit",
                        "abbrev": "LEO"
                    },
                    "agencies": [],
                    "info_urls": [],
                    "vid_urls": []
                },
                "pad": {
                    "id": 29,
                    "url": "https://ll.thespacedevs.com/2.2.0/pad/29/?format=api",
                    "agency_id": null,
                    "name": "Space Launch Complex 41",
                    "description": "",
                    "info_url": null,
                    "wiki_url": "https://en.wikipedia.org/wiki/Cape_Canaveral_Air_Force_Station_Space_Launch_Complex_41",
                    "map_url": "https://www.google.com/maps?q=28.58341025,-80.58303644",
                    "latitude": "28.58341025",
                    "longitude": "-80.58303644",
                    "location": {
                        "id": 12,
                        "url": "https://ll.thespacedevs.com/2.2.0/location/12/?format=api",
                        "name": "Cape Canaveral SFS, FL, USA",
                        "country_code": "USA",
                        "description": "Cape Canaveral Space Force Station (CCSFS) is an installation of the United States Space Force's Space Launch Delta 45, located on Cape Canaveral in Brevard County, Florida.",
                        "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_12_20200803142519.jpg",
                        "timezone_name": "America/New_York",
                        "total_launch_count": 1015,
                        "total_landing_count": 62
                    },
                    "country_code": "USA",
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_29_20200803143528.jpg",
                    "total_launch_count": 114,
                    "orbital_launch_attempt_count": 114
                },
                "webcast_live": false,
                "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/atlas_v_image_20201212013334.jpeg",
                "infographic": null,
                "program": [
                    {
                        "id": 11,
                        "url": "https://ll.thespacedevs.com/2.2.0/program/11/?format=api",
                        "name": "Commercial Resupply Services",
                        "description": "Commercial Resupply Services (CRS) are a series of flights awarded by NASA for the delivery of cargo and supplies to the International Space Station.The first CRS contracts were signed in 2008 and awarded $1.6 billion to SpaceX for twelve cargo Dragon and $1.9 billion to Orbital Sciences for eight Cygnus flights, covering deliveries to 2016. The Falcon 9 and Antares rockets were also developed under the CRS program to deliver cargo spacecraft to the ISS.",
                        "agencies": [
                            {
                                "id": 44,
                                "url": "https://ll.thespacedevs.com/2.2.0/agencies/44/?format=api",
                                "name": "National Aeronautics and Space Administration",
                                "type": "Government"
                            },
                            {
                                "id": 257,
                                "url": "https://ll.thespacedevs.com/2.2.0/agencies/257/?format=api",
                                "name": "Northrop Grumman Space Systems",
                                "type": "Commercial"
                            },
                            {
                                "id": 1020,
                                "url": "https://ll.thespacedevs.com/2.2.0/agencies/1020/?format=api",
                                "name": "Sierra Nevada Corporation",
                                "type": "Commercial"
                            },
                            {
                                "id": 121,
                                "url": "https://ll.thespacedevs.com/2.2.0/agencies/121/?format=api",
                                "name": "SpaceX",
                                "type": "Commercial"
                            }
                        ],
                        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/commercial2520_program_20201129212219.png",
                        "start_date": "2008-12-23T00:00:00Z",
                        "end_date": null,
                        "info_url": null,
                        "wiki_url": "https://en.wikipedia.org/wiki/Commercial_Resupply_Services#Commercial_Resupply_Services",
                        "mission_patches": [],
                        "type": {
                            "id": 2,
                            "name": "Human Spaceflight"
                        }
                    },
                    {
                        "id": 17,
                        "url": "https://ll.thespacedevs.com/2.2.0/program/17/?format=api",
                        "name": "International Space Station",
                        "description": "The International Space Station programme is tied together by a complex set of legal, political and financial agreements between the sixteen nations involved in the project, governing ownership of the various components, rights to crewing and utilization, and responsibilities for crew rotation and resupply of the International Space Station. It was conceived in 1984 by President Ronald Reagan, during the Space Station Freedom project as it was originally called.",
                        "agencies": [
                            {
                                "id": 16,
                                "url": "https://ll.thespacedevs.com/2.2.0/agencies/16/?format=api",
                                "name": "Canadian Space Agency",
                                "type": "Government"
                            },
                            {
                                "id": 27,
                                "url": "https://ll.thespacedevs.com/2.2.0/agencies/27/?format=api",
                                "name": "European Space Agency",
                                "type": "Multinational"
                            },
                            {
                                "id": 37,
                                "url": "https://ll.thespacedevs.com/2.2.0/agencies/37/?format=api",
                                "name": "Japan Aerospace Exploration Agency",
                                "type": "Government"
                            },
                            {
                                "id": 44,
                                "url": "https://ll.thespacedevs.com/2.2.0/agencies/44/?format=api",
                                "name": "National Aeronautics and Space Administration",
                                "type": "Government"
                            },
                            {
                                "id": 63,
                                "url": "https://ll.thespacedevs.com/2.2.0/agencies/63/?format=api",
                                "name": "Russian Federal Space Agency (ROSCOSMOS)",
                                "type": "Government"
                            }
                        ],
                        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/international2_program_20201129184745.png",
                        "start_date": "1998-11-20T06:40:00Z",
                        "end_date": null,
                        "info_url": "https://www.nasa.gov/mission_pages/station/main/index.html",
                        "wiki_url": "https://en.wikipedia.org/wiki/International_Space_Station_programme",
                        "mission_patches": [],
                        "type": {
                            "id": 2,
                            "name": "Human Spaceflight"
                        }
                    }
                ],
                "orbital_launch_attempt_count": 5548,
                "location_launch_attempt_count": 739,
                "pad_launch_attempt_count": 78,
                "agency_launch_attempt_count": 107,
                "orbital_launch_attempt_count_year": 19,
                "location_launch_attempt_count_year": 3,
                "pad_launch_attempt_count_year": 2,
                "agency_launch_attempt_count_year": 3,
                "type": "normal"
            },
            "landing": {
                "id": 419,
                "attempt": false,
                "success": null,
                "description": "The Cygnus spacecraft burned up as planned upon entering Earth's atmosphere.",
                "downrange_distance": null,
                "location": null,
                "type": {
                    "id": 7,
                    "name": "Destructive Reentry",
                    "abbrev": "ATM",
                    "description": "Spacecraft burned up in the atmosphere"
                }
            }
        }
    ]
}