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&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=10&ordering=time_docked",
    "previous": null,
    "results": [
        {
            "id": 192,
            "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/192/?format=api",
            "name": "Soyuz 15",
            "serial_number": "Soyuz 7K-T/A9 11F615A9 #63",
            "is_placeholder": false,
            "in_space": false,
            "time_in_space": "P2DT12M11S",
            "time_docked": "P0D",
            "flights_count": 1,
            "mission_ends_count": 1,
            "status": {
                "id": 4,
                "name": "Single Use"
            },
            "description": "Soyuz 15 was a Soyuz spacecraft which launched on 26 August 1974 19:58 UTC. It intended to transport two cosmonauts on the  second flight to Salyut 3, but docking failed. The crew was Gennadi Sarafanov and Lev Dyomin.",
            "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": 484,
            "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/484/?format=api",
            "name": "Mercury No.6",
            "serial_number": "6",
            "is_placeholder": false,
            "in_space": false,
            "time_in_space": "PT18M",
            "time_docked": "P0D",
            "flights_count": 1,
            "mission_ends_count": 1,
            "status": {
                "id": 4,
                "name": "Single Use"
            },
            "description": "Mercury No.6 is the Mercury capsule used for the Mercury-Atlas 2 mission.",
            "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": 540,
            "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/540/?format=api",
            "name": "Orion 003",
            "serial_number": "003",
            "is_placeholder": false,
            "in_space": false,
            "time_in_space": "P0D",
            "time_docked": "P0D",
            "flights_count": 0,
            "mission_ends_count": 0,
            "status": {
                "id": 5,
                "name": "Under construction"
            },
            "description": "Orion spacecraft used for Artemis 2.",
            "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": 599,
            "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/599/?format=api",
            "name": "RSS Kármán line",
            "serial_number": null,
            "is_placeholder": false,
            "in_space": false,
            "time_in_space": "PT10M",
            "time_docked": "P0D",
            "flights_count": 1,
            "mission_ends_count": 1,
            "status": {
                "id": 1,
                "name": "Active"
            },
            "description": "Second human rated Crew Capsule for New Shepard.",
            "spacecraft_config": {
                "id": 21,
                "url": "https://ll.thespacedevs.com/2.2.0/config/spacecraft/21/?format=api",
                "name": "Crew Capsule 2.0",
                "type": {
                    "id": 2,
                    "name": "Capsule"
                },
                "agency": {
                    "id": 141,
                    "url": "https://ll.thespacedevs.com/2.2.0/agencies/141/?format=api",
                    "name": "Blue Origin",
                    "type": "Commercial"
                },
                "in_use": true,
                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/crew2520capsule25202.0_image_20190309095011.jpeg"
            }
        },
        {
            "id": 208,
            "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/208/?format=api",
            "name": "Voskhod-3KD No.4",
            "serial_number": "Voskhod-3KD No.4",
            "is_placeholder": false,
            "in_space": false,
            "time_in_space": "P1DT2H2M17S",
            "time_docked": "P0D",
            "flights_count": 1,
            "mission_ends_count": 1,
            "status": {
                "id": 4,
                "name": "Single Use"
            },
            "description": "Voskhod 2 was a Voskhod spacecraft which launched on 18 March 1965 07:00 UTC. It was the second manned flight of the Voskhod program. It launched two cosmonauts for craft testing and science purposes. The crew was Pavel Belyayev and Alexey Leonov.",
            "spacecraft_config": {
                "id": 16,
                "url": "https://ll.thespacedevs.com/2.2.0/config/spacecraft/16/?format=api",
                "name": "Voskhod",
                "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/voskhod_image_20190207032525.png"
            }
        },
        {
            "id": 228,
            "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/228/?format=api",
            "name": "Vostok-3KA No.4",
            "serial_number": "Vostok-3KA No.4",
            "is_placeholder": false,
            "in_space": false,
            "time_in_space": "P1DT1H18M",
            "time_docked": "P0D",
            "flights_count": 1,
            "mission_ends_count": 1,
            "status": {
                "id": 4,
                "name": "Single Use"
            },
            "description": "Vostok 2 was a Vostok spacecraft which launched on 6 August 1961 06:00 UTC. It transported one cosmonaut to Low Earth Orbit. The crew was Gherman Titov.",
            "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": 206,
            "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/206/?format=api",
            "name": "Soyuz 1",
            "serial_number": "Soyuz 7K-OK (A) 11F615 #4",
            "is_placeholder": false,
            "in_space": false,
            "time_in_space": "P1DT2H47M52S",
            "time_docked": "P0D",
            "flights_count": 1,
            "mission_ends_count": 1,
            "status": {
                "id": 4,
                "name": "Single Use"
            },
            "description": "Soyuz 1 was a Soyuz spacecraft which launched on 23 April 1967 00:35 UTC. It was the first manned flight of the Soyuz program carrying cosmonaut Colonel Vladimir Komarov. The landing failed due to parachute failure. It was the first in-flight fatality in the history of spaceflight.",
            "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": 505,
            "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/505/?format=api",
            "name": "Soyuz 7K-L1 No.4",
            "serial_number": "Soyuz 7K-L1 #4",
            "is_placeholder": false,
            "in_space": false,
            "time_in_space": "PT1M37S",
            "time_docked": "P0D",
            "flights_count": 1,
            "mission_ends_count": 1,
            "status": {
                "id": 4,
                "name": "Single Use"
            },
            "description": "The Soyuz 7K-L1 \"Zond\" spacecraft was designed to launch men from the Earth to circle the Moon without going into lunar orbit in the context of the Soviet crewed Moon-flyby program in the Moon race. It was based on the Soyuz 7K-OK.",
            "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": 521,
            "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/521/?format=api",
            "name": "Soyuz 7K-S No.1",
            "serial_number": "Soyuz 7K-S 11F732 #1",
            "is_placeholder": false,
            "in_space": false,
            "time_in_space": "P2DT23H57M",
            "time_docked": "P0D",
            "flights_count": 1,
            "mission_ends_count": 1,
            "status": {
                "id": 4,
                "name": "Single Use"
            },
            "description": "Military version of the Soyuz 7K spacecraft.",
            "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": 480,
            "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/480/?format=api",
            "name": "Apollo CSM-011",
            "serial_number": "CSM-011",
            "is_placeholder": false,
            "in_space": false,
            "time_in_space": "PT1H33M2S",
            "time_docked": "P0D",
            "flights_count": 1,
            "mission_ends_count": 1,
            "status": {
                "id": 4,
                "name": "Single Use"
            },
            "description": "Apollo CSM used for the AS-202 suborbital test flight.",
            "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"
            }
        }
    ]
}