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' Example - /2.0.0/spacecraft/?status=Active

SEARCH EXAMPLE: Example - /2.0.0/spacecraft/?search=Dragon

ORDERING: Fields - 'id' Example - /2.0.0/spacecraft/?order=id

GET /2.0.0/spacecraft/?format=api&offset=120&ordering=id
HTTP 200 OK
Allow: GET
Content-Type: application/json
Vary: Accept

{
    "count": 591,
    "next": "https://ll.thespacedevs.com/2.0.0/spacecraft/?format=api&limit=10&offset=130&ordering=id",
    "previous": "https://ll.thespacedevs.com/2.0.0/spacecraft/?format=api&limit=10&offset=110&ordering=id",
    "results": [
        {
            "id": 121,
            "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/121/?format=api",
            "name": "Soyuz TM-9",
            "serial_number": "Soyuz TM 11F732A51 #60",
            "status": {
                "id": 4,
                "name": "Single Use"
            },
            "description": "Soyuz TM-9 was a Soyuz spacecraft which launched on 11 February 1990 06:16 UTC. It transported two members of the Expedition 6 crew to Mir. The crew consisted of Anatoly Solovyev and Aleksandr Balandin.",
            "spacecraft_config": {
                "id": 41,
                "url": "https://ll.thespacedevs.com/2.0.0/config/spacecraft/41/?format=api",
                "name": "Soyuz TM",
                "type": {
                    "id": 2,
                    "name": "Capsule"
                },
                "agency": {
                    "id": 63,
                    "url": "https://ll.thespacedevs.com/2.0.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": 122,
            "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/122/?format=api",
            "name": "Soyuz TM-8",
            "serial_number": "Soyuz TM 11F732A51 #58",
            "status": {
                "id": 4,
                "name": "Single Use"
            },
            "description": "Soyuz TM-8 was a Soyuz spacecraft which launched on 5 September 1989 21:38 UTC. It transported two members of the Expedition 5 crew to Mir. The crew consisted of Alexander Viktorenko and Aleksandr Serebrov.",
            "spacecraft_config": {
                "id": 41,
                "url": "https://ll.thespacedevs.com/2.0.0/config/spacecraft/41/?format=api",
                "name": "Soyuz TM",
                "type": {
                    "id": 2,
                    "name": "Capsule"
                },
                "agency": {
                    "id": 63,
                    "url": "https://ll.thespacedevs.com/2.0.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": 123,
            "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/123/?format=api",
            "name": "Soyuz TM-7",
            "serial_number": "Soyuz TM 11F732A51 #57",
            "status": {
                "id": 4,
                "name": "Single Use"
            },
            "description": "Soyuz TM-7 was a Soyuz spacecraft which launched on 26 November 1988 15:49 UTC. It transported two members of the Expedition 4 crew and a French astronaut to Mir. The Expedition 4 crew consisted of Alexander Volkov and Sergei Krikalyov. The French astronaut was Jean-Loup Chrétien.",
            "spacecraft_config": {
                "id": 41,
                "url": "https://ll.thespacedevs.com/2.0.0/config/spacecraft/41/?format=api",
                "name": "Soyuz TM",
                "type": {
                    "id": 2,
                    "name": "Capsule"
                },
                "agency": {
                    "id": 63,
                    "url": "https://ll.thespacedevs.com/2.0.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": 124,
            "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/124/?format=api",
            "name": "Soyuz TM-6",
            "serial_number": "Soyuz TM 11F732A51 #56",
            "status": {
                "id": 4,
                "name": "Single Use"
            },
            "description": "Soyuz TM-6 was a Soyuz spacecraft which launched on 29 August 1988 04:23 UTC. It transported one member of Expedition 3, one of Expedition 4 and a Afghan cosmonaut to Mir. The EO-3 member was Vladimir Lyakhov, the EO-4 member was Valeri Polyakov, and the Afghan cosmonaut was Abdul Mohmand.",
            "spacecraft_config": {
                "id": 41,
                "url": "https://ll.thespacedevs.com/2.0.0/config/spacecraft/41/?format=api",
                "name": "Soyuz TM",
                "type": {
                    "id": 2,
                    "name": "Capsule"
                },
                "agency": {
                    "id": 63,
                    "url": "https://ll.thespacedevs.com/2.0.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": 125,
            "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/125/?format=api",
            "name": "Soyuz TM-5",
            "serial_number": "Soyuz TM 11F732A51 #55",
            "status": {
                "id": 4,
                "name": "Single Use"
            },
            "description": "Soyuz TM-4 was a Soyuz spacecraft which launched on 7 June 1988 14:03 UTC. It transported two soviets and one Bulgarian cosmonaut to Mir. The soviet cosmonauts were Anatoly Solovyev and Viktor Savinykh. The Bulgarian cosmonaut was Aleksandr Aleksandrov.",
            "spacecraft_config": {
                "id": 41,
                "url": "https://ll.thespacedevs.com/2.0.0/config/spacecraft/41/?format=api",
                "name": "Soyuz TM",
                "type": {
                    "id": 2,
                    "name": "Capsule"
                },
                "agency": {
                    "id": 63,
                    "url": "https://ll.thespacedevs.com/2.0.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": 126,
            "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/126/?format=api",
            "name": "Soyuz TM-4",
            "serial_number": "Soyuz TM 11F732A51 #54",
            "status": {
                "id": 4,
                "name": "Single Use"
            },
            "description": "Soyuz TM-4 was a Soyuz spacecraft which launched on 21 December 1987 11:18 UTC. It transported two members of Expedition 3 and one Soviet cosmonaut to Mir. The Expedition 3 members were Vladimir Titov and Musa Manarov. The Soviet cosmonaut was Anatoli Levchenko.",
            "spacecraft_config": {
                "id": 41,
                "url": "https://ll.thespacedevs.com/2.0.0/config/spacecraft/41/?format=api",
                "name": "Soyuz TM",
                "type": {
                    "id": 2,
                    "name": "Capsule"
                },
                "agency": {
                    "id": 63,
                    "url": "https://ll.thespacedevs.com/2.0.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": 127,
            "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/127/?format=api",
            "name": "Soyuz TM-3",
            "serial_number": "Soyuz TM 11F732A51 #53",
            "status": {
                "id": 4,
                "name": "Single Use"
            },
            "description": "Soyuz TM-3 was a Soyuz spacecraft which launched on 22 July 1987 01:59 UTC. It transported one member of Expedition 2, and two cosmonauts on a short stay to Mir. The Expedition 2 member was Aleksandr Pavlovich Aleksandrov. The other cosmonauts were Alexander Viktorenko and Muhammed Faris.",
            "spacecraft_config": {
                "id": 41,
                "url": "https://ll.thespacedevs.com/2.0.0/config/spacecraft/41/?format=api",
                "name": "Soyuz TM",
                "type": {
                    "id": 2,
                    "name": "Capsule"
                },
                "agency": {
                    "id": 63,
                    "url": "https://ll.thespacedevs.com/2.0.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": 128,
            "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/128/?format=api",
            "name": "Soyuz TM-2",
            "serial_number": "Soyuz TM 11F732A51 #52",
            "status": {
                "id": 4,
                "name": "Single Use"
            },
            "description": "Soyuz TM-2 was a Soyuz spacecraft which launched on 5 February 1987 21:38 UTC. It transported two members of Expedition 2 crew to Mir. The crew consisted of Aleksandr Laveykin and Yuri Romanenko.",
            "spacecraft_config": {
                "id": 41,
                "url": "https://ll.thespacedevs.com/2.0.0/config/spacecraft/41/?format=api",
                "name": "Soyuz TM",
                "type": {
                    "id": 2,
                    "name": "Capsule"
                },
                "agency": {
                    "id": 63,
                    "url": "https://ll.thespacedevs.com/2.0.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": 129,
            "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/129/?format=api",
            "name": "Soyuz TM-1",
            "serial_number": "Soyuz TM 11F732A51 #51",
            "status": {
                "id": 4,
                "name": "Single Use"
            },
            "description": "Soyuz TM-1 was a unmanned flight to Mir. The spacecraft spent 6 days docked to the space station Mir.",
            "spacecraft_config": {
                "id": 41,
                "url": "https://ll.thespacedevs.com/2.0.0/config/spacecraft/41/?format=api",
                "name": "Soyuz TM",
                "type": {
                    "id": 2,
                    "name": "Capsule"
                },
                "agency": {
                    "id": 63,
                    "url": "https://ll.thespacedevs.com/2.0.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": 130,
            "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/130/?format=api",
            "name": "Soyuz T-15",
            "serial_number": "Soyuz T 11F732 #21",
            "status": {
                "id": 4,
                "name": "Single Use"
            },
            "description": "Soyuz T-15 was a Soyuz spacecraft which launched on 13 March 1986 12:33 UTC. It transported two cosmonauts to Salyut 7 and Mir. The crew was Leonid Kizim and Vladimir Solovyov.",
            "spacecraft_config": {
                "id": 42,
                "url": "https://ll.thespacedevs.com/2.0.0/config/spacecraft/42/?format=api",
                "name": "Soyuz T",
                "type": {
                    "id": 2,
                    "name": "Capsule"
                },
                "agency": {
                    "id": 63,
                    "url": "https://ll.thespacedevs.com/2.0.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"
            }
        }
    ]
}