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=330&ordering=mission_ends_count
{ "count": 601, "next": "https://lldev.thespacedevs.com/2.2.0/spacecraft/?format=api&limit=10&offset=340&ordering=mission_ends_count", "previous": "https://lldev.thespacedevs.com/2.2.0/spacecraft/?format=api&limit=10&offset=320&ordering=mission_ends_count", "results": [ { "id": 556, "url": "https://lldev.thespacedevs.com/2.2.0/spacecraft/556/?format=api", "name": "Progress MS-20", "serial_number": "MS-20 (No.450)", "is_placeholder": false, "in_space": false, "time_in_space": "P248DT23H4M6S", "time_docked": "P248DT15H54M35S", "flights_count": 1, "mission_ends_count": 1, "status": { "id": 4, "name": "Single Use" }, "description": "Progress MS-20 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": 216, "url": "https://lldev.thespacedevs.com/2.2.0/spacecraft/216/?format=api", "name": "Dragon C107", "serial_number": "C107", "is_placeholder": false, "in_space": false, "time_in_space": "P31DT14H56M50S", "time_docked": "P29DT3H17M", "flights_count": 1, "mission_ends_count": 1, "status": { "id": 2, "name": "Retired" }, "description": "Cargo manifest change due to Cygnus CRS Orb-3 launch failure. Carried the Cloud Aerosol Transport System experiment.", "spacecraft_config": { "id": 3, "url": "https://lldev.thespacedevs.com/2.2.0/config/spacecraft/3/?format=api", "name": "Dragon 1", "type": { "id": 2, "name": "Capsule" }, "agency": { "id": 121, "url": "https://lldev.thespacedevs.com/2.2.0/agencies/121/?format=api", "name": "SpaceX", "type": "Commercial" }, "in_use": false, "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/crs-172520dragon2520berthing_image_20190318203226.jpeg" } }, { "id": 373, "url": "https://lldev.thespacedevs.com/2.2.0/spacecraft/373/?format=api", "name": "Progress 42", "serial_number": "Progress 42 (No.150)", "is_placeholder": false, "in_space": false, "time_in_space": "P21DT15H53M29S", "time_docked": "P19DT8H23M55S", "flights_count": 1, "mission_ends_count": 1, "status": { "id": 4, "name": "Single Use" }, "description": "Progress 42 (Russian: Прогресс 42), was a Progress spacecraft used to resupply the space station Mir.", "spacecraft_config": { "id": 8, "url": "https://lldev.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://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_7k-tg_image_20231220085840.png" } }, { "id": 524, "url": "https://lldev.thespacedevs.com/2.2.0/spacecraft/524/?format=api", "name": "Soyuz T No.4", "serial_number": "Soyuz T 11F732 #4", "is_placeholder": false, "in_space": false, "time_in_space": "P10DT9H", "time_docked": "P0D", "flights_count": 1, "mission_ends_count": 1, "status": { "id": 4, "name": "Single Use" }, "description": "Third generation Soyuz spacecraft", "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": 466, "url": "https://lldev.thespacedevs.com/2.2.0/spacecraft/466/?format=api", "name": "Shenzhou 12", "serial_number": "12", "is_placeholder": false, "in_space": false, "time_in_space": "P92DT4H11M29S", "time_docked": "P90DT17H2M", "flights_count": 1, "mission_ends_count": 1, "status": { "id": 4, "name": "Single Use" }, "description": "First crewed mission to the Chinese Space Station.", "spacecraft_config": { "id": 2, "url": "https://lldev.thespacedevs.com/2.2.0/config/spacecraft/2/?format=api", "name": "Shenzhou", "type": { "id": 2, "name": "Capsule" }, "agency": { "id": 17, "url": "https://lldev.thespacedevs.com/2.2.0/agencies/17/?format=api", "name": "China National Space Administration", "type": "Government" }, "in_use": true, "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/shenzhou_image_20190207032522.jpeg" } }, { "id": 567, "url": "https://lldev.thespacedevs.com/2.2.0/spacecraft/567/?format=api", "name": "Shenzhou 17", "serial_number": "17", "is_placeholder": false, "in_space": false, "time_in_space": "P187DT6H31M58S", "time_docked": "P186DT14H57M", "flights_count": 1, "mission_ends_count": 1, "status": { "id": 4, "name": "Single Use" }, "description": "Sixth crewed mission to the Chinese Space Station.", "spacecraft_config": { "id": 2, "url": "https://lldev.thespacedevs.com/2.2.0/config/spacecraft/2/?format=api", "name": "Shenzhou", "type": { "id": 2, "name": "Capsule" }, "agency": { "id": 17, "url": "https://lldev.thespacedevs.com/2.2.0/agencies/17/?format=api", "name": "China National Space Administration", "type": "Government" }, "in_use": true, "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/shenzhou_image_20190207032522.jpeg" } }, { "id": 529, "url": "https://lldev.thespacedevs.com/2.2.0/spacecraft/529/?format=api", "name": "Vostok-1P", "serial_number": "Vostok-1P", "is_placeholder": false, "in_space": false, "time_in_space": "P842DT23H59M55S", "time_docked": "P0D", "flights_count": 1, "mission_ends_count": 1, "status": { "id": 4, "name": "Single Use" }, "description": "First Vostok spacecraft. The 1P variant was not designed to be recovered from orbit.", "spacecraft_config": { "id": 15, "url": "https://lldev.thespacedevs.com/2.2.0/config/spacecraft/15/?format=api", "name": "Vostok", "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/vostok-3ka_image_20190207032525.jpeg" } }, { "id": 581, "url": "https://lldev.thespacedevs.com/2.2.0/spacecraft/581/?format=api", "name": "Progress MS-27", "serial_number": "MS-27 (No.457)", "is_placeholder": false, "in_space": false, "time_in_space": "P173DT6H28M1S", "time_docked": "P171DT1H10M", "flights_count": 1, "mission_ends_count": 1, "status": { "id": 4, "name": "Single Use" }, "description": "Progress-MS 27 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": 598, "url": "https://lldev.thespacedevs.com/2.2.0/spacecraft/598/?format=api", "name": "Soyuz MS-27", "serial_number": "11F732 #758", "is_placeholder": false, "in_space": false, "time_in_space": "P244DT23H16M15S", "time_docked": "P244DT16H43M17S", "flights_count": 1, "mission_ends_count": 1, "status": { "id": 4, "name": "Single Use" }, "description": "Spacecraft launched to the ISS in March 2025.", "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": 247, "url": "https://lldev.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://lldev.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://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_252_image_20231219140115.jpeg" } } ] }