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=90&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=100&ordering=id",
    "previous": "https://ll.thespacedevs.com/2.0.0/spacecraft/?format=api&limit=10&offset=80&ordering=id",
    "results": [
        {
            "id": 91,
            "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/91/?format=api",
            "name": "Soyuz TMA-2",
            "serial_number": "Soyuz TMA 11F732A17 #212",
            "status": {
                "id": 4,
                "name": "Single Use"
            },
            "description": "Soyuz TMA-2 was a Soyuz spacecraft which launched on 26 April 2003 03:53 UTC. It transported two members of the Expedition 7 crew to the International Space Station. The crew consisted of Yuri Malenchenko and Edward Tsang Lu.",
            "spacecraft_config": {
                "id": 40,
                "url": "https://ll.thespacedevs.com/2.0.0/config/spacecraft/40/?format=api",
                "name": "Soyuz TMA",
                "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_tma_image_20231225093222.jpeg"
            }
        },
        {
            "id": 92,
            "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/92/?format=api",
            "name": "Soyuz TMA-1",
            "serial_number": "Soyuz TMA 11F732A17 #211",
            "status": {
                "id": 4,
                "name": "Single Use"
            },
            "description": "Soyuz TMA-1 was a Soyuz spacecraft which launched on 30 October 2002 03:11 UTC. It transported three participants on a 10 day stay to the International Space Station. The crew consisted of Sergei Zalyotin, Frank De Winne, and Yury Lonchakov.",
            "spacecraft_config": {
                "id": 40,
                "url": "https://ll.thespacedevs.com/2.0.0/config/spacecraft/40/?format=api",
                "name": "Soyuz TMA",
                "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_tma_image_20231225093222.jpeg"
            }
        },
        {
            "id": 93,
            "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/93/?format=api",
            "name": "Apollo CSM-116",
            "serial_number": "CSM-116",
            "status": {
                "id": 4,
                "name": "Single Use"
            },
            "description": "CSM-116 was an Apollo Command & Service Module used in the Skylab 2 mission.",
            "spacecraft_config": {
                "id": 10,
                "url": "https://ll.thespacedevs.com/2.0.0/config/spacecraft/10/?format=api",
                "name": "Apollo Command/Service Module",
                "type": {
                    "id": 2,
                    "name": "Capsule"
                },
                "agency": {
                    "id": 999,
                    "url": "https://ll.thespacedevs.com/2.0.0/agencies/999/?format=api",
                    "name": "North American Aviation",
                    "type": "Commercial"
                },
                "in_use": false,
                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/apollo2520command2fservice2520module_image_20190207032507.jpeg"
            }
        },
        {
            "id": 94,
            "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/94/?format=api",
            "name": "Apollo CSM-117",
            "serial_number": "CSM-117",
            "status": {
                "id": 4,
                "name": "Single Use"
            },
            "description": "CSM-117 was an Apollo Command & Service Module used in the Skylab 3 mission.",
            "spacecraft_config": {
                "id": 10,
                "url": "https://ll.thespacedevs.com/2.0.0/config/spacecraft/10/?format=api",
                "name": "Apollo Command/Service Module",
                "type": {
                    "id": 2,
                    "name": "Capsule"
                },
                "agency": {
                    "id": 999,
                    "url": "https://ll.thespacedevs.com/2.0.0/agencies/999/?format=api",
                    "name": "North American Aviation",
                    "type": "Commercial"
                },
                "in_use": false,
                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/apollo2520command2fservice2520module_image_20190207032507.jpeg"
            }
        },
        {
            "id": 95,
            "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/95/?format=api",
            "name": "Apollo CSM-118",
            "serial_number": "CSM-118",
            "status": {
                "id": 4,
                "name": "Single Use"
            },
            "description": "CSM-118 was an Apollo Command & Service Module used in the Skylab 4 mission.",
            "spacecraft_config": {
                "id": 10,
                "url": "https://ll.thespacedevs.com/2.0.0/config/spacecraft/10/?format=api",
                "name": "Apollo Command/Service Module",
                "type": {
                    "id": 2,
                    "name": "Capsule"
                },
                "agency": {
                    "id": 999,
                    "url": "https://ll.thespacedevs.com/2.0.0/agencies/999/?format=api",
                    "name": "North American Aviation",
                    "type": "Commercial"
                },
                "in_use": false,
                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/apollo2520command2fservice2520module_image_20190207032507.jpeg"
            }
        },
        {
            "id": 96,
            "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/96/?format=api",
            "name": "Soyuz TM-34",
            "serial_number": "Soyuz TM 11F732A51 #208",
            "status": {
                "id": 4,
                "name": "Single Use"
            },
            "description": "Soyuz TM-34 was a Soyuz spacecraft which launched on 25 April 2002 06:26 UTC. It transported two astronauts and one spaceflight participant to the International Space Station. The astronauts consisted of Yuri Gidzenko and Roberto Vittori. The participant was tourist Mark Shuttleworth.",
            "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": 97,
            "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/97/?format=api",
            "name": "Soyuz TM-33",
            "serial_number": "Soyuz TM 11F732A51 #207",
            "status": {
                "id": 4,
                "name": "Single Use"
            },
            "description": "Soyuz TM-33 was a Soyuz spacecraft which launched on 21 October 2001 08:59 UTC. It transported three astronauts to the International Space Station. The crew consisted of Viktor Afanasyev, Claudie Haigneré, and Konstantin Kozeyev.",
            "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": 98,
            "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/98/?format=api",
            "name": "Soyuz TM-32",
            "serial_number": "Soyuz TM 11F732A51 #206",
            "status": {
                "id": 4,
                "name": "Single Use"
            },
            "description": "Soyuz TM-32 was a Soyuz spacecraft which launched on 28 April 2001 07:37 UTC. It transported two astronauts and one spaceflight participant to the International Space Station. The astronauts consisted of Talgat Musabayev and Yuri Baturin. The participant was tourist Dennis Tito.",
            "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": 99,
            "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/99/?format=api",
            "name": "Soyuz TM-31",
            "serial_number": "Soyuz TM 11F732A51 #205",
            "status": {
                "id": 4,
                "name": "Single Use"
            },
            "description": "Soyuz TM-31 was a Soyuz spacecraft which launched on 31 October 2003 07:52 UTC. It transported three members of the Expedition 1 crew to the International Space Station. The crew consisted of Yuri Gidzenko, Sergei Krikalev, and William Shepherd.",
            "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": 100,
            "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/100/?format=api",
            "name": "Soyuz TM-30",
            "serial_number": "Soyuz TM 11F732A51 #204",
            "status": {
                "id": 4,
                "name": "Single Use"
            },
            "description": "Soyuz TM-30 was a Soyuz spacecraft which launched on 4 April 2000 05:01 UTC. It transported two members of the expedition 28 crew to Mir. The crew consisted of Sergei Zalyotin and Aleksandr Kaleri.",
            "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"
            }
        }
    ]
}