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=250&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=260&ordering=-flights_count",
    "previous": "https://ll.thespacedevs.com/2.2.0/spacecraft/?format=api&limit=10&offset=240&ordering=-flights_count",
    "results": [
        {
            "id": 197,
            "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/197/?format=api",
            "name": "Soyuz 10",
            "serial_number": "Soyuz 7K-OKS 11F615A8 #31",
            "is_placeholder": false,
            "in_space": false,
            "time_in_space": "P1DT23H45M54S",
            "time_docked": "PT5H50M",
            "flights_count": 1,
            "mission_ends_count": 1,
            "status": {
                "id": 4,
                "name": "Single Use"
            },
            "description": "Soyuz 10 was a Soyuz spacecraft which launched on 22 April 1971 23:54 UTC. It transported three cosmonauts on the first flight to Salyut 1, but docking failed. The crew was Vladimir Shatalov, Aleksei Yeliseyev, and Nikolai Rukavishnikov.",
            "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": 387,
            "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/387/?format=api",
            "name": "Progress 28",
            "serial_number": "Progress 28 (No.135)",
            "is_placeholder": false,
            "in_space": false,
            "time_in_space": "P24DT16H34M55S",
            "time_docked": "P20DT16H24M12S",
            "flights_count": 1,
            "mission_ends_count": 1,
            "status": {
                "id": 4,
                "name": "Single Use"
            },
            "description": "Progress 28 (Russian: Прогресс 28), 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": 404,
            "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/404/?format=api",
            "name": "Progress 12",
            "serial_number": "Progress 12 (No.113)",
            "is_placeholder": false,
            "in_space": false,
            "time_in_space": "P55DT2H40M58S",
            "time_docked": "P52DT2H18M",
            "flights_count": 1,
            "mission_ends_count": 1,
            "status": {
                "id": 4,
                "name": "Single Use"
            },
            "description": "Progress 12 (Russian: Прогресс 12), was a Progress spacecraft used to resupply the space station Salyut 6.",
            "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": 469,
            "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/469/?format=api",
            "name": "Shenzhou 15",
            "serial_number": "15",
            "is_placeholder": false,
            "in_space": false,
            "time_in_space": "P186DT7H24M43S",
            "time_docked": "P185DT15H47M",
            "flights_count": 1,
            "mission_ends_count": 1,
            "status": {
                "id": 4,
                "name": "Single Use"
            },
            "description": "Fourth 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": 416,
            "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/416/?format=api",
            "name": "Soyuz MS-13",
            "serial_number": "Soyuz MS 11F732A48 #746",
            "is_placeholder": false,
            "in_space": false,
            "time_in_space": "P200DT16H44M24S",
            "time_docked": "P200DT6H38M38S",
            "flights_count": 1,
            "mission_ends_count": 1,
            "status": {
                "id": 4,
                "name": "Single Use"
            },
            "description": "Soyuz MS-13 will transport three astronauts  to the International Space Station. The crew consists of Aleksandr Skvortsov, Luca Parmitano, and Andrew R. Morgan.",
            "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": 247,
            "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/247/?format=api",
            "name": "Progress M-26M",
            "serial_number": "Progress M-26M (No.425)",
            "is_placeholder": false,
            "in_space": false,
            "time_in_space": "P178DT3H16M43S",
            "time_docked": "P177DT17H22M",
            "flights_count": 1,
            "mission_ends_count": 1,
            "status": {
                "id": 4,
                "name": "Single Use"
            },
            "description": "Progress M-26M (Russian: Прогресс М-26М), identified by NASA as Progress 58 or 58P, is a Progress spacecraft used by Roskosmos 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": 169,
            "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/169/?format=api",
            "name": "Cygnus CRS OA-9E",
            "serial_number": null,
            "is_placeholder": false,
            "in_space": false,
            "time_in_space": "P70DT32M54S",
            "time_docked": "P52DT54M",
            "flights_count": 1,
            "mission_ends_count": 1,
            "status": {
                "id": 4,
                "name": "Single Use"
            },
            "description": "Cygnus CRS OA-9E, also known as Orbital ATK OA-9E and Northrop Grumman OA-9E, was the tenth planned flight of the Orbital ATK uncrewed resupply spacecraft Cygnus and its ninth 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.",
            "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": 159,
            "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/159/?format=api",
            "name": "Georges Lemaître ATV",
            "serial_number": "ATV-005",
            "is_placeholder": false,
            "in_space": false,
            "time_in_space": "P200DT12M22S",
            "time_docked": "P186DT12M",
            "flights_count": 1,
            "mission_ends_count": 1,
            "status": {
                "id": 4,
                "name": "Single Use"
            },
            "description": "The Georges Lemaître ATV, or Automated Transfer Vehicle 5 (ATV-5), was a European unmanned cargo resupply spacecraft, named after the Belgian astronomer Georges Lemaître. The spacecraft was launched during the night of 29 July 2014 (23:44 GMT, 20:44 local time, 30 July 01:44 CEST), on a mission to supply the International Space Station (ISS) with propellant, water, air, and dry cargo. It was the fifth and final ATV to be built and launched. Georges Lemaître was constructed in Turin, Italy, and Bremen, Germany. Cargo loading was completed in Guiana Space Center on 23 July 2014.",
            "spacecraft_config": {
                "id": 17,
                "url": "https://ll.thespacedevs.com/2.2.0/config/spacecraft/17/?format=api",
                "name": "Automated Transfer Vehicle (ATV)",
                "type": {
                    "id": 4,
                    "name": "Cargo Resupply"
                },
                "agency": {
                    "id": 115,
                    "url": "https://ll.thespacedevs.com/2.2.0/agencies/115/?format=api",
                    "name": "Arianespace",
                    "type": "Commercial"
                },
                "in_use": false,
                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/automated_trans_image_20231118111716.jpeg"
            }
        },
        {
            "id": 186,
            "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/186/?format=api",
            "name": "Soyuz 21",
            "serial_number": "Soyuz 7K-T 11F615A8 #41",
            "is_placeholder": false,
            "in_space": false,
            "time_in_space": "P49DT6H23M32S",
            "time_docked": "P48DT13S",
            "flights_count": 1,
            "mission_ends_count": 1,
            "status": {
                "id": 4,
                "name": "Single Use"
            },
            "description": "Soyuz 21 was a Soyuz spacecraft which launched on 6 July 1976 12:08 UTC. It transported two cosmonauts on the first flight to Salyut. The crew was Boris Volynov and Vitaly Zholobov.",
            "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": 491,
            "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/491/?format=api",
            "name": "Soyuz 7K-OK No.6",
            "serial_number": "Soyuz 7K-OK (A) 11F615 #6",
            "is_placeholder": false,
            "in_space": false,
            "time_in_space": "P3DT14H30M1S",
            "time_docked": "PT3H30M",
            "flights_count": 1,
            "mission_ends_count": 1,
            "status": {
                "id": 4,
                "name": "Single Use"
            },
            "description": "First generation Soyuz used for a test flight.",
            "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"
            }
        }
    ]
}