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=440&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=450&ordering=-flights_count",
    "previous": "https://ll.thespacedevs.com/2.2.0/spacecraft/?format=api&limit=10&offset=430&ordering=-flights_count",
    "results": [
        {
            "id": 482,
            "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/482/?format=api",
            "name": "Mercury No.4",
            "serial_number": "4",
            "is_placeholder": false,
            "in_space": false,
            "time_in_space": "P0D",
            "time_docked": "P0D",
            "flights_count": 1,
            "mission_ends_count": 1,
            "status": {
                "id": 3,
                "name": "Destroyed"
            },
            "description": "Mercury No.4 is the Mercury capsule used for the Mercury-Atlas 1 flight.",
            "spacecraft_config": {
                "id": 11,
                "url": "https://ll.thespacedevs.com/2.2.0/config/spacecraft/11/?format=api",
                "name": "Mercury",
                "type": {
                    "id": 2,
                    "name": "Capsule"
                },
                "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/mercury_image_20190207032519.jpeg"
            }
        },
        {
            "id": 66,
            "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/66/?format=api",
            "name": "Soyuz TMA-05M",
            "serial_number": "Soyuz TMA-M 11F732A47 #706",
            "is_placeholder": false,
            "in_space": false,
            "time_in_space": "P126DT23H12M57S",
            "time_docked": "P124DT17H35M",
            "flights_count": 1,
            "mission_ends_count": 1,
            "status": {
                "id": 4,
                "name": "Single Use"
            },
            "description": "Soyuz TMA-05M was a Soyuz spacecraft which launched on 15 July 2012 02:40 UTC. It transported three members of the Expedition 32 crew to the International Space Station. The crew consisted of Yuri Malenchenko, Sunita Williams, and Akihiko Hoshide.",
            "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": 483,
            "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/483/?format=api",
            "name": "Mercury No.3",
            "serial_number": "3",
            "is_placeholder": false,
            "in_space": false,
            "time_in_space": "PT2M",
            "time_docked": "P0D",
            "flights_count": 1,
            "mission_ends_count": 1,
            "status": {
                "id": 3,
                "name": "Destroyed"
            },
            "description": "Mercury No.3 is the Mercury capsule used for the Little Joe 5 flight.",
            "spacecraft_config": {
                "id": 11,
                "url": "https://ll.thespacedevs.com/2.2.0/config/spacecraft/11/?format=api",
                "name": "Mercury",
                "type": {
                    "id": 2,
                    "name": "Capsule"
                },
                "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/mercury_image_20190207032519.jpeg"
            }
        },
        {
            "id": 72,
            "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/72/?format=api",
            "name": "Soyuz TMA-21",
            "serial_number": "Soyuz TMA 11F732A17 #231",
            "is_placeholder": false,
            "in_space": false,
            "time_in_space": "P164DT5H40M40S",
            "time_docked": "P162DT1H29M",
            "flights_count": 1,
            "mission_ends_count": 1,
            "status": {
                "id": 4,
                "name": "Single Use"
            },
            "description": "Soyuz TMA-21 was a Soyuz spacecraft which launched on 4 April 2011 22:18 UTC. It transported three members of the Expedition 27 crew to the International Space Station. The crew consisted of Aleksandr Samokutyayev, Andrei Borisenko, and Ronald J. Garan.",
            "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": 527,
            "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/527/?format=api",
            "name": "Vostok-3KA No.1",
            "serial_number": "Vostok-3KA No.1",
            "is_placeholder": false,
            "in_space": false,
            "time_in_space": "PT1H40M54S",
            "time_docked": "P0D",
            "flights_count": 1,
            "mission_ends_count": 1,
            "status": {
                "id": 4,
                "name": "Single Use"
            },
            "description": "Uncrewed Vostok spacecraft launched on March 9, 1961.",
            "spacecraft_config": {
                "id": 15,
                "url": "https://ll.thespacedevs.com/2.2.0/config/spacecraft/15/?format=api",
                "name": "Vostok",
                "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/vostok-3ka_image_20190207032525.jpeg"
            }
        },
        {
            "id": 33,
            "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/33/?format=api",
            "name": "Apollo Endeavour CSM-112",
            "serial_number": "CSM-112",
            "is_placeholder": false,
            "in_space": false,
            "time_in_space": "P12D",
            "time_docked": "P4DT6H59M3S",
            "flights_count": 1,
            "mission_ends_count": 1,
            "status": {
                "id": 4,
                "name": "Single Use"
            },
            "description": "CSM-112 \"Endeavour\" was an Apollo Command & Service Module used in the Apollo 15 mission.",
            "spacecraft_config": {
                "id": 10,
                "url": "https://ll.thespacedevs.com/2.2.0/config/spacecraft/10/?format=api",
                "name": "Apollo Command/Service Module",
                "type": {
                    "id": 2,
                    "name": "Capsule"
                },
                "agency": {
                    "id": 999,
                    "url": "https://ll.thespacedevs.com/2.2.0/agencies/999/?format=api",
                    "name": "North American Aviation",
                    "type": "Commercial"
                },
                "in_use": false,
                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/apollo2520command2fservice2520module_image_20190207032507.jpeg"
            }
        },
        {
            "id": 74,
            "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/74/?format=api",
            "name": "Soyuz TMA-19",
            "serial_number": "Soyuz TMA 11F732A17 #229",
            "is_placeholder": false,
            "in_space": false,
            "time_in_space": "P163DT7H10M41S",
            "time_docked": "P161DT2H37M58S",
            "flights_count": 1,
            "mission_ends_count": 1,
            "status": {
                "id": 4,
                "name": "Single Use"
            },
            "description": "Soyuz TMA-19 was a Soyuz spacecraft which launched on 15 June 2010 21:35 UTC. It transported three members of the Expedition 24 crew to the International Space Station. The crew consisted of Fyodor Yurchikhin, Shannon Walker, and Douglas H. Wheelock",
            "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": 539,
            "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/539/?format=api",
            "name": "Orion 002",
            "serial_number": "002",
            "is_placeholder": false,
            "in_space": false,
            "time_in_space": "P25DT10H52M46S",
            "time_docked": "P0D",
            "flights_count": 1,
            "mission_ends_count": 1,
            "status": {
                "id": 1,
                "name": "Active"
            },
            "description": "Orion spacecraft used for Artemis 1.",
            "spacecraft_config": {
                "id": 4,
                "url": "https://ll.thespacedevs.com/2.2.0/config/spacecraft/4/?format=api",
                "name": "Orion",
                "type": {
                    "id": 2,
                    "name": "Capsule"
                },
                "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": true,
                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/orion_image_20231118102035.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": 545,
            "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/545/?format=api",
            "name": "Soyuz MS-23",
            "serial_number": "11F732A48 #752",
            "is_placeholder": false,
            "in_space": false,
            "time_in_space": "P215DT10H52M33S",
            "time_docked": "P213DT6H20M",
            "flights_count": 1,
            "mission_ends_count": 1,
            "status": {
                "id": 4,
                "name": "Single Use"
            },
            "description": "Scheduled to launch to the ISS in early 2023.",
            "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"
            }
        }
    ]
}