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=500&ordering=time_docked
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=510&ordering=time_docked",
    "previous": "https://ll.thespacedevs.com/2.2.0/spacecraft/?format=api&limit=10&offset=490&ordering=time_docked",
    "results": [
        {
            "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": 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": 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": 574,
            "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/574/?format=api",
            "name": "Soyuz MS-25",
            "serial_number": "11F732A48 #754",
            "is_placeholder": false,
            "in_space": false,
            "time_in_space": "P183DT23H22M50S",
            "time_docked": "P181DT17H33M30S",
            "flights_count": 1,
            "mission_ends_count": 1,
            "status": {
                "id": 4,
                "name": "Single Use"
            },
            "description": "Spacecraft launched to the ISS in March 2024.",
            "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"
            }
        },
        {
            "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": 105,
            "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/105/?format=api",
            "name": "Soyuz TM-25",
            "serial_number": "Soyuz TM 11F732A51 #74",
            "is_placeholder": false,
            "in_space": false,
            "time_in_space": "P184DT22H7M30S",
            "time_docked": "P182DT17H4M45S",
            "flights_count": 1,
            "mission_ends_count": 1,
            "status": {
                "id": 4,
                "name": "Single Use"
            },
            "description": "Soyuz TM-25 was a Soyuz spacecraft which launched on 10 February 1997 14:09 UTC. It transported two members of the Expedition 23 and a German astronaut to Mir. The Expedition 23 crew consisted of Vasili Tsibliyev and Aleksandr Lazutkin. The ESA astronaut was Reinhold Ewald.",
            "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": 91,
            "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/91/?format=api",
            "name": "Soyuz TMA-2",
            "serial_number": "Soyuz TMA 11F732A17 #212",
            "is_placeholder": false,
            "in_space": false,
            "time_in_space": "P184DT22H46M8S",
            "time_docked": "P182DT17H20M49S",
            "flights_count": 1,
            "mission_ends_count": 1,
            "status": {
                "id": 4,
                "name": "Single Use"
            },
            "description": "Soyuz TMA-2 was a Soyuz spacecraft which launched on 26 April 2003 03:53 UTC. It transported two members of the Expedition 7 crew to the International Space Station. The crew consisted of Yuri Malenchenko and Edward Tsang Lu.",
            "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": 264,
            "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/264/?format=api",
            "name": "Progress M-10M",
            "serial_number": "Progress M-10M (No.410)",
            "is_placeholder": false,
            "in_space": false,
            "time_in_space": "P184DT23H48M39S",
            "time_docked": "P182DT18H35M",
            "flights_count": 1,
            "mission_ends_count": 1,
            "status": {
                "id": 4,
                "name": "Single Use"
            },
            "description": "Progress M-10M (Russian: Прогресс М-10М), identified by NASA as Progress 42 or 42P, is a Progress spacecraft which was launched on 27 April 2011 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": 464,
            "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/464/?format=api",
            "name": "Tianzhou-4",
            "serial_number": "4",
            "is_placeholder": false,
            "in_space": false,
            "time_in_space": "P189DT5H24M30S",
            "time_docked": "P183DT6H6M",
            "flights_count": 1,
            "mission_ends_count": 1,
            "status": {
                "id": 4,
                "name": "Single Use"
            },
            "description": "Fourth operational Tianzhou spacecraft",
            "spacecraft_config": {
                "id": 25,
                "url": "https://ll.thespacedevs.com/2.2.0/config/spacecraft/25/?format=api",
                "name": "Tianzhou",
                "type": {
                    "id": 4,
                    "name": "Cargo Resupply"
                },
                "agency": {
                    "id": 88,
                    "url": "https://ll.thespacedevs.com/2.2.0/agencies/88/?format=api",
                    "name": "China Aerospace Science and Technology Corporation",
                    "type": "Government"
                },
                "in_use": true,
                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/tianzhou_image_20210513100807.jpg"
            }
        },
        {
            "id": 98,
            "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/98/?format=api",
            "name": "Soyuz TM-32",
            "serial_number": "Soyuz TM 11F732A51 #206",
            "is_placeholder": false,
            "in_space": false,
            "time_in_space": "P185DT21H22M40S",
            "time_docked": "P183DT17H24M43S",
            "flights_count": 1,
            "mission_ends_count": 1,
            "status": {
                "id": 4,
                "name": "Single Use"
            },
            "description": "Soyuz TM-32 was a Soyuz spacecraft which launched on 28 April 2001 07:37 UTC. It transported two astronauts and one spaceflight participant to the International Space Station. The astronauts consisted of Talgat Musabayev and Yuri Baturin. The participant was tourist Dennis Tito.",
            "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"
            }
        }
    ]
}