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=260&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=270&ordering=-flights_count",
    "previous": "https://ll.thespacedevs.com/2.2.0/spacecraft/?format=api&limit=10&offset=250&ordering=-flights_count",
    "results": [
        {
            "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": 183,
            "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/183/?format=api",
            "name": "Soyuz 24",
            "serial_number": "Soyuz 7K-T/A9 11F615A9 #66",
            "is_placeholder": false,
            "in_space": false,
            "time_in_space": "P17DT17H26M10S",
            "time_docked": "P16DT12H43M",
            "flights_count": 1,
            "mission_ends_count": 1,
            "status": {
                "id": 4,
                "name": "Single Use"
            },
            "description": "Soyuz 24 was a Soyuz spacecraft which launched on 7 February 1977 16:11 UTC. It  transported two cosmonauts on the third flight to Salyut 5. The crew was Viktor Gorbatko and Yuri Glazkov.",
            "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": 158,
            "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/158/?format=api",
            "name": "Albert Einstein ATV",
            "serial_number": "ATV-004",
            "is_placeholder": false,
            "in_space": false,
            "time_in_space": "P149DT2H7M49S",
            "time_docked": "P135DT4H48M",
            "flights_count": 1,
            "mission_ends_count": 1,
            "status": {
                "id": 4,
                "name": "Single Use"
            },
            "description": "The Albert Einstein ATV, or Automated Transfer Vehicle 004 (ATV-004), was a European unmanned cargo resupply spacecraft, named after the German-born physicist Albert Einstein. It was built to supply the International Space Station (ISS) with propellant, water, air, and dry cargo, and also to reboost the station's altitude with its thrusters. It was the fourth and penultimate ATV to be built, following the Edoardo Amaldi, which was launched in March 2012. Albert Einstein's components were constructed in Turin, Italy, and Bremen, Germany, and underwent final assembly and testing in Bremen in 2012. The spacecraft left Bremen for Kourou on 31 August 2012 to begin launch preparations.",
            "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": 607,
            "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/607/?format=api",
            "name": "Progress MS-30",
            "serial_number": null,
            "is_placeholder": false,
            "in_space": true,
            "time_in_space": "P53DT4H57M33S",
            "time_docked": "P51DT3H20M",
            "flights_count": 1,
            "mission_ends_count": 0,
            "status": {
                "id": 4,
                "name": "Single Use"
            },
            "description": "Progress MS-30 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": 401,
            "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/401/?format=api",
            "name": "Progress 15",
            "serial_number": "Progress 15 (No.112)",
            "is_placeholder": false,
            "in_space": false,
            "time_in_space": "P28DT12H9M6S",
            "time_docked": "P24DT7H34M",
            "flights_count": 1,
            "mission_ends_count": 1,
            "status": {
                "id": 4,
                "name": "Single Use"
            },
            "description": "Progress 15 (Russian: Прогресс 15), was a Progress spacecraft used to resupply the space station Salyut 7.",
            "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": 350,
            "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/350/?format=api",
            "name": "Progress M-23",
            "serial_number": "Progress M-23 (No.223)",
            "is_placeholder": false,
            "in_space": false,
            "time_in_space": "P41DT10H26M56S",
            "time_docked": "P39DT2H28M4S",
            "flights_count": 1,
            "mission_ends_count": 1,
            "status": {
                "id": 4,
                "name": "Single Use"
            },
            "description": "Progress M-23 (Russian: Прогресс М-23), was a Progress spacecraft used to resupply the space station Mir.",
            "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": 262,
            "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/262/?format=api",
            "name": "Progress M-12M",
            "serial_number": "Progress M-12M (No.412)",
            "is_placeholder": false,
            "in_space": false,
            "time_in_space": "PT13H25M",
            "time_docked": "P0D",
            "flights_count": 1,
            "mission_ends_count": 1,
            "status": {
                "id": 4,
                "name": "Single Use"
            },
            "description": "Progress M-12M (Russian: Прогресс М-12М), identified by NASA as Progress 44 or 44P, was an unmanned Progress spacecraft that was lost in a launch failure in August 2011",
            "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": 294,
            "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/294/?format=api",
            "name": "Progress M-67",
            "serial_number": "Progress M-67 (No.367)",
            "is_placeholder": false,
            "in_space": false,
            "time_in_space": "P64DT23H22M4S",
            "time_docked": "P53DT20H13M",
            "flights_count": 1,
            "mission_ends_count": 1,
            "status": {
                "id": 4,
                "name": "Single Use"
            },
            "description": "Progress M-67 (Russian: Прогресс М-67), identified by NASA as Progress 34 or 34P, 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": 318,
            "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/318/?format=api",
            "name": "Progress M-46",
            "serial_number": "Progress M-46 (No.246)",
            "is_placeholder": false,
            "in_space": false,
            "time_in_space": "P110DT4H45M30S",
            "time_docked": "P87DT7H36M",
            "flights_count": 1,
            "mission_ends_count": 1,
            "status": {
                "id": 4,
                "name": "Single Use"
            },
            "description": "Progress M-46 (Russian: Прогресс М-46), identified by NASA as Progress 8 or 8P, 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": 141,
            "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/141/?format=api",
            "name": "Soyuz T-5",
            "serial_number": "Soyuz T 11F732 #11",
            "is_placeholder": false,
            "in_space": false,
            "time_in_space": "P106DT5H6M11S",
            "time_docked": "P105DT7M",
            "flights_count": 1,
            "mission_ends_count": 1,
            "status": {
                "id": 4,
                "name": "Single Use"
            },
            "description": "Soyuz T-5 was a Soyuz spacecraft which launched on 13 May 1982 09:58 UTC. It  transported two cosmonauts of EO-1 to Salyut 7. The crew was Anatoli Berezovoy and Valentin Lebedev.",
            "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"
            }
        }
    ]
}