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'
Example - /2.0.0/spacecraft/?status=Active

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

ORDERING:
Fields - 'id'
Example - /2.0.0/spacecraft/?order=id

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

{
    "count": 561,
    "next": "https://ll.thespacedevs.com/2.0.0/spacecraft/?format=api&limit=10&offset=10",
    "previous": null,
    "results": [
        {
            "id": 37,
            "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/37/?format=api",
            "name": "Space Shuttle Challenger",
            "serial_number": "OV-099",
            "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.0.0/config/spacecraft/14/?format=api",
                "name": "Space Shuttle",
                "type": {
                    "id": 3,
                    "name": "Spaceplane"
                },
                "agency": {
                    "id": 44,
                    "url": "https://ll.thespacedevs.com/2.0.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": 382,
            "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/382/?format=api",
            "name": "Progress 33",
            "serial_number": "Progress 33 (No.140)",
            "status": {
                "id": 4,
                "name": "Single Use"
            },
            "description": "Progress 33 (Russian: Прогресс 33), was a Progress spacecraft used to resupply the space station Mir.",
            "spacecraft_config": {
                "id": 8,
                "url": "https://ll.thespacedevs.com/2.0.0/config/spacecraft/8/?format=api",
                "name": "Progress 7K-TG",
                "type": {
                    "id": 4,
                    "name": "Cargo Resupply"
                },
                "agency": {
                    "id": 63,
                    "url": "https://ll.thespacedevs.com/2.0.0/agencies/63/?format=api",
                    "name": "Russian Federal Space Agency (ROSCOSMOS)",
                    "type": "Government"
                },
                "in_use": false,
                "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/progress_7k-tg_image_20231220085840.png"
            }
        },
        {
            "id": 520,
            "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/520/?format=api",
            "name": "Soyuz 7K-LOK No.2",
            "serial_number": "Soyuz 7K-LOK",
            "status": {
                "id": 3,
                "name": "Destroyed"
            },
            "description": "The Soyuz 7K-LOK was a Soviet crewed spacecraft designed to launch men from Earth to orbit the Moon, developed in parallel to the 7K-L1.",
            "spacecraft_config": {
                "id": 1,
                "url": "https://ll.thespacedevs.com/2.0.0/config/spacecraft/1/?format=api",
                "name": "Soyuz",
                "type": {
                    "id": 2,
                    "name": "Capsule"
                },
                "agency": {
                    "id": 63,
                    "url": "https://ll.thespacedevs.com/2.0.0/agencies/63/?format=api",
                    "name": "Russian Federal Space Agency (ROSCOSMOS)",
                    "type": "Government"
                },
                "in_use": false,
                "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/soyuz_image_20201015191152.jpg"
            }
        },
        {
            "id": 156,
            "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/156/?format=api",
            "name": "Johannes Kepler ATV",
            "serial_number": "ATV-002",
            "status": {
                "id": 4,
                "name": "Single Use"
            },
            "description": "The Johannes Kepler ATV, or Automated Transfer Vehicle 002 (ATV-002), was an unmanned cargo spacecraft built to resupply the International Space Station (ISS). It was launched on 16 February 2011 by the European Space Agency (ESA). Johannes Kepler carried propellant, air and dry cargo weighing over 7,000 kilograms, and had a total mass of over 20,000 kilograms, making it, at the time, the heaviest payload launched by the ESA. The spacecraft was named after the 17th-century German astronomer Johannes Kepler.",
            "spacecraft_config": {
                "id": 17,
                "url": "https://ll.thespacedevs.com/2.0.0/config/spacecraft/17/?format=api",
                "name": "Automated Transfer Vehicle (ATV)",
                "type": {
                    "id": 4,
                    "name": "Cargo Resupply"
                },
                "agency": {
                    "id": 115,
                    "url": "https://ll.thespacedevs.com/2.0.0/agencies/115/?format=api",
                    "name": "Arianespace",
                    "type": "Commercial"
                },
                "in_use": false,
                "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/automated_trans_image_20231118111716.jpeg"
            }
        },
        {
            "id": 332,
            "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/332/?format=api",
            "name": "Progress M-41",
            "serial_number": "Progress M-41 (No.241)",
            "status": {
                "id": 4,
                "name": "Single Use"
            },
            "description": "Progress M-41 (Russian: Прогресс М-41), was a Progress spacecraft used to resupply the space station Mir.",
            "spacecraft_config": {
                "id": 35,
                "url": "https://ll.thespacedevs.com/2.0.0/config/spacecraft/35/?format=api",
                "name": "Progress-M",
                "type": {
                    "id": 4,
                    "name": "Cargo Resupply"
                },
                "agency": {
                    "id": 63,
                    "url": "https://ll.thespacedevs.com/2.0.0/agencies/63/?format=api",
                    "name": "Russian Federal Space Agency (ROSCOSMOS)",
                    "type": "Government"
                },
                "in_use": false,
                "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/progress-m_image_20231219141001.jpeg"
            }
        },
        {
            "id": 336,
            "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/336/?format=api",
            "name": "Progress M-37",
            "serial_number": "Progress M-37 (No.237)",
            "status": {
                "id": 4,
                "name": "Single Use"
            },
            "description": "Progress M-37 (Russian: Прогресс М-37), was a Progress spacecraft used to resupply the space station Mir.",
            "spacecraft_config": {
                "id": 35,
                "url": "https://ll.thespacedevs.com/2.0.0/config/spacecraft/35/?format=api",
                "name": "Progress-M",
                "type": {
                    "id": 4,
                    "name": "Cargo Resupply"
                },
                "agency": {
                    "id": 63,
                    "url": "https://ll.thespacedevs.com/2.0.0/agencies/63/?format=api",
                    "name": "Russian Federal Space Agency (ROSCOSMOS)",
                    "type": "Government"
                },
                "in_use": false,
                "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/progress-m_image_20231219141001.jpeg"
            }
        },
        {
            "id": 39,
            "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/39/?format=api",
            "name": "Space Shuttle Atlantis",
            "serial_number": "OV-104",
            "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.0.0/config/spacecraft/14/?format=api",
                "name": "Space Shuttle",
                "type": {
                    "id": 3,
                    "name": "Spaceplane"
                },
                "agency": {
                    "id": 44,
                    "url": "https://ll.thespacedevs.com/2.0.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": 164,
            "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/164/?format=api",
            "name": "Cygnus CRS OA-4",
            "serial_number": null,
            "status": {
                "id": 4,
                "name": "Single Use"
            },
            "description": "Cygnus CRS OA-4, also known as Orbital ATK CRS-4 and CRS Orb-4, was the fourth successful flight of the Orbital ATK uncrewed resupply spacecraft Cygnus and its third flight to the International Space Station under the Commercial Resupply Services contract with NASA. With the Antares rocket undergoing a redesign following its failure during the Orb-3 launch, OA-4 was launched by an Atlas V rocket. Following three launch delays due to inclement weather beginning on 3 December 2015, OA-4 was launched at 21:44 UTC on 6 December 2015. With a liftoff weight of 7,492 kilograms, OA-4 became the heaviest payload ever launched on an Atlas V. The spacecraft rendezvoused with and was berthed to the ISS on 9 December 2015. It was released on 19 February 2016 after 72 days at the station. Deorbit occurred on 20 February at approximately 16:00 UTC.",
            "spacecraft_config": {
                "id": 19,
                "url": "https://ll.thespacedevs.com/2.0.0/config/spacecraft/19/?format=api",
                "name": "Cygnus Enhanced",
                "type": {
                    "id": 4,
                    "name": "Cargo Resupply"
                },
                "agency": {
                    "id": 257,
                    "url": "https://ll.thespacedevs.com/2.0.0/agencies/257/?format=api",
                    "name": "Northrop Grumman Space Systems",
                    "type": "Commercial"
                },
                "in_use": true,
                "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/cygnus2520enhanced_image_20190207032513.jpeg"
            }
        },
        {
            "id": 203,
            "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/203/?format=api",
            "name": "Soyuz 4",
            "serial_number": "Soyuz 7K-OK (A) 11F615 #12",
            "status": {
                "id": 4,
                "name": "Single Use"
            },
            "description": "Soyuz 4 was a Soyuz spacecraft which launched on 14 January 1969 07:30 UTC. It launched three cosmonauts for a joint mission with Soyuz 5. The crew was Vladimir Shatalov, Aleksei Yeliseyev, and Yevgeny Khrunov.",
            "spacecraft_config": {
                "id": 1,
                "url": "https://ll.thespacedevs.com/2.0.0/config/spacecraft/1/?format=api",
                "name": "Soyuz",
                "type": {
                    "id": 2,
                    "name": "Capsule"
                },
                "agency": {
                    "id": 63,
                    "url": "https://ll.thespacedevs.com/2.0.0/agencies/63/?format=api",
                    "name": "Russian Federal Space Agency (ROSCOSMOS)",
                    "type": "Government"
                },
                "in_use": false,
                "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/soyuz_image_20201015191152.jpg"
            }
        },
        {
            "id": 38,
            "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/38/?format=api",
            "name": "Space Shuttle Discovery",
            "serial_number": "OV-103",
            "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.0.0/config/spacecraft/14/?format=api",
                "name": "Space Shuttle",
                "type": {
                    "id": 3,
                    "name": "Spaceplane"
                },
                "agency": {
                    "id": 44,
                    "url": "https://ll.thespacedevs.com/2.0.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"
            }
        }
    ]
}