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=360&ordering=-flights_count
{ "count": 590, "next": "https://ll.thespacedevs.com/2.2.0/spacecraft/?format=api&limit=10&offset=370&ordering=-flights_count", "previous": "https://ll.thespacedevs.com/2.2.0/spacecraft/?format=api&limit=10&offset=350&ordering=-flights_count", "results": [ { "id": 96, "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/96/?format=api", "name": "Soyuz TM-34", "serial_number": "Soyuz TM 11F732A51 #208", "is_placeholder": false, "in_space": false, "time_in_space": "P198DT17H37M45S", "time_docked": "P196DT12H48M15S", "flights_count": 1, "mission_ends_count": 1, "status": { "id": 4, "name": "Single Use" }, "description": "Soyuz TM-34 was a Soyuz spacecraft which launched on 25 April 2002 06:26 UTC. It transported two astronauts and one spaceflight participant to the International Space Station. The astronauts consisted of Yuri Gidzenko and Roberto Vittori. The participant was tourist Mark Shuttleworth.", "spacecraft_config": { "id": 41, "url": "https://ll.thespacedevs.com/2.2.0/config/spacecraft/41/?format=api", "name": "Soyuz TM", "type": { "id": 2, "name": "Capsule" }, "agency": { "id": 63, "url": "https://ll.thespacedevs.com/2.2.0/agencies/63/?format=api", "name": "Russian Federal Space Agency (ROSCOSMOS)", "type": "Government" }, "in_use": false, "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/soyuz_tm_image_20231228130713.jpeg" } }, { "id": 200, "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/200/?format=api", "name": "Soyuz 7", "serial_number": "Soyuz 7K-OK (A) 11F615 #15", "is_placeholder": false, "in_space": false, "time_in_space": "P4DT22H40M23S", "time_docked": "P0D", "flights_count": 1, "mission_ends_count": 1, "status": { "id": 4, "name": "Single Use" }, "description": "Soyuz 7 was a Soyuz spacecraft which launched on 12 October 1969 10:44 UTC. It launched three cosmonauts for a joint mission with Soyuz 6 and 8. The crew was Anatoly Filipchenko, Vladislav Volkov, and Viktor Gorbatko.", "spacecraft_config": { "id": 1, "url": "https://ll.thespacedevs.com/2.2.0/config/spacecraft/1/?format=api", "name": "Soyuz", "type": { "id": 2, "name": "Capsule" }, "agency": { "id": 63, "url": "https://ll.thespacedevs.com/2.2.0/agencies/63/?format=api", "name": "Russian Federal Space Agency (ROSCOSMOS)", "type": "Government" }, "in_use": false, "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/soyuz_image_20201015191152.jpg" } }, { "id": 99, "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/99/?format=api", "name": "Soyuz TM-31", "serial_number": "Soyuz TM 11F732A51 #205", "is_placeholder": false, "in_space": false, "time_in_space": "P186DT23H59M13S", "time_docked": "P184DT16H10M32S", "flights_count": 1, "mission_ends_count": 1, "status": { "id": 4, "name": "Single Use" }, "description": "Soyuz TM-31 was a Soyuz spacecraft which launched on 31 October 2003 07:52 UTC. It transported three members of the Expedition 1 crew to the International Space Station. The crew consisted of Yuri Gidzenko, Sergei Krikalev, and William Shepherd.", "spacecraft_config": { "id": 41, "url": "https://ll.thespacedevs.com/2.2.0/config/spacecraft/41/?format=api", "name": "Soyuz TM", "type": { "id": 2, "name": "Capsule" }, "agency": { "id": 63, "url": "https://ll.thespacedevs.com/2.2.0/agencies/63/?format=api", "name": "Russian Federal Space Agency (ROSCOSMOS)", "type": "Government" }, "in_use": false, "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/soyuz_tm_image_20231228130713.jpeg" } }, { "id": 102, "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/102/?format=api", "name": "Soyuz TM-28", "serial_number": "Soyuz TM 11F732A51 #77", "is_placeholder": false, "in_space": false, "time_in_space": "P198DT16H30M49S", "time_docked": "P176DT11H58M17S", "flights_count": 1, "mission_ends_count": 1, "status": { "id": 4, "name": "Single Use" }, "description": "Soyuz TM-28 was a Soyuz spacecraft which launched on 13 August 1998 09:43 UTC. It transported two members of the Expedition 26 and one cosmonaut to to Mir. The Expedition 26 crew consisted of Gennady Padalka and Sergei Avdeyev. Yuri Baturin spent 11 days on the station.", "spacecraft_config": { "id": 41, "url": "https://ll.thespacedevs.com/2.2.0/config/spacecraft/41/?format=api", "name": "Soyuz TM", "type": { "id": 2, "name": "Capsule" }, "agency": { "id": 63, "url": "https://ll.thespacedevs.com/2.2.0/agencies/63/?format=api", "name": "Russian Federal Space Agency (ROSCOSMOS)", "type": "Government" }, "in_use": false, "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/soyuz_tm_image_20231228130713.jpeg" } }, { "id": 130, "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/130/?format=api", "name": "Soyuz T-15", "serial_number": "Soyuz T 11F732 #21", "is_placeholder": false, "in_space": false, "time_in_space": "P125DT56S", "time_docked": "P173DT18H4M35S", "flights_count": 1, "mission_ends_count": 1, "status": { "id": 4, "name": "Single Use" }, "description": "Soyuz T-15 was a Soyuz spacecraft which launched on 13 March 1986 12:33 UTC. It transported two cosmonauts to Salyut 7 and Mir. The crew was Leonid Kizim and Vladimir Solovyov.", "spacecraft_config": { "id": 42, "url": "https://ll.thespacedevs.com/2.2.0/config/spacecraft/42/?format=api", "name": "Soyuz T", "type": { "id": 2, "name": "Capsule" }, "agency": { "id": 63, "url": "https://ll.thespacedevs.com/2.2.0/agencies/63/?format=api", "name": "Russian Federal Space Agency (ROSCOSMOS)", "type": "Government" }, "in_use": false, "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/soyuz_t_image_20231228134543.png" } }, { "id": 168, "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/168/?format=api", "name": "Cygnus CRS OA-8E", "serial_number": null, "is_placeholder": false, "in_space": false, "time_in_space": "P36DT34M9S", "time_docked": "P21DT7H48M", "flights_count": 1, "mission_ends_count": 1, "status": { "id": 4, "name": "Single Use" }, "description": "Cygnus CRS OA-8E, also known as Orbital ATK CRS-8E, was the ninth flight of the Orbital ATK unmanned resupply spacecraft Cygnus and its eighth flight to the International Space Station under the Commercial Resupply Services contract with NASA. Orbital and NASA jointly developed a new space transportation system to provide commercial cargo resupply services to the International Space Station (ISS). Under the Commercial Orbital Transportation System (COTS) program, then Orbital Sciences designed and built Antares, a medium-class launch vehicle; Cygnus, an advanced maneuvering spacecraft, and a Pressurized Cargo Module which is provided by Orbital's industrial partner Thales Alenia Space.", "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" } }, { "id": 51, "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/51/?format=api", "name": "Soyuz TMA-20M", "serial_number": "Soyuz TMA-M 11F732A47 #720", "is_placeholder": false, "in_space": false, "time_in_space": "P172DT3H46M18S", "time_docked": "P171DT18H42M30S", "flights_count": 1, "mission_ends_count": 1, "status": { "id": 4, "name": "Single Use" }, "description": "Soyuz TMA-20m is a Soyuz spacecraft launched on 18 March 2016 21:26 UTC. It transported three members of the Expedition 47 crew to the International Space Station. The crew consisted of Aleksey Ovchinin, Oleg Skripochka, and Jeffrey Williams.", "spacecraft_config": { "id": 39, "url": "https://ll.thespacedevs.com/2.2.0/config/spacecraft/39/?format=api", "name": "Soyuz TMA-M", "type": { "id": 2, "name": "Capsule" }, "agency": { "id": 63, "url": "https://ll.thespacedevs.com/2.2.0/agencies/63/?format=api", "name": "Russian Federal Space Agency (ROSCOSMOS)", "type": "Government" }, "in_use": false, "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/soyuz_tma-m_image_20231225092103.jpeg" } }, { "id": 212, "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/212/?format=api", "name": "Dragon C103", "serial_number": "C103", "is_placeholder": false, "in_space": false, "time_in_space": "P20DT18H46M53S", "time_docked": "P18DT23M", "flights_count": 1, "mission_ends_count": 1, "status": { "id": 2, "name": "Retired" }, "description": "First Commercial Resupply Services (CRS) mission for NASA, first non-demo mission. Falcon 9 rocket suffered a partial engine failure during launch but was able to deliver Dragon into orbit. However, a secondary payload did not reach its correct orbit.", "spacecraft_config": { "id": 3, "url": "https://ll.thespacedevs.com/2.2.0/config/spacecraft/3/?format=api", "name": "Dragon 1", "type": { "id": 2, "name": "Capsule" }, "agency": { "id": 121, "url": "https://ll.thespacedevs.com/2.2.0/agencies/121/?format=api", "name": "SpaceX", "type": "Commercial" }, "in_use": false, "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/crs-172520dragon2520berthing_image_20190318203226.jpeg" } }, { "id": 62, "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/62/?format=api", "name": "Soyuz TMA-09M", "serial_number": "Soyuz TMA-M 11F732A47 #709", "is_placeholder": false, "in_space": false, "time_in_space": "P166DT6H17M36S", "time_docked": "P165DT20H55M5S", "flights_count": 1, "mission_ends_count": 1, "status": { "id": 4, "name": "Single Use" }, "description": "Soyuz TMA-09M was a Soyuz spacecraft which launched on 28 May 2013 20:31 UTC. It transported three members of the Expedition 36 crew to the International Space Station. The crew consisted of Fyodor Yurchikhin, Karen L. Nyberg, and Luca Parmitano.", "spacecraft_config": { "id": 39, "url": "https://ll.thespacedevs.com/2.2.0/config/spacecraft/39/?format=api", "name": "Soyuz TMA-M", "type": { "id": 2, "name": "Capsule" }, "agency": { "id": 63, "url": "https://ll.thespacedevs.com/2.2.0/agencies/63/?format=api", "name": "Russian Federal Space Agency (ROSCOSMOS)", "type": "Government" }, "in_use": false, "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/soyuz_tma-m_image_20231225092103.jpeg" } }, { "id": 104, "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/104/?format=api", "name": "Soyuz TM-26", "serial_number": "Soyuz TM 11F732A51 #75", "is_placeholder": false, "in_space": false, "time_in_space": "P197DT17H34M6S", "time_docked": "P195DT12H50M43S", "flights_count": 1, "mission_ends_count": 1, "status": { "id": 4, "name": "Single Use" }, "description": "Soyuz TM-26 was a Soyuz spacecraft which launched on 5 August 1997 15:35 UTC. It transported two members of the Expedition 24 to Mir. The crew consisted of Anatoly Solovyev and Pavel Vinogradov.", "spacecraft_config": { "id": 41, "url": "https://ll.thespacedevs.com/2.2.0/config/spacecraft/41/?format=api", "name": "Soyuz TM", "type": { "id": 2, "name": "Capsule" }, "agency": { "id": 63, "url": "https://ll.thespacedevs.com/2.2.0/agencies/63/?format=api", "name": "Russian Federal Space Agency (ROSCOSMOS)", "type": "Government" }, "in_use": false, "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/soyuz_tm_image_20231228130713.jpeg" } } ] }