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=410&ordering=-mission_ends_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=420&ordering=-mission_ends_count",
    "previous": "https://ll.thespacedevs.com/2.2.0/spacecraft/?format=api&limit=10&offset=400&ordering=-mission_ends_count",
    "results": [
        {
            "id": 53,
            "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/53/?format=api",
            "name": "Soyuz TMA-18M",
            "serial_number": "Soyuz TMA-M 11F732A47 #718",
            "is_placeholder": false,
            "in_space": false,
            "time_in_space": "P181DT23H47M17S",
            "time_docked": "P179DT17H20M30S",
            "flights_count": 1,
            "mission_ends_count": 1,
            "status": {
                "id": 4,
                "name": "Single Use"
            },
            "description": "Soyuz TMA-18M is a Soyuz spacecraft launched on 02 September 2015 04:37 UTC. It transported two members of a 10 day stay crew to the International Space Station. The crew consisted of Sergey Volkov, Andreas Mogensen, and Aidyn Aimbetov.\r\n\r\nThe launch provided the two twelve-month occupants (Scott Kelly and Mikhail Korniyenko) with a fresh Soyuz return capsule.",
            "spacecraft_config": {
                "id": 39,
                "url": "https://ll.thespacedevs.com/2.2.0/config/spacecraft/39/?format=api",
                "name": "Soyuz TMA-M",
                "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_tma-m_image_20231225092103.jpeg"
            }
        },
        {
            "id": 204,
            "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/204/?format=api",
            "name": "Soyuz 3",
            "serial_number": "Soyuz 7K-OK (A) 11F615 #10",
            "is_placeholder": false,
            "in_space": false,
            "time_in_space": "P3DT22H50M45S",
            "time_docked": "P0D",
            "flights_count": 1,
            "mission_ends_count": 1,
            "status": {
                "id": 4,
                "name": "Single Use"
            },
            "description": "Soyuz 3 was a Soyuz spacecraft which launched on 26 October 1968 08:34 UTC. It launched one cosmonaut for a joint mission with Soyuz 2. The crew was Georgy Beregovoy.",
            "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": 59,
            "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/59/?format=api",
            "name": "Soyuz TMA-12M",
            "serial_number": "Soyuz TMA-M 11F732A47 #712",
            "is_placeholder": false,
            "in_space": false,
            "time_in_space": "P169DT5H5M37S",
            "time_docked": "P166DT23H8M",
            "flights_count": 1,
            "mission_ends_count": 1,
            "status": {
                "id": 4,
                "name": "Single Use"
            },
            "description": "Soyuz TMA-12M was a Soyuz spacecraft which launched on 25 March 2014 21:517 UTC. It transported three members of the Expedition 39 crew to the International Space Station. The crew consisted of Aleksandr Skvortsov, Oleg Artemyev, and Steven R. Swanson.",
            "spacecraft_config": {
                "id": 39,
                "url": "https://ll.thespacedevs.com/2.2.0/config/spacecraft/39/?format=api",
                "name": "Soyuz TMA-M",
                "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_tma-m_image_20231225092103.jpeg"
            }
        },
        {
            "id": 136,
            "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/136/?format=api",
            "name": "Soyuz 7K-ST No. 16L",
            "serial_number": "Soyuz T 11F732 #16",
            "is_placeholder": false,
            "in_space": false,
            "time_in_space": "PT5M13S",
            "time_docked": "P0D",
            "flights_count": 1,
            "mission_ends_count": 1,
            "status": {
                "id": 4,
                "name": "Single Use"
            },
            "description": "Soyuz Soyuz 7K-ST No. 16L was a Soyuz spacecraft which failed to launch on 26 September 1983. The Launch Escape System activated at approx T-90, six seconds before the launch vehicle exploded. It was intended to transport two cosmonauts to Salyut 7. The crew was Vladimir Titov and Gennady Strekalov.",
            "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": 250,
            "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/250/?format=api",
            "name": "Progress M-23M",
            "serial_number": "Progress M-23M (No.427)",
            "is_placeholder": false,
            "in_space": false,
            "time_in_space": "P113DT7H15M33S",
            "time_docked": "P103DT30M",
            "flights_count": 1,
            "mission_ends_count": 1,
            "status": {
                "id": 4,
                "name": "Single Use"
            },
            "description": "Progress M-23M (Russian: Прогресс М-23М), identified by NASA as Progress 55 or 55P, 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": 73,
            "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/73/?format=api",
            "name": "Soyuz TMA-20",
            "serial_number": "Soyuz TMA 11F732A17 #230",
            "is_placeholder": false,
            "in_space": false,
            "time_in_space": "P159DT7H17M35S",
            "time_docked": "P157DT1H23M",
            "flights_count": 1,
            "mission_ends_count": 1,
            "status": {
                "id": 4,
                "name": "Single Use"
            },
            "description": "Soyuz TMA-20 was a Soyuz spacecraft which launched on 15 December 2010 19:09 UTC. It transported three members of the Expedition 27 crew to the International Space Station. The crew consisted of Dmitri Kondratyev, Catherine Coleman, and Paolo Nespoli.",
            "spacecraft_config": {
                "id": 40,
                "url": "https://ll.thespacedevs.com/2.2.0/config/spacecraft/40/?format=api",
                "name": "Soyuz TMA",
                "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_tma_image_20231225093222.jpeg"
            }
        },
        {
            "id": 187,
            "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/187/?format=api",
            "name": "Soyuz 19",
            "serial_number": "Soyuz 7K-TM 11F615A12 #75",
            "is_placeholder": false,
            "in_space": false,
            "time_in_space": "P5DT22H30M",
            "time_docked": "P1DT22H46M12S",
            "flights_count": 1,
            "mission_ends_count": 1,
            "status": {
                "id": 4,
                "name": "Single Use"
            },
            "description": "Soyuz 19 was a Soyuz spacecraft which launched on 15 July 1975 12:20 UTC. It was used in the Apollo-Soyuz test project. The crew was Alexey Leonov and Valeri Kubasov.",
            "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": 199,
            "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/199/?format=api",
            "name": "Soyuz 8",
            "serial_number": "Soyuz 7K-OK (P) 11F615 #16",
            "is_placeholder": false,
            "in_space": false,
            "time_in_space": "P4DT22H50M49S",
            "time_docked": "P0D",
            "flights_count": 1,
            "mission_ends_count": 1,
            "status": {
                "id": 4,
                "name": "Single Use"
            },
            "description": "Soyuz 8 was a Soyuz spacecraft which launched on 13 October 1969 10:19 UTC. It launched two cosmonauts for a joint mission with Soyuz 6 and 7. The crew was Vladimir Shatalov and Aleksei Yeliseyev.",
            "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": 57,
            "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/57/?format=api",
            "name": "Soyuz TMA-14M",
            "serial_number": "Soyuz TMA-M 11F732A47 #714",
            "is_placeholder": false,
            "in_space": false,
            "time_in_space": "P167DT5H42M",
            "time_docked": "P166DT20H33M",
            "flights_count": 1,
            "mission_ends_count": 1,
            "status": {
                "id": 4,
                "name": "Single Use"
            },
            "description": "Soyuz TMA-14M was a Soyuz spacecraft which launched on 25 September 2014 20:25 UTC. It transported three members of the Expedition 41 crew to the International Space Station. The crew consisted of Aleksandr Samokutyayev, Yelena Serova, and Barry E. Wilmore.",
            "spacecraft_config": {
                "id": 39,
                "url": "https://ll.thespacedevs.com/2.2.0/config/spacecraft/39/?format=api",
                "name": "Soyuz TMA-M",
                "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_tma-m_image_20231225092103.jpeg"
            }
        },
        {
            "id": 456,
            "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/456/?format=api",
            "name": "Soyuz MS-19",
            "serial_number": "Soyuz MS 11F732A48 #749",
            "is_placeholder": false,
            "in_space": false,
            "time_in_space": "P176DT2H32M58S",
            "time_docked": "P175DT18H58M29S",
            "flights_count": 1,
            "mission_ends_count": 1,
            "status": {
                "id": 4,
                "name": "Single Use"
            },
            "description": "Soyuz spacecraft for the Soyuz MS-19 mission to the ISS.",
            "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"
            }
        }
    ]
}