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=80&ordering=-flights_count
{ "count": 601, "next": "https://ll.thespacedevs.com/2.2.0/spacecraft/?format=api&limit=10&offset=90&ordering=-flights_count", "previous": "https://ll.thespacedevs.com/2.2.0/spacecraft/?format=api&limit=10&offset=70&ordering=-flights_count", "results": [ { "id": 520, "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/520/?format=api", "name": "Soyuz 7K-LOK No.2", "serial_number": "Soyuz 7K-LOK", "is_placeholder": false, "in_space": false, "time_in_space": "PT8M5S", "time_docked": "P0D", "flights_count": 1, "mission_ends_count": 1, "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.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": 429, "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/429/?format=api", "name": "Soyuz MS-14", "serial_number": "Soyuz MS 11F732A48 #743", "is_placeholder": false, "in_space": false, "time_in_space": "P15DT17H53M29S", "time_docked": "P10DT15H6M", "flights_count": 1, "mission_ends_count": 1, "status": { "id": 4, "name": "Single Use" }, "description": "Soyuz MS-14 is an unmanned flight of the Soyuz spacecraft intended to test a modification for the Launch Abort System.", "spacecraft_config": { "id": 38, "url": "https://ll.thespacedevs.com/2.2.0/config/spacecraft/38/?format=api", "name": "Soyuz MS", "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": true, "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/soyuz_ms_in_orb_image_20240313130407.jpeg" } }, { "id": 561, "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/561/?format=api", "name": "Progress MS-22", "serial_number": "MS-22 (No.452)", "is_placeholder": false, "in_space": false, "time_in_space": "P192DT20H42M24S", "time_docked": "P190DT15H4M10S", "flights_count": 1, "mission_ends_count": 1, "status": { "id": 4, "name": "Single Use" }, "description": "Progress MS-22 is a Progress spacecraft used by Roscosmos to resupply the International Space Station (ISS).", "spacecraft_config": { "id": 33, "url": "https://ll.thespacedevs.com/2.2.0/config/spacecraft/33/?format=api", "name": "Progress-MS", "type": { "id": 4, "name": "Cargo Resupply" }, "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": true, "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/progress-ms_image_20231219150735.jpeg" } }, { "id": 441, "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/441/?format=api", "name": "Soyuz MS-17", "serial_number": "Soyuz MS 11F732A48 #746", "is_placeholder": false, "in_space": false, "time_in_space": "P184DT23H9M56S", "time_docked": "P184DT16H12M31S", "flights_count": 1, "mission_ends_count": 1, "status": { "id": 4, "name": "Single Use" }, "description": "Soyuz MS-17 is a Soyuz spacecraft scheduled to launch in October 2020.\r\nIt will transport three members of the Expedition 63 crew to the International Space Station.", "spacecraft_config": { "id": 38, "url": "https://ll.thespacedevs.com/2.2.0/config/spacecraft/38/?format=api", "name": "Soyuz MS", "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": true, "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/soyuz_ms_in_orb_image_20240313130407.jpeg" } }, { "id": 596, "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/596/?format=api", "name": "Progress MS-28", "serial_number": "MS-28 (No.458)", "is_placeholder": false, "in_space": false, "time_in_space": "P194DT20H4M42S", "time_docked": "P192DT14H21M19S", "flights_count": 1, "mission_ends_count": 1, "status": { "id": 4, "name": "Single Use" }, "description": "Progress-MS 28 is a Progress spacecraft used by Roscosmos to resupply the International Space Station (ISS).", "spacecraft_config": { "id": 33, "url": "https://ll.thespacedevs.com/2.2.0/config/spacecraft/33/?format=api", "name": "Progress-MS", "type": { "id": 4, "name": "Cargo Resupply" }, "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": true, "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/progress-ms_image_20231219150735.jpeg" } }, { "id": 491, "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/491/?format=api", "name": "Soyuz 7K-OK No.6", "serial_number": "Soyuz 7K-OK (A) 11F615 #6", "is_placeholder": false, "in_space": false, "time_in_space": "P3DT14H30M1S", "time_docked": "PT3H30M", "flights_count": 1, "mission_ends_count": 1, "status": { "id": 4, "name": "Single Use" }, "description": "First generation Soyuz used for a test flight.", "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": 173, "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/173/?format=api", "name": "Kounotori 3", "serial_number": "HTV-3", "is_placeholder": false, "in_space": false, "time_in_space": "P55DT3H20M42S", "time_docked": "P45DT23H27M", "flights_count": 1, "mission_ends_count": 1, "status": { "id": 4, "name": "Single Use" }, "description": "Kounotori 3, also known as HTV-3, is the third Japanese H-II Transfer Vehicle. It was launched on 21 July 2012 to resupply the International Space Station (ISS) aboard the H-IIB Launch Vehicle No. 3 (H-IIB F3) manufactured by MHI and JAXA. Kounotori 3 arrived at the ISS on 27 July 2012, and Expedition 32 Flight Engineer and JAXA astronaut Akihiko Hoshide used the International Space Station's Canadarm2 robotic arm to install Kounotori 3, to its docking port on the Earth-facing side of the Harmony module at 14:34 GMT.", "spacecraft_config": { "id": 18, "url": "https://ll.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://ll.thespacedevs.com/2.2.0/agencies/37/?format=api", "name": "Japan Aerospace Exploration Agency", "type": "Government" }, "in_use": false, "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/htv-4_captured__image_20240325122159.jpeg" } }, { "id": 445, "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/445/?format=api", "name": "Progress MS-15", "serial_number": "MS-15 (No.444)", "is_placeholder": false, "in_space": false, "time_in_space": "P200DT18H46M46S", "time_docked": "P200DT11H32M", "flights_count": 1, "mission_ends_count": 1, "status": { "id": 4, "name": "Single Use" }, "description": "Progress MS-15 is a Progress spacecraft used by Roscosmos to resupply the International Space Station (ISS).", "spacecraft_config": { "id": 33, "url": "https://ll.thespacedevs.com/2.2.0/config/spacecraft/33/?format=api", "name": "Progress-MS", "type": { "id": 4, "name": "Cargo Resupply" }, "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": true, "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/progress-ms_image_20231219150735.jpeg" } }, { "id": 293, "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/293/?format=api", "name": "Progress M-MIM2", "serial_number": "Progress M-MIM2 (No.302)", "is_placeholder": false, "in_space": false, "time_in_space": "P27DT15H4M56S", "time_docked": "P25DT8H35M", "flights_count": 1, "mission_ends_count": 1, "status": { "id": 4, "name": "Single Use" }, "description": "Progress M-MIM2 (Russian: Прогресс М-МИМ2) was a modified Progress spacecraft used to deliver the Poisk module to the International Space Station.", "spacecraft_config": { "id": 8, "url": "https://ll.thespacedevs.com/2.2.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.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/progress_7k-tg_image_20231220085840.png" } }, { "id": 405, "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/405/?format=api", "name": "Progress 11", "serial_number": "Progress 11 (No.111)", "is_placeholder": false, "in_space": false, "time_in_space": "P73DT22H50M5S", "time_docked": "P69DT17H20M", "flights_count": 1, "mission_ends_count": 1, "status": { "id": 4, "name": "Single Use" }, "description": "Progress 11 (Russian: Прогресс 11), was a Progress spacecraft used to resupply the space station Salyut 6.", "spacecraft_config": { "id": 8, "url": "https://ll.thespacedevs.com/2.2.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.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/progress_7k-tg_image_20231220085840.png" } } ] }