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=480&ordering=-id
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=490&ordering=-id",
    "previous": "https://ll.thespacedevs.com/2.2.0/spacecraft/?format=api&limit=10&offset=470&ordering=-id",
    "results": [
        {
            "id": 110,
            "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/110/?format=api",
            "name": "Soyuz TM-20",
            "serial_number": "Soyuz TM 11F732A51 #69",
            "is_placeholder": false,
            "in_space": false,
            "time_in_space": "P169DT5H21M30S",
            "time_docked": "P167DT14M53S",
            "flights_count": 1,
            "mission_ends_count": 1,
            "status": {
                "id": 4,
                "name": "Single Use"
            },
            "description": "Soyuz TM-20 was a Soyuz spacecraft which launched on 3 October 1994 22:42 UTC. It transported two members of the Expedition 17 crew and one German astronaut to Mir. The Expedition 17 crew consisted of Alexander Viktorenko and Yelena Kondakova. The German was ESA astronaut Ulf Merbold.",
            "spacecraft_config": {
                "id": 41,
                "url": "https://ll.thespacedevs.com/2.2.0/config/spacecraft/41/?format=api",
                "name": "Soyuz TM",
                "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_tm_image_20231228130713.jpeg"
            }
        },
        {
            "id": 109,
            "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/109/?format=api",
            "name": "Soyuz TM-21",
            "serial_number": "Soyuz TM 11F732A51 #70",
            "is_placeholder": false,
            "in_space": false,
            "time_in_space": "P181DT40M26S",
            "time_docked": "P178DT19H45M19S",
            "flights_count": 1,
            "mission_ends_count": 1,
            "status": {
                "id": 4,
                "name": "Single Use"
            },
            "description": "Soyuz TM-21 was a Soyuz spacecraft which launched on 14 March 1995 06:11 UTC. It transported two members of the Expedition 19 crew and one American astronaut to Mir. The Expedition 18 crew consisted of Vladimir Dezhurov and Gennady Strekalov. The American astronaut was Norman Thagard. It marked the fist time an american launched on board a Russian vehicle.",
            "spacecraft_config": {
                "id": 41,
                "url": "https://ll.thespacedevs.com/2.2.0/config/spacecraft/41/?format=api",
                "name": "Soyuz TM",
                "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_tm_image_20231228130713.jpeg"
            }
        },
        {
            "id": 108,
            "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/108/?format=api",
            "name": "Soyuz TM-22",
            "serial_number": "Soyuz TM 11F732A51 #71",
            "is_placeholder": false,
            "in_space": false,
            "time_in_space": "P179DT1H41M37S",
            "time_docked": "P176DT20H50M13S",
            "flights_count": 1,
            "mission_ends_count": 1,
            "status": {
                "id": 4,
                "name": "Single Use"
            },
            "description": "Soyuz TM-22 was a Soyuz spacecraft which launched on 3 September 1995 09:00 UTC. It transported three members of the Expedition 20 crew to Mir. The crew consisted of Yuri Gidzenko, Sergei Avdeyev, and Thomas Reiter.",
            "spacecraft_config": {
                "id": 41,
                "url": "https://ll.thespacedevs.com/2.2.0/config/spacecraft/41/?format=api",
                "name": "Soyuz TM",
                "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_tm_image_20231228130713.jpeg"
            }
        },
        {
            "id": 107,
            "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/107/?format=api",
            "name": "Soyuz TM-23",
            "serial_number": "Soyuz TM 11F732A51 #72",
            "is_placeholder": false,
            "in_space": false,
            "time_in_space": "P193DT19H6M55S",
            "time_docked": "P191DT13H59M25S",
            "flights_count": 1,
            "mission_ends_count": 1,
            "status": {
                "id": 4,
                "name": "Single Use"
            },
            "description": "Soyuz TM-23 was a Soyuz spacecraft which launched on 21 February 1996 12:34 UTC. It transported two members of the Expedition 21 crew to Mir. The crew consisted of Yuri Onufrienko and Yury Usachov.",
            "spacecraft_config": {
                "id": 41,
                "url": "https://ll.thespacedevs.com/2.2.0/config/spacecraft/41/?format=api",
                "name": "Soyuz TM",
                "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_tm_image_20231228130713.jpeg"
            }
        },
        {
            "id": 106,
            "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/106/?format=api",
            "name": "Soyuz TM-24",
            "serial_number": "Soyuz TM 11F732A51 #73",
            "is_placeholder": false,
            "in_space": false,
            "time_in_space": "P196DT17H25M57S",
            "time_docked": "P0D",
            "flights_count": 1,
            "mission_ends_count": 1,
            "status": {
                "id": 4,
                "name": "Single Use"
            },
            "description": "Soyuz TM-24 was a Soyuz spacecraft which launched on 17 August 1996 13:18 UTC. It transported two members of the Expedition 22 and a French astronaut to Mir. The Expedition 22 crew consisted of Valery Korzun and Aleksandr Kaleri. The ESA astronaut was Claudie André-Deshays.",
            "spacecraft_config": {
                "id": 41,
                "url": "https://ll.thespacedevs.com/2.2.0/config/spacecraft/41/?format=api",
                "name": "Soyuz TM",
                "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_tm_image_20231228130713.jpeg"
            }
        },
        {
            "id": 105,
            "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/105/?format=api",
            "name": "Soyuz TM-25",
            "serial_number": "Soyuz TM 11F732A51 #74",
            "is_placeholder": false,
            "in_space": false,
            "time_in_space": "P184DT22H7M30S",
            "time_docked": "P182DT17H4M45S",
            "flights_count": 1,
            "mission_ends_count": 1,
            "status": {
                "id": 4,
                "name": "Single Use"
            },
            "description": "Soyuz TM-25 was a Soyuz spacecraft which launched on 10 February 1997 14:09 UTC. It transported two members of the Expedition 23 and a German astronaut to Mir. The Expedition 23 crew consisted of Vasili Tsibliyev and Aleksandr Lazutkin. The ESA astronaut was Reinhold Ewald.",
            "spacecraft_config": {
                "id": 41,
                "url": "https://ll.thespacedevs.com/2.2.0/config/spacecraft/41/?format=api",
                "name": "Soyuz TM",
                "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_tm_image_20231228130713.jpeg"
            }
        },
        {
            "id": 104,
            "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/104/?format=api",
            "name": "Soyuz TM-26",
            "serial_number": "Soyuz TM 11F732A51 #75",
            "is_placeholder": false,
            "in_space": false,
            "time_in_space": "P197DT17H34M6S",
            "time_docked": "P195DT12H50M43S",
            "flights_count": 1,
            "mission_ends_count": 1,
            "status": {
                "id": 4,
                "name": "Single Use"
            },
            "description": "Soyuz TM-26 was a Soyuz spacecraft which launched on 5 August 1997 15:35 UTC. It transported two members of the Expedition 24  to Mir. The crew consisted of Anatoly Solovyev and Pavel Vinogradov.",
            "spacecraft_config": {
                "id": 41,
                "url": "https://ll.thespacedevs.com/2.2.0/config/spacecraft/41/?format=api",
                "name": "Soyuz TM",
                "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_tm_image_20231228130713.jpeg"
            }
        },
        {
            "id": 103,
            "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/103/?format=api",
            "name": "Soyuz TM-27",
            "serial_number": "Soyuz TM 11F732A51 #76",
            "is_placeholder": false,
            "in_space": false,
            "time_in_space": "P207DT12H50M18S",
            "time_docked": "P205DT8H10M35S",
            "flights_count": 1,
            "mission_ends_count": 1,
            "status": {
                "id": 4,
                "name": "Single Use"
            },
            "description": "Soyuz TM-27 was a Soyuz spacecraft which launched on 29 January 1998 16:33 UTC. It transported two members of the Expedition 25  and one astronaut to Mir. The Expedition 25 crew consisted of Talgat Musabayev and Nikolai Budarin. The astronaut was Léopold Eyharts from the European Space Agency.",
            "spacecraft_config": {
                "id": 41,
                "url": "https://ll.thespacedevs.com/2.2.0/config/spacecraft/41/?format=api",
                "name": "Soyuz TM",
                "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_tm_image_20231228130713.jpeg"
            }
        },
        {
            "id": 102,
            "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/102/?format=api",
            "name": "Soyuz TM-28",
            "serial_number": "Soyuz TM 11F732A51 #77",
            "is_placeholder": false,
            "in_space": false,
            "time_in_space": "P198DT16H30M49S",
            "time_docked": "P176DT11H58M17S",
            "flights_count": 1,
            "mission_ends_count": 1,
            "status": {
                "id": 4,
                "name": "Single Use"
            },
            "description": "Soyuz TM-28 was a Soyuz spacecraft which launched on 13 August 1998 09:43 UTC. It transported two members of the Expedition 26  and one cosmonaut to to Mir. The Expedition 26 crew consisted of Gennady Padalka and Sergei Avdeyev. Yuri Baturin spent 11 days on the station.",
            "spacecraft_config": {
                "id": 41,
                "url": "https://ll.thespacedevs.com/2.2.0/config/spacecraft/41/?format=api",
                "name": "Soyuz TM",
                "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_tm_image_20231228130713.jpeg"
            }
        },
        {
            "id": 101,
            "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/101/?format=api",
            "name": "Soyuz TM-29",
            "serial_number": "Soyuz TM 11F732A51 #78",
            "is_placeholder": false,
            "in_space": false,
            "time_in_space": "P188DT20H16M19S",
            "time_docked": "P186DT15H40M45S",
            "flights_count": 1,
            "mission_ends_count": 1,
            "status": {
                "id": 4,
                "name": "Single Use"
            },
            "description": "Soyuz TM-29 was a Soyuz spacecraft which launched on 20 February 1999 04:18 UTC. It transported two members of the Expedition 27 and one cosmonaut to to Mir. The Expedition 27 crew consisted of iktor Afanasyev and Jean-Pierre Haigneré. Ivan Bella stayed for 8 days aboard Mir.",
            "spacecraft_config": {
                "id": 41,
                "url": "https://ll.thespacedevs.com/2.2.0/config/spacecraft/41/?format=api",
                "name": "Soyuz TM",
                "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_tm_image_20231228130713.jpeg"
            }
        }
    ]
}