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', '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&offset=260&ordering=-flights_count
{ "count": 601, "next": "https://lldev.thespacedevs.com/2.2.0/spacecraft/?format=api&limit=10&offset=270&ordering=-flights_count", "previous": "https://lldev.thespacedevs.com/2.2.0/spacecraft/?format=api&limit=10&offset=250&ordering=-flights_count", "results": [ { "id": 164, "url": "https://lldev.thespacedevs.com/2.2.0/spacecraft/164/?format=api", "name": "Cygnus CRS OA-4", "serial_number": null, "is_placeholder": false, "in_space": false, "time_in_space": "P75DT18H15M3S", "time_docked": "P71DT23H19M", "flights_count": 1, "mission_ends_count": 1, "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://lldev.thespacedevs.com/2.2.0/config/spacecraft/19/?format=api", "name": "Cygnus Enhanced", "type": { "id": 4, "name": "Cargo Resupply" }, "agency": { "id": 257, "url": "https://lldev.thespacedevs.com/2.2.0/agencies/257/?format=api", "name": "Northrop Grumman Space Systems", "type": "Commercial" }, "in_use": true, "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/cygnus2520enhanced_image_20190207032513.jpeg" } }, { "id": 152, "url": "https://lldev.thespacedevs.com/2.2.0/spacecraft/152/?format=api", "name": "Soyuz 32", "serial_number": "Soyuz 7K-T 11F615A8 #48", "is_placeholder": false, "in_space": false, "time_in_space": "P108DT4H24M37S", "time_docked": "P106DT20H21M5S", "flights_count": 1, "mission_ends_count": 1, "status": { "id": 4, "name": "Single Use" }, "description": "Soyuz 32 was a Soyuz spacecraft which launched on 25 February 1979 11:53 UTC. It transported two cosmonauts of EO-3 to Salyut 6. The crew was Vladimir Lyakhov and Valery Ryumin.", "spacecraft_config": { "id": 1, "url": "https://lldev.thespacedevs.com/2.2.0/config/spacecraft/1/?format=api", "name": "Soyuz", "type": { "id": 2, "name": "Capsule" }, "agency": { "id": 63, "url": "https://lldev.thespacedevs.com/2.2.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": 602, "url": "https://lldev.thespacedevs.com/2.2.0/spacecraft/602/?format=api", "name": "Tianzhou-8", "serial_number": "8", "is_placeholder": false, "in_space": false, "time_in_space": "P235DT7H28M42S", "time_docked": "P234DT12H37M", "flights_count": 1, "mission_ends_count": 1, "status": { "id": 4, "name": "Single Use" }, "description": "Eighth operational Tianzhou spacecraft", "spacecraft_config": { "id": 25, "url": "https://lldev.thespacedevs.com/2.2.0/config/spacecraft/25/?format=api", "name": "Tianzhou", "type": { "id": 4, "name": "Cargo Resupply" }, "agency": { "id": 88, "url": "https://lldev.thespacedevs.com/2.2.0/agencies/88/?format=api", "name": "China Aerospace Science and Technology Corporation", "type": "Government" }, "in_use": true, "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/tianzhou_image_20210513100807.jpg" } }, { "id": 597, "url": "https://lldev.thespacedevs.com/2.2.0/spacecraft/597/?format=api", "name": "Soyuz MS-26", "serial_number": "11F732 #757", "is_placeholder": false, "in_space": false, "time_in_space": "P220DT8H57M23S", "time_docked": "P220DT2H25M28S", "flights_count": 1, "mission_ends_count": 1, "status": { "id": 1, "name": "Active" }, "description": "Spacecraft launched to the ISS in September 2024.", "spacecraft_config": { "id": 38, "url": "https://lldev.thespacedevs.com/2.2.0/config/spacecraft/38/?format=api", "name": "Soyuz MS", "type": { "id": 2, "name": "Capsule" }, "agency": { "id": 63, "url": "https://lldev.thespacedevs.com/2.2.0/agencies/63/?format=api", "name": "Russian Federal Space Agency (ROSCOSMOS)", "type": "Government" }, "in_use": true, "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/soyuz_ms_in_orb_image_20240313130407.jpeg" } }, { "id": 478, "url": "https://lldev.thespacedevs.com/2.2.0/spacecraft/478/?format=api", "name": "Cygnus CRS NG-16 (S.S. Ellison Onizuka)", "serial_number": null, "is_placeholder": false, "in_space": false, "time_in_space": "P126DT8H23M55S", "time_docked": "P100DT5H54M", "flights_count": 1, "mission_ends_count": 1, "status": { "id": 4, "name": "Single Use" }, "description": "This is the sixteenth flight to the ISS by the Cygnus spacecraft under the CRS program and their fifth under the CRS-2 program. This is also the 12th use of the enhanced size Cygnus.", "spacecraft_config": { "id": 19, "url": "https://lldev.thespacedevs.com/2.2.0/config/spacecraft/19/?format=api", "name": "Cygnus Enhanced", "type": { "id": 4, "name": "Cargo Resupply" }, "agency": { "id": 257, "url": "https://lldev.thespacedevs.com/2.2.0/agencies/257/?format=api", "name": "Northrop Grumman Space Systems", "type": "Commercial" }, "in_use": true, "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/cygnus2520enhanced_image_20190207032513.jpeg" } }, { "id": 369, "url": "https://lldev.thespacedevs.com/2.2.0/spacecraft/369/?format=api", "name": "Progress M-4", "serial_number": "Progress M-4 (No.204)", "is_placeholder": false, "in_space": false, "time_in_space": "P36DT7H42M8S", "time_docked": "P31DT7H16M30S", "flights_count": 1, "mission_ends_count": 1, "status": { "id": 4, "name": "Single Use" }, "description": "Progress M-4 (Russian: Прогресс М-4), was a Progress spacecraft used to resupply the space station Mir.", "spacecraft_config": { "id": 35, "url": "https://lldev.thespacedevs.com/2.2.0/config/spacecraft/35/?format=api", "name": "Progress-M", "type": { "id": 4, "name": "Cargo Resupply" }, "agency": { "id": 63, "url": "https://lldev.thespacedevs.com/2.2.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/progress-m_image_20231219141001.jpeg" } }, { "id": 144, "url": "https://lldev.thespacedevs.com/2.2.0/spacecraft/144/?format=api", "name": "Soyuz 40", "serial_number": "Soyuz 7K-T 11F615A8 #56", "is_placeholder": false, "in_space": false, "time_in_space": "P7DT20H41M52S", "time_docked": "P6DT15H47M", "flights_count": 1, "mission_ends_count": 1, "status": { "id": 4, "name": "Single Use" }, "description": "Soyuz 40 was a Soyuz spacecraft which launched on 14 May 1981 17:16 UTC. It transported two cosmonauts of EP-10 to Salyut 6. The crew was Leonid Popov and Dumitru Prunariu.", "spacecraft_config": { "id": 1, "url": "https://lldev.thespacedevs.com/2.2.0/config/spacecraft/1/?format=api", "name": "Soyuz", "type": { "id": 2, "name": "Capsule" }, "agency": { "id": 63, "url": "https://lldev.thespacedevs.com/2.2.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": 109, "url": "https://lldev.thespacedevs.com/2.2.0/spacecraft/109/?format=api", "name": "Soyuz TM-21", "serial_number": "Soyuz TM 11F732A51 #70", "is_placeholder": false, "in_space": false, "time_in_space": "P181DT40M26S", "time_docked": "P178DT19H45M19S", "flights_count": 1, "mission_ends_count": 1, "status": { "id": 4, "name": "Single Use" }, "description": "Soyuz TM-21 was a Soyuz spacecraft which launched on 14 March 1995 06:11 UTC. It transported two members of the Expedition 19 crew and one American astronaut to Mir. The Expedition 18 crew consisted of Vladimir Dezhurov and Gennady Strekalov. The American astronaut was Norman Thagard. It marked the fist time an american launched on board a Russian vehicle.", "spacecraft_config": { "id": 41, "url": "https://lldev.thespacedevs.com/2.2.0/config/spacecraft/41/?format=api", "name": "Soyuz TM", "type": { "id": 2, "name": "Capsule" }, "agency": { "id": 63, "url": "https://lldev.thespacedevs.com/2.2.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": 138, "url": "https://lldev.thespacedevs.com/2.2.0/spacecraft/138/?format=api", "name": "Soyuz T-8", "serial_number": "Soyuz T 11F732 #13", "is_placeholder": false, "in_space": false, "time_in_space": "P2DT17M48S", "time_docked": "P0D", "flights_count": 1, "mission_ends_count": 1, "status": { "id": 4, "name": "Single Use" }, "description": "Soyuz T-8 was a Soyuz spacecraft which launched on 20 April 1983 13:10 UTC. It intended to transport three cosmonauts to Salyut 7, but the spacecraft failed to dock. The crew was Vladimir Titov, Gennady Strekalov, and Aleksandr Serebrov.", "spacecraft_config": { "id": 42, "url": "https://lldev.thespacedevs.com/2.2.0/config/spacecraft/42/?format=api", "name": "Soyuz T", "type": { "id": 2, "name": "Capsule" }, "agency": { "id": 63, "url": "https://lldev.thespacedevs.com/2.2.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_t_image_20231228134543.png" } }, { "id": 515, "url": "https://lldev.thespacedevs.com/2.2.0/spacecraft/515/?format=api", "name": "Soyuz 7K-L1S No.1", "serial_number": "Soyuz 7K-L1S", "is_placeholder": false, "in_space": false, "time_in_space": "PT11M53S", "time_docked": "P0D", "flights_count": 1, "mission_ends_count": 1, "status": { "id": 3, "name": "Destroyed" }, "description": "The Soyuz 7K-L1 \"Zond\" spacecraft was designed to launch men from the Earth to circle the Moon without going into lunar orbit in the context of the Soviet crewed Moon-flyby program in the Moon race. It was based on the Soyuz 7K-OK.", "spacecraft_config": { "id": 1, "url": "https://lldev.thespacedevs.com/2.2.0/config/spacecraft/1/?format=api", "name": "Soyuz", "type": { "id": 2, "name": "Capsule" }, "agency": { "id": 63, "url": "https://lldev.thespacedevs.com/2.2.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" } } ] }