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=90&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=100&ordering=id",
    "previous": "https://ll.thespacedevs.com/2.2.0/spacecraft/?format=api&limit=10&offset=80&ordering=id",
    "results": [
        {
            "id": 91,
            "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/91/?format=api",
            "name": "Soyuz TMA-2",
            "serial_number": "Soyuz TMA 11F732A17 #212",
            "is_placeholder": false,
            "in_space": false,
            "time_in_space": "P184DT22H46M8S",
            "time_docked": "P182DT17H20M49S",
            "flights_count": 1,
            "mission_ends_count": 1,
            "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.2.0/config/spacecraft/40/?format=api",
                "name": "Soyuz TMA",
                "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_tma_image_20231225093222.jpeg"
            }
        },
        {
            "id": 92,
            "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/92/?format=api",
            "name": "Soyuz TMA-1",
            "serial_number": "Soyuz TMA 11F732A17 #211",
            "is_placeholder": false,
            "in_space": false,
            "time_in_space": "P185DT22H52M49S",
            "time_docked": "P183DT17H42M",
            "flights_count": 1,
            "mission_ends_count": 1,
            "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.2.0/config/spacecraft/40/?format=api",
                "name": "Soyuz TMA",
                "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_tma_image_20231225093222.jpeg"
            }
        },
        {
            "id": 93,
            "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/93/?format=api",
            "name": "Apollo CSM-116",
            "serial_number": "CSM-116",
            "is_placeholder": false,
            "in_space": false,
            "time_in_space": "P28DT49M48S",
            "time_docked": "P26DT23H2M",
            "flights_count": 1,
            "mission_ends_count": 1,
            "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.2.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.2.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.2.0/spacecraft/94/?format=api",
            "name": "Apollo CSM-117",
            "serial_number": "CSM-117",
            "is_placeholder": false,
            "in_space": false,
            "time_in_space": "P59DT11H9M1S",
            "time_docked": "P58DT15H39M42S",
            "flights_count": 1,
            "mission_ends_count": 1,
            "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.2.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.2.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.2.0/spacecraft/95/?format=api",
            "name": "Apollo CSM-118",
            "serial_number": "CSM-118",
            "is_placeholder": false,
            "in_space": false,
            "time_in_space": "P84DT1H15M30S",
            "time_docked": "P83DT4H38M12S",
            "flights_count": 1,
            "mission_ends_count": 1,
            "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.2.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.2.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.2.0/spacecraft/96/?format=api",
            "name": "Soyuz TM-34",
            "serial_number": "Soyuz TM 11F732A51 #208",
            "is_placeholder": false,
            "in_space": false,
            "time_in_space": "P198DT17H37M45S",
            "time_docked": "P196DT12H48M15S",
            "flights_count": 1,
            "mission_ends_count": 1,
            "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.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": 97,
            "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/97/?format=api",
            "name": "Soyuz TM-33",
            "serial_number": "Soyuz TM 11F732A51 #207",
            "is_placeholder": false,
            "in_space": false,
            "time_in_space": "P195DT18H52M18S",
            "time_docked": "P193DT13H25M19S",
            "flights_count": 1,
            "mission_ends_count": 1,
            "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.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": 98,
            "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/98/?format=api",
            "name": "Soyuz TM-32",
            "serial_number": "Soyuz TM 11F732A51 #206",
            "is_placeholder": false,
            "in_space": false,
            "time_in_space": "P185DT21H22M40S",
            "time_docked": "P183DT17H24M43S",
            "flights_count": 1,
            "mission_ends_count": 1,
            "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.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": 99,
            "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/99/?format=api",
            "name": "Soyuz TM-31",
            "serial_number": "Soyuz TM 11F732A51 #205",
            "is_placeholder": false,
            "in_space": false,
            "time_in_space": "P186DT23H59M13S",
            "time_docked": "P184DT16H10M32S",
            "flights_count": 1,
            "mission_ends_count": 1,
            "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.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": 100,
            "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/100/?format=api",
            "name": "Soyuz TM-30",
            "serial_number": "Soyuz TM 11F732A51 #204",
            "is_placeholder": false,
            "in_space": false,
            "time_in_space": "P72DT19H42M31S",
            "time_docked": "P70DT14H52M36S",
            "flights_count": 1,
            "mission_ends_count": 1,
            "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.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"
            }
        }
    ]
}