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

{
    "count": 571,
    "next": "https://ll.thespacedevs.com/2.2.0/spacecraft/?format=api&limit=10&offset=10&ordering=-flights_count",
    "previous": null,
    "results": [
        {
            "id": 38,
            "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/38/?format=api",
            "name": "Space Shuttle Discovery",
            "serial_number": "OV-103",
            "is_placeholder": false,
            "in_space": false,
            "time_in_space": "P365DT9H8M12S",
            "time_docked": "P114DT6H36M",
            "flights_count": 39,
            "mission_ends_count": 39,
            "status": {
                "id": 2,
                "name": "Retired"
            },
            "description": "Space Shuttle Discovery (Orbiter Vehicle Designation: OV-103) is one of the orbiters from NASA's Space Shuttle program and the third of five fully operational orbiters to be built. Its first mission, STS-41-D, flew from August 30 to September 5, 1984. Over 27 years of service it launched and landed 39 times, gathering more spaceflights than any other spacecraft to date. Discovery became the third operational orbiter to enter service, preceded by Columbia and Challenger. It embarked on its last mission, STS-133, on February 24, 2011 and touched down for the final time at Kennedy Space Center on March 9, having spent a cumulative total of almost a full year in space. Discovery performed both research and International Space Station (ISS) assembly missions. It also carried the Hubble Space Telescope into orbit. Discovery was the first operational shuttle to be retired, followed by Endeavour and then Atlantis.",
            "spacecraft_config": {
                "id": 14,
                "url": "https://ll.thespacedevs.com/2.2.0/config/spacecraft/14/?format=api",
                "name": "Space Shuttle",
                "type": {
                    "id": 3,
                    "name": "Spaceplane"
                },
                "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://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/space2520shuttle_image_20190207032524.jpeg"
            }
        },
        {
            "id": 472,
            "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/472/?format=api",
            "name": "VSS Enterprise",
            "serial_number": "N339SS",
            "is_placeholder": false,
            "in_space": false,
            "time_in_space": "PT12H",
            "time_docked": "P0D",
            "flights_count": 37,
            "mission_ends_count": 37,
            "status": {
                "id": 3,
                "name": "Destroyed"
            },
            "description": "VSS Enterprise was the first SpaceShipTwo (SS2) spaceplane, built by Scaled Composites for Virgin Galactic. As of 2004, it was planned to be the first of five commercial suborbital SS2 spacecraft planned by Virgin Galactic. Enterprise was destroyed during a powered test flight on 31 October 2014, killing one pilot, Michael Alsbury, and seriously injuring another, Peter Siebold. An investigation revealed the accident was caused by premature deployment of the \"feathering\" system, the ship's descent device; the NTSB also faulted the spacecraft's design for lacking fail-safe mechanisms that could have deterred or prevented early deployment.",
            "spacecraft_config": {
                "id": 27,
                "url": "https://ll.thespacedevs.com/2.2.0/config/spacecraft/27/?format=api",
                "name": "SpaceShipTwo",
                "type": {
                    "id": 3,
                    "name": "Spaceplane"
                },
                "agency": {
                    "id": 1024,
                    "url": "https://ll.thespacedevs.com/2.2.0/agencies/1024/?format=api",
                    "name": "Virgin Galactic",
                    "type": "Private"
                },
                "in_use": true,
                "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/spaceshiptwo_image_20210522133744.jpeg"
            }
        },
        {
            "id": 39,
            "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/39/?format=api",
            "name": "Space Shuttle Atlantis",
            "serial_number": "OV-104",
            "is_placeholder": false,
            "in_space": false,
            "time_in_space": "P307DT11H44M20S",
            "time_docked": "P118DT7H2M9S",
            "flights_count": 33,
            "mission_ends_count": 33,
            "status": {
                "id": 2,
                "name": "Retired"
            },
            "description": "Space Shuttle Atlantis (Orbiter Vehicle Designation: OV‑104) is a Space Shuttle orbiter vehicle belonging to the National Aeronautics and Space Administration (NASA), the spaceflight and space exploration agency of the United States. Constructed by the Rockwell International company in Southern California and delivered to the Kennedy Space Center in Eastern Florida in April 1985, Atlantis is the fourth operational and the second-to-last Space Shuttle built. Its maiden flight was STS-51-J from 3 to 7 October 1985.  Atlantis embarked on its 33rd and final mission, also the final mission of a space shuttle, STS-135, on 8 July 2011. STS-134 by Endeavour was expected to be the final flight before STS-135 was authorized in October 2010. STS-135 took advantage of the processing for the STS-335 Launch On Need mission that would have been necessary if STS-134's crew became stranded in orbit. Atlantis landed for the final time at the Kennedy Space Center on 21 July 2011.  By the end of its final mission, Atlantis had orbited the Earth a total of 4,848 times, traveling nearly 126,000,000 mi (203,000,000 km) or more than 525 times the distance from the Earth to the Moon.",
            "spacecraft_config": {
                "id": 14,
                "url": "https://ll.thespacedevs.com/2.2.0/config/spacecraft/14/?format=api",
                "name": "Space Shuttle",
                "type": {
                    "id": 3,
                    "name": "Spaceplane"
                },
                "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://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/space2520shuttle_image_20190207032524.jpeg"
            }
        },
        {
            "id": 473,
            "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/473/?format=api",
            "name": "VSS Unity",
            "serial_number": "N202VG",
            "is_placeholder": false,
            "in_space": false,
            "time_in_space": "PT3H48M43S",
            "time_docked": "P0D",
            "flights_count": 29,
            "mission_ends_count": 29,
            "status": {
                "id": 1,
                "name": "Active"
            },
            "description": "VSS Unity, previously referred to as VSS Voyager, is a SpaceShipTwo-class suborbital rocket-powered crewed spaceplane. It is the second SpaceShipTwo to be built and will be used as part of the Virgin Galactic fleet.",
            "spacecraft_config": {
                "id": 27,
                "url": "https://ll.thespacedevs.com/2.2.0/config/spacecraft/27/?format=api",
                "name": "SpaceShipTwo",
                "type": {
                    "id": 3,
                    "name": "Spaceplane"
                },
                "agency": {
                    "id": 1024,
                    "url": "https://ll.thespacedevs.com/2.2.0/agencies/1024/?format=api",
                    "name": "Virgin Galactic",
                    "type": "Private"
                },
                "in_use": true,
                "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/spaceshiptwo_image_20210522133744.jpeg"
            }
        },
        {
            "id": 36,
            "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/36/?format=api",
            "name": "Space Shuttle Columbia",
            "serial_number": "OV-102",
            "is_placeholder": false,
            "in_space": false,
            "time_in_space": "P292DT19H32M24S",
            "time_docked": "P0D",
            "flights_count": 28,
            "mission_ends_count": 28,
            "status": {
                "id": 3,
                "name": "Destroyed"
            },
            "description": "Space Shuttle Columbia (Orbiter Vehicle Designation: OV-102) was the first space-rated orbiter in NASA's Space Shuttle fleet. It launched for the first time on mission STS-1 on April 12, 1981, the first flight of the Space Shuttle program. Over 22 years of service, it completed 27 missions before disintegrating during re-entry near the end of its 28th mission, STS-107 on February 1, 2003, resulting in the deaths of all seven crew members.",
            "spacecraft_config": {
                "id": 14,
                "url": "https://ll.thespacedevs.com/2.2.0/config/spacecraft/14/?format=api",
                "name": "Space Shuttle",
                "type": {
                    "id": 3,
                    "name": "Spaceplane"
                },
                "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://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/space2520shuttle_image_20190207032524.jpeg"
            }
        },
        {
            "id": 40,
            "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/40/?format=api",
            "name": "Space Shuttle Endeavour",
            "serial_number": "OV-105",
            "is_placeholder": false,
            "in_space": false,
            "time_in_space": "P297DT5H39M43S",
            "time_docked": "P115DT8H14M45S",
            "flights_count": 25,
            "mission_ends_count": 25,
            "status": {
                "id": 2,
                "name": "Retired"
            },
            "description": "Space Shuttle Endeavour (Orbiter Vehicle Designation: OV-105) is a retired orbiter from NASA's Space Shuttle program and the fifth and final operational shuttle built. It embarked on its first mission, STS-49, in May 1992 and its 25th and final mission, STS-134, in May 2011. STS-134 was expected to be the final mission of the Space Shuttle program, but with the authorization of STS-135, Atlantis became the last shuttle to fly.  The United States Congress approved the construction of Endeavour in 1987 to replace Challenger, which was lost in 1986.  Structural spares built during the construction of Discovery and Atlantis were used in its assembly. NASA chose, on cost grounds, to build Endeavour from spares rather than refitting Enterprise.",
            "spacecraft_config": {
                "id": 14,
                "url": "https://ll.thespacedevs.com/2.2.0/config/spacecraft/14/?format=api",
                "name": "Space Shuttle",
                "type": {
                    "id": 3,
                    "name": "Spaceplane"
                },
                "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://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/space2520shuttle_image_20190207032524.jpeg"
            }
        },
        {
            "id": 444,
            "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/444/?format=api",
            "name": "X-15-3",
            "serial_number": "56-6672",
            "is_placeholder": false,
            "in_space": false,
            "time_in_space": "PT3H51M32S",
            "time_docked": "P0D",
            "flights_count": 11,
            "mission_ends_count": 11,
            "status": {
                "id": 3,
                "name": "Destroyed"
            },
            "description": "Third X-15 experimental rocket plane. Destroyed during flight 191.",
            "spacecraft_config": {
                "id": 13,
                "url": "https://ll.thespacedevs.com/2.2.0/config/spacecraft/13/?format=api",
                "name": "North American X-15",
                "type": {
                    "id": 3,
                    "name": "Spaceplane"
                },
                "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://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/north2520american2520x-15_image_20190207032520.jpeg"
            }
        },
        {
            "id": 276,
            "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/276/?format=api",
            "name": "RSS H.G. Wells",
            "serial_number": "2.0-1",
            "is_placeholder": false,
            "in_space": false,
            "time_in_space": "PT1H40M9S",
            "time_docked": "P0D",
            "flights_count": 10,
            "mission_ends_count": 10,
            "status": {
                "id": 1,
                "name": "Active"
            },
            "description": "Second New Shepard capsule. It is dedicated to uncrewed flights.",
            "spacecraft_config": {
                "id": 21,
                "url": "https://ll.thespacedevs.com/2.2.0/config/spacecraft/21/?format=api",
                "name": "Crew Capsule 2.0",
                "type": {
                    "id": 2,
                    "name": "Capsule"
                },
                "agency": {
                    "id": 141,
                    "url": "https://ll.thespacedevs.com/2.2.0/agencies/141/?format=api",
                    "name": "Blue Origin",
                    "type": "Commercial"
                },
                "in_use": true,
                "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/crew2520capsule25202.0_image_20190309095011.jpeg"
            }
        },
        {
            "id": 37,
            "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/37/?format=api",
            "name": "Space Shuttle Challenger",
            "serial_number": "OV-099",
            "is_placeholder": false,
            "in_space": false,
            "time_in_space": "P62DT6H51M50S",
            "time_docked": "P0D",
            "flights_count": 10,
            "mission_ends_count": 10,
            "status": {
                "id": 3,
                "name": "Destroyed"
            },
            "description": "Space Shuttle Challenger (Orbiter Vehicle Designation: OV-099) was the second orbiter of NASA's space shuttle program to be put into service, after Columbia. Challenger was built by Rockwell International's Space Transportation Systems Division, in Downey, California. Its maiden flight, STS-6, began on April 4, 1983. The orbiter was launched and landed nine times before breaking apart 73 seconds into its tenth mission, STS-51-L, on January 28, 1986, resulting in the death of all seven crew members, including a civilian school teacher. It was the first of two shuttles to be destroyed in flight, the other being Columbia, in 2003. The accident led to a two-and-a-half-year grounding of the shuttle fleet; flights resumed in 1988, with STS-26 flown by Discovery. Challenger was replaced by Endeavour, which was built from structural spares ordered by NASA in the construction contracts for Discovery and Atlantis.",
            "spacecraft_config": {
                "id": 14,
                "url": "https://ll.thespacedevs.com/2.2.0/config/spacecraft/14/?format=api",
                "name": "Space Shuttle",
                "type": {
                    "id": 3,
                    "name": "Spaceplane"
                },
                "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://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/space2520shuttle_image_20190207032524.jpeg"
            }
        },
        {
            "id": 453,
            "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/453/?format=api",
            "name": "RSS First Step",
            "serial_number": "2.0-2",
            "is_placeholder": false,
            "in_space": false,
            "time_in_space": "PT1H22M43S",
            "time_docked": "P0D",
            "flights_count": 8,
            "mission_ends_count": 8,
            "status": {
                "id": 1,
                "name": "Active"
            },
            "description": "First Blue Origin New Shepard Crew Capsule 2.0 to carry human passengers. This capsule is outfitted with improvements to environmental features such as acoustics and temperature regulation inside the capsule, crew display panels, and speakers with a microphone and push-to-talk button at each seat.",
            "spacecraft_config": {
                "id": 21,
                "url": "https://ll.thespacedevs.com/2.2.0/config/spacecraft/21/?format=api",
                "name": "Crew Capsule 2.0",
                "type": {
                    "id": 2,
                    "name": "Capsule"
                },
                "agency": {
                    "id": 141,
                    "url": "https://ll.thespacedevs.com/2.2.0/agencies/141/?format=api",
                    "name": "Blue Origin",
                    "type": "Commercial"
                },
                "in_use": true,
                "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/crew2520capsule25202.0_image_20190309095011.jpeg"
            }
        }
    ]
}