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=310&ordering=flights_count
HTTP 200 OK
Allow: GET
Content-Type: application/json
Vary: Accept

{
    "count": 590,
    "next": "https://ll.thespacedevs.com/2.2.0/spacecraft/?format=api&limit=10&offset=320&ordering=flights_count",
    "previous": "https://ll.thespacedevs.com/2.2.0/spacecraft/?format=api&limit=10&offset=300&ordering=flights_count",
    "results": [
        {
            "id": 321,
            "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/321/?format=api",
            "name": "Progress M-SO1",
            "serial_number": "Progress M-SO1 (No.301)",
            "is_placeholder": false,
            "in_space": false,
            "time_in_space": "P11DT22H55M5S",
            "time_docked": "P9DT14H31M",
            "flights_count": 1,
            "mission_ends_count": 1,
            "status": {
                "id": 4,
                "name": "Single Use"
            },
            "description": "Progress M-SO1 was a modified Progress spacecraft used to deliver the Pirs module to the International Space Station.",
            "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": 112,
            "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/112/?format=api",
            "name": "Soyuz TM-18",
            "serial_number": "Soyuz TM 11F732A51 #67",
            "is_placeholder": false,
            "in_space": false,
            "time_in_space": "P182DT27M1S",
            "time_docked": "P179DT19H22M39S",
            "flights_count": 1,
            "mission_ends_count": 1,
            "status": {
                "id": 4,
                "name": "Single Use"
            },
            "description": "Soyuz TM-18 was a Soyuz spacecraft which launched on 8 January 1994 10:05 UTC. It transported three members of the Expedition 15 crew to Mir. The crew consisted of \tViktor Afanasyev, Yury Usachov, and Valeri Polyakov.",
            "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": 251,
            "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/251/?format=api",
            "name": "Progress M-22M",
            "serial_number": "Progress M-22M (No.422)",
            "is_placeholder": false,
            "in_space": false,
            "time_in_space": "P71DT23H22M28S",
            "time_docked": "P60DT15H36M",
            "flights_count": 1,
            "mission_ends_count": 1,
            "status": {
                "id": 4,
                "name": "Single Use"
            },
            "description": "Progress M-22M (Russian: Прогресс М-22М), identified by NASA as Progress 54 or 54P, 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": 122,
            "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/122/?format=api",
            "name": "Soyuz TM-8",
            "serial_number": "Soyuz TM 11F732A51 #58",
            "is_placeholder": false,
            "in_space": false,
            "time_in_space": "P166DT6H58M15S",
            "time_docked": "P164DT2H40M54S",
            "flights_count": 1,
            "mission_ends_count": 1,
            "status": {
                "id": 4,
                "name": "Single Use"
            },
            "description": "Soyuz TM-8 was a Soyuz spacecraft which launched on 5 September 1989 21:38 UTC. It transported two members of the Expedition 5 crew to Mir. The crew consisted of Alexander Viktorenko and Aleksandr Serebrov.",
            "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": 355,
            "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/355/?format=api",
            "name": "Progress M-18",
            "serial_number": "Progress M-18 (No.218)",
            "is_placeholder": false,
            "in_space": false,
            "time_in_space": "P43DT10H31M13S",
            "time_docked": "P40DT7H33M32S",
            "flights_count": 1,
            "mission_ends_count": 1,
            "status": {
                "id": 4,
                "name": "Single Use"
            },
            "description": "Progress M-18 (Russian: Прогресс М-18), 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": 196,
            "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/196/?format=api",
            "name": "Soyuz 11",
            "serial_number": "Soyuz 7K-OKS 11F615A8 #32",
            "is_placeholder": false,
            "in_space": false,
            "time_in_space": "P23DT18H21M43S",
            "time_docked": "P23D",
            "flights_count": 1,
            "mission_ends_count": 1,
            "status": {
                "id": 4,
                "name": "Single Use"
            },
            "description": "Soyuz 11 was a Soyuz spacecraft which launched on 6 June 1971 04:55 UTC. It transported three cosmonauts on the second flight to Salyut 1. The crew was Georgy Dobrovolsky, Vladislav Volkov, and Viktor Patsayev.",
            "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": 589,
            "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/589/?format=api",
            "name": "LM Aquarius",
            "serial_number": "LM-7",
            "is_placeholder": false,
            "in_space": false,
            "time_in_space": "P5DT21H29M57S",
            "time_docked": "P5DT18H10M52S",
            "flights_count": 1,
            "mission_ends_count": 1,
            "status": {
                "id": 3,
                "name": "Destroyed"
            },
            "description": "Flown on Apollo 13\r\n\r\nRe-entered Earth's atmosphere.",
            "spacecraft_config": {
                "id": 43,
                "url": "https://ll.thespacedevs.com/2.2.0/config/spacecraft/43/?format=api",
                "name": "Apollo Lunar Module",
                "type": {
                    "id": 7,
                    "name": "Lander"
                },
                "agency": {
                    "id": 44,
                    "url": "https://ll.thespacedevs.com/2.2.0/agencies/44/?format=api",
                    "name": "National Aeronautics and Space Administration",
                    "type": "Government"
                },
                "in_use": false,
                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/lunar_module_on_image_20240505074251.jpeg"
            }
        },
        {
            "id": 389,
            "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/389/?format=api",
            "name": "Progress 26",
            "serial_number": "Progress 26 (No.128)",
            "is_placeholder": false,
            "in_space": false,
            "time_in_space": "P60DT20H56S",
            "time_docked": "P56DT20H58M54S",
            "flights_count": 1,
            "mission_ends_count": 1,
            "status": {
                "id": 4,
                "name": "Single Use"
            },
            "description": "Progress 26 (Russian: Прогресс 26), was a Progress spacecraft used to resupply the space station Mir.",
            "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": 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"
            }
        },
        {
            "id": 605,
            "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/605/?format=api",
            "name": "Ship 33",
            "serial_number": "S33",
            "is_placeholder": false,
            "in_space": false,
            "time_in_space": "PT8M26S",
            "time_docked": "P0D",
            "flights_count": 1,
            "mission_ends_count": 1,
            "status": {
                "id": 3,
                "name": "Destroyed"
            },
            "description": "Ship 33 (S33) was the 2nd stage vehicle used for the seventh Starship flight test. It was also the first \"Block 2\" Starship spacecraft with lengthened propellant tanks and new designed forward flaps, among other enhancements. It was lost before SECO during ascent.",
            "spacecraft_config": {
                "id": 26,
                "url": "https://ll.thespacedevs.com/2.2.0/config/spacecraft/26/?format=api",
                "name": "Starship",
                "type": {
                    "id": 6,
                    "name": "Reuseable Upper Stage"
                },
                "agency": {
                    "id": 121,
                    "url": "https://ll.thespacedevs.com/2.2.0/agencies/121/?format=api",
                    "name": "SpaceX",
                    "type": "Commercial"
                },
                "in_use": true,
                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/starship_image_20231116184708.jpeg"
            }
        }
    ]
}