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=460&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=470&ordering=time_in_space",
    "previous": "https://ll.thespacedevs.com/2.2.0/spacecraft/?format=api&limit=10&offset=450&ordering=time_in_space",
    "results": [
        {
            "id": 49,
            "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/49/?format=api",
            "name": "Soyuz MS-02",
            "serial_number": "Soyuz MS 11F732A48 #732",
            "is_placeholder": false,
            "in_space": false,
            "time_in_space": "P173DT3H14M46S",
            "time_docked": "P170DT22H5M",
            "flights_count": 1,
            "mission_ends_count": 1,
            "status": {
                "id": 4,
                "name": "Single Use"
            },
            "description": "Soyuz MS-02 was Soyuz spacecraft that launched on 19 October 2016. It transported three members of the Expedition 49 crew to the International Space Station. The crew consisted of Sergey Nikolayevich Ryzhikov, Andrei Borisenko, and Robert S. Kimbrough.",
            "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": 329,
            "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/329/?format=api",
            "name": "Progress M1-2",
            "serial_number": "Progress M1-2 (No.252)",
            "is_placeholder": false,
            "in_space": false,
            "time_in_space": "P173DT3H20M58S",
            "time_docked": "P170DT20H37M13S",
            "flights_count": 1,
            "mission_ends_count": 1,
            "status": {
                "id": 4,
                "name": "Single Use"
            },
            "description": "Progress M1-2 (Russian: Прогресс М1-2), was a Progress spacecraft used to resupply the space station Mir.",
            "spacecraft_config": {
                "id": 36,
                "url": "https://ll.thespacedevs.com/2.2.0/config/spacecraft/36/?format=api",
                "name": "Progress-M1",
                "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-m1_image_20231219142545.jpeg"
            }
        },
        {
            "id": 581,
            "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/581/?format=api",
            "name": "Progress MS-27",
            "serial_number": null,
            "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://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": 128,
            "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/128/?format=api",
            "name": "Soyuz TM-2",
            "serial_number": "Soyuz TM 11F732A51 #52",
            "is_placeholder": false,
            "in_space": false,
            "time_in_space": "P174DT3H25M56S",
            "time_docked": "P324DT6H30M20S",
            "flights_count": 1,
            "mission_ends_count": 1,
            "status": {
                "id": 4,
                "name": "Single Use"
            },
            "description": "Soyuz TM-2 was a Soyuz spacecraft which launched on 5 February 1987 21:38 UTC. It transported two members of Expedition 2 crew to Mir. The crew consisted of Aleksandr Laveykin and Yuri Romanenko.",
            "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": 563,
            "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/563/?format=api",
            "name": "Progress MS-24",
            "serial_number": "MS-24 (No.454)",
            "is_placeholder": false,
            "in_space": false,
            "time_in_space": "P174DT4H7M50S",
            "time_docked": "P171DT20H23M",
            "flights_count": 1,
            "mission_ends_count": 1,
            "status": {
                "id": 4,
                "name": "Single Use"
            },
            "description": "Progress MS-24 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": 119,
            "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/119/?format=api",
            "name": "Soyuz TM-11",
            "serial_number": "Soyuz TM 11F732A51 #61",
            "is_placeholder": false,
            "in_space": false,
            "time_in_space": "P175DT1H50M41S",
            "time_docked": "P172DT20H18M50S",
            "flights_count": 1,
            "mission_ends_count": 1,
            "status": {
                "id": 4,
                "name": "Single Use"
            },
            "description": "Soyuz TM-11 was a Soyuz spacecraft which launched on 2 December 1990 08:13 UTC. It transported two members of the Expedition 8 crew and one Japanese journalist to Mir. The Expedition 8 crew consisted of Viktor Afanasyev and Musa Manarov. The Japanese reporter was Toyohiro Akiyama.",
            "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": 117,
            "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/117/?format=api",
            "name": "Soyuz TM-13",
            "serial_number": "Soyuz TM 11F732A51 #63",
            "is_placeholder": false,
            "in_space": false,
            "time_in_space": "P175DT2H51M22S",
            "time_docked": "P172DT21H50M21S",
            "flights_count": 1,
            "mission_ends_count": 1,
            "status": {
                "id": 4,
                "name": "Single Use"
            },
            "description": "Soyuz TM-13 was a Soyuz spacecraft which launched on 2 October 1991 05:59 UTC. It transported one member of the Expedition 10 crew, one Kazakh, and one Austrian astronaut to Mir. The Expedition 10 crew consisted of Alexander Volkov. The Kazakh astronaut was Toktar Aubakirov. The Austrian astronaut was Franz Viehböck.",
            "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": 449,
            "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/449/?format=api",
            "name": "Cargo Dragon C208",
            "serial_number": "C208",
            "is_placeholder": false,
            "in_space": false,
            "time_in_space": "P175DT13H52M12S",
            "time_docked": "P165DT1H39M49S",
            "flights_count": 5,
            "mission_ends_count": 5,
            "status": {
                "id": 1,
                "name": "Active"
            },
            "description": "C208 is the first Cargo Dragon 2 and was launched as part of the CRS-21 mission.",
            "spacecraft_config": {
                "id": 7,
                "url": "https://ll.thespacedevs.com/2.2.0/config/spacecraft/7/?format=api",
                "name": "Cargo 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/crs-28_dragon_d_image_20230530191602.jpeg"
            }
        },
        {
            "id": 307,
            "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/307/?format=api",
            "name": "Progress M-54",
            "serial_number": "Progress M-54 (No.354)",
            "is_placeholder": false,
            "in_space": false,
            "time_in_space": "P176DT44M6S",
            "time_docked": "P173DT19H24M",
            "flights_count": 1,
            "mission_ends_count": 1,
            "status": {
                "id": 4,
                "name": "Single Use"
            },
            "description": "Progress M-54 (Russian: Прогресс М-54), identified by NASA as Progress 19 or 19P, 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": 75,
            "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/75/?format=api",
            "name": "Soyuz TMA-18",
            "serial_number": "Soyuz TMA 11F732A17 #228",
            "is_placeholder": false,
            "in_space": false,
            "time_in_space": "P176DT1H18M27S",
            "time_docked": "P173DT20H37M",
            "flights_count": 1,
            "mission_ends_count": 1,
            "status": {
                "id": 4,
                "name": "Single Use"
            },
            "description": "Soyuz TMA-18 was a Soyuz spacecraft which launched on 2 April 2010 04:04 UTC. It transported three members of the Expedition 23 crew to the International Space Station. The crew consisted of Aleksandr Skvortsov, Mikhail Korniyenko, and Tracy Caldwell Dyson.",
            "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"
            }
        }
    ]
}