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=100&ordering=-time_in_space
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=110&ordering=-time_in_space",
    "previous": "https://ll.thespacedevs.com/2.2.0/spacecraft/?format=api&limit=10&offset=90&ordering=-time_in_space",
    "results": [
        {
            "id": 85,
            "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/85/?format=api",
            "name": "Soyuz TMA-8",
            "serial_number": "Soyuz TMA 11F732A17 #218",
            "is_placeholder": false,
            "in_space": false,
            "time_in_space": "P182DT22H42M40S",
            "time_docked": "P180DT17H33M43S",
            "flights_count": 1,
            "mission_ends_count": 1,
            "status": {
                "id": 4,
                "name": "Single Use"
            },
            "description": "Soyuz TMA-8 was a Soyuz spacecraft which launched on 30 March 2006 02:30 UTC. It transported two members of the Expedition 13 crew and one participant to the International Space Station. The Expedition 13 crew consisted of Pavel Vinogradov and Jeffrey Williams. The participant was Brazilian Marcos Pontes.",
            "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": 467,
            "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/467/?format=api",
            "name": "Shenzhou 13",
            "serial_number": "13",
            "is_placeholder": false,
            "in_space": false,
            "time_in_space": "P182DT9H32M41S",
            "time_docked": "P181DT17H55M21S",
            "flights_count": 1,
            "mission_ends_count": 1,
            "status": {
                "id": 4,
                "name": "Single Use"
            },
            "description": "Second crewed mission to the Chinese Space Station.",
            "spacecraft_config": {
                "id": 2,
                "url": "https://ll.thespacedevs.com/2.2.0/config/spacecraft/2/?format=api",
                "name": "Shenzhou",
                "type": {
                    "id": 2,
                    "name": "Capsule"
                },
                "agency": {
                    "id": 17,
                    "url": "https://ll.thespacedevs.com/2.2.0/agencies/17/?format=api",
                    "name": "China National Space Administration",
                    "type": "Government"
                },
                "in_use": true,
                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/shenzhou_image_20190207032522.jpeg"
            }
        },
        {
            "id": 468,
            "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/468/?format=api",
            "name": "Shenzhou 14",
            "serial_number": "14",
            "is_placeholder": false,
            "in_space": false,
            "time_in_space": "P182DT9H25M50S",
            "time_docked": "P181DT17H19M",
            "flights_count": 1,
            "mission_ends_count": 1,
            "status": {
                "id": 4,
                "name": "Single Use"
            },
            "description": "Third crewed mission to the Chinese Space Station.",
            "spacecraft_config": {
                "id": 2,
                "url": "https://ll.thespacedevs.com/2.2.0/config/spacecraft/2/?format=api",
                "name": "Shenzhou",
                "type": {
                    "id": 2,
                    "name": "Capsule"
                },
                "agency": {
                    "id": 17,
                    "url": "https://ll.thespacedevs.com/2.2.0/agencies/17/?format=api",
                    "name": "China National Space Administration",
                    "type": "Government"
                },
                "in_use": true,
                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/shenzhou_image_20190207032522.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": 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": 134,
            "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/134/?format=api",
            "name": "Soyuz T-11",
            "serial_number": "Soyuz T 11F732 #17",
            "is_placeholder": false,
            "in_space": false,
            "time_in_space": "P181DT21H48M18S",
            "time_docked": "P180DT17H3M49S",
            "flights_count": 1,
            "mission_ends_count": 1,
            "status": {
                "id": 4,
                "name": "Single Use"
            },
            "description": "Soyuz T-11 was a Soyuz spacecraft which launched on 3 April 1984 13:08 UTC. It transported three cosmonauts of EP-3 to Salyut 7. The EP-3 crew was Yury Malyshev,\r\nGennady Strekalov, and Rakesh Sharma.",
            "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": 109,
            "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/109/?format=api",
            "name": "Soyuz TM-21",
            "serial_number": "Soyuz TM 11F732A51 #70",
            "is_placeholder": false,
            "in_space": false,
            "time_in_space": "P181DT40M26S",
            "time_docked": "P178DT19H45M19S",
            "flights_count": 1,
            "mission_ends_count": 1,
            "status": {
                "id": 4,
                "name": "Single Use"
            },
            "description": "Soyuz TM-21 was a Soyuz spacecraft which launched on 14 March 1995 06:11 UTC. It transported two members of the Expedition 19 crew and one American astronaut to Mir. The Expedition 18 crew consisted of Vladimir Dezhurov and Gennady Strekalov. The American astronaut was Norman Thagard. It marked the fist time an american launched on board a Russian vehicle.",
            "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": 578,
            "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/578/?format=api",
            "name": "Progress MS-26",
            "serial_number": null,
            "is_placeholder": false,
            "in_space": false,
            "time_in_space": "P180DT2H23M54S",
            "time_docked": "P177DT19H54M",
            "flights_count": 1,
            "mission_ends_count": 1,
            "status": {
                "id": 4,
                "name": "Single Use"
            },
            "description": "Progress MS-26 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": 306,
            "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/306/?format=api",
            "name": "Progress M-55",
            "serial_number": "Progress M-55 (No.355)",
            "is_placeholder": false,
            "in_space": false,
            "time_in_space": "P179DT23H14M40S",
            "time_docked": "P177DT18H20M",
            "flights_count": 1,
            "mission_ends_count": 1,
            "status": {
                "id": 4,
                "name": "Single Use"
            },
            "description": "Progress M-55 (Russian: Прогресс М-55), identified by NASA as Progress 20 or 20P, was a Progress spacecraft used to resupply 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": 291,
            "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/291/?format=api",
            "name": "Crew Dragon Resilience",
            "serial_number": "C207",
            "is_placeholder": false,
            "in_space": false,
            "time_in_space": "P179DT18H19M30S",
            "time_docked": "P165DT19H56M",
            "flights_count": 4,
            "mission_ends_count": 4,
            "status": {
                "id": 1,
                "name": "Active"
            },
            "description": "Crew Dragon Resilience was used for the Crew-1 mission.",
            "spacecraft_config": {
                "id": 6,
                "url": "https://ll.thespacedevs.com/2.2.0/config/spacecraft/6/?format=api",
                "name": "Crew Dragon 2",
                "type": {
                    "id": 2,
                    "name": "Capsule"
                },
                "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/spacex_dm-2_cre_image_20200504065311.jpeg"
            }
        }
    ]
}