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=390&ordering=-mission_ends_count
{ "count": 603, "next": "https://lldev.thespacedevs.com/2.2.0/spacecraft/?format=api&limit=10&offset=400&ordering=-mission_ends_count", "previous": "https://lldev.thespacedevs.com/2.2.0/spacecraft/?format=api&limit=10&offset=380&ordering=-mission_ends_count", "results": [ { "id": 116, "url": "https://lldev.thespacedevs.com/2.2.0/spacecraft/116/?format=api", "name": "Soyuz TM-14", "serial_number": "Soyuz TM 11F732A51 #64", "is_placeholder": false, "in_space": false, "time_in_space": "P145DT14H10M30S", "time_docked": "P143DT9H13M57S", "flights_count": 1, "mission_ends_count": 1, "status": { "id": 4, "name": "Single Use" }, "description": "Soyuz TM-14 was a Soyuz spacecraft which launched on 17 March 1992 10:54 UTC. It transported two members of the Expedition 11 crew and one German astronaut to Mir. The Expedition 11 crew consisted Alexander Viktorenko and Alexander Kaleri. The astronaut was ESA astronaut Klaus-Dietrich Flade.", "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": 201, "url": "https://lldev.thespacedevs.com/2.2.0/spacecraft/201/?format=api", "name": "Soyuz 6", "serial_number": "Soyuz 7K-OK 11F615 #14", "is_placeholder": false, "in_space": false, "time_in_space": "P4DT22H42M47S", "time_docked": "P0D", "flights_count": 1, "mission_ends_count": 1, "status": { "id": 4, "name": "Single Use" }, "description": "Soyuz 6 was a Soyuz spacecraft which launched on 11 October 1969 11:10 UTC. It launched two cosmonauts for a joint mission with Soyuz 7 and 8. The crew was \tGeorgi Shonin and Valeri Kubasov.", "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": 130, "url": "https://lldev.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://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": 174, "url": "https://lldev.thespacedevs.com/2.2.0/spacecraft/174/?format=api", "name": "Kounotori 4", "serial_number": "HTV-4", "is_placeholder": false, "in_space": false, "time_in_space": "P34DT10H48M14S", "time_docked": "P25DT20H39M", "flights_count": 1, "mission_ends_count": 1, "status": { "id": 4, "name": "Single Use" }, "description": "Kounotori 4, also known as HTV-4, was the fourth flight of the H-II Transfer Vehicle, an unmanned cargo spacecraft launched in August 2013 to resupply the International Space Station. It launched from Tanegashima Space Center aboard H-IIB rocket on August 3, 2013 and connected to ISS by August 9, 2013; it carried 5.4 tons of cargo. Kounotori 4 undocked on September 4, 2013 and was destroyed by reentry on 7 September 2013.", "spacecraft_config": { "id": 18, "url": "https://lldev.thespacedevs.com/2.2.0/config/spacecraft/18/?format=api", "name": "H-II Transfer Vehicle (HTV)", "type": { "id": 4, "name": "Cargo Resupply" }, "agency": { "id": 37, "url": "https://lldev.thespacedevs.com/2.2.0/agencies/37/?format=api", "name": "Japan Aerospace Exploration Agency", "type": "Government" }, "in_use": false, "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/htv-4_captured__image_20240325122159.jpeg" } }, { "id": 184, "url": "https://lldev.thespacedevs.com/2.2.0/spacecraft/184/?format=api", "name": "Soyuz 23", "serial_number": "Soyuz 7K-T/A9 11F615A9 #65", "is_placeholder": false, "in_space": false, "time_in_space": "P2DT6M35S", "time_docked": "P0D", "flights_count": 1, "mission_ends_count": 1, "status": { "id": 4, "name": "Single Use" }, "description": "Soyuz 23 was a Soyuz spacecraft which launched on 14 October 1976 17:39 UTC. It transported two cosmonauts on the second flight to Salyut 5. Docking failed due to a docking system failure. The crew was Vyacheslav Zudov and Valery Rozhdestvensky.", "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": 137, "url": "https://lldev.thespacedevs.com/2.2.0/spacecraft/137/?format=api", "name": "Soyuz T-9", "serial_number": "Soyuz T 11F732 #14", "is_placeholder": false, "in_space": false, "time_in_space": "P149DT10H45M42S", "time_docked": "P148DT5H54M", "flights_count": 1, "mission_ends_count": 1, "status": { "id": 4, "name": "Single Use" }, "description": "Soyuz T-9 was a Soyuz spacecraft which launched on 27 June 1983 09:12 UTC. It transported three cosmonauts of EO-2 to Salyut 7. The EO-2 crew was Vladimir Lyakhov and Aleksandr Pavlovich Aleksandrov.", "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": 563, "url": "https://lldev.thespacedevs.com/2.2.0/spacecraft/563/?format=api", "name": "Progress MS-24", "serial_number": "MS-24 (No.454)", "is_placeholder": false, "in_space": false, "time_in_space": "P174DT4H7M50S", "time_docked": "P171DT20H23M", "flights_count": 1, "mission_ends_count": 1, "status": { "id": 4, "name": "Single Use" }, "description": "Progress MS-24 is a Progress spacecraft used by Roscosmos to resupply the International Space Station (ISS).", "spacecraft_config": { "id": 33, "url": "https://lldev.thespacedevs.com/2.2.0/config/spacecraft/33/?format=api", "name": "Progress-MS", "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": true, "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/progress-ms_image_20231219150735.jpeg" } }, { "id": 72, "url": "https://lldev.thespacedevs.com/2.2.0/spacecraft/72/?format=api", "name": "Soyuz TMA-21", "serial_number": "Soyuz TMA 11F732A17 #231", "is_placeholder": false, "in_space": false, "time_in_space": "P164DT5H40M40S", "time_docked": "P162DT1H29M", "flights_count": 1, "mission_ends_count": 1, "status": { "id": 4, "name": "Single Use" }, "description": "Soyuz TMA-21 was a Soyuz spacecraft which launched on 4 April 2011 22:18 UTC. It transported three members of the Expedition 27 crew to the International Space Station. The crew consisted of Aleksandr Samokutyayev, Andrei Borisenko, and Ronald J. Garan.", "spacecraft_config": { "id": 40, "url": "https://lldev.thespacedevs.com/2.2.0/config/spacecraft/40/?format=api", "name": "Soyuz TMA", "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_tma_image_20231225093222.jpeg" } }, { "id": 237, "url": "https://lldev.thespacedevs.com/2.2.0/spacecraft/237/?format=api", "name": "Progress MS-07", "serial_number": "Progress MS-07 (No.437)", "is_placeholder": false, "in_space": false, "time_in_space": "P193DT15H13M7S", "time_docked": "P163DT2H13M", "flights_count": 1, "mission_ends_count": 1, "status": { "id": 4, "name": "Single Use" }, "description": "Progress MS-07 (Russian: Прогресс МC-07), identified by NASA as Progress 68 or 68P, is a Progress spacecraft used by Roscosmos to resupply the International Space Station.", "spacecraft_config": { "id": 33, "url": "https://lldev.thespacedevs.com/2.2.0/config/spacecraft/33/?format=api", "name": "Progress-MS", "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": true, "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/progress-ms_image_20231219150735.jpeg" } }, { "id": 150, "url": "https://lldev.thespacedevs.com/2.2.0/spacecraft/150/?format=api", "name": "Soyuz 34", "serial_number": "Soyuz 7K-T 11F615A8 #50", "is_placeholder": false, "in_space": false, "time_in_space": "P73DT18H16M45S", "time_docked": "P71DT12H34M", "flights_count": 1, "mission_ends_count": 1, "status": { "id": 4, "name": "Single Use" }, "description": "Soyuz 34 was a Soyuz spacecraft which launched on 6 June 1979 18:12 UTC. It launched with no crew, but was used as a spacecraft down for two cosmonauts of EO-3 from 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" } } ] }