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=160&ordering=mission_ends_count
{ "count": 601, "next": "https://ll.thespacedevs.com/2.2.0/spacecraft/?format=api&limit=10&offset=170&ordering=mission_ends_count", "previous": "https://ll.thespacedevs.com/2.2.0/spacecraft/?format=api&limit=10&offset=150&ordering=mission_ends_count", "results": [ { "id": 140, "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/140/?format=api", "name": "Soyuz T-6", "serial_number": "Soyuz T 11F732 #9", "is_placeholder": false, "in_space": false, "time_in_space": "P7DT21H50M52S", "time_docked": "P6DT17H17M", "flights_count": 1, "mission_ends_count": 1, "status": { "id": 4, "name": "Single Use" }, "description": "Soyuz T-6 was a Soyuz spacecraft which launched on 24 June 1982 16:29 UTC. It transported three cosmonauts of EP-1 to Salyut 7. The crew was Vladimir Dzhanibekov,\r\nAleksandr Ivanchenkov, and Jean-Loup Chrétien.", "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": 512, "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/512/?format=api", "name": "Soyuz 7K-L1 No.13", "serial_number": "Soyuz 7K-L1 #13", "is_placeholder": false, "in_space": false, "time_in_space": "PT12H15M24S", "time_docked": "P0D", "flights_count": 1, "mission_ends_count": 1, "status": { "id": 4, "name": "Single Use" }, "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://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": 166, "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/166/?format=api", "name": "Cygnus CRS OA-5", "serial_number": null, "is_placeholder": false, "in_space": false, "time_in_space": "P40DT23H50M24S", "time_docked": "P28DT23H57M", "flights_count": 1, "mission_ends_count": 1, "status": { "id": 4, "name": "Single Use" }, "description": "Cygnus CRS OA-5, also known as Orbital Sciences CRS Flight 5, was the seventh planned flight of the Orbital Sciences' unmanned resupply spacecraft Cygnus and its sixth 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, Orbital 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.\r\n\r\nThe Cygnus spacecraft for this mission is named the S.S. Alan Poindexter in honor to astronaut Alan G. Poindexter, a deceased space shuttle commander. Poindexter was selected in the 1998 NASA Group (G17) and went into orbit aboard Space Shuttle missions STS-122 and STS-131.", "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": 247, "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/247/?format=api", "name": "Progress M-26M", "serial_number": "Progress M-26M (No.425)", "is_placeholder": false, "in_space": false, "time_in_space": "P178DT3H16M43S", "time_docked": "P177DT17H22M", "flights_count": 1, "mission_ends_count": 1, "status": { "id": 4, "name": "Single Use" }, "description": "Progress M-26M (Russian: Прогресс М-26М), identified by NASA as Progress 58 or 58P, is a Progress spacecraft used by Roskosmos to resupply the International Space Station.", "spacecraft_config": { "id": 34, "url": "https://ll.thespacedevs.com/2.2.0/config/spacecraft/34/?format=api", "name": "Progress-M (modified)", "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-m_252_image_20231219140115.jpeg" } }, { "id": 170, "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/170/?format=api", "name": "Cygnus NG-10", "serial_number": null, "is_placeholder": false, "in_space": false, "time_in_space": "P100DT3M38S", "time_docked": "P81DT5H48M", "flights_count": 1, "mission_ends_count": 1, "status": { "id": 4, "name": "Single Use" }, "description": "Cygnus NG-10, previously known as CRS OA-10E, is the eleventh flight of the Northrop Grumman unmanned resupply spacecraft Cygnus and its tenth flight to the International Space Station under the Commercial Resupply Services contract with NASA. The mission launched on 17 November 2018 at 4:01 AM EST. This particular mission is part of an extension of the initial CRS contract that enables NASA to cover the ISS resupply needs until the Commercial Resupply Services 2 contract enters in effect.", "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": 238, "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/238/?format=api", "name": "Progress MS-06", "serial_number": "Progress MS-06 (No.436)", "is_placeholder": false, "in_space": false, "time_in_space": "P196DT15H42M47S", "time_docked": "P194DT13H26M", "flights_count": 1, "mission_ends_count": 1, "status": { "id": 4, "name": "Single Use" }, "description": "Progress MS-06 (Russian: Прогресс МC-06), identified by NASA as Progress 67 or 67P, is a Progress spacecraft used by Roscosmos to resupply the International Space Station.", "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": 244, "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/244/?format=api", "name": "Progress M-29M", "serial_number": "Progress M-29M (No.429)", "is_placeholder": false, "in_space": false, "time_in_space": "P189DT20H41M20S", "time_docked": "P180DT15H23M", "flights_count": 1, "mission_ends_count": 1, "status": { "id": 4, "name": "Single Use" }, "description": "Progress M-29M (Russian: Прогресс М-29М), identified by NASA as Progress 61 or 61P was a Progress spacecraft used by Roskosmos to resupply the International Space Station.", "spacecraft_config": { "id": 34, "url": "https://ll.thespacedevs.com/2.2.0/config/spacecraft/34/?format=api", "name": "Progress-M (modified)", "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-m_252_image_20231219140115.jpeg" } }, { "id": 357, "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/357/?format=api", "name": "Progress M-16", "serial_number": "Progress M-16 (No.216)", "is_placeholder": false, "in_space": false, "time_in_space": "P33DT15H52M27S", "time_docked": "P31DT7H47M", "flights_count": 1, "mission_ends_count": 1, "status": { "id": 4, "name": "Single Use" }, "description": "Progress M-16 (Russian: Прогресс М-16), was a Progress spacecraft used to resupply the space station Mir.", "spacecraft_config": { "id": 35, "url": "https://ll.thespacedevs.com/2.2.0/config/spacecraft/35/?format=api", "name": "Progress-M", "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-m_image_20231219141001.jpeg" } }, { "id": 335, "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/335/?format=api", "name": "Progress M-38", "serial_number": "Progress M-38 (No.238)", "is_placeholder": false, "in_space": false, "time_in_space": "P61DT1H14M5S", "time_docked": "P59DT19H59M", "flights_count": 1, "mission_ends_count": 1, "status": { "id": 4, "name": "Single Use" }, "description": "Progress M-38 (Russian: Прогресс М-38), was a Progress spacecraft used to resupply the space station Mir. It also carried the VDU 2 propulsion unit.", "spacecraft_config": { "id": 35, "url": "https://ll.thespacedevs.com/2.2.0/config/spacecraft/35/?format=api", "name": "Progress-M", "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-m_image_20231219141001.jpeg" } }, { "id": 414, "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/414/?format=api", "name": "Progress 2", "serial_number": "Progress 2 (No.101)", "is_placeholder": false, "in_space": false, "time_in_space": "P27DT14H4M51S", "time_docked": "P23DT15H58M45S", "flights_count": 1, "mission_ends_count": 1, "status": { "id": 4, "name": "Single Use" }, "description": "Progress 2 (Russian: Прогресс 2), 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" } } ] }