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=340&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=350&ordering=-flights_count",
    "previous": "https://ll.thespacedevs.com/2.2.0/spacecraft/?format=api&limit=10&offset=330&ordering=-flights_count",
    "results": [
        {
            "id": 425,
            "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/425/?format=api",
            "name": "Shenzhou 8",
            "serial_number": "8",
            "is_placeholder": false,
            "in_space": false,
            "time_in_space": "P16DT13H33M50S",
            "time_docked": "P13DT4H55M",
            "flights_count": 1,
            "mission_ends_count": 1,
            "status": {
                "id": 4,
                "name": "Single Use"
            },
            "description": "The Shenzhou 8 spacecraft was automatically docked with the Tiangong-1 space module (launched on 29 September 2011) on November 3 and again on November 14, 2011. This unmanned docking—China's first—was followed in 2012 with the manned Shenzhou 9 mission, which performed a manned docking (also China's first) with the Tiangong-1 module.",
            "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": 430,
            "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/430/?format=api",
            "name": "Kounotori 8",
            "serial_number": "HTV-8",
            "is_placeholder": false,
            "in_space": false,
            "time_in_space": "P38DT1H15M55S",
            "time_docked": "P34DT6H9M",
            "flights_count": 1,
            "mission_ends_count": 1,
            "status": {
                "id": 4,
                "name": "Single Use"
            },
            "description": "Kounotori 8 is the eighth HTV spacecraft. It is scheduled to launch in September 2019 on a resupply mission to the ISS.",
            "spacecraft_config": {
                "id": 18,
                "url": "https://ll.thespacedevs.com/2.2.0/config/spacecraft/18/?format=api",
                "name": "H-II Transfer Vehicle (HTV)",
                "type": {
                    "id": 4,
                    "name": "Cargo Resupply"
                },
                "agency": {
                    "id": 37,
                    "url": "https://ll.thespacedevs.com/2.2.0/agencies/37/?format=api",
                    "name": "Japan Aerospace Exploration Agency",
                    "type": "Government"
                },
                "in_use": false,
                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/htv-4_captured__image_20240325122159.jpeg"
            }
        },
        {
            "id": 431,
            "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/431/?format=api",
            "name": "Soyuz MS-15",
            "serial_number": "Soyuz MS 11F732A48 #744",
            "is_placeholder": false,
            "in_space": false,
            "time_in_space": "P204DT15H19M1S",
            "time_docked": "P204DT6H13M",
            "flights_count": 1,
            "mission_ends_count": 1,
            "status": {
                "id": 4,
                "name": "Single Use"
            },
            "description": "Soyuz MS-15 is a Soyuz spacecraft launched in September 2019 with three crew members of the Expedition 61 to the International Space Station.\r\nMS-15 was 144th flight of a Soyuz spacecraft and the last flight of Soyuz-FG launcher.\r\nIt landed back on Earth on April 17, 2020.",
            "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": 432,
            "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/432/?format=api",
            "name": "Cygnus CRS NG-12 (S.S. Alan Bean)",
            "serial_number": null,
            "is_placeholder": false,
            "in_space": false,
            "time_in_space": "P136DT9H13S",
            "time_docked": "P88DT5H25M",
            "flights_count": 1,
            "mission_ends_count": 1,
            "status": {
                "id": 4,
                "name": "Single Use"
            },
            "description": "This is the twelfth flight to the ISS by the Cygnus spacecraft under the CRS program and their first under the CRS2 program. This is also the 8th use of the enhanced size Cygnus.",
            "spacecraft_config": {
                "id": 19,
                "url": "https://ll.thespacedevs.com/2.2.0/config/spacecraft/19/?format=api",
                "name": "Cygnus Enhanced",
                "type": {
                    "id": 4,
                    "name": "Cargo Resupply"
                },
                "agency": {
                    "id": 257,
                    "url": "https://ll.thespacedevs.com/2.2.0/agencies/257/?format=api",
                    "name": "Northrop Grumman Space Systems",
                    "type": "Commercial"
                },
                "in_use": true,
                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/cygnus2520enhanced_image_20190207032513.jpeg"
            }
        },
        {
            "id": 433,
            "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/433/?format=api",
            "name": "Progress MS-13",
            "serial_number": "MS-13 (No.443)",
            "is_placeholder": false,
            "in_space": false,
            "time_in_space": "P215DT12H30M49S",
            "time_docked": "P212DT7H46M49S",
            "flights_count": 1,
            "mission_ends_count": 1,
            "status": {
                "id": 4,
                "name": "Single Use"
            },
            "description": "Progress MS-13 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": 436,
            "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/436/?format=api",
            "name": "Crew Dragon C205",
            "serial_number": "C205",
            "is_placeholder": false,
            "in_space": false,
            "time_in_space": "PT9M",
            "time_docked": "P0D",
            "flights_count": 1,
            "mission_ends_count": 1,
            "status": {
                "id": 1,
                "name": "Active"
            },
            "description": "Crew Dragon 2 is the Crew Dragon spacecraft launched on the In Flight Abort Test.",
            "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"
            }
        },
        {
            "id": 167,
            "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/167/?format=api",
            "name": "Cygnus CRS OA-7",
            "serial_number": null,
            "is_placeholder": false,
            "in_space": false,
            "time_in_space": "P54DT1H56M34S",
            "time_docked": "P43DT1H",
            "flights_count": 1,
            "mission_ends_count": 1,
            "status": {
                "id": 4,
                "name": "Single Use"
            },
            "description": "Cygnus CRS OA-7, also known as Orbital ATK CRS-7, is the eighth flight of the Orbital ATK unmanned resupply spacecraft Cygnus and its seventh flight to the International Space Station under the Commercial Resupply Services contract with NASA. Orbital and NASA jointly developed a new space transportation system to provide commercial cargo resupply services to the International Space Station (ISS). Under the Commercial Orbital Transportation Services (COTS) program, then Orbital Sciences designed and built Antares, a medium-class launch vehicle; Cygnus, an advanced maneuvering spacecraft, and a Pressurized Cargo Module which is provided by Orbital's industrial partner Thales Alenia Space.\r\n\r\nThe OA-7 is named the S.S. John Glenn in honor of astronaut and senator John Glenn, the first US astronaut to orbit the Earth on Mercury 6 and the oldest to go to space on STS-95.",
            "spacecraft_config": {
                "id": 19,
                "url": "https://ll.thespacedevs.com/2.2.0/config/spacecraft/19/?format=api",
                "name": "Cygnus Enhanced",
                "type": {
                    "id": 4,
                    "name": "Cargo Resupply"
                },
                "agency": {
                    "id": 257,
                    "url": "https://ll.thespacedevs.com/2.2.0/agencies/257/?format=api",
                    "name": "Northrop Grumman Space Systems",
                    "type": "Commercial"
                },
                "in_use": true,
                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/cygnus2520enhanced_image_20190207032513.jpeg"
            }
        },
        {
            "id": 150,
            "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/150/?format=api",
            "name": "Soyuz 34",
            "serial_number": "Soyuz 7K-T 11F615A8 #50",
            "is_placeholder": false,
            "in_space": false,
            "time_in_space": "P73DT18H16M45S",
            "time_docked": "P71DT12H34M",
            "flights_count": 1,
            "mission_ends_count": 1,
            "status": {
                "id": 4,
                "name": "Single Use"
            },
            "description": "Soyuz 34 was a Soyuz spacecraft which launched on 6 June 1979 18:12 UTC. It  launched with no crew, but was used as a spacecraft down for two cosmonauts of EO-3 from Salyut 6. The crew was Vladimir Lyakhov and Valery Ryumin.",
            "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": 384,
            "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/384/?format=api",
            "name": "Progress 31",
            "serial_number": "Progress 31 (No.138)",
            "is_placeholder": false,
            "in_space": false,
            "time_in_space": "P50DT4H17M49S",
            "time_docked": "P47DT1H30M6S",
            "flights_count": 1,
            "mission_ends_count": 1,
            "status": {
                "id": 4,
                "name": "Single Use"
            },
            "description": "Progress 31 (Russian: Прогресс 31), was a Progress spacecraft used to resupply the space station Mir.",
            "spacecraft_config": {
                "id": 8,
                "url": "https://ll.thespacedevs.com/2.2.0/config/spacecraft/8/?format=api",
                "name": "Progress 7K-TG",
                "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_7k-tg_image_20231220085840.png"
            }
        },
        {
            "id": 184,
            "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/184/?format=api",
            "name": "Soyuz 23",
            "serial_number": "Soyuz 7K-T/A9 11F615A9 #65",
            "is_placeholder": false,
            "in_space": false,
            "time_in_space": "P2DT6M35S",
            "time_docked": "P0D",
            "flights_count": 1,
            "mission_ends_count": 1,
            "status": {
                "id": 4,
                "name": "Single Use"
            },
            "description": "Soyuz 23 was a Soyuz spacecraft which launched on 14 October 1976 17:39 UTC. It  transported two cosmonauts on the second flight to Salyut 5. Docking failed due to a docking system failure. The crew was Vyacheslav Zudov and Valery Rozhdestvensky.",
            "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"
            }
        }
    ]
}