Spacecraft List
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&offset=390
{ "count": 600, "next": "https://lldev.thespacedevs.com/2.0.0/spacecraft/?format=api&limit=10&offset=400", "previous": "https://lldev.thespacedevs.com/2.0.0/spacecraft/?format=api&limit=10&offset=380", "results": [ { "id": 106, "url": "https://lldev.thespacedevs.com/2.0.0/spacecraft/106/?format=api", "name": "Soyuz TM-24", "serial_number": "Soyuz TM 11F732A51 #73", "status": { "id": 4, "name": "Single Use" }, "description": "Soyuz TM-24 was a Soyuz spacecraft which launched on 17 August 1996 13:18 UTC. It transported two members of the Expedition 22 and a French astronaut to Mir. The Expedition 22 crew consisted of Valery Korzun and Aleksandr Kaleri. The ESA astronaut was Claudie André-Deshays.", "spacecraft_config": { "id": 41, "url": "https://lldev.thespacedevs.com/2.0.0/config/spacecraft/41/?format=api", "name": "Soyuz TM", "type": { "id": 2, "name": "Capsule" }, "agency": { "id": 63, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/63/?format=api", "name": "Russian Federal Space Agency (ROSCOSMOS)", "type": "Government" }, "in_use": false, "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/soyuz_tm_image_20231228130713.jpeg" } }, { "id": 89, "url": "https://lldev.thespacedevs.com/2.0.0/spacecraft/89/?format=api", "name": "Soyuz TMA-4", "serial_number": "Soyuz TMA 11F732A17 #214", "status": { "id": 4, "name": "Single Use" }, "description": "Soyuz TMA-4 was a Soyuz spacecraft which launched on 19 April 2004 03:19 UTC. It transported two members of the Expedition 9 crew and one astronaut to the International Space Station. The Expedition 9 crew consisted of Gennady Padalka and Michael Fincke. The astronaut was ESA astronaut André Kuipers.", "spacecraft_config": { "id": 40, "url": "https://lldev.thespacedevs.com/2.0.0/config/spacecraft/40/?format=api", "name": "Soyuz TMA", "type": { "id": 2, "name": "Capsule" }, "agency": { "id": 63, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/63/?format=api", "name": "Russian Federal Space Agency (ROSCOSMOS)", "type": "Government" }, "in_use": false, "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/soyuz_tma_image_20231225093222.jpeg" } }, { "id": 111, "url": "https://lldev.thespacedevs.com/2.0.0/spacecraft/111/?format=api", "name": "Soyuz TM-19", "serial_number": "Soyuz TM 11F732A51 #68", "status": { "id": 4, "name": "Single Use" }, "description": "Soyuz TM-19 was a Soyuz spacecraft which launched on 1 July 1994 12:24 UTC. It transported two members of the Expedition 16 crew to Mir. The crew consisted of Yuri Malenchenko and Talgat Musabayev.", "spacecraft_config": { "id": 41, "url": "https://lldev.thespacedevs.com/2.0.0/config/spacecraft/41/?format=api", "name": "Soyuz TM", "type": { "id": 2, "name": "Capsule" }, "agency": { "id": 63, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/63/?format=api", "name": "Russian Federal Space Agency (ROSCOSMOS)", "type": "Government" }, "in_use": false, "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/soyuz_tm_image_20231228130713.jpeg" } }, { "id": 93, "url": "https://lldev.thespacedevs.com/2.0.0/spacecraft/93/?format=api", "name": "Apollo CSM-116", "serial_number": "CSM-116", "status": { "id": 4, "name": "Single Use" }, "description": "CSM-116 was an Apollo Command & Service Module used in the Skylab 2 mission.", "spacecraft_config": { "id": 10, "url": "https://lldev.thespacedevs.com/2.0.0/config/spacecraft/10/?format=api", "name": "Apollo Command/Service Module", "type": { "id": 2, "name": "Capsule" }, "agency": { "id": 999, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/999/?format=api", "name": "North American Aviation", "type": "Commercial" }, "in_use": false, "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/apollo2520command2fservice2520module_image_20190207032507.jpeg" } }, { "id": 136, "url": "https://lldev.thespacedevs.com/2.0.0/spacecraft/136/?format=api", "name": "Soyuz 7K-ST No. 16L", "serial_number": "Soyuz T 11F732 #16", "status": { "id": 4, "name": "Single Use" }, "description": "Soyuz Soyuz 7K-ST No. 16L was a Soyuz spacecraft which failed to launch on 26 September 1983. The Launch Escape System activated at approx T-90, six seconds before the launch vehicle exploded. It was intended to transport two cosmonauts to Salyut 7. The crew was Vladimir Titov and Gennady Strekalov.", "spacecraft_config": { "id": 1, "url": "https://lldev.thespacedevs.com/2.0.0/config/spacecraft/1/?format=api", "name": "Soyuz", "type": { "id": 2, "name": "Capsule" }, "agency": { "id": 63, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/63/?format=api", "name": "Russian Federal Space Agency (ROSCOSMOS)", "type": "Government" }, "in_use": false, "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/soyuz_image_20201015191152.jpg" } }, { "id": 160, "url": "https://lldev.thespacedevs.com/2.0.0/spacecraft/160/?format=api", "name": "Cygnus 1", "serial_number": null, "status": { "id": 4, "name": "Single Use" }, "description": "Cygnus Orb-D1, also known as Cygnus 1 and Orbital Sciences COTS Demo Flight, was the first flight of the Cygnus unmanned resupply spacecraft developed by Orbital Sciences Corporation. It was named after the late NASA astronaut and Orbital Sciences executive G. David Low. The flight was carried out by Orbital Sciences under contract to NASA as Cygnus' demonstration mission in the Commercial Orbital Transportation Services (COTS) program. Cygnus was the seventh type of spacecraft to visit the ISS, after the manned Soyuz and Space Shuttle, and unmanned Progress, ATV, HTV and Dragon.", "spacecraft_config": { "id": 5, "url": "https://lldev.thespacedevs.com/2.0.0/config/spacecraft/5/?format=api", "name": "Cygnus Standard", "type": { "id": 4, "name": "Cargo Resupply" }, "agency": { "id": 257, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/257/?format=api", "name": "Northrop Grumman Space Systems", "type": "Commercial" }, "in_use": false, "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/cygnus2520standard_image_20190207032514.jpeg" } }, { "id": 95, "url": "https://lldev.thespacedevs.com/2.0.0/spacecraft/95/?format=api", "name": "Apollo CSM-118", "serial_number": "CSM-118", "status": { "id": 4, "name": "Single Use" }, "description": "CSM-118 was an Apollo Command & Service Module used in the Skylab 4 mission.", "spacecraft_config": { "id": 10, "url": "https://lldev.thespacedevs.com/2.0.0/config/spacecraft/10/?format=api", "name": "Apollo Command/Service Module", "type": { "id": 2, "name": "Capsule" }, "agency": { "id": 999, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/999/?format=api", "name": "North American Aviation", "type": "Commercial" }, "in_use": false, "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/apollo2520command2fservice2520module_image_20190207032507.jpeg" } }, { "id": 123, "url": "https://lldev.thespacedevs.com/2.0.0/spacecraft/123/?format=api", "name": "Soyuz TM-7", "serial_number": "Soyuz TM 11F732A51 #57", "status": { "id": 4, "name": "Single Use" }, "description": "Soyuz TM-7 was a Soyuz spacecraft which launched on 26 November 1988 15:49 UTC. It transported two members of the Expedition 4 crew and a French astronaut to Mir. The Expedition 4 crew consisted of Alexander Volkov and Sergei Krikalyov. The French astronaut was Jean-Loup Chrétien.", "spacecraft_config": { "id": 41, "url": "https://lldev.thespacedevs.com/2.0.0/config/spacecraft/41/?format=api", "name": "Soyuz TM", "type": { "id": 2, "name": "Capsule" }, "agency": { "id": 63, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/63/?format=api", "name": "Russian Federal Space Agency (ROSCOSMOS)", "type": "Government" }, "in_use": false, "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/soyuz_tm_image_20231228130713.jpeg" } }, { "id": 37, "url": "https://lldev.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://lldev.thespacedevs.com/2.0.0/config/spacecraft/14/?format=api", "name": "Space Shuttle", "type": { "id": 3, "name": "Spaceplane" }, "agency": { "id": 44, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/44/?format=api", "name": "National Aeronautics and Space Administration", "type": "Government" }, "in_use": false, "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/space2520shuttle_image_20190207032524.jpeg" } }, { "id": 85, "url": "https://lldev.thespacedevs.com/2.0.0/spacecraft/85/?format=api", "name": "Soyuz TMA-8", "serial_number": "Soyuz TMA 11F732A17 #218", "status": { "id": 4, "name": "Single Use" }, "description": "Soyuz TMA-8 was a Soyuz spacecraft which launched on 30 March 2006 02:30 UTC. It transported two members of the Expedition 13 crew and one participant to the International Space Station. The Expedition 13 crew consisted of Pavel Vinogradov and Jeffrey Williams. The participant was Brazilian Marcos Pontes.", "spacecraft_config": { "id": 40, "url": "https://lldev.thespacedevs.com/2.0.0/config/spacecraft/40/?format=api", "name": "Soyuz TMA", "type": { "id": 2, "name": "Capsule" }, "agency": { "id": 63, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/63/?format=api", "name": "Russian Federal Space Agency (ROSCOSMOS)", "type": "Government" }, "in_use": false, "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/soyuz_tma_image_20231225093222.jpeg" } } ] }